Skip to content

Commit f9c4171

Browse files
MCLOUD-8003: Add Composer 2 support (#55)
1 parent 86b979d commit f9c4171

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
@@ -11,7 +11,7 @@
1111
"php": "^7.2",
1212
"ext-json": "*",
1313
"composer/composer": "^1.0||^2.0",
14-
"composer/semver": "^1.0",
14+
"composer/semver": "^1.0||^2.0||^3.0",
1515
"illuminate/config": "^5.5",
1616
"symfony/config": "^4.4",
1717
"symfony/console": "^2.8||^4.0",

0 commit comments

Comments
 (0)