From 151fe0292a48039517dbccbb13f077816b72152f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 23:38:48 +0000 Subject: [PATCH] Update symfony/console requirement from ^5.2 to ^7.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.1/CHANGELOG.md) - [Commits](https://github.com/symfony/console/compare/v5.2.0...v7.1.3) --- 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 4a5b0a9..db60ae2 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ "ext-zip": "*", "ext-curl": "*", "bamarni/composer-bin-plugin": "^1.4", - "symfony/console": "^5.2", + "symfony/console": "^7.1", "symfony/finder": "^5.2" }, "require-dev": {