From 3a070939337db7a6b41778b3aefd0ff85c9ced50 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2020 08:00:40 +0000 Subject: [PATCH] Update symfony/config requirement from ^3.4 to ^3.4 || ^4.0 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/master/CHANGELOG.md) - [Commits](https://github.com/symfony/config/compare/v3.4.0...v4.4.10) 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 7e1ca42..9ce3bef 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ } ], "require": { - "symfony/config": "^3.4", + "symfony/config": "^3.4 || ^4.0", "symfony/console": "^3.4", "symfony/dependency-injection": "^3.4", "symfony/filesystem": "^3.4",