mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 07:36:30 +03:00
23 lines
745 B
JSON
23 lines
745 B
JSON
{
|
|
"manifests": {
|
|
"symfony/sendinblue-notifier": {
|
|
"manifest": {
|
|
"add-lines": [
|
|
{
|
|
"file": "config/packages/notifier.yaml",
|
|
"position": "after_target",
|
|
"warn_if_missing": true,
|
|
"target": " texter_transports:",
|
|
"content": " sendinblue: '%env(SENDINBLUE_DSN)%'"
|
|
}
|
|
],
|
|
"env": {
|
|
"#1": "SENDINBLUE_DSN=sendinblue://API_KEY@default?sender=PHONE"
|
|
}
|
|
},
|
|
"files": [],
|
|
"ref": "fe4a888a47063f12ff2e83db69cb937bfdab931d"
|
|
}
|
|
}
|
|
}
|