mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
33 lines
1.0 KiB
JSON
33 lines
1.0 KiB
JSON
{
|
|
"manifests": {
|
|
"wow-apps/symfony-slack-bot": {
|
|
"manifest": {
|
|
"bundles": {
|
|
"WowApps\\SlackBundle\\WowAppsSlackBundle": [
|
|
"all"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"env": {
|
|
"WOW_APPS_SLACK_BOT_API_URL": ""
|
|
}
|
|
},
|
|
"files": {
|
|
"config/packages/wow_apps_slack.yaml": {
|
|
"contents": [
|
|
"# SlackBot Configuration",
|
|
"# Documentation https://github.com/wow-apps/symfony-slack-bot/wiki",
|
|
"wow_apps_slack:",
|
|
" api_url: '%env(WOW_APPS_SLACK_BOT_API_URL)%'",
|
|
""
|
|
],
|
|
"executable": false
|
|
}
|
|
},
|
|
"ref": "13f0faeb4edc98b33972b7f99e80b91e34050874"
|
|
}
|
|
}
|
|
}
|