Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1441 ariadna 1
{
2
    "name": "geoip2/geoip2",
3
    "description": "MaxMind GeoIP2 PHP API",
4
    "keywords": ["geoip", "geoip2", "geolocation", "ip", "maxmind"],
5
    "homepage": "https://github.com/maxmind/GeoIP2-php",
6
    "type": "library",
7
    "license": "Apache-2.0",
8
    "authors": [
9
        {
10
            "name": "Gregory J. Oschwald",
11
            "email": "goschwald@maxmind.com",
12
            "homepage": "https://www.maxmind.com/"
13
        }
14
    ],
15
    "require": {
16
        "maxmind-db/reader": "^1.12.0",
17
        "maxmind/web-service-common": "~0.10",
18
        "php": ">=8.1",
19
        "ext-json": "*"
20
    },
21
    "require-dev": {
22
        "friendsofphp/php-cs-fixer": "3.*",
23
        "phpunit/phpunit": "^10.0",
24
        "squizlabs/php_codesniffer": "3.*",
25
        "phpstan/phpstan": "*"
26
    },
27
    "autoload": {
28
        "psr-4": {
29
            "GeoIp2\\": "src"
30
        }
31
    }
32
}