From 172cf30900f0a9915789a9ba1725ca6440db1ce8 Mon Sep 17 00:00:00 2001 From: Keegan Rankin Date: Tue, 26 Mar 2024 09:31:41 -0700 Subject: [PATCH] Update drush constraint to * --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index dbca40d..cb5cca8 100644 --- a/composer.json +++ b/composer.json @@ -159,7 +159,7 @@ "drupal/weight": "^3.3", "drupal/workflow_buttons": "1.x-dev", "drupal/wysiwyg_linebreaks": "^2", - "drush/drush": "^12", + "drush/drush": "*", "drutopia/drutopia": "2.0.x-dev", "league/commonmark": "^1.0", "vlucas/phpdotenv": "^5.1",