Commit bcb41954 authored by Osvaldo Villarroel Marañon's avatar Osvaldo Villarroel Marañon Committed by Rajab Natshah
Browse files

Issue #3301450: Composer is fixed to docroot folder

parent 4d45674c
Loading
Loading
Loading
Loading
+12 −17
Original line number Diff line number Diff line
@@ -107,11 +107,6 @@
    ]
  },
  "extra": {
    "drupal-scaffold": {
      "locations": {
        "web-root": "docroot/"
      }
    },
    "branch-alias": {
      "dev-5.0.x": "5.0.x-dev",
      "dev-9.0.x": "9.0.x-dev"
@@ -121,25 +116,25 @@
      "npm-asset"
    ],
    "installer-paths": {
      "docroot/core": ["type:drupal-core"],
      "docroot/profiles/{$name}": ["type:drupal-profile"],
      "docroot/modules/contrib/{$name}": ["type:drupal-module"],
      "docroot/themes/contrib/{$name}": ["type:drupal-theme"],
      "docroot/libraries/slick": ["npm-asset/slick-carousel"],
      "docroot/libraries/ace": ["npm-asset/ace-builds"],
      "docroot/libraries/jquery-ui-touch-punch": ["bower-asset/jqueryui-touch-punch"],
      "docroot/libraries/jquery-bar-rating": ["npm-asset/jquery-bar-rating"],
      "docroot/libraries/{$name}": [
      "[web-root]/core": ["type:drupal-core"],
      "[web-root]/profiles/{$name}": ["type:drupal-profile"],
      "[web-root]/modules/contrib/{$name}": ["type:drupal-module"],
      "[web-root]/themes/contrib/{$name}": ["type:drupal-theme"],
      "[web-root]/libraries/slick": ["npm-asset/slick-carousel"],
      "[web-root]/libraries/ace": ["npm-asset/ace-builds"],
      "[web-root]/libraries/jquery-ui-touch-punch": ["bower-asset/jqueryui-touch-punch"],
      "[web-root]/libraries/jquery-bar-rating": ["npm-asset/jquery-bar-rating"],
      "[web-root]/libraries/{$name}": [
        "type:drupal-library",
        "type:bower-asset",
        "type:npm-asset"
      ],
      "docroot/modules/custom/{$name}": ["type:drupal-custom-module"],
      "docroot/themes/custom/{$name}": ["type:drupal-custom-theme"],
      "[web-root]/modules/custom/{$name}": ["type:drupal-custom-module"],
      "[web-root]/themes/custom/{$name}": ["type:drupal-custom-theme"],
      "drush/contrib/{$name}": ["type:drupal-drush"]
    },
    "drupal-libraries": {
      "library-directory": "docroot/libraries",
      "library-directory": "[web-root]/libraries",
      "libraries": [
        {"name": "objectfitpolyfill", "package": "bower-asset/objectfitpolyfill"},
        {"name": "chartjs", "package": "bower-asset/chartjs"},