From 9578120c062c8c002f9993cb3a73d39fccefe132 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 14:05:00 +0000 Subject: [PATCH] Update symfony/console requirement from ^7.4 to ^8.0 Updates the requirements on [symfony/console](https://github.com/symfony/console) to permit the latest version. - [Release notes](https://github.com/symfony/console/releases) - [Changelog](https://github.com/symfony/console/blob/8.1/CHANGELOG.md) - [Commits](https://github.com/symfony/console/compare/v7.4.0...v8.0.7) --- updated-dependencies: - dependency-name: symfony/console dependency-version: 8.0.7 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 06a32f2..95cc2c5 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ "require": { "php": "^8.4", "ext-json": "*", - "symfony/console": "^7.4", + "symfony/console": "^8.0", "twig/twig": "^3.23" }, "require-dev": {