Issues (15)

Security Analysis    no request data  

This project does not seem to handle request data directly as such no vulnerable execution paths were found.

  Cross-Site Scripting
Cross-Site Scripting enables an attacker to inject code into the response of a web-request that is viewed by other users. It can for example be used to bypass access controls, or even to take over other users' accounts.
  File Exposure
File Exposure allows an attacker to gain access to local files that he should not be able to access. These files can for example include database credentials, or other configuration files.
  File Manipulation
File Manipulation enables an attacker to write custom data to files. This potentially leads to injection of arbitrary code on the server.
  Object Injection
Object Injection enables an attacker to inject an object into PHP code, and can lead to arbitrary code execution, file exposure, or file manipulation attacks.
  Code Injection
Code Injection enables an attacker to execute arbitrary code on the server.
  Response Splitting
Response Splitting can be used to send arbitrary responses.
  File Inclusion
File Inclusion enables an attacker to inject custom files into PHP's file loading mechanism, either explicitly passed to include, or for example via PHP's auto-loading mechanism.
  Command Injection
Command Injection enables an attacker to inject a shell command that is execute with the privileges of the web-server. This can be used to expose sensitive data, or gain access of your server.
  SQL Injection
SQL Injection enables an attacker to execute arbitrary SQL code on your database server gaining access to user data, or manipulating user data.
  XPath Injection
XPath Injection enables an attacker to modify the parts of XML document that are read. If that XML document is for example used for authentication, this can lead to further vulnerabilities similar to SQL Injection.
  LDAP Injection
LDAP Injection enables an attacker to inject LDAP statements potentially granting permission to run unauthorized queries, or modify content inside the LDAP tree.
  Header Injection
  Other Vulnerability
This category comprises other attack vectors such as manipulating the PHP runtime, loading custom extensions, freezing the runtime, or similar.
  Regex Injection
Regex Injection enables an attacker to execute arbitrary code in your PHP process.
  XML Injection
XML Injection enables an attacker to read files on your local filesystem including configuration files, or can be abused to freeze your web-server process.
  Variable Injection
Variable Injection enables an attacker to overwrite program variables with custom data, and can lead to further vulnerabilities.
Unfortunately, the security analysis is currently not available for your project. If you are a non-commercial open-source project, please contact support to gain access.

composer.lock (2 issues)

Severity

Upgrade to new PHP Analysis Engine

These results are based on our legacy PHP analysis, consider migrating to our new PHP analysis engine instead. Learn more

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#composer-lock-the-lock-file",
5
        "This file is @generated automatically"
6
    ],
7
    "hash": "b9e7f80f9b9209cb03da98615d24e6f6",
8
    "content-hash": "f71366599436a0d365108bebf0d9a531",
