From 204b1f410b163b01552f81f6026536bfb25e9cb3 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 13 May 2021 05:43:46 +0000 Subject: [PATCH] Update symfony/console requirement from ~4.3.7 to ~5.2.8 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.8) 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..c9e2930 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ } }, "require": { - "symfony/console": "~4.3.7" + "symfony/console": "~5.2.8" }, "bin": [ "aze"