Files
symfony-flex-recipes-contrib/lexik.cron-file-generator-bundle.1.0.json
T
github-action botandgithub-action bot 7fa28e54e3 Update Flex endpoint
2021-09-19 15:44:29 +00:00

40 lines
2.0 KiB
JSON

{
"locks": {
"lexik/cron-file-generator-bundle": {
"version": "1.0",
"recipe": {
"repo": "1.0",
"branch": "master",
"version": "1.0",
"ref": "d3668cda50ed5c60ccc771c14fea75c1ab057d78"
}
}
},
"manifests": {
"lexik/cron-file-generator-bundle": {
"repository": "github.com/symfony/recipes-contrib",
"package": "lexik/cron-file-generator-bundle",
"version": "1.0",
"manifest": {
"bundles": {
"Lexik\\Bundle\\CronFileGeneratorBundle\\LexikCronFileGeneratorBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/lexik_cron_file_generator.yaml": {
"contents": "# see https://github.com/lexik/LexikCronFileGeneratorBundle/blob/master/Resources/doc/index.md\nlexik_cron_file_generator:\n env_available: # declare your env availables\n - staging # example: staging, prod\n user:\n staging: 'project_staging' # user for execute the cron\n php_version: 'php7.2'\n absolute_path:\n staging: 'project_dir/bin/console'\n output_path: '%kernel.cache_dir%/cron_test' # filename will be cron_test\n # crons configuration is optional but you need at least one for execute the command\n # crons:\n # - { name: 'Send email', command: 'app:test', env: { staging: '* * * * *', prod: '* 5 * * *' } }\n",
"executable": false,
"encoding": ""
}
},
"origin": "lexik/cron-file-generator-bundle:1.0@github.com/symfony/recipes-contrib:master",
"not_installable": false,
"is_contrib": true
}
}
}