Skip to content

Commit 5cd5a19

Browse files
committed
minor #5048 Allow composer/semver ^2.0 and ^3.0 (thomasvargiu)
This PR was merged into the 2.15 branch. Discussion ---------- Allow composer/semver ^2.0 and ^3.0 Allow composer/semver ^2.0 and ^3.0. This will allow usage of composer 2.0. This PR replace PR #4935 since there is no activity on that PR. Commits ------- 5e32c78 Allow composer/semver ^2.0 and ^3.0
2 parents 8606f29 + 5e32c78 commit 5cd5a19

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
@@ -17,7 +17,7 @@
1717
"php": "^5.6 || ^7.0",
1818
"ext-json": "*",
1919
"ext-tokenizer": "*",
20-
"composer/semver": "^1.4",
20+
"composer/semver": "^1.4 || ^2.0 || ^3.0",
2121
"composer/xdebug-handler": "^1.2",
2222
"doctrine/annotations": "^1.2",
2323
"php-cs-fixer/diff": "^1.3",

0 commit comments

Comments
 (0)