mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-18 10:36:52 +03:00
55 lines
2.3 KiB
JSON
55 lines
2.3 KiB
JSON
{
|
|
"locks": {
|
|
"tienvx/mbt-bundle": {
|
|
"version": "1.7",
|
|
"recipe": {
|
|
"repo": "1.7",
|
|
"branch": "master",
|
|
"version": "1.7",
|
|
"ref": "9115d708d793208b5129daa8aa17d17f470aaa2e"
|
|
}
|
|
}
|
|
},
|
|
"manifests": {
|
|
"tienvx/mbt-bundle": {
|
|
"repository": "github.com/symfony/recipes-contrib",
|
|
"package": "tienvx/mbt-bundle",
|
|
"version": "1.7",
|
|
"manifest": {
|
|
"bundles": {
|
|
"Tienvx\\Bundle\\MbtBundle\\TienvxMbtBundle": [
|
|
"all"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/",
|
|
"var/": "%VAR_DIR%/"
|
|
},
|
|
"env": {
|
|
"SLACK_HOOK_URL": "https://hooks.slack.com/...",
|
|
"SLACK_FROM": "Example",
|
|
"SLACK_TO": "#a-channel or @a-person",
|
|
"SLACK_MESSAGE": "A new bug was found!",
|
|
"EMAIL_FROM": "from@example.com",
|
|
"EMAIL_TO": "to@example.com",
|
|
"EMAIL_SUBJECT": "A new bug was found!"
|
|
}
|
|
},
|
|
"files": {
|
|
"var/storage/screenshots/.gitignore": {
|
|
"contents": "",
|
|
"executable": false,
|
|
"encoding": ""
|
|
},
|
|
"config/packages/tienvx_mbt.yaml": {
|
|
"contents": "tienvx_mbt:\n slack_hook_url: '%env(SLACK_HOOK_URL)%'\n slack_from: '%env(SLACK_FROM)%'\n slack_to: '%env(SLACK_TO)%'\n slack_message: '%env(SLACK_MESSAGE)%'\n email_from: '%env(EMAIL_FROM)%'\n email_to: '%env(EMAIL_TO)%'\n email_subject: '%env(EMAIL_SUBJECT)%'\n\nflysystem:\n storages:\n mbt.storage:\n adapter: 'local'\n options:\n directory: \"%kernel.project_dir%/var/storage/screenshots\"\n",
|
|
"executable": false,
|
|
"encoding": ""
|
|
}
|
|
},
|
|
"origin": "tienvx/mbt-bundle:1.7@github.com/symfony/recipes-contrib:master",
|
|
"not_installable": false,
|
|
"is_contrib": true
|
|
}
|
|
}
|
|
} |