Skip to content

Commit b02c960

Browse files
Merge branch '5.0' into 5.1
* 5.0: [PhpUnitBridge] fix leftover [PhpUnitBridge] fix installing under PHP >= 8 Use ">=" for the "php" requirement bump icu 67.1
2 parents 1243f89 + e74cdd6 commit b02c960

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.2.5",
24+
"php": ">=7.2.5",
2525
"psr/log": "^1.0",
2626
"symfony/http-client-contracts": "^2.1.1",
2727
"symfony/polyfill-php73": "^1.11",

0 commit comments

Comments
 (0)