mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
38 lines
1.3 KiB
JSON
38 lines
1.3 KiB
JSON
{
|
|
"manifests": {
|
|
"gpslab/geoip2": {
|
|
"manifest": {
|
|
"bundles": {
|
|
"GpsLab\\Bundle\\GeoIP2Bundle\\GpsLabGeoIP2Bundle": [
|
|
"all"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"composer-scripts": {
|
|
"geoip2:update": "symfony-cmd"
|
|
}
|
|
},
|
|
"files": {
|
|
"config/packages/gpslab_geoip.yaml": {
|
|
"contents": [
|
|
"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' ]",
|
|
""
|
|
],
|
|
"executable": false
|
|
}
|
|
},
|
|
"ref": "84b62eac7e6c96fcb349b86435bb59a9b550b6ef"
|
|
}
|
|
}
|
|
}
|