From 822b2a25e4bd14ee9839cd2031aa09ba89d56c74 Mon Sep 17 00:00:00 2001 From: "github-action[bot]" <> Date: Mon, 1 Jun 2026 12:41:44 +0000 Subject: [PATCH] Create Flex endpoint --- flawe.flare-bundle.3.1.json | 33 +++++++++++++++++++++++++++++++++ index.json | 20 ++++++++++++++++++++ 2 files changed, 53 insertions(+) create mode 100644 flawe.flare-bundle.3.1.json create mode 100644 index.json diff --git a/flawe.flare-bundle.3.1.json b/flawe.flare-bundle.3.1.json new file mode 100644 index 00000000..9955dc62 --- /dev/null +++ b/flawe.flare-bundle.3.1.json @@ -0,0 +1,33 @@ +{ + "manifests": { + "flawe/flare-bundle": { + "manifest": { + "bundles": { + "Flawe\\FlareBundle\\FlareBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "FLARE_KEY": "your-flare-key" + } + }, + "files": { + "config/packages/flare.yaml": { + "contents": [ + "flare:", + " key: '%env(string:FLARE_KEY)%'", + " use_defaults: true", + " application:", + " stage: '%env(string:APP_ENV)%'", + "" + ], + "executable": false + } + }, + "ref": "d4c12e34855a93ebce25e87b897dcfc6d3eadc38" + } + } +} diff --git a/index.json b/index.json new file mode 100644 index 00000000..79e2df12 --- /dev/null +++ b/index.json @@ -0,0 +1,20 @@ +{ + "aliases": [], + "recipes": { + "flawe/flare-bundle": [ + "3.1" + ] + }, + "recipe-conflicts": [], + "versions": [], + "branch": "main", + "is_contrib": true, + "_links": { + "repository": "github.com/symfony/recipes-contrib", + "origin_template": "{package}:{version}@github.com/symfony/recipes-contrib:main", + "recipe_template": "https://raw.githubusercontent.com/symfony/recipes-contrib/flex/pull-1988/{package_dotted}.{version}.json", + "recipe_template_relative": "{package_dotted}.{version}.json", + "archived_recipes_template": "https://raw.githubusercontent.com/symfony/recipes-contrib/flex/pull-1988/archived/{package_dotted}/{ref}.json", + "archived_recipes_template_relative": "archived/{package_dotted}/{ref}.json" + } +}