From 2dd2df3b2c81f7d7bc7d209c0e96ee15cc41ba13 Mon Sep 17 00:00:00 2001 From: "github-action[bot]" <> Date: Sat, 31 May 2025 09:31:26 +0000 Subject: [PATCH] Create Flex endpoint --- index.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 index.json diff --git a/index.json b/index.json new file mode 100644 index 00000000..0b4a4992 --- /dev/null +++ b/index.json @@ -0,0 +1,16 @@ +{ + "aliases": [], + "recipes": [], + "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-1813/{package_dotted}.{version}.json", + "recipe_template_relative": "{package_dotted}.{version}.json", + "archived_recipes_template": "https://raw.githubusercontent.com/symfony/recipes-contrib/flex/pull-1813/archived/{package_dotted}/{ref}.json", + "archived_recipes_template_relative": "archived/{package_dotted}/{ref}.json" + } +}