Add GeoSocio Http Serializer Bundle (#65)

This commit is contained in:
David Barratt
2017-09-30 18:24:21 -04:00
committed by Symfony
parent dba9f9ec2f
commit 908a72dff0
2 changed files with 10 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
geosocio_http_serializer:
default_format: 'json'

View File

@@ -0,0 +1,8 @@
{
"bundles": {
"GeoSocio\\HttpSerializerBundle\\GeoSocioHttpSerializerBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}