mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 07:36:30 +03:00
23 lines
729 B
JSON
23 lines
729 B
JSON
{
|
|
"manifests": {
|
|
"symfony/infobip-notifier": {
|
|
"manifest": {
|
|
"add-lines": [
|
|
{
|
|
"file": "config/packages/notifier.yaml",
|
|
"position": "after_target",
|
|
"warn_if_missing": true,
|
|
"target": " texter_transports:",
|
|
"content": " infobip: '%env(INFOBIP_DSN)%'"
|
|
}
|
|
],
|
|
"env": {
|
|
"#1": "INFOBIP_DSN=infobip://ACCESS_TOKEN@HOST?from=FROM"
|
|
}
|
|
},
|
|
"files": [],
|
|
"ref": "ef7c027b80efcfd92502c497c2b4fab854a36de8"
|
|
}
|
|
}
|
|
}
|