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

23 lines
753 B
JSON

{
"manifests": {
"symfony/smsbox-notifier": {
"manifest": {
"add-lines": [
{
"file": "config/packages/notifier.yaml",
"position": "after_target",
"warn_if_missing": true,
"target": " texter_transports:",
"content": " smsbox: '%env(SMSBOX_DSN)%'"
}
],
"env": {
"#1": "SMSBOX_DSN=smsbox://APIKEY@default?mode=MODE&strategy=STRATEGY&sender=SENDER"
}
},
"files": [],
"ref": "cfe0a1138b51dc2fd3debcfda93fedaf53042601"
}
}
}