Commit self-update to composer json (allowing extra power for our file-changig plugins)
This commit is contained in:
parent
1521eb1f3b
commit
3b65d3d8ca
1 changed files with 7 additions and 1 deletions
|
@ -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": "*"
|
||||||
|
|
Loading…
Add table
Reference in a new issue