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

23 lines
740 B
JSON

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