diff --git a/RECIPES.md b/RECIPES.md index 2f378be6..8d099341 100644 --- a/RECIPES.md +++ b/RECIPES.md @@ -107,6 +107,7 @@ Additional recipes can be found on the [Contrib Recipes Repository](https://gith | [symfony/swiftmailer-bundle](https://packagist.org/packages/symfony/swiftmailer-bundle) | [2.5](symfony/swiftmailer-bundle/2.5) | `swiftmailer`, `swiftmailer-bundle`, `swiftmailerbundle` | | [symfony/telegram-notifier](https://packagist.org/packages/symfony/telegram-notifier) | [5.0](symfony/telegram-notifier/5.0) | `telegram-notifier`, `telegramnotifier` | | [symfony/telnyx-notifier](https://packagist.org/packages/symfony/telnyx-notifier) | [5.4](symfony/telnyx-notifier/5.4) | `telnyx-notifier`, `telnyxnotifier` | +| [symfony/termii-notifier](https://packagist.org/packages/symfony/termii-notifier) | [6.3](symfony/termii-notifier/6.3) | `termii-notifier`, `termiinotifier` | | [symfony/translation](https://packagist.org/packages/symfony/translation) | [5.3](symfony/translation/5.3) | `translation`, `translations`, `translator` | | [symfony/turbo-sms-notifier](https://packagist.org/packages/symfony/turbo-sms-notifier) | [5.4](symfony/turbo-sms-notifier/5.4) | `turbo-sms-notifier`, `turbosmsnotifier` | | [symfony/twig-bundle](https://packagist.org/packages/symfony/twig-bundle) | [5.4](symfony/twig-bundle/5.4) | `twig-bundle`, `twigbundle` | diff --git a/archived/symfony.termii-notifier/fc5525cef230c6e91093c64027aaa033f0c9a38a.json b/archived/symfony.termii-notifier/fc5525cef230c6e91093c64027aaa033f0c9a38a.json new file mode 100644 index 00000000..f6bda7c6 --- /dev/null +++ b/archived/symfony.termii-notifier/fc5525cef230c6e91093c64027aaa033f0c9a38a.json @@ -0,0 +1,13 @@ +{ + "manifests": { + "symfony/termii-notifier": { + "manifest": { + "env": { + "#1": "TERMII_DSN=termii://API_KEY@default?from=FROM&channel=CHANNEL" + } + }, + "files": [], + "ref": "fc5525cef230c6e91093c64027aaa033f0c9a38a" + } + } +} diff --git a/index.json b/index.json index 08328c36..c4e0e23c 100644 --- a/index.json +++ b/index.json @@ -775,6 +775,9 @@ "symfony/telnyx-notifier": [ "5.4" ], + "symfony/termii-notifier": [ + "6.3" + ], "symfony/translation": [ "3.3", "5.3" diff --git a/symfony.termii-notifier.6.3.json b/symfony.termii-notifier.6.3.json new file mode 100644 index 00000000..f6bda7c6 --- /dev/null +++ b/symfony.termii-notifier.6.3.json @@ -0,0 +1,13 @@ +{ + "manifests": { + "symfony/termii-notifier": { + "manifest": { + "env": { + "#1": "TERMII_DSN=termii://API_KEY@default?from=FROM&channel=CHANNEL" + } + }, + "files": [], + "ref": "fc5525cef230c6e91093c64027aaa033f0c9a38a" + } + } +}