From 114f7b6ab9f842f05c59e7a68d38ae7beb724f75 Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Sun, 14 May 2017 14:20:38 +0200 Subject: [PATCH] Added BazingaGeocoderBundle --- .../4.1/etc/packages/bazinga_geocoder.yaml | 1 + .../4.1/etc/packages/dev/bazinga_geocoder.yaml | 2 ++ willdurand/geocoder-bundle/4.1/manifest.json | 8 ++++++++ 3 files changed, 11 insertions(+) create mode 100644 willdurand/geocoder-bundle/4.1/etc/packages/bazinga_geocoder.yaml create mode 100644 willdurand/geocoder-bundle/4.1/etc/packages/dev/bazinga_geocoder.yaml create mode 100644 willdurand/geocoder-bundle/4.1/manifest.json 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%/" + } +}