From 9a46fc6fb95efa7bdf9b30d81eb605f8b16811d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 04:17:54 +0000 Subject: [PATCH] Update symfony/cache requirement from ^7.0 || ^6.4 to ^7.0 || ^6.4 || ^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/8.1/CHANGELOG.md) - [Commits](https://github.com/symfony/cache/commits/v8.0.9) --- updated-dependencies: - dependency-name: symfony/cache dependency-version: 8.0.9 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 1e19146..c6d70dc 100644 --- a/composer.json +++ b/composer.json @@ -31,6 +31,6 @@ "phpunit/phpunit": "~12.3", "vimeo/psalm": "~6.16.0", "php-cs-fixer/shim": "~3.94.0", - "symfony/cache": "^7.0 || ^6.4" + "symfony/cache": "^7.0 || ^6.4 || ^8.0" } }