Files
symfony-flex-recipes/symfony.sms-biuras-notifier.5.3.json
T
github-action[bot]andgithub-action[bot] cbca0dd9d6 Update Flex endpoint
2023-06-21 12:38:03 +00:00

23 lines
754 B
JSON

{
"manifests": {
"symfony/sms-biuras-notifier": {
"manifest": {
"add-lines": [
{
"file": "config/packages/notifier.yaml",
"position": "after_target",
"warn_if_missing": true,
"target": " texter_transports:",
"content": " smsbiuras: '%env(SMSBIURAS_DSN)%'"
}
],
"env": {
"#1": "SMSBIURAS_DSN=smsbiuras://UID:API_KEY@default?from=FROM&test_mode=0"
}
},
"files": [],
"ref": "f0f33ad43a7251696e9893d05e044c661f36460a"
}
}
}