mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 15:46:37 +03:00
23 lines
737 B
JSON
23 lines
737 B
JSON
{
|
|
"manifests": {
|
|
"symfony/line-bot-notifier": {
|
|
"manifest": {
|
|
"add-lines": [
|
|
{
|
|
"file": "config/packages/notifier.yaml",
|
|
"position": "after_target",
|
|
"warn_if_missing": true,
|
|
"target": " chatter_transports:",
|
|
"content": " linebot: '%env(LINE_BOT_DSN)%'"
|
|
}
|
|
],
|
|
"env": {
|
|
"#1": "LINE_BOT_DSN=linebot://TOKEN@default?receiver=RECEIVER"
|
|
}
|
|
},
|
|
"files": [],
|
|
"ref": "a4edf9c6c4a0d53351b995dcf08c17bdde645364"
|
|
}
|
|
}
|
|
}
|