From adfb1b6d443517133cb602df71cee1bcc3a6739d Mon Sep 17 00:00:00 2001 From: Steffen Schlaer Date: Thu, 22 Aug 2024 15:40:55 +0200 Subject: [PATCH] fix: add drush 11 to support also D10 (#14) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index ad87322..a7866b4 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "Drush commands for the BurdaStyleGrout Thunder installation.", "type": "drupal-drush", "require": { - "drush/drush": "~9||~10" + "drush/drush": "~11 || ~12" }, "license": "GPL-2.0-or-later", "authors": [