Skip to content

Commit b7f3305

Browse files
authored
Allow Symfony 6.0
1 parent 4ae6608 commit b7f3305

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
@@ -18,11 +18,11 @@
1818
"require": {
1919
"php": ">=7.1.3",
2020
"lcobucci/jwt": "^3.4|^4.0",
21-
"symfony/config": "^4.4|^5.0",
22-
"symfony/dependency-injection": "^4.4|^5.0",
23-
"symfony/http-kernel": "^4.4|^5.0",
21+
"symfony/config": "^4.4|^5.0|^6.0",
22+
"symfony/dependency-injection": "^4.4|^5.0|^6.0",
23+
"symfony/http-kernel": "^4.4|^5.0|^6.0",
2424
"symfony/mercure": "^0.5.3",
25-
"symfony/web-link": "^4.4|^5.0"
25+
"symfony/web-link": "^4.4|^5.0|^6.0"
2626
},
2727
"autoload": {
2828
"psr-4": { "Symfony\\Bundle\\MercureBundle\\": "src/" }

0 commit comments

Comments
 (0)