Skip to content

Commit 9fb0f97

Browse files
authored
Fix composer version
1 parent bd51343 commit 9fb0f97

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
@@ -13,7 +13,7 @@
1313
"require": {
1414
"php": "^7.2 || ^8.0",
1515
"ext-json": "*",
16-
"composer/composer": "<2.3",
16+
"composer/composer": "^1.4 || ^2.0",
1717
"composer/semver": "@stable",
1818
"symfony/config": "^3.3||^4.4||^5.0||^6.0",
1919
"symfony/console": "^2.6||^4.0||^5.0||^6.0",

0 commit comments

Comments
 (0)