Files
symfony-flex-recipes-contrib/gpslab.geoip2.2.0.json
T
github-action botandgithub-action bot 7fa28e54e3 Update Flex endpoint
2021-09-19 15:44:29 +00:00

43 lines
1.5 KiB
JSON

{
"locks": {
"gpslab/geoip2": {
"version": "2.0",
"recipe": {
"repo": "2.0",
"branch": "master",
"version": "2.0",
"ref": "53d2ed1e0f747555711cdc3573a5a9cbc9ddcf19"
}
}
},
"manifests": {
"gpslab/geoip2": {
"repository": "github.com/symfony/recipes-contrib",
"package": "gpslab/geoip2",
"version": "2.0",
"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\n# https://github.com/gpslab/geoip2\ngpslab_geoip:\n # You should specify your personal licence key\n license: 'YOUR-LICENSE-KEY'\n\n # Edition ID of database you need\n edition: 'GeoLite2-City'\n",
"executable": false,
"encoding": ""
}
},
"origin": "gpslab/geoip2:2.0@github.com/symfony/recipes-contrib:master",
"not_installable": false,
"is_contrib": true
}
}
}