From 71fba93169380a7c6e647397b3ff90dc08d7b88c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 17:06:31 +0000 Subject: [PATCH] Update symfony/console requirement from ^6.0 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.0.0...v7.1.2) --- updated-dependencies: - dependency-name: symfony/console dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 5c20576..1595a8c 100644 --- a/composer.json +++ b/composer.json @@ -44,7 +44,7 @@ "phpunit/phpunit": "^9.6|^10.4", "povils/phpmnd": "^3.2", "roave/security-advisories": "dev-master", - "symfony/console": "^6.0", + "symfony/console": "^7.1", "symfony/yaml": "^6.0" }, "suggest": {