Merge pull request #31571 from woocommerce/composer/allowed-plugins

Explicitly add plugins allowed
This commit is contained in:
Claudio Sanches 2022-01-05 17:55:13 -03:00 committed by GitHub
commit 7b14a826a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -39,6 +39,11 @@
"sort-packages": true,
"platform": {
"php": "7.0.33"
},
"allow-plugins": {
"automattic/jetpack-autoloader": true,
"composer/installers": true,
"bamarni/composer-bin-plugin": true
}
},
"autoload": {