{ "manifests": { "symfony/mastodon-notifier": { "manifest": { "add-lines": [ { "file": "config/packages/notifier.yaml", "position": "after_target", "warn_if_missing": true, "target": " chatter_transports:", "content": " mastodon: '%env(MASTODON_DSN)%'" } ], "env": { "#1": "MASTODON_DSN=mastodon://ACCESS_TOKEN@HOST" } }, "files": [], "ref": "db38fa16d184fb486ee1e6db67fa1286ff00a35d" } } }