From d2e3b2d0d929108d21f747064355e7564afd7fe5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Dec 2021 05:01:24 +0000 Subject: [PATCH] Update symfony/console requirement from ^4.0 to ^5.4 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/5.4/CHANGELOG.md) - [Commits](https://github.com/symfony/console/compare/v4.0.0...v5.4.0) --- 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 79e67f8e..85457f5a 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ "phpstan/phpstan-phpunit": "^0.12.16", "phpstan/phpstan-strict-rules": "^0.12.5", "phpunit/phpunit": "^7.5.20", - "symfony/console": "^4.0", + "symfony/console": "^5.4", "symfony/config": "^4.2", "symfony/framework-bundle": "^4.0", "symfony/http-foundation": "^4.0",