diff --git a/RECIPES.md b/RECIPES.md index c9e3a93e..c0bfc62c 100644 --- a/RECIPES.md +++ b/RECIPES.md @@ -31,6 +31,7 @@ Additional recipes can be found on the [Contrib Recipes Repository](https://gith | [symfony/allmysms-notifier](https://packagist.org/packages/symfony/allmysms-notifier) | [5.3](symfony/allmysms-notifier/5.3) | `allmysms-notifier`, `allmysmsnotifier` | | [symfony/amazon-mailer](https://packagist.org/packages/symfony/amazon-mailer) | [4.4](symfony/amazon-mailer/4.4) | `amazon-mailer`, `amazonmailer` | | [symfony/amazon-sns-notifier](https://packagist.org/packages/symfony/amazon-sns-notifier) | [5.4](symfony/amazon-sns-notifier/5.4) | `amazon-sns-notifier`, `amazonsnsnotifier` | +| [symfony/bandwidth-notifier](https://packagist.org/packages/symfony/bandwidth-notifier) | [6.3](symfony/bandwidth-notifier/6.3) | `bandwidth-notifier`, `bandwidthnotifier` | | [symfony/chatwork-notifier](https://packagist.org/packages/symfony/chatwork-notifier) | [6.2](symfony/chatwork-notifier/6.2) | `chatwork-notifier`, `chatworknotifier` | | [symfony/clickatell-notifier](https://packagist.org/packages/symfony/clickatell-notifier) | [5.3](symfony/clickatell-notifier/5.3) | `clickatell-notifier`, `clickatellnotifier` | | [symfony/console](https://packagist.org/packages/symfony/console) | [5.3](symfony/console/5.3) | `cli`, `console` | diff --git a/archived/symfony.bandwidth-notifier/1245c95b3637dde2bc9425b57d0bdd0f9c495c4e.json b/archived/symfony.bandwidth-notifier/1245c95b3637dde2bc9425b57d0bdd0f9c495c4e.json new file mode 100644 index 00000000..833dc7b2 --- /dev/null +++ b/archived/symfony.bandwidth-notifier/1245c95b3637dde2bc9425b57d0bdd0f9c495c4e.json @@ -0,0 +1,13 @@ +{ + "manifests": { + "symfony/bandwidth-notifier": { + "manifest": { + "env": { + "#1": "BANDWIDTH_DSN=bandwidth://USERNAME:PASSWORD@default?from=FROM&account_id=ACCOUNT_ID&application_id=APPLICATION_ID&priority=PRIORITY" + } + }, + "files": [], + "ref": "1245c95b3637dde2bc9425b57d0bdd0f9c495c4e" + } + } +} diff --git a/index.json b/index.json index e7b37434..427836a9 100644 --- a/index.json +++ b/index.json @@ -501,6 +501,9 @@ "symfony/amazon-sns-notifier": [ "5.4" ], + "symfony/bandwidth-notifier": [ + "6.3" + ], "symfony/chatwork-notifier": [ "6.2" ], diff --git a/symfony.bandwidth-notifier.6.3.json b/symfony.bandwidth-notifier.6.3.json new file mode 100644 index 00000000..833dc7b2 --- /dev/null +++ b/symfony.bandwidth-notifier.6.3.json @@ -0,0 +1,13 @@ +{ + "manifests": { + "symfony/bandwidth-notifier": { + "manifest": { + "env": { + "#1": "BANDWIDTH_DSN=bandwidth://USERNAME:PASSWORD@default?from=FROM&account_id=ACCOUNT_ID&application_id=APPLICATION_ID&priority=PRIORITY" + } + }, + "files": [], + "ref": "1245c95b3637dde2bc9425b57d0bdd0f9c495c4e" + } + } +}