Files
symfony-flex-recipes-contrib/mmucklo.queue-bundle.6.0.json
T
github-action botandgithub-action bot af31901ef8 Update Flex endpoint
2021-09-20 16:15:05 +00:00

43 lines
2.3 KiB
JSON

{
"locks": {
"mmucklo/queue-bundle": {
"version": "6.0",
"recipe": {
"repo": "6.0",
"branch": "master",
"version": "6.0",
"ref": "38893cdaccca06e928126468431cc2ff01fa7975"
}
}
},
"manifests": {
"mmucklo/queue-bundle": {
"repository": "github.com/symfony/recipes-contrib",
"package": "mmucklo/queue-bundle",
"version": "6.0",
"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:\n\n# config/packages/dtc_queue.yaml\ndtc_queue:\n manager:\n # This parameter is required and should typically be set to one of:\n # [odm|orm|beanstalkd|rabbit_mq|redis]\n job: orm\n # ...\n\nFor a full list of configuration options, see:\n * https://github.com/mmucklo/DtcQueueBundle/blob/master/Resources/doc/full-configuration.md\n\nIf 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:\n * https://github.com/mmucklo/DtcQueueBundle/blob/master/Resources/doc/symfony4-5.md\n\nFor admin, make sure twig-pack or twig-bundle + twig is installed.\n\nOn older versions of Symfony, the following might be necessary:\n\n# config/packages/framework.yaml\nframework:\n # ...\n templating:\n engines: ['twig']\n"
},
"files": {
"config/routes/dtc_queue.yaml": {
"contents": "dtc_queue:\n resource: '@DtcQueueBundle/Resources/config/routing.yml'\n",
"executable": false,
"encoding": ""
}
},
"origin": "mmucklo/queue-bundle:6.0@github.com/symfony/recipes-contrib:master",
"is_contrib": true
}
}
}