mirror of
https://github.com/symfony/recipes.git
synced 2026-09-11 23:26:27 +03:00
23 lines
727 B
JSON
23 lines
727 B
JSON
{
|
|
"manifests": {
|
|
"symfony/gitter-notifier": {
|
|
"manifest": {
|
|
"add-lines": [
|
|
{
|
|
"file": "config/packages/notifier.yaml",
|
|
"position": "after_target",
|
|
"warn_if_missing": true,
|
|
"target": " chatter_transports:",
|
|
"content": " gitter: '%env(GITTER_DSN)%'"
|
|
}
|
|
],
|
|
"env": {
|
|
"#1": "GITTER_DSN=gitter://TOKEN@default?room_id=ROOM_ID"
|
|
}
|
|
},
|
|
"files": [],
|
|
"ref": "25a8d3c1fb76cb5dba5bb2de009e85442d0b4128"
|
|
}
|
|
}
|
|
}
|