From ef41d34d3b36f14c9e7078eccfeebc8834a22110 Mon Sep 17 00:00:00 2001 From: Francesco Sardara Date: Thu, 20 Oct 2022 15:32:01 +0200 Subject: [PATCH 1/2] OEL-2096: Changes in consolidation/annotated-command 4.5.7 break configuration initialisation. --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index c0f5e26..caad654 100644 --- a/composer.json +++ b/composer.json @@ -8,6 +8,7 @@ "prefer-stable": true, "require": { "php": ">=7.4", + "consolidation/annotated-command": "^4.3 <4.5.7", "consolidation/robo": "^3.0", "gitonomy/gitlib": "^1.0", "jakeasmith/http_build_url": "^1.0.1", From b29eaf3b429f10346bc72a5b210dd263d24ac857 Mon Sep 17 00:00:00 2001 From: Francesco Sardara Date: Thu, 20 Oct 2022 15:49:00 +0200 Subject: [PATCH 2/2] OEL-2096: Raise minimum stability to avoid using dev dependencies. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index caad654..9bb1da1 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "keywords": ["Robo", "automation", "task-runner", "yaml"], "license": "EUPL-1.2", "type": "library", - "minimum-stability": "dev", + "minimum-stability": "alpha", "prefer-stable": true, "require": { "php": ">=7.4",