Files
symfony-flex-recipes/symfony.esendex-notifier.5.2.json
T
github-action[bot]andgithub-action[bot] 536f508c22 Update Flex endpoint
2026-03-31 11:35:29 +00:00

23 lines
769 B
JSON

{
"manifests": {
"symfony/esendex-notifier": {
"manifest": {
"add-lines": [
{
"file": "config/packages/notifier.yaml",
"position": "after_target",
"warn_if_missing": true,
"target": " texter_transports:",
"content": " esendex: '%env(ESENDEX_DSN)%'"
}
],
"env": {
"#1": "ESENDEX_DSN=esendex://EMAIL:PASSWORD@default?accountreference=ACCOUNT_REFERENCE&from=FROM"
}
},
"files": [],
"ref": "ccf4804bf9cb7b7a1b0ea4823e0084e3974248b6"
}
}
}