Skip to content

Commit 3a2291d

Browse files
Fix deps=low
1 parent 7dceaa1 commit 3a2291d

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",
27+
"symfony/cache": "^6.3",
2828
"symfony/dependency-injection": "^5.4|^6.0",
2929
"symfony/http-kernel": "^5.4.12|^6.0.12|^6.1.4",
3030
"symfony/mime": "^5.4|^6.0",
3131
"symfony/expression-language": "^5.4|^6.0",
3232
"symfony/rate-limiter": "^5.2|^6.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)