Files
symfony-flex-recipes/symfony.spot-hit-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
726 B
JSON

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