File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 29
29
"doctrine/common" : " ^3.2.2" ,
30
30
"doctrine/persistence" : " ^3.2" ,
31
31
"symfony/property-access" : " ^6.4 || ^7.0" ,
32
- "symfony/serializer" : " ^6.4 || ^7.0" ,
33
- "symfony/messenger" : " ^6.4 || ^7.0"
32
+ "symfony/serializer" : " ^6.4 || ^7.0"
34
33
},
35
34
"require-dev" : {
35
+ "symfony/messenger" : " ^6.4 || ^7.0" ,
36
36
"doctrine/mongodb-odm" : " ^2.6" ,
37
37
"symfony/expression-language" : " ^6.4 || 7.0" ,
38
38
"api-platform/http-cache" : " ^3.4 || ^4.0" ,
50
50
},
51
51
"suggest" : {
52
52
"phpstan/phpdoc-parser" : " For PHP documentation support." ,
53
+ "symfony/messenger" : " For async mercure updates." ,
53
54
"symfony/yaml" : " For YAML resource configuration." ,
54
55
"symfony/config" : " For XML resource configuration." ,
55
56
"api-platform/http-cache" : " For HTTP cache invalidation." ,
Original file line number Diff line number Diff line change 65
65
"symfony/security" : " To use authorization features." ,
66
66
"symfony/twig-bundle" : " To use the Swagger UI integration." ,
67
67
"symfony/uid" : " To support Symfony UUID/ULID identifiers." ,
68
- "symfony/messenger" : " To support messenger integration." ,
68
+ "symfony/messenger" : " To support messenger integration and asynchronous Mercure updates." ,
69
+ "symfony/mercure-bundle" : " To support mercure integration." ,
69
70
"symfony/web-profiler-bundle" : " To use the data collector." ,
70
71
"webonyx/graphql-php" : " To support GraphQL."
71
72
},
You can’t perform that action at this time.
0 commit comments