diff --git a/symfony/line-bot-notifier/7.2/manifest.json b/symfony/line-bot-notifier/7.2/manifest.json new file mode 100644 index 000000000..99e2aad5b --- /dev/null +++ b/symfony/line-bot-notifier/7.2/manifest.json @@ -0,0 +1,14 @@ +{ + "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" + } +}