From eedf4887879bde26ddfa961bd0e9892853f86741 Mon Sep 17 00:00:00 2001 From: "github-action[bot]" <> Date: Tue, 7 Jul 2026 12:55:16 +0000 Subject: [PATCH] Create Flex endpoint --- galactic-shrine.gsid.1.0.json | 38 +++++++++++++++++++++++++++++++++++ galactic-shrine.gsid.2.0.json | 38 +++++++++++++++++++++++++++++++++++ index.json | 21 +++++++++++++++++++ 3 files changed, 97 insertions(+) create mode 100644 galactic-shrine.gsid.1.0.json create mode 100644 galactic-shrine.gsid.2.0.json create mode 100644 index.json diff --git a/galactic-shrine.gsid.1.0.json b/galactic-shrine.gsid.1.0.json new file mode 100644 index 00000000..58255c81 --- /dev/null +++ b/galactic-shrine.gsid.1.0.json @@ -0,0 +1,38 @@ +{ + "manifests": { + "galactic-shrine/gsid": { + "manifest": { + "bundles": { + "GalacticShrine\\GsId\\Symfony\\GsIdBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "post-install-output": [ + " GsId ", + "", + " * The GsId bundle was enabled in config/bundles.php.", + " * A default configuration file was created at config/packages/gsid.yaml.", + " * For GsId 1.x, declare the Doctrine DBAL type manually if your installed 1.x version does not register it automatically." + ] + }, + "files": { + "config/packages/gsid.yaml": { + "contents": [ + "gsid:", + " default_case: Lower", + " default_text_format: N", + " default_json_format: D", + " default_database_format: N", + " lock: true", + "" + ], + "executable": false + } + }, + "ref": "5c0d87cb84031fca7c414ce778e291991fde0514" + } + } +} diff --git a/galactic-shrine.gsid.2.0.json b/galactic-shrine.gsid.2.0.json new file mode 100644 index 00000000..f7c17f35 --- /dev/null +++ b/galactic-shrine.gsid.2.0.json @@ -0,0 +1,38 @@ +{ + "manifests": { + "galactic-shrine/gsid": { + "manifest": { + "bundles": { + "GalacticShrine\\GsId\\Symfony\\GsIdBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "post-install-output": [ + " GsId ", + "", + " * The GsId bundle was enabled in config/bundles.php.", + " * A default configuration file was created at config/packages/gsid.yaml.", + " * If DoctrineBundle is installed, the bundle registers the DBAL type \"gsid\" automatically." + ] + }, + "files": { + "config/packages/gsid.yaml": { + "contents": [ + "gsid:", + " default_case: Lower", + " default_text_format: N", + " default_json_format: D", + " default_database_format: N", + " lock: true", + "" + ], + "executable": false + } + }, + "ref": "78e9503b5cbeda797c170bd8a405994038bbdf14" + } + } +} diff --git a/index.json b/index.json new file mode 100644 index 00000000..b95114a9 --- /dev/null +++ b/index.json @@ -0,0 +1,21 @@ +{ + "aliases": [], + "recipes": { + "galactic-shrine/gsid": [ + "1.0", + "2.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-2009/{package_dotted}.{version}.json", + "recipe_template_relative": "{package_dotted}.{version}.json", + "archived_recipes_template": "https://raw.githubusercontent.com/symfony/recipes-contrib/flex/pull-2009/archived/{package_dotted}/{ref}.json", + "archived_recipes_template_relative": "archived/{package_dotted}/{ref}.json" + } +}