Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 7e1af9f

Browse filesBrowse files
committed
minor #58813 [HttpFoundation] require Cache component versions compatible with Redis 6.1 (xabbuh)
This PR was merged into the 6.4 branch. Discussion ---------- [HttpFoundation] require Cache component versions compatible with Redis 6.1 | Q | A | ------------- | --- | Branch? | 6.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | | License | MIT Commits ------- 89ab36a require Cache component versions compatible with Redis 6.1
2 parents 3381be1 + 89ab36a commit 7e1af9f
Copy full SHA for 7e1af9f

File tree

1 file changed

+2
-2
lines changed
Filter options

1 file changed

+2
-2
lines changed

‎src/Symfony/Component/HttpFoundation/composer.json

Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpFoundation/composer.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@
2424
"require-dev": {
2525
"doctrine/dbal": "^2.13.1|^3|^4",
2626
"predis/predis": "^1.1|^2.0",
27-
"symfony/cache": "^6.3|^7.0",
27+
"symfony/cache": "^6.4.12|^7.1.5",
2828
"symfony/dependency-injection": "^5.4|^6.0|^7.0",
2929
"symfony/http-kernel": "^5.4.12|^6.0.12|^6.1.4|^7.0",
3030
"symfony/mime": "^5.4|^6.0|^7.0",
3131
"symfony/expression-language": "^5.4|^6.0|^7.0",
3232
"symfony/rate-limiter": "^5.4|^6.0|^7.0"
3333
},
3434
"conflict": {
35-
"symfony/cache": "<6.3"
35+
"symfony/cache": "<6.4.12|>=7.0,<7.1.5"
3636
},
3737
"autoload": {
3838
"psr-4": { "Symfony\\Component\\HttpFoundation\\": "" },

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.