Skip to content

Commit 367dcba

Browse files
Use >= operator instead of ^ operator for PHP version constraint
1 parent 5b0cd72 commit 367dcba

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
@@ -18,7 +18,7 @@
1818
}
1919
],
2020
"require": {
21-
"php": "^7.0"
21+
"php": ">=7.0"
2222
},
2323
"require-dev": {
2424
"phpunit/phpunit": "^6.0"

0 commit comments

Comments
 (0)