Allow useful plugins to write to files
This commit is contained in:
parent
7bc894678d
commit
b1a36cdc40
1 changed files with 7 additions and 1 deletions
|
@ -78,7 +78,13 @@
|
||||||
"prefer-stable": true,
|
"prefer-stable": true,
|
||||||
"config": {
|
"config": {
|
||||||
"sort-packages": true,
|
"sort-packages": true,
|
||||||
"process-timeout": 600
|
"process-timeout": 600,
|
||||||
|
"allow-plugins": {
|
||||||
|
"composer/installers": true,
|
||||||
|
"cweagans/composer-patches": true,
|
||||||
|
"drupal/core-composer-scaffold": true,
|
||||||
|
"wikimedia/composer-merge-plugin": true
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"extra": {
|
"extra": {
|
||||||
"drupal-scaffold": {
|
"drupal-scaffold": {
|
||||||
|
|
Loading…
Reference in a new issue