Selaa lähdekoodia

allow plugins

bach 1 vuosi sitten
vanhempi
commit
83f72a5862
1 muutettua tiedostoa jossa 9 lisäystä ja 1 poistoa
  1. 9 1
      composer.json

+ 9 - 1
composer.json

@@ -54,7 +54,15 @@
     "minimum-stability": "stable",
     "prefer-stable": true,
     "config": {
-        "sort-packages": true
+        "sort-packages": true,
+        "allow-plugins": {
+            "composer/installers": true,
+            "drupal/console-extend-plugin": true,
+            "cweagans/composer-patches": true,
+            "drupal/core-composer-scaffold": true,
+            "drupal/core-project-message": true,
+            "wikimedia/composer-merge-plugin": true
+        }
     },
     "extra": {
         "drupal-scaffold": {