From 9af24d398b52fe97ab5ecd4920a8b3fff38bb6c8 Mon Sep 17 00:00:00 2001 From: Flawe <128615806+f-lawe@users.noreply.github.com> Date: Fri, 5 Jun 2026 23:05:39 +0200 Subject: [PATCH] Add recipe for Flawe's Flare Bundle (#1988) --- flawe/flare-bundle/3.1/config/packages/flare.yaml | 5 +++++ flawe/flare-bundle/3.1/manifest.json | 11 +++++++++++ 2 files changed, 16 insertions(+) create mode 100644 flawe/flare-bundle/3.1/config/packages/flare.yaml create mode 100644 flawe/flare-bundle/3.1/manifest.json diff --git a/flawe/flare-bundle/3.1/config/packages/flare.yaml b/flawe/flare-bundle/3.1/config/packages/flare.yaml new file mode 100644 index 00000000..0bccf627 --- /dev/null +++ b/flawe/flare-bundle/3.1/config/packages/flare.yaml @@ -0,0 +1,5 @@ +flare: + key: '%env(string:FLARE_KEY)%' + use_defaults: true + application: + stage: '%env(string:APP_ENV)%' diff --git a/flawe/flare-bundle/3.1/manifest.json b/flawe/flare-bundle/3.1/manifest.json new file mode 100644 index 00000000..a52cdac3 --- /dev/null +++ b/flawe/flare-bundle/3.1/manifest.json @@ -0,0 +1,11 @@ +{ + "bundles": { + "Flawe\\FlareBundle\\FlareBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "FLARE_KEY": "your-flare-key" + } +}