Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

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 0653718 commit a90e85b
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 @@ -11,7 +11,7 @@
],
"prefer-stable": true,
"require": {
"php": "^7.3 || ^8.0"
"php": ">=7.3"
},
"require-dev": {
"phpunit/phpunit": "^9.0"
Expand Down

0 comments on commit a90e85b

Please sign in to comment.