Update Flex endpoint

This commit is contained in:
github-action[bot]
2026-01-12 14:53:42 +00:00
parent 214e9de9d7
commit a57e2f3e92
4 changed files with 32 additions and 4 deletions
+1 -1
View File
@@ -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) |
+2 -2
View File
@@ -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"
}
}
}
@@ -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"
}
}
}
+2 -1
View File
@@ -726,7 +726,8 @@
],
"friendsofsymfony/jsrouting-bundle": [
"2.0",
"2.3"
"2.3",
"3.0"
],
"friendsofsymfony/oauth-server-bundle": [
"1.6"