From 35f97f8ca9846b97b21f3deba432c6445057df64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 13:10:20 +0000 Subject: [PATCH] Update symfony/console requirement from ^7.1 to ^7.2 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.2/CHANGELOG.md) - [Commits](https://github.com/symfony/console/compare/v7.1.0...v7.2.1) --- 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 ec0d183..71947e3 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ "require": { "php": "^8.3", "ext-json": "*", - "symfony/console": "^7.1", + "symfony/console": "^7.2", "twig/twig": "^3.15" }, "require-dev": {