From bb5ff1f60e3bce4b453ec7b714679bc8d9f07e8a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 27 Jul 2021 05:34:29 +0000 Subject: [PATCH] Update symfony/console requirement from ~4.3.7 to ~5.3.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.3/CHANGELOG.md) - [Commits](https://github.com/symfony/console/compare/v4.3.7...v5.3.4) Signed-off-by: dependabot-preview[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index ad09ee8..d672b30 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ } }, "require": { - "symfony/console": "~4.3.7" + "symfony/console": "~5.3.4" }, "bin": [ "aze"