From e94fdf576e8f00a93cf43398ec85baa42623f1a8 Mon Sep 17 00:00:00 2001 From: Pol Dellaiera Date: Mon, 11 Mar 2019 15:16:37 +0100 Subject: [PATCH] Issue #95: Upgrade minimum version of Robo so it works with Drush properly. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 483d7e85..246db242 100644 --- a/composer.json +++ b/composer.json @@ -7,7 +7,7 @@ "minimum-stability": "dev", "prefer-stable": true, "require": { - "consolidation/robo": "^1.3", + "consolidation/robo": "^1.4", "gitonomy/gitlib": "^1.0", "nuvoleweb/robo-config": "^0.2.1", "jakeasmith/http_build_url": "^1.0.1"