1{
2    "_readme": [
3        "This file locks the dependencies of your project to a known state",
4        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
5        "This file is @generated automatically"
6    ],
7    "content-hash": "25737d43de99fb5d718029bd29d5374e",
8    "packages": [
9        {
10            "name": "composer/ca-bundle",
11            "version": "1.2.4",
12            "source": {
13                "type": "git",
14                "url": "https://github.com/composer/ca-bundle.git",
15                "reference": "10bb96592168a0f8e8f6dcde3532d9fa50b0b527"
16            },
17            "dist": {
18                "type": "zip",
19                "url": "https://api.github.com/repos/composer/ca-bundle/zipball/10bb96592168a0f8e8f6dcde3532d9fa50b0b527",
20                "reference": "10bb96592168a0f8e8f6dcde3532d9fa50b0b527",
21                "shasum": ""
22            },
23            "require": {
24                "ext-openssl": "*",
25                "ext-pcre": "*",
26                "php": "^5.3.2 || ^7.0 || ^8.0"
27            },
28            "require-dev": {
29                "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 8",
30                "psr/log": "^1.0",
31                "symfony/process": "^2.5 || ^3.0 || ^4.0"
32            },
33            "type": "library",
34            "extra": {
35                "branch-alias": {
36                    "dev-master": "1.x-dev"
37                }
38            },
39            "autoload": {
40                "psr-4": {
41                    "Composer\\CaBundle\\": "src"
42                }
43            },
44            "notification-url": "https://packagist.org/downloads/",
45            "license": [
46                "MIT"
47            ],
48            "authors": [
49                {
50                    "name": "Jordi Boggiano",
51                    "email": "j.boggiano@seld.be",
52                    "homepage": "http://seld.be"
53                }
54            ],
55            "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.",
56            "keywords": [
57                "cabundle",
58                "cacert",
59                "certificate",
60                "ssl",
61                "tls"
62            ],
63            "time": "2019-08-30T08:44:50+00:00"
64        },
65        {
66            "name": "geoip2/geoip2",
67            "version": "v2.9.0",
68            "source": {
69                "type": "git",
70                "url": "https://github.com/maxmind/GeoIP2-php.git",
71                "reference": "a807fbf65212eef5d8d2db1a1b31082b53633d77"
72            },
73            "dist": {
74                "type": "zip",
75                "url": "https://api.github.com/repos/maxmind/GeoIP2-php/zipball/a807fbf65212eef5d8d2db1a1b31082b53633d77",
76                "reference": "a807fbf65212eef5d8d2db1a1b31082b53633d77",
77                "shasum": ""
78            },
79            "require": {
80                "maxmind-db/reader": "~1.0",
81                "maxmind/web-service-common": "~0.5",
82                "php": ">=5.4"
83            },
84            "require-dev": {
85                "friendsofphp/php-cs-fixer": "2.*",
86                "phpunit/phpunit": "4.*",
87                "squizlabs/php_codesniffer": "3.*"
88            },
89            "type": "library",
90            "autoload": {
91                "psr-4": {
92                    "GeoIp2\\": "src"
93                }
94            },
95            "notification-url": "https://packagist.org/downloads/",
96            "license": [
97                "Apache-2.0"
98            ],
99            "authors": [
100                {
101                    "name": "Gregory J. Oschwald",
102                    "email": "goschwald@maxmind.com",
103                    "homepage": "http://www.maxmind.com/"
104                }
105            ],
106            "description": "MaxMind GeoIP2 PHP API",
107            "homepage": "https://github.com/maxmind/GeoIP2-php",
108            "keywords": [
109                "IP",
110                "geoip",
111                "geoip2",
112                "geolocation",
113                "maxmind"
114            ],
115            "time": "2018-04-10T15:32:59+00:00"
116        },
117        {
118            "name": "maxmind-db/reader",
119            "version": "v1.5.0",
120            "source": {
121                "type": "git",
122                "url": "https://github.com/maxmind/MaxMind-DB-Reader-php.git",
123                "reference": "bd436094fc0a9b0558a899fb80b0ae34fe1808a0"
124            },
125            "dist": {
126                "type": "zip",
127                "url": "https://api.github.com/repos/maxmind/MaxMind-DB-Reader-php/zipball/bd436094fc0a9b0558a899fb80b0ae34fe1808a0",
128                "reference": "bd436094fc0a9b0558a899fb80b0ae34fe1808a0",
129                "shasum": ""
130            },
131            "require": {
132                "php": ">=5.6"
133            },
134            "require-dev": {
135                "friendsofphp/php-cs-fixer": "2.*",
136                "php-coveralls/php-coveralls": "^2.1",
137                "phpunit/phpcov": "^3.0",
138                "phpunit/phpunit": "5.*",
139                "squizlabs/php_codesniffer": "3.*"
140            },
141            "suggest": {
142                "ext-bcmath": "bcmath or gmp is required for decoding larger integers with the pure PHP decoder",
143                "ext-gmp": "bcmath or gmp is required for decoding larger integers with the pure PHP decoder",
144                "ext-maxminddb": "A C-based database decoder that provides significantly faster lookups"
145            },
146            "type": "library",
147            "autoload": {
148                "psr-4": {
149                    "MaxMind\\Db\\": "src/MaxMind/Db"
150                }
151            },
152            "notification-url": "https://packagist.org/downloads/",
153            "license": [
154                "Apache-2.0"
155            ],
156            "authors": [
157                {
158                    "name": "Gregory J. Oschwald",
159                    "email": "goschwald@maxmind.com",
160                    "homepage": "https://www.maxmind.com/"
161                }
162            ],
163            "description": "MaxMind DB Reader API",
164            "homepage": "https://github.com/maxmind/MaxMind-DB-Reader-php",
165            "keywords": [
166                "database",
167                "geoip",
168                "geoip2",
169                "geolocation",
170                "maxmind"
171            ],
172            "time": "2019-09-30T22:56:38+00:00"
173        },
174        {
175            "name": "maxmind/web-service-common",
176            "version": "v0.5.0",
177            "source": {
178                "type": "git",
179                "url": "https://github.com/maxmind/web-service-common-php.git",
180                "reference": "61a9836fa3bb1743ab89752bae5005d71e78c73b"
181            },
182            "dist": {
183                "type": "zip",
184                "url": "https://api.github.com/repos/maxmind/web-service-common-php/zipball/61a9836fa3bb1743ab89752bae5005d71e78c73b",
185                "reference": "61a9836fa3bb1743ab89752bae5005d71e78c73b",
186                "shasum": ""
187            },
188            "require": {
189                "composer/ca-bundle": "^1.0.3",
190                "ext-curl": "*",
191                "ext-json": "*",
192                "php": ">=5.4"
193            },
194            "require-dev": {
195                "friendsofphp/php-cs-fixer": "2.*",
196                "phpunit/phpunit": "4.*",
197                "squizlabs/php_codesniffer": "3.*"
198            },
199            "type": "library",
200            "autoload": {
201                "psr-4": {
202                    "MaxMind\\Exception\\": "src/Exception",
203                    "MaxMind\\WebService\\": "src/WebService"
204                }
205            },
206            "notification-url": "https://packagist.org/downloads/",
207            "license": [
208                "Apache-2.0"
209            ],
210            "authors": [
211                {
212                    "name": "Gregory Oschwald",
213                    "email": "goschwald@maxmind.com"
214                }
215            ],
216            "description": "Internal MaxMind Web Service API",
217            "homepage": "https://github.com/maxmind/web-service-common-php",
218            "time": "2018-02-12T22:31:54+00:00"
219        }
220    ],
221    "packages-dev": [],
222    "aliases": [],
223    "minimum-stability": "stable",
224    "stability-flags": [],
225    "prefer-stable": false,
226    "prefer-lowest": false,
227    "platform": [],
228    "platform-dev": []
229}
230