From cdbf7c0032a2f85ec670e3ca685e115ce7d46df2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Mar 2021 05:52:32 +0000 Subject: [PATCH] Update symfony/config requirement from ^4.2 to ^5.2 Updates the requirements on [symfony/config](https://github.com/symfony/config) to permit the latest version. - [Release notes](https://github.com/symfony/config/releases) - [Changelog](https://github.com/symfony/config/blob/5.x/CHANGELOG.md) - [Commits](https://github.com/symfony/config/compare/v4.2.0...v5.2.3) Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 79e67f8e..68250301 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ "phpstan/phpstan-strict-rules": "^0.12.5", "phpunit/phpunit": "^7.5.20", "symfony/console": "^4.0", - "symfony/config": "^4.2", + "symfony/config": "^5.2", "symfony/framework-bundle": "^4.0", "symfony/http-foundation": "^4.0", "symfony/messenger": "^4.2",