MNT Add composer/installers to allow-plugins by default.

This commit is contained in:
Guy Sartorelli 2022-04-14 17:01:13 +12:00 committed by GitHub
parent ce4615980c
commit bba20c5159
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@
"config": {
"process-timeout": 600,
"allow-plugins": {
"composer/installers": true,
"silverstripe/recipe-plugin": true,
"silverstripe/vendor-plugin": true
}