Merge pull request #31571 from woocommerce/composer/allowed-plugins
Explicitly add plugins allowed
This commit is contained in:
commit
7b14a826a7
|
@ -39,6 +39,11 @@
|
||||||
"sort-packages": true,
|
"sort-packages": true,
|
||||||
"platform": {
|
"platform": {
|
||||||
"php": "7.0.33"
|
"php": "7.0.33"
|
||||||
|
},
|
||||||
|
"allow-plugins": {
|
||||||
|
"automattic/jetpack-autoloader": true,
|
||||||
|
"composer/installers": true,
|
||||||
|
"bamarni/composer-bin-plugin": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
|
|
Loading…
Reference in New Issue