From 8d5ba7e51700f5e6463cf59099c43b4007c3fdc7 Mon Sep 17 00:00:00 2001 From: Bec White Date: Thu, 6 Oct 2022 11:00:31 -0500 Subject: [PATCH] Remove upper bound version constraint on Drush. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 500ab84..60bfbf8 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 || ^10.0" + "drush/drush": ">=9" }, "replace": { "continuousphp/phing-drush-task": "*"