From a43dc0163a3663cf58a71382482d67343db45828 Mon Sep 17 00:00:00 2001
From: Antonio De Marco <antonio@nuvole.org>
Date: Thu, 28 Sep 2017 06:50:23 +0200
Subject: [PATCH] Add installer path.

---
 composer.json | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/composer.json b/composer.json
index 8c634ff1..00d53547 100644
--- a/composer.json
+++ b/composer.json
@@ -55,7 +55,10 @@
   },
   "extra": {
       "installer-paths": {
-        "build/core": ["type:drupal-core"]
+        "build/core": ["type:drupal-core"],
+        "build/modules/contrib/{$name}": ["type:drupal-module"],
+        "build/profiles/contrib/{$name}": ["type:drupal-profile"],
+        "build/themes/contrib/{$name}": ["type:drupal-theme"]
       }
   }
 }
-- 
GitLab