mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
* Remove redundant recipe conflicts * Trigger recipe validation --------- Co-authored-by: Gijs Rommers <gijs@ibeauty.be>
12 lines
269 B
JSON
12 lines
269 B
JSON
{
|
|
"bundles": {
|
|
"GijsRommers\\SmstoolsNotifier\\SmstoolsNotifierBundle": ["all"]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"env": {
|
|
"SMS_TOOLS_DSN": "smstools://CLIENT_ID:CLIENT_SECRET@default?from=MyApp"
|
|
}
|
|
}
|