Skip to content

Commit f37a659

Browse files
Use ">=" for the "php" requirement
1 parent 65810c4 commit f37a659

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
@@ -21,7 +21,7 @@
2121
"symfony/http-client-implementation": "1.1"
2222
},
2323
"require": {
24-
"php": "^7.1.3",
24+
"php": ">=7.1.3",
2525
"psr/log": "^1.0",
2626
"symfony/http-client-contracts": "^1.1.8|^2",
2727
"symfony/polyfill-php73": "^1.11",

0 commit comments

Comments
 (0)