From 5983ccb3687cf6f94d91104484f6fc46d71dd7fc Mon Sep 17 00:00:00 2001 From: Pieter Frenssen Date: Thu, 15 Feb 2018 16:27:51 +0100 Subject: [PATCH 1/2] Drupal Console is not a strict requirement. --- composer.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3d936ce405..7a93112b4a 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,6 @@ "composer/installers": "^1.2", "cweagans/composer-patches": "^1.6", "drupal-composer/drupal-scaffold": "^2.2", - "drupal/console": "^1.0.2", "drupal/core": "~8.4", "drush/drush": "^9.0.0", "webflo/drupal-finder": "^1.0.0", @@ -28,6 +27,9 @@ "require-dev": { "webflo/drupal-core-require-dev": "~8.4" }, + "suggest": { + "drupal/console": "Generate boilerplate code and interact with Drupal through the CLI." + }, "conflict": { "drupal/drupal": "*" }, From 6e8427559b55cefc6b50b892fc6f30c9febeee5f Mon Sep 17 00:00:00 2001 From: Pieter Frenssen Date: Tue, 20 Feb 2018 23:51:58 +0100 Subject: [PATCH 2/2] Install drupal-console by default for development --- composer.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 7a93112b4a..4e7efcb984 100644 --- a/composer.json +++ b/composer.json @@ -25,11 +25,9 @@ "webmozart/path-util": "^2.3" }, "require-dev": { + "drupal/console": "^1.6.0", "webflo/drupal-core-require-dev": "~8.4" }, - "suggest": { - "drupal/console": "Generate boilerplate code and interact with Drupal through the CLI." - }, "conflict": { "drupal/drupal": "*" },