mirror of
https://github.com/symfony/recipes.git
synced 2026-09-11 23:26:27 +03:00
23 lines
719 B
JSON
23 lines
719 B
JSON
{
|
|
"manifests": {
|
|
"symfony/smsc-notifier": {
|
|
"manifest": {
|
|
"add-lines": [
|
|
{
|
|
"file": "config/packages/notifier.yaml",
|
|
"position": "after_target",
|
|
"warn_if_missing": true,
|
|
"target": " texter_transports:",
|
|
"content": " smsc: '%env(SMSC_DSN)%'"
|
|
}
|
|
],
|
|
"env": {
|
|
"#1": "SMSC_DSN=smsc://LOGIN:PASSWORD@default?from=FROM"
|
|
}
|
|
},
|
|
"files": [],
|
|
"ref": "596f42aa0572e544abcb92428ddcfee958a8e6eb"
|
|
}
|
|
}
|
|
}
|