Added BazingaGeocoderBundle

This commit is contained in:
Javier Eguiluz
2017-05-14 14:20:38 +02:00
parent 12753492fd
commit 114f7b6ab9
3 changed files with 11 additions and 0 deletions
@@ -0,0 +1 @@
bazinga_geocoder: ~
@@ -0,0 +1,2 @@
bazinga_geocoder:
fake_ip: 123.123.123.123
@@ -0,0 +1,8 @@
{
"bundles": {
"Bazinga\\Bundle\\GeocoderBundle\\BazingaGeocoderBundle": ["all"]
},
"copy-from-recipe": {
"etc/": "%ETC_DIR%/"
}
}