From a356d927f8989146c479de08ff115a74985ff24a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 05:23:47 +0000 Subject: [PATCH] Update dependency symfony/console to v7 | datasource | package | from | to | | ---------- | --------------- | ------ | ----- | | packagist | symfony/console | 6.4.17 | 7.2.1 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index c1d0dfe..59a9ae6 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ "require": { "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0", "ext-json": "*", - "symfony/console": "^2.8 || ^3.0 || ^4.0 || ^5.0 || ^6.0" + "symfony/console": "^2.8 || ^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0" }, "require-dev": { "laminas/laminas-coding-standard": "~3.0.0",