9
    "packages": [
10
        {
11
            "name": "colinmollenhour/credis",
12
            "version": "1.10.0",
13
            "source": {
14
                "type": "git",
15
                "url": "https://github.com/colinmollenhour/credis.git",
16
                "reference": "8ab6db707c821055f9856b8cf76d5f44beb6fd8a"
17
            },
18
            "dist": {
19
                "type": "zip",
20
                "url": "https://api.github.com/repos/colinmollenhour/credis/zipball/8ab6db707c821055f9856b8cf76d5f44beb6fd8a",
21
                "reference": "8ab6db707c821055f9856b8cf76d5f44beb6fd8a",
22
                "shasum": ""
23
            },
24
            "require": {
25
                "php": ">=5.4.0"
26
            },
27
            "type": "library",
28
            "autoload": {
29
                "classmap": [
30
                    "Client.php",
31
                    "Cluster.php",
32
                    "Sentinel.php",
33
                    "Module.php"
34
                ]
35
            },
36
            "notification-url": "https://packagist.org/downloads/",
37
            "license": [
38
                "MIT"
39
            ],
40
            "authors": [
41
                {
42
                    "name": "Colin Mollenhour",
43
                    "email": "[email protected]"
44
                }
45
            ],
46
            "description": "Credis is a lightweight interface to the Redis key-value store which wraps the phpredis library when available for better performance.",
47
            "homepage": "https://github.com/colinmollenhour/credis",
48
            "time": "2018-05-07 14:45:04"
49
        },
50
        {
51
            "name": "colinmollenhour/php-redis-session-abstract",
52
            "version": "v1.3.4",
53
            "source": {
54
                "type": "git",
55
                "url": "https://github.com/colinmollenhour/php-redis-session-abstract.git",
56
                "reference": "6f005b2c3755e4a96ddad821e2ea15d66fb314ae"
57
            },
58
            "dist": {
59
                "type": "zip",
60
                "url": "https://api.github.com/repos/colinmollenhour/php-redis-session-abstract/zipball/6f005b2c3755e4a96ddad821e2ea15d66fb314ae",
61
                "reference": "6f005b2c3755e4a96ddad821e2ea15d66fb314ae",
62
                "shasum": ""
63
            },
64
            "require": {
65
                "colinmollenhour/credis": "~1.6",
66
                "php": "~5.5.0|~5.6.0|~7.0.0|~7.1.0"
67
            },
68
            "type": "library",
69
            "autoload": {
70
                "psr-0": {
71
                    "Cm\\RedisSession\\": "src/"
72
                }
73
            },
74
            "notification-url": "https://packagist.org/downloads/",
75
            "license": [
76
                "BSD-3-Clause"
77
            ],
78
            "authors": [
79
                {
80
                    "name": "Colin Mollenhour"
81
                }
82
            ],
83
            "description": "A Redis-based session handler with optimistic locking",
84
            "homepage": "https://github.com/colinmollenhour/php-redis-session-abstract",
85
            "time": "2017-03-22 16:13:03"
86
        },
87
        {
88
            "name": "composer/ca-bundle",
89
            "version": "1.1.1",
90
            "source": {
91
                "type": "git",
92
                "url": "https://github.com/composer/ca-bundle.git",
93
                "reference": "d2c0a83b7533d6912e8d516756ebd34f893e9169"
94
            },
95
            "dist": {
96
                "type": "zip",
97
                "url": "https://api.github.com/repos/composer/ca-bundle/zipball/d2c0a83b7533d6912e8d516756ebd34f893e9169",
98
                "reference": "d2c0a83b7533d6912e8d516756ebd34f893e9169",
99
                "shasum": ""
100
            },
101
            "require": {
102
                "ext-openssl": "*",
103
                "ext-pcre": "*",
104
                "php": "^5.3.2 || ^7.0"
105
            },
106
            "require-dev": {
107
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5",
108
                "psr/log": "^1.0",
109
                "symfony/process": "^2.5 || ^3.0 || ^4.0"
110
            },
111
            "type": "library",
112
            "extra": {
113
                "branch-alias": {
114
                    "dev-master": "1.x-dev"
115
                }
116
            },
117
            "autoload": {
118
                "psr-4": {
119
                    "Composer\\CaBundle\\": "src"
120
                }
121
            },
122
            "notification-url": "https://packagist.org/downloads/",
123
            "license": [
124
                "MIT"
125
            ],
126
            "authors": [
127
                {
128
                    "name": "Jordi Boggiano",
129
                    "email": "[email protected]",
130
                    "homepage": "http://seld.be"
131
                }
132
            ],
133
            "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.",
134
            "keywords": [
135
                "cabundle",
136
                "cacert",
137
                "certificate",
138
                "ssl",
139
                "tls"
140
            ],
141
            "time": "2018-03-29 19:57:20"
142
        },
143
        {
144
            "name": "composer/composer",
145
            "version": "1.4.1",
146
            "source": {
147
                "type": "git",
148
                "url": "https://github.com/composer/composer.git",
149
                "reference": "7ee2a5e1cf32e9c8439445fe8dce2c046c2abebd"
150
            },
151
            "dist": {
152
                "type": "zip",
153
                "url": "https://api.github.com/repos/composer/composer/zipball/7ee2a5e1cf32e9c8439445fe8dce2c046c2abebd",
154
                "reference": "7ee2a5e1cf32e9c8439445fe8dce2c046c2abebd",
155
                "shasum": ""
156
            },
157
            "require": {
158
                "composer/ca-bundle": "^1.0",
159
                "composer/semver": "^1.0",
160
                "composer/spdx-licenses": "^1.0",
161
                "justinrainbow/json-schema": "^3.0 || ^4.0 || ^5.0",
162
                "php": "^5.3.2 || ^7.0",
163
                "psr/log": "^1.0",
164
                "seld/cli-prompt": "^1.0",
165
                "seld/jsonlint": "^1.4",
166
                "seld/phar-utils": "^1.0",
167
                "symfony/console": "^2.7 || ^3.0",
168
                "symfony/filesystem": "^2.7 || ^3.0",
169
                "symfony/finder": "^2.7 || ^3.0",
170
                "symfony/process": "^2.7 || ^3.0"
171
            },
172
            "require-dev": {
173
                "phpunit/phpunit": "^4.5 || ^5.0.5",
174
                "phpunit/phpunit-mock-objects": "^2.3 || ^3.0"
175
            },
176
            "suggest": {
177
                "ext-openssl": "Enabling the openssl extension allows you to access https URLs for repositories and packages",
178
                "ext-zip": "Enabling the zip extension allows you to unzip archives",
179
                "ext-zlib": "Allow gzip compression of HTTP requests"
180
            },
181
            "bin": [
182
                "bin/composer"
183
            ],
184
            "type": "library",
185
            "extra": {
186
                "branch-alias": {
187
                    "dev-master": "1.4-dev"
188
                }
189
            },
190
            "autoload": {
191
                "psr-4": {
192
                    "Composer\\": "src/Composer"
193
                }
194
            },
195
            "notification-url": "https://packagist.org/downloads/",
196
            "license": [
197
                "MIT"
198
            ],
199
            "authors": [
200
                {
201
                    "name": "Nils Adermann",
202
                    "email": "[email protected]",
203
                    "homepage": "http://www.naderman.de"
204
                },
205
                {
206
                    "name": "Jordi Boggiano",
207
                    "email": "[email protected]",
208
                    "homepage": "http://seld.be"
209
                }
210
            ],
211
            "description": "Composer helps you declare, manage and install dependencies of PHP projects, ensuring you have the right stack everywhere.",
212
            "homepage": "https://getcomposer.org/",
213
            "keywords": [
214
                "autoload",
215
                "dependency",
216
                "package"
217
            ],
218
            "time": "2017-03-10 08:29:45"
219
        },
220
        {
221
            "name": "composer/semver",
222
            "version": "1.4.2",
223
            "source": {
224
                "type": "git",
225
                "url": "https://github.com/composer/semver.git",
226
                "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573"
227
            },
228
            "dist": {
229
                "type": "zip",
230
                "url": "https://api.github.com/repos/composer/semver/zipball/c7cb9a2095a074d131b65a8a0cd294479d785573",
231
                "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573",
232
                "shasum": ""
233
            },
234
            "require": {
235
                "php": "^5.3.2 || ^7.0"
236
            },
237
            "require-dev": {
238
                "phpunit/phpunit": "^4.5 || ^5.0.5",
239
                "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
240
            },
241
            "type": "library",
242
            "extra": {
243
                "branch-alias": {
244
                    "dev-master": "1.x-dev"
245
                }
246
            },
247
            "autoload": {
248
                "psr-4": {
249
                    "Composer\\Semver\\": "src"
250
                }
251
            },
252
            "notification-url": "https://packagist.org/downloads/",
253
            "license": [
254
                "MIT"
255
            ],
256
            "authors": [
257
                {
258
                    "name": "Nils Adermann",
259
                    "email": "[email protected]",
260
                    "homepage": "http://www.naderman.de"
261
                },
262
                {
263
                    "name": "Jordi Boggiano",
264
                    "email": "[email protected]",
265
                    "homepage": "http://seld.be"
266
                },
267
                {
268
                    "name": "Rob Bast",
269
                    "email": "[email protected]",
270
                    "homepage": "http://robbast.nl"
271
                }
272
            ],
273
            "description": "Semver library that offers utilities, version constraint parsing and validation.",
274
            "keywords": [
275
                "semantic",
276
                "semver",
277
                "validation",
278
                "versioning"
279
            ],
280
            "time": "2016-08-30 16:08:34"
281
        },
282
        {
283
            "name": "composer/spdx-licenses",
284
            "version": "1.4.0",
285
            "source": {
286
                "type": "git",
287
                "url": "https://github.com/composer/spdx-licenses.git",
288
                "reference": "cb17687e9f936acd7e7245ad3890f953770dec1b"
289
            },
290
            "dist": {
291
                "type": "zip",
292
                "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/cb17687e9f936acd7e7245ad3890f953770dec1b",
293
                "reference": "cb17687e9f936acd7e7245ad3890f953770dec1b",
294
                "shasum": ""
295
            },
296
            "require": {
297
                "php": "^5.3.2 || ^7.0"
298
            },
299
            "require-dev": {
300
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5",
301
                "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
302
            },
303
            "type": "library",
304
            "extra": {
305
                "branch-alias": {
306
                    "dev-master": "1.x-dev"
307
                }
308
            },
309
            "autoload": {
310
                "psr-4": {
311
                    "Composer\\Spdx\\": "src"
312
                }
313
            },
314
            "notification-url": "https://packagist.org/downloads/",
315
            "license": [
316
                "MIT"
317
            ],
318
            "authors": [
319
                {
320
                    "name": "Nils Adermann",
321
                    "email": "[email protected]",
322
                    "homepage": "http://www.naderman.de"
323
                },
324
                {
325
                    "name": "Jordi Boggiano",
326
                    "email": "[email protected]",
327
                    "homepage": "http://seld.be"
328
                },
329
                {
330
                    "name": "Rob Bast",
331
                    "email": "[email protected]",
332
                    "homepage": "http://robbast.nl"
333
                }
334
            ],
335
            "description": "SPDX licenses list and validation library.",
336
            "keywords": [
337
                "license",
338
                "spdx",
339
                "validator"
340
            ],
341
            "time": "2018-04-30 10:33:04"
342
        },
343
        {
344
            "name": "container-interop/container-interop",
345
            "version": "1.2.0",
346
            "source": {
347
                "type": "git",
348
                "url": "https://github.com/container-interop/container-interop.git",
349
                "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8"
350
            },
351
            "dist": {
352
                "type": "zip",
353
                "url": "https://api.github.com/repos/container-interop/container-interop/zipball/79cbf1341c22ec75643d841642dd5d6acd83bdb8",
354
                "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8",
355
                "shasum": ""
356
            },
357
            "require": {
358
                "psr/container": "^1.0"
359
            },
360
            "type": "library",
361
            "autoload": {
362
                "psr-4": {
363
                    "Interop\\Container\\": "src/Interop/Container/"
364
                }
365
            },
366
            "notification-url": "https://packagist.org/downloads/",
367
            "license": [
368
                "MIT"
369
            ],
370
            "description": "Promoting the interoperability of container objects (DIC, SL, etc.)",
371
            "homepage": "https://github.com/container-interop/container-interop",
372
            "time": "2017-02-14 19:40:03"
373
        },
374
        {
375
            "name": "justinrainbow/json-schema",
376
            "version": "5.2.7",
377
            "source": {
378
                "type": "git",
379
                "url": "https://github.com/justinrainbow/json-schema.git",
380
                "reference": "8560d4314577199ba51bf2032f02cd1315587c23"
381
            },
382
            "dist": {
383
                "type": "zip",
384
                "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/8560d4314577199ba51bf2032f02cd1315587c23",
385
                "reference": "8560d4314577199ba51bf2032f02cd1315587c23",
386
                "shasum": ""
387
            },
388
            "require": {
389
                "php": ">=5.3.3"
390
            },
391
            "require-dev": {
392
                "friendsofphp/php-cs-fixer": "^2.1",
393
                "json-schema/json-schema-test-suite": "1.2.0",
394
                "phpunit/phpunit": "^4.8.35"
395
            },
396
            "bin": [
397
                "bin/validate-json"
398
            ],
399
            "type": "library",
400
            "extra": {
401
                "branch-alias": {
402
                    "dev-master": "5.0.x-dev"
403
                }
404
            },
405
            "autoload": {
406
                "psr-4": {
407
                    "JsonSchema\\": "src/JsonSchema/"
408
                }
409
            },
410
            "notification-url": "https://packagist.org/downloads/",
411
            "license": [
412
                "MIT"
413
            ],
414
            "authors": [
415
                {
416
                    "name": "Bruno Prieto Reis",
417
                    "email": "[email protected]"
418
                },
419
                {
420
                    "name": "Justin Rainbow",
421
                    "email": "[email protected]"
422
                },
423
                {
424
                    "name": "Igor Wiedler",
425
                    "email": "[email protected]"
426
                },
427
                {
428
                    "name": "Robert Schönthal",
429
                    "email": "[email protected]"
430
                }
431
            ],
432
            "description": "A library to validate a json schema.",
433
            "homepage": "https://github.com/justinrainbow/json-schema",
434
            "keywords": [
435
                "json",
436
                "schema"
437
            ],
438
            "time": "2018-02-14 22:26:30"
439
        },
440
        {
441
            "name": "magento/framework",
442
            "version": "101.0.4",
443
            "dist": {
444
                "type": "zip",
445
                "url": "https://repo.magento.com/archives/magento/framework/magento-framework-101.0.4.0.zip",
446
                "reference": null,
447
                "shasum": "dfc3f3ac4e563dbb76e342ac7c998a501e5cd38e"
448
            },
449
            "require": {
450
                "colinmollenhour/php-redis-session-abstract": "1.3.4",
451
                "composer/composer": "1.4.1",
452
                "ext-bcmath": "*",
453
                "ext-curl": "*",
454
                "ext-dom": "*",
455
                "ext-gd": "*",
456
                "ext-hash": "*",
457
                "ext-iconv": "*",
458
                "ext-mcrypt": "*",
459
                "ext-openssl": "*",
460
                "ext-simplexml": "*",
461
                "ext-spl": "*",
462
                "ext-xsl": "*",
463
                "lib-libxml": "*",
464
                "magento/zendframework1": "~1.13.0",
465
                "monolog/monolog": "^1.17",
466
                "oyejorge/less.php": "~1.7.0",
467
                "php": "7.0.2|7.0.4|~7.0.6|~7.1.0",
468
                "symfony/console": "~2.3, !=2.7.0",
469
                "symfony/process": "~2.1",
470
                "tedivm/jshrink": "~1.3.0",
471
                "zendframework/zend-code": "~3.1.0",
472
                "zendframework/zend-crypt": "^2.6.0",
473
                "zendframework/zend-http": "^2.6.0",
474
                "zendframework/zend-mvc": "~2.7.12",
475
                "zendframework/zend-stdlib": "^2.7.7",
476
                "zendframework/zend-uri": "^2.5.1",
477
                "zendframework/zend-validator": "^2.6.0"
478
            },
479
            "suggest": {
480
                "ext-imagick": "Use Image Magick >=3.0.0 as an optional alternative image processing library"
481
            },
482
            "type": "magento2-library",
483
            "autoload": {
484
                "psr-4": {
485
                    "Magento\\Framework\\": ""
486
                },
487
                "files": [
488
                    "registration.php"
489
                ]
490
            },
491
            "license": [
492
                "OSL-3.0",
493
                "AFL-3.0"
494
            ],
495
            "description": "N/A"
496
        },
497
        {
498
            "name": "magento/module-authorization",
499
            "version": "100.2.0",
500
            "dist": {
501
                "type": "zip",
502
                "url": "https://repo.magento.com/archives/magento/module-authorization/magento-module-authorization-100.2.0.0.zip",
503
                "reference": null,
504
                "shasum": "aba21ab32de490a2410b01b170d4cfd7eb782c33"
505
            },
506
            "require": {
507
                "magento/framework": "101.0.*",
508
                "magento/module-backend": "100.2.*",
509
                "php": "7.0.2|7.0.4|~7.0.6|~7.1.0"
510
            },
511
            "type": "magento2-module",
512
            "autoload": {
513
                "files": [
514
                    "registration.php"
515
                ],
516
                "psr-4": {
517
                    "Magento\\Authorization\\": ""
518
                }
519
            },
520
            "license": [
521
                "OSL-3.0",
522
                "AFL-3.0"
523
            ],
524
            "description": "Authorization module provides access to Magento ACL functionality."
525
        },
526
        {
527
            "name": "magento/module-backend",
528
            "version": "100.2.4",
529
            "dist": {
530
                "type": "zip",
531
                "url": "https://repo.magento.com/archives/magento/module-backend/magento-module-backend-100.2.4.0.zip",
532
                "reference": null,
533
                "shasum": "10871df267942a99ef623c8c191afa6442ce92c5"
534
            },
535
            "require": {
536
                "magento/framework": "101.0.*",
537
                "magento/module-backup": "100.2.*",
538
                "magento/module-catalog": "102.0.*",
539
                "magento/module-config": "101.0.*",
540
                "magento/module-customer": "101.0.*",
541
                "magento/module-developer": "100.2.*",
542
                "magento/module-directory": "100.2.*",
543
                "magento/module-eav": "101.0.*",
544
                "magento/module-quote": "101.0.*",
545
                "magento/module-reports": "100.2.*",
546
                "magento/module-require-js": "100.2.*",
547
                "magento/module-sales": "101.0.*",
548
                "magento/module-security": "100.2.*",
549
                "magento/module-store": "100.2.*",
550
                "magento/module-translation": "100.2.*",
551
                "magento/module-user": "101.0.*",
552
                "php": "7.0.2|7.0.4|~7.0.6|~7.1.0"
553
            },
554
            "suggest": {
555
                "magento/module-theme": "100.2.*"
556
            },
557
            "type": "magento2-module",
558
            "autoload": {
559
                "files": [
560
                    "registration.php"
561
                ],
562
                "psr-4": {
563
                    "Magento\\Backend\\": ""
564
                }
565
            },
566
            "license": [
567
                "OSL-3.0",
568
                "AFL-3.0"
569
            ],
570
            "description": "N/A"
571
        },
572
        {
573
            "name": "magento/module-backup",
574
            "version": "100.2.3",
575
            "dist": {
576
                "type": "zip",
577
                "url": "https://repo.magento.com/archives/magento/module-backup/magento-module-backup-100.2.3.0.zip",
578
                "reference": null,
579
                "shasum": "cd8f903b02124152e9c1bdad968cab1ad4f613db"
580
            },
581
            "require": {
582
                "magento/framework": "101.0.*",
583
                "magento/module-backend": "100.2.*",
584
                "magento/module-cron": "100.2.*",
585
                "magento/module-store": "100.2.*",
586
                "php": "7.0.2|7.0.4|~7.0.6|~7.1.0"
587
            },
588
            "type": "magento2-module",
589
            "autoload": {
590
                "files": [
591
                    "registration.php"
592
                ],
593
                "psr-4": {
594
                    "Magento\\Backup\\": ""
595
                }
596
            },
597
            "license": [
598
                "OSL-3.0",
599
                "AFL-3.0"
600
            ],
601
            "description": "N/A"
602
        },
603
        {
604
            "name": "magento/module-bundle",
605
            "version": "100.2.3",
606
            "dist": {
607
                "type": "zip",
608
                "url": "https://repo.magento.com/archives/magento/module-bundle/magento-module-bundle-100.2.3.0.zip",
609
                "reference": null,
610
                "shasum": "caa70845337d0a593cccce7b79ed773a96cec864"
611
            },
612
            "require": {
613
                "magento/framework": "101.0.*",
614
                "magento/module-backend": "100.2.*",
615
                "magento/module-catalog": "102.0.*",
616
                "magento/module-catalog-inventory": "100.2.*",
617
                "magento/module-catalog-rule": "101.0.*",
618
                "magento/module-checkout": "100.2.*",
619
                "magento/module-config": "101.0.*",
620
                "magento/module-customer": "101.0.*",
621
                "magento/module-eav": "101.0.*",
622
                "magento/module-gift-message": "100.2.*",
623
                "magento/module-media-storage": "100.2.*",
624
                "magento/module-quote": "101.0.*",
625
                "magento/module-sales": "101.0.*",
626
                "magento/module-store": "100.2.*",
627
                "magento/module-tax": "100.2.*",
628
                "magento/module-ui": "101.0.*",
629
                "php": "7.0.2|7.0.4|~7.0.6|~7.1.0"
630
            },
631
            "suggest": {
632
                "magento/module-bundle-sample-data": "Sample Data version:100.2.*",
633
                "magento/module-webapi": "100.2.*"
634
            },
635
            "type": "magento2-module",
636
            "autoload": {
637
                "files": [
638
                    "registration.php"
639
                ],
640
                "psr-4": {
641
                    "Magento\\Bundle\\": ""
642
                }
643
            },
644
            "license": [
645
                "OSL-3.0",
646
                "AFL-3.0"
647
            ],
648
            "description": "N/A"
649
        },
650
        {
651
            "name": "magento/module-catalog",
652
            "version": "102.0.4",
653
            "dist": {
654
                "type": "zip",
655
                "url": "https://repo.magento.com/archives/magento/module-catalog/magento-module-catalog-102.0.4.0.zip",
656
                "reference": null,
657
                "shasum": "d7988b030ade9375615105382d4e7a97d217ce11"
658
            },
659
            "require": {
660
                "magento/framework": "101.0.*",
661
                "magento/module-backend": "100.2.*",
662
                "magento/module-catalog-inventory": "100.2.*",
663
                "magento/module-catalog-rule": "101.0.*",
664
                "magento/module-catalog-url-rewrite": "100.2.*",
665
                "magento/module-checkout": "100.2.*",
666
                "magento/module-cms": "102.0.*",
667
                "magento/module-config": "101.0.*",
668
                "magento/module-customer": "101.0.*",
669
                "magento/module-directory": "100.2.*",
670
                "magento/module-eav": "101.0.*",
671
                "magento/module-indexer": "100.2.*",
672
                "magento/module-media-storage": "100.2.*",
673
                "magento/module-msrp": "100.2.*",
674
                "magento/module-page-cache": "100.2.*",
675
                "magento/module-product-alert": "100.2.*",
676
                "magento/module-quote": "101.0.*",
677
                "magento/module-store": "100.2.*",
678
                "magento/module-tax": "100.2.*",
679
                "magento/module-theme": "100.2.*",
680
                "magento/module-ui": "101.0.*",
681
                "magento/module-url-rewrite": "101.0.*",
682
                "magento/module-widget": "101.0.*",
683
                "magento/module-wishlist": "101.0.*",
684
                "php": "7.0.2|7.0.4|~7.0.6|~7.1.0"
685
            },
686
            "suggest": {
687
                "magento/module-catalog-sample-data": "Sample Data version:100.2.*",
688
                "magento/module-cookie": "100.2.*",
689
                "magento/module-sales": "101.0.*"
690
            },
691
            "type": "magento2-module",
692
            "autoload": {
693
                "files": [
694
                    "registration.php"
695
                ],
696
                "psr-4": {
697
                    "Magento\\Catalog\\": ""
698
                }
699
            },
700
            "license": [
701
                "OSL-3.0",
702
                "AFL-3.0"
703
            ],
704
            "description": "N/A"
705
        },
706
        {
707
            "name": "magento/module-catalog-import-export",
708
            "version": "100.2.3",
709
            "dist": {
710
                "type": "zip",
711
                "url": "https://repo.magento.com/archives/magento/module-catalog-import-export/magento-module-catalog-import-export-100.2.3.0.zip",
712
                "reference": null,
713
                "shasum": "a43475771c81f93ebc2447379b9d02b1367f7a41"
714
            },
715
            "require": {
716
                "ext-ctype": "*",
717
                "magento/framework": "101.0.*",
718
                "magento/module-catalog": "102.0.*",
719
                "magento/module-catalog-inventory": "100.2.*",
720
                "magento/module-catalog-url-rewrite": "100.2.*",
721
                "magento/module-customer": "101.0.*",
722
                "magento/module-eav": "101.0.*",
723
                "magento/module-import-export": "100.2.*",
724
                "magento/module-media-storage": "100.2.*",
725
                "magento/module-store": "100.2.*",
726
                "magento/module-tax": "100.2.*",
727
                "php": "7.0.2|7.0.4|~7.0.6|~7.1.0"
728
            },
729
            "type": "magento2-module",
730
            "autoload": {
731
                "files": [
732
                    "registration.php"
733
                ],
734
                "psr-4": {
735
                    "Magento\\CatalogImportExport\\": ""
736
                }
737
            },
738
            "license": [
739
                "OSL-3.0",
740
                "AFL-3.0"
741
            ],
742
            "description": "N/A"
743
        },
744
        {
745
            "name": "magento/module-catalog-inventory",
746
            "version": "100.2.3",
747
            "dist": {
748
                "type": "zip",
749
                "url": "https://repo.magento.com/archives/magento/module-catalog-inventory/magento-module-catalog-inventory-100.2.3.0.zip",
750
                "reference": null,
751
                "shasum": "a4b93b68817297dd21d08190112cd4c89a74b43b"
752
            },
753
            "require": {
754
                "magento/framework": "101.0.*",
755
                "magento/module-catalog": "102.0.*",
756
                "magento/module-config": "101.0.*",
757
                "magento/module-customer": "101.0.*",
758
                "magento/module-eav": "101.0.*",
759
                "magento/module-quote": "101.0.*",
760
                "magento/module-store": "100.2.*",
761
                "magento/module-ui": "101.0.*",
762
                "php": "7.0.2|7.0.4|~7.0.6|~7.1.0"
763
            },
764
            "type": "magento2-module",
765
            "autoload": {
766
                "files": [
767
                    "registration.php"
768
                ],
769
                "psr-4": {
770
                    "Magento\\CatalogInventory\\": ""
771
                }
772
            },
773
            "license": [
774
                "OSL-3.0",
775
                "AFL-3.0"
776
            ],
777
            "description": "N/A"
778
        },
779
        {
780
            "name": "magento/module-catalog-rule",
781
            "version": "101.0.3",
782
            "dist": {
783
                "type": "zip",
784
                "url": "https://repo.magento.com/archives/magento/module-catalog-rule/magento-module-catalog-rule-101.0.3.0.zip",
785
                "reference": null,
786
                "shasum": "305ef35fe7b32af1604686cf67d901df6fbba269"
787
            },
788
            "require": {
789
                "magento/framework": "101.0.*",
790
                "magento/module-backend": "100.2.*",
791
                "magento/module-catalog": "102.0.*",
792
                "magento/module-customer": "101.0.*",
793
                "magento/module-eav": "101.0.*",
794
                "magento/module-rule": "100.2.*",
795
                "magento/module-store": "100.2.*",
796
                "magento/module-ui": "101.0.*",
797
                "php": "7.0.2|7.0.4|~7.0.6|~7.1.0"
798
            },
799
            "suggest": {
800
                "magento/module-catalog-rule-sample-data": "Sample Data version:100.2.*",
801
                "magento/module-import-export": "100.2.*"
802
            },
803
            "type": "magento2-module",
804
            "autoload": {
805
                "files": [
806
                    "registration.php"
807
                ],
808
                "psr-4": {
809
                    "Magento\\CatalogRule\\": ""
810
                }
811
            },
812
            "license": [
813
                "OSL-3.0",
814
                "AFL-3.0"
815
            ],
816
            "description": "N/A"
817
        },
818
        {
819
            "name": "magento/module-catalog-url-rewrite",
820
            "version": "100.2.3",
821
            "dist": {
822
                "type": "zip",
823
                "url": "https://repo.magento.com/archives/magento/module-catalog-url-rewrite/magento-module-catalog-url-rewrite-100.2.3.0.zip",
824
                "reference": null,
825
                "shasum": "5d68a29b6f840409ca33897bd87bb9d3d75b6278"
826
            },
827
            "require": {
828
                "magento/framework": "101.0.*",
829
                "magento/module-backend": "100.2.*",
830
                "magento/module-catalog": "102.0.*",
831
                "magento/module-catalog-import-export": "100.2.*",
832
                "magento/module-eav": "101.0.*",
833
                "magento/module-import-export": "100.2.*",
834
                "magento/module-store": "100.2.*",
835
                "magento/module-ui": "101.0.*",
836
                "magento/module-url-rewrite": "101.0.*",
837
                "php": "7.0.2|7.0.4|~7.0.6|~7.1.0"
838
            },
839
            "type": "magento2-module",
840
            "autoload": {
841
                "files": [
842
                    "registration.php"
843
                ],
844
                "psr-4": {
845
                    "Magento\\CatalogUrlRewrite\\": ""
846
                }
847
            },
848
            "license": [
849
                "OSL-3.0",
850
                "AFL-3.0"
851
            ],
852
            "description": "N/A"
853
        },
854
        {
855
            "name": "magento/module-checkout",
856
            "version": "100.2.4",
857
            "dist": {
858
                "type": "zip",
859
                "url": "https://repo.magento.com/archives/magento/module-checkout/magento-module-checkout-100.2.4.0.zip",
860
                "reference": null,
861
                "shasum": "65e29e88c3f03b0e29f3483c46e54a9e3e6631ce"
862
            },
863
            "require": {
864
                "magento/framework": "101.0.*",
865
                "magento/module-backend": "100.2.*",
866
                "magento/module-catalog": "102.0.*",
867
                "magento/module-catalog-inventory": "100.2.*",
868
                "magento/module-config": "101.0.*",
869
                "magento/module-customer": "101.0.*",
870
                "magento/module-directory": "100.2.*",
871
                "magento/module-eav": "101.0.*",
872
                "magento/module-msrp": "100.2.*",
873
                "magento/module-page-cache": "100.2.*",
874
                "magento/module-payment": "100.2.*",
875
                "magento/module-quote": "101.0.*",
876
                "magento/module-sales": "101.0.*",
877
                "magento/module-sales-rule": "101.0.*",
878
                "magento/module-shipping": "100.2.*",
879
                "magento/module-store": "100.2.*",
880
                "magento/module-tax": "100.2.*",
881
                "magento/module-theme": "100.2.*",
882
                "magento/module-ui": "101.0.*",
883
                "php": "7.0.2|7.0.4|~7.0.6|~7.1.0"
884
            },
885
            "suggest": {
886
                "magento/module-cookie": "100.2.*"
887
            },
888
            "type": "magento2-module",
889
            "autoload": {
890
                "files": [
891
                    "registration.php"
892
                ],
893
                "psr-4": {
894
                    "Magento\\Checkout\\": ""
895
                }
896
            },
897
            "license": [
898
                "OSL-3.0",
899
                "AFL-3.0"
900
            ],
901
            "description": "N/A"
902
        },
903
        {
904
            "name": "magento/module-cms",
905
            "version": "102.0.4",
906
            "dist": {
907
                "type": "zip",
908
                "url": "https://repo.magento.com/archives/magento/module-cms/magento-module-cms-102.0.4.0.zip",
909
                "reference": null,
910
                "shasum": "7f1dbf0ff14320587934c82e0c5f3e92a618c362"
911
            },
912
            "require": {
913
                "magento/framework": "101.0.*",
914
                "magento/module-backend": "100.2.*",
915
                "magento/module-catalog": "102.0.*",
916
                "magento/module-email": "100.2.*",
917
                "magento/module-media-storage": "100.2.*",
918
                "magento/module-store": "100.2.*",
919
                "magento/module-theme": "100.2.*",
920
                "magento/module-ui": "101.0.*",
921
                "magento/module-variable": "100.2.*",
922
                "magento/module-widget": "101.0.*",
923
                "php": "7.0.2|7.0.4|~7.0.6|~7.1.0"
924
            },
925
            "suggest": {
926
                "magento/module-cms-sample-data": "Sample Data version:100.2.*"
927
            },
928
            "type": "magento2-module",
929
            "autoload": {
930
                "files": [
931
                    "registration.php"
932
                ],
933
                "psr-4": {
934
                    "Magento\\Cms\\": ""
935
                }
936
            },
937
            "license": [
938
                "OSL-3.0",
939
                "AFL-3.0"
940
            ],
941
            "description": "N/A"
942
        },
943
        {
944
            "name": "magento/module-cms-url-rewrite",
945
            "version": "100.2.0",
946
            "dist": {
947
                "type": "zip",
948
                "url": "https://repo.magento.com/archives/magento/module-cms-url-rewrite/magento-module-cms-url-rewrite-100.2.0.0.zip",
949
                "reference": null,
950
                "shasum": "fc282a5823d06d9572005418ec96ef5a73c2d75f"
951
            },
952
            "require": {
953
                "magento/framework": "101.0.*",
954
                "magento/module-cms": "102.0.*",
955
                "magento/module-store": "100.2.*",
956
                "magento/module-url-rewrite": "101.0.*",
957
                "php": "7.0.2|7.0.4|~7.0.6|~7.1.0"
958
            },
959
            "type": "magento2-module",
960
            "autoload": {
961
                "files": [
962
                    "registration.php"
963
                ],
964
                "psr-4": {
965
                    "Magento\\CmsUrlRewrite\\": ""
966
                }
967
            },
968
            "license": [
969
                "OSL-3.0",
970
                "AFL-3.0"
971
            ],
972
            "description": "N/A"
973
        },
974
        {
975
            "name": "magento/module-config",
976
            "version": "101.0.4",
977
            "dist": {
978
                "type": "zip",
979
                "url": "https://repo.magento.com/archives/magento/module-config/magento-module-config-101.0.4.0.zip",
980
                "reference": null,
981
                "shasum": "24a18e6268c9f280b40271d0417cd2f122fb5b30"
982
            },
983
            "require": {
984
                "magento/framework": "101.0.*",
985
                "magento/module-backend": "100.2.*",
986
                "magento/module-cron": "100.2.*",
987
                "magento/module-deploy": "100.2.*",
988
                "magento/module-directory": "100.2.*",
989
                "magento/module-email": "100.2.*",
990
                "magento/module-media-storage": "100.2.*",
991
                "magento/module-store": "100.2.*",
992
                "php": "7.0.2|7.0.4|~7.0.6|~7.1.0"
993
            },
994
            "type": "magento2-module",
995
            "autoload": {
996
                "files": [
997
                    "registration.php"
998
                ],
999
                "psr-4": {
1000
                    "Magento\\Config\\": ""
1001
                }
1002
            },
1003
            "license": [
1004
                "OSL-3.0",
1005
                "AFL-3.0"
1006
            ],
1007
            "description": "N/A"
1008
        },
1009
        {
1010
            "name": "magento/module-contact",
1011
            "version": "100.2.1",
1012
            "dist": {
1013
                "type": "zip",
1014
                "url": "https://repo.magento.com/archives/magento/module-contact/magento-module-contact-100.2.1.0.zip",
1015
                "reference": null,
1016
                "shasum": "f525245c798ca3f431f54f195a07a230a8e368dd"
1017
            },
1018
            "require": {
1019
                "magento/framework": "101.0.*",
1020
                "magento/module-cms": "102.0.*",
1021
                "magento/module-config": "101.0.*",
1022
                "magento/module-customer": "101.0.*",
1023
                "magento/module-store": "100.2.*",
1024
                "php": "7.0.2|7.0.4|~7.0.6|~7.1.0"
1025
            },
1026
            "type": "magento2-module",
1027
            "autoload": {
1028
                "files": [
1029
                    "registration.php"
1030
                ],
1031
                "psr-4": {
1032
                    "Magento\\Contact\\": ""
1033
                }
1034
            },
1035
            "license": [
1036
                "OSL-3.0",
1037
                "AFL-3.0"
1038
            ],
1039
            "description": "N/A"
1040
        },
1041
        {
1042
            "name": "magento/module-cron",
1043
            "version": "100.2.2",
1044
            "dist": {
1045
                "type": "zip",
1046
                "url": "https://repo.magento.com/archives/magento/module-cron/magento-module-cron-100.2.2.0.zip",
1047
                "reference": null,
1048
                "shasum": "96706e7b4e3bc5777df953e4d84c8945522bea29"
1049
            },
1050
            "require": {
1051
                "magento/framework": "101.0.*",
1052
                "magento/module-store": "100.2.*",
1053
                "php": "7.0.2|7.0.4|~7.0.6|~7.1.0"
1054
            },
1055
            "suggest": {
1056
                "magento/module-config": "101.0.*"
1057
            },
1058
            "type": "magento2-module",
1059
            "autoload": {
1060
                "files": [
1061
                    "registration.php"
1062
                ],
1063
                "psr-4": {
1064
                    "Magento\\Cron\\": ""
1065
                }
1066
            },
1067
            "license": [
1068
                "OSL-3.0",
1069
                "AFL-3.0"
1070
            ],
1071
            "description": "N/A"
1072
        },
1073
        {
1074
            "name": "magento/module-customer",
1075
            "version": "101.0.4",
1076
            "dist": {
1077
                "type": "zip",
1078
                "url": "https://repo.magento.com/archives/magento/module-customer/magento-module-customer-101.0.4.0.zip",
1079
                "reference": null,
1080
                "shasum": "32fd1c9ec4f03ea7b2983dcc45b64e865e0d5324"
1081
            },
1082
            "require": {
1083
                "magento/framework": "101.0.*",
1084
                "magento/module-authorization": "100.2.*",
1085
                "magento/module-backend": "100.2.*",
1086
                "magento/module-catalog": "102.0.*",
1087
                "magento/module-checkout": "100.2.*",
1088
                "magento/module-config": "101.0.*",
1089
                "magento/module-directory": "100.2.*",
1090
                "magento/module-eav": "101.0.*",
1091
                "magento/module-integration": "100.2.*",
1092
                "magento/module-media-storage": "100.2.*",
1093
                "magento/module-newsletter": "100.2.*",
1094
                "magento/module-page-cache": "100.2.*",
1095
                "magento/module-quote": "101.0.*",
1096
                "magento/module-review": "100.2.*",
1097
                "magento/module-sales": "101.0.*",
1098
                "magento/module-store": "100.2.*",
1099
                "magento/module-tax": "100.2.*",
1100
                "magento/module-theme": "100.2.*",
1101
                "magento/module-ui": "101.0.*",
1102
                "magento/module-wishlist": "101.0.*",
1103
                "php": "7.0.2|7.0.4|~7.0.6|~7.1.0"
1104
            },
1105
            "suggest": {
1106
                "magento/module-cookie": "100.2.*",
1107
                "magento/module-customer-sample-data": "Sample Data version:100.2.*"
1108
            },
1109
            "type": "magento2-module",
1110
            "autoload": {
1111
                "files": [
1112
                    "registration.php"
1113
                ],
1114
                "psr-4": {
1115
                    "Magento\\Customer\\": ""
1116
                }
1117
            },
1118
            "license": [
1119
                "OSL-3.0",
1120
                "AFL-3.0"
1121
            ],
1122
            "description": "N/A"
1123
        },
1124
        {
1125
            "name": "magento/module-deploy",
1126
            "version": "100.2.3",
1127
            "dist": {
1128
                "type": "zip",
1129
                "url": "https://repo.magento.com/archives/magento/module-deploy/magento-module-deploy-100.2.3.0.zip",
1130
                "reference": null,
1131
                "shasum": "741d8e9ee127d6dc35c34988c9715d6f07787ef2"
1132
            },
1133
            "require": {
1134
                "magento/framework": "101.0.*",
1135
                "magento/module-config": "101.0.*",
1136
                "magento/module-require-js": "100.2.*",
1137
                "magento/module-store": "100.2.*",
1138
                "magento/module-user": "101.0.*",
1139
                "php": "7.0.2|7.0.4|~7.0.6|~7.1.0"
1140
            },
1141
            "type": "magento2-module",
1142
            "autoload": {
1143
                "files": [
1144
                    "cli_commands.php",
1145
                    "registration.php"
1146
                ],
1147
                "psr-4": {
1148
                    "Magento\\Deploy\\": ""
1149
                }
1150
            },
1151
            "license": [
1152
                "OSL-3.0",
1153
                "AFL-3.0"
1154
            ],
1155
            "description": "N/A"
1156
        },
1157
        {
1158
            "name": "magento/module-developer",
1159
            "version": "100.2.2",
1160
            "dist": {
1161
                "type": "zip",
1162
                "url": "https://repo.magento.com/archives/magento/module-developer/magento-module-developer-100.2.2.0.zip",
1163
                "reference": null,
1164
                "shasum": "b7f02e5f822ac4203935216b73750fa7d417d29f"
1165
            },
1166
            "require": {
1167
                "magento/framework": "101.0.*",
1168
                "magento/module-config": "101.0.*",
1169
                "magento/module-store": "100.2.*",
1170
                "php": "7.0.2|7.0.4|~7.0.6|~7.1.0"
1171
            },
1172
            "type": "magento2-module",
1173
            "autoload": {
1174
                "files": [
1175
                    "registration.php"
1176
                ],
1177
                "psr-4": {
1178
                    "Magento\\Developer\\": ""
1179
                }
1180
            },
1181
            "license": [
1182
                "OSL-3.0",
1183
                "AFL-3.0"
1184
            ],
1185
            "description": "N/A"
1186
        },
1187
        {
1188
            "name": "magento/module-directory",
1189
            "version": "100.2.3",
1190
            "dist": {
1191
                "type": "zip",
1192
                "url": "https://repo.magento.com/archives/magento/module-directory/magento-module-directory-100.2.3.0.zip",
1193
                "reference": null,
1194
                "shasum": "04c8632f7a703c78c8ae80f2e4e9add583083ecd"
1195
            },
1196
            "require": {
1197
                "lib-libxml": "*",
1198
                "magento/framework": "101.0.*",
1199
                "magento/module-backend": "100.2.*",
1200
                "magento/module-config": "101.0.*",
1201
                "magento/module-store": "100.2.*",
1202
                "php": "7.0.2|7.0.4|~7.0.6|~7.1.0"
1203
            },
1204
            "type": "magento2-module",
1205
            "autoload": {
1206
                "files": [
1207
                    "registration.php"
1208
                ],
1209
                "psr-4": {
1210
                    "Magento\\Directory\\": ""
1211
                }
1212
            },
1213
            "license": [
1214
                "OSL-3.0",
1215
                "AFL-3.0"
1216
            ],
1217
            "description": "N/A"
1218
        },
1219
        {
1220
            "name": "magento/module-downloadable",
1221
            "version": "100.2.3",
1222
            "dist": {
1223
                "type": "zip",
1224
                "url": "https://repo.magento.com/archives/magento/module-downloadable/magento-module-downloadable-100.2.3.0.zip",
1225
                "reference": null,
1226
                "shasum": "fe9de51a1a7664f7febb57f2e02dea120d162259"
1227
            },
1228
            "require": {
1229
                "magento/framework": "101.0.*",
1230
                "magento/module-backend": "100.2.*",
1231
                "magento/module-catalog": "102.0.*",
1232
                "magento/module-catalog-inventory": "100.2.*",
1233
                "magento/module-checkout": "100.2.*",
1234
                "magento/module-config": "101.0.*",
1235
                "magento/module-customer": "101.0.*",
1236
                "magento/module-directory": "100.2.*",
1237
                "magento/module-eav": "101.0.*",
1238
                "magento/module-gift-message": "100.2.*",
1239
                "magento/module-media-storage": "100.2.*",
1240
                "magento/module-quote": "101.0.*",
1241
                "magento/module-sales": "101.0.*",
1242
                "magento/module-store": "100.2.*",
1243
                "magento/module-tax": "100.2.*",
1244
                "magento/module-theme": "100.2.*",
1245
                "magento/module-ui": "101.0.*",
1246
                "php": "7.0.2|7.0.4|~7.0.6|~7.1.0"
1247
            },
1248
            "suggest": {
1249
                "magento/module-downloadable-sample-data": "Sample Data version:100.2.*"
1250
            },
1251
            "type": "magento2-module",
1252
            "autoload": {
1253
                "files": [
1254
                    "registration.php"
1255
                ],
1256
                "psr-4": {
1257
                    "Magento\\Downloadable\\": ""
1258
                }
1259
            },
1260
            "license": [
1261
                "OSL-3.0",
1262
                "AFL-3.0"
1263
            ],
1264
            "description": "N/A"
1265
        },
1266
        {
1267
            "name": "magento/module-eav",
1268
            "version": "101.0.3",
1269
            "dist": {
1270
                "type": "zip",
1271
                "url": "https://repo.magento.com/archives/magento/module-eav/magento-module-eav-101.0.3.0.zip",
1272
                "reference": null,
1273
                "shasum": "ff910df9b7b4e1f5127d8387a7b708d8225b7e46"
1274
            },
1275
            "require": {
1276
                "magento/framework": "101.0.*",
1277
                "magento/module-backend": "100.2.*",
1278
                "magento/module-catalog": "102.0.*",
1279
                "magento/module-config": "101.0.*",
1280
                "magento/module-media-storage": "100.2.*",
1281
                "magento/module-store": "100.2.*",
1282
                "php": "7.0.2|7.0.4|~7.0.6|~7.1.0"
1283
            },
1284
            "type": "magento2-module",
1285
            "autoload": {
1286
                "files": [
1287
                    "registration.php"
1288
                ],
1289
                "psr-4": {
1290
                    "Magento\\Eav\\": ""
1291
                }
1292
            },
1293
            "license": [
1294
                "OSL-3.0",
1295
                "AFL-3.0"
1296
            ],
1297
            "description": "N/A"
1298
        },
1299
        {
1300
            "name": "magento/module-email",
1301
            "version": "100.2.2",
1302
            "dist": {
1303
                "type": "zip",
1304
                "url": "https://repo.magento.com/archives/magento/module-email/magento-module-email-100.2.2.0.zip",
1305
                "reference": null,
1306
                "shasum": "8351dec4a1131da1cf6a5d64e6c8284c43ed247a"
1307
            },
1308
            "require": {
1309
                "magento/framework": "101.0.*",
1310
                "magento/module-backend": "100.2.*",
1311
                "magento/module-cms": "102.0.*",
1312
                "magento/module-config": "101.0.*",
1313
                "magento/module-store": "100.2.*",
1314
                "magento/module-theme": "100.2.*",
1315
                "magento/module-variable": "100.2.*",
1316
                "php": "7.0.2|7.0.4|~7.0.6|~7.1.0"
1317
            },
1318
            "suggest": {
1319
                "magento/module-theme": "100.2.*"
1320
            },
1321
            "type": "magento2-module",
1322
            "autoload": {
1323
                "files": [
1324
                    "registration.php"
1325
                ],
1326
                "psr-4": {
1327
                    "Magento\\Email\\": ""
1328
                }
1329
            },
1330
            "license": [
1331
                "OSL-3.0",
1332
                "AFL-3.0"
1333
            ],
1334
            "description": "N/A"
1335
        },
1336
        {
1337
            "name": "magento/module-gift-message",
1338
            "version": "100.2.0",
1339
            "dist": {
1340
                "type": "zip",
1341
                "url": "https://repo.magento.com/archives/magento/module-gift-message/magento-module-gift-message-100.2.0.0.zip",
1342
                "reference": null,
1343
                "shasum": "e5a56f68f713b1412e8234c503233f39bf851f4a"
1344
            },
1345
            "require": {
1346
                "magento/framework": "101.0.*",
1347
                "magento/module-backend": "100.2.*",
1348
                "magento/module-catalog": "102.0.*",
1349
                "magento/module-checkout": "100.2.*",
1350
                "magento/module-customer": "101.0.*",
1351
                "magento/module-quote": "101.0.*",
1352
                "magento/module-sales": "101.0.*",
1353
                "magento/module-store": "100.2.*",
1354
                "magento/module-ui": "101.0.*",
1355
                "php": "7.0.2|7.0.4|~7.0.6|~7.1.0"
1356
            },
1357
            "suggest": {
1358
                "magento/module-multishipping": "100.2.*"
1359
            },
1360
            "type": "magento2-module",
1361
            "autoload": {
1362
                "files": [
1363
                    "registration.php"
1364
                ],
1365
                "psr-4": {
1366
                    "Magento\\GiftMessage\\": ""
1367
                }
1368
            },
1369
            "license": [
1370
                "OSL-3.0",
1371
                "AFL-3.0"
1372
            ],
1373
            "description": "N/A"
1374
        },
1375
        {
1376
            "name": "magento/module-grouped-product",
1377
            "version": "100.2.2",
1378
            "dist": {
1379
                "type": "zip",
1380
                "url": "https://repo.magento.com/archives/magento/module-grouped-product/magento-module-grouped-product-100.2.2.0.zip",
1381
                "reference": null,
1382
                "shasum": "5fb2547b2847f92e7f66f4a9e35fb8716b1aa3a4"
1383
            },
1384
            "require": {
1385
                "magento/framework": "101.0.*",
1386
                "magento/module-backend": "100.2.*",
1387
                "magento/module-catalog": "102.0.*",
1388
                "magento/module-catalog-inventory": "100.2.*",
1389
                "magento/module-checkout": "100.2.*",
1390
                "magento/module-customer": "101.0.*",
1391
                "magento/module-eav": "101.0.*",
1392
                "magento/module-media-storage": "100.2.*",
1393
                "magento/module-msrp": "100.2.*",
1394
                "magento/module-quote": "101.0.*",
1395
                "magento/module-sales": "101.0.*",
1396
                "magento/module-store": "100.2.*",
1397
                "magento/module-ui": "101.0.*",
1398
                "php": "7.0.2|7.0.4|~7.0.6|~7.1.0"
1399
            },
1400
            "suggest": {
1401
                "magento/module-grouped-product-sample-data": "Sample Data version:100.2.*"
1402
            },
1403
            "type": "magento2-module",
1404
            "autoload": {
1405
                "files": [
1406
                    "registration.php"
1407
                ],
1408
                "psr-4": {
1409
                    "Magento\\GroupedProduct\\": ""
1410
                }
1411
            },
1412
            "license": [
1413
                "OSL-3.0",
1414
                "AFL-3.0"
1415
            ],
1416
            "description": "N/A"
1417
        },
1418
        {
1419
            "name": "magento/module-import-export",
1420
            "version": "100.2.4",
1421
            "dist": {
1422
                "type": "zip",
1423
                "url": "https://repo.magento.com/archives/magento/module-import-export/magento-module-import-export-100.2.4.0.zip",
1424
                "reference": null,
1425
                "shasum": "20a2d17afe5186c34c9d3d8f89848acb8f3777e5"
1426
            },
1427
            "require": {
1428
                "ext-ctype": "*",
1429
                "magento/framework": "101.0.*",
1430
                "magento/module-backend": "100.2.*",
1431
                "magento/module-catalog": "102.0.*",
1432
                "magento/module-eav": "101.0.*",
1433
                "magento/module-media-storage": "100.2.*",
1434
                "magento/module-store": "100.2.*",
1435
                "php": "7.0.2|7.0.4|~7.0.6|~7.1.0"
1436
            },
1437
            "type": "magento2-module",
1438
            "autoload": {
1439
                "files": [
1440
                    "registration.php"
1441
                ],
1442
                "psr-4": {
1443
                    "Magento\\ImportExport\\": ""
1444
                }
1445
            },
1446
            "license": [
1447
                "OSL-3.0",
1448
                "AFL-3.0"
1449
            ],
1450
            "description": "N/A"
1451
        },
1452
        {
1453
            "name": "magento/module-indexer",
1454
            "version": "100.2.2",
1455
            "dist": {
1456
                "type": "zip",
1457
                "url": "https://repo.magento.com/archives/magento/module-indexer/magento-module-indexer-100.2.2.0.zip",
1458
                "reference": null,
1459
                "shasum": "efd1c1e35598efb420d562696a414a7f1800c0cd"
1460
            },
1461
            "require": {
1462
                "magento/framework": "101.0.*",
1463
                "magento/module-backend": "100.2.*",
1464
                "php": "7.0.2|7.0.4|~7.0.6|~7.1.0"
1465
            },
1466
            "type": "magento2-module",
1467
            "autoload": {
1468
                "files": [
1469
                    "registration.php"
1470
                ],
1471
                "psr-4": {
1472
                    "Magento\\Indexer\\": ""
1473
                }
1474
            },
1475
            "license": [
1476
                "OSL-3.0",
1477
                "AFL-3.0"
1478
            ],
1479
            "description": "N/A"
1480
        },
1481
        {
1482
            "name": "magento/module-integration",
1483
            "version": "100.2.2",
1484
            "dist": {
1485
                "type": "zip",
1486
                "url": "https://repo.magento.com/archives/magento/module-integration/magento-module-integration-100.2.2.0.zip",
1487
                "reference": null,
1488
                "shasum": "419c7a3c35b0466fe0c9019850b0f8a8693ac00a"
1489
            },
1490
            "require": {
1491
                "magento/framework": "101.0.*",
1492
                "magento/module-authorization": "100.2.*",
1493
                "magento/module-backend": "100.2.*",
1494
                "magento/module-customer": "101.0.*",
1495
                "magento/module-security": "100.2.*",
1496
                "magento/module-store": "100.2.*",
1497
                "magento/module-user": "101.0.*",
1498
                "php": "7.0.2|7.0.4|~7.0.6|~7.1.0"
1499
            },
1500
            "type": "magento2-module",
1501
            "autoload": {
1502
                "files": [
1503
                    "registration.php"
1504
                ],
1505
                "psr-4": {
1506
                    "Magento\\Integration\\": ""
1507
                }
1508
            },
1509
            "license": [
1510
                "OSL-3.0",
1511
                "AFL-3.0"
1512
            ],
1513
            "description": "N/A"
1514
        },
1515
        {
1516
            "name": "magento/module-media-storage",
1517
            "version": "100.2.0",
1518
            "dist": {
1519
                "type": "zip",
1520
                "url": "https://repo.magento.com/archives/magento/module-media-storage/magento-module-media-storage-100.2.0.0.zip",
1521
                "reference": null,
1522
                "shasum": "70ca7b155cd69b8313a1e3eb7df738966d82b53c"
1523
            },
1524
            "require": {
1525
                "magento/framework": "101.0.*",
1526
                "magento/module-backend": "100.2.*",
1527
                "magento/module-config": "101.0.*",
1528
                "magento/module-store": "100.2.*",
1529
                "php": "7.0.2|7.0.4|~7.0.6|~7.1.0"
1530
            },
1531
            "type": "magento2-module",
1532
            "autoload": {
1533
                "files": [
1534
                    "registration.php"
1535
                ],
1536
                "psr-4": {
1537
                    "Magento\\MediaStorage\\": ""
1538
                }
1539
            },
1540
            "license": [
1541
                "OSL-3.0",
1542
                "AFL-3.0"
1543
            ],
1544
            "description": "N/A"
1545
        },
1546
        {
1547
            "name": "magento/module-msrp",
1548
            "version": "100.2.0",
1549
            "dist": {
1550
                "type": "zip",
1551
                "url": "https://repo.magento.com/archives/magento/module-msrp/magento-module-msrp-100.2.0.0.zip",
1552
                "reference": null,
1553
                "shasum": "0714f4a2a95db2ec0c1604d0af31a4d4d564b5a7"
1554
            },
1555
            "require": {
1556
                "magento/framework": "101.0.*",
1557
                "magento/module-catalog": "102.0.*",
1558
                "magento/module-downloadable": "100.2.*",
1559
                "magento/module-eav": "101.0.*",
1560
                "magento/module-grouped-product": "100.2.*",
1561
                "magento/module-store": "100.2.*",
1562
                "magento/module-tax": "100.2.*",
1563
                "php": "7.0.2|7.0.4|~7.0.6|~7.1.0"
1564
            },
1565
            "suggest": {
1566
                "magento/module-bundle": "100.2.*",
1567
                "magento/module-msrp-sample-data": "Sample Data version:100.2.*"
1568
            },
1569
            "type": "magento2-module",
1570
            "autoload": {
1571
                "files": [
1572
                    "registration.php"
1573
                ],
1574
                "psr-4": {
1575
                    "Magento\\Msrp\\": ""
1576
                }
1577
            },
1578
            "license": [
1579
                "OSL-3.0",
1580
                "AFL-3.0"
1581
            ],
1582
            "description": "N/A"
1583
        },
1584
        {
1585
            "name": "magento/module-newsletter",
1586
            "version": "100.2.3",
1587
            "dist": {
1588
                "type": "zip",
1589
                "url": "https://repo.magento.com/archives/magento/module-newsletter/magento-module-newsletter-100.2.3.0.zip",
1590
                "reference": null,
1591
                "shasum": "8bb0867acfd4d084f940e0771dd77b48aa58da32"
1592
            },
1593
            "require": {
1594
                "magento/framework": "101.0.*",
1595
                "magento/module-backend": "100.2.*",
1596
                "magento/module-cms": "102.0.*",
1597
                "magento/module-customer": "101.0.*",
1598
                "magento/module-eav": "101.0.*",
1599
                "magento/module-email": "100.2.*",
1600
                "magento/module-require-js": "100.2.*",
1601
                "magento/module-store": "100.2.*",
1602
                "magento/module-widget": "101.0.*",
1603
                "php": "7.0.2|7.0.4|~7.0.6|~7.1.0"
1604
            },
1605
            "type": "magento2-module",
1606
            "autoload": {
1607
                "files": [
1608
                    "registration.php"
1609
                ],
1610
                "psr-4": {
1611
                    "Magento\\Newsletter\\": ""
1612
                }
1613
            },
1614
            "license": [
1615
                "OSL-3.0",
1616
                "AFL-3.0"
1617
            ],
1618
            "description": "N/A"
1619
        },
1620
        {
1621
            "name": "magento/module-page-cache",
1622
            "version": "100.2.1",
1623
            "dist": {
1624
                "type": "zip",
1625
                "url": "https://repo.magento.com/archives/magento/module-page-cache/magento-module-page-cache-100.2.1.0.zip",
1626
                "reference": null,
1627
                "shasum": "6341a6b13653bd435f31df9998c08554ca1f095a"
1628
            },
1629
            "require": {
1630
                "magento/framework": "101.0.*",
1631
                "magento/module-backend": "100.2.*",
1632
                "magento/module-config": "101.0.*",
1633
                "magento/module-store": "100.2.*",
1634
                "php": "7.0.2|7.0.4|~7.0.6|~7.1.0"
1635
            },
1636
            "type": "magento2-module",
1637
            "autoload": {
1638
                "files": [
1639
                    "registration.php"
1640
                ],
1641
                "psr-4": {
1642
                    "Magento\\PageCache\\": ""
1643
                }
1644
            },
1645
            "license": [
1646
                "OSL-3.0",
1647
                "AFL-3.0"
1648
            ],
1649
            "description": "N/A"
1650
        },
1651
        {
1652
            "name": "magento/module-payment",
1653
            "version": "100.2.2",
1654
            "dist": {
1655
                "type": "zip",
1656
                "url": "https://repo.magento.com/archives/magento/module-payment/magento-module-payment-100.2.2.0.zip",
1657
                "reference": null,
1658
                "shasum": "9b01abdc77600d180b44b3210689625760e1bf40"
1659
            },
1660
            "require": {
1661
                "magento/framework": "101.0.*",
1662
                "magento/module-checkout": "100.2.*",
1663
                "magento/module-config": "101.0.*",
1664
                "magento/module-directory": "100.2.*",
1665
                "magento/module-quote": "101.0.*",
1666
                "magento/module-sales": "101.0.*",
1667
                "magento/module-store": "100.2.*",
1668
                "php": "7.0.2|7.0.4|~7.0.6|~7.1.0"
1669
            },
1670
            "type": "magento2-module",
1671
            "autoload": {
1672
                "files": [
1673
                    "registration.php"
1674
                ],
1675
                "psr-4": {
1676
                    "Magento\\Payment\\": ""
1677
                }
1678
            },
1679
            "license": [
1680
                "OSL-3.0",
1681
                "AFL-3.0"
1682
            ],
1683
            "description": "N/A"
1684
        },
1685
        {
1686
            "name": "magento/module-product-alert",
1687
            "version": "100.2.1",
1688
            "dist": {
1689
                "type": "zip",
1690
                "url": "https://repo.magento.com/archives/magento/module-product-alert/magento-module-product-alert-100.2.1.0.zip",
1691
                "reference": null,
1692
                "shasum": "a9c2ba822ef588ebb236b5579bde8fbf3a4e4e15"
1693
            },
1694
            "require": {
1695
                "magento/framework": "101.0.*",
1696
                "magento/module-backend": "100.2.*",
1697
                "magento/module-catalog": "102.0.*",
1698
                "magento/module-customer": "101.0.*",
1699
                "magento/module-store": "100.2.*",
1700
                "php": "7.0.2|7.0.4|~7.0.6|~7.1.0"
1701
            },
1702
            "suggest": {
1703
                "magento/module-config": "101.0.*"
1704
            },
1705
            "type": "magento2-module",
1706
            "autoload": {
1707
                "files": [
1708
                    "registration.php"
1709
                ],
1710
                "psr-4": {
1711
                    "Magento\\ProductAlert\\": ""
1712
                }
1713
            },
1714
            "license": [
1715
                "OSL-3.0",
1716
                "AFL-3.0"
1717
            ],
1718
            "description": "N/A"
1719
        },
1720
        {
1721
            "name": "magento/module-quote",
1722
            "version": "101.0.3",
1723
            "dist": {
1724
                "type": "zip",
1725
                "url": "https://repo.magento.com/archives/magento/module-quote/magento-module-quote-101.0.3.0.zip",
1726
                "reference": null,
1727
                "shasum": "4aa38b1483d7f6426ffd7e7e8c4f450403740cff"
1728
            },
1729
            "require": {
1730
                "magento/framework": "101.0.*",
1731
                "magento/module-authorization": "100.2.*",
1732
                "magento/module-backend": "100.2.*",
1733
                "magento/module-catalog": "102.0.*",
1734
                "magento/module-catalog-inventory": "100.2.*",
1735
                "magento/module-checkout": "100.2.*",
1736
                "magento/module-customer": "101.0.*",
1737
                "magento/module-directory": "100.2.*",
1738
                "magento/module-eav": "101.0.*",
1739
                "magento/module-payment": "100.2.*",
1740
                "magento/module-sales": "101.0.*",
1741
                "magento/module-sales-sequence": "100.2.*",
1742
                "magento/module-shipping": "100.2.*",
1743
                "magento/module-store": "100.2.*",
1744
                "magento/module-tax": "100.2.*",
1745
                "php": "7.0.2|7.0.4|~7.0.6|~7.1.0"
1746
            },
1747
            "suggest": {
1748
                "magento/module-webapi": "100.2.*"
1749
            },
1750
            "type": "magento2-module",
1751
            "autoload": {
1752
                "files": [
1753
                    "registration.php"
1754
                ],
1755
                "psr-4": {
1756
                    "Magento\\Quote\\": ""
1757
                }
1758
            },
1759
            "license": [
1760
                "OSL-3.0",
1761
                "AFL-3.0"
1762
            ],
1763
            "description": "N/A"
1764
        },
1765
        {
1766
            "name": "magento/module-reports",
1767
            "version": "100.2.4",
1768
            "dist": {
1769
                "type": "zip",
1770
                "url": "https://repo.magento.com/archives/magento/module-reports/magento-module-reports-100.2.4.0.zip",
1771
                "reference": null,
1772
                "shasum": "9f62db29143f69cff7d34257512c8ae4ce7b7f2b"
1773
            },
1774
            "require": {
1775
                "magento/framework": "101.0.*",
1776
                "magento/module-backend": "100.2.*",
1777
                "magento/module-catalog": "102.0.*",
1778
                "magento/module-catalog-inventory": "100.2.*",
1779
                "magento/module-cms": "102.0.*",
1780
                "magento/module-config": "101.0.*",
1781
                "magento/module-customer": "101.0.*",
1782
                "magento/module-downloadable": "100.2.*",
1783
                "magento/module-eav": "101.0.*",
1784
                "magento/module-quote": "101.0.*",
1785
                "magento/module-review": "100.2.*",
1786
                "magento/module-sales": "101.0.*",
1787
                "magento/module-sales-rule": "101.0.*",
1788
                "magento/module-store": "100.2.*",
1789
                "magento/module-tax": "100.2.*",
1790
                "magento/module-widget": "101.0.*",
1791
                "magento/module-wishlist": "101.0.*",
1792
                "php": "7.0.2|7.0.4|~7.0.6|~7.1.0"
1793
            },
1794
            "type": "magento2-module",
1795
            "autoload": {
1796
                "files": [
1797
                    "registration.php"
1798
                ],
1799
                "psr-4": {
1800
                    "Magento\\Reports\\": ""
1801
                }
1802
            },
1803
            "license": [
1804
                "OSL-3.0",
1805
                "AFL-3.0"
1806
            ],
1807
            "description": "N/A"
1808
        },
1809
        {
1810
            "name": "magento/module-require-js",
1811
            "version": "100.2.1",
1812
            "dist": {
1813
                "type": "zip",
1814
                "url": "https://repo.magento.com/archives/magento/module-require-js/magento-module-require-js-100.2.1.0.zip",
1815
                "reference": null,
1816
                "shasum": "2034a449fa629b9f3a6fe8de09b434b9b8a9eedf"
1817
            },
1818
            "require": {
1819
                "magento/framework": "101.0.*",
1820
                "php": "7.0.2|7.0.4|~7.0.6|~7.1.0"
1821
            },
1822
            "type": "magento2-module",
1823
            "autoload": {
1824
                "files": [
1825
                    "registration.php"
1826
                ],
1827
                "psr-4": {
1828
                    "Magento\\RequireJs\\": ""
1829
                }
1830
            },
1831
            "license": [
1832
                "OSL-3.0",
1833
                "AFL-3.0"
1834
            ],
1835
            "description": "N/A"
1836
        },
1837
        {
1838
            "name": "magento/module-review",
1839
            "version": "100.2.4",
1840
            "dist": {
1841
                "type": "zip",
1842
                "url": "https://repo.magento.com/archives/magento/module-review/magento-module-review-100.2.4.0.zip",
1843
                "reference": null,
1844
                "shasum": "d882b119a4fe79f8a64fa81614e0a6980601e792"
1845
            },
1846
            "require": {
1847
                "magento/framework": "101.0.*",
1848
                "magento/module-backend": "100.2.*",
1849
                "magento/module-catalog": "102.0.*",
1850
                "magento/module-customer": "101.0.*",
1851
                "magento/module-eav": "101.0.*",
1852
                "magento/module-newsletter": "100.2.*",
1853
                "magento/module-store": "100.2.*",
1854
                "magento/module-theme": "100.2.*",
1855
                "magento/module-ui": "101.0.*",
1856
                "php": "7.0.2|7.0.4|~7.0.6|~7.1.0"
1857
            },
1858
            "suggest": {
1859
                "magento/module-cookie": "100.2.*",
1860
                "magento/module-review-sample-data": "Sample Data version:100.2.*"
1861
            },
1862
            "type": "magento2-module",
1863
            "autoload": {
1864
                "files": [
1865
                    "registration.php"
1866
                ],
1867
                "psr-4": {
1868
                    "Magento\\Review\\": ""
1869
                }
1870
            },
1871
            "license": [
1872
                "OSL-3.0",
1873
                "AFL-3.0"
1874
            ],
1875
            "description": "N/A"
1876
        },
1877
        {
1878
            "name": "magento/module-rss",
1879
            "version": "100.2.0",
1880
            "dist": {
1881
                "type": "zip",
1882
                "url": "https://repo.magento.com/archives/magento/module-rss/magento-module-rss-100.2.0.0.zip",
1883
                "reference": null,
1884
                "shasum": "14fa55b25e4789147e7dfcfe3d0977d8467803c9"
1885
            },
1886
            "require": {
1887
                "magento/framework": "101.0.*",
1888
                "magento/module-backend": "100.2.*",
1889
                "magento/module-customer": "101.0.*",
1890
                "magento/module-store": "100.2.*",
1891
                "php": "7.0.2|7.0.4|~7.0.6|~7.1.0"
1892
            },
1893
            "type": "magento2-module",
1894
            "autoload": {
1895
                "files": [
1896
                    "registration.php"
1897
                ],
1898
                "psr-4": {
1899
                    "Magento\\Rss\\": ""
1900
                }
1901
            },
1902
            "license": [
1903
                "OSL-3.0",
1904
                "AFL-3.0"
1905
            ],
1906
            "description": "N/A"
1907
        },
1908
        {
1909
            "name": "magento/module-rule",
1910
            "version": "100.2.1",
1911
            "dist": {
1912
                "type": "zip",
1913
                "url": "https://repo.magento.com/archives/magento/module-rule/magento-module-rule-100.2.1.0.zip",
1914
                "reference": null,
1915
                "shasum": "8a2670593a46b0c85359993c0ba3277791ce8246"
1916
            },
1917
            "require": {
1918
                "lib-libxml": "*",
1919
                "magento/framework": "101.0.*",
1920
                "magento/module-backend": "100.2.*",
1921
                "magento/module-catalog": "102.0.*",
1922
                "magento/module-eav": "101.0.*",
1923
                "magento/module-store": "100.2.*",
1924
                "php": "7.0.2|7.0.4|~7.0.6|~7.1.0"
1925
            },
1926
            "type": "magento2-module",
1927
            "autoload": {
1928
                "files": [
1929
                    "registration.php"
1930
                ],
1931
                "psr-4": {
1932
                    "Magento\\Rule\\": ""
1933
                }
1934
            },
1935
            "license": [
1936
                "OSL-3.0",
1937
                "AFL-3.0"
1938
            ],
1939
            "description": "N/A"
1940
        },
1941
        {
1942
            "name": "magento/module-sales",
1943
            "version": "101.0.3",
1944
            "dist": {
1945
                "type": "zip",
1946
                "url": "https://repo.magento.com/archives/magento/module-sales/magento-module-sales-101.0.3.0.zip",
1947
                "reference": null,
1948
                "shasum": "576500a8d111d19e768e2b4d331d4e170527802b"
1949
            },
1950
            "require": {
1951
                "magento/framework": "101.0.*",
1952
                "magento/module-authorization": "100.2.*",
1953
                "magento/module-backend": "100.2.*",
1954
                "magento/module-bundle": "100.2.*",
1955
                "magento/module-catalog": "102.0.*",
1956
                "magento/module-catalog-inventory": "100.2.*",
1957
                "magento/module-checkout": "100.2.*",
1958
                "magento/module-config": "101.0.*",
1959
                "magento/module-customer": "101.0.*",
1960
                "magento/module-directory": "100.2.*",
1961
                "magento/module-eav": "101.0.*",
1962
                "magento/module-gift-message": "100.2.*",
1963
                "magento/module-media-storage": "100.2.*",
1964
                "magento/module-payment": "100.2.*",
1965
                "magento/module-quote": "101.0.*",
1966
                "magento/module-reports": "100.2.*",
1967
                "magento/module-sales-rule": "101.0.*",
1968
                "magento/module-sales-sequence": "100.2.*",
1969
                "magento/module-shipping": "100.2.*",
1970
                "magento/module-store": "100.2.*",
1971
                "magento/module-tax": "100.2.*",
1972
                "magento/module-theme": "100.2.*",
1973
                "magento/module-ui": "101.0.*",
1974
                "magento/module-widget": "101.0.*",
1975
                "magento/module-wishlist": "101.0.*",
1976
                "php": "7.0.2|7.0.4|~7.0.6|~7.1.0"
1977
            },
1978
            "suggest": {
1979
                "magento/module-sales-sample-data": "Sample Data version:100.2.*"
1980
            },
1981
            "type": "magento2-module",
1982
            "autoload": {
1983
                "files": [
1984
                    "registration.php"
1985
                ],
1986
                "psr-4": {
1987
                    "Magento\\Sales\\": ""
1988
                }
1989
            },
1990
            "license": [
1991
                "OSL-3.0",
1992
                "AFL-3.0"
1993
            ],
1994
            "description": "N/A"
1995
        },
1996
        {
1997
            "name": "magento/module-sales-rule",
1998
            "version": "101.0.2",
1999
            "dist": {
2000
                "type": "zip",
2001
                "url": "https://repo.magento.com/archives/magento/module-sales-rule/magento-module-sales-rule-101.0.2.0.zip",
2002
                "reference": null,
2003
                "shasum": "5773ba079998a817f75bccb3987c9882485b5961"
2004
            },
2005
            "require": {
2006
                "magento/framework": "101.0.*",
2007
                "magento/module-backend": "100.2.*",
2008
                "magento/module-catalog": "102.0.*",
2009
                "magento/module-catalog-rule": "101.0.*",
2010
                "magento/module-config": "101.0.*",
2011
                "magento/module-customer": "101.0.*",
2012
                "magento/module-directory": "100.2.*",
2013
                "magento/module-eav": "101.0.*",
2014
                "magento/module-payment": "100.2.*",
2015
                "magento/module-quote": "101.0.*",
2016
                "magento/module-reports": "100.2.*",
2017
                "magento/module-rule": "100.2.*",
2018
                "magento/module-sales": "101.0.*",
2019
                "magento/module-shipping": "100.2.*",
2020
                "magento/module-store": "100.2.*",
2021
                "magento/module-ui": "101.0.*",
2022
                "magento/module-widget": "101.0.*",
2023
                "php": "7.0.2|7.0.4|~7.0.6|~7.1.0"
2024
            },
2025
            "suggest": {
2026
                "magento/module-sales-rule-sample-data": "Sample Data version:100.2.*"
2027
            },
2028
            "type": "magento2-module",
2029
            "autoload": {
2030
                "files": [
2031
                    "registration.php"
2032
                ],
2033
                "psr-4": {
2034
                    "Magento\\SalesRule\\": ""
2035
                }
2036
            },
2037
            "license": [
2038
                "OSL-3.0",
2039
                "AFL-3.0"
2040
            ],
2041
            "description": "N/A"
2042
        },
2043
        {
2044
            "name": "magento/module-sales-sequence",
2045
            "version": "100.2.0",
2046
            "dist": {
2047
                "type": "zip",
2048
                "url": "https://repo.magento.com/archives/magento/module-sales-sequence/magento-module-sales-sequence-100.2.0.0.zip",
2049
                "reference": null,
2050
                "shasum": "3565cb8b993d95bcd3c760de761b4f98583c5b38"
2051
            },
2052
            "require": {
2053
                "magento/framework": "101.0.*",
2054
                "php": "7.0.2|7.0.4|~7.0.6|~7.1.0"
2055
            },
2056
            "type": "magento2-module",
2057
            "autoload": {
2058
                "files": [
2059
                    "registration.php"
2060
                ],
2061
                "psr-4": {
2062
                    "Magento\\SalesSequence\\": ""
2063
                }
2064
            },
2065
            "license": [
2066
                "OSL-3.0",
2067
                "AFL-3.0"
2068
            ],
2069
            "description": "N/A"
2070
        },
2071
        {
2072
            "name": "magento/module-security",
2073
            "version": "100.2.1",
2074
            "dist": {
2075
                "type": "zip",
2076
                "url": "https://repo.magento.com/archives/magento/module-security/magento-module-security-100.2.1.0.zip",
2077
                "reference": null,
2078
                "shasum": "2beb8d6c9daaafa5279de0cd30f6d0fd4f50a3b1"
2079
            },
2080
            "require": {
2081
                "magento/framework": "101.0.*",
2082
                "magento/module-backend": "100.2.*",
2083
                "magento/module-store": "100.2.*",
2084
                "php": "7.0.2|7.0.4|~7.0.6|~7.1.0"
2085
            },
2086
            "suggest": {
2087
                "magento/module-customer": "101.0.*"
2088
            },
2089
            "type": "magento2-module",
2090
            "autoload": {
2091
                "files": [
2092
                    "registration.php"
2093
                ],
2094
                "psr-4": {
2095
                    "Magento\\Security\\": ""
2096
                }
2097
            },
2098
            "license": [
2099
                "OSL-3.0",
2100
                "AFL-3.0"
2101
            ],
2102
            "description": "Security management module"
2103
        },
2104
        {
2105
            "name": "magento/module-shipping",
2106
            "version": "100.2.4",
2107
            "dist": {
2108
                "type": "zip",
2109
                "url": "https://repo.magento.com/archives/magento/module-shipping/magento-module-shipping-100.2.4.0.zip",
2110
                "reference": null,
2111
                "shasum": "9fa2ac6508be68bd2da3e8bc89b5f6672a8fa1f4"
2112
            },
2113
            "require": {
2114
                "ext-gd": "*",
2115
                "magento/framework": "101.0.*",
2116
                "magento/module-backend": "100.2.*",
2117
                "magento/module-catalog": "102.0.*",
2118
                "magento/module-catalog-inventory": "100.2.*",
2119
                "magento/module-contact": "100.2.*",
2120
                "magento/module-customer": "101.0.*",
2121
                "magento/module-directory": "100.2.*",
2122
                "magento/module-payment": "100.2.*",
2123
                "magento/module-quote": "101.0.*",
2124
                "magento/module-sales": "101.0.*",
2125
                "magento/module-store": "100.2.*",
2126
                "magento/module-tax": "100.2.*",
2127
                "magento/module-ui": "101.0.*",
2128
                "magento/module-user": "101.0.*",
2129
                "php": "7.0.2|7.0.4|~7.0.6|~7.1.0"
2130
            },
2131
            "suggest": {
2132
                "magento/module-config": "101.0.*",
2133
                "magento/module-fedex": "100.2.*",
2134
                "magento/module-ups": "100.2.*"
2135
            },
2136
            "type": "magento2-module",
2137
            "autoload": {
2138
                "files": [
2139
                    "registration.php"
2140
                ],
2141
                "psr-4": {
2142
                    "Magento\\Shipping\\": ""
2143
                }
2144
            },
2145
            "license": [
2146
                "OSL-3.0",
2147
                "AFL-3.0"
2148
            ],
2149
            "description": "N/A"
2150
        },
2151
        {
2152
            "name": "magento/module-store",
2153
            "version": "100.2.3",
2154
            "dist": {
2155
                "type": "zip",
2156
                "url": "https://repo.magento.com/archives/magento/module-store/magento-module-store-100.2.3.0.zip",
2157
                "reference": null,
2158
                "shasum": "1e7c669b32109b6c7285cb110267cf331c0b1a5a"
2159
            },
2160
            "require": {
2161
                "magento/framework": "101.0.*",
2162
                "magento/module-catalog": "102.0.*",
2163
                "magento/module-config": "101.0.*",
2164
                "magento/module-directory": "100.2.*",
2165
                "magento/module-media-storage": "100.2.*",
2166
                "magento/module-ui": "101.0.*",
2167
                "php": "7.0.2|7.0.4|~7.0.6|~7.1.0"
2168
            },
2169
            "suggest": {
2170
                "magento/module-deploy": "100.2.*"
2171
            },
2172
            "type": "magento2-module",
2173
            "autoload": {
2174
                "files": [
2175
                    "registration.php"
2176
                ],
2177
                "psr-4": {
2178
                    "Magento\\Store\\": ""
2179
                }
2180
            },
2181
            "license": [
2182
                "OSL-3.0",
2183
                "AFL-3.0"
2184
            ],
2185
            "description": "N/A"
2186
        },
2187
        {
2188
            "name": "magento/module-tax",
2189
            "version": "100.2.4",
2190
            "dist": {
2191
                "type": "zip",
2192
                "url": "https://repo.magento.com/archives/magento/module-tax/magento-module-tax-100.2.4.0.zip",
2193
                "reference": null,
2194
                "shasum": "ea3bee4e9361568966b802fb5e4b8e64777e6adf"
2195
            },
2196
            "require": {
2197
                "magento/framework": "101.0.*",
2198
                "magento/module-backend": "100.2.*",
2199
                "magento/module-catalog": "102.0.*",
2200
                "magento/module-checkout": "100.2.*",
2201
                "magento/module-config": "101.0.*",
2202
                "magento/module-customer": "101.0.*",
2203
                "magento/module-directory": "100.2.*",
2204
                "magento/module-eav": "101.0.*",
2205
                "magento/module-page-cache": "100.2.*",
2206
                "magento/module-quote": "101.0.*",
2207
                "magento/module-reports": "100.2.*",
2208
                "magento/module-sales": "101.0.*",
2209
                "magento/module-shipping": "100.2.*",
2210
                "magento/module-store": "100.2.*",
2211
                "php": "7.0.2|7.0.4|~7.0.6|~7.1.0"
2212
            },
2213
            "suggest": {
2214
                "magento/module-tax-sample-data": "Sample Data version:100.2.*"
2215
            },
2216
            "type": "magento2-module",
2217
            "autoload": {
2218
                "files": [
2219
                    "registration.php"
2220
                ],
2221
                "psr-4": {
2222
                    "Magento\\Tax\\": ""
2223
                }
2224
            },
2225
            "license": [
2226
                "OSL-3.0",
2227
                "AFL-3.0"
2228
            ],
2229
            "description": "N/A"
2230
        },
2231
        {
2232
            "name": "magento/module-theme",
2233
            "version": "100.2.4",
2234
            "dist": {
2235
                "type": "zip",
2236
                "url": "https://repo.magento.com/archives/magento/module-theme/magento-module-theme-100.2.4.0.zip",
2237
                "reference": null,
2238
                "shasum": "4c938707027142a1e250f8a5c4a4b2dde51ab6a6"
2239
            },
2240
            "require": {
2241
                "magento/framework": "101.0.*",
2242
                "magento/module-backend": "100.2.*",
2243
                "magento/module-cms": "102.0.*",
2244
                "magento/module-config": "101.0.*",
2245
                "magento/module-customer": "101.0.*",
2246
                "magento/module-eav": "101.0.*",
2247
                "magento/module-media-storage": "100.2.*",
2248
                "magento/module-require-js": "100.2.*",
2249
                "magento/module-store": "100.2.*",
2250
                "magento/module-ui": "101.0.*",
2251
                "magento/module-widget": "101.0.*",
2252
                "php": "7.0.2|7.0.4|~7.0.6|~7.1.0"
2253
            },
2254
            "suggest": {
2255
                "magento/module-deploy": "100.2.*",
2256
                "magento/module-directory": "100.2.*",
2257
                "magento/module-theme-sample-data": "Sample Data version:100.2.*",
2258
                "magento/module-translation": "100.2.*"
2259
            },
2260
            "type": "magento2-module",
2261
            "autoload": {
2262
                "files": [
2263
                    "registration.php"
2264
                ],
2265
                "psr-4": {
2266
                    "Magento\\Theme\\": ""
2267
                }
2268
            },
2269
            "license": [
2270
                "OSL-3.0",
2271
                "AFL-3.0"
2272
            ],
2273
            "description": "N/A"
2274
        },
2275
        {
2276
            "name": "magento/module-translation",
2277
            "version": "100.2.3",
2278
            "dist": {
2279
                "type": "zip",
2280
                "url": "https://repo.magento.com/archives/magento/module-translation/magento-module-translation-100.2.3.0.zip",
2281
                "reference": null,
2282
                "shasum": "7bad601bc6db843f8a745502c35c7139ecac98c7"
2283
            },
2284
            "require": {
2285
                "magento/framework": "101.0.*",
2286
                "magento/module-backend": "100.2.*",
2287
                "magento/module-developer": "100.2.*",
2288
                "magento/module-store": "100.2.*",
2289
                "php": "7.0.2|7.0.4|~7.0.6|~7.1.0"
2290
            },
2291
            "suggest": {
2292
                "magento/module-deploy": "100.2.*"
2293
            },
2294
            "type": "magento2-module",
2295
            "autoload": {
2296
                "files": [
2297
                    "registration.php"
2298
                ],
2299
                "psr-4": {
2300
                    "Magento\\Translation\\": ""
2301
                }
2302
            },
2303
            "license": [
2304
                "OSL-3.0",
2305
                "AFL-3.0"
2306
            ],
2307
            "description": "N/A"
2308
        },
2309
        {
2310
            "name": "magento/module-ui",
2311
            "version": "101.0.4",
2312
            "dist": {
2313
                "type": "zip",
2314
                "url": "https://repo.magento.com/archives/magento/module-ui/magento-module-ui-101.0.4.0.zip",
2315
                "reference": null,
2316
                "shasum": "06b4446608eee0447feaf3f1ce992817eef52ccb"
2317
            },
2318
            "require": {
2319
                "magento/framework": "101.0.*",
2320
                "magento/module-authorization": "100.2.*",
2321
                "magento/module-backend": "100.2.*",
2322
                "magento/module-eav": "101.0.*",
2323
                "magento/module-user": "101.0.*",
2324
                "php": "7.0.2|7.0.4|~7.0.6|~7.1.0"
2325
            },
2326
            "suggest": {
2327
                "magento/module-config": "101.0.*"
2328
            },
2329
            "type": "magento2-module",
2330
            "autoload": {
2331
                "files": [
2332
                    "registration.php"
2333
                ],
2334
                "psr-4": {
2335
                    "Magento\\Ui\\": ""
2336
                }
2337
            },
2338
            "license": [
2339
                "OSL-3.0",
2340
                "AFL-3.0"
2341
            ],
2342
            "description": "N/A"
2343
        },
2344
        {
2345
            "name": "magento/module-url-rewrite",
2346
            "version": "101.0.3",
2347
            "dist": {
2348
                "type": "zip",
2349
                "url": "https://repo.magento.com/archives/magento/module-url-rewrite/magento-module-url-rewrite-101.0.3.0.zip",
2350
                "reference": null,
2351
                "shasum": "3e25192dac7736c16101e92a5d94fa136e682518"
2352
            },
2353
            "require": {
2354
                "magento/framework": "101.0.*",
2355
                "magento/module-backend": "100.2.*",
2356
                "magento/module-catalog": "102.0.*",
2357
                "magento/module-catalog-url-rewrite": "100.2.*",
2358
                "magento/module-cms": "102.0.*",
2359
                "magento/module-cms-url-rewrite": "100.2.*",
2360
                "magento/module-store": "100.2.*",
2361
                "php": "7.0.2|7.0.4|~7.0.6|~7.1.0"
2362
            },
2363
            "type": "magento2-module",
2364
            "autoload": {
2365
                "files": [
2366
                    "registration.php"
2367
                ],
2368
                "psr-4": {
2369
                    "Magento\\UrlRewrite\\": ""
2370
                }
2371
            },
2372
            "license": [
2373
                "OSL-3.0",
2374
                "AFL-3.0"
2375
            ],
2376
            "description": "N/A"
2377
        },
2378
        {
2379
            "name": "magento/module-user",
2380
            "version": "101.0.2",
2381
            "dist": {
2382
                "type": "zip",
2383
                "url": "https://repo.magento.com/archives/magento/module-user/magento-module-user-101.0.2.0.zip",
2384
                "reference": null,
2385
                "shasum": "08ca848285a53a77fd0086b2670d4ded0c6398c0"
2386
            },
2387
            "require": {
2388
                "magento/framework": "101.0.*",
2389
                "magento/module-authorization": "100.2.*",
2390
                "magento/module-backend": "100.2.*",
2391
                "magento/module-email": "100.2.*",
2392
                "magento/module-integration": "100.2.*",
2393
                "magento/module-security": "100.2.*",
2394
                "magento/module-store": "100.2.*",
2395
                "php": "7.0.2|7.0.4|~7.0.6|~7.1.0"
2396
            },
2397
            "type": "magento2-module",
2398
            "autoload": {
2399
                "files": [
2400
                    "registration.php"
2401
                ],
2402
                "psr-4": {
2403
                    "Magento\\User\\": ""
2404
                }
2405
            },
2406
            "license": [
2407
                "OSL-3.0",
2408
                "AFL-3.0"
2409
            ],
2410
            "description": "N/A"
2411
        },
2412
        {
2413
            "name": "magento/module-variable",
2414
            "version": "100.2.3",
2415
            "dist": {
2416
                "type": "zip",
2417
                "url": "https://repo.magento.com/archives/magento/module-variable/magento-module-variable-100.2.3.0.zip",
2418
                "reference": null,
2419
                "shasum": "2757fa41b8d77114b1d8689766d6a0e0e31c0a26"
2420
            },
2421
            "require": {
2422
                "magento/framework": "101.0.*",
2423
                "magento/module-backend": "100.2.*",
2424
                "magento/module-email": "100.2.*",
2425
                "magento/module-store": "100.2.*",
2426
                "php": "7.0.2|7.0.4|~7.0.6|~7.1.0"
2427
            },
2428
            "type": "magento2-module",
2429
            "autoload": {
2430
                "files": [
2431
                    "registration.php"
2432
                ],
2433
                "psr-4": {
2434
                    "Magento\\Variable\\": ""
2435
                }
2436
            },
2437
            "license": [
2438
                "OSL-3.0",
2439
                "AFL-3.0"
2440
            ],
2441
            "description": "N/A"
2442
        },
2443
        {
2444
            "name": "magento/module-widget",
2445
            "version": "101.0.2",
2446
            "dist": {
2447
                "type": "zip",
2448
                "url": "https://repo.magento.com/archives/magento/module-widget/magento-module-widget-101.0.2.0.zip",
2449
                "reference": null,
2450
                "shasum": "96f39c3acc4d5cd294342ec3d9a0df6f72954183"
2451
            },
2452
            "require": {
2453
                "magento/framework": "101.0.*",
2454
                "magento/module-backend": "100.2.*",
2455
                "magento/module-catalog": "102.0.*",
2456
                "magento/module-cms": "102.0.*",
2457
                "magento/module-email": "100.2.*",
2458
                "magento/module-store": "100.2.*",
2459
                "magento/module-theme": "100.2.*",
2460
                "magento/module-variable": "100.2.*",
2461
                "php": "7.0.2|7.0.4|~7.0.6|~7.1.0"
2462
            },
2463
            "suggest": {
2464
                "magento/module-widget-sample-data": "Sample Data version:100.2.*"
2465
            },
2466
            "type": "magento2-module",
2467
            "autoload": {
2468
                "files": [
2469
                    "registration.php"
2470
                ],
2471
                "psr-4": {
2472
                    "Magento\\Widget\\": ""
2473
                }
2474
            },
2475
            "license": [
2476
                "OSL-3.0",
2477
                "AFL-3.0"
2478
            ],
2479
            "description": "N/A"
2480
        },
2481
        {
2482
            "name": "magento/module-wishlist",
2483
            "version": "101.0.2",
2484
            "dist": {
2485
                "type": "zip",
2486
                "url": "https://repo.magento.com/archives/magento/module-wishlist/magento-module-wishlist-101.0.2.0.zip",
2487
                "reference": null,
2488
                "shasum": "26784c0fd25ea9e6650333594d62e8cf7965cee7"
2489
            },
2490
            "require": {
2491
                "magento/framework": "101.0.*",
2492
                "magento/module-backend": "100.2.*",
2493
                "magento/module-catalog": "102.0.*",
2494
                "magento/module-catalog-inventory": "100.2.*",
2495
                "magento/module-checkout": "100.2.*",
2496
                "magento/module-customer": "101.0.*",
2497
                "magento/module-rss": "100.2.*",
2498
                "magento/module-sales": "101.0.*",
2499
                "magento/module-store": "100.2.*",
2500
                "magento/module-ui": "101.0.*",
2501
                "php": "7.0.2|7.0.4|~7.0.6|~7.1.0"
2502
            },
2503
            "suggest": {
2504
                "magento/module-bundle": "100.2.*",
2505
                "magento/module-configurable-product": "100.2.*",
2506
                "magento/module-cookie": "100.2.*",
2507
                "magento/module-downloadable": "100.2.*",
2508
                "magento/module-grouped-product": "100.2.*",
2509
                "magento/module-wishlist-sample-data": "Sample Data version:100.2.*"
2510
            },
2511
            "type": "magento2-module",
2512
            "autoload": {
2513
                "files": [
2514
                    "registration.php"
2515
                ],
2516
                "psr-4": {
2517
                    "Magento\\Wishlist\\": ""
2518
                }
2519
            },
2520
            "license": [
2521
                "OSL-3.0",
2522
                "AFL-3.0"
2523
            ],
2524
            "description": "N/A"
2525
        },
2526
        {
2527
            "name": "magento/zendframework1",
2528
            "version": "1.13.1",
2529
            "source": {
2530
                "type": "git",
2531
                "url": "https://github.com/magento/zf1.git",
2532
                "reference": "e2693f047bb7ccb8affa8f72ea40269f4c9f4fbf"
2533
            },
2534
            "dist": {
2535
                "type": "zip",
2536
                "url": "https://api.github.com/repos/magento/zf1/zipball/e2693f047bb7ccb8affa8f72ea40269f4c9f4fbf",
2537
                "reference": "e2693f047bb7ccb8affa8f72ea40269f4c9f4fbf",
2538
                "shasum": ""
2539
            },
2540
            "require": {
2541
                "php": ">=5.2.11"
2542
            },
2543
            "require-dev": {
2544
                "phpunit/dbunit": "1.3.*",
2545
                "phpunit/phpunit": "3.7.*"
2546
            },
2547
            "type": "library",
2548
            "extra": {
2549
                "branch-alias": {
2550
                    "dev-master": "1.12.x-dev"
2551
                }
2552
            },
2553
            "autoload": {
2554
                "psr-0": {
2555
                    "Zend_": "library/"
2556
                }
2557
            },
2558
            "notification-url": "https://packagist.org/downloads/",
2559
            "include-path": [
2560
                "library/"
2561
            ],
2562
            "license": [
2563
                "BSD-3-Clause"
2564
            ],
2565
            "description": "Magento Zend Framework 1",
2566
            "homepage": "http://framework.zend.com/",
2567
            "keywords": [
2568
                "ZF1",
2569
                "framework"
2570
            ],
2571
            "time": "2017-06-21 14:56:23"
2572
        },
2573
        {
2574
            "name": "monolog/monolog",
2575
            "version": "1.23.0",
2576
            "source": {
2577
                "type": "git",
2578
                "url": "https://github.com/Seldaek/monolog.git",
2579
                "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4"
2580
            },
2581
            "dist": {
2582
                "type": "zip",
2583
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
2584
                "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
2585
                "shasum": ""
2586
            },
2587
            "require": {
2588
                "php": ">=5.3.0",
2589
                "psr/log": "~1.0"
2590
            },
2591
            "provide": {
2592
                "psr/log-implementation": "1.0.0"
2593
            },
2594
            "require-dev": {
2595
                "aws/aws-sdk-php": "^2.4.9 || ^3.0",
2596
                "doctrine/couchdb": "~1.0@dev",
2597
                "graylog2/gelf-php": "~1.0",
2598
                "jakub-onderka/php-parallel-lint": "0.9",
2599
                "php-amqplib/php-amqplib": "~2.4",
2600
                "php-console/php-console": "^3.1.3",
2601
                "phpunit/phpunit": "~4.5",
2602
                "phpunit/phpunit-mock-objects": "2.3.0",
2603
                "ruflin/elastica": ">=0.90 <3.0",
2604
                "sentry/sentry": "^0.13",
2605
                "swiftmailer/swiftmailer": "^5.3|^6.0"
2606
            },
2607
            "suggest": {
2608
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
2609
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
2610
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
2611
                "ext-mongo": "Allow sending log messages to a MongoDB server",
2612
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
2613
                "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
2614
                "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
2615
                "php-console/php-console": "Allow sending log messages to Google Chrome",
2616
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
2617
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
2618
                "sentry/sentry": "Allow sending log messages to a Sentry server"
2619
            },
2620
            "type": "library",
2621
            "extra": {
2622
                "branch-alias": {
2623
                    "dev-master": "2.0.x-dev"
2624
                }
2625
            },
2626
            "autoload": {
2627
                "psr-4": {
2628
                    "Monolog\\": "src/Monolog"
2629
                }
2630
            },
2631
            "notification-url": "https://packagist.org/downloads/",
2632
            "license": [
2633
                "MIT"
2634
            ],
2635
            "authors": [
2636
                {
2637
                    "name": "Jordi Boggiano",
2638
                    "email": "[email protected]",
2639
                    "homepage": "http://seld.be"
2640
                }
2641
            ],
2642
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
2643
            "homepage": "http://github.com/Seldaek/monolog",
2644
            "keywords": [
2645
                "log",
2646
                "logging",
2647
                "psr-3"
2648
            ],
2649
            "time": "2017-06-19 01:22:40"
2650
        },
2651
        {
2652
            "name": "oyejorge/less.php",
2653
            "version": "v1.7.0.14",
2654
            "source": {
2655
                "type": "git",
2656
                "url": "https://github.com/oyejorge/less.php.git",
2657
                "reference": "42925c5a01a07d67ca7e82dfc8fb31814d557bc9"
2658
            },
2659
            "dist": {
2660
                "type": "zip",
2661
                "url": "https://api.github.com/repos/oyejorge/less.php/zipball/42925c5a01a07d67ca7e82dfc8fb31814d557bc9",
2662
                "reference": "42925c5a01a07d67ca7e82dfc8fb31814d557bc9",
2663
                "shasum": ""
2664
            },
2665
            "require": {
2666
                "php": ">=5.3"
2667
            },
2668
            "require-dev": {
2669
                "phpunit/phpunit": "~4.8.24"
2670
            },
2671
            "bin": [
2672
                "bin/lessc"
2673
            ],
2674
            "type": "library",
2675
            "autoload": {
2676
                "psr-0": {
2677
                    "Less": "lib/"
2678
                },
2679
                "classmap": [
2680
                    "lessc.inc.php"
2681
                ]
2682
            },
2683
            "notification-url": "https://packagist.org/downloads/",
2684
            "license": [
2685
                "Apache-2.0"
2686
            ],
2687
            "authors": [
2688
                {
2689
                    "name": "Matt Agar",
2690
                    "homepage": "https://github.com/agar"
2691
                },
2692
                {
2693
                    "name": "Martin Jantošovič",
2694
                    "homepage": "https://github.com/Mordred"
2695
                },
2696
                {
2697
                    "name": "Josh Schmidt",
2698
                    "homepage": "https://github.com/oyejorge"
2699
                }
2700
            ],
2701
            "description": "PHP port of the Javascript version of LESS http://lesscss.org (Originally maintained by Josh Schmidt)",
2702
            "homepage": "http://lessphp.gpeasy.com",
2703
            "keywords": [
2704
                "css",
2705
                "less",
2706
                "less.js",
2707
                "lesscss",
2708
                "php",
2709
                "stylesheet"
2710
            ],
2711
            "time": "2017-03-28 22:19:25"
2712
        },
2713
        {
2714
            "name": "psr/container",
2715
            "version": "1.0.0",
2716
            "source": {
2717
                "type": "git",
2718
                "url": "https://github.com/php-fig/container.git",
2719
                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
2720
            },
2721
            "dist": {
2722
                "type": "zip",
2723
                "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
2724
                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
2725
                "shasum": ""
2726
            },
2727
            "require": {
2728
                "php": ">=5.3.0"
2729
            },
2730
            "type": "library",
2731
            "extra": {
2732
                "branch-alias": {
2733
                    "dev-master": "1.0.x-dev"
2734
                }
2735
            },
2736
            "autoload": {
2737
                "psr-4": {
2738
                    "Psr\\Container\\": "src/"
2739
                }
2740
            },
2741
            "notification-url": "https://packagist.org/downloads/",
2742
            "license": [
2743
                "MIT"
2744
            ],
2745
            "authors": [
2746
                {
2747
                    "name": "PHP-FIG",
2748
                    "homepage": "http://www.php-fig.org/"
2749
                }
2750
            ],
2751
            "description": "Common Container Interface (PHP FIG PSR-11)",
2752
            "homepage": "https://github.com/php-fig/container",
2753
            "keywords": [
2754
                "PSR-11",
2755
                "container",
2756
                "container-interface",
2757
                "container-interop",
2758
                "psr"
2759
            ],
2760
            "time": "2017-02-14 16:28:37"
2761
        },
2762
        {
2763
            "name": "psr/http-message",
2764
            "version": "1.0.1",
2765
            "source": {
2766
                "type": "git",
2767
                "url": "https://github.com/php-fig/http-message.git",
2768
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
2769
            },
2770
            "dist": {
2771
                "type": "zip",
2772
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
2773
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
2774
                "shasum": ""
2775
            },
2776
            "require": {
2777
                "php": ">=5.3.0"
2778
            },
2779
            "type": "library",
2780
            "extra": {
2781
                "branch-alias": {
2782
                    "dev-master": "1.0.x-dev"
2783
                }
2784
            },
2785
            "autoload": {
2786
                "psr-4": {
2787
                    "Psr\\Http\\Message\\": "src/"
2788
                }
2789
            },
2790
            "notification-url": "https://packagist.org/downloads/",
2791
            "license": [
2792
                "MIT"
2793
            ],
2794
            "authors": [
2795
                {
2796
                    "name": "PHP-FIG",
2797
                    "homepage": "http://www.php-fig.org/"
2798
                }
2799
            ],
2800
            "description": "Common interface for HTTP messages",
2801
            "homepage": "https://github.com/php-fig/http-message",
2802
            "keywords": [
2803
                "http",
2804
                "http-message",
2805
                "psr",
2806
                "psr-7",
2807
                "request",
2808
                "response"
2809
            ],
2810
            "time": "2016-08-06 14:39:51"
2811
        },
2812
        {
2813
            "name": "psr/log",
2814
            "version": "1.0.2",
2815
            "source": {
2816
                "type": "git",
2817
                "url": "https://github.com/php-fig/log.git",
2818
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
2819
            },
2820
            "dist": {
2821
                "type": "zip",
2822
                "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
2823
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
2824
                "shasum": ""
2825
            },
2826
            "require": {
2827
                "php": ">=5.3.0"
2828
            },
2829
            "type": "library",
2830
            "extra": {
2831
                "branch-alias": {
2832
                    "dev-master": "1.0.x-dev"
2833
                }
2834
            },
2835
            "autoload": {
2836
                "psr-4": {
2837
                    "Psr\\Log\\": "Psr/Log/"
2838
                }
2839
            },
2840
            "notification-url": "https://packagist.org/downloads/",
2841
            "license": [
2842
                "MIT"
2843
            ],
2844
            "authors": [
2845
                {
2846
                    "name": "PHP-FIG",
2847
                    "homepage": "http://www.php-fig.org/"
2848
                }
2849
            ],
2850
            "description": "Common interface for logging libraries",
2851
            "homepage": "https://github.com/php-fig/log",
2852
            "keywords": [
2853
                "log",
2854
                "psr",
2855
                "psr-3"
2856
            ],
2857
            "time": "2016-10-10 12:19:37"
2858
        },
2859
        {
2860
            "name": "seld/cli-prompt",
2861
            "version": "1.0.3",
2862
            "source": {
2863
                "type": "git",
2864
                "url": "https://github.com/Seldaek/cli-prompt.git",
2865
                "reference": "a19a7376a4689d4d94cab66ab4f3c816019ba8dd"
2866
            },
2867
            "dist": {
2868
                "type": "zip",
2869
                "url": "https://api.github.com/repos/Seldaek/cli-prompt/zipball/a19a7376a4689d4d94cab66ab4f3c816019ba8dd",
2870
                "reference": "a19a7376a4689d4d94cab66ab4f3c816019ba8dd",
2871
                "shasum": ""
2872
            },
2873
            "require": {
2874
                "php": ">=5.3"
2875
            },
2876
            "type": "library",
2877
            "extra": {
2878
                "branch-alias": {
2879
                    "dev-master": "1.x-dev"
2880
                }
2881
            },
2882
            "autoload": {
2883
                "psr-4": {
2884
                    "Seld\\CliPrompt\\": "src/"
2885
                }
2886
            },
2887
            "notification-url": "https://packagist.org/downloads/",
2888
            "license": [
2889
                "MIT"
2890
            ],
2891
            "authors": [
2892
                {
2893
                    "name": "Jordi Boggiano",
2894
                    "email": "[email protected]"
2895
                }
2896
            ],
2897
            "description": "Allows you to prompt for user input on the command line, and optionally hide the characters they type",
2898
            "keywords": [
2899
                "cli",
2900
                "console",
2901
                "hidden",
2902
                "input",
2903
                "prompt"
2904
            ],
2905
            "time": "2017-03-18 11:32:45"
2906
        },
2907
        {
2908
            "name": "seld/jsonlint",
2909
            "version": "1.7.1",
2910
            "source": {
2911
                "type": "git",
2912
                "url": "https://github.com/Seldaek/jsonlint.git",
2913
                "reference": "d15f59a67ff805a44c50ea0516d2341740f81a38"
2914
            },
2915
            "dist": {
2916
                "type": "zip",
2917
                "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/d15f59a67ff805a44c50ea0516d2341740f81a38",
2918
                "reference": "d15f59a67ff805a44c50ea0516d2341740f81a38",
2919
                "shasum": ""
2920
            },
2921
            "require": {
2922
                "php": "^5.3 || ^7.0"
2923
            },
2924
            "require-dev": {
2925
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
2926
            },
2927
            "bin": [
2928
                "bin/jsonlint"
2929
            ],
2930
            "type": "library",
2931
            "autoload": {
2932
                "psr-4": {
2933
                    "Seld\\JsonLint\\": "src/Seld/JsonLint/"
2934
                }
2935
            },
2936
            "notification-url": "https://packagist.org/downloads/",
2937
            "license": [
2938
                "MIT"
2939
            ],
2940
            "authors": [
2941
                {
2942
                    "name": "Jordi Boggiano",
2943
                    "email": "[email protected]",
2944
                    "homepage": "http://seld.be"
2945
                }
2946
            ],
2947
            "description": "JSON Linter",
2948
            "keywords": [
2949
                "json",
2950
                "linter",
2951
                "parser",
2952
                "validator"
2953
            ],
2954
            "time": "2018-01-24 12:46:19"
2955
        },
2956
        {
2957
            "name": "seld/phar-utils",
2958
            "version": "1.0.1",
2959
            "source": {
2960
                "type": "git",
2961
                "url": "https://github.com/Seldaek/phar-utils.git",
2962
                "reference": "7009b5139491975ef6486545a39f3e6dad5ac30a"
2963
            },
2964
            "dist": {
2965
                "type": "zip",
2966
                "url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/7009b5139491975ef6486545a39f3e6dad5ac30a",
2967
                "reference": "7009b5139491975ef6486545a39f3e6dad5ac30a",
2968
                "shasum": ""
2969
            },
2970
            "require": {
2971
                "php": ">=5.3"
2972
            },
2973
            "type": "library",
2974
            "extra": {
2975
                "branch-alias": {
2976
                    "dev-master": "1.x-dev"
2977
                }
2978
            },
2979
            "autoload": {
2980
                "psr-4": {
2981
                    "Seld\\PharUtils\\": "src/"
2982
                }
2983
            },
2984
            "notification-url": "https://packagist.org/downloads/",
2985
            "license": [
2986
                "MIT"
2987
            ],
2988
            "authors": [
2989
                {
2990
                    "name": "Jordi Boggiano",
2991
                    "email": "[email protected]"
2992
                }
2993
            ],
2994
            "description": "PHAR file format utilities, for when PHP phars you up",
2995
            "keywords": [
2996
                "phra"
2997
            ],
2998
            "time": "2015-10-13 18:44:15"
2999
        },
3000
        {
3001
            "name": "symfony/console",
3002
            "version": "v2.8.40",
3003
            "source": {
3004
                "type": "git",
3005
                "url": "https://github.com/symfony/console.git",
3006
                "reference": "e8e59b74ad1274714dad2748349b55e3e6e630c7"
3007
            },
3008
            "dist": {
3009
                "type": "zip",
3010
                "url": "https://api.github.com/repos/symfony/console/zipball/e8e59b74ad1274714dad2748349b55e3e6e630c7",
3011
                "reference": "e8e59b74ad1274714dad2748349b55e3e6e630c7",
3012
                "shasum": ""
3013
            },
3014
            "require": {
3015
                "php": ">=5.3.9",
3016
                "symfony/debug": "^2.7.2|~3.0.0",
3017
                "symfony/polyfill-mbstring": "~1.0"
3018
            },
3019
            "require-dev": {
3020
                "psr/log": "~1.0",
3021
                "symfony/event-dispatcher": "~2.1|~3.0.0",
3022
                "symfony/process": "~2.1|~3.0.0"
3023
            },
3024
            "suggest": {
3025
                "psr/log-implementation": "For using the console logger",
3026
                "symfony/event-dispatcher": "",
3027
                "symfony/process": ""
3028
            },
3029
            "type": "library",
3030
            "extra": {
3031
                "branch-alias": {
3032
                    "dev-master": "2.8-dev"
3033
                }
3034
            },
3035
            "autoload": {
3036
                "psr-4": {
3037
                    "Symfony\\Component\\Console\\": ""
3038
                },
3039
                "exclude-from-classmap": [
3040
                    "/Tests/"
3041
                ]
3042
            },
3043
            "notification-url": "https://packagist.org/downloads/",
3044
            "license": [
3045
                "MIT"
3046
            ],
3047
            "authors": [
3048
                {
3049
                    "name": "Fabien Potencier",
3050
                    "email": "[email protected]"
3051
                },
3052
                {
3053
                    "name": "Symfony Community",
3054
                    "homepage": "https://symfony.com/contributors"
3055
                }
3056
            ],
3057
            "description": "Symfony Console Component",
3058
            "homepage": "https://symfony.com",
3059
            "time": "2018-05-15 21:17:45"
3060
        },
3061
        {
3062
            "name": "symfony/debug",
3063
            "version": "v3.0.9",
3064
            "source": {
3065
                "type": "git",
3066
                "url": "https://github.com/symfony/debug.git",
3067
                "reference": "697c527acd9ea1b2d3efac34d9806bf255278b0a"
3068
            },
3069
            "dist": {
3070
                "type": "zip",
3071
                "url": "https://api.github.com/repos/symfony/debug/zipball/697c527acd9ea1b2d3efac34d9806bf255278b0a",
3072
                "reference": "697c527acd9ea1b2d3efac34d9806bf255278b0a",
3073
                "shasum": ""
3074
            },
3075
            "require": {
3076
                "php": ">=5.5.9",
3077
                "psr/log": "~1.0"
3078
            },
3079
            "conflict": {
3080
                "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
3081
            },
3082
            "require-dev": {
3083
                "symfony/class-loader": "~2.8|~3.0",
3084
                "symfony/http-kernel": "~2.8|~3.0"
3085
            },
3086
            "type": "library",
3087
            "extra": {
3088
                "branch-alias": {
3089
                    "dev-master": "3.0-dev"
3090
                }
3091
            },
3092
            "autoload": {
3093
                "psr-4": {
3094
                    "Symfony\\Component\\Debug\\": ""
3095
                },
3096
                "exclude-from-classmap": [
3097
                    "/Tests/"
3098
                ]
3099
            },
3100
            "notification-url": "https://packagist.org/downloads/",
3101
            "license": [
3102
                "MIT"
3103
            ],
3104
            "authors": [
3105
                {
3106
                    "name": "Fabien Potencier",
3107
                    "email": "[email protected]"
3108
                },
3109
                {
3110
                    "name": "Symfony Community",
3111
                    "homepage": "https://symfony.com/contributors"
3112
                }
3113
            ],
3114
            "description": "Symfony Debug Component",
3115
            "homepage": "https://symfony.com",
3116
            "time": "2016-07-30 07:22:48"
3117
        },
3118
        {
3119
            "name": "symfony/filesystem",
3120
            "version": "v3.4.10",
3121
            "source": {
3122
                "type": "git",
3123
                "url": "https://github.com/symfony/filesystem.git",
3124
                "reference": "8e03ca3fa52a0f56b87506f38cf7bd3f9442b3a0"
3125
            },
3126
            "dist": {
3127
                "type": "zip",
3128
                "url": "https://api.github.com/repos/symfony/filesystem/zipball/8e03ca3fa52a0f56b87506f38cf7bd3f9442b3a0",
3129
                "reference": "8e03ca3fa52a0f56b87506f38cf7bd3f9442b3a0",
3130
                "shasum": ""
3131
            },
3132
            "require": {
3133
                "php": "^5.5.9|>=7.0.8",
3134
                "symfony/polyfill-ctype": "~1.8"
3135
            },
3136
            "type": "library",
3137
            "extra": {
3138
                "branch-alias": {
3139
                    "dev-master": "3.4-dev"
3140
                }
3141
            },
3142
            "autoload": {
3143
                "psr-4": {
3144
                    "Symfony\\Component\\Filesystem\\": ""
3145
                },
3146
                "exclude-from-classmap": [
3147
                    "/Tests/"
3148
                ]
3149
            },
3150
            "notification-url": "https://packagist.org/downloads/",
3151
            "license": [
3152
                "MIT"
3153
            ],
3154
            "authors": [
3155
                {
3156
                    "name": "Fabien Potencier",
3157
                    "email": "[email protected]"
3158
                },
3159
                {
3160
                    "name": "Symfony Community",
3161
                    "homepage": "https://symfony.com/contributors"
3162
                }
3163
            ],
3164
            "description": "Symfony Filesystem Component",
3165
            "homepage": "https://symfony.com",
3166
            "time": "2018-05-16 08:49:21"
3167
        },
3168
        {
3169
            "name": "symfony/finder",
3170
            "version": "v3.4.10",
3171
            "source": {
3172
                "type": "git",
3173
                "url": "https://github.com/symfony/finder.git",
3174
                "reference": "472a92f3df8b247b49ae364275fb32943b9656c6"
3175
            },
3176
            "dist": {
3177
                "type": "zip",
3178
                "url": "https://api.github.com/repos/symfony/finder/zipball/472a92f3df8b247b49ae364275fb32943b9656c6",
3179
                "reference": "472a92f3df8b247b49ae364275fb32943b9656c6",
3180
                "shasum": ""
3181
            },
3182
            "require": {
3183
                "php": "^5.5.9|>=7.0.8"
3184
            },
3185
            "type": "library",
3186
            "extra": {
3187
                "branch-alias": {
3188
                    "dev-master": "3.4-dev"
3189
                }
3190
            },
3191
            "autoload": {
3192
                "psr-4": {
3193
                    "Symfony\\Component\\Finder\\": ""
3194
                },
3195
                "exclude-from-classmap": [
3196
                    "/Tests/"
3197
                ]
3198
            },
3199
            "notification-url": "https://packagist.org/downloads/",
3200
            "license": [
3201
                "MIT"
3202
            ],
3203
            "authors": [
3204
                {
3205
                    "name": "Fabien Potencier",
3206
                    "email": "[email protected]"
3207
                },
3208
                {
3209
                    "name": "Symfony Community",
3210
                    "homepage": "https://symfony.com/contributors"
3211
                }
3212
            ],
3213
            "description": "Symfony Finder Component",
3214
            "homepage": "https://symfony.com",
3215
            "time": "2018-05-16 08:49:21"
3216
        },
3217
        {
3218
            "name": "symfony/polyfill-ctype",
3219
            "version": "v1.8.0",
3220
            "source": {
3221
                "type": "git",
3222
                "url": "https://github.com/symfony/polyfill-ctype.git",
3223
                "reference": "7cc359f1b7b80fc25ed7796be7d96adc9b354bae"
3224
            },
3225
            "dist": {
3226
                "type": "zip",
3227
                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/7cc359f1b7b80fc25ed7796be7d96adc9b354bae",
3228
                "reference": "7cc359f1b7b80fc25ed7796be7d96adc9b354bae",
3229
                "shasum": ""
3230
            },
3231
            "require": {
3232
                "php": ">=5.3.3"
3233
            },
3234
            "type": "library",
3235
            "extra": {
3236
                "branch-alias": {
3237
                    "dev-master": "1.8-dev"
3238
                }
3239
            },
3240
            "autoload": {
3241
                "psr-4": {
3242
                    "Symfony\\Polyfill\\Ctype\\": ""
3243
                },
3244
                "files": [
3245
                    "bootstrap.php"
3246
                ]
3247
            },
3248
            "notification-url": "https://packagist.org/downloads/",
3249
            "license": [
3250
                "MIT"
3251
            ],
3252
            "authors": [
3253
                {
3254
                    "name": "Symfony Community",
3255
                    "homepage": "https://symfony.com/contributors"
3256
                },
3257
                {
3258
                    "name": "Gert de Pagter",
3259
                    "email": "[email protected]"
3260
                }
3261
            ],
3262
            "description": "Symfony polyfill for ctype functions",
3263
            "homepage": "https://symfony.com",
3264
            "keywords": [
3265
                "compatibility",
3266
                "ctype",
3267
                "polyfill",
3268
                "portable"
3269
            ],
3270
            "time": "2018-04-30 19:57:29"
3271
        },
3272
        {
3273
            "name": "symfony/polyfill-mbstring",
3274
            "version": "v1.8.0",
3275
            "source": {
3276
                "type": "git",
3277
                "url": "https://github.com/symfony/polyfill-mbstring.git",
3278
                "reference": "3296adf6a6454a050679cde90f95350ad604b171"
3279
            },
3280
            "dist": {
3281
                "type": "zip",
3282
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/3296adf6a6454a050679cde90f95350ad604b171",
3283
                "reference": "3296adf6a6454a050679cde90f95350ad604b171",
3284
                "shasum": ""
3285
            },
3286
            "require": {
3287
                "php": ">=5.3.3"
3288
            },
3289
            "suggest": {
3290
                "ext-mbstring": "For best performance"
3291
            },
3292
            "type": "library",
3293
            "extra": {
3294
                "branch-alias": {
3295
                    "dev-master": "1.8-dev"
3296
                }
3297
            },
3298
            "autoload": {
3299
                "psr-4": {
3300
                    "Symfony\\Polyfill\\Mbstring\\": ""
3301
                },
3302
                "files": [
3303
                    "bootstrap.php"
3304
                ]
3305
            },
3306
            "notification-url": "https://packagist.org/downloads/",
3307
            "license": [
3308
                "MIT"
3309
            ],
3310
            "authors": [
3311
                {
3312
                    "name": "Nicolas Grekas",
3313
                    "email": "[email protected]"
3314
                },
3315
                {
3316
                    "name": "Symfony Community",
3317
                    "homepage": "https://symfony.com/contributors"
3318
                }
3319
            ],
3320
            "description": "Symfony polyfill for the Mbstring extension",
3321
            "homepage": "https://symfony.com",
3322
            "keywords": [
3323
                "compatibility",
3324
                "mbstring",
3325
                "polyfill",
3326
                "portable",
3327
                "shim"
3328
            ],
3329
            "time": "2018-04-26 10:06:28"
3330
        },
3331
        {
3332
            "name": "symfony/process",
3333
            "version": "v2.8.40",
3334
            "source": {
3335
                "type": "git",
3336
                "url": "https://github.com/symfony/process.git",
3337
                "reference": "713952f2ccbcc8342ecdbe1cb313d3e2da8aad28"
3338
            },
3339
            "dist": {
3340
                "type": "zip",
3341
                "url": "https://api.github.com/repos/symfony/process/zipball/713952f2ccbcc8342ecdbe1cb313d3e2da8aad28",
3342
                "reference": "713952f2ccbcc8342ecdbe1cb313d3e2da8aad28",
3343
                "shasum": ""
3344
            },
3345
            "require": {
3346
                "php": ">=5.3.9"
3347
            },
3348
            "type": "library",
3349
            "extra": {
3350
                "branch-alias": {
3351
                    "dev-master": "2.8-dev"
3352
                }
3353
            },
3354
            "autoload": {
3355
                "psr-4": {
3356
                    "Symfony\\Component\\Process\\": ""
3357
                },
3358
                "exclude-from-classmap": [
3359
                    "/Tests/"
3360
                ]
3361
            },
3362
            "notification-url": "https://packagist.org/downloads/",
3363
            "license": [
3364
                "MIT"
3365
            ],
3366
            "authors": [
3367
                {
3368
                    "name": "Fabien Potencier",
3369
                    "email": "[email protected]"
3370
                },
3371
                {
3372
                    "name": "Symfony Community",
3373
                    "homepage": "https://symfony.com/contributors"
3374
                }
3375
            ],
3376
            "description": "Symfony Process Component",
3377
            "homepage": "https://symfony.com",
3378
            "time": "2018-05-15 21:17:45"
3379
        },
3380
        {
3381
            "name": "tedivm/jshrink",
3382
            "version": "v1.3.0",
3383
            "source": {
3384
                "type": "git",
3385
                "url": "https://github.com/tedious/JShrink.git",
3386
                "reference": "68ce379b213741e86f02bf6053b0d26b9f833448"
3387
            },
3388
            "dist": {
3389
                "type": "zip",
3390
                "url": "https://api.github.com/repos/tedious/JShrink/zipball/68ce379b213741e86f02bf6053b0d26b9f833448",
3391
                "reference": "68ce379b213741e86f02bf6053b0d26b9f833448",
3392
                "shasum": ""
3393
            },
3394
            "require": {
3395
                "php": "^5.6|^7.0"
3396
            },
3397
            "require-dev": {
3398
                "friendsofphp/php-cs-fixer": "^2.8",
3399
                "php-coveralls/php-coveralls": "^1.1.0",
3400
                "phpunit/phpunit": "^6"
3401
            },
3402
            "type": "library",
3403
            "autoload": {
3404
                "psr-0": {
3405
                    "JShrink": "src/"
3406
                }
3407
            },
3408
            "notification-url": "https://packagist.org/downloads/",
3409
            "license": [
3410
                "BSD-3-Clause"
3411
            ],
3412
            "authors": [
3413
                {
3414
                    "name": "Robert Hafner",
3415
                    "email": "[email protected]"
3416
                }
3417
            ],
3418
            "description": "Javascript Minifier built in PHP",
3419
            "homepage": "http://github.com/tedious/JShrink",
3420
            "keywords": [
3421
                "javascript",
3422
                "minifier"
3423
            ],
3424
            "time": "2017-12-08 00:59:56"
3425
        },
3426
        {
3427
            "name": "zendframework/zend-code",
3428
            "version": "3.1.0",
3429
            "source": {
3430
                "type": "git",
3431
                "url": "https://github.com/zendframework/zend-code.git",
3432
                "reference": "2899c17f83a7207f2d7f53ec2f421204d3beea27"
3433
            },
3434
            "dist": {
3435
                "type": "zip",
3436
                "url": "https://api.github.com/repos/zendframework/zend-code/zipball/2899c17f83a7207f2d7f53ec2f421204d3beea27",
3437
                "reference": "2899c17f83a7207f2d7f53ec2f421204d3beea27",
3438
                "shasum": ""
3439
            },
3440
            "require": {
3441
                "php": "^5.6 || 7.0.0 - 7.0.4 || ^7.0.6",
3442
                "zendframework/zend-eventmanager": "^2.6 || ^3.0"
3443
            },
3444
            "require-dev": {
3445
                "doctrine/annotations": "~1.0",
3446
                "ext-phar": "*",
3447
                "phpunit/phpunit": "^4.8.21",
3448
                "squizlabs/php_codesniffer": "^2.5",
3449
                "zendframework/zend-stdlib": "^2.7 || ^3.0"
3450
            },
3451
            "suggest": {
3452
                "doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features",
3453
                "zendframework/zend-stdlib": "Zend\\Stdlib component"
3454
            },
3455
            "type": "library",
3456
            "extra": {
3457
                "branch-alias": {
3458
                    "dev-master": "3.1-dev",
3459
                    "dev-develop": "3.2-dev"
3460
                }
3461
            },
3462
            "autoload": {
3463
                "psr-4": {
3464
                    "Zend\\Code\\": "src/"
3465
                }
3466
            },
3467
            "notification-url": "https://packagist.org/downloads/",
3468
            "license": [
3469
                "BSD-3-Clause"
3470
            ],
3471
            "description": "provides facilities to generate arbitrary code using an object oriented interface",
3472
            "homepage": "https://github.com/zendframework/zend-code",
3473
            "keywords": [
3474
                "code",
3475
                "zf2"
3476
            ],
3477
            "time": "2016-10-24 13:23:32"
3478
        },
3479
        {
3480
            "name": "zendframework/zend-console",
3481
            "version": "2.7.0",
3482
            "source": {
3483
                "type": "git",
3484
                "url": "https://github.com/zendframework/zend-console.git",
3485
                "reference": "e8aa08da83de3d265256c40ba45cd649115f0e18"
3486
            },
3487
            "dist": {
3488
                "type": "zip",
3489
                "url": "https://api.github.com/repos/zendframework/zend-console/zipball/e8aa08da83de3d265256c40ba45cd649115f0e18",
3490
                "reference": "e8aa08da83de3d265256c40ba45cd649115f0e18",
3491
                "shasum": ""
3492
            },
3493
            "require": {
3494
                "php": "^5.6 || ^7.0",
3495
                "zendframework/zend-stdlib": "^2.7.7 || ^3.1"
3496
            },
3497
            "require-dev": {
3498
                "phpunit/phpunit": "^5.7.23 || ^6.4.3",
3499
                "zendframework/zend-coding-standard": "~1.0.0",
3500
                "zendframework/zend-filter": "^2.7.2",
3501
                "zendframework/zend-json": "^2.6 || ^3.0",
3502
                "zendframework/zend-validator": "^2.10.1"
3503
            },
3504
            "suggest": {
3505
                "zendframework/zend-filter": "To support DefaultRouteMatcher usage",
3506
                "zendframework/zend-validator": "To support DefaultRouteMatcher usage"
3507
            },
3508
            "type": "library",
3509
            "extra": {
3510
                "branch-alias": {
3511
                    "dev-master": "2.7.x-dev",
3512
                    "dev-develop": "2.8.x-dev"
3513
                }
3514
            },
3515
            "autoload": {
3516
                "psr-4": {
3517
                    "Zend\\Console\\": "src/"
3518
                }
3519
            },
3520
            "notification-url": "https://packagist.org/downloads/",
3521
            "license": [
3522
                "BSD-3-Clause"
3523
            ],
3524
            "description": "Build console applications using getopt syntax or routing, complete with prompts",
3525
            "keywords": [
3526
                "ZendFramework",
3527
                "console",
3528
                "zf"
3529
            ],
3530
            "time": "2018-01-25 19:08:04"
3531
        },
3532
        {
3533
            "name": "zendframework/zend-crypt",
3534
            "version": "2.6.0",
3535
            "source": {
3536
                "type": "git",
3537
                "url": "https://github.com/zendframework/zend-crypt.git",
3538
                "reference": "1b2f5600bf6262904167116fa67b58ab1457036d"
3539
            },
3540
            "dist": {
3541
                "type": "zip",
3542
                "url": "https://api.github.com/repos/zendframework/zend-crypt/zipball/1b2f5600bf6262904167116fa67b58ab1457036d",
3543
                "reference": "1b2f5600bf6262904167116fa67b58ab1457036d",
3544
                "shasum": ""
3545
            },
3546
            "require": {
3547
                "container-interop/container-interop": "~1.0",
3548
                "php": "^5.5 || ^7.0",
3549
                "zendframework/zend-math": "^2.6",
3550
                "zendframework/zend-stdlib": "^2.7 || ^3.0"
3551
            },
3552
            "require-dev": {
3553
                "fabpot/php-cs-fixer": "1.7.*",
3554
                "phpunit/phpunit": "~4.0"
3555
            },
3556
            "suggest": {
3557
                "ext-mcrypt": "Required for most features of Zend\\Crypt"
3558
            },
3559
            "type": "library",
3560
            "extra": {
3561
                "branch-alias": {
3562
                    "dev-master": "2.6-dev",
3563
                    "dev-develop": "2.7-dev"
3564
                }
3565
            },
3566
            "autoload": {
3567
                "psr-4": {
3568
                    "Zend\\Crypt\\": "src/"
3569
                }
3570
            },
3571
            "notification-url": "https://packagist.org/downloads/",
3572
            "license": [
3573
                "BSD-3-Clause"
3574
            ],
3575
            "homepage": "https://github.com/zendframework/zend-crypt",
3576
            "keywords": [
3577
                "crypt",
3578
                "zf2"
3579
            ],
3580
            "time": "2016-02-03 23:46:30"
3581
        },
3582
        {
3583
            "name": "zendframework/zend-diactoros",
0 ignored issues
show
There is a security advisory for your installed version of zendframework/zend-diactoros:

URL Rewrite vulnerability
Loading history...
3584
            "version": "1.7.1",
3585
            "source": {
3586
                "type": "git",
3587
                "url": "https://github.com/zendframework/zend-diactoros.git",
3588
                "reference": "bf26aff803a11c5cc8eb7c4878a702c403ec67f1"
3589
            },
3590
            "dist": {
3591
                "type": "zip",
3592
                "url": "https://api.github.com/repos/zendframework/zend-diactoros/zipball/bf26aff803a11c5cc8eb7c4878a702c403ec67f1",
3593
                "reference": "bf26aff803a11c5cc8eb7c4878a702c403ec67f1",
3594
                "shasum": ""
3595
            },
3596
            "require": {
3597
                "php": "^5.6 || ^7.0",
3598
                "psr/http-message": "^1.0"
3599
            },
3600
            "provide": {
3601
                "psr/http-message-implementation": "1.0"
3602
            },
3603
            "require-dev": {
3604
                "ext-dom": "*",
3605
                "ext-libxml": "*",
3606
                "phpunit/phpunit": "^5.7.16 || ^6.0.8",
3607
                "zendframework/zend-coding-standard": "~1.0"
3608
            },
3609
            "type": "library",
3610
            "extra": {
3611
                "branch-alias": {
3612
                    "dev-master": "1.7.x-dev",
3613
                    "dev-develop": "1.8.x-dev"
3614
                }
3615
            },
3616
            "autoload": {
3617
                "psr-4": {
3618
                    "Zend\\Diactoros\\": "src/"
3619
                }
3620
            },
3621
            "notification-url": "https://packagist.org/downloads/",
3622
            "license": [
3623
                "BSD-2-Clause"
3624
            ],
3625
            "description": "PSR HTTP Message implementations",
3626
            "homepage": "https://github.com/zendframework/zend-diactoros",
3627
            "keywords": [
3628
                "http",
3629
                "psr",
3630
                "psr-7"
3631
            ],
3632
            "time": "2018-02-26 15:44:50"
3633
        },
3634
        {
3635
            "name": "zendframework/zend-escaper",
3636
            "version": "2.6.0",
3637
            "source": {
3638
                "type": "git",
3639
                "url": "https://github.com/zendframework/zend-escaper.git",
3640
                "reference": "31d8aafae982f9568287cb4dce987e6aff8fd074"
3641
            },
3642
            "dist": {
3643
                "type": "zip",
3644
                "url": "https://api.github.com/repos/zendframework/zend-escaper/zipball/31d8aafae982f9568287cb4dce987e6aff8fd074",
3645
                "reference": "31d8aafae982f9568287cb4dce987e6aff8fd074",
3646
                "shasum": ""
3647
            },
3648
            "require": {
3649
                "php": "^5.6 || ^7.0"
3650
            },
3651
            "require-dev": {
3652
                "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
3653
                "zendframework/zend-coding-standard": "~1.0.0"
3654
            },
3655
            "type": "library",
3656
            "extra": {
3657
                "branch-alias": {
3658
                    "dev-master": "2.6.x-dev",
3659
                    "dev-develop": "2.7.x-dev"
3660
                }
3661
            },
3662
            "autoload": {
3663
                "psr-4": {
3664
                    "Zend\\Escaper\\": "src/"
3665
                }
3666
            },
3667
            "notification-url": "https://packagist.org/downloads/",
3668
            "license": [
3669
                "BSD-3-Clause"
3670
            ],
3671
            "description": "Securely and safely escape HTML, HTML attributes, JavaScript, CSS, and URLs",
3672
            "keywords": [
3673
                "ZendFramework",
3674
                "escaper",
3675
                "zf"
3676
            ],
3677
            "time": "2018-04-25 15:48:53"
3678
        },
3679
        {
3680
            "name": "zendframework/zend-eventmanager",
3681
            "version": "3.2.1",
3682
            "source": {
3683
                "type": "git",
3684
                "url": "https://github.com/zendframework/zend-eventmanager.git",
3685
                "reference": "a5e2583a211f73604691586b8406ff7296a946dd"
3686
            },
3687
            "dist": {
3688
                "type": "zip",
3689
                "url": "https://api.github.com/repos/zendframework/zend-eventmanager/zipball/a5e2583a211f73604691586b8406ff7296a946dd",
3690
                "reference": "a5e2583a211f73604691586b8406ff7296a946dd",
3691
                "shasum": ""
3692
            },
3693
            "require": {
3694
                "php": "^5.6 || ^7.0"
3695
            },
3696
            "require-dev": {
3697
                "athletic/athletic": "^0.1",
3698
                "container-interop/container-interop": "^1.1.0",
3699
                "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
3700
                "zendframework/zend-coding-standard": "~1.0.0",
3701
                "zendframework/zend-stdlib": "^2.7.3 || ^3.0"
3702
            },
3703
            "suggest": {
3704
                "container-interop/container-interop": "^1.1.0, to use the lazy listeners feature",
3705
                "zendframework/zend-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature"
3706
            },
3707
            "type": "library",
3708
            "extra": {
3709
                "branch-alias": {
3710
                    "dev-master": "3.2-dev",
3711
                    "dev-develop": "3.3-dev"
3712
                }
3713
            },
3714
            "autoload": {
3715
                "psr-4": {
3716
                    "Zend\\EventManager\\": "src/"
3717
                }
3718
            },
3719
            "notification-url": "https://packagist.org/downloads/",
3720
            "license": [
3721
                "BSD-3-Clause"
3722
            ],
3723
            "description": "Trigger and listen to events within a PHP application",
3724
            "homepage": "https://github.com/zendframework/zend-eventmanager",
3725
            "keywords": [
3726
                "event",
3727
                "eventmanager",
3728
                "events",
3729
                "zf2"
3730
            ],
3731
            "time": "2018-04-25 15:33:34"
3732
        },
3733
        {
3734
            "name": "zendframework/zend-filter",
3735
            "version": "2.8.0",
3736
            "source": {
3737
                "type": "git",
3738
                "url": "https://github.com/zendframework/zend-filter.git",
3739
                "reference": "7b997dbe79459f1652deccc8786d7407fb66caa9"
3740
            },
3741
            "dist": {
3742
                "type": "zip",
3743
                "url": "https://api.github.com/repos/zendframework/zend-filter/zipball/7b997dbe79459f1652deccc8786d7407fb66caa9",
3744
                "reference": "7b997dbe79459f1652deccc8786d7407fb66caa9",
3745
                "shasum": ""
3746
            },
3747
            "require": {
3748
                "php": "^5.6 || ^7.0",
3749
                "zendframework/zend-stdlib": "^2.7.7 || ^3.1"
3750
            },
3751
            "conflict": {
3752
                "zendframework/zend-validator": "<2.10.1"
3753
            },
3754
            "require-dev": {
3755
                "pear/archive_tar": "^1.4.3",
3756
                "phpunit/phpunit": "^5.7.23 || ^6.4.3",
3757
                "zendframework/zend-coding-standard": "~1.0.0",
3758
                "zendframework/zend-crypt": "^3.2.1",
3759
                "zendframework/zend-servicemanager": "^2.7.8 || ^3.3",
3760
                "zendframework/zend-uri": "^2.6"
3761
            },
3762
            "suggest": {
3763
                "zendframework/zend-crypt": "Zend\\Crypt component, for encryption filters",
3764
                "zendframework/zend-i18n": "Zend\\I18n component for filters depending on i18n functionality",
3765
                "zendframework/zend-servicemanager": "Zend\\ServiceManager component, for using the filter chain functionality",
3766
                "zendframework/zend-uri": "Zend\\Uri component, for the UriNormalize filter"
3767
            },
3768
            "type": "library",
3769
            "extra": {
3770
                "branch-alias": {
3771
                    "dev-master": "2.8.x-dev",
3772
                    "dev-develop": "2.9.x-dev"
3773
                },
3774
                "zf": {
3775
                    "component": "Zend\\Filter",
3776
                    "config-provider": "Zend\\Filter\\ConfigProvider"
3777
                }
3778
            },
3779
            "autoload": {
3780
                "psr-4": {
3781
                    "Zend\\Filter\\": "src/"
3782
                }
3783
            },
3784
            "notification-url": "https://packagist.org/downloads/",
3785
            "license": [
3786
                "BSD-3-Clause"
3787
            ],
3788
            "description": "provides a set of commonly needed data filters",
3789
            "keywords": [
3790
                "ZendFramework",
3791
                "filter",
3792
                "zf"
3793
            ],
3794
            "time": "2018-04-11 16:20:04"
3795
        },
3796
        {
3797
            "name": "zendframework/zend-form",
3798
            "version": "2.12.0",
3799
            "source": {
3800
                "type": "git",
3801
                "url": "https://github.com/zendframework/zend-form.git",
3802
                "reference": "565fb4f4bb3e0dbeea0173c923c4a8be77de9441"
3803
            },
3804
            "dist": {
3805
                "type": "zip",
3806
                "url": "https://api.github.com/repos/zendframework/zend-form/zipball/565fb4f4bb3e0dbeea0173c923c4a8be77de9441",
3807
                "reference": "565fb4f4bb3e0dbeea0173c923c4a8be77de9441",
3808
                "shasum": ""
3809
            },
3810
            "require": {
3811
                "php": "^5.6 || ^7.0",
3812
                "zendframework/zend-hydrator": "^1.1 || ^2.1",
3813
                "zendframework/zend-inputfilter": "^2.8",
3814
                "zendframework/zend-stdlib": "^2.7 || ^3.0"
3815
            },
3816
            "require-dev": {
3817
                "doctrine/annotations": "~1.0",
3818
                "phpunit/phpunit": "^5.7.23 || ^6.5.3",
3819
                "zendframework/zend-cache": "^2.6.1",
3820
                "zendframework/zend-captcha": "^2.7.1",
3821
                "zendframework/zend-code": "^2.6 || ^3.0",
3822
                "zendframework/zend-coding-standard": "~1.0.0",
3823
                "zendframework/zend-escaper": "^2.5",
3824
                "zendframework/zend-eventmanager": "^2.6.2 || ^3.0",
3825
                "zendframework/zend-filter": "^2.6",
3826
                "zendframework/zend-i18n": "^2.6",
3827
                "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3",
3828
                "zendframework/zend-session": "^2.8.1",
3829
                "zendframework/zend-text": "^2.6",
3830
                "zendframework/zend-validator": "^2.6",
3831
                "zendframework/zend-view": "^2.6.2",
3832
                "zendframework/zendservice-recaptcha": "^3.0.0"
3833
            },
3834
            "suggest": {
3835
                "zendframework/zend-captcha": "^2.7.1, required for using CAPTCHA form elements",
3836
                "zendframework/zend-code": "^2.6 || ^3.0, required to use zend-form annotations support",
3837
                "zendframework/zend-eventmanager": "^2.6.2 || ^3.0, reuired for zend-form annotations support",
3838
                "zendframework/zend-i18n": "^2.6, required when using zend-form view helpers",
3839
                "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3, required to use the form factories or provide services",
3840
                "zendframework/zend-view": "^2.6.2, required for using the zend-form view helpers",
3841
                "zendframework/zendservice-recaptcha": "in order to use the ReCaptcha form element"
3842
            },
3843
            "type": "library",
3844
            "extra": {
3845
                "branch-alias": {
3846
                    "dev-master": "2.12.x-dev",
3847
                    "dev-develop": "2.13.x-dev"
3848
                },
3849
                "zf": {
3850
                    "component": "Zend\\Form",
3851
                    "config-provider": "Zend\\Form\\ConfigProvider"
3852
                }
3853
            },
3854
            "autoload": {
3855
                "psr-4": {
3856
                    "Zend\\Form\\": "src/"
3857
                },
3858
                "files": [
3859
                    "autoload/formElementManagerPolyfill.php"
3860
                ]
3861
            },
3862
            "notification-url": "https://packagist.org/downloads/",
3863
            "license": [
3864
                "BSD-3-Clause"
3865
            ],
3866
            "description": "Validate and display simple and complex forms, casting forms to business objects and vice versa",
3867
            "keywords": [
3868
                "ZendFramework",
3869
                "form",
3870
                "zf"
3871
            ],
3872
            "time": "2018-05-16 18:49:44"
3873
        },
3874
        {
3875
            "name": "zendframework/zend-http",
0 ignored issues
show
There is a security advisory for your installed version of zendframework/zend-http:

URL Rewrite vulnerability
Loading history...
3876
            "version": "2.8.0",
3877
            "source": {
3878
                "type": "git",
3879
                "url": "https://github.com/zendframework/zend-http.git",
3880
                "reference": "f48b276ffa11b48dd1ae3c6bc306d6ed7958ef51"
3881
            },
3882
            "dist": {
3883
                "type": "zip",
3884
                "url": "https://api.github.com/repos/zendframework/zend-http/zipball/f48b276ffa11b48dd1ae3c6bc306d6ed7958ef51",
3885
                "reference": "f48b276ffa11b48dd1ae3c6bc306d6ed7958ef51",
3886
                "shasum": ""
3887
            },
3888
            "require": {
3889
                "php": "^5.6 || ^7.0",
3890
                "zendframework/zend-loader": "^2.5.1",
3891
                "zendframework/zend-stdlib": "^3.1 || ^2.7.7",
3892
                "zendframework/zend-uri": "^2.5.2",
3893
                "zendframework/zend-validator": "^2.10.1"
3894
            },
3895
            "require-dev": {
3896
                "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.3",
3897
                "zendframework/zend-coding-standard": "~1.0.0",
3898
                "zendframework/zend-config": "^3.1 || ^2.6"
3899
            },
3900
            "suggest": {
3901
                "paragonie/certainty": "For automated management of cacert.pem"
3902
            },
3903
            "type": "library",
3904
            "extra": {
3905
                "branch-alias": {
3906
                    "dev-master": "2.8.x-dev",
3907
                    "dev-develop": "2.9.x-dev"
3908
                }
3909
            },
3910
            "autoload": {
3911
                "psr-4": {
3912
                    "Zend\\Http\\": "src/"
3913
                }
3914
            },
3915
            "notification-url": "https://packagist.org/downloads/",
3916
            "license": [
3917
                "BSD-3-Clause"
3918
            ],
3919
            "description": "Provides an easy interface for performing Hyper-Text Transfer Protocol (HTTP) requests",
3920
            "keywords": [
3921
                "ZendFramework",
3922
                "http",
3923
                "http client",
3924
                "zend",
3925
                "zf"
3926
            ],
3927
            "time": "2018-04-26 21:04:50"
3928
        },
3929
        {
3930
            "name": "zendframework/zend-hydrator",
3931
            "version": "1.1.0",
3932
            "source": {
3933
                "type": "git",
3934
                "url": "https://github.com/zendframework/zend-hydrator.git",
3935
                "reference": "22652e1661a5a10b3f564cf7824a2206cf5a4a65"
3936
            },
3937
            "dist": {
3938
                "type": "zip",
3939
                "url": "https://api.github.com/repos/zendframework/zend-hydrator/zipball/22652e1661a5a10b3f564cf7824a2206cf5a4a65",
3940
                "reference": "22652e1661a5a10b3f564cf7824a2206cf5a4a65",
3941
                "shasum": ""
3942
            },
3943
            "require": {
3944
                "php": "^5.5 || ^7.0",
3945
                "zendframework/zend-stdlib": "^2.7 || ^3.0"
3946
            },
3947
            "require-dev": {
3948
                "phpunit/phpunit": "~4.0",
3949
                "squizlabs/php_codesniffer": "^2.0@dev",
3950
                "zendframework/zend-eventmanager": "^2.6.2 || ^3.0",
3951
                "zendframework/zend-filter": "^2.6",
3952
                "zendframework/zend-inputfilter": "^2.6",
3953
                "zendframework/zend-serializer": "^2.6.1",
3954
                "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3"
3955
            },
3956
            "suggest": {
3957
                "zendframework/zend-eventmanager": "^2.6.2 || ^3.0, to support aggregate hydrator usage",
3958
                "zendframework/zend-filter": "^2.6, to support naming strategy hydrator usage",
3959
                "zendframework/zend-serializer": "^2.6.1, to use the SerializableStrategy",
3960
                "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3, to support hydrator plugin manager usage"
3961
            },
3962
            "type": "library",
3963
            "extra": {
3964
                "branch-alias": {
3965
                    "dev-release-1.0": "1.0-dev",
3966
                    "dev-release-1.1": "1.1-dev",
3967
                    "dev-master": "2.0-dev",
3968
                    "dev-develop": "2.1-dev"
3969
                }
3970
            },
3971
            "autoload": {
3972
                "psr-4": {
3973
                    "Zend\\Hydrator\\": "src/"
3974
                }
3975
            },
3976
            "notification-url": "https://packagist.org/downloads/",
3977
            "license": [
3978
                "BSD-3-Clause"
3979
            ],
3980
            "homepage": "https://github.com/zendframework/zend-hydrator",
3981
            "keywords": [
3982
                "hydrator",
3983
                "zf2"
3984
            ],
3985
            "time": "2016-02-18 22:38:26"
3986
        },
3987
        {
3988
            "name": "zendframework/zend-inputfilter",
3989
            "version": "2.8.0",
3990
            "source": {
3991
                "type": "git",
3992
                "url": "https://github.com/zendframework/zend-inputfilter.git",
3993
                "reference": "e7edd625f2fcdd72a719a7023114c5f4b4f38488"
3994
            },
3995
            "dist": {
3996
                "type": "zip",
3997
                "url": "https://api.github.com/repos/zendframework/zend-inputfilter/zipball/e7edd625f2fcdd72a719a7023114c5f4b4f38488",
3998
                "reference": "e7edd625f2fcdd72a719a7023114c5f4b4f38488",
3999
                "shasum": ""
4000
            },
4001
            "require": {
4002
                "php": "^5.6 || ^7.0",
4003
                "zendframework/zend-filter": "^2.6",
4004
                "zendframework/zend-stdlib": "^2.7 || ^3.0",
4005
                "zendframework/zend-validator": "^2.10.1"
4006
            },
4007
            "require-dev": {
4008
                "phpunit/phpunit": "^5.7.23 || ^6.4.3",
4009
                "zendframework/zend-coding-standard": "~1.0.0",
4010
                "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3"
4011
            },
4012
            "suggest": {
4013
                "zendframework/zend-servicemanager": "To support plugin manager support"
4014
            },
4015
            "type": "library",
4016
            "extra": {
4017
                "branch-alias": {
4018
                    "dev-master": "2.8-dev",
4019
                    "dev-develop": "2.9-dev"
4020
                },
4021
                "zf": {
4022
                    "component": "Zend\\InputFilter",
4023
                    "config-provider": "Zend\\InputFilter\\ConfigProvider"
4024
                }
4025
            },
4026
            "autoload": {
4027
                "psr-4": {
4028
                    "Zend\\InputFilter\\": "src/"
4029
                }
4030
            },
4031
            "notification-url": "https://packagist.org/downloads/",
4032
            "license": [
4033
                "BSD-3-Clause"
4034
            ],
4035
            "description": "Normalize and validate input sets from the web, APIs, the CLI, and more, including files",
4036
            "keywords": [
4037
                "ZendFramework",
4038
                "inputfilter",
4039
                "zf"
4040
            ],
4041
            "time": "2017-12-04 21:24:25"
4042
        },
4043
        {
4044
            "name": "zendframework/zend-loader",
4045
            "version": "2.6.0",
4046
            "source": {
4047
                "type": "git",
4048
                "url": "https://github.com/zendframework/zend-loader.git",
4049
                "reference": "78f11749ea340f6ca316bca5958eef80b38f9b6c"
4050
            },
4051
            "dist": {
4052
                "type": "zip",
4053
                "url": "https://api.github.com/repos/zendframework/zend-loader/zipball/78f11749ea340f6ca316bca5958eef80b38f9b6c",
4054
                "reference": "78f11749ea340f6ca316bca5958eef80b38f9b6c",
4055
                "shasum": ""
4056
            },
4057
            "require": {
4058
                "php": "^5.6 || ^7.0"
4059
            },
4060
            "require-dev": {
4061
                "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.4",
4062
                "zendframework/zend-coding-standard": "~1.0.0"
4063
            },
4064
            "type": "library",
4065
            "extra": {
4066
                "branch-alias": {
4067
                    "dev-master": "2.6.x-dev",
4068
                    "dev-develop": "2.7.x-dev"
4069
                }
4070
            },
4071
            "autoload": {
4072
                "psr-4": {
4073
                    "Zend\\Loader\\": "src/"
4074
                }
4075
            },
4076
            "notification-url": "https://packagist.org/downloads/",
4077
            "license": [
4078
                "BSD-3-Clause"
4079
            ],
4080
            "description": "Autoloading and plugin loading strategies",
4081
            "keywords": [
4082
                "ZendFramework",
4083
                "loader",
4084
                "zf"
4085
            ],
4086
            "time": "2018-04-30 15:20:54"
4087
        },
4088
        {
4089
            "name": "zendframework/zend-math",
4090
            "version": "2.7.0",
4091
            "source": {
4092
                "type": "git",
4093
                "url": "https://github.com/zendframework/zend-math.git",
4094
                "reference": "f4358090d5d23973121f1ed0b376184b66d9edec"
4095
            },
4096
            "dist": {
4097
                "type": "zip",
4098
                "url": "https://api.github.com/repos/zendframework/zend-math/zipball/f4358090d5d23973121f1ed0b376184b66d9edec",
4099
                "reference": "f4358090d5d23973121f1ed0b376184b66d9edec",
4100
                "shasum": ""
4101
            },
4102
            "require": {
4103
                "php": "^5.5 || ^7.0"
4104
            },
4105
            "require-dev": {
4106
                "fabpot/php-cs-fixer": "1.7.*",
4107
                "ircmaxell/random-lib": "~1.1",
4108
                "phpunit/phpunit": "~4.0"
4109
            },
4110
            "suggest": {
4111
                "ext-bcmath": "If using the bcmath functionality",
4112
                "ext-gmp": "If using the gmp functionality",
4113
                "ircmaxell/random-lib": "Fallback random byte generator for Zend\\Math\\Rand if Mcrypt extensions is unavailable"
4114
            },
4115
            "type": "library",
4116
            "extra": {
4117
                "branch-alias": {
4118
                    "dev-master": "2.7-dev",
4119
                    "dev-develop": "2.8-dev"
4120
                }
4121
            },
4122
            "autoload": {
4123
                "psr-4": {
4124
                    "Zend\\Math\\": "src/"
4125
                }
4126
            },
4127
            "notification-url": "https://packagist.org/downloads/",
4128
            "license": [
4129
                "BSD-3-Clause"
4130
            ],
4131
            "homepage": "https://github.com/zendframework/zend-math",
4132
            "keywords": [
4133
                "math",
4134
                "zf2"
4135
            ],
4136
            "time": "2016-04-07 16:29:53"
4137
        },
4138
        {
4139
            "name": "zendframework/zend-mvc",
4140
            "version": "2.7.15",
4141
            "source": {
4142
                "type": "git",
4143
                "url": "https://github.com/zendframework/zend-mvc.git",
4144
                "reference": "a8d45689d37a9e4ff4b75ea0b7478fa3d4f9c089"
4145
            },
4146
            "dist": {
4147
                "type": "zip",
4148
                "url": "https://api.github.com/repos/zendframework/zend-mvc/zipball/a8d45689d37a9e4ff4b75ea0b7478fa3d4f9c089",
4149
                "reference": "a8d45689d37a9e4ff4b75ea0b7478fa3d4f9c089",
4150
                "shasum": ""
4151
            },
4152
            "require": {
4153
                "container-interop/container-interop": "^1.1",
4154
                "php": "^5.5 || ^7.0",
4155
                "zendframework/zend-console": "^2.7",
4156
                "zendframework/zend-eventmanager": "^2.6.4 || ^3.0",
4157
                "zendframework/zend-form": "^2.11",
4158
                "zendframework/zend-hydrator": "^1.1 || ^2.4",
4159
                "zendframework/zend-psr7bridge": "^0.2",
4160
                "zendframework/zend-servicemanager": "^2.7.10 || ^3.0.3",
4161
                "zendframework/zend-stdlib": "^2.7.5 || ^3.0"
4162
            },
4163
            "replace": {
4164
                "zendframework/zend-router": "^2.0"
4165
            },
4166
            "require-dev": {
4167
                "friendsofphp/php-cs-fixer": "1.7.*",
4168
                "phpunit/phpunit": "^4.8.36",
4169
                "sebastian/comparator": "^1.2.4",
4170
                "sebastian/version": "^1.0.4",
4171
                "zendframework/zend-authentication": "^2.6",
4172
                "zendframework/zend-cache": "^2.8",
4173
                "zendframework/zend-di": "^2.6",
4174
                "zendframework/zend-filter": "^2.8",
4175
                "zendframework/zend-http": "^2.8",
4176
                "zendframework/zend-i18n": "^2.8",
4177
                "zendframework/zend-inputfilter": "^2.8",
4178
                "zendframework/zend-json": "^2.6.1",
4179
                "zendframework/zend-log": "^2.9.3",
4180
                "zendframework/zend-modulemanager": "^2.8",
4181
                "zendframework/zend-serializer": "^2.8",
4182
                "zendframework/zend-session": "^2.8.1",
4183
                "zendframework/zend-text": "^2.7",
4184
                "zendframework/zend-uri": "^2.6",
4185
                "zendframework/zend-validator": "^2.10",
4186
                "zendframework/zend-view": "^2.9"
4187
            },
4188
            "suggest": {
4189
                "zendframework/zend-authentication": "Zend\\Authentication component for Identity plugin",
4190
                "zendframework/zend-config": "Zend\\Config component",
4191
                "zendframework/zend-di": "Zend\\Di component",
4192
                "zendframework/zend-filter": "Zend\\Filter component",
4193
                "zendframework/zend-http": "Zend\\Http component",
4194
                "zendframework/zend-i18n": "Zend\\I18n component for translatable segments",
4195
                "zendframework/zend-inputfilter": "Zend\\Inputfilter component",
4196
                "zendframework/zend-json": "Zend\\Json component",
4197
                "zendframework/zend-log": "Zend\\Log component",
4198
                "zendframework/zend-modulemanager": "Zend\\ModuleManager component",
4199
                "zendframework/zend-serializer": "Zend\\Serializer component",
4200
                "zendframework/zend-servicemanager-di": "^1.0.1, if using zend-servicemanager v3 and requiring the zend-di integration",
4201
                "zendframework/zend-session": "Zend\\Session component for FlashMessenger, PRG, and FPRG plugins",
4202
                "zendframework/zend-text": "Zend\\Text component",
4203
                "zendframework/zend-uri": "Zend\\Uri component",
4204
                "zendframework/zend-validator": "Zend\\Validator component",
4205
                "zendframework/zend-view": "Zend\\View component"
4206
            },
4207
            "type": "library",
4208
            "extra": {
4209
                "branch-alias": {
4210
                    "dev-master": "2.7-dev",
4211
                    "dev-develop": "3.0-dev"
4212
                }
4213
            },
4214
            "autoload": {
4215
                "files": [
4216
                    "src/autoload.php"
4217
                ],
4218
                "psr-4": {
4219
                    "Zend\\Mvc\\": "src/"
4220
                }
4221
            },
4222
            "notification-url": "https://packagist.org/downloads/",
4223
            "license": [
4224
                "BSD-3-Clause"
4225
            ],
4226
            "homepage": "https://github.com/zendframework/zend-mvc",
4227
            "keywords": [
4228
                "mvc",
4229
                "zf2"
4230
            ],
4231
            "time": "2018-05-03 13:13:41"
4232
        },
4233
        {
4234
            "name": "zendframework/zend-psr7bridge",
4235
            "version": "0.2.2",
4236
            "source": {
4237
                "type": "git",
4238
                "url": "https://github.com/zendframework/zend-psr7bridge.git",
4239
                "reference": "86c0b53b0c6381391c4add4a93a56e51d5c74605"
4240
            },
4241
            "dist": {
4242
                "type": "zip",
4243
                "url": "https://api.github.com/repos/zendframework/zend-psr7bridge/zipball/86c0b53b0c6381391c4add4a93a56e51d5c74605",
4244
                "reference": "86c0b53b0c6381391c4add4a93a56e51d5c74605",
4245
                "shasum": ""
4246
            },
4247
            "require": {
4248
                "php": ">=5.5",
4249
                "psr/http-message": "^1.0",
4250
                "zendframework/zend-diactoros": "^1.1",
4251
                "zendframework/zend-http": "^2.5"
4252
            },
4253
            "require-dev": {
4254
                "phpunit/phpunit": "^4.7",
4255
                "squizlabs/php_codesniffer": "^2.3"
4256
            },
4257
            "type": "library",
4258
            "extra": {
4259
                "branch-alias": {
4260
                    "dev-master": "1.0-dev",
4261
                    "dev-develop": "1.1-dev"
4262
                }
4263
            },
4264
            "autoload": {
4265
                "psr-4": {
4266
                    "Zend\\Psr7Bridge\\": "src/"
4267
                }
4268
            },
4269
            "notification-url": "https://packagist.org/downloads/",
4270
            "license": [
4271
                "BSD-3-Clause"
4272
            ],
4273
            "description": "PSR-7 <-> Zend\\Http bridge",
4274
            "homepage": "https://github.com/zendframework/zend-psr7bridge",
4275
            "keywords": [
4276
                "http",
4277
                "psr",
4278
                "psr-7"
4279
            ],
4280
            "time": "2016-05-10 21:44:39"
4281
        },
4282
        {
4283
            "name": "zendframework/zend-servicemanager",
4284
            "version": "3.1.2",
4285
            "source": {
4286
                "type": "git",
4287
                "url": "https://github.com/zendframework/zend-servicemanager.git",
4288
                "reference": "8a6078959a2e8c3717ee4945d4a2d9f3ddf81d38"
4289
            },
4290
            "dist": {
4291
                "type": "zip",
4292
                "url": "https://api.github.com/repos/zendframework/zend-servicemanager/zipball/8a6078959a2e8c3717ee4945d4a2d9f3ddf81d38",
4293
                "reference": "8a6078959a2e8c3717ee4945d4a2d9f3ddf81d38",
4294
                "shasum": ""
4295
            },
4296
            "require": {
4297
                "container-interop/container-interop": "~1.0",
4298
                "php": "^5.5 || ^7.0"
4299
            },
4300
            "provide": {
4301
                "container-interop/container-interop-implementation": "^1.1"
4302
            },
4303
            "require-dev": {
4304
                "ocramius/proxy-manager": "^1.0 || ^2.0",
4305
                "phpbench/phpbench": "^0.10.0",
4306
                "phpunit/phpunit": "^4.6 || ^5.2.10",
4307
                "zendframework/zend-coding-standard": "~1.0.0"
4308
            },
4309
            "suggest": {
4310
                "ocramius/proxy-manager": "ProxyManager 1.* to handle lazy initialization of services",
4311
                "zendframework/zend-stdlib": "zend-stdlib ^2.5 if you wish to use the MergeReplaceKey or MergeRemoveKey features in Config instances"
4312
            },
4313
            "type": "library",
4314
            "extra": {
4315
                "branch-alias": {
4316
                    "dev-master": "3.1-dev",
4317
                    "dev-develop": "3.2-dev"
4318
                }
4319
            },
4320
            "autoload": {
4321
                "psr-4": {
4322
                    "Zend\\ServiceManager\\": "src/"
4323
                }
4324
            },
4325
            "notification-url": "https://packagist.org/downloads/",
4326
            "license": [
4327
                "BSD-3-Clause"
4328
            ],
4329
            "homepage": "https://github.com/zendframework/zend-servicemanager",
4330
            "keywords": [
4331
                "service-manager",
4332
                "servicemanager",
4333
                "zf"
4334
            ],
4335
            "time": "2016-12-19 19:51:37"
4336
        },
4337
        {
4338
            "name": "zendframework/zend-stdlib",
4339
            "version": "2.7.7",
4340
            "source": {
4341
                "type": "git",
4342
                "url": "https://github.com/zendframework/zend-stdlib.git",
4343
                "reference": "0e44eb46788f65e09e077eb7f44d2659143bcc1f"
4344
            },
4345
            "dist": {
4346
                "type": "zip",
4347
                "url": "https://api.github.com/repos/zendframework/zend-stdlib/zipball/0e44eb46788f65e09e077eb7f44d2659143bcc1f",
4348
                "reference": "0e44eb46788f65e09e077eb7f44d2659143bcc1f",
4349
                "shasum": ""
4350
            },
4351
            "require": {
4352
                "php": "^5.5 || ^7.0",
4353
                "zendframework/zend-hydrator": "~1.1"
4354
            },
4355
            "require-dev": {
4356
                "athletic/athletic": "~0.1",
4357
                "fabpot/php-cs-fixer": "1.7.*",
4358
                "phpunit/phpunit": "~4.0",
4359
                "zendframework/zend-config": "~2.5",
4360
                "zendframework/zend-eventmanager": "~2.5",
4361
                "zendframework/zend-filter": "~2.5",
4362
                "zendframework/zend-inputfilter": "~2.5",
4363
                "zendframework/zend-serializer": "~2.5",
4364
                "zendframework/zend-servicemanager": "~2.5"
4365
            },
4366
            "suggest": {
4367
                "zendframework/zend-eventmanager": "To support aggregate hydrator usage",
4368
                "zendframework/zend-filter": "To support naming strategy hydrator usage",
4369
                "zendframework/zend-serializer": "Zend\\Serializer component",
4370
                "zendframework/zend-servicemanager": "To support hydrator plugin manager usage"
4371
            },
4372
            "type": "library",
4373
            "extra": {
4374
                "branch-alias": {
4375
                    "dev-release-2.7": "2.7-dev",
4376
                    "dev-master": "3.0-dev",
4377
                    "dev-develop": "3.1-dev"
4378
                }
4379
            },
4380
            "autoload": {
4381
                "psr-4": {
4382
                    "Zend\\Stdlib\\": "src/"
4383
                }
4384
            },
4385
            "notification-url": "https://packagist.org/downloads/",
4386
            "license": [
4387
                "BSD-3-Clause"
4388
            ],
4389
            "homepage": "https://github.com/zendframework/zend-stdlib",
4390
            "keywords": [
4391
                "stdlib",
4392
                "zf2"
4393
            ],
4394
            "time": "2016-04-12 21:17:31"
4395
        },
4396
        {
4397
            "name": "zendframework/zend-uri",
4398
            "version": "2.6.1",
4399
            "source": {
4400
                "type": "git",
4401
                "url": "https://github.com/zendframework/zend-uri.git",
4402
                "reference": "3b6463645c6766f78ce537c70cb4fdabee1e725f"
4403
            },
4404
            "dist": {
4405
                "type": "zip",
4406
                "url": "https://api.github.com/repos/zendframework/zend-uri/zipball/3b6463645c6766f78ce537c70cb4fdabee1e725f",
4407
                "reference": "3b6463645c6766f78ce537c70cb4fdabee1e725f",
4408
                "shasum": ""
4409
            },
4410
            "require": {
4411
                "php": "^5.6 || ^7.0",
4412
                "zendframework/zend-escaper": "^2.5",
4413
                "zendframework/zend-validator": "^2.10"
4414
            },
4415
            "require-dev": {
4416
                "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.4",
4417
                "zendframework/zend-coding-standard": "~1.0.0"
4418
            },
4419
            "type": "library",
4420
            "extra": {
4421
                "branch-alias": {
4422
                    "dev-master": "2.6.x-dev",
4423
                    "dev-develop": "2.7.x-dev"
4424
                }
4425
            },
4426
            "autoload": {
4427
                "psr-4": {
4428
                    "Zend\\Uri\\": "src/"
4429
                }
4430
            },
4431
            "notification-url": "https://packagist.org/downloads/",
4432
            "license": [
4433
                "BSD-3-Clause"
4434
            ],
4435
            "description": "A component that aids in manipulating and validating » Uniform Resource Identifiers (URIs)",
4436
            "keywords": [
4437
                "ZendFramework",
4438
                "uri",
4439
                "zf"
4440
            ],
4441
            "time": "2018-04-30 13:40:08"
4442
        },
4443
        {
4444
            "name": "zendframework/zend-validator",
4445
            "version": "2.10.2",
4446
            "source": {
4447
                "type": "git",
4448
                "url": "https://github.com/zendframework/zend-validator.git",
4449
                "reference": "38109ed7d8e46cfa71bccbe7e6ca80cdd035f8c9"
4450
            },
4451
            "dist": {
4452
                "type": "zip",
4453
                "url": "https://api.github.com/repos/zendframework/zend-validator/zipball/38109ed7d8e46cfa71bccbe7e6ca80cdd035f8c9",
4454
                "reference": "38109ed7d8e46cfa71bccbe7e6ca80cdd035f8c9",
4455
                "shasum": ""
4456
            },
4457
            "require": {
4458
                "container-interop/container-interop": "^1.1",
4459
                "php": "^5.6 || ^7.0",
4460
                "zendframework/zend-stdlib": "^2.7.6 || ^3.1"
4461
            },
4462
            "require-dev": {
4463
                "phpunit/phpunit": "^6.0.8 || ^5.7.15",
4464
                "zendframework/zend-cache": "^2.6.1",
4465
                "zendframework/zend-coding-standard": "~1.0.0",
4466
                "zendframework/zend-config": "^2.6",
4467
                "zendframework/zend-db": "^2.7",
4468
                "zendframework/zend-filter": "^2.6",
4469
                "zendframework/zend-http": "^2.5.4",
4470
                "zendframework/zend-i18n": "^2.6",
4471
                "zendframework/zend-math": "^2.6",
4472
                "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3",
4473
                "zendframework/zend-session": "^2.8",
4474
                "zendframework/zend-uri": "^2.5"
4475
            },
4476
            "suggest": {
4477
                "zendframework/zend-db": "Zend\\Db component, required by the (No)RecordExists validator",
4478
                "zendframework/zend-filter": "Zend\\Filter component, required by the Digits validator",
4479
                "zendframework/zend-i18n": "Zend\\I18n component to allow translation of validation error messages",
4480
                "zendframework/zend-i18n-resources": "Translations of validator messages",
4481
                "zendframework/zend-math": "Zend\\Math component, required by the Csrf validator",
4482
                "zendframework/zend-servicemanager": "Zend\\ServiceManager component to allow using the ValidatorPluginManager and validator chains",
4483
                "zendframework/zend-session": "Zend\\Session component, ^2.8; required by the Csrf validator",
4484
                "zendframework/zend-uri": "Zend\\Uri component, required by the Uri and Sitemap\\Loc validators"
4485
            },
4486
            "type": "library",
4487
            "extra": {
4488
                "branch-alias": {
4489
                    "dev-master": "2.10.x-dev",
4490
                    "dev-develop": "2.11.x-dev"
4491
                },
4492
                "zf": {
4493
                    "component": "Zend\\Validator",
4494
                    "config-provider": "Zend\\Validator\\ConfigProvider"
4495
                }
4496
            },
4497
            "autoload": {
4498
                "psr-4": {
4499
                    "Zend\\Validator\\": "src/"
4500
                }
4501
            },
4502
            "notification-url": "https://packagist.org/downloads/",
4503
            "license": [
4504
                "BSD-3-Clause"
4505
            ],
4506
            "description": "provides a set of commonly needed validators",
4507
            "homepage": "https://github.com/zendframework/zend-validator",
4508
            "keywords": [
4509
                "validator",
4510
                "zf2"
4511
            ],
4512
            "time": "2018-02-01 17:05:33"
4513
        }
4514
    ],
