From 4f07ec8d0fadea50c9cceaebbb6873538fa691fd Mon Sep 17 00:00:00 2001 From: Claudiu Cristea Date: Sat, 2 Nov 2024 10:42:39 +0200 Subject: [PATCH] Add installer path for contrib modules --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 61f02bf..4b06490 100644 --- a/composer.json +++ b/composer.json @@ -39,7 +39,8 @@ }, "extra": { "installer-paths": { - "build/core": ["type:drupal-core"] + "build/core": ["type:drupal-core"], + "build/modules/contrib/{$name}": ["type:drupal-module"] }, "drupal-scaffold": { "locations": {