Skip to content

Commit b4ac874

Browse files
committed
Allow certain plugins so Composer doesn't break.
1 parent 762991c commit b4ac874

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

composer.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,13 @@
3737
"minimum-stability": "dev",
3838
"prefer-stable": true,
3939
"config": {
40-
"sort-packages": true
40+
"sort-packages": true,
41+
"allow-plugins": {
42+
"composer/installers": true,
43+
"cweagans/composer-patches": true,
44+
"drupal/core-composer-scaffold": true,
45+
"zaporylie/composer-drupal-optimizations": true
46+
}
4147
},
4248
"scripts": {
4349
"post-install-cmd": [

0 commit comments

Comments
 (0)