From c2de7ee80da713f0411cf35ca0ba107cded7f491 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 09:54:54 +0000 Subject: [PATCH] Update symfony/filesystem requirement from ^6.0 to ^6.0 || ^7.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/7.0/CHANGELOG.md) - [Commits](https://github.com/symfony/filesystem/compare/v6.0.0...v7.0.0) --- updated-dependencies: - dependency-name: symfony/filesystem dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3705795..2646d09 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ "require": { "php": "^8.2", "twig/twig": "^3.0", - "symfony/filesystem": "^6.0" + "symfony/filesystem": "^6.0 || ^7.0" }, "require-dev": { "mikey179/vfsstream": "^1.6.8"