From 333f3cc713bcd461e691ab88086d30d6fc777194 Mon Sep 17 00:00:00 2001 From: Mikkel Ricky Date: Fri, 4 Feb 2022 12:09:57 +0100 Subject: [PATCH] Update maestro version requirement This will allow installing release candidates (given `"minimum-stability": "dev"`). --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 6503915..fa4ca03 100644 --- a/composer.json +++ b/composer.json @@ -33,7 +33,7 @@ "drupal/libraries": "3.0.0-beta1", "drupal/linkit": "^5.0", "drupal/logging_alerts": "^2.0", - "drupal/maestro": "3.0.1-rc2", + "drupal/maestro": "^3.0", "drupal/masquerade": "2.0.0-beta4", "drupal/queue_mail": "^1.4", "drupal/queue_ui": "^2.1",