From a442ff25600e1a492ec25aa3733c13f5cadc3f7a Mon Sep 17 00:00:00 2001
From: jurgenhaas <juergen@paragon-es.de>
Date: Tue, 30 Oct 2018 18:07:05 +0100
Subject: [PATCH] composer/plugin/docker4drupal#24 Change ahoy syntax

---
 composer.json | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/composer.json b/composer.json
index a949603..4da83c1 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"]
                 }
             }
         }
-- 
GitLab