1{
2  "name": "maxmind/web-service-common",
3  "description": "Internal MaxMind Web Service API",
4  "minimum-stability": "stable",
5  "homepage": "https://github.com/maxmind/web-service-common-php",
6  "type": "library",
7  "license": "Apache-2.0",
8  "authors": [
9    {
10      "name": "Gregory Oschwald",
11      "email": "goschwald@maxmind.com"
12    }
13  ],
14  "require": {
15    "php": ">=5.4",
16    "composer/ca-bundle": "^1.0.3",
17    "ext-curl": "*",
18    "ext-json": "*"
19  },
20  "require-dev": {
21    "friendsofphp/php-cs-fixer": "2.*",
22    "phpunit/phpunit": "4.*",
23    "squizlabs/php_codesniffer": "3.*"
24  },
25  "autoload": {
26    "psr-4": {
27      "MaxMind\\Exception\\": "src/Exception",
28      "MaxMind\\WebService\\": "src/WebService"
29    }
30  }
31}
32