Skip to content

Commit cdb7417

Browse files
Use >= operator instead of ^ operator for PHP version constraint
1 parent 15101c0 commit cdb7417

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"sort-packages": true
2424
},
2525
"require": {
26-
"php": "^7.3 || ^8.0"
26+
"php": ">=7.3"
2727
},
2828
"require-dev": {
2929
"phpunit/phpunit": "^9.3",

0 commit comments

Comments
 (0)