composer.json: Allow using all Composer plugins in the 'picocms/*' namespace

This commit is contained in:
Daniel Rudolf 2022-02-27 23:01:19 +01:00
parent 6f1fc9f8de
commit 0f48280f73
No known key found for this signature in database
GPG key ID: A061F02CD8DE4538

View file

@ -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"