From 7d9678d6dbb3f066395dffc00e356ee683cddbae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Nov 2023 11:01:19 +0000 Subject: [PATCH] Update symfony/console requirement from ^5.0|^6.0 to ^6.3.4 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/6.3/CHANGELOG.md) - [Commits](https://github.com/symfony/console/commits/v6.3.4) --- updated-dependencies: - dependency-name: symfony/console 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 bdcbd69..db83094 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ "require": { "php": "^8.2", "ext-json": "*", - "symfony/console": "^5.0|^6.0", + "symfony/console": "^6.3.4", "twig/twig": "^3.7" }, "require-dev": {