From 2eaedb2dfddccadc831acb5b322d5271474e5c3e Mon Sep 17 00:00:00 2001 From: gnito-org <70450336+gnito-org@users.noreply.github.com> Date: Tue, 29 Nov 2022 10:11:12 -0400 Subject: [PATCH] [Notifier] Add Bandwidth bridge --- .github/versions.json | 3 +++ symfony/bandwidth-notifier/6.3/manifest.json | 5 +++++ 2 files changed, 8 insertions(+) create mode 100644 symfony/bandwidth-notifier/6.3/manifest.json diff --git a/.github/versions.json b/.github/versions.json index 8a56e721..63aa0d67 100644 --- a/.github/versions.json +++ b/.github/versions.json @@ -71,6 +71,9 @@ "6.2", "6.3" ], + "symfony/bandwidth-notifier": [ + "6.3" + ], "symfony/beanstalkd-messenger": [ "5.2", "5.3", diff --git a/symfony/bandwidth-notifier/6.3/manifest.json b/symfony/bandwidth-notifier/6.3/manifest.json new file mode 100644 index 00000000..a4158900 --- /dev/null +++ b/symfony/bandwidth-notifier/6.3/manifest.json @@ -0,0 +1,5 @@ +{ + "env": { + "#1": "BANDWIDTH_DSN=bandwidth://USERNAME:PASSWORD@default?from=FROM&account_id=ACCOUNT_ID&application_id=APPLICATION_ID&priority=PRIORITY" + } +}