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