Files
symfony-flex-recipes-contrib/21torr.task-manager.2.0.json
T
github-action[bot]andgithub-action[bot] de98cfdd88 Update Flex endpoint
2024-10-24 08:43:30 +00:00

32 lines
989 B
JSON

{
"manifests": {
"21torr/task-manager": {
"manifest": {
"bundles": {
"Torr\\TaskManager\\TaskManagerBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/task_manager.yaml": {
"contents": [
"task_manager:",
" queues:",
" # queues sorted by priority. Highest priority at the top",
" - app_very_urgent",
" - app_urgent",
" - app",
""
],
"executable": false
}
},
"ref": "e80fc18d88f49e5a5974f9c9eadf6f5fbaad2b21"
}
}
}