From 28a273182f60aa0f59dcdf453268ba7c40af4c26 Mon Sep 17 00:00:00 2001 From: Alex Skrypnyk Date: Thu, 6 Jun 2024 11:44:17 +1000 Subject: [PATCH] Updated `composer.json` to include the latest configs from `drupal-project`. --- composer.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 6baa46d6d..e27f327c4 100644 --- a/composer.json +++ b/composer.json @@ -112,8 +112,8 @@ "type:drupal-core" ], "web/libraries/{$name}": [ - "type:drupal-library", "type:bower-asset", + "type:drupal-library", "type:npm-asset" ], "web/modules/contrib/{$name}": [ @@ -129,9 +129,14 @@ "type:drupal-drush" ], "web/modules/custom/{$name}": [ + "type:drupal-custom-module", "type:drupal-custom-module" ], + "web/profiles/custom/{$name}": [ + "type:drupal-custom-profile" + ], "web/themes/custom/{$name}": [ + "type:drupal-custom-theme", "type:drupal-custom-theme" ] },