Skip to content

Commit 38dc0de

Browse files
Merge branch '6.3' into 6.4
* 6.3: Fix deps=low
2 parents 978b737 + 3a2291d commit 38dc0de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines 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.0",
2626
"predis/predis": "^1.1|^2.0",
27-
"symfony/cache": "^5.4|^6.0|^7.0",
27+
"symfony/cache": "^6.3|^7.0",
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.2"
35+
"symfony/cache": "<6.3"
3636
},
3737
"autoload": {
3838
"psr-4": { "Symfony\\Component\\HttpFoundation\\": "" },

0 commit comments

Comments
 (0)