From a57e2f3e92eeef27440f085ac8d4bf21da23b6b8 Mon Sep 17 00:00:00 2001 From: "github-action[bot]" <> Date: Mon, 12 Jan 2026 14:53:42 +0000 Subject: [PATCH] Update Flex endpoint --- RECIPES.md | 2 +- friendsofsymfony.jsrouting-bundle.2.3.json | 4 ++-- friendsofsymfony.jsrouting-bundle.3.0.json | 27 ++++++++++++++++++++++ index.json | 3 ++- 4 files changed, 32 insertions(+), 4 deletions(-) create mode 100644 friendsofsymfony.jsrouting-bundle.3.0.json diff --git a/RECIPES.md b/RECIPES.md index c75cb099..7ab7ac4a 100644 --- a/RECIPES.md +++ b/RECIPES.md @@ -230,7 +230,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github. | [friends-of-behat/symfony-extension](https://packagist.org/packages/friends-of-behat/symfony-extension) | [2.0](friends-of-behat/symfony-extension/2.0) | | [friendsofsymfony/ckeditor-bundle](https://packagist.org/packages/friendsofsymfony/ckeditor-bundle) | [2.0](friendsofsymfony/ckeditor-bundle/2.0) | | [friendsofsymfony/elastica-bundle](https://packagist.org/packages/friendsofsymfony/elastica-bundle) | [5.0](friendsofsymfony/elastica-bundle/5.0) | -| [friendsofsymfony/jsrouting-bundle](https://packagist.org/packages/friendsofsymfony/jsrouting-bundle) | [2.3](friendsofsymfony/jsrouting-bundle/2.3) | +| [friendsofsymfony/jsrouting-bundle](https://packagist.org/packages/friendsofsymfony/jsrouting-bundle) | [3.0](friendsofsymfony/jsrouting-bundle/3.0) | | [friendsofsymfony/oauth-server-bundle](https://packagist.org/packages/friendsofsymfony/oauth-server-bundle) | [1.6](friendsofsymfony/oauth-server-bundle/1.6) | | [friendsofsymfony/rest-bundle](https://packagist.org/packages/friendsofsymfony/rest-bundle) | [3.0](friendsofsymfony/rest-bundle/3.0) | | [fsi/files](https://packagist.org/packages/fsi/files) | [1.5](fsi/files/1.5) | diff --git a/friendsofsymfony.jsrouting-bundle.2.3.json b/friendsofsymfony.jsrouting-bundle.2.3.json index eed93a80..7e386eda 100644 --- a/friendsofsymfony.jsrouting-bundle.2.3.json +++ b/friendsofsymfony.jsrouting-bundle.2.3.json @@ -15,13 +15,13 @@ "config/routes/fos_js_routing.yaml": { "contents": [ "fos_js_routing:", - " resource: \"@FOSJsRoutingBundle/Resources/config/routing/routing.php\"", + " resource: \"@FOSJsRoutingBundle/Resources/config/routing/routing.xml\"", "" ], "executable": false } }, - "ref": "03986bbad9dcc3e367036a6b4f48ec469a4b1bf4" + "ref": "370bcf99b04c0dfd0b545745aad622d757af5e1b" } } } diff --git a/friendsofsymfony.jsrouting-bundle.3.0.json b/friendsofsymfony.jsrouting-bundle.3.0.json new file mode 100644 index 00000000..eed93a80 --- /dev/null +++ b/friendsofsymfony.jsrouting-bundle.3.0.json @@ -0,0 +1,27 @@ +{ + "manifests": { + "friendsofsymfony/jsrouting-bundle": { + "manifest": { + "bundles": { + "FOS\\JsRoutingBundle\\FOSJsRoutingBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "files": { + "config/routes/fos_js_routing.yaml": { + "contents": [ + "fos_js_routing:", + " resource: \"@FOSJsRoutingBundle/Resources/config/routing/routing.php\"", + "" + ], + "executable": false + } + }, + "ref": "03986bbad9dcc3e367036a6b4f48ec469a4b1bf4" + } + } +} diff --git a/index.json b/index.json index cbcddd09..3a96e214 100644 --- a/index.json +++ b/index.json @@ -726,7 +726,8 @@ ], "friendsofsymfony/jsrouting-bundle": [ "2.0", - "2.3" + "2.3", + "3.0" ], "friendsofsymfony/oauth-server-bundle": [ "1.6"