mirror of
https://github.com/symfony/recipes.git
synced 2026-09-11 23:26:27 +03:00
23 lines
733 B
JSON
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"
|
|
}
|
|
}
|
|
}
|