File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 18
18
"require" : {
19
19
"php" : " >=7.1.3" ,
20
20
"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 " ,
24
24
"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 "
26
26
},
27
27
"autoload" : {
28
28
"psr-4" : { "Symfony\\ Bundle\\ MercureBundle\\ " : " src/" }
39
39
"sort-packages" : true
40
40
},
41
41
"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 " ,
44
44
"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 "
46
46
},
47
47
"suggest" : {
48
48
"symfony/messenger" : " To use the Messenger integration"
You can’t perform that action at this time.
0 commit comments