composer.json: Allow using all Composer plugins in the 'picocms/*' namespace
This commit is contained in:
parent
6f1fc9f8de
commit
0f48280f73
1 changed files with 3 additions and 0 deletions
|
@ -49,6 +49,9 @@
|
|||
}
|
||||
},
|
||||
"extra": {
|
||||
"allow-plugins": {
|
||||
"picocms/*": true
|
||||
},
|
||||
"branch-alias": {
|
||||
"dev-master": "2.1.x-dev",
|
||||
"dev-pico-3.0": "3.0.x-dev"
|
||||
|
|
Loading…
Reference in a new issue