Skip to content

Commit 64218d9

Browse files
Allow symfony 6 packages (#43)
1 parent 1e1cb79 commit 64218d9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
"require": {
2424
"php": ">=7.1",
2525
"ext-json": "*",
26-
"symfony/config": "~3.0|~4.0|~5.0",
27-
"symfony/dependency-injection": "~3.0|~4.0|~5.0",
28-
"symfony/http-kernel": "~3.0|~4.0|~5.0",
26+
"symfony/config": "~3.0|~4.0|~5.0|~6.0",
27+
"symfony/dependency-injection": "~3.0|~4.0|~5.0|~6.0",
28+
"symfony/http-kernel": "~3.0|~4.0|~5.0|~6.0",
2929
"twig/twig": "^1.34|^2.0|^3.0"
3030
},
3131
"require-dev": {

0 commit comments

Comments
 (0)