From 908a72dff0769c2c238d1acea684b990cab5d1e4 Mon Sep 17 00:00:00 2001 From: David Barratt Date: Sat, 30 Sep 2017 18:24:21 -0400 Subject: [PATCH] Add GeoSocio Http Serializer Bundle (#65) --- .../2.0/config/packages/geosocio_http_serializer.yaml | 2 ++ geosocio/http-serializer-bundle/2.0/manifest.json | 8 ++++++++ 2 files changed, 10 insertions(+) create mode 100644 geosocio/http-serializer-bundle/2.0/config/packages/geosocio_http_serializer.yaml create mode 100644 geosocio/http-serializer-bundle/2.0/manifest.json diff --git a/geosocio/http-serializer-bundle/2.0/config/packages/geosocio_http_serializer.yaml b/geosocio/http-serializer-bundle/2.0/config/packages/geosocio_http_serializer.yaml new file mode 100644 index 00000000..10ce062d --- /dev/null +++ b/geosocio/http-serializer-bundle/2.0/config/packages/geosocio_http_serializer.yaml @@ -0,0 +1,2 @@ +geosocio_http_serializer: + default_format: 'json' diff --git a/geosocio/http-serializer-bundle/2.0/manifest.json b/geosocio/http-serializer-bundle/2.0/manifest.json new file mode 100644 index 00000000..0587a6b9 --- /dev/null +++ b/geosocio/http-serializer-bundle/2.0/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "GeoSocio\\HttpSerializerBundle\\GeoSocioHttpSerializerBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +}