Commit self-update to composer json (allowing extra power for our file-changig plugins)

This commit is contained in:
benjamin melançon 2022-01-28 19:04:11 -05:00
parent 1521eb1f3b
commit 3b65d3d8ca

View file

@ -103,7 +103,13 @@
}, },
"config": { "config": {
"sort-packages": true, "sort-packages": true,
"process-timeout": 600 "process-timeout": 600,
"allow-plugins": {
"cweagans/composer-patches": true,
"composer/installers": true,
"drupal/core-composer-scaffold": true,
"drupal/core-project-message": true
}
}, },
"conflict": { "conflict": {
"drupal/drupal": "*" "drupal/drupal": "*"