From 113beb4f0ccb02a24fc393b1d5bb62954b5a3638 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 04:56:46 +0000 Subject: [PATCH] composer(deps): update symfony/console requirement from ^7.2.0 to ^7.2.1 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.2.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 ac0a44b..fba0fec 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ "php": "~8.3.0 || ~8.4.0 || 8.5.0", "monolog/monolog": "^3.8.1", "psr/container": "^1.1.2 || ^2.0.2", - "symfony/console": "^7.2.0" + "symfony/console": "^7.2.1" }, "require-dev": { "ext-ctype": "*",