From 1c4abf6eb04bf6864e82cb1c03a8a888370dcf77 Mon Sep 17 00:00:00 2001 From: Bec White Date: Fri, 15 Oct 2021 12:06:15 -0500 Subject: [PATCH] Try Phing 3. --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 500ab84..7c86ba4 100644 --- a/composer.json +++ b/composer.json @@ -18,10 +18,10 @@ "email": "white@palantir.net" } ], - "minimum-stability": "beta", + "minimum-stability": "dev", "require": { - "phing/phing": "~2.9", - "drush/drush": "^8.1.15 || ^9.0 || ^10.0" + "drush/drush": "^8.1.15 || ^9.0 || ^10.0", + "phing/phing": "^3" }, "replace": { "continuousphp/phing-drush-task": "*"