Skip to content

Commit

Permalink
Use >= operator instead of ^ operator for PHP version constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Sep 8, 2020
1 parent 60c6fb9 commit 736eb4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -16,7 +16,7 @@
},
"prefer-stable": true,
"require": {
"php": "^7.3 || ^8.0"
"php": ">=7.3"
},
"require-dev": {
"phpunit/phpunit": "^9.3"
Expand Down

0 comments on commit 736eb4d

Please sign in to comment.