1[
2    {
3        "name": "composer/ca-bundle",
4        "version": "1.2.4",
5        "version_normalized": "1.2.4.0",
6        "source": {
7            "type": "git",
8            "url": "https://github.com/composer/ca-bundle.git",
9            "reference": "10bb96592168a0f8e8f6dcde3532d9fa50b0b527"
10        },
11        "dist": {
12            "type": "zip",
13            "url": "https://api.github.com/repos/composer/ca-bundle/zipball/10bb96592168a0f8e8f6dcde3532d9fa50b0b527",
14            "reference": "10bb96592168a0f8e8f6dcde3532d9fa50b0b527",
15            "shasum": ""
16        },
17        "require": {
18            "ext-openssl": "*",
19            "ext-pcre": "*",
20            "php": "^5.3.2 || ^7.0 || ^8.0"
21        },
22        "require-dev": {
23            "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 8",
24            "psr/log": "^1.0",
25            "symfony/process": "^2.5 || ^3.0 || ^4.0"
26        },
27        "time": "2019-08-30T08:44:50+00:00",
28        "type": "library",
29        "extra": {
30            "branch-alias": {
31                "dev-master": "1.x-dev"
32            }
33        },
34        "installation-source": "dist",
35        "autoload": {
36            "psr-4": {
37                "Composer\\CaBundle\\": "src"
38            }
39        },
40        "notification-url": "https://packagist.org/downloads/",
41        "license": [
42            "MIT"
43        ],
44        "authors": [
45            {
46                "name": "Jordi Boggiano",
47                "email": "j.boggiano@seld.be",
48                "homepage": "http://seld.be"
49            }
50        ],
51        "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.",
52        "keywords": [
53            "cabundle",
54            "cacert",
55            "certificate",
56            "ssl",
57            "tls"
58        ]
59    },
60    {
61        "name": "geoip2/geoip2",
62        "version": "v2.9.0",
63        "version_normalized": "2.9.0.0",
64        "source": {
65            "type": "git",
66            "url": "https://github.com/maxmind/GeoIP2-php.git",
67            "reference": "a807fbf65212eef5d8d2db1a1b31082b53633d77"
68        },
69        "dist": {
70            "type": "zip",
71            "url": "https://api.github.com/repos/maxmind/GeoIP2-php/zipball/a807fbf65212eef5d8d2db1a1b31082b53633d77",
72            "reference": "a807fbf65212eef5d8d2db1a1b31082b53633d77",
73            "shasum": ""
74        },
75        "require": {
76            "maxmind-db/reader": "~1.0",
77            "maxmind/web-service-common": "~0.5",
78            "php": ">=5.4"
79        },
80        "require-dev": {
81            "friendsofphp/php-cs-fixer": "2.*",
82            "phpunit/phpunit": "4.*",
83            "squizlabs/php_codesniffer": "3.*"
84        },
85        "time": "2018-04-10T15:32:59+00:00",
86        "type": "library",
87        "installation-source": "dist",
88        "autoload": {
89            "psr-4": {
90                "GeoIp2\\": "src"
91            }
92        },
93        "notification-url": "https://packagist.org/downloads/",
94        "license": [
95            "Apache-2.0"
96        ],
97        "authors": [
98            {
99                "name": "Gregory J. Oschwald",
100                "email": "goschwald@maxmind.com",
101                "homepage": "http://www.maxmind.com/"
102            }
103        ],
104        "description": "MaxMind GeoIP2 PHP API",
105        "homepage": "https://github.com/maxmind/GeoIP2-php",
106        "keywords": [
107            "IP",
108            "geoip",
109            "geoip2",
110            "geolocation",
111            "maxmind"
112        ]
113    },
114    {
115        "name": "maxmind-db/reader",
116        "version": "v1.5.0",
117        "version_normalized": "1.5.0.0",
118        "source": {
119            "type": "git",
120            "url": "https://github.com/maxmind/MaxMind-DB-Reader-php.git",
121            "reference": "bd436094fc0a9b0558a899fb80b0ae34fe1808a0"
122        },
123        "dist": {
124            "type": "zip",
125            "url": "https://api.github.com/repos/maxmind/MaxMind-DB-Reader-php/zipball/bd436094fc0a9b0558a899fb80b0ae34fe1808a0",
126            "reference": "bd436094fc0a9b0558a899fb80b0ae34fe1808a0",
127            "shasum": ""
128        },
129        "require": {
130            "php": ">=5.6"
131        },
132        "require-dev": {
133            "friendsofphp/php-cs-fixer": "2.*",
134            "php-coveralls/php-coveralls": "^2.1",
135            "phpunit/phpcov": "^3.0",
136            "phpunit/phpunit": "5.*",
137            "squizlabs/php_codesniffer": "3.*"
138        },
139        "suggest": {
140            "ext-bcmath": "bcmath or gmp is required for decoding larger integers with the pure PHP decoder",
141            "ext-gmp": "bcmath or gmp is required for decoding larger integers with the pure PHP decoder",
142            "ext-maxminddb": "A C-based database decoder that provides significantly faster lookups"
143        },
144        "time": "2019-09-30T22:56:38+00:00",
145        "type": "library",
146        "installation-source": "dist",
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    },
173    {
174        "name": "maxmind/web-service-common",
175        "version": "v0.5.0",
176        "version_normalized": "0.5.0.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        "time": "2018-02-12T22:31:54+00:00",
200        "type": "library",
201        "installation-source": "dist",
202        "autoload": {
203            "psr-4": {
204                "MaxMind\\Exception\\": "src/Exception",
205                "MaxMind\\WebService\\": "src/WebService"
206            }
207        },
208        "notification-url": "https://packagist.org/downloads/",
209        "license": [
210            "Apache-2.0"
211        ],
212        "authors": [
213            {
214                "name": "Gregory Oschwald",
215                "email": "goschwald@maxmind.com"
216            }
217        ],
218        "description": "Internal MaxMind Web Service API",
219        "homepage": "https://github.com/maxmind/web-service-common-php"
220    }
221]
222