Files
symfony-flex-recipes/symfony.mastodon-notifier.6.3.json
T
github-action[bot]andgithub-action[bot] 536f508c22 Update Flex endpoint
2026-03-31 11:35:29 +00:00

23 lines
725 B
JSON

{
"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": "7876aee0d76e1d77c46a0ad44d49c9f2b42805a8"
}
}
}