mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-20 03:26:24 +03:00
Update Flex endpoint
This commit is contained in:
@@ -1,20 +1,6 @@
|
||||
{
|
||||
"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": [
|
||||
@@ -34,18 +20,41 @@
|
||||
},
|
||||
"files": {
|
||||
"config/routes/scheduler.yaml": {
|
||||
"contents": "jmose_command_scheduler:\n resource: \"@JMoseCommandSchedulerBundle/Resources/config/routing.yml\"\n prefix: /\n",
|
||||
"executable": false,
|
||||
"encoding": ""
|
||||
"contents": [
|
||||
"jmose_command_scheduler:",
|
||||
" resource: \"@JMoseCommandSchedulerBundle/Resources/config/routing.yml\"",
|
||||
" prefix: /",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"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": ""
|
||||
"contents": [
|
||||
"# See full configuration at",
|
||||
"# https://github.com/J-Mose/CommandSchedulerBundle/blob/master/Resources/doc/index.md#4---available-configuration",
|
||||
"jmose_command_scheduler:",
|
||||
"",
|
||||
" # Scheduler will write output files here. set false to disable it.",
|
||||
" log_path: \"%kernel.logs_dir%\"",
|
||||
"",
|
||||
" # Add namespace you don't want to see its Command in the scheduler.",
|
||||
" excluded_command_namespaces:",
|
||||
" - _global",
|
||||
" - scheduler",
|
||||
" - server",
|
||||
" - container",
|
||||
" - config",
|
||||
" - generate",
|
||||
" - init",
|
||||
" - router",
|
||||
" - doctrine",
|
||||
" - debug",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"origin": "jmose/command-scheduler-bundle:2.0@github.com/symfony/recipes-contrib:master",
|
||||
"is_contrib": true
|
||||
"ref": "a1d79fcdbfc453e4319171a2b6a3d5dd402421c7"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user