Skip to content

Commit 90f05b1

Browse files
authored
Merge pull request #1176 from symfony/hot-fix-messenger
Fix messenger recipe for 5.4
2 parents e0eb3d6 + 4f1f098 commit 90f05b1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

symfony/messenger/5.4/manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
},
55
"env": {
66
"#1": "Choose one of the transports below",
7-
"#2": "MESSENGER_TRANSPORT_DSN=doctrine://default",
8-
"#3": "MESSENGER_TRANSPORT_DSN=amqp://guest:guest@localhost:5672/%2f/messages",
9-
"#4": "MESSENGER_TRANSPORT_DSN=redis://localhost:6379/messages"
7+
"#2": "MESSENGER_TRANSPORT_DSN=amqp://guest:guest@localhost:5672/%2f/messages",
8+
"#3": "MESSENGER_TRANSPORT_DSN=redis://localhost:6379/messages",
9+
"MESSENGER_TRANSPORT_DSN": "doctrine://default?auto_setup=0"
1010
},
1111
"aliases": ["messenger"],
1212
"conflict": {

0 commit comments

Comments
 (0)