From 89064e6c80b469e978c303ec7a85ef50c900b85a Mon Sep 17 00:00:00 2001 From: Vishal Khode Date: Mon, 12 Jun 2023 07:37:39 +0530 Subject: [PATCH] ACMS-1833: Supports Drush 12. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a4a5c9a28..a72547854 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,7 @@ "drupal/recaptcha": "^3.1", "drupal/reroute_email": "^2.2", "drupal/shield": "^1.7", - "drush/drush": "^10 || ^11", + "drush/drush": "^10 || ^11 || ^12", "nnnick/chartjs": "^3.9" }, "require-dev": {