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