mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-16 01:26:27 +03:00
* Add labymod/discord-webhook-bundle * Fix config location * Update docs link
12 lines
207 B
JSON
12 lines
207 B
JSON
{
|
|
"bundles": {
|
|
"DiscordWebhookBundle\\DiscordWebhookBundle": ["all"]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"env": {
|
|
"DWH_DEFAULT_URL": ""
|
|
}
|
|
}
|