Files
symfony-flex-recipes-contrib/dukecity.command-scheduler-bundle.3.0.json
T
github-action botandgithub-action bot 7fa28e54e3 Update Flex endpoint
2021-09-19 15:44:29 +00:00

45 lines
2.1 KiB
JSON

{
"locks": {
"dukecity/command-scheduler-bundle": {
"version": "3.0",
"recipe": {
"repo": "3.0",
"branch": "master",
"version": "3.0",
"ref": "41654b9384665fbf3069a21c9a46bbc05b32198a"
}
}
},
"manifests": {
"dukecity/command-scheduler-bundle": {
"repository": "github.com/symfony/recipes-contrib",
"package": "dukecity/command-scheduler-bundle",
"version": "3.0",
"manifest": {
"bundles": {
"Dukecity\\CommandSchedulerBundle\\DukecityCommandSchedulerBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/routes/scheduler.yaml": {
"contents": "dukecity_command_scheduler:\n resource: \"@DukecityCommandSchedulerBundle/Resources/config/routing.php\"\n prefix: /\n",
"executable": false,
"encoding": ""
},
"config/packages/scheduler.yaml": {
"contents": "# See full configuration at\n# https://github.com/Dukecity/CommandSchedulerBundle/wiki/Configuration\ndukecity_command_scheduler:\n\n # Scheduler will write output files here. set false to disable it.\n log_path: \"%kernel.logs_dir%\"\n\n # Add namespace you don't want to see its Command in the scheduler.\n excluded_command_namespaces:\n - _global\n - scheduler\n - server\n - container\n - config\n - generate\n - init\n - router\n - doctrine\n - debug\n",
"executable": false,
"encoding": ""
}
},
"origin": "dukecity/command-scheduler-bundle:3.0@github.com/symfony/recipes-contrib:master",
"not_installable": false,
"is_contrib": true
}
}
}