Skip to content

Commit 13309ce

Browse files
committed
Fixing composer plugin version constraint
1 parent cee262f commit 13309ce

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
@@ -21,7 +21,7 @@
2121
"issues": "https://github.com/derhasi/composer-preserve-paths/issues"
2222
},
2323
"require": {
24-
"composer-plugin-api": "1.0.0"
24+
"composer-plugin-api": "^1.0"
2525
},
2626
"require-dev": {
2727
"composer/composer": "1.0.*@dev",

0 commit comments

Comments
 (0)