From 8553f7937f5290d3cafce353fa543da242764dfc Mon Sep 17 00:00:00 2001 From: "github-action[bot]" <> Date: Mon, 8 Jun 2026 15:28:18 +0000 Subject: [PATCH] Create Flex endpoint --- corvet.light-field-bundle.1.0.json | 21 +++++++++++++++++++++ index.json | 20 ++++++++++++++++++++ 2 files changed, 41 insertions(+) create mode 100644 corvet.light-field-bundle.1.0.json create mode 100644 index.json diff --git a/corvet.light-field-bundle.1.0.json b/corvet.light-field-bundle.1.0.json new file mode 100644 index 00000000..8504827c --- /dev/null +++ b/corvet.light-field-bundle.1.0.json @@ -0,0 +1,21 @@ +{ + "manifests": { + "corvet/light-field-bundle": { + "manifest": { + "bundles": { + "Corvet\\LightFieldBundle\\CorvetLightFieldBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "composer-scripts": { + "corvet:install": "symfony-cmd" + } + }, + "files": [], + "ref": "85be3321fc7bb3e6eca40cfa62be7b2d21860bd1" + } + } +} diff --git a/index.json b/index.json new file mode 100644 index 00000000..d7d77f6d --- /dev/null +++ b/index.json @@ -0,0 +1,20 @@ +{ + "aliases": [], + "recipes": { + "corvet/light-field-bundle": [ + "1.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-1985/{package_dotted}.{version}.json", + "recipe_template_relative": "{package_dotted}.{version}.json", + "archived_recipes_template": "https://raw.githubusercontent.com/symfony/recipes-contrib/flex/pull-1985/archived/{package_dotted}/{ref}.json", + "archived_recipes_template_relative": "archived/{package_dotted}/{ref}.json" + } +}