From 6164461d80ed6c8e475a2290e6b08aab4e4c4718 Mon Sep 17 00:00:00 2001 From: Claudiu Cristea Date: Wed, 6 Dec 2023 14:37:29 +0200 Subject: [PATCH] Restore use of Drush 11 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 132a9702..92b0c7d7 100644 --- a/composer.json +++ b/composer.json @@ -35,7 +35,7 @@ "drupal/coder": "^8.3", "drupal/core": "^10", "drupal/core-composer-scaffold": "^10", - "drush/drush": "^12.4", + "drush/drush": "^11.6.0 || ^12.4", "php-parallel-lint/php-parallel-lint": "^1.3", "phpspec/phpspec": "^4.0 || ^6.0 || ^7.0" },