Files
symfony-flex-recipes/symfony.smsense-notifier.7.1.json
T
github-action[bot]andgithub-action[bot] cd6aba8196 Update Flex endpoint
2024-02-23 09:25:14 +00:00

23 lines
729 B
JSON

{
"manifests": {
"symfony/smsense-notifier": {
"manifest": {
"add-lines": [
{
"file": "config/packages/notifier.yaml",
"position": "after_target",
"warn_if_missing": true,
"target": " texter_transports:",
"content": " smsense: '%env(SMSENSE_DSN)%'"
}
],
"env": {
"#1": "SMSENSE_DSN=smsense://API_TOKEN@default?from=FROM"
}
},
"files": [],
"ref": "1337351e55e3adf613c160692034a31acfb0b76a"
}
}
}