From 319ad4034174f93d82373a2c83b02faa20d85226 Mon Sep 17 00:00:00 2001 From: ptmkenny <1451472+ptmkenny@users.noreply.github.com> Date: Sun, 6 Feb 2022 00:16:40 +0900 Subject: [PATCH] Allow use of drush 11 (#31) * Update composer.json * Update composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index b3f8ce9..a7efc1a 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ "zaporylie/composer-drupal-optimizations": "^1.0.2" }, "conflict": { - "drush/drush": "<8.2 || >=9.0 <9.6.0 || >=11.0" + "drush/drush": "<8.2 || >=9.0 <9.6.0" }, "minimum-stability": "dev", "prefer-stable": true,