From 124aa5d0d32d0ab88bf053bebc18b23bf6d8276e Mon Sep 17 00:00:00 2001 From: Ken Rickard Date: Mon, 3 Oct 2022 13:41:04 -0400 Subject: [PATCH 1/2] Support drush 11 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 6e146a17..fcd7e226 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ "composer-runtime-api": "^2.2.2", "cweagans/composer-patches": "^1.7", "drupal/coder": "^8.3.6", - "drush/drush": "^9 || ^10", + "drush/drush": "^9 || ^10 || ^11", "mglaman/drupal-check": "^1.2", "palantirnet/phing-drush-task": "^1.1", "pear/http_request2": "^2.3", From 35e64658ff8521a63399c28906d5a2e975142fc6 Mon Sep 17 00:00:00 2001 From: Bec White Date: Thu, 6 Oct 2022 11:07:41 -0500 Subject: [PATCH 2/2] Remove upper bound version constraint for Drush. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index fcd7e226..232920b3 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ "composer-runtime-api": "^2.2.2", "cweagans/composer-patches": "^1.7", "drupal/coder": "^8.3.6", - "drush/drush": "^9 || ^10 || ^11", + "drush/drush": ">=9", "mglaman/drupal-check": "^1.2", "palantirnet/phing-drush-task": "^1.1", "pear/http_request2": "^2.3",