From 3e0def06cbf293d742955fc3f3812f0718a01689 Mon Sep 17 00:00:00 2001 From: "github-action[bot]" <> Date: Thu, 15 Feb 2024 11:24:00 +0000 Subject: [PATCH] Update Flex endpoint --- RECIPES.md | 1 + ...d9c761ad5e30e787a680e92c9c07690f9aaef.json | 22 +++++++++++++++++++ index.json | 3 +++ symfony.pushy-notifier.7.1.json | 22 +++++++++++++++++++ 4 files changed, 48 insertions(+) create mode 100644 archived/symfony.pushy-notifier/68cd9c761ad5e30e787a680e92c9c07690f9aaef.json create mode 100644 symfony.pushy-notifier.7.1.json diff --git a/RECIPES.md b/RECIPES.md index 281ef2ea..0e9ea194 100644 --- a/RECIPES.md +++ b/RECIPES.md @@ -107,6 +107,7 @@ Additional recipes can be found on the [Contrib Recipes Repository](https://gith | [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/pushy-notifier](https://packagist.org/packages/symfony/pushy-notifier) | [7.1](symfony/pushy-notifier/7.1) | `pushy-notifier`, `pushynotifier` | | [symfony/redlink-notifier](https://packagist.org/packages/symfony/redlink-notifier) | [6.4](symfony/redlink-notifier/6.4) | `redlink-notifier`, `redlinknotifier` | | [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/resend-mailer](https://packagist.org/packages/symfony/resend-mailer) | [7.1](symfony/resend-mailer/7.1) | `resend-mailer`, `resendmailer` | diff --git a/archived/symfony.pushy-notifier/68cd9c761ad5e30e787a680e92c9c07690f9aaef.json b/archived/symfony.pushy-notifier/68cd9c761ad5e30e787a680e92c9c07690f9aaef.json new file mode 100644 index 00000000..b97d4793 --- /dev/null +++ b/archived/symfony.pushy-notifier/68cd9c761ad5e30e787a680e92c9c07690f9aaef.json @@ -0,0 +1,22 @@ +{ + "manifests": { + "symfony/pushy-notifier": { + "manifest": { + "add-lines": [ + { + "file": "config/packages/notifier.yaml", + "position": "after_target", + "warn_if_missing": true, + "target": " texter_transports:", + "content": " pushy: '%env(PUSHY_DSN)%'" + } + ], + "env": { + "#1": "PUSHY_DSN=pushy://API_KEY@default" + } + }, + "files": [], + "ref": "68cd9c761ad5e30e787a680e92c9c07690f9aaef" + } + } +} diff --git a/index.json b/index.json index 75eb371a..93e4b8d7 100644 --- a/index.json +++ b/index.json @@ -849,6 +849,9 @@ "symfony/pushover-notifier": [ "6.3" ], + "symfony/pushy-notifier": [ + "7.1" + ], "symfony/redlink-notifier": [ "6.4" ], diff --git a/symfony.pushy-notifier.7.1.json b/symfony.pushy-notifier.7.1.json new file mode 100644 index 00000000..b97d4793 --- /dev/null +++ b/symfony.pushy-notifier.7.1.json @@ -0,0 +1,22 @@ +{ + "manifests": { + "symfony/pushy-notifier": { + "manifest": { + "add-lines": [ + { + "file": "config/packages/notifier.yaml", + "position": "after_target", + "warn_if_missing": true, + "target": " texter_transports:", + "content": " pushy: '%env(PUSHY_DSN)%'" + } + ], + "env": { + "#1": "PUSHY_DSN=pushy://API_KEY@default" + } + }, + "files": [], + "ref": "68cd9c761ad5e30e787a680e92c9c07690f9aaef" + } + } +}