Commit d53c2b86 authored by Rajab Natshah's avatar Rajab Natshah
Browse files

Issue #3257546: Add composer allow-plugins to composer.json for Webship and...

Issue #3257546: Add composer allow-plugins to composer.json for Webship and Webship Project template
parent 9441dc61
Loading
Loading
Loading
Loading
+14 −3
Original line number Diff line number Diff line
@@ -20,6 +20,10 @@
    "drupal": {
      "type": "composer",
      "url": "https://packages.drupal.org/8"
    },
    "assets": {
      "type": "composer",
      "url": "https://asset-packagist.org"
    }
  },
  "require": {
@@ -50,9 +54,16 @@
  "config": {
    "bin-dir": "bin/",
    "secure-http": false,
    "github-protocols": [
      "https,ssh"
    ]
    "optimize-autoloader": true,
    "preferred-install": {
      "drupal/core": "dist"
    },
    "allow-plugins": {
      "composer/installers": true,
      "cweagans/composer-patches": true,
      "oomphinc/composer-installers-extender": true,
      "drupal/core-composer-scaffold": true
    }
  },
  "extra": {
    "drupal-scaffold": {