summaryrefslogtreecommitdiffstats
path: root/composer.json
blob: 8bde3363c8f4a2b8ee988a53b4f2d18433125122 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
    "name": "rlerdorf/geoip",
    "type": "php-ext",
    "description": "Legacy GeoIP (v1) PHP extension wrapping MaxMind's libGeoIP C library",
    "license": "PHP-3.01",
    "require": {
        "php": ">=7.2"
    },
    "php-ext": {
        "extension-name": "geoip",
        "configure-options": [
            {
                "name": "with-geoip",
                "description": "Path to libGeoIP installation prefix (or 'yes' for auto-detection)",
                "needs-value": true
            }
        ]
    }
}