Files
symfony-flex-recipes/symfony.telnyx-notifier.5.4.json
T
github-action[bot]andgithub-action[bot] cbca0dd9d6 Update Flex endpoint
2023-06-21 12:38:03 +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": "4572e07c6e0a918b6273ed5818b6130cda633744"
}
}
}