diff --git a/RECIPES.md b/RECIPES.md index 77f115eb..d1dbe70f 100644 --- a/RECIPES.md +++ b/RECIPES.md @@ -97,6 +97,7 @@ Additional recipes can be found on the [Contrib Recipes Repository](https://gith | [symfony/plivo-notifier](https://packagist.org/packages/symfony/plivo-notifier) | [6.3](symfony/plivo-notifier/6.3) | `plivo-notifier`, `plivonotifier` | | [symfony/postmark-mailer](https://packagist.org/packages/symfony/postmark-mailer) | [4.4](symfony/postmark-mailer/4.4) | `postmark-mailer`, `postmarkmailer` | | [symfony/psr7-pack](https://packagist.org/packages/symfony/psr7-pack) | [1.0](symfony/psr7-pack/1.0) | `psr-7`, `psr-17`, `psr7`, `psr17` | +| [symfony/pushover-notifier](https://packagist.org/packages/symfony/pushover-notifier) | [6.3](symfony/pushover-notifier/6.3) | `pushover-notifier`, `pushovernotifier` | | [symfony/requirements-checker](https://packagist.org/packages/symfony/requirements-checker) | [2.0](symfony/requirements-checker/2.0) | `req-check`, `req-checker`, `req-checks`, `reqcheck`, `reqchecker`, `reqchecks`, `requirement-check`, `requirement-checker`, `requirementcheck`, `requirementchecker`, `requirements-checker`, `requirementschecker` | | [symfony/ring-central-notifier](https://packagist.org/packages/symfony/ring-central-notifier) | [6.3](symfony/ring-central-notifier/6.3) | `ring-central-notifier`, `ringcentralnotifier` | | [symfony/rocket-chat-notifier](https://packagist.org/packages/symfony/rocket-chat-notifier) | [5.1](symfony/rocket-chat-notifier/5.1) | `rocket-chat-notifier`, `rocketchatnotifier` | diff --git a/archived/symfony.pushover-notifier/81f519e1d469ffa5bb9fda21292fea0c5b1dc8b7.json b/archived/symfony.pushover-notifier/81f519e1d469ffa5bb9fda21292fea0c5b1dc8b7.json new file mode 100644 index 00000000..37969435 --- /dev/null +++ b/archived/symfony.pushover-notifier/81f519e1d469ffa5bb9fda21292fea0c5b1dc8b7.json @@ -0,0 +1,13 @@ +{ + "manifests": { + "symfony/pushover-notifier": { + "manifest": { + "env": { + "#1": "PUSHOVER_DSN=pushover://USER_KEY:APP_TOKEN@default" + } + }, + "files": [], + "ref": "81f519e1d469ffa5bb9fda21292fea0c5b1dc8b7" + } + } +} diff --git a/index.json b/index.json index e507578a..fdf3e5da 100644 --- a/index.json +++ b/index.json @@ -765,6 +765,9 @@ "symfony/psr7-pack": [ "1.0" ], + "symfony/pushover-notifier": [ + "6.3" + ], "symfony/requirements-checker": [ "1.0", "2.0" diff --git a/symfony.pushover-notifier.6.3.json b/symfony.pushover-notifier.6.3.json new file mode 100644 index 00000000..37969435 --- /dev/null +++ b/symfony.pushover-notifier.6.3.json @@ -0,0 +1,13 @@ +{ + "manifests": { + "symfony/pushover-notifier": { + "manifest": { + "env": { + "#1": "PUSHOVER_DSN=pushover://USER_KEY:APP_TOKEN@default" + } + }, + "files": [], + "ref": "81f519e1d469ffa5bb9fda21292fea0c5b1dc8b7" + } + } +}