From 5296fa0f6e11c5ebccce9af393abd3488c56728f Mon Sep 17 00:00:00 2001 From: Bec White Date: Fri, 21 Feb 2020 15:16:21 -0600 Subject: [PATCH] Allow using Drush 10 with the-build --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index d47ad22d..22c3e02d 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ "require": { "palantirnet/phing-drush-task": "^1.1", "drupal/coder": "^8.3.6", - "drush/drush": "^9.0", + "drush/drush": "^9 || ^10", "pear/http_request2": "^2.3", "pear/versioncontrol_git": "@dev", "phing/phing": "^2.14",