1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-09 00:22:53 +00:00

Update to caret operator

This commit is contained in:
Jordi Boggiano 2015-06-11 15:02:59 +01:00
parent c471edc488
commit 9debc39ba5

View file

@ -44,7 +44,7 @@ part omitted):
"name": "my/plugin-package",
"type": "composer-plugin",
"require": {
"composer-plugin-api": "~1.0"
"composer-plugin-api": "^1.0"
},
"extra": {
"class": "My\\Plugin"