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

23 lines
751 B
JSON

{
"manifests": {
"symfony/octopush-notifier": {
"manifest": {
"add-lines": [
{
"file": "config/packages/notifier.yaml",
"position": "after_target",
"warn_if_missing": true,
"target": " texter_transports:",
"content": " octopush: '%env(OCTOPUSH_DSN)%'"
}
],
"env": {
"#1": "OCTOPUSH_DSN=octopush://USERLOGIN:APIKEY@default?from=FROM&type=TYPE"
}
},
"files": [],
"ref": "bffd536270536aefb24907209164e07eb4c855e3"
}
}
}