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%/" + } +}