diff --git a/willdurand/geocoder-bundle/4.1/etc/packages/bazinga_geocoder.yaml b/willdurand/geocoder-bundle/4.1/etc/packages/bazinga_geocoder.yaml new file mode 100644 index 00000000..dd815d76 --- /dev/null +++ b/willdurand/geocoder-bundle/4.1/etc/packages/bazinga_geocoder.yaml @@ -0,0 +1 @@ +bazinga_geocoder: ~ diff --git a/willdurand/geocoder-bundle/4.1/etc/packages/dev/bazinga_geocoder.yaml b/willdurand/geocoder-bundle/4.1/etc/packages/dev/bazinga_geocoder.yaml new file mode 100644 index 00000000..aef49b1b --- /dev/null +++ b/willdurand/geocoder-bundle/4.1/etc/packages/dev/bazinga_geocoder.yaml @@ -0,0 +1,2 @@ +bazinga_geocoder: + fake_ip: 123.123.123.123 diff --git a/willdurand/geocoder-bundle/4.1/manifest.json b/willdurand/geocoder-bundle/4.1/manifest.json new file mode 100644 index 00000000..19e4f207 --- /dev/null +++ b/willdurand/geocoder-bundle/4.1/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Bazinga\\Bundle\\GeocoderBundle\\BazingaGeocoderBundle": ["all"] + }, + "copy-from-recipe": { + "etc/": "%ETC_DIR%/" + } +}