From bf625f74c9dcfb1352b79df40ad6c2e12a901e52 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 18 Jun 2021 05:43:37 +0000 Subject: [PATCH] Update symfony/console requirement from ~4.3.7 to ~5.3.2 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.2) 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..4ab071e 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ } }, "require": { - "symfony/console": "~4.3.7" + "symfony/console": "~5.3.2" }, "bin": [ "aze"