From e54ad3101d29ce4d65e3e37677fab3636588d7f9 Mon Sep 17 00:00:00 2001 From: Bec White Date: Thu, 6 Oct 2022 10:58:12 -0500 Subject: [PATCH] Remove upper bound version constraint on Drush; don't install dev versions unless specified. --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 016895b..878d511 100644 --- a/composer.json +++ b/composer.json @@ -18,9 +18,9 @@ "email": "white@palantir.net" } ], - "minimum-stability": "dev", + "minimum-stability": "alpha", "require": { - "drush/drush": "^8.1.15 || ^9.0 || ^10.0 || ^11.0", + "drush/drush": ">=9", "phing/phing": "^3" }, "replace": {