From b4c2c77d805a0fe6cc31535cbcaebe1ee3d4f8c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 04:04:00 +0000 Subject: [PATCH] Update symfony/console requirement from ~6.4|~7.4 to ^8.0.9 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/commits/v8.0.9) --- updated-dependencies: - dependency-name: symfony/console dependency-version: 8.0.9 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 22a657fb..1f749a4b 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ ], "require": { "php": "^8.5", - "symfony/console": "~6.4|~7.4", + "symfony/console": "^8.0.9", "symfony/yaml": "~6.4|~7.4", "justinrainbow/json-schema": "^6.0", "ext-json": "*",