mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 15:46:52 +03:00
58 lines
2.4 KiB
JSON
58 lines
2.4 KiB
JSON
{
|
|
"manifests": {
|
|
"mmucklo/queue-bundle": {
|
|
"manifest": {
|
|
"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%/"
|
|
},
|
|
"post-install-output": [
|
|
"Please update config/packages/dtc_queue.yaml:",
|
|
"",
|
|
"# config/packages/dtc_queue.yaml",
|
|
"dtc_queue:",
|
|
" manager:",
|
|
" # This parameter is required and should typically be set to one of:",
|
|
" # [odm|orm|beanstalkd|rabbit_mq|redis]",
|
|
" job: orm",
|
|
" # ...",
|
|
"",
|
|
"For a full list of configuration options, see:",
|
|
" * https://github.com/mmucklo/DtcQueueBundle/blob/master/Resources/doc/full-configuration.md",
|
|
"",
|
|
"If you use the \"orm\" job manager, you'll want to create a migration or update the schema on your database manually. For more info see:",
|
|
" * https://github.com/mmucklo/DtcQueueBundle/blob/master/Resources/doc/symfony4-5.md",
|
|
"",
|
|
"For admin, make sure twig-pack or twig-bundle + twig is installed.",
|
|
"",
|
|
"On older versions of Symfony, the following might be necessary:",
|
|
"",
|
|
"# config/packages/framework.yaml",
|
|
"framework:",
|
|
" # ...",
|
|
" templating:",
|
|
" engines: ['twig']"
|
|
]
|
|
},
|
|
"files": {
|
|
"config/routes/dtc_queue.yaml": {
|
|
"contents": [
|
|
"dtc_queue:",
|
|
" resource: '@DtcQueueBundle/Resources/config/routing.yml'",
|
|
""
|
|
],
|
|
"executable": false
|
|
}
|
|
},
|
|
"ref": "38893cdaccca06e928126468431cc2ff01fa7975"
|
|
}
|
|
}
|
|
}
|