Skip to content

Commit 524778b

Browse files
Allow symfony 6 packages (#9)
1 parent ab52215 commit 524778b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414

1515
"require": {
1616
"php": "7.2.*|7.3.*|7.4.*|8.0.*|8.1.*",
17-
"symfony/config": "^3.4|^4.0|^5.0",
18-
"symfony/dependency-injection": "^3.4|^4.0|^5.0",
19-
"symfony/event-dispatcher": "^3.4|^4.0|^5.0",
20-
"symfony/http-foundation": "^4.3|^5.0",
21-
"symfony/http-kernel": "^4.3|^5.0",
22-
"symfony/routing": "^3.4|^4.0|^5.0"
17+
"symfony/config": "^3.4|^4.0|^5.0|^6.0",
18+
"symfony/dependency-injection": "^3.4|^4.0|^5.0|^6.0",
19+
"symfony/event-dispatcher": "^3.4|^4.0|^5.0|^6.0",
20+
"symfony/http-foundation": "^4.3|^5.0|^6.0",
21+
"symfony/http-kernel": "^4.3|^5.0|^6.0",
22+
"symfony/routing": "^3.4|^4.0|^5.0|^6.0"
2323
},
2424

2525
"require-dev": {

0 commit comments

Comments
 (0)