diff --git a/friendsofsymfony/jsrouting-bundle/2.3/config/routes/fos_js_routing.yaml b/friendsofsymfony/jsrouting-bundle/2.3/config/routes/fos_js_routing.yaml new file mode 100644 index 00000000..79d25e2c --- /dev/null +++ b/friendsofsymfony/jsrouting-bundle/2.3/config/routes/fos_js_routing.yaml @@ -0,0 +1,2 @@ +fos_js_routing: + resource: "@FOSJsRoutingBundle/Resources/config/routing/routing-sf4.xml" diff --git a/friendsofsymfony/jsrouting-bundle/2.3/manifest.json b/friendsofsymfony/jsrouting-bundle/2.3/manifest.json new file mode 100644 index 00000000..53dcf958 --- /dev/null +++ b/friendsofsymfony/jsrouting-bundle/2.3/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "FOS\\JsRoutingBundle\\FOSJsRoutingBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +}