Files
symfony-flex-recipes-contrib/jmose.command-scheduler-bundle.2.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": {
"jmose/command-scheduler-bundle": {
"version": "2.0",
"recipe": {
"repo": "2.0",
"branch": "master",
"version": "2.0",
"ref": "a1d79fcdbfc453e4319171a2b6a3d5dd402421c7"
}
}
},
"manifests": {
"jmose/command-scheduler-bundle": {
"repository": "github.com/symfony/recipes-contrib",
"package": "jmose/command-scheduler-bundle",
"version": "2.0",
"manifest": {
"bundles": {
"JMose\\CommandSchedulerBundle\\JMoseCommandSchedulerBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/routes/scheduler.yaml": {
"contents": "jmose_command_scheduler:\n resource: \"@JMoseCommandSchedulerBundle/Resources/config/routing.yml\"\n prefix: /\n",
"executable": false,
"encoding": ""
},
"config/packages/scheduler.yaml": {
"contents": "# See full configuration at\n# https://github.com/J-Mose/CommandSchedulerBundle/blob/master/Resources/doc/index.md#4---available-configuration\njmose_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": "jmose/command-scheduler-bundle:2.0@github.com/symfony/recipes-contrib:master",
"not_installable": false,
"is_contrib": true
}
}
}