diff --git a/composer.json b/composer.json index 88c967cf2..16a2331f9 100644 --- a/composer.json +++ b/composer.json @@ -87,6 +87,15 @@ ], "drush/Commands/contrib/{$name}": [ "type:drupal-drush" + ], + "web/modules/custom/{$name}": [ + "type:drupal-custom-module" + ], + "web/profiles/custom/{$name}": [ + "type:drupal-custom-profile" + ], + "web/themes/custom/{$name}": [ + "type:drupal-custom-theme" ] }, "installer-types": [