Skip to content

Commit e74cdd6

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

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": "^1.1.8|^2",
2727
"symfony/polyfill-php73": "^1.11",

0 commit comments

Comments
 (0)