mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-14 16:46:30 +03:00
Update Flex endpoint
This commit is contained in:
+1
-1
@@ -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) |
|
||||
|
||||
@@ -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
@@ -726,7 +726,8 @@
|
||||
],
|
||||
"friendsofsymfony/jsrouting-bundle": [
|
||||
"2.0",
|
||||
"2.3"
|
||||
"2.3",
|
||||
"3.0"
|
||||
],
|
||||
"friendsofsymfony/oauth-server-bundle": [
|
||||
"1.6"
|
||||
|
||||
Reference in New Issue
Block a user