From e805bdd0bec6f38c28a0d4455920b46f2c96f1ed Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 1 Dec 2020 09:22:27 +0000 Subject: [PATCH] :arrow_up: Update symfony/console requirement from ^5.1 to ^5.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.x/CHANGELOG.md) - [Commits](https://github.com/symfony/console/compare/v5.1.0...v5.2.0) 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 19aa659..22c31bd 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ "require": { "ext-json": "*", "php": "^7.2", - "symfony/console": "^5.1" + "symfony/console": "^5.2" }, "require-dev": { "adriansuter/php-autoload-override": "^1.2",