From b56d606ddb520a920edc204b2727c71f792524ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Thu, 15 Feb 2024 21:23:38 -0500 Subject: [PATCH] Allow Drush to always float to latest supported version for corresponding Drupal --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 81a4a12..d4b3118 100644 --- a/composer.json +++ b/composer.json @@ -170,7 +170,7 @@ "drupal/weight": "^3.3", "drupal/workflow_buttons": "1.x-dev", "drupal/wysiwyg_linebreaks": "^2", - "drush/drush": "^11", + "drush/drush": "*", "drutopia/drutopia": "2.0.x-dev", "league/commonmark": "^1.0", "vlucas/phpdotenv": "^5.1",