From 88e3c1d078fef17a213e986781ce8c9f7d29a996 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 10:41:15 +0000 Subject: [PATCH] fix(deps-dev): Update symfony/console requirement from ^7.2 to ^7.3 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/7.3/CHANGELOG.md) - [Commits](https://github.com/symfony/console/compare/v7.2.0...v7.3.2) --- updated-dependencies: - dependency-name: symfony/console dependency-version: 7.3.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index eec6a2e..e727220 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ "phpstan/phpstan": "^2.1.21", "phpstan/phpstan-phpunit": "^2.0.7", "phpunit/phpunit": "^12.2.9", - "symfony/console": "^7.2", + "symfony/console": "^7.3", "symfony/http-foundation": "^7.2", "symfony/messenger": "^7.2", "symfony/security-bundle": "^7.2"