Allow useful plugins to write to files

This commit is contained in:
benjamin melançon 2022-03-01 23:21:14 -05:00
parent 7bc894678d
commit b1a36cdc40

View file

@ -78,7 +78,13 @@
"prefer-stable": true,
"config": {
"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": {
"drupal-scaffold": {