From 754a78693232c3ad4807fc8d9a5339b2c974aa38 Mon Sep 17 00:00:00 2001 From: Amber Matz Date: Fri, 29 Mar 2024 10:53:37 -0700 Subject: [PATCH] Bump drush req to 12.5 Errors regarding missing AutoWireTrait popup running Drush 12.4 and common commands like drush en. 12.5 resolved these, so I think we should have 12.5 as the minimum version. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 179be10..883c4d5 100644 --- a/composer.json +++ b/composer.json @@ -99,6 +99,6 @@ "drupal/coder": "^8.3", "drupal/core-dev": "^10.2", "drupal/webprofiler": "^10.1", - "drush/drush": "^12.4" + "drush/drush": "^12.5" } }