diff --git a/archived/symfony.routing/e0a11b4ccb8c9e70b574ff5ad3dfdcd41dec5aa6.json b/archived/symfony.routing/e0a11b4ccb8c9e70b574ff5ad3dfdcd41dec5aa6.json new file mode 100644 index 00000000..f08ff457 --- /dev/null +++ b/archived/symfony.routing/e0a11b4ccb8c9e70b574ff5ad3dfdcd41dec5aa6.json @@ -0,0 +1,46 @@ +{ + "manifests": { + "symfony/routing": { + "manifest": { + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "conflict": { + "symfony/framework-bundle": "<6.2" + } + }, + "files": { + "config/packages/routing.yaml": { + "contents": [ + "framework:", + " router:", + " utf8: true", + "", + " # 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": [ + "controllers:", + " resource:", + " path: ../src/Controller/", + " namespace: App\\Controller", + " type: attribute", + "" + ], + "executable": false + } + }, + "ref": "e0a11b4ccb8c9e70b574ff5ad3dfdcd41dec5aa6" + } + } +} diff --git a/symfony.routing.6.2.json b/symfony.routing.6.2.json index 3f0770b2..f08ff457 100644 --- a/symfony.routing.6.2.json +++ b/symfony.routing.6.2.json @@ -31,14 +31,16 @@ "config/routes.yaml": { "contents": [ "controllers:", - " resource: ../src/Controller/", - " type: attribute@App\\Controller", + " resource:", + " path: ../src/Controller/", + " namespace: App\\Controller", + " type: attribute", "" ], "executable": false } }, - "ref": "f4e5c6156d4da114e26db004f393d8a9c9860d56" + "ref": "e0a11b4ccb8c9e70b574ff5ad3dfdcd41dec5aa6" } } }