From 45e3e7235ca2c140dc893ad74501c2961a4f056b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 04:04:56 +0000 Subject: [PATCH] Update symfony/console requirement from ~6.4|~7.4 to ^8.0.13 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.13) --- updated-dependencies: - dependency-name: symfony/console dependency-version: 8.0.13 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..bd3244f9 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.13", "symfony/yaml": "~6.4|~7.4", "justinrainbow/json-schema": "^6.0", "ext-json": "*",