From 61619584b3b175ffdcf528806e8fb14eae72198a Mon Sep 17 00:00:00 2001 From: Moshe Weitzman Date: Wed, 19 Jul 2017 10:43:40 -0400 Subject: [PATCH] Loosen constraint on Drush version This change enables this project to build alongside Drush9. I see no reason why it can't work with Drush9. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index b24d306..33da8a6 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ ], "require": { "phing/phing": "~2.9", - "drush/drush": "6.5 - 8.1" + "drush/drush": "6.5 - 9.9" }, "autoload": { "psr-0": {