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 2929 "doctrine/common" : " ^3.2.2" ,
3030 "doctrine/persistence" : " ^3.2" ,
3131 "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"
3433 },
3534 "require-dev" : {
35+ "symfony/messenger" : " ^6.4 || ^7.0" ,
3636 "doctrine/mongodb-odm" : " ^2.6" ,
3737 "symfony/expression-language" : " ^6.4 || 7.0" ,
3838 "api-platform/http-cache" : " ^3.4 || ^4.0" ,
5050 },
5151 "suggest" : {
5252 "phpstan/phpdoc-parser" : " For PHP documentation support." ,
53+ "symfony/messenger" : " For async mercure updates." ,
5354 "symfony/yaml" : " For YAML resource configuration." ,
5455 "symfony/config" : " For XML resource configuration." ,
5556 "api-platform/http-cache" : " For HTTP cache invalidation." ,
Original file line number Diff line number Diff line change 6565 "symfony/security" : " To use authorization features." ,
6666 "symfony/twig-bundle" : " To use the Swagger UI integration." ,
6767 "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." ,
6970 "symfony/web-profiler-bundle" : " To use the data collector." ,
7071 "webonyx/graphql-php" : " To support GraphQL."
7172 },
You can’t perform that action at this time.
0 commit comments