We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ae6608 commit b7f3305Copy full SHA for b7f3305
composer.json
@@ -18,11 +18,11 @@
18
"require": {
19
"php": ">=7.1.3",
20
"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",
+ "symfony/config": "^4.4|^5.0|^6.0",
+ "symfony/dependency-injection": "^4.4|^5.0|^6.0",
+ "symfony/http-kernel": "^4.4|^5.0|^6.0",
24
"symfony/mercure": "^0.5.3",
25
- "symfony/web-link": "^4.4|^5.0"
+ "symfony/web-link": "^4.4|^5.0|^6.0"
26
},
27
"autoload": {
28
"psr-4": { "Symfony\\Bundle\\MercureBundle\\": "src/" }
0 commit comments