Skip to content

Commit 8751bbf

Browse files
Allow Symfony 7
1 parent d2d67f8 commit 8751bbf

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

composer.json

Lines changed: 7 additions & 7 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|^5.0",
21-
"symfony/config": "^4.4|^5.0|^6.0",
22-
"symfony/dependency-injection": "^4.4|^5.4|^6.0",
23-
"symfony/http-kernel": "^4.4|^5.0|^6.0",
21+
"symfony/config": "^4.4|^5.0|^6.0|^7.0",
22+
"symfony/dependency-injection": "^4.4|^5.4|^6.0|^7.0",
23+
"symfony/http-kernel": "^4.4|^5.0|^6.0|^7.0",
2424
"symfony/mercure": "^0.6.1",
25-
"symfony/web-link": "^4.4|^5.0|^6.0"
25+
"symfony/web-link": "^4.4|^5.0|^6.0|^7.0"
2626
},
2727
"autoload": {
2828
"psr-4": { "Symfony\\Bundle\\MercureBundle\\": "src/" }
@@ -39,10 +39,10 @@
3939
"sort-packages": true
4040
},
4141
"require-dev": {
42-
"symfony/phpunit-bridge": "^4.3.7|^5.0|^6.0",
43-
"symfony/stopwatch": "^4.3.7|^5.0|^6.0",
42+
"symfony/phpunit-bridge": "^4.3.7|^5.0|^6.0|^7.0",
43+
"symfony/stopwatch": "^4.3.7|^5.0|^6.0|^7.0",
4444
"symfony/ux-turbo": "*",
45-
"symfony/var-dumper": "^4.3.7|^5.0|^6.0"
45+
"symfony/var-dumper": "^4.3.7|^5.0|^6.0|^7.0"
4646
},
4747
"suggest": {
4848
"symfony/messenger": "To use the Messenger integration"

0 commit comments

Comments
 (0)