Skip to content

Commit cf3aa77

Browse files
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](symfony/cache@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] <support@github.com>
1 parent eaf8565 commit cf3aa77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"doctrine/dbal": "^4.0",
2424
"phpunit/phpunit": "^12.0",
2525
"vimeo/psalm": "^6.14",
26-
"symfony/cache": "^7.0",
26+
"symfony/cache": "^7.0 || ^8.0",
2727
"php-parallel-lint/php-parallel-lint": "^1.3.2",
2828
"phpstan/phpstan": "^2.1"
2929
},

0 commit comments

Comments
 (0)