From 79afdbb487ac2eccab96a66e88d7583307441a3e Mon Sep 17 00:00:00 2001 From: Bec White Date: Fri, 17 Jan 2020 16:10:16 -0600 Subject: [PATCH] Allow drush 10. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 212c51f..500ab84 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ "minimum-stability": "beta", "require": { "phing/phing": "~2.9", - "drush/drush": "^8.1.15 || ^9.0" + "drush/drush": "^8.1.15 || ^9.0 || ^10.0" }, "replace": { "continuousphp/phing-drush-task": "*"