mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
Added reciep for version 4.0
This commit is contained in:
@@ -0,0 +1,4 @@
|
|||||||
|
# SlackBot Configuration
|
||||||
|
# Documentation https://github.com/wow-apps/symfony-slack-bot/wiki
|
||||||
|
wow_apps_slack:
|
||||||
|
api_url: '%env(WOW_APPS_SLACK_BOT_API_URL)%'
|
||||||
11
wow-apps/symfony-slack-bot/4.0/manifest.json
Normal file
11
wow-apps/symfony-slack-bot/4.0/manifest.json
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
"bundles": {
|
||||||
|
"WowApps\\SlackBundle\\WowAppsSlackBundle": ["all"]
|
||||||
|
},
|
||||||
|
"copy-from-recipe": {
|
||||||
|
"config/": "%CONFIG_DIR%/"
|
||||||
|
},
|
||||||
|
"env": {
|
||||||
|
"WOW_APPS_SLACK_BOT_API_URL": ""
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user