mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-21 20:36:36 +03:00
40 lines
1.9 KiB
JSON
40 lines
1.9 KiB
JSON
{
|
|
"locks": {
|
|
"goksagun/scheduler-bundle": {
|
|
"version": "0.1",
|
|
"recipe": {
|
|
"repo": "0.1",
|
|
"branch": "master",
|
|
"version": "0.1",
|
|
"ref": "853d946a8b1d7926a67a3883df32616907dd4e01"
|
|
}
|
|
}
|
|
},
|
|
"manifests": {
|
|
"goksagun/scheduler-bundle": {
|
|
"repository": "github.com/symfony/recipes-contrib",
|
|
"package": "goksagun/scheduler-bundle",
|
|
"version": "0.1",
|
|
"manifest": {
|
|
"bundles": {
|
|
"Goksagun\\SchedulerBundle\\SchedulerBundle": [
|
|
"all"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
}
|
|
},
|
|
"files": {
|
|
"config/packages/scheduler.yaml": {
|
|
"contents": "# A CRON expression is a string representing the schedule for a particular command to execute.\n# The parts of a CRON schedule are as follows:\n#\n# * * * * *\n# - - - - -\n# | | | | |\n# | | | | |\n# | | | | +----- day of week (0 - 7) (Sunday=0 or 7)\n# | | | +---------- month (1 - 12)\n# | | +--------------- day of month (1 - 31)\n# | +-------------------- hour (0 - 23)\n# +------------------------- min (0 - 59)\nscheduler:\n tasks:\n # You may define all of your scheduled tasks here.\n # To get started, let's look at an example of scheduling a task (command).\n #- { name: example:command arg --option, expression: \"* * * * *\" }\n",
|
|
"executable": false,
|
|
"encoding": ""
|
|
}
|
|
},
|
|
"origin": "goksagun/scheduler-bundle:0.1@github.com/symfony/recipes-contrib:master",
|
|
"not_installable": false,
|
|
"is_contrib": true
|
|
}
|
|
}
|
|
} |