diff --git a/RECIPES.md b/RECIPES.md index 071ef7e2..6e93b6f3 100644 --- a/RECIPES.md +++ b/RECIPES.md @@ -89,7 +89,7 @@ Additional recipes can be found on the [Contrib Recipes Repository](https://gith | [symfony/psr7-pack](https://packagist.org/packages/symfony/psr7-pack) | [1.0](symfony/psr7-pack/1.0) | `psr-7`, `psr-17`, `psr7`, `psr17` | | [symfony/requirements-checker](https://packagist.org/packages/symfony/requirements-checker) | [2.0](symfony/requirements-checker/2.0) | `req-check`, `req-checker`, `req-checks`, `reqcheck`, `reqchecker`, `reqchecks`, `requirement-check`, `requirement-checker`, `requirementcheck`, `requirementchecker`, `requirements-checker`, `requirementschecker` | | [symfony/rocket-chat-notifier](https://packagist.org/packages/symfony/rocket-chat-notifier) | [5.1](symfony/rocket-chat-notifier/5.1) | `rocket-chat-notifier`, `rocketchatnotifier` | -| [symfony/routing](https://packagist.org/packages/symfony/routing) | [6.1](symfony/routing/6.1) | `router`, `routing` | +| [symfony/routing](https://packagist.org/packages/symfony/routing) | [6.2](symfony/routing/6.2) | `router`, `routing` | | [symfony/security-bundle](https://packagist.org/packages/symfony/security-bundle) | [6.0](symfony/security-bundle/6.0) | `security`, `security-bundle`, `securitybundle` | | [symfony/sendberry-notifier](https://packagist.org/packages/symfony/sendberry-notifier) | [6.1](symfony/sendberry-notifier/6.1) | `sendberry-notifier`, `sendberrynotifier` | | [symfony/sendgrid-mailer](https://packagist.org/packages/symfony/sendgrid-mailer) | [4.4](symfony/sendgrid-mailer/4.4) | `sendgrid-mailer`, `sendgridmailer` | diff --git a/archived/symfony.routing/f4e5c6156d4da114e26db004f393d8a9c9860d56.json b/archived/symfony.routing/f4e5c6156d4da114e26db004f393d8a9c9860d56.json new file mode 100644 index 00000000..3f0770b2 --- /dev/null +++ b/archived/symfony.routing/f4e5c6156d4da114e26db004f393d8a9c9860d56.json @@ -0,0 +1,44 @@ +{ + "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: ../src/Controller/", + " type: attribute@App\\Controller", + "" + ], + "executable": false + } + }, + "ref": "f4e5c6156d4da114e26db004f393d8a9c9860d56" + } + } +} diff --git a/index.json b/index.json index ddc1db8f..a5675d92 100644 --- a/index.json +++ b/index.json @@ -702,7 +702,8 @@ "5.1", "5.3", "6.0", - "6.1" + "6.1", + "6.2" ], "symfony/security-bundle": [ "3.3", @@ -899,6 +900,9 @@ }, "6.1": { "symfony/framework-bundle": "<5.3" + }, + "6.2": { + "symfony/framework-bundle": "<6.2" } }, "symfony/security-bundle": { diff --git a/symfony.routing.6.2.json b/symfony.routing.6.2.json new file mode 100644 index 00000000..3f0770b2 --- /dev/null +++ b/symfony.routing.6.2.json @@ -0,0 +1,44 @@ +{ + "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: ../src/Controller/", + " type: attribute@App\\Controller", + "" + ], + "executable": false + } + }, + "ref": "f4e5c6156d4da114e26db004f393d8a9c9860d56" + } + } +}