mirror of
https://github.com/symfony/recipes.git
synced 2026-09-17 18:16:34 +03:00
16 lines
471 B
JSON
16 lines
471 B
JSON
{
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"env": {
|
|
"#1": "Choose one of the transports below",
|
|
"#2": "MESSENGER_TRANSPORT_DSN=amqp://guest:guest@localhost:5672/%2f/messages",
|
|
"#3": "MESSENGER_TRANSPORT_DSN=redis://localhost:6379/messages",
|
|
"MESSENGER_TRANSPORT_DSN": "doctrine://default?auto_setup=0"
|
|
},
|
|
"aliases": ["messenger"],
|
|
"conflict": {
|
|
"symfony/framework-bundle": "<4.3"
|
|
}
|
|
}
|