From e6fb9634b5c7b233538b3ecb3db703e58af9242b Mon Sep 17 00:00:00 2001 From: Guy Sartorelli <36352093+GuySartorelli@users.noreply.github.com> Date: Thu, 1 Sep 2022 14:48:18 +1200 Subject: [PATCH] DEP Revert change to dependency that was made during a merge-up (#10479) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 24343ba2f49..c6ce92f6f0a 100644 --- a/composer.json +++ b/composer.json @@ -40,7 +40,7 @@ "swiftmailer/swiftmailer": "^6.3.0", "symfony/cache": "^4.4.44", "symfony/config": "^4.4.44", - "symfony/filesystem": "^6.0", + "symfony/filesystem": "^5.4 || ^6.0", "symfony/translation": "^4.4.44", "symfony/yaml": "^4.4.44", "ext-ctype": "*",