mirror of
https://github.com/symfony/recipes.git
synced 2026-09-11 23:26:27 +03:00
23 lines
725 B
JSON
23 lines
725 B
JSON
{
|
|
"manifests": {
|
|
"symfony/mailjet-notifier": {
|
|
"manifest": {
|
|
"add-lines": [
|
|
{
|
|
"file": "config/packages/notifier.yaml",
|
|
"position": "after_target",
|
|
"warn_if_missing": true,
|
|
"target": " texter_transports:",
|
|
"content": " mailjet: '%env(MAILJET_DSN)%'"
|
|
}
|
|
],
|
|
"env": {
|
|
"#1": "MAILJET_DSN=mailjet://TOKEN@default?from=FROM"
|
|
}
|
|
},
|
|
"files": [],
|
|
"ref": "d0c051bc90631c06a7294afcadbd8422a3e6d3d3"
|
|
}
|
|
}
|
|
}
|