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