From 5da74a6fce0a5a56c23a2eb9e2eef31beedacaf8 Mon Sep 17 00:00:00 2001 From: gnito-org <70450336+gnito-org@users.noreply.github.com> Date: Tue, 29 Nov 2022 13:13:36 -0400 Subject: [PATCH] [Notifier] Add Plivo bridge --- .github/versions.json | 3 +++ symfony/plivo-notifier/6.3/manifest.json | 5 +++++ 2 files changed, 8 insertions(+) create mode 100644 symfony/plivo-notifier/6.3/manifest.json diff --git a/.github/versions.json b/.github/versions.json index 8a56e721..05551968 100644 --- a/.github/versions.json +++ b/.github/versions.json @@ -931,6 +931,9 @@ "6.2", "6.3" ], + "symfony/plivo-notifier": [ + "6.3" + ], "symfony/postmark-mailer": [ "4.3", "4.4", diff --git a/symfony/plivo-notifier/6.3/manifest.json b/symfony/plivo-notifier/6.3/manifest.json new file mode 100644 index 00000000..e170c4cc --- /dev/null +++ b/symfony/plivo-notifier/6.3/manifest.json @@ -0,0 +1,5 @@ +{ + "env": { + "#1": "PLIVO_DSN=plivo://AUTH_ID:AUTH_TOKEN@default?from=FROM" + } +}