Skip to content

Commit 881207d

Browse files
committed
Allow Symfony 6
1 parent 6cbf8e7 commit 881207d

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
"symfony/polyfill-php80": "^1.15"
2222
},
2323
"require-dev": {
24-
"symfony/config": "^5.3",
25-
"symfony/http-foundation": "^4.4|^5.0",
26-
"symfony/yaml": "^4.4|^5.0",
27-
"symfony/expression-language": "^4.4|^5.0",
28-
"symfony/dependency-injection": "^4.4|^5.0",
24+
"symfony/config": "^5.3|^6.0",
25+
"symfony/http-foundation": "^4.4|^5.0|^6.0",
26+
"symfony/yaml": "^4.4|^5.0|^6.0",
27+
"symfony/expression-language": "^4.4|^5.0|^6.0",
28+
"symfony/dependency-injection": "^4.4|^5.0|^6.0",
2929
"doctrine/annotations": "^1.12",
3030
"psr/log": "~1.0"
3131
},

0 commit comments

Comments
 (0)