mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 15:46:37 +03:00
24 lines
777 B
JSON
24 lines
777 B
JSON
{
|
|
"manifests": {
|
|
"symfony/slack-notifier": {
|
|
"manifest": {
|
|
"add-lines": [
|
|
{
|
|
"file": "config/packages/notifier.yaml",
|
|
"position": "after_target",
|
|
"warn_if_missing": true,
|
|
"target": " chatter_transports:",
|
|
"content": " slack: '%env(SLACK_DSN)%'"
|
|
}
|
|
],
|
|
"env": {
|
|
"#1": "See https://api.slack.com/messaging/webhooks",
|
|
"#2": "SLACK_DSN=slack://default/ID"
|
|
}
|
|
},
|
|
"files": [],
|
|
"ref": "825a2298939237c9dbe78252ca1f9bd45138b55f"
|
|
}
|
|
}
|
|
}
|