From dd48ab84fabe52a40e87fc1536b8811f441809d3 Mon Sep 17 00:00:00 2001 From: "github-action[bot]" <> Date: Sat, 6 Jul 2024 08:34:09 +0000 Subject: [PATCH] Update Flex endpoint --- RECIPES.md | 1 + ...e1f26f1a1e47502ded261ac693281d95a356f.json | 22 +++++++++++++++++++ index.json | 3 +++ symfony.sipgate-notifier.7.2.json | 22 +++++++++++++++++++ 4 files changed, 48 insertions(+) create mode 100644 archived/symfony.sipgate-notifier/17de1f26f1a1e47502ded261ac693281d95a356f.json create mode 100644 symfony.sipgate-notifier.7.2.json diff --git a/RECIPES.md b/RECIPES.md index d94c3231..f8af73f5 100644 --- a/RECIPES.md +++ b/RECIPES.md @@ -126,6 +126,7 @@ Additional recipes can be found on the [Contrib Recipes Repository](https://gith | [symfony/sevenio-notifier](https://packagist.org/packages/symfony/sevenio-notifier) | [7.1](symfony/sevenio-notifier/7.1) | `sevenio-notifier`, `sevenionotifier` | | [symfony/simple-textin-notifier](https://packagist.org/packages/symfony/simple-textin-notifier) | [6.3](symfony/simple-textin-notifier/6.3) | `simple-textin-notifier`, `simpletextinnotifier` | | [symfony/sinch-notifier](https://packagist.org/packages/symfony/sinch-notifier) | [5.1](symfony/sinch-notifier/5.1) | `sinch-notifier`, `sinchnotifier` | +| [symfony/sipgate-notifier](https://packagist.org/packages/symfony/sipgate-notifier) | [7.2](symfony/sipgate-notifier/7.2) | `sipgate-notifier`, `sipgatenotifier` | | [symfony/slack-notifier](https://packagist.org/packages/symfony/slack-notifier) | [5.2](symfony/slack-notifier/5.2) | `slack-notifier`, `slacknotifier` | | [symfony/sms-biuras-notifier](https://packagist.org/packages/symfony/sms-biuras-notifier) | [5.3](symfony/sms-biuras-notifier/5.3) | `sms-biuras-notifier`, `smsbiurasnotifier` | | [symfony/sms-factor-notifier](https://packagist.org/packages/symfony/sms-factor-notifier) | [6.2](symfony/sms-factor-notifier/6.2) | `sms-factor-notifier`, `smsfactornotifier` | diff --git a/archived/symfony.sipgate-notifier/17de1f26f1a1e47502ded261ac693281d95a356f.json b/archived/symfony.sipgate-notifier/17de1f26f1a1e47502ded261ac693281d95a356f.json new file mode 100644 index 00000000..ac0f89b0 --- /dev/null +++ b/archived/symfony.sipgate-notifier/17de1f26f1a1e47502ded261ac693281d95a356f.json @@ -0,0 +1,22 @@ +{ + "manifests": { + "symfony/sipgate-notifier": { + "manifest": { + "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" + } + }, + "files": [], + "ref": "17de1f26f1a1e47502ded261ac693281d95a356f" + } + } +} diff --git a/index.json b/index.json index c8af9c23..cb3fff79 100644 --- a/index.json +++ b/index.json @@ -938,6 +938,9 @@ "symfony/sinch-notifier": [ "5.1" ], + "symfony/sipgate-notifier": [ + "7.2" + ], "symfony/slack-notifier": [ "5.0", "5.1", diff --git a/symfony.sipgate-notifier.7.2.json b/symfony.sipgate-notifier.7.2.json new file mode 100644 index 00000000..ac0f89b0 --- /dev/null +++ b/symfony.sipgate-notifier.7.2.json @@ -0,0 +1,22 @@ +{ + "manifests": { + "symfony/sipgate-notifier": { + "manifest": { + "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" + } + }, + "files": [], + "ref": "17de1f26f1a1e47502ded261ac693281d95a356f" + } + } +}