From 18ce72ca92a0c48eff9c35b489b0ff9a5b94d998 Mon Sep 17 00:00:00 2001 From: Shelane French Date: Wed, 27 Nov 2024 08:53:26 -0800 Subject: [PATCH] adds Drush 13 option --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index d33d3cc69..a89c1862a 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,7 @@ "dflydev/dot-access-data": "^3", "doctrine/annotations": "^1.10.0", "drupal/core": "^10.0.0", - "drush/drush": "^12", + "drush/drush": "^12 || ^13", "enlightn/security-checker": "^1.3", "grasmash/yaml-cli": "^3.0.0", "grasmash/yaml-expander": "^3.0.2",