Skip to content

Commit ac42120

Browse files
Provide compatibility with Symfony 6.x (#16)
1 parent 56e0217 commit ac42120

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
"doctrine/annotations": "~1.0",
2222
"psr/container": "^1.0",
2323
"psr/log": "^1.0",
24-
"symfony/config": "^4.3|^5.0",
25-
"symfony/dependency-injection": "^4.3|^5.0",
26-
"symfony/framework-bundle": "3.4.*|^4.0|^5.0",
27-
"symfony/http-foundation": "^4.0|^5.0",
28-
"symfony/http-kernel": "^4.3|^5.0",
24+
"symfony/config": "^4.3|^5.0|^6.0",
25+
"symfony/dependency-injection": "^4.3|^5.0|^6.0",
26+
"symfony/framework-bundle": "3.4.*|^4.0|^5.0|^6.0",
27+
"symfony/http-foundation": "^4.0|^5.0|^6.0",
28+
"symfony/http-kernel": "^4.3|^5.0|^6.0",
2929
"symfony/service-contracts": "^1.0|^2.0",
3030
"twig/twig": "^1.34|^2.0|^3.0",
3131
"webfactory/dom": "~1.0, >= 1.0.15"

0 commit comments

Comments
 (0)