8000 minor #58813 [HttpFoundation] require Cache component versions compat… · symfony/symfony@7e1af9f · GitHub
[go: up one dir, main page]

Skip to content

Commit 7e1af9f

Browse 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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Symfony/Component/HttpFoundation/composer.json

+2-2
8000
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