From cf3aa774b8dd7095aa24d2a89ba053ca80a0fe5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 00:14:41 +0000 Subject: [PATCH] Update symfony/cache requirement from ^7.0 to ^7.0 || ^8.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.3/CHANGELOG.md) - [Commits](https://github.com/symfony/cache/compare/v7.0.0...v8.0.1) --- updated-dependencies: - dependency-name: symfony/cache dependency-version: 8.0.1 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 cc95884..7eb7662 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "doctrine/dbal": "^4.0", "phpunit/phpunit": "^12.0", "vimeo/psalm": "^6.14", - "symfony/cache": "^7.0", + "symfony/cache": "^7.0 || ^8.0", "php-parallel-lint/php-parallel-lint": "^1.3.2", "phpstan/phpstan": "^2.1" },