diff --git a/composer.json b/composer.json index ce0f3d5e9..714c64be1 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": [