Merge pull request #25 from javiereguiluz/fos_js_routing

This commit is contained in:
Symfony
2017-05-15 02:23:39 -07:00
committed by GitHub
2 changed files with 10 additions and 0 deletions
@@ -0,0 +1,2 @@
fos_js_routing:
resource: "@FOSJsRoutingBundle/Resources/config/routing/routing.xml"
@@ -0,0 +1,8 @@
{
"bundles": {
"FOS\\JsRoutingBundle\\FOSJsRoutingBundle": ["all"]
},
"copy-from-recipe": {
"etc/": "%ETC_DIR%/"
}
}