From ae1b140d3c941c6cd1253226ef68674d68657e40 Mon Sep 17 00:00:00 2001 From: "github-action[bot]" <> Date: Mon, 1 Jun 2026 12:07:39 +0000 Subject: [PATCH] Create Flex endpoint --- index.json | 21 ++++++++++++++++++ sulu.redirect-bundle.2.0.json | 40 +++++++++++++++++++++++++++++++++++ sulu.redirect-bundle.3.0.json | 36 +++++++++++++++++++++++++++++++ 3 files changed, 97 insertions(+) create mode 100644 index.json create mode 100644 sulu.redirect-bundle.2.0.json create mode 100644 sulu.redirect-bundle.3.0.json diff --git a/index.json b/index.json new file mode 100644 index 00000000..f1570cb2 --- /dev/null +++ b/index.json @@ -0,0 +1,21 @@ +{ + "aliases": [], + "recipes": { + "sulu/redirect-bundle": [ + "2.0", + "3.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-1983/{package_dotted}.{version}.json", + "recipe_template_relative": "{package_dotted}.{version}.json", + "archived_recipes_template": "https://raw.githubusercontent.com/symfony/recipes-contrib/flex/pull-1983/archived/{package_dotted}/{ref}.json", + "archived_recipes_template_relative": "archived/{package_dotted}/{ref}.json" + } +} diff --git a/sulu.redirect-bundle.2.0.json b/sulu.redirect-bundle.2.0.json new file mode 100644 index 00000000..11e3fe56 --- /dev/null +++ b/sulu.redirect-bundle.2.0.json @@ -0,0 +1,40 @@ +{ + "manifests": { + "sulu/redirect-bundle": { + "manifest": { + "bundles": { + "Sulu\\Bundle\\RedirectBundle\\SuluRedirectBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "post-install-output": [ + " * The SuluRedirectBundle is almost ready:", + " 1. Print the sql statements required to update your database schema by running php bin/console doctrine:schema:update --dump-sql.", + " 2. If the statements look fine to you, run the same command using --force to execute them.", + " 3. Make sure your user has all the necessary permissions for the SuluRedirectBundle.", + "", + " * Read the documentation at https://github.com/sulu/SuluRedirectBundle/blob/2.x/Resources/doc/README.md" + ] + }, + "files": { + "config/routes/sulu_redirect_admin.yaml": { + "contents": [ + "sulu_redirect_api:", + " resource: \"@SuluRedirectBundle/Resources/config/routing_api.yml\"", + " prefix: /admin/api", + "", + "sulu_redirect:", + " resource: \"@SuluRedirectBundle/Resources/config/routing.yml\"", + " prefix: /admin/redirects", + "" + ], + "executable": false + } + }, + "ref": "2e8505bd3dd91e8672af9221b13de48c6944c0e4" + } + } +} diff --git a/sulu.redirect-bundle.3.0.json b/sulu.redirect-bundle.3.0.json new file mode 100644 index 00000000..d1a498f8 --- /dev/null +++ b/sulu.redirect-bundle.3.0.json @@ -0,0 +1,36 @@ +{ + "manifests": { + "sulu/redirect-bundle": { + "manifest": { + "bundles": { + "Sulu\\Bundle\\RedirectBundle\\SuluRedirectBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "post-install-output": [ + " * The SuluRedirectBundle is almost ready:", + " 1. Print the sql statements required to update your database schema by running php bin/console doctrine:schema:update --dump-sql.", + " 2. If the statements look fine to you, run the same command using --force to execute them.", + " 3. Make sure your user has all the necessary permissions for the SuluRedirectBundle.", + "", + " * Read the documentation at https://github.com/sulu/SuluRedirectBundle/blob/3.0/Resources/doc/README.md" + ] + }, + "files": { + "config/routes/sulu_redirect_admin.yaml": { + "contents": [ + "sulu_redirect_api:", + " resource: \"@SuluRedirectBundle/Resources/config/routing_api.yaml\"", + " prefix: /admin/api", + "" + ], + "executable": false + } + }, + "ref": "3b25a85d90add821b5981fb47f188cffce79e050" + } + } +}