Skip to content

Commit 7a171ec

Browse files
Merge pull request #25 from sippsolutions/patch-1
Fix composer requirement
2 parents 9bd83e0 + 6e4fa5e commit 7a171ec

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
@@ -7,7 +7,7 @@
77
"AFL-3.0"
88
],
99
"require": {
10-
"composer/composer": "<=1.10.20 || >=2.0.0 <=2.0.11",
10+
"composer/composer": "<1.11 || >=2.0.0 <2.1",
1111
"composer-plugin-api": "^1.0 || ^2.0"
1212
},
1313
"require-dev": {

0 commit comments

Comments
 (0)