4515
    "packages-dev": [
4516
        {
4517
            "name": "doctrine/instantiator",
4518
            "version": "1.1.0",
4519
            "source": {
4520
                "type": "git",
4521
                "url": "https://github.com/doctrine/instantiator.git",
4522
                "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda"
4523
            },
4524
            "dist": {
4525
                "type": "zip",
4526
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
4527
                "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
4528
                "shasum": ""
4529
            },
4530
            "require": {
4531
                "php": "^7.1"
4532
            },
4533
            "require-dev": {
4534
                "athletic/athletic": "~0.1.8",
4535
                "ext-pdo": "*",
4536
                "ext-phar": "*",
4537
                "phpunit/phpunit": "^6.2.3",
4538
                "squizlabs/php_codesniffer": "^3.0.2"
4539
            },
4540
            "type": "library",
4541
            "extra": {
4542
                "branch-alias": {
4543
                    "dev-master": "1.2.x-dev"
4544
                }
4545
            },
4546
            "autoload": {
4547
                "psr-4": {
4548
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
4549
                }
4550
            },
4551
            "notification-url": "https://packagist.org/downloads/",
4552
            "license": [
4553
                "MIT"
4554
            ],
4555
            "authors": [
4556
                {
4557
                    "name": "Marco Pivetta",
4558
                    "email": "[email protected]",
4559
                    "homepage": "http://ocramius.github.com/"
4560
                }
4561
            ],
4562
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
4563
            "homepage": "https://github.com/doctrine/instantiator",
4564
            "keywords": [
4565
                "constructor",
4566
                "instantiate"
4567
            ],
4568
            "time": "2017-07-22 11:58:36"
4569
        },
4570
        {
4571
            "name": "myclabs/deep-copy",
4572
            "version": "1.7.0",
4573
            "source": {
4574
                "type": "git",
4575
                "url": "https://github.com/myclabs/DeepCopy.git",
4576
                "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e"
4577
            },
4578
            "dist": {
4579
                "type": "zip",
4580
                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
4581
                "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
4582
                "shasum": ""
4583
            },
4584
            "require": {
4585
                "php": "^5.6 || ^7.0"
4586
            },
4587
            "require-dev": {
4588
                "doctrine/collections": "^1.0",
4589
                "doctrine/common": "^2.6",
4590
                "phpunit/phpunit": "^4.1"
4591
            },
4592
            "type": "library",
4593
            "autoload": {
4594
                "psr-4": {
4595
                    "DeepCopy\\": "src/DeepCopy/"
4596
                },
4597
                "files": [
4598
                    "src/DeepCopy/deep_copy.php"
4599
                ]
4600
            },
4601
            "notification-url": "https://packagist.org/downloads/",
4602
            "license": [
4603
                "MIT"
4604
            ],
4605
            "description": "Create deep copies (clones) of your objects",
4606
            "keywords": [
4607
                "clone",
4608
                "copy",
4609
                "duplicate",
4610
                "object",
4611
                "object graph"
4612
            ],
4613
            "time": "2017-10-19 19:58:43"
4614
        },
4615
        {
4616
            "name": "phar-io/manifest",
4617
            "version": "1.0.1",
4618
            "source": {
4619
                "type": "git",
4620
                "url": "https://github.com/phar-io/manifest.git",
4621
                "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0"
4622
            },
4623
            "dist": {
4624
                "type": "zip",
4625
                "url": "https://api.github.com/repos/phar-io/manifest/zipball/2df402786ab5368a0169091f61a7c1e0eb6852d0",
4626
                "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0",
4627
                "shasum": ""
4628
            },
4629
            "require": {
4630
                "ext-dom": "*",
4631
                "ext-phar": "*",
4632
                "phar-io/version": "^1.0.1",
4633
                "php": "^5.6 || ^7.0"
4634
            },
4635
            "type": "library",
4636
            "extra": {
4637
                "branch-alias": {
4638
                    "dev-master": "1.0.x-dev"
4639
                }
4640
            },
4641
            "autoload": {
4642
                "classmap": [
4643
                    "src/"
4644
                ]
4645
            },
4646
            "notification-url": "https://packagist.org/downloads/",
4647
            "license": [
4648
                "BSD-3-Clause"
4649
            ],
4650
            "authors": [
4651
                {
4652
                    "name": "Arne Blankerts",
4653
                    "email": "[email protected]",
4654
                    "role": "Developer"
4655
                },
4656
                {
4657
                    "name": "Sebastian Heuer",
4658
                    "email": "[email protected]",
4659
                    "role": "Developer"
4660
                },
4661
                {
4662
                    "name": "Sebastian Bergmann",
4663
                    "email": "[email protected]",
4664
                    "role": "Developer"
4665
                }
4666
            ],
4667
            "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
4668
            "time": "2017-03-05 18:14:27"
4669
        },
4670
        {
4671
            "name": "phar-io/version",
4672
            "version": "1.0.1",
4673
            "source": {
4674
                "type": "git",
4675
                "url": "https://github.com/phar-io/version.git",
4676
                "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df"
4677
            },
4678
            "dist": {
4679
                "type": "zip",
4680
                "url": "https://api.github.com/repos/phar-io/version/zipball/a70c0ced4be299a63d32fa96d9281d03e94041df",
4681
                "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df",
4682
                "shasum": ""
4683
            },
4684
            "require": {
4685
                "php": "^5.6 || ^7.0"
4686
            },
4687
            "type": "library",
4688
            "autoload": {
4689
                "classmap": [
4690
                    "src/"
4691
                ]
4692
            },
4693
            "notification-url": "https://packagist.org/downloads/",
4694
            "license": [
4695
                "BSD-3-Clause"
4696
            ],
4697
            "authors": [
4698
                {
4699
                    "name": "Arne Blankerts",
4700
                    "email": "[email protected]",
4701
                    "role": "Developer"
4702
                },
4703
                {
4704
                    "name": "Sebastian Heuer",
4705
                    "email": "[email protected]",
4706
                    "role": "Developer"
4707
                },
4708
                {
4709
                    "name": "Sebastian Bergmann",
4710
                    "email": "[email protected]",
4711
                    "role": "Developer"
4712
                }
4713
            ],
4714
            "description": "Library for handling version information and constraints",
4715
            "time": "2017-03-05 17:38:23"
4716
        },
4717
        {
4718
            "name": "phpdocumentor/reflection-common",
4719
            "version": "1.0.1",
4720
            "source": {
4721
                "type": "git",
4722
                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
4723
                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
4724
            },
4725
            "dist": {
4726
                "type": "zip",
4727
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
4728
                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
4729
                "shasum": ""
4730
            },
4731
            "require": {
4732
                "php": ">=5.5"
4733
            },
4734
            "require-dev": {
4735
                "phpunit/phpunit": "^4.6"
4736
            },
4737
            "type": "library",
4738
            "extra": {
4739
                "branch-alias": {
4740
                    "dev-master": "1.0.x-dev"
4741
                }
4742
            },
4743
            "autoload": {
4744
                "psr-4": {
4745
                    "phpDocumentor\\Reflection\\": [
4746
                        "src"
4747
                    ]
4748
                }
4749
            },
4750
            "notification-url": "https://packagist.org/downloads/",
4751
            "license": [
4752
                "MIT"
4753
            ],
4754
            "authors": [
4755
                {
4756
                    "name": "Jaap van Otterdijk",
4757
                    "email": "[email protected]"
4758
                }
4759
            ],
4760
            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
4761
            "homepage": "http://www.phpdoc.org",
4762
            "keywords": [
4763
                "FQSEN",
4764
                "phpDocumentor",
4765
                "phpdoc",
4766
                "reflection",
4767
                "static analysis"
4768
            ],
4769
            "time": "2017-09-11 18:02:19"
4770
        },
4771
        {
4772
            "name": "phpdocumentor/reflection-docblock",
4773
            "version": "4.3.0",
4774
            "source": {
4775
                "type": "git",
4776
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
4777
                "reference": "94fd0001232e47129dd3504189fa1c7225010d08"
4778
            },
4779
            "dist": {
4780
                "type": "zip",
4781
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/94fd0001232e47129dd3504189fa1c7225010d08",
4782
                "reference": "94fd0001232e47129dd3504189fa1c7225010d08",
4783
                "shasum": ""
4784
            },
4785
            "require": {
4786
                "php": "^7.0",
4787
                "phpdocumentor/reflection-common": "^1.0.0",
4788
                "phpdocumentor/type-resolver": "^0.4.0",
4789
                "webmozart/assert": "^1.0"
4790
            },
4791
            "require-dev": {
4792
                "doctrine/instantiator": "~1.0.5",
4793
                "mockery/mockery": "^1.0",
4794
                "phpunit/phpunit": "^6.4"
4795
            },
4796
            "type": "library",
4797
            "extra": {
4798
                "branch-alias": {
4799
                    "dev-master": "4.x-dev"
4800
                }
4801
            },
4802
            "autoload": {
4803
                "psr-4": {
4804
                    "phpDocumentor\\Reflection\\": [
4805
                        "src/"
4806
                    ]
4807
                }
4808
            },
4809
            "notification-url": "https://packagist.org/downloads/",
4810
            "license": [
4811
                "MIT"
4812
            ],
4813
            "authors": [
4814
                {
4815
                    "name": "Mike van Riel",
4816
                    "email": "[email protected]"
4817
                }
4818
            ],
4819
            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
4820
            "time": "2017-11-30 07:14:17"
4821
        },
4822
        {
4823
            "name": "phpdocumentor/type-resolver",
4824
            "version": "0.4.0",
4825
            "source": {
4826
                "type": "git",
4827
                "url": "https://github.com/phpDocumentor/TypeResolver.git",
4828
                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
4829
            },
4830
            "dist": {
4831
                "type": "zip",
4832
                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
4833
                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
4834
                "shasum": ""
4835
            },
4836
            "require": {
4837
                "php": "^5.5 || ^7.0",
4838
                "phpdocumentor/reflection-common": "^1.0"
4839
            },
4840
            "require-dev": {
4841
                "mockery/mockery": "^0.9.4",
4842
                "phpunit/phpunit": "^5.2||^4.8.24"
4843
            },
4844
            "type": "library",
4845
            "extra": {
4846
                "branch-alias": {
4847
                    "dev-master": "1.0.x-dev"
4848
                }
4849
            },
4850
            "autoload": {
4851
                "psr-4": {
4852
                    "phpDocumentor\\Reflection\\": [
4853
                        "src/"
4854
                    ]
4855
                }
4856
            },
4857
            "notification-url": "https://packagist.org/downloads/",
4858
            "license": [
4859
                "MIT"
4860
            ],
4861
            "authors": [
4862
                {
4863
                    "name": "Mike van Riel",
4864
                    "email": "[email protected]"
4865
                }
4866
            ],
4867
            "time": "2017-07-14 14:27:02"
4868
        },
4869
        {
4870
            "name": "phpspec/prophecy",
4871
            "version": "1.7.6",
4872
            "source": {
4873
                "type": "git",
4874
                "url": "https://github.com/phpspec/prophecy.git",
4875
                "reference": "33a7e3c4fda54e912ff6338c48823bd5c0f0b712"
4876
            },
4877
            "dist": {
4878
                "type": "zip",
4879
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/33a7e3c4fda54e912ff6338c48823bd5c0f0b712",
4880
                "reference": "33a7e3c4fda54e912ff6338c48823bd5c0f0b712",
4881
                "shasum": ""
4882
            },
4883
            "require": {
4884
                "doctrine/instantiator": "^1.0.2",
4885
                "php": "^5.3|^7.0",
4886
                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
4887
                "sebastian/comparator": "^1.1|^2.0|^3.0",
4888
                "sebastian/recursion-context": "^1.0|^2.0|^3.0"
4889
            },
4890
            "require-dev": {
4891
                "phpspec/phpspec": "^2.5|^3.2",
4892
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5"
4893
            },
4894
            "type": "library",
4895
            "extra": {
4896
                "branch-alias": {
4897
                    "dev-master": "1.7.x-dev"
4898
                }
4899
            },
4900
            "autoload": {
4901
                "psr-0": {
4902
                    "Prophecy\\": "src/"
4903
                }
4904
            },
4905
            "notification-url": "https://packagist.org/downloads/",
4906
            "license": [
4907
                "MIT"
4908
            ],
4909
            "authors": [
4910
                {
4911
                    "name": "Konstantin Kudryashov",
4912
                    "email": "[email protected]",
4913
                    "homepage": "http://everzet.com"
4914
                },
4915
                {
4916
                    "name": "Marcello Duarte",
4917
                    "email": "[email protected]"
4918
                }
4919
            ],
4920
            "description": "Highly opinionated mocking framework for PHP 5.3+",
4921
            "homepage": "https://github.com/phpspec/prophecy",
4922
            "keywords": [
4923
                "Double",
4924
                "Dummy",
4925
                "fake",
4926
                "mock",
4927
                "spy",
4928
                "stub"
4929
            ],
4930
            "time": "2018-04-18 13:57:24"
4931
        },
4932
        {
4933
            "name": "phpunit/php-code-coverage",
4934
            "version": "6.0.4",
4935
            "source": {
4936
                "type": "git",
4937
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
4938
                "reference": "52187754b0eed0b8159f62a6fa30073327e8c2ca"
4939
            },
4940
            "dist": {
4941
                "type": "zip",
4942
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/52187754b0eed0b8159f62a6fa30073327e8c2ca",
4943
                "reference": "52187754b0eed0b8159f62a6fa30073327e8c2ca",
4944
                "shasum": ""
4945
            },
4946
            "require": {
4947
                "ext-dom": "*",
4948
                "ext-xmlwriter": "*",
4949
                "php": "^7.1",
4950
                "phpunit/php-file-iterator": "^1.4.2",
4951
                "phpunit/php-text-template": "^1.2.1",
4952
                "phpunit/php-token-stream": "^3.0",
4953
                "sebastian/code-unit-reverse-lookup": "^1.0.1",
4954
                "sebastian/environment": "^3.1",
4955
                "sebastian/version": "^2.0.1",
4956
                "theseer/tokenizer": "^1.1"
4957
            },
4958
            "require-dev": {
4959
                "phpunit/phpunit": "^7.0"
4960
            },
4961
            "suggest": {
4962
                "ext-xdebug": "^2.6.0"
4963
            },
4964
            "type": "library",
4965
            "extra": {
4966
                "branch-alias": {
4967
                    "dev-master": "6.0-dev"
4968
                }
4969
            },
4970
            "autoload": {
4971
                "classmap": [
4972
                    "src/"
4973
                ]
4974
            },
4975
            "notification-url": "https://packagist.org/downloads/",
4976
            "license": [
4977
                "BSD-3-Clause"
4978
            ],
4979
            "authors": [
4980
                {
4981
                    "name": "Sebastian Bergmann",
4982
                    "email": "[email protected]",
4983
                    "role": "lead"
4984
                }
4985
            ],
4986
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
4987
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
4988
            "keywords": [
4989
                "coverage",
4990
                "testing",
4991
                "xunit"
4992
            ],
4993
            "time": "2018-04-29 14:59:09"
4994
        },
4995
        {
4996
            "name": "phpunit/php-file-iterator",
4997
            "version": "1.4.5",
4998
            "source": {
4999
                "type": "git",
5000
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
5001
                "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4"
5002
            },
5003
            "dist": {
5004
                "type": "zip",
5005
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4",
5006
                "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4",
5007
                "shasum": ""
5008
            },
5009
            "require": {
5010
                "php": ">=5.3.3"
5011
            },
5012
            "type": "library",
5013
            "extra": {
5014
                "branch-alias": {
5015
                    "dev-master": "1.4.x-dev"
5016
                }
5017
            },
5018
            "autoload": {
5019
                "classmap": [
5020
                    "src/"
5021
                ]
5022
            },
5023
            "notification-url": "https://packagist.org/downloads/",
5024
            "license": [
5025
                "BSD-3-Clause"
5026
            ],
5027
            "authors": [
5028
                {
5029
                    "name": "Sebastian Bergmann",
5030
                    "email": "[email protected]",
5031
                    "role": "lead"
5032
                }
5033
            ],
5034
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
5035
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
5036
            "keywords": [
5037
                "filesystem",
5038
                "iterator"
5039
            ],
5040
            "time": "2017-11-27 13:52:08"
5041
        },
5042
        {
5043
            "name": "phpunit/php-text-template",
5044
            "version": "1.2.1",
5045
            "source": {
5046
                "type": "git",
5047
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
5048
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
5049
            },
5050
            "dist": {
5051
                "type": "zip",
5052
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
5053
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
5054
                "shasum": ""
5055
            },
5056
            "require": {
5057
                "php": ">=5.3.3"
5058
            },
5059
            "type": "library",
5060
            "autoload": {
5061
                "classmap": [
5062
                    "src/"
5063
                ]
5064
            },
5065
            "notification-url": "https://packagist.org/downloads/",
5066
            "license": [
5067
                "BSD-3-Clause"
5068
            ],
5069
            "authors": [
5070
                {
5071
                    "name": "Sebastian Bergmann",
5072
                    "email": "[email protected]",
5073
                    "role": "lead"
5074
                }
5075
            ],
5076
            "description": "Simple template engine.",
5077
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
5078
            "keywords": [
5079
                "template"
5080
            ],
5081
            "time": "2015-06-21 13:50:34"
5082
        },
5083
        {
5084
            "name": "phpunit/php-timer",
5085
            "version": "2.0.0",
5086
            "source": {
5087
                "type": "git",
5088
                "url": "https://github.com/sebastianbergmann/php-timer.git",
5089
                "reference": "8b8454ea6958c3dee38453d3bd571e023108c91f"
5090
            },
5091
            "dist": {
5092
                "type": "zip",
5093
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/8b8454ea6958c3dee38453d3bd571e023108c91f",
5094
                "reference": "8b8454ea6958c3dee38453d3bd571e023108c91f",
5095
                "shasum": ""
5096
            },
5097
            "require": {
5098
                "php": "^7.1"
5099
            },
5100
            "require-dev": {
5101
                "phpunit/phpunit": "^7.0"
5102
            },
5103
            "type": "library",
5104
            "extra": {
5105
                "branch-alias": {
5106
                    "dev-master": "2.0-dev"
5107
                }
5108
            },
5109
            "autoload": {
5110
                "classmap": [
5111
                    "src/"
5112
                ]
5113
            },
5114
            "notification-url": "https://packagist.org/downloads/",
5115
            "license": [
5116
                "BSD-3-Clause"
5117
            ],
5118
            "authors": [
5119
                {
5120
                    "name": "Sebastian Bergmann",
5121
                    "email": "[email protected]",
5122
                    "role": "lead"
5123
                }
5124
            ],
5125
            "description": "Utility class for timing",
5126
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
5127
            "keywords": [
5128
                "timer"
5129
            ],
5130
            "time": "2018-02-01 13:07:23"
5131
        },
5132
        {
5133
            "name": "phpunit/php-token-stream",
5134
            "version": "3.0.0",
5135
            "source": {
5136
                "type": "git",
5137
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
5138
                "reference": "21ad88bbba7c3d93530d93994e0a33cd45f02ace"
5139
            },
5140
            "dist": {
5141
                "type": "zip",
5142
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/21ad88bbba7c3d93530d93994e0a33cd45f02ace",
5143
                "reference": "21ad88bbba7c3d93530d93994e0a33cd45f02ace",
5144
                "shasum": ""
5145
            },
5146
            "require": {
5147
                "ext-tokenizer": "*",
5148
                "php": "^7.1"
5149
            },
5150
            "require-dev": {
5151
                "phpunit/phpunit": "^7.0"
5152
            },
5153
            "type": "library",
5154
            "extra": {
5155
                "branch-alias": {
5156
                    "dev-master": "3.0-dev"
5157
                }
5158
            },
5159
            "autoload": {
5160
                "classmap": [
5161
                    "src/"
5162
                ]
5163
            },
5164
            "notification-url": "https://packagist.org/downloads/",
5165
            "license": [
5166
                "BSD-3-Clause"
5167
            ],
5168
            "authors": [
5169
                {
5170
                    "name": "Sebastian Bergmann",
5171
                    "email": "[email protected]"
5172
                }
5173
            ],
5174
            "description": "Wrapper around PHP's tokenizer extension.",
5175
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
5176
            "keywords": [
5177
                "tokenizer"
5178
            ],
5179
            "time": "2018-02-01 13:16:43"
5180
        },
5181
        {
5182
            "name": "phpunit/phpunit",
5183
            "version": "7.1.5",
5184
            "source": {
5185
                "type": "git",
5186
                "url": "https://github.com/sebastianbergmann/phpunit.git",
5187
                "reference": "ca64dba53b88aba6af32aebc6b388068db95c435"
5188
            },
5189
            "dist": {
5190
                "type": "zip",
5191
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/ca64dba53b88aba6af32aebc6b388068db95c435",
5192
                "reference": "ca64dba53b88aba6af32aebc6b388068db95c435",
5193
                "shasum": ""
5194
            },
5195
            "require": {
5196
                "ext-dom": "*",
5197
                "ext-json": "*",
5198
                "ext-libxml": "*",
5199
                "ext-mbstring": "*",
5200
                "ext-xml": "*",
5201
                "myclabs/deep-copy": "^1.6.1",
5202
                "phar-io/manifest": "^1.0.1",
5203
                "phar-io/version": "^1.0",
5204
                "php": "^7.1",
5205
                "phpspec/prophecy": "^1.7",
5206
                "phpunit/php-code-coverage": "^6.0.1",
5207
                "phpunit/php-file-iterator": "^1.4.3",
5208
                "phpunit/php-text-template": "^1.2.1",
5209
                "phpunit/php-timer": "^2.0",
5210
                "phpunit/phpunit-mock-objects": "^6.1.1",
5211
                "sebastian/comparator": "^3.0",
5212
                "sebastian/diff": "^3.0",
5213
                "sebastian/environment": "^3.1",
5214
                "sebastian/exporter": "^3.1",
5215
                "sebastian/global-state": "^2.0",
5216
                "sebastian/object-enumerator": "^3.0.3",
5217
                "sebastian/resource-operations": "^1.0",
5218
                "sebastian/version": "^2.0.1"
5219
            },
5220
            "require-dev": {
5221
                "ext-pdo": "*"
5222
            },
5223
            "suggest": {
5224
                "ext-xdebug": "*",
5225
                "phpunit/php-invoker": "^2.0"
5226
            },
5227
            "bin": [
5228
                "phpunit"
5229
            ],
5230
            "type": "library",
5231
            "extra": {
5232
                "branch-alias": {
5233
                    "dev-master": "7.1-dev"
5234
                }
5235
            },
5236
            "autoload": {
5237
                "classmap": [
5238
                    "src/"
5239
                ]
5240
            },
5241
            "notification-url": "https://packagist.org/downloads/",
5242
            "license": [
5243
                "BSD-3-Clause"
5244
            ],
5245
            "authors": [
5246
                {
5247
                    "name": "Sebastian Bergmann",
5248
                    "email": "[email protected]",
5249
                    "role": "lead"
5250
                }
5251
            ],
5252
            "description": "The PHP Unit Testing framework.",
5253
            "homepage": "https://phpunit.de/",
5254
            "keywords": [
5255
                "phpunit",
5256
                "testing",
5257
                "xunit"
5258
            ],
5259
            "time": "2018-04-29 15:09:19"
5260
        },
5261
        {
5262
            "name": "phpunit/phpunit-mock-objects",
5263
            "version": "6.1.1",
5264
            "source": {
5265
                "type": "git",
5266
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
5267
                "reference": "70c740bde8fd9ea9ea295be1cd875dd7b267e157"
5268
            },
5269
            "dist": {
5270
                "type": "zip",
5271
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/70c740bde8fd9ea9ea295be1cd875dd7b267e157",
5272
                "reference": "70c740bde8fd9ea9ea295be1cd875dd7b267e157",
5273
                "shasum": ""
5274
            },
5275
            "require": {
5276
                "doctrine/instantiator": "^1.0.5",
5277
                "php": "^7.1",
5278
                "phpunit/php-text-template": "^1.2.1",
5279
                "sebastian/exporter": "^3.1"
5280
            },
5281
            "require-dev": {
5282
                "phpunit/phpunit": "^7.0"
5283
            },
5284
            "suggest": {
5285
                "ext-soap": "*"
5286
            },
5287
            "type": "library",
5288
            "extra": {
5289
                "branch-alias": {
5290
                    "dev-master": "6.1-dev"
5291
                }
5292
            },
5293
            "autoload": {
5294
                "classmap": [
5295
                    "src/"
5296
                ]
5297
            },
5298
            "notification-url": "https://packagist.org/downloads/",
5299
            "license": [
5300
                "BSD-3-Clause"
5301
            ],
5302
            "authors": [
5303
                {
5304
                    "name": "Sebastian Bergmann",
5305
                    "email": "[email protected]",
5306
                    "role": "lead"
5307
                }
5308
            ],
5309
            "description": "Mock Object library for PHPUnit",
5310
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
5311
            "keywords": [
5312
                "mock",
5313
                "xunit"
5314
            ],
5315
            "time": "2018-04-11 04:50:36"
5316
        },
5317
        {
5318
            "name": "sebastian/code-unit-reverse-lookup",
5319
            "version": "1.0.1",
5320
            "source": {
5321
                "type": "git",
5322
                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
5323
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
5324
            },
5325
            "dist": {
5326
                "type": "zip",
5327
                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
5328
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
5329
                "shasum": ""
5330
            },
5331
            "require": {
5332
                "php": "^5.6 || ^7.0"
5333
            },
5334
            "require-dev": {
5335
                "phpunit/phpunit": "^5.7 || ^6.0"
5336
            },
5337
            "type": "library",
5338
            "extra": {
5339
                "branch-alias": {
5340
                    "dev-master": "1.0.x-dev"
5341
                }
5342
            },
5343
            "autoload": {
5344
                "classmap": [
5345
                    "src/"
5346
                ]
5347
            },
5348
            "notification-url": "https://packagist.org/downloads/",
5349
            "license": [
5350
                "BSD-3-Clause"
5351
            ],
5352
            "authors": [
5353
                {
5354
                    "name": "Sebastian Bergmann",
5355
                    "email": "[email protected]"
5356
                }
5357
            ],
5358
            "description": "Looks up which function or method a line of code belongs to",
5359
            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
5360
            "time": "2017-03-04 06:30:41"
5361
        },
5362
        {
5363
            "name": "sebastian/comparator",
5364
            "version": "3.0.0",
5365
            "source": {
5366
                "type": "git",
5367
                "url": "https://github.com/sebastianbergmann/comparator.git",
5368
                "reference": "ed5fd2281113729f1ebcc64d101ad66028aeb3d5"
5369
            },
5370
            "dist": {
5371
                "type": "zip",
5372
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/ed5fd2281113729f1ebcc64d101ad66028aeb3d5",
5373
                "reference": "ed5fd2281113729f1ebcc64d101ad66028aeb3d5",
5374
                "shasum": ""
5375
            },
5376
            "require": {
5377
                "php": "^7.1",
5378
                "sebastian/diff": "^3.0",
5379
                "sebastian/exporter": "^3.1"
5380
            },
5381
            "require-dev": {
5382
                "phpunit/phpunit": "^7.1"
5383
            },
5384
            "type": "library",
5385
            "extra": {
5386
                "branch-alias": {
5387
                    "dev-master": "3.0-dev"
5388
                }
5389
            },
5390
            "autoload": {
5391
                "classmap": [
5392
                    "src/"
5393
                ]
5394
            },
5395
            "notification-url": "https://packagist.org/downloads/",
5396
            "license": [
5397
                "BSD-3-Clause"
5398
            ],
5399
            "authors": [
5400
                {
5401
                    "name": "Jeff Welch",
5402
                    "email": "[email protected]"
5403
                },
5404
                {
5405
                    "name": "Volker Dusch",
5406
                    "email": "[email protected]"
5407
                },
5408
                {
5409
                    "name": "Bernhard Schussek",
5410
                    "email": "[email protected]"
5411
                },
5412
                {
5413
                    "name": "Sebastian Bergmann",
5414
                    "email": "[email protected]"
5415
                }
5416
            ],
5417
            "description": "Provides the functionality to compare PHP values for equality",
5418
            "homepage": "https://github.com/sebastianbergmann/comparator",
5419
            "keywords": [
5420
                "comparator",
5421
                "compare",
5422
                "equality"
5423
            ],
5424
            "time": "2018-04-18 13:33:00"
5425
        },
5426
        {
5427
            "name": "sebastian/diff",
5428
            "version": "3.0.0",
5429
            "source": {
5430
                "type": "git",
5431
                "url": "https://github.com/sebastianbergmann/diff.git",
5432
                "reference": "e09160918c66281713f1c324c1f4c4c3037ba1e8"
5433
            },
5434
            "dist": {
5435
                "type": "zip",
5436
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/e09160918c66281713f1c324c1f4c4c3037ba1e8",
5437
                "reference": "e09160918c66281713f1c324c1f4c4c3037ba1e8",
5438
                "shasum": ""
5439
            },
5440
            "require": {
5441
                "php": "^7.1"
5442
            },
5443
            "require-dev": {
5444
                "phpunit/phpunit": "^7.0",
5445
                "symfony/process": "^2 || ^3.3 || ^4"
5446
            },
5447
            "type": "library",
5448
            "extra": {
5449
                "branch-alias": {
5450
                    "dev-master": "3.0-dev"
5451
                }
5452
            },
5453
            "autoload": {
5454
                "classmap": [
5455
                    "src/"
5456
                ]
5457
            },
5458
            "notification-url": "https://packagist.org/downloads/",
5459
            "license": [
5460
                "BSD-3-Clause"
5461
            ],
5462
            "authors": [
5463
                {
5464
                    "name": "Kore Nordmann",
5465
                    "email": "[email protected]"
5466
                },
5467
                {
5468
                    "name": "Sebastian Bergmann",
5469
                    "email": "[email protected]"
5470
                }
5471
            ],
5472
            "description": "Diff implementation",
5473
            "homepage": "https://github.com/sebastianbergmann/diff",
5474
            "keywords": [
5475
                "diff",
5476
                "udiff",
5477
                "unidiff",
5478
                "unified diff"
5479
            ],
5480
            "time": "2018-02-01 13:45:15"
5481
        },
5482
        {
5483
            "name": "sebastian/environment",
5484
            "version": "3.1.0",
5485
            "source": {
5486
                "type": "git",
5487
                "url": "https://github.com/sebastianbergmann/environment.git",
5488
                "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5"
5489
            },
5490
            "dist": {
5491
                "type": "zip",
5492
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
5493
                "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
5494
                "shasum": ""
5495
            },
5496
            "require": {
5497
                "php": "^7.0"
5498
            },
5499
            "require-dev": {
5500
                "phpunit/phpunit": "^6.1"
5501
            },
5502
            "type": "library",
5503
            "extra": {
5504
                "branch-alias": {
5505
                    "dev-master": "3.1.x-dev"
5506
                }
5507
            },
5508
            "autoload": {
5509
                "classmap": [
5510
                    "src/"
5511
                ]
5512
            },
5513
            "notification-url": "https://packagist.org/downloads/",
5514
            "license": [
5515
                "BSD-3-Clause"
5516
            ],
5517
            "authors": [
5518
                {
5519
                    "name": "Sebastian Bergmann",
5520
                    "email": "[email protected]"
5521
                }
5522
            ],
5523
            "description": "Provides functionality to handle HHVM/PHP environments",
5524
            "homepage": "http://www.github.com/sebastianbergmann/environment",
5525
            "keywords": [
5526
                "Xdebug",
5527
                "environment",
5528
                "hhvm"
5529
            ],
5530
            "time": "2017-07-01 08:51:00"
5531
        },
5532
        {
5533
            "name": "sebastian/exporter",
5534
            "version": "3.1.0",
5535
            "source": {
5536
                "type": "git",
5537
                "url": "https://github.com/sebastianbergmann/exporter.git",
5538
                "reference": "234199f4528de6d12aaa58b612e98f7d36adb937"
5539
            },
5540
            "dist": {
5541
                "type": "zip",
5542
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/234199f4528de6d12aaa58b612e98f7d36adb937",
5543
                "reference": "234199f4528de6d12aaa58b612e98f7d36adb937",
5544
                "shasum": ""
5545
            },
5546
            "require": {
5547
                "php": "^7.0",
5548
                "sebastian/recursion-context": "^3.0"
5549
            },
5550
            "require-dev": {
5551
                "ext-mbstring": "*",
5552
                "phpunit/phpunit": "^6.0"
5553
            },
5554
            "type": "library",
5555
            "extra": {
5556
                "branch-alias": {
5557
                    "dev-master": "3.1.x-dev"
5558
                }
5559
            },
5560
            "autoload": {
5561
                "classmap": [
5562
                    "src/"
5563
                ]
5564
            },
5565
            "notification-url": "https://packagist.org/downloads/",
5566
            "license": [
5567
                "BSD-3-Clause"
5568
            ],
5569
            "authors": [
5570
                {
5571
                    "name": "Jeff Welch",
5572
                    "email": "[email protected]"
5573
                },
5574
                {
5575
                    "name": "Volker Dusch",
5576
                    "email": "[email protected]"
5577
                },
5578
                {
5579
                    "name": "Bernhard Schussek",
5580
                    "email": "[email protected]"
5581
                },
5582
                {
5583
                    "name": "Sebastian Bergmann",
5584
                    "email": "[email protected]"
5585
                },
5586
                {
5587
                    "name": "Adam Harvey",
5588
                    "email": "[email protected]"
5589
                }
5590
            ],
5591
            "description": "Provides the functionality to export PHP variables for visualization",
5592
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
5593
            "keywords": [
5594
                "export",
5595
                "exporter"
5596
            ],
5597
            "time": "2017-04-03 13:19:02"
5598
        },
5599
        {
5600
            "name": "sebastian/global-state",
5601
            "version": "2.0.0",
5602
            "source": {
5603
                "type": "git",
5604
                "url": "https://github.com/sebastianbergmann/global-state.git",
5605
                "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4"
5606
            },
5607
            "dist": {
5608
                "type": "zip",
5609
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
5610
                "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
5611
                "shasum": ""
5612
            },
5613
            "require": {
5614
                "php": "^7.0"
5615
            },
5616
            "require-dev": {
5617
                "phpunit/phpunit": "^6.0"
5618
            },
5619
            "suggest": {
5620
                "ext-uopz": "*"
5621
            },
5622
            "type": "library",
5623
            "extra": {
5624
                "branch-alias": {
5625
                    "dev-master": "2.0-dev"
5626
                }
5627
            },
5628
            "autoload": {
5629
                "classmap": [
5630
                    "src/"
5631
                ]
5632
            },
5633
            "notification-url": "https://packagist.org/downloads/",
5634
            "license": [
5635
                "BSD-3-Clause"
5636
            ],
5637
            "authors": [
5638
                {
5639
                    "name": "Sebastian Bergmann",
5640
                    "email": "[email protected]"
5641
                }
5642
            ],
5643
            "description": "Snapshotting of global state",
5644
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
5645
            "keywords": [
5646
                "global state"
5647
            ],
5648
            "time": "2017-04-27 15:39:26"
5649
        },
5650
        {
5651
            "name": "sebastian/object-enumerator",
5652
            "version": "3.0.3",
5653
            "source": {
5654
                "type": "git",
5655
                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
5656
                "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
5657
            },
5658
            "dist": {
5659
                "type": "zip",
5660
                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
5661
                "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
5662
                "shasum": ""
5663
            },
5664
            "require": {
5665
                "php": "^7.0",
5666
                "sebastian/object-reflector": "^1.1.1",
5667
                "sebastian/recursion-context": "^3.0"
5668
            },
5669
            "require-dev": {
5670
                "phpunit/phpunit": "^6.0"
5671
            },
5672
            "type": "library",
5673
            "extra": {
5674
                "branch-alias": {
5675
                    "dev-master": "3.0.x-dev"
5676
                }
5677
            },
5678
            "autoload": {
5679
                "classmap": [
5680
                    "src/"
5681
                ]
5682
            },
5683
            "notification-url": "https://packagist.org/downloads/",
5684
            "license": [
5685
                "BSD-3-Clause"
5686
            ],
5687
            "authors": [
5688
                {
5689
                    "name": "Sebastian Bergmann",
5690
                    "email": "[email protected]"
5691
                }
5692
            ],
5693
            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
5694
            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
5695
            "time": "2017-08-03 12:35:26"
5696
        },
5697
        {
5698
            "name": "sebastian/object-reflector",
5699
            "version": "1.1.1",
5700
            "source": {
5701
                "type": "git",
5702
                "url": "https://github.com/sebastianbergmann/object-reflector.git",
5703
                "reference": "773f97c67f28de00d397be301821b06708fca0be"
5704
            },
5705
            "dist": {
5706
                "type": "zip",
5707
                "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
5708
                "reference": "773f97c67f28de00d397be301821b06708fca0be",
5709
                "shasum": ""
5710
            },
5711
            "require": {
5712
                "php": "^7.0"
5713
            },
5714
            "require-dev": {
5715
                "phpunit/phpunit": "^6.0"
5716
            },
5717
            "type": "library",
5718
            "extra": {
5719
                "branch-alias": {
5720
                    "dev-master": "1.1-dev"
5721
                }
5722
            },
5723
            "autoload": {
5724
                "classmap": [
5725
                    "src/"
5726
                ]
5727
            },
5728
            "notification-url": "https://packagist.org/downloads/",
5729
            "license": [
5730
                "BSD-3-Clause"
5731
            ],
5732
            "authors": [
5733
                {
5734
                    "name": "Sebastian Bergmann",
5735
                    "email": "[email protected]"
5736
                }
5737
            ],
5738
            "description": "Allows reflection of object attributes, including inherited and non-public ones",
5739
            "homepage": "https://github.com/sebastianbergmann/object-reflector/",
5740
            "time": "2017-03-29 09:07:27"
5741
        },
5742
        {
5743
            "name": "sebastian/recursion-context",
5744
            "version": "3.0.0",
5745
            "source": {
5746
                "type": "git",
5747
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
5748
                "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
5749
            },
5750
            "dist": {
5751
                "type": "zip",
5752
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
5753
                "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
5754
                "shasum": ""
5755
            },
5756
            "require": {
5757
                "php": "^7.0"
5758
            },
5759
            "require-dev": {
5760
                "phpunit/phpunit": "^6.0"
5761
            },
5762
            "type": "library",
5763
            "extra": {
5764
                "branch-alias": {
5765
                    "dev-master": "3.0.x-dev"
5766
                }
5767
            },
5768
            "autoload": {
5769
                "classmap": [
5770
                    "src/"
5771
                ]
5772
            },
5773
            "notification-url": "https://packagist.org/downloads/",
5774
            "license": [
5775
                "BSD-3-Clause"
5776
            ],
5777
            "authors": [
5778
                {
5779
                    "name": "Jeff Welch",
5780
                    "email": "[email protected]"
5781
                },
5782
                {
5783
                    "name": "Sebastian Bergmann",
5784
                    "email": "[email protected]"
5785
                },
5786
                {
5787
                    "name": "Adam Harvey",
5788
                    "email": "[email protected]"
5789
                }
5790
            ],
5791
            "description": "Provides functionality to recursively process PHP variables",
5792
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
5793
            "time": "2017-03-03 06:23:57"
5794
        },
5795
        {
5796
            "name": "sebastian/resource-operations",
5797
            "version": "1.0.0",
5798
            "source": {
5799
                "type": "git",
5800
                "url": "https://github.com/sebastianbergmann/resource-operations.git",
5801
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
5802
            },
5803
            "dist": {
5804
                "type": "zip",
5805
                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
5806
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
5807
                "shasum": ""
5808
            },
5809
            "require": {
5810
                "php": ">=5.6.0"
5811
            },
5812
            "type": "library",
5813
            "extra": {
5814
                "branch-alias": {
5815
                    "dev-master": "1.0.x-dev"
5816
                }
5817
            },
5818
            "autoload": {
5819
                "classmap": [
5820
                    "src/"
5821
                ]
5822
            },
5823
            "notification-url": "https://packagist.org/downloads/",
5824
            "license": [
5825
                "BSD-3-Clause"
5826
            ],
5827
            "authors": [
5828
                {
5829
                    "name": "Sebastian Bergmann",
5830
                    "email": "[email protected]"
5831
                }
5832
            ],
5833
            "description": "Provides a list of PHP built-in functions that operate on resources",
5834
            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
5835
            "time": "2015-07-28 20:34:47"
5836
        },
5837
        {
5838
            "name": "sebastian/version",
5839
            "version": "2.0.1",
5840
            "source": {
5841
                "type": "git",
5842
                "url": "https://github.com/sebastianbergmann/version.git",
5843
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
5844
            },
5845
            "dist": {
5846
                "type": "zip",
5847
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
5848
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
5849
                "shasum": ""
5850
            },
5851
            "require": {
5852
                "php": ">=5.6"
5853
            },
5854
            "type": "library",
5855
            "extra": {
5856
                "branch-alias": {
5857
                    "dev-master": "2.0.x-dev"
5858
                }
5859
            },
5860
            "autoload": {
5861
                "classmap": [
5862
                    "src/"
5863
                ]
5864
            },
5865
            "notification-url": "https://packagist.org/downloads/",
5866
            "license": [
5867
                "BSD-3-Clause"
5868
            ],
5869
            "authors": [
5870
                {
5871
                    "name": "Sebastian Bergmann",
5872
                    "email": "[email protected]",
5873
                    "role": "lead"
5874
                }
5875
            ],
5876
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
5877
            "homepage": "https://github.com/sebastianbergmann/version",
5878
            "time": "2016-10-03 07:35:21"
5879
        },
5880
        {
5881
            "name": "theseer/tokenizer",
5882
            "version": "1.1.0",
5883
            "source": {
5884
                "type": "git",
5885
                "url": "https://github.com/theseer/tokenizer.git",
5886
                "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b"
5887
            },
5888
            "dist": {
5889
                "type": "zip",
5890
                "url": "https://api.github.com/repos/theseer/tokenizer/zipball/cb2f008f3f05af2893a87208fe6a6c4985483f8b",
5891
                "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b",
5892
                "shasum": ""
5893
            },
5894
            "require": {
5895
                "ext-dom": "*",
5896
                "ext-tokenizer": "*",
5897
                "ext-xmlwriter": "*",
5898
                "php": "^7.0"
5899
            },
5900
            "type": "library",
5901
            "autoload": {
5902
                "classmap": [
5903
                    "src/"
5904
                ]
5905
            },
5906
            "notification-url": "https://packagist.org/downloads/",
5907
            "license": [
5908
                "BSD-3-Clause"
5909
            ],
5910
            "authors": [
5911
                {
5912
                    "name": "Arne Blankerts",
5913
                    "email": "[email protected]",
5914
                    "role": "Developer"
5915
                }
5916
            ],
5917
            "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
5918
            "time": "2017-04-07 12:08:54"
5919
        },
5920
        {
5921
            "name": "webmozart/assert",
5922
            "version": "1.3.0",
5923
            "source": {
5924
                "type": "git",
5925
                "url": "https://github.com/webmozart/assert.git",
5926
                "reference": "0df1908962e7a3071564e857d86874dad1ef204a"
5927
            },
5928
            "dist": {
5929
                "type": "zip",
5930
                "url": "https://api.github.com/repos/webmozart/assert/zipball/0df1908962e7a3071564e857d86874dad1ef204a",
5931
                "reference": "0df1908962e7a3071564e857d86874dad1ef204a",
5932
                "shasum": ""
5933
            },
5934
            "require": {
5935
                "php": "^5.3.3 || ^7.0"
5936
            },
5937
            "require-dev": {
5938
                "phpunit/phpunit": "^4.6",
5939
                "sebastian/version": "^1.0.1"
5940
            },
5941
            "type": "library",
5942
            "extra": {
5943
                "branch-alias": {
5944
                    "dev-master": "1.3-dev"
5945
                }
5946
            },
5947
            "autoload": {
5948
                "psr-4": {
5949
                    "Webmozart\\Assert\\": "src/"
5950
                }
5951
            },
5952
            "notification-url": "https://packagist.org/downloads/",
5953
            "license": [
5954
                "MIT"
5955
            ],
5956
            "authors": [
5957
                {
5958
                    "name": "Bernhard Schussek",
5959
                    "email": "[email protected]"
5960
                }
5961
            ],
5962
            "description": "Assertions to validate method input/output with nice error messages.",
5963
            "keywords": [
5964
                "assert",
5965
                "check",
5966
                "validate"
5967
            ],
5968
            "time": "2018-01-29 19:49:41"
5969
        }
5970
    ],
5971
    "aliases": [],
5972
    "minimum-stability": "stable",
5973
    "stability-flags": [],
5974
    "prefer-stable": false,
5975
    "prefer-lowest": false,
5976
    "platform": {
5977
        "php": "~7.1.0"
5978
    },
5979
    "platform-dev": []
5980
}
5981