Skip to content

Commit e2ea724

Browse files
Restrict composer-plugin-api version range
1 parent 8ef3d15 commit e2ea724

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
@@ -12,7 +12,7 @@
1212
"minimum-stability": "dev",
1313
"require": {
1414
"php": ">=7.1",
15-
"composer-plugin-api": ">=1.0"
15+
"composer-plugin-api": "^1.0|^2.0"
1616
},
1717
"require-dev": {
1818
"composer/composer": "^1.0.2|^2.0",

0 commit comments

Comments
 (0)