Skip to content

Commit b3cbdb1

Browse files
Use >= operator instead of ^ operator for PHP version constraint
1 parent 6983b30 commit b3cbdb1

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
@@ -22,7 +22,7 @@
2222
},
2323
"prefer-stable": true,
2424
"require": {
25-
"php": "^7.3",
25+
"php": ">=7.3",
2626
"phpunit/phpunit": "^9.3",
2727
"phpunit/php-code-coverage": "^9.1.11",
2828
"phpunit/php-file-iterator": "^3.0",

0 commit comments

Comments
 (0)