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