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

23 lines
764 B
JSON

{
"manifests": {
"symfony/telnyx-notifier": {
"manifest": {
"add-lines": [
{
"file": "config/packages/notifier.yaml",
"position": "after_target",
"warn_if_missing": true,
"target": " texter_transports:",
"content": " telnyx: '%env(TELNYX_DSN)%'"
}
],
"env": {
"#1": "TELNYX_DSN=telnyx://API_KEY@default?from=FROM&messaging_profile_id=MESSAGING_PROFILE_ID"
}
},
"files": [],
"ref": "607f48d0a036d2eb19e570c4db5799b7d772354b"
}
}
}