Skip to content

Commit feb895d

Browse files
Allow Symfony 7 packages (#6)
1 parent d558d5a commit feb895d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313

1414
"require": {
1515
"php": "7.2.*|7.4.*|8.0.*|8.1.*|8.2.*|8.3.*",
16-
"symfony/config": "^2.4|^3.0|^4.0|^5.0|^6.0",
17-
"symfony/console": "^2.4|^3.0|^4.0|^5.0|^6.0",
18-
"symfony/dependency-injection": "^2.4|^3.0|^4.0|^5.0|^6.0",
19-
"symfony/http-kernel": "^2.4|^3.0|^4.0|^5.0|^6.0",
16+
"symfony/config": "^2.4|^3.0|^4.0|^5.0|^6.0|^7.0",
17+
"symfony/console": "^2.4|^3.0|^4.0|^5.0|^6.0|^7.0",
18+
"symfony/dependency-injection": "^2.4|^3.0|^4.0|^5.0|^6.0|^7.0",
19+
"symfony/http-kernel": "^2.4|^3.0|^4.0|^5.0|^6.0|^7.0",
2020
"webfactory/content-mapping": "^3.0"
2121
},
2222

0 commit comments

Comments
 (0)