From 6163e766a2e67f0a1fb2a43877b6d36877ced85d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20FIDRY?= <5175937+theofidry@users.noreply.github.com> Date: Sat, 14 Oct 2023 00:49:30 +0200 Subject: [PATCH] chore: Allow fidry/console 0.6 (#851) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 28ac692f..bee6d000 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ ], "require": { "php": "^8.1", - "fidry/console": "^0.5.0", + "fidry/console": "^0.5.0 || ^0.6.0", "jetbrains/phpstorm-stubs": "^v2022.2", "nikic/php-parser": "^4.12", "symfony/console": "^5.2 || ^6.0",