From 7c4917e7a4c24a03df8568abfa767511951cec07 Mon Sep 17 00:00:00 2001 From: "github-action[bot]" <> Date: Thu, 17 Sep 2026 08:32:54 +0000 Subject: [PATCH] Create Flex endpoint --- index.json | 20 ++++++++++ sonata-project.user-bundle.5.17.json | 58 ++++++++++++++++++++++++++++ 2 files changed, 78 insertions(+) create mode 100644 index.json create mode 100644 sonata-project.user-bundle.5.17.json diff --git a/index.json b/index.json new file mode 100644 index 00000000..2d392977 --- /dev/null +++ b/index.json @@ -0,0 +1,20 @@ +{ + "aliases": [], + "recipes": { + "sonata-project/user-bundle": [ + "5.17" + ] + }, + "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-2056/{package_dotted}.{version}.json", + "recipe_template_relative": "{package_dotted}.{version}.json", + "archived_recipes_template": "https://raw.githubusercontent.com/symfony/recipes-contrib/flex/pull-2056/archived/{package_dotted}/{ref}.json", + "archived_recipes_template_relative": "archived/{package_dotted}/{ref}.json" + } +} diff --git a/sonata-project.user-bundle.5.17.json b/sonata-project.user-bundle.5.17.json new file mode 100644 index 00000000..85a67f44 --- /dev/null +++ b/sonata-project.user-bundle.5.17.json @@ -0,0 +1,58 @@ +{ + "manifests": { + "sonata-project/user-bundle": { + "manifest": { + "bundles": { + "Sonata\\UserBundle\\SonataUserBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "files": { + "config/packages/sonata_user.yaml": { + "contents": [ + "sonata_user:", + " class:", + " # Configure your user entity. Extend", + " user: App\\Entity\\User", + " resetting:", + " email:", + " # Configure senders email address on password resetting", + " address: sonata@localhost", + " sender_name: Sonata Admin", + "", + "# Enable Doctrine to map the provided entities", + "doctrine:", + " orm:", + " entity_managers:", + " default:", + " mappings:", + " SonataUserBundle: ~", + "", + "" + ], + "executable": false + }, + "config/routes/sonata_user.yaml": { + "contents": [ + "sonata_user_admin_security:", + " resource: '@SonataUserBundle/Resources/config/routing/admin_security.php'", + " type: php", + " prefix: /admin", + "", + "sonata_user_admin_resetting:", + " resource: '@SonataUserBundle/Resources/config/routing/admin_resetting.php'", + " type: php", + " prefix: /admin", + "" + ], + "executable": false + } + }, + "ref": "fa6ff4ad2ee8768a9fc64c9b78ddbe21d819ba01" + } + } +}