Files
symfony-flex-recipes/symfony.sendgrid-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
663 B
JSON

{
"manifests": {
"symfony/sendgrid-mailer": {
"manifest": {
"add-lines": [
{
"file": "config/packages/notifier.yaml",
"position": "after_target",
"target": " texter_transports:",
"content": " sendgrid: '%env(MAILER_DSN)%'"
}
],
"env": {
"#1": "MAILER_DSN=sendgrid://KEY@default"
}
},
"files": [],
"ref": "224aedffb66812dc2b0965dabc14d5f800941da6"
}
}
}