Skip to content

Commit fa6240a

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 a18961c + 9369881 commit fa6240a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
}
2121
],
2222
"require": {
23-
"php": "^7.2.5"
23+
"php": ">=7.2.5"
2424
},
2525
"require-dev": {
2626
"psr/log": "~1.0",

0 commit comments

Comments
 (0)