summaryrefslogtreecommitdiffstats
path: root/composer.json
blob: 20eab442a8f162cc1d2dc6c15c3c1eaea3372225 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "name": "ip2location/ip2location-pie",
  "type": "php-ext",
  "license": "PHP-3.01",
  "description": "IP2Location Geolocation Lookup",
  "require": {
    "php": ">= 7.0.0"
  },
  "php-ext": {
    "extension-name": "ip2location"
  }
}