From 861bd008e2d08c0170ab5574072b10222721d3a6 Mon Sep 17 00:00:00 2001 From: Greg Anderson Date: Thu, 16 Jan 2020 16:01:59 -0800 Subject: [PATCH] Allow Drush 10 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 7f6e022..c04387a 100644 --- a/composer.json +++ b/composer.json @@ -10,6 +10,6 @@ "drupal/drupal-driver": "*" }, "conflict": { - "drush/drush": "<8.2 || >=9.0 <9.6.0 || >=10.0" + "drush/drush": "<8.2 || >=9.0 <9.6.0 || >=11.0" } }