From cd6aba81966136ed3eef92e68fb7cbcf1eb922b5 Mon Sep 17 00:00:00 2001 From: "github-action[bot]" <> Date: Fri, 23 Feb 2024 09:25:14 +0000 Subject: [PATCH] Update Flex endpoint --- RECIPES.md | 1 + ...7351e55e3adf613c160692034a31acfb0b76a.json | 22 +++++++++++++++++++ index.json | 3 +++ symfony.smsense-notifier.7.1.json | 22 +++++++++++++++++++ 4 files changed, 48 insertions(+) create mode 100644 archived/symfony.smsense-notifier/1337351e55e3adf613c160692034a31acfb0b76a.json create mode 100644 symfony.smsense-notifier.7.1.json diff --git a/RECIPES.md b/RECIPES.md index 0e9ea194..61c3f395 100644 --- a/RECIPES.md +++ b/RECIPES.md @@ -131,6 +131,7 @@ Additional recipes can be found on the [Contrib Recipes Repository](https://gith | [symfony/smsapi-notifier](https://packagist.org/packages/symfony/smsapi-notifier) | [5.2](symfony/smsapi-notifier/5.2) | `smsapi-notifier`, `smsapinotifier` | | [symfony/smsbox-notifier](https://packagist.org/packages/symfony/smsbox-notifier) | [7.1](symfony/smsbox-notifier/7.1) | `smsbox-notifier`, `smsboxnotifier` | | [symfony/smsc-notifier](https://packagist.org/packages/symfony/smsc-notifier) | [5.4](symfony/smsc-notifier/5.4) | `smsc-notifier`, `smscnotifier` | +| [symfony/smsense-notifier](https://packagist.org/packages/symfony/smsense-notifier) | [7.1](symfony/smsense-notifier/7.1) | `smsense-notifier`, `smsensenotifier` | | [symfony/smsmode-notifier](https://packagist.org/packages/symfony/smsmode-notifier) | [6.3](symfony/smsmode-notifier/6.3) | `smsmode-notifier`, `smsmodenotifier` | | [symfony/spot-hit-notifier](https://packagist.org/packages/symfony/spot-hit-notifier) | [5.3](symfony/spot-hit-notifier/5.3) | `spot-hit-notifier`, `spothitnotifier` | | [symfony/stimulus-bundle](https://packagist.org/packages/symfony/stimulus-bundle) | [2.13](symfony/stimulus-bundle/2.13) | `stimulus`, `stimulus-bundle`, `stimulusbundle` | diff --git a/archived/symfony.smsense-notifier/1337351e55e3adf613c160692034a31acfb0b76a.json b/archived/symfony.smsense-notifier/1337351e55e3adf613c160692034a31acfb0b76a.json new file mode 100644 index 00000000..1a61a844 --- /dev/null +++ b/archived/symfony.smsense-notifier/1337351e55e3adf613c160692034a31acfb0b76a.json @@ -0,0 +1,22 @@ +{ + "manifests": { + "symfony/smsense-notifier": { + "manifest": { + "add-lines": [ + { + "file": "config/packages/notifier.yaml", + "position": "after_target", + "warn_if_missing": true, + "target": " texter_transports:", + "content": " smsense: '%env(SMSENSE_DSN)%'" + } + ], + "env": { + "#1": "SMSENSE_DSN=smsense://API_TOKEN@default?from=FROM" + } + }, + "files": [], + "ref": "1337351e55e3adf613c160692034a31acfb0b76a" + } + } +} diff --git a/index.json b/index.json index df618c44..66b0099a 100644 --- a/index.json +++ b/index.json @@ -940,6 +940,9 @@ "symfony/smsc-notifier": [ "5.4" ], + "symfony/smsense-notifier": [ + "7.1" + ], "symfony/smsmode-notifier": [ "6.3" ], diff --git a/symfony.smsense-notifier.7.1.json b/symfony.smsense-notifier.7.1.json new file mode 100644 index 00000000..1a61a844 --- /dev/null +++ b/symfony.smsense-notifier.7.1.json @@ -0,0 +1,22 @@ +{ + "manifests": { + "symfony/smsense-notifier": { + "manifest": { + "add-lines": [ + { + "file": "config/packages/notifier.yaml", + "position": "after_target", + "warn_if_missing": true, + "target": " texter_transports:", + "content": " smsense: '%env(SMSENSE_DSN)%'" + } + ], + "env": { + "#1": "SMSENSE_DSN=smsense://API_TOKEN@default?from=FROM" + } + }, + "files": [], + "ref": "1337351e55e3adf613c160692034a31acfb0b76a" + } + } +}