Skip to content

Commit 2d65350

Browse files
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](symfony/cache@v5.1.0...v7.2.4) --- updated-dependencies: - dependency-name: symfony/cache dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ae0a085 commit 2d65350

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
@@ -31,7 +31,7 @@
3131
"require-dev": {
3232
"fzaninotto/faker": "^1.9.1",
3333
"phpunit/phpunit": "^12.0.10",
34-
"symfony/cache": "^5.1"
34+
"symfony/cache": "^5.1 || ^7.0"
3535
},
3636
"autoload": {
3737
"psr-4": {

0 commit comments

Comments
 (0)