From b295770fcbf5afa51ce59aa1f70a009ef2904dbf Mon Sep 17 00:00:00 2001 From: "github-action[bot]" <> Date: Wed, 16 Feb 2022 15:56:14 +0000 Subject: [PATCH] Update Flex endpoint --- index.json | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/index.json b/index.json index b7e53f4d..76bc7fb8 100644 --- a/index.json +++ b/index.json @@ -1557,6 +1557,18 @@ "1.0" ] }, + "recipe-conflicts": { + "jane-php/json-schema": { + "6.0": { + "symfony/symfony": "<5.0" + } + }, + "jane-php/open-api-common": { + "6.0": { + "symfony/symfony": "<5.0" + } + } + }, "versions": [], "branch": "master", "is_contrib": true, @@ -1564,6 +1576,8 @@ "repository": "github.com/symfony/recipes-contrib", "origin_template": "{package}:{version}@github.com/symfony/recipes-contrib:master", "recipe_template": "https://raw.githubusercontent.com/symfony/recipes-contrib/flex/main/{package_dotted}.{version}.json", - "archived_recipes_template": "https://raw.githubusercontent.com/symfony/recipes-contrib/flex/main/archived/{package_dotted}/{ref}.json" + "recipe_template_relative": "{package_dotted}.{version}.json", + "archived_recipes_template": "https://raw.githubusercontent.com/symfony/recipes-contrib/flex/main/archived/{package_dotted}/{ref}.json", + "archived_recipes_template_relative": "archived/{package_dotted}/{ref}.json" } }