mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 23:56:29 +03:00
12 lines
263 B
JSON
12 lines
263 B
JSON
{
|
|
"bundles": {
|
|
"Dtc\\QueueBundle\\DtcQueueBundle": ["all"]
|
|
},
|
|
"copy-from-package": {
|
|
"Resources/config/dtc_queue.yaml": "%CONFIG_DIR%/packages/dtc_queue.yaml"
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
}
|
|
}
|