Merge pull request #319 from silverstripe/pulls/4/add-composer-installer-plugin

MNT Add composer/installers to allow-plugins by default.
This commit is contained in:
Sabina Talipova 2022-04-26 12:32:13 +12:00 committed by GitHub
commit 3ed95a2fc3
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
}