From 82bf641dedc15617d35cf56ddcb338282864237e Mon Sep 17 00:00:00 2001 From: Tobias Feijten Date: Sun, 3 Feb 2019 17:04:04 +0100 Subject: [PATCH] Add recipe for FOSJSRoutingBundle >2.3, to fix deprecation on Symfony >4.1 --- .../2.3/config/routes/fos_js_routing.yaml | 2 ++ friendsofsymfony/jsrouting-bundle/2.3/manifest.json | 8 ++++++++ 2 files changed, 10 insertions(+) create mode 100644 friendsofsymfony/jsrouting-bundle/2.3/config/routes/fos_js_routing.yaml create mode 100644 friendsofsymfony/jsrouting-bundle/2.3/manifest.json 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%/" + } +}