Skip to content

Commit 5bd66e2

Browse files
committed
Allow symfony 7
1 parent 9c25515 commit 5bd66e2

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

composer.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -43,20 +43,20 @@
4343
"doctrine/dbal": "^3.6",
4444
"knplabs/knp-menu": "^3.1",
4545
"psr/event-dispatcher": "^1.0",
46-
"symfony/cache": "^6.4",
46+
"symfony/cache": "^6.4 || ^7.4",
4747
"symfony/cache-contracts": "^3.0",
48-
"symfony/config": "^6.4",
49-
"symfony/dependency-injection": "^6.4",
48+
"symfony/config": "^6.4 || ^7.4",
49+
"symfony/dependency-injection": "^6.4 || ^7.4",
5050
"symfony/event-dispatcher": "^6.4",
5151
"symfony/event-dispatcher-contracts": "^3.0",
52-
"symfony/expression-language": "^6.4",
53-
"symfony/http-foundation": "^6.4",
54-
"symfony/http-kernel": "^6.4",
52+
"symfony/expression-language": "^6.4 || ^7.4",
53+
"symfony/http-foundation": "^6.4 || ^7.4",
54+
"symfony/http-kernel": "^6.4 || ^7.4",
5555
"symfony/polyfill-mbstring": "^1.0",
56-
"symfony/routing": "^6.4",
57-
"symfony/security-bundle": "^6.4",
58-
"symfony/security-core": "^6.4",
59-
"symfony/security-csrf": "^6.4",
56+
"symfony/routing": "^6.4 || ^7.4",
57+
"symfony/security-bundle": "^6.4 || ^7.4",
58+
"symfony/security-core": "^6.4 || ^7.4",
59+
"symfony/security-csrf": "^6.4 || ^7.4",
6060
"symfony/translation-contracts": "^3.0",
6161
"twig/twig": "^3.8"
6262
},

0 commit comments

Comments
 (0)