Skip to content

Commit

Permalink
Merge pull request #20 from stevegrunwell/no-unbound-constraint
Browse files Browse the repository at this point in the history
Avoid unbound PHP version constraints
  • Loading branch information
kellegous authored Oct 31, 2024
2 parents 7cfc7f2 + a1349c2 commit f657366
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}
],
"require": {
"php": ">=7.4",
"php": "^7.4 || ^8.0",
"ext-ctype": "*",
"symfony/polyfill-php80": "^1.31"
},
Expand Down

0 comments on commit f657366

Please sign in to comment.