From 95e949d0725cf87ff33417828035cd9ca7103e92 Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Sun, 14 May 2017 12:32:43 +0200 Subject: [PATCH] Added FOSJsRoutingBundle --- .../jsrouting-bundle/2.0/etc/routing/fos_js_routing.yaml | 2 ++ friendsofsymfony/jsrouting-bundle/2.0/manifest.json | 8 ++++++++ 2 files changed, 10 insertions(+) create mode 100644 friendsofsymfony/jsrouting-bundle/2.0/etc/routing/fos_js_routing.yaml create mode 100644 friendsofsymfony/jsrouting-bundle/2.0/manifest.json diff --git a/friendsofsymfony/jsrouting-bundle/2.0/etc/routing/fos_js_routing.yaml b/friendsofsymfony/jsrouting-bundle/2.0/etc/routing/fos_js_routing.yaml new file mode 100644 index 00000000..c699b65f --- /dev/null +++ b/friendsofsymfony/jsrouting-bundle/2.0/etc/routing/fos_js_routing.yaml @@ -0,0 +1,2 @@ +fos_js_routing: + resource: "@FOSJsRoutingBundle/Resources/config/routing/routing.xml" diff --git a/friendsofsymfony/jsrouting-bundle/2.0/manifest.json b/friendsofsymfony/jsrouting-bundle/2.0/manifest.json new file mode 100644 index 00000000..546262d9 --- /dev/null +++ b/friendsofsymfony/jsrouting-bundle/2.0/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "FOS\\JsRoutingBundle\\FOSJsRoutingBundle": ["all"] + }, + "copy-from-recipe": { + "etc/": "%ETC_DIR%/" + } +}