From 0c3fd7e29a5388ddf918c698b9e4899a10442e72 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2020 07:59:45 +0000 Subject: [PATCH] Update symfony/filesystem requirement from ^3.4 to ^3.4 || ^4.0 Updates the requirements on [symfony/filesystem](https://github.com/symfony/filesystem) to permit the latest version. - [Release notes](https://github.com/symfony/filesystem/releases) - [Changelog](https://github.com/symfony/filesystem/blob/master/CHANGELOG.md) - [Commits](https://github.com/symfony/filesystem/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..70998af 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "symfony/config": "^3.4", "symfony/console": "^3.4", "symfony/dependency-injection": "^3.4", - "symfony/filesystem": "^3.4", + "symfony/filesystem": "^3.4 || ^4.0", "symfony/yaml": "^3.4", "tightenco/collect": "^5.4" },