From 9599127245b7d53e75afb34f99a1853156da3cde Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 23:02:39 +0000 Subject: [PATCH] Update symfony/console requirement from ~6.3 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/v6.3.0...v7.1.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 3586a71..b593a8a 100644 --- a/composer.json +++ b/composer.json @@ -53,7 +53,7 @@ "mnapoli/silly": "~1.1", "symfony/process": "^3.0|^4.0|^5.0|^6.0", "nategood/httpful": "~0.2", - "symfony/console": "~6.3" + "symfony/console": "~7.1" }, "require-dev": { "mockery/mockery": "~1.6.4",