Files
symfony-flex-recipes/symfony.pushover-notifier.6.3.json
T
github-action[bot]andgithub-action[bot] cbca0dd9d6 Update Flex endpoint
2023-06-21 12:38:03 +00:00

23 lines
733 B
JSON

{
"manifests": {
"symfony/pushover-notifier": {
"manifest": {
"add-lines": [
{
"file": "config/packages/notifier.yaml",
"position": "after_target",
"warn_if_missing": true,
"target": " texter_transports:",
"content": " pushover: '%env(PUSHOVER_DSN)%'"
}
],
"env": {
"#1": "PUSHOVER_DSN=pushover://USER_KEY:APP_TOKEN@default"
}
},
"files": [],
"ref": "b9dc3c716eb686c267d767eb3c78ad47c11c34cb"
}
}
}