diff --git a/symfony/pushy-notifier/7.1/manifest.json b/symfony/pushy-notifier/7.1/manifest.json new file mode 100644 index 00000000..496178df --- /dev/null +++ b/symfony/pushy-notifier/7.1/manifest.json @@ -0,0 +1,14 @@ +{ + "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" + } +}