mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-15 00:56:29 +03:00
33 lines
1.0 KiB
JSON
33 lines
1.0 KiB
JSON
{
|
|
"manifests": {
|
|
"gijsrommers/smstools-notifier": {
|
|
"manifest": {
|
|
"bundles": {
|
|
"GijsRommers\\SmstoolsNotifier\\SmstoolsNotifierBundle": [
|
|
"all"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"env": {
|
|
"SMS_TOOLS_DSN": "smstools://CLIENT_ID:CLIENT_SECRET@default?from=MyApp"
|
|
}
|
|
},
|
|
"files": {
|
|
"config/packages/smstools_notifier.yaml": {
|
|
"contents": [
|
|
"framework:",
|
|
" notifier:",
|
|
" texter_transports:",
|
|
" smstools: '%env(SMS_TOOLS_DSN)%'",
|
|
""
|
|
],
|
|
"executable": false
|
|
}
|
|
},
|
|
"ref": "3f7c371c92f9f08c8aabd620899290f6291089ec"
|
|
}
|
|
}
|
|
}
|