From 5c405a3b3d80eae6be821e2e90a70006dec1ee04 Mon Sep 17 00:00:00 2001 From: "github-action[bot]" <> Date: Fri, 22 Aug 2025 14:25:41 +0000 Subject: [PATCH] Update Flex endpoint --- ...bf834d51f814a614ddb470a4065384404410a.json | 44 +++++++++++++++++++ symfony.routing.7.4.json | 8 ++-- 2 files changed, 47 insertions(+), 5 deletions(-) create mode 100644 archived/symfony.routing/574bf834d51f814a614ddb470a4065384404410a.json diff --git a/archived/symfony.routing/574bf834d51f814a614ddb470a4065384404410a.json b/archived/symfony.routing/574bf834d51f814a614ddb470a4065384404410a.json new file mode 100644 index 00000000..e21c021e --- /dev/null +++ b/archived/symfony.routing/574bf834d51f814a614ddb470a4065384404410a.json @@ -0,0 +1,44 @@ +{ + "manifests": { + "symfony/routing": { + "manifest": { + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "conflict": { + "symfony/framework-bundle": "<7.0" + } + }, + "files": { + "config/packages/routing.yaml": { + "contents": [ + "framework:", + " router:", + " # Configure how to generate URLs in non-HTTP contexts, such as CLI commands.", + " # See https://symfony.com/doc/current/routing.html#generating-urls-in-commands", + " #default_uri: http://localhost", + "", + "when@prod:", + " framework:", + " router:", + " strict_requirements: null", + "" + ], + "executable": false + }, + "config/routes.yaml": { + "contents": [ + "# $schema: ../vendor/symfony/routing/Loader/schema/routing.schema.json", + "", + "controllers:", + " resource: attributes", + " type: tagged_services", + "" + ], + "executable": false + } + }, + "ref": "574bf834d51f814a614ddb470a4065384404410a" + } + } +} diff --git a/symfony.routing.7.4.json b/symfony.routing.7.4.json index a6ded709..e21c021e 100644 --- a/symfony.routing.7.4.json +++ b/symfony.routing.7.4.json @@ -31,16 +31,14 @@ "# $schema: ../vendor/symfony/routing/Loader/schema/routing.schema.json", "", "controllers:", - " resource:", - " path: ../src/Controller/", - " namespace: App\\Controller", - " type: attribute", + " resource: attributes", + " type: tagged_services", "" ], "executable": false } }, - "ref": "bd259b5981e5efc66318729cd6de7bde726d8421" + "ref": "574bf834d51f814a614ddb470a4065384404410a" } } }