Add recipe for FOSJSRoutingBundle >2.3, to fix deprecation on Symfony >4.1

This commit is contained in:
Tobias Feijten
2019-02-03 17:08:41 +01:00
parent 6d3ad86484
commit 82bf641ded
2 changed files with 10 additions and 0 deletions
@@ -0,0 +1,2 @@
fos_js_routing:
resource: "@FOSJsRoutingBundle/Resources/config/routing/routing-sf4.xml"
@@ -0,0 +1,8 @@
{
"bundles": {
"FOS\\JsRoutingBundle\\FOSJsRoutingBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}