commit bc0143c3aaea452464552e4a27787f241a767fe0 Author: github-action[bot] <> Date: Fri Jun 12 01:13:31 2026 +0000 Create Flex endpoint diff --git a/index.json b/index.json new file mode 100644 index 00000000..7bf7fa8e --- /dev/null +++ b/index.json @@ -0,0 +1,20 @@ +{ + "aliases": [], + "recipes": { + "treblle/treblle-symfony": [ + "4.0" + ] + }, + "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-1999/{package_dotted}.{version}.json", + "recipe_template_relative": "{package_dotted}.{version}.json", + "archived_recipes_template": "https://raw.githubusercontent.com/symfony/recipes-contrib/flex/pull-1999/archived/{package_dotted}/{ref}.json", + "archived_recipes_template_relative": "archived/{package_dotted}/{ref}.json" + } +} diff --git a/treblle.treblle-symfony.4.0.json b/treblle.treblle-symfony.4.0.json new file mode 100644 index 00000000..f83b4493 --- /dev/null +++ b/treblle.treblle-symfony.4.0.json @@ -0,0 +1,32 @@ +{ + "manifests": { + "treblle/treblle-symfony": { + "manifest": { + "bundles": { + "Treblle\\Symfony\\TreblleBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "TREBLLE_SDK_TOKEN": "", + "TREBLLE_API_KEY": "" + } + }, + "files": { + "config/packages/treblle.yaml": { + "contents": [ + "treblle:", + " sdk_token: '%env(TREBLLE_SDK_TOKEN)%'", + " api_key: '%env(TREBLLE_API_KEY)%'", + "" + ], + "executable": false + } + }, + "ref": "6bad1c7d45c4834b7370a3c89a6481e48f17a82b" + } + } +}