From 69b521e9386f0444e4f82df48b0e1bb344ab19fe Mon Sep 17 00:00:00 2001 From: "github-action[bot]" <> Date: Wed, 5 Aug 2026 06:35:19 +0000 Subject: [PATCH] Create Flex endpoint --- index.json | 20 +++++++++++ siganushka.region-bundle.1.2.json | 56 +++++++++++++++++++++++++++++++ 2 files changed, 76 insertions(+) create mode 100644 index.json create mode 100644 siganushka.region-bundle.1.2.json diff --git a/index.json b/index.json new file mode 100644 index 00000000..4c0a64e7 --- /dev/null +++ b/index.json @@ -0,0 +1,20 @@ +{ + "aliases": [], + "recipes": { + "siganushka/region-bundle": [ + "1.2" + ] + }, + "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-2019/{package_dotted}.{version}.json", + "recipe_template_relative": "{package_dotted}.{version}.json", + "archived_recipes_template": "https://raw.githubusercontent.com/symfony/recipes-contrib/flex/pull-2019/archived/{package_dotted}/{ref}.json", + "archived_recipes_template_relative": "archived/{package_dotted}/{ref}.json" + } +} diff --git a/siganushka.region-bundle.1.2.json b/siganushka.region-bundle.1.2.json new file mode 100644 index 00000000..9d8a281e --- /dev/null +++ b/siganushka.region-bundle.1.2.json @@ -0,0 +1,56 @@ +{ + "manifests": { + "siganushka/region-bundle": { + "manifest": { + "bundles": { + "Siganushka\\RegionBundle\\SiganushkaRegionBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/", + "src/": "%SRC_DIR%/" + } + }, + "files": { + "config/packages/siganushka_region.yaml": { + "contents": [ + "siganushka_region:", + " region_class: App\\Entity\\Region", + "" + ], + "executable": false + }, + "config/routes/siganushka_region.yaml": { + "contents": [ + "siganushka_region:", + " resource: \"@SiganushkaRegionBundle/config/routes.php\"", + " stateless: true", + "" + ], + "executable": false + }, + "src/Entity/Region.php": { + "contents": [ + "