From 43a8b9348489b86dd3ba47d4880010ed80c2cde0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Matthies?= <12965261+matthiez@users.noreply.github.com> Date: Wed, 22 Sep 2021 11:33:16 +0200 Subject: [PATCH 1/2] Add manifest for sms77-notifier --- symfony/sms77-notifier/5.4/manifest.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 symfony/sms77-notifier/5.4/manifest.json diff --git a/symfony/sms77-notifier/5.4/manifest.json b/symfony/sms77-notifier/5.4/manifest.json new file mode 100644 index 000000000..20235e918 --- /dev/null +++ b/symfony/sms77-notifier/5.4/manifest.json @@ -0,0 +1,5 @@ +{ + "env": { + "#1": "SMS77_DSN=sms77://APIKEY@default?from=FROM" + } +} From 781bbae77dad3686020286e5f094a4e981dfaf36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Matthies?= Date: Thu, 23 Sep 2021 14:49:17 +0200 Subject: [PATCH 2/2] Update symfony/sms77-notifier/5.4/manifest.json Co-authored-by: Hugo Alliaume --- symfony/sms77-notifier/5.4/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/symfony/sms77-notifier/5.4/manifest.json b/symfony/sms77-notifier/5.4/manifest.json index 20235e918..57516401f 100644 --- a/symfony/sms77-notifier/5.4/manifest.json +++ b/symfony/sms77-notifier/5.4/manifest.json @@ -1,5 +1,5 @@ { "env": { - "#1": "SMS77_DSN=sms77://APIKEY@default?from=FROM" + "#1": "SMS77_DSN=sms77://API_KEY@default?from=FROM" } }