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

23 lines
782 B
JSON

{
"manifests": {
"symfony/orange-sms-notifier": {
"manifest": {
"add-lines": [
{
"file": "config/packages/notifier.yaml",
"position": "after_target",
"warn_if_missing": true,
"target": " texter_transports:",
"content": " orange-sms: '%env(ORANGE_SMS_DSN)%'"
}
],
"env": {
"#1": "ORANGE_SMS_DSN=orange-sms://CLIENT_ID:CLIENT_SECRET@default?from=FROM&sender_name=SENDER_NAME"
}
},
"files": [],
"ref": "39250fbcff169c3c3e5f4702b1e6a4fd9d23f598"
}
}
}