mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 15:46:37 +03:00
22 lines
662 B
JSON
22 lines
662 B
JSON
{
|
|
"manifests": {
|
|
"symfony/postmark-mailer": {
|
|
"manifest": {
|
|
"add-lines": [
|
|
{
|
|
"file": "config/packages/notifier.yaml",
|
|
"position": "after_target",
|
|
"target": " texter_transports:",
|
|
"content": " postmark: '%env(MAILER_DSN)%'"
|
|
}
|
|
],
|
|
"env": {
|
|
"#1": "MAILER_DSN=postmark://ID@default"
|
|
}
|
|
},
|
|
"files": [],
|
|
"ref": "631f81f2fbf58126ae699a04b1d0984442613a19"
|
|
}
|
|
}
|
|
}
|