mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 15:46:37 +03:00
23 lines
720 B
JSON
23 lines
720 B
JSON
{
|
|
"manifests": {
|
|
"symfony/nexmo-notifier": {
|
|
"manifest": {
|
|
"add-lines": [
|
|
{
|
|
"file": "config/packages/notifier.yaml",
|
|
"position": "after_target",
|
|
"warn_if_missing": true,
|
|
"target": " texter_transports:",
|
|
"content": " nexmo: '%env(NEXMO_DSN)%'"
|
|
}
|
|
],
|
|
"env": {
|
|
"#1": "NEXMO_DSN=nexmo://KEY:SECRET@default?from=FROM"
|
|
}
|
|
},
|
|
"files": [],
|
|
"ref": "27f4a1bfa090bf4f86cae5b44a07843bbbafe32a"
|
|
}
|
|
}
|
|
}
|