From 8c22d497c9d9f47d91670ebf5b5e4cb0d44c7f87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Tue, 23 May 2023 16:11:43 +0200 Subject: [PATCH] Update composer.json --- conf/composer.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/conf/composer.json b/conf/composer.json index 10a9f2c..96366f3 100644 --- a/conf/composer.json +++ b/conf/composer.json @@ -71,13 +71,22 @@ } }, "installer-paths": { - "web/core": ["type:drupal-core"], + "__APP__/core": ["type:drupal-core"], + "__APP__/libraries/{$name}": ["type:drupal-library"], + "__APP__/modules/contrib/{$name}": ["type:drupal-module"], + "__APP__/profiles/contrib/{$name}": ["type:drupal-profile"], + "__APP__/themes/contrib/{$name}": ["type:drupal-theme"], + "drush/Commands/contrib/{$name}": ["type:drupal-drush"], + "__APP__/modules/custom/{$name}": ["type:drupal-custom-module"], + "__APP__/themes/custom/{$name}": ["type:drupal-custom-theme"], + "web/core": ["type:drupal-core"], "web/libraries/{$name}": ["type:drupal-library"], "web/modules/contrib/{$name}": ["type:drupal-module"], "web/profiles/contrib/{$name}": ["type:drupal-profile"], "web/themes/contrib/{$name}": ["type:drupal-theme"], "drush/Commands/contrib/{$name}": ["type:drupal-drush"] }, + }, "composer-exit-on-patch-failure": true, "patchLevel": { "drupal/core": "-p2"