From 5d7e4610f41d206d9f27641a31e593649a49d26f Mon Sep 17 00:00:00 2001 From: "github-action[bot]" <> Date: Thu, 13 Aug 2026 01:53:37 +0000 Subject: [PATCH] Create Flex endpoint --- index.json | 21 ++++++++++++ siganushka.region-bundle.1.2.json | 56 +++++++++++++++++++++++++++++++ siganushka.region-bundle.1.3.json | 47 ++++++++++++++++++++++++++ 3 files changed, 124 insertions(+) create mode 100644 index.json create mode 100644 siganushka.region-bundle.1.2.json create mode 100644 siganushka.region-bundle.1.3.json diff --git a/index.json b/index.json new file mode 100644 index 00000000..1480c70b --- /dev/null +++ b/index.json @@ -0,0 +1,21 @@ +{ + "aliases": [], + "recipes": { + "siganushka/region-bundle": [ + "1.2", + "1.3" + ] + }, + "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-2025/{package_dotted}.{version}.json", + "recipe_template_relative": "{package_dotted}.{version}.json", + "archived_recipes_template": "https://raw.githubusercontent.com/symfony/recipes-contrib/flex/pull-2025/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": [ + "