From 2d65350f68e8e0319e0332b3a68240ed790cb8b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Mar 2025 22:51:20 +0000 Subject: [PATCH] Update symfony/cache requirement from ^5.1 to ^5.1 || ^7.0 Updates the requirements on [symfony/cache](https://github.com/symfony/cache) to permit the latest version. - [Release notes](https://github.com/symfony/cache/releases) - [Changelog](https://github.com/symfony/cache/blob/7.2/CHANGELOG.md) - [Commits](https://github.com/symfony/cache/compare/v5.1.0...v7.2.4) --- updated-dependencies: - dependency-name: symfony/cache dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index ba63218..7ecc188 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,7 @@ "require-dev": { "fzaninotto/faker": "^1.9.1", "phpunit/phpunit": "^12.0.10", - "symfony/cache": "^5.1" + "symfony/cache": "^5.1 || ^7.0" }, "autoload": { "psr-4": {