From 29b8861905d9f29ed544128cfda7a005e7bc65b4 Mon Sep 17 00:00:00 2001 From: Bec White Date: Wed, 18 Oct 2017 18:42:25 -0500 Subject: [PATCH] Update composer requirements to use Drush 9. --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index b24d306..5b9c48a 100644 --- a/composer.json +++ b/composer.json @@ -14,9 +14,10 @@ "email": "pierre@buyle.org" } ], + "minimum-stability": "beta", "require": { "phing/phing": "~2.9", - "drush/drush": "6.5 - 8.1" + "drush/drush": "^9.0" }, "autoload": { "psr-0": {