Skip to content

Commit c484146

Browse files
committed
Added conflict for messenger recipe
1 parent b0b4377 commit c484146

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

symfony/messenger/4.1/manifest.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,8 @@
55
"env": {
66
"#1": "MESSENGER_TRANSPORT_DSN=amqp://guest:guest@localhost:5672/%2f/messages"
77
},
8-
"aliases": ["messenger"]
8+
"aliases": ["messenger"],
9+
"conflict": {
10+
"symfony/framework-bundle": "<4.1"
11+
}
912
}

0 commit comments

Comments
 (0)