diff --git a/symfony/sipgate-notifier/7.2/manifest.json b/symfony/sipgate-notifier/7.2/manifest.json new file mode 100644 index 000000000..a3a616576 --- /dev/null +++ b/symfony/sipgate-notifier/7.2/manifest.json @@ -0,0 +1,14 @@ +{ + "add-lines": [ + { + "file": "config/packages/notifier.yaml", + "position": "after_target", + "warn_if_missing": true, + "target": " texter_transports:", + "content": " sipgate: '%env(SIPGATE_DSN)%'" + } + ], + "env": { + "#1": "SIPGATE_DSN=sipgate://TOKEN_ID:TOKEN@default?senderId=SENDER_ID" + } +}