From feb081ddec3317e46e4130d62e0d91c05f67bbca Mon Sep 17 00:00:00 2001 From: simivar Date: Mon, 13 Apr 2020 00:02:27 +0200 Subject: [PATCH] Add Sinch Notifier recipe --- symfony/sinch-notifier/5.1/manifest.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 symfony/sinch-notifier/5.1/manifest.json diff --git a/symfony/sinch-notifier/5.1/manifest.json b/symfony/sinch-notifier/5.1/manifest.json new file mode 100644 index 00000000..8777a18f --- /dev/null +++ b/symfony/sinch-notifier/5.1/manifest.json @@ -0,0 +1,5 @@ +{ + "env": { + "#1": "SINCH_DSN=sinch://SID:TOKEN@default?from=FROM" + } +}