Merge pull request #717

This commit is contained in:
symfony-flex-server[bot]
2019-08-13 17:07:29 +00:00
committed by GitHub
2 changed files with 20 additions and 0 deletions
@@ -0,0 +1,9 @@
gpslab_geoip:
# Path to download GeoIP database.
cache: '%kernel.cache_dir%/GeoLite2-City.mmdb'
# URL for download new GeoIP database.
url: 'https://geolite.maxmind.com/download/geoip/database/GeoLite2-City.mmdb.gz'
# Get model data in this locale
locales: [ 'en' ]
+11
View File
@@ -0,0 +1,11 @@
{
"bundles": {
"GpsLab\\Bundle\\GeoIP2Bundle\\GpsLabGeoIP2Bundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"composer-scripts": {
"geoip2:update": "symfony-cmd"
}
}