mirror of
https://github.com/symfony/recipes.git
synced 2026-09-11 23:26:27 +03:00
22 lines
663 B
JSON
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": "1caff9467bfc5c7f68503aa9eba9dc762a30ae21"
|
|
}
|
|
}
|
|
}
|