From 65653b7929857c663a8676ca728878a046445422 Mon Sep 17 00:00:00 2001 From: Rajab Natshah Date: Tue, 11 Apr 2023 11:47:09 +0300 Subject: [PATCH] Revert 9.0.x Move Varbase profile from docroot/profiles/varbase to docroot/profiles/contrib/varbase #166 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 6bb210f4a..75fb46fe2 100644 --- a/composer.json +++ b/composer.json @@ -101,7 +101,7 @@ ], "gitignore": true, "locations": { - "web-root": "docroot/" + "web-root": "./docroot" }, "file-mapping": { "[web-root]/sites/default/default.services.yml": { @@ -118,7 +118,7 @@ }, "installer-paths": { "docroot/core": ["type:drupal-core"], - "docroot/profiles/contrib/{$name}": ["type:drupal-profile"], + "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"],