Skip to content

Commit

Permalink
Merge branch '5.0' into 5.1
Browse files Browse the repository at this point in the history
* 5.0:
  [PhpUnitBridge] fix leftover
  [PhpUnitBridge] fix installing under PHP >= 8
  Use ">=" for the "php" requirement
  bump icu 67.1
  • Loading branch information
nicolas-grekas committed May 20, 2020
2 parents ca3d2a0 + 8366c72 commit 0be3730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"psr/link-implementation": "1.0"
},
"require": {
"php": "^7.2.5",
"php": ">=7.2.5",
"psr/link": "^1.0"
},
"suggest": {
Expand Down

0 comments on commit 0be3730

Please sign in to comment.