diff --git a/symfony/routing/5.3/config/packages/routing.yaml b/symfony/routing/5.3/config/packages/routing.yaml new file mode 100644 index 00000000..4b766ce5 --- /dev/null +++ b/symfony/routing/5.3/config/packages/routing.yaml @@ -0,0 +1,12 @@ +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 diff --git a/symfony/routing/5.3/config/routes.yaml b/symfony/routing/5.3/config/routes.yaml new file mode 120000 index 00000000..fdfb9caa --- /dev/null +++ b/symfony/routing/5.3/config/routes.yaml @@ -0,0 +1 @@ +../../4.2/config/routes.yaml \ No newline at end of file diff --git a/symfony/routing/5.3/manifest.json b/symfony/routing/5.3/manifest.json new file mode 120000 index 00000000..5fe6af0e --- /dev/null +++ b/symfony/routing/5.3/manifest.json @@ -0,0 +1 @@ +../4.2/manifest.json \ No newline at end of file