Files
symfony-flex-recipes/symfony.postmark-mailer.4.4.json
T
github-action[bot]andgithub-action[bot] cbca0dd9d6 Update Flex endpoint
2023-06-21 12:38:03 +00:00

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"
}
}
}