42 lines
980 B
JSON
Executable File
42 lines
980 B
JSON
Executable File
{
|
|
"name": "danielsreichenbach/geoip2-update",
|
|
"description": "Update GeoIP2/GeoLite2 databases from your script, program or via composer.",
|
|
"keywords": [
|
|
"geoip",
|
|
"geoip2",
|
|
"geolite2",
|
|
"geolocation",
|
|
"maxmind"
|
|
],
|
|
"type": "library",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Andrey Tronov",
|
|
"email": "newtronov@gmail.com"
|
|
},
|
|
{
|
|
"name": "Daniel S. Reichenbach",
|
|
"email": "daniel@kogito.network"
|
|
}
|
|
],
|
|
"support": {
|
|
"email": "newtronov@gmail.com"
|
|
},
|
|
"require": {
|
|
"php": "^7.2.5 || ^8.0",
|
|
"ext-curl": "*",
|
|
"ext-json": "*",
|
|
"composer-plugin-api": "^2"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"danielsreichenbach\\GeoIP2Update\\": "src/"
|
|
}
|
|
},
|
|
"require-dev": {
|
|
"composer/composer": "^2",
|
|
"symfony/console": "^5.4 || ^6.0 || ^7.0"
|
|
}
|
|
}
|