From 9bf6806f2fbdec55a2fc7c24f5181bcef683ca98 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Fri, 21 Jul 2017 10:06:51 +0200 Subject: [PATCH] moved routing configuration to routes/ instead of routing/ --- .../rss-atom-bundle/4.0/config/{routing => routes}/rss_atom.yaml | 0 .../2.0/config/{routing => routes}/fos_js_routing.yaml | 0 liip/imagine-bundle/1.8/config/{routing => routes}/imagine.yaml | 0 .../2.13/config/{routing => routes}/nelmio_api_doc.yaml | 0 .../pomm-bundle/2.3/config/{routing => routes}/dev/pomm.yaml | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename debril/rss-atom-bundle/4.0/config/{routing => routes}/rss_atom.yaml (100%) rename friendsofsymfony/jsrouting-bundle/2.0/config/{routing => routes}/fos_js_routing.yaml (100%) rename liip/imagine-bundle/1.8/config/{routing => routes}/imagine.yaml (100%) rename nelmio/api-doc-bundle/2.13/config/{routing => routes}/nelmio_api_doc.yaml (100%) rename pomm-project/pomm-bundle/2.3/config/{routing => routes}/dev/pomm.yaml (100%) diff --git a/debril/rss-atom-bundle/4.0/config/routing/rss_atom.yaml b/debril/rss-atom-bundle/4.0/config/routes/rss_atom.yaml similarity index 100% rename from debril/rss-atom-bundle/4.0/config/routing/rss_atom.yaml rename to debril/rss-atom-bundle/4.0/config/routes/rss_atom.yaml diff --git a/friendsofsymfony/jsrouting-bundle/2.0/config/routing/fos_js_routing.yaml b/friendsofsymfony/jsrouting-bundle/2.0/config/routes/fos_js_routing.yaml similarity index 100% rename from friendsofsymfony/jsrouting-bundle/2.0/config/routing/fos_js_routing.yaml rename to friendsofsymfony/jsrouting-bundle/2.0/config/routes/fos_js_routing.yaml diff --git a/liip/imagine-bundle/1.8/config/routing/imagine.yaml b/liip/imagine-bundle/1.8/config/routes/imagine.yaml similarity index 100% rename from liip/imagine-bundle/1.8/config/routing/imagine.yaml rename to liip/imagine-bundle/1.8/config/routes/imagine.yaml diff --git a/nelmio/api-doc-bundle/2.13/config/routing/nelmio_api_doc.yaml b/nelmio/api-doc-bundle/2.13/config/routes/nelmio_api_doc.yaml similarity index 100% rename from nelmio/api-doc-bundle/2.13/config/routing/nelmio_api_doc.yaml rename to nelmio/api-doc-bundle/2.13/config/routes/nelmio_api_doc.yaml diff --git a/pomm-project/pomm-bundle/2.3/config/routing/dev/pomm.yaml b/pomm-project/pomm-bundle/2.3/config/routes/dev/pomm.yaml similarity index 100% rename from pomm-project/pomm-bundle/2.3/config/routing/dev/pomm.yaml rename to pomm-project/pomm-bundle/2.3/config/routes/dev/pomm.yaml