From e1c08f38928d04bc71225997a936c97a9fd485f7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 29 Mar 2021 06:25:28 +0000 Subject: [PATCH] Update symfony/console requirement from ~4.3.7 to ~5.2.6 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.x/CHANGELOG.md) - [Commits](https://github.com/symfony/console/compare/v4.3.7...v5.2.6) 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..1e4a2d2 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ } }, "require": { - "symfony/console": "~4.3.7" + "symfony/console": "~5.2.6" }, "bin": [ "aze"