Files
symfony-flex-recipes-contrib/mmucklo.queue-bundle.3.0.json
T
github-action botandgithub-action bot 7d78e147a4 Update Flex endpoint
2021-09-20 16:37:35 +00:00

58 lines
2.4 KiB
JSON

{
"locks": {
"mmucklo/queue-bundle": {
"version": "3.0",
"recipe": {
"repo": "3.0",
"branch": "master",
"version": "3.0",
"ref": "bbdbf104ef6ddb6f7ffcbe79b95d3345bf7643a5"
}
}
},
"manifests": {
"mmucklo/queue-bundle": {
"repository": "github.com/symfony/recipes-contrib",
"package": "mmucklo/queue-bundle",
"version": "3.0",
"manifest": {
"bundles": {
"Dtc\\QueueBundle\\DtcQueueBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"post-install-output": [
"Please update config/packages/dtc_queue.yaml to accurately reflect your needs (odm / orm / beanstalkd / rabbit_mq etc.)",
" - For a full list of configuration options, see:",
" * https://github.com/mmucklo/DtcQueueBundle/Resources/doc/full-configuration.md",
"",
"For admin, make sure the twig engine is turned on in framework.yaml",
"",
" - If not, add the following to config/packages/framework.yaml:",
"",
"framework:",
" # ...",
" templating:",
" engines: ['twig']"
]
},
"files": {
"config/routes/dtc_queue.yaml": {
"contents": "dtc_queue:\n resource: '@DtcQueueBundle/Resources/config/routing.yml'\n",
"executable": false,
"encoding": ""
},
"config/packages/dtc_queue.yaml": {
"contents": "dtc_queue:\n default_manager: odm\n record_timings: false\n document_manager: default\n entity_manager: default\n priority_max: 255\n priority_direction: desc\n admin:\n chartjs: 'https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.7.1/Chart.bundle.min.js'\n",
"executable": false,
"encoding": ""
}
},
"origin": "mmucklo/queue-bundle:3.0@github.com/symfony/recipes-contrib:master",
"is_contrib": true
}
}
}