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:
parent
c471edc488
commit
9debc39ba5
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue