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