{ "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" } } }