mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 07:36:30 +03:00
23 lines
769 B
JSON
23 lines
769 B
JSON
{
|
|
"manifests": {
|
|
"symfony/esendex-notifier": {
|
|
"manifest": {
|
|
"add-lines": [
|
|
{
|
|
"file": "config/packages/notifier.yaml",
|
|
"position": "after_target",
|
|
"warn_if_missing": true,
|
|
"target": " texter_transports:",
|
|
"content": " esendex: '%env(ESENDEX_DSN)%'"
|
|
}
|
|
],
|
|
"env": {
|
|
"#1": "ESENDEX_DSN=esendex://EMAIL:PASSWORD@default?accountreference=ACCOUNT_REFERENCE&from=FROM"
|
|
}
|
|
},
|
|
"files": [],
|
|
"ref": "1da3881e9794c37b3743585217a95a341b46fcea"
|
|
}
|
|
}
|
|
}
|