diff --git a/composer.json b/composer.json index a9496035035119816b2ac287f90a6229216bacd5..4da83c158de81be559812b8c4cd5b4e1ad94fbdb 100644 --- a/composer.json +++ b/composer.json @@ -53,10 +53,12 @@ }, "ahoy": { "d4d": { - "ahoy.yml": "Docker for Drupal" + "usage": "Docker for Drupal", + "imports": ["ahoy.yml"] }, "drush": { - "ahoy.drush.yml": "Drush in Docker for Drupal" + "usage": "Drush in Docker for Drupal", + "imports": ["ahoy.drush.yml"] } } }