Skip to content

Commit

Permalink
Update Symfony Cache dependency version in composer.json
Browse files Browse the repository at this point in the history
Expanded the Symfony Cache package compatibility to include version 7.1. This ensures the project remains compatible with the latest Symfony components and benefits from available updates and bug fixes.
  • Loading branch information
koriym committed Nov 2, 2024
1 parent 57c0501 commit 65483e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"php": "^7.3 || ^8.0",
"psr/cache": "^1.0.1 || ^2.0 || ^3.0",
"ray/di": "^2.13.2",
"symfony/cache": "^5.3.4 || ^6.0",
"symfony/cache": "^5.3.4 || ^6.0 || ^v7.1",
"doctrine/annotations": "^1.13",
"psr/simple-cache": "^1.0 || ^2.0 || ^3.0",
"ray/aop": "^2.10.4"
Expand Down

0 comments on commit 65483e8

Please sign in to comment.