From 56841780fc4137d58635e51c4bb2bbe1e04106d3 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 25 Jun 2021 05:28:09 +0000 Subject: [PATCH] Update symfony/console requirement from ^3.3 to ^5.3 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/v3.3.0...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 bcba469..dde45fd 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,7 @@ "php": ">=7.1", "ext-zip": "*", "pimple/pimple": "^3.0", - "symfony/console": "^3.3", + "symfony/console": "^5.3", "symfony/config": "^3.3", "assertis/php-raml-parser": "^1.0.1", "league/flysystem": "^1.0",