Skip to content

Commit 18729d6

Browse files
authored
fix(doctrine): remove messenger requirement (#6580)
1 parent e60ac51 commit 18729d6

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

src/Doctrine/Common/composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@
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",
@@ -50,6 +50,7 @@
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.",

src/Symfony/composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@
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
},

0 commit comments

Comments
 (0)