From c81f327a46b30e0fe6ee7c86e31b83c3558423e9 Mon Sep 17 00:00:00 2001 From: Alex Pott Date: Thu, 15 Jan 2015 10:09:04 +0000 Subject: [PATCH] Issue #2373197 by davidwbarratt: Reference Composer Installers as a dependency of a Drupal project --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index 8f68f6c0225..b79402e708e 100644 --- a/composer.json +++ b/composer.json @@ -4,6 +4,7 @@ "type": "project", "license": "GPL-2.0+", "require": { + "composer/installers": "^1.0.20", "drupal/core": "~8.0" }, "minimum-stability": "dev",