Files
symfony-flex-recipes-contrib/gpslab.geoip2.2.0.json
T
github-action botandgithub-action bot 06af7d5f81 Update Flex endpoint
2021-09-23 10:31:54 +00:00

37 lines
1.2 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": [
"# Read the README file for more detailed configuration information",
"# https://github.com/gpslab/geoip2",
"gpslab_geoip:",
" # You should specify your personal licence key",
" license: 'YOUR-LICENSE-KEY'",
"",
" # Edition ID of database you need",
" edition: 'GeoLite2-City'",
""
],
"executable": false
}
},
"ref": "53d2ed1e0f747555711cdc3573a5a9cbc9ddcf19"
}
}
}