From 6266e64fe3c5a196a6942df616b17ce2377003a1 Mon Sep 17 00:00:00 2001 From: Matthew Grasmick Date: Tue, 27 Dec 2016 11:31:00 -0500 Subject: [PATCH] Downgrading to Drush 8.. --- template/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/composer.json b/template/composer.json index 68bc43a63..df19435c3 100644 --- a/template/composer.json +++ b/template/composer.json @@ -19,7 +19,7 @@ "drupal/seckit": "^1.0.0-alpha2", "drupal/security_review": "*", "drupal/shield": "^1.0.0", - "drush/drush": "^9.0" + "drush/drush": "^8.1.8" }, "require-dev": { "behat/behat": "^3.1",