Issues (3)

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": "1d9982b44d0f86a7cb8a34eb389fbde3",
8
    "content-hash": "bac3c619598eef59a0d2384212102103",
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.6.5",
146
            "source": {
147
                "type": "git",
148
                "url": "https://github.com/composer/composer.git",
149
                "reference": "b184a92419cc9a9c4c6a09db555a94d441cb11c9"
150
            },
151
            "dist": {
152
                "type": "zip",
153
                "url": "https://api.github.com/repos/composer/composer/zipball/b184a92419cc9a9c4c6a09db555a94d441cb11c9",
154
                "reference": "b184a92419cc9a9c4c6a09db555a94d441cb11c9",
155
                "shasum": ""
156
            },
157
            "require": {
158
                "composer/ca-bundle": "^1.0",
159
                "composer/semver": "^1.0",
160
                "composer/spdx-licenses": "^1.2",
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 || ^4.0",
168
                "symfony/filesystem": "^2.7 || ^3.0 || ^4.0",
169
                "symfony/finder": "^2.7 || ^3.0 || ^4.0",
170
                "symfony/process": "^2.7 || ^3.0 || ^4.0"
171
            },
172
            "conflict": {
173
                "symfony/console": "2.8.38"
174
            },
175
            "require-dev": {
176
                "phpunit/phpunit": "^4.8.35 || ^5.7",
177
                "phpunit/phpunit-mock-objects": "^2.3 || ^3.0"
178
            },
179
            "suggest": {
180
                "ext-openssl": "Enabling the openssl extension allows you to access https URLs for repositories and packages",
181
                "ext-zip": "Enabling the zip extension allows you to unzip archives",
182
                "ext-zlib": "Allow gzip compression of HTTP requests"
183
            },
184
            "bin": [
185
                "bin/composer"
186
            ],
187
            "type": "library",
188
            "extra": {
189
                "branch-alias": {
190
                    "dev-master": "1.6-dev"
191
                }
192
            },
193
            "autoload": {
194
                "psr-4": {
195
                    "Composer\\": "src/Composer"
196
                }
197
            },
198
            "notification-url": "https://packagist.org/downloads/",
199
            "license": [
200
                "MIT"
201
            ],
202
            "authors": [
203
                {
204
                    "name": "Nils Adermann",
205
                    "email": "[email protected]",
206
                    "homepage": "http://www.naderman.de"
207
                },
208
                {
209
                    "name": "Jordi Boggiano",
210
                    "email": "[email protected]",
211
                    "homepage": "http://seld.be"
212
                }
213
            ],
214
            "description": "Composer helps you declare, manage and install dependencies of PHP projects, ensuring you have the right stack everywhere.",
215
            "homepage": "https://getcomposer.org/",
216
            "keywords": [
217
                "autoload",
218
                "dependency",
219
                "package"
220
            ],
221
            "time": "2018-05-04 09:44:59"
222
        },
223
        {
224
            "name": "composer/semver",
225
            "version": "1.4.2",
226
            "source": {
227
                "type": "git",
228
                "url": "https://github.com/composer/semver.git",
229
                "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573"
230
            },
231
            "dist": {
232
                "type": "zip",
233
                "url": "https://api.github.com/repos/composer/semver/zipball/c7cb9a2095a074d131b65a8a0cd294479d785573",
234
                "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573",
235
                "shasum": ""
236
            },
237
            "require": {
238
                "php": "^5.3.2 || ^7.0"
239
            },
240
            "require-dev": {
241
                "phpunit/phpunit": "^4.5 || ^5.0.5",
242
                "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
243
            },
244
            "type": "library",
245
            "extra": {
246
                "branch-alias": {
247
                    "dev-master": "1.x-dev"
248
                }
249
            },
250
            "autoload": {
251
                "psr-4": {
252
                    "Composer\\Semver\\": "src"
253
                }
254
            },
255
            "notification-url": "https://packagist.org/downloads/",
256
            "license": [
257
                "MIT"
258
            ],
259
            "authors": [
260
                {
261
                    "name": "Nils Adermann",
262
                    "email": "[email protected]",
263
                    "homepage": "http://www.naderman.de"
264
                },
265
                {
266
                    "name": "Jordi Boggiano",
267
                    "email": "[email protected]",
268
                    "homepage": "http://seld.be"
269
                },
270
                {
271
                    "name": "Rob Bast",
272
                    "email": "[email protected]",
273
                    "homepage": "http://robbast.nl"
274
                }
275
            ],
276
            "description": "Semver library that offers utilities, version constraint parsing and validation.",
277
            "keywords": [
278
                "semantic",
279
                "semver",
280
                "validation",
281
                "versioning"
282
            ],
283
            "time": "2016-08-30 16:08:34"
284
        },
285
        {
286
            "name": "composer/spdx-licenses",
287
            "version": "1.4.0",
288
            "source": {
289
                "type": "git",
290
                "url": "https://github.com/composer/spdx-licenses.git",
291
                "reference": "cb17687e9f936acd7e7245ad3890f953770dec1b"
292
            },
293
            "dist": {
294
                "type": "zip",
295
                "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/cb17687e9f936acd7e7245ad3890f953770dec1b",
296
                "reference": "cb17687e9f936acd7e7245ad3890f953770dec1b",
297
                "shasum": ""
298
            },
299
            "require": {
300
                "php": "^5.3.2 || ^7.0"
301
            },
302
            "require-dev": {
303
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5",
304
                "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
305
            },
306
            "type": "library",
307
            "extra": {
308
                "branch-alias": {
309
                    "dev-master": "1.x-dev"
310
                }
311
            },
312
            "autoload": {
313
                "psr-4": {
314
                    "Composer\\Spdx\\": "src"
315
                }
316
            },
317
            "notification-url": "https://packagist.org/downloads/",
318
            "license": [
319
                "MIT"
320
            ],
321
            "authors": [
322
                {
323
                    "name": "Nils Adermann",
324
                    "email": "[email protected]",
325
                    "homepage": "http://www.naderman.de"
326
                },
327
                {
328
                    "name": "Jordi Boggiano",
329
                    "email": "[email protected]",
330
                    "homepage": "http://seld.be"
331
                },
332
                {
333
                    "name": "Rob Bast",
334
                    "email": "[email protected]",
335
                    "homepage": "http://robbast.nl"
336
                }
337
            ],
338
            "description": "SPDX licenses list and validation library.",
339
            "keywords": [
340
                "license",
341
                "spdx",
342
                "validator"
343
            ],
344
            "time": "2018-04-30 10:33:04"
345
        },
346
        {
347
            "name": "container-interop/container-interop",
348
            "version": "1.2.0",
349
            "source": {
350
                "type": "git",
351
                "url": "https://github.com/container-interop/container-interop.git",
352
                "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8"
353
            },
354
            "dist": {
355
                "type": "zip",
356
                "url": "https://api.github.com/repos/container-interop/container-interop/zipball/79cbf1341c22ec75643d841642dd5d6acd83bdb8",
357
                "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8",
358
                "shasum": ""
359
            },
360
            "require": {
361
                "psr/container": "^1.0"
362
            },
363
            "type": "library",
364
            "autoload": {
365
                "psr-4": {
366
                    "Interop\\Container\\": "src/Interop/Container/"
367
                }
368
            },
369
            "notification-url": "https://packagist.org/downloads/",
370
            "license": [
371
                "MIT"
372
            ],
373
            "description": "Promoting the interoperability of container objects (DIC, SL, etc.)",
374
            "homepage": "https://github.com/container-interop/container-interop",
375
            "time": "2017-02-14 19:40:03"
376
        },
377
        {
378
            "name": "justinrainbow/json-schema",
379
            "version": "5.2.7",
380
            "source": {
381
                "type": "git",
382
                "url": "https://github.com/justinrainbow/json-schema.git",
383
                "reference": "8560d4314577199ba51bf2032f02cd1315587c23"
384
            },
385
            "dist": {
386
                "type": "zip",
387
                "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/8560d4314577199ba51bf2032f02cd1315587c23",
388
                "reference": "8560d4314577199ba51bf2032f02cd1315587c23",
389
                "shasum": ""
390
            },
391
            "require": {
392
                "php": ">=5.3.3"
393
            },
394
            "require-dev": {
395
                "friendsofphp/php-cs-fixer": "^2.1",
396
                "json-schema/json-schema-test-suite": "1.2.0",
397
                "phpunit/phpunit": "^4.8.35"
398
            },
399
            "bin": [
400
                "bin/validate-json"
401
            ],
402
            "type": "library",
403
            "extra": {
404
                "branch-alias": {
405
                    "dev-master": "5.0.x-dev"
406
                }
407
            },
408
            "autoload": {
409
                "psr-4": {
410
                    "JsonSchema\\": "src/JsonSchema/"
411
                }
412
            },
413
            "notification-url": "https://packagist.org/downloads/",
414
            "license": [
415
                "MIT"
416
            ],
417
            "authors": [
418
                {
419
                    "name": "Bruno Prieto Reis",
420
                    "email": "[email protected]"
421
                },
422
                {
423
                    "name": "Justin Rainbow",
424
                    "email": "[email protected]"
425
                },
426
                {
427
                    "name": "Igor Wiedler",
428
                    "email": "[email protected]"
429
                },
430
                {
431
                    "name": "Robert Schönthal",
432
                    "email": "[email protected]"
433
                }
434
            ],
435
            "description": "A library to validate a json schema.",
436
            "homepage": "https://github.com/justinrainbow/json-schema",
437
            "keywords": [
438
                "json",
439
                "schema"
440
            ],
441
            "time": "2018-02-14 22:26:30"
442
        },
443
        {
444
            "name": "magento/framework",
445
            "version": "101.0.5",
446
            "dist": {
447
                "type": "zip",
448
                "url": "https://repo.magento.com/archives/magento/framework/magento-framework-101.0.5.0.zip",
449
                "reference": null,
450
                "shasum": "9cbe6e114fc084d6348c8f2b20167c20292ad1fc"
451
            },
452
            "require": {
453
                "colinmollenhour/php-redis-session-abstract": "1.3.4",
454
                "composer/composer": "^1.4",
455
                "ext-bcmath": "*",
456
                "ext-curl": "*",
457
                "ext-dom": "*",
458
                "ext-gd": "*",
459
                "ext-hash": "*",
460
                "ext-iconv": "*",
461
                "ext-mcrypt": "*",
462
                "ext-openssl": "*",
463
                "ext-simplexml": "*",
464
                "ext-spl": "*",
465
                "ext-xsl": "*",
466
                "lib-libxml": "*",
467
                "magento/zendframework1": "~1.13.0",
468
                "monolog/monolog": "^1.17",
469
                "oyejorge/less.php": "~1.7.0",
470
                "php": "~7.0.13|~7.1.0",
471
                "symfony/console": "~2.3, !=2.7.0",
472
                "symfony/process": "~2.1",
473
                "tedivm/jshrink": "~1.3.0",
474
                "zendframework/zend-code": "~3.1.0",
475
                "zendframework/zend-crypt": "^2.6.0",
476
                "zendframework/zend-http": "^2.6.0",
477
                "zendframework/zend-mvc": "~2.7.12",
478
                "zendframework/zend-stdlib": "^2.7.7",
479
                "zendframework/zend-uri": "^2.5.1",
480
                "zendframework/zend-validator": "^2.6.0"
481
            },
482
            "suggest": {
483
                "ext-imagick": "Use Image Magick >=3.0.0 as an optional alternative image processing library"
484
            },
485
            "type": "magento2-library",
486
            "autoload": {
487
                "psr-4": {
488
                    "Magento\\Framework\\": ""
489
                },
490
                "files": [
491
                    "registration.php"
492
                ]
493
            },
494
            "license": [
495
                "OSL-3.0",
496
                "AFL-3.0"
497
            ],
498
            "description": "N/A"
499
        },
500
        {
501
            "name": "magento/module-authorization",
502
            "version": "100.2.1",
503
            "dist": {
504
                "type": "zip",
505
                "url": "https://repo.magento.com/archives/magento/module-authorization/magento-module-authorization-100.2.1.0.zip",
506
                "reference": null,
507
                "shasum": "474f92b7de0a78d3c3d3095302d33c66c73f66b2"
508
            },
509
            "require": {
510
                "magento/framework": "101.0.*",
511
                "magento/module-backend": "100.2.*",
512
                "php": "~7.0.13|~7.1.0"
513
            },
514
            "type": "magento2-module",
515
            "autoload": {
516
                "files": [
517
                    "registration.php"
518
                ],
519
                "psr-4": {
520
                    "Magento\\Authorization\\": ""
521
                }
522
            },
523
            "license": [
524
                "OSL-3.0",
525
                "AFL-3.0"
526
            ],
527
            "description": "Authorization module provides access to Magento ACL functionality."
528
        },
529
        {
530
            "name": "magento/module-backend",
531
            "version": "100.2.5",
532
            "dist": {
533
                "type": "zip",
534
                "url": "https://repo.magento.com/archives/magento/module-backend/magento-module-backend-100.2.5.0.zip",
535
                "reference": null,
536
                "shasum": "e7d5c1cfec240251523e9b69e54bc939d6f480e9"
537
            },
538
            "require": {
539
                "magento/framework": "101.0.*",
540
                "magento/module-backup": "100.2.*",
541
                "magento/module-catalog": "102.0.*",
542
                "magento/module-config": "101.0.*",
543
                "magento/module-customer": "101.0.*",
544
                "magento/module-developer": "100.2.*",
545
                "magento/module-directory": "100.2.*",
546
                "magento/module-eav": "101.0.*",
547
                "magento/module-quote": "101.0.*",
548
                "magento/module-reports": "100.2.*",
549
                "magento/module-require-js": "100.2.*",
550
                "magento/module-sales": "101.0.*",
551
                "magento/module-security": "100.2.*",
552
                "magento/module-store": "100.2.*",
553
                "magento/module-translation": "100.2.*",
554
                "magento/module-user": "101.0.*",
555
                "php": "~7.0.13|~7.1.0"
556
            },
557
            "suggest": {
558
                "magento/module-theme": "100.2.*"
559
            },
560
            "type": "magento2-module",
561
            "autoload": {
562
                "files": [
563
                    "registration.php"
564
                ],
565
                "psr-4": {
566
                    "Magento\\Backend\\": ""
567
                }
568
            },
569
            "license": [
570
                "OSL-3.0",
571
                "AFL-3.0"
572
            ],
573
            "description": "N/A"
574
        },
575
        {
576
            "name": "magento/module-backup",
577
            "version": "100.2.4",
578
            "dist": {
579
                "type": "zip",
580
                "url": "https://repo.magento.com/archives/magento/module-backup/magento-module-backup-100.2.4.0.zip",
581
                "reference": null,
582
                "shasum": "88377d6f28e008de5c73bfe78b6b2e64b976ccdb"
583
            },
584
            "require": {
585
                "magento/framework": "101.0.*",
586
                "magento/module-backend": "100.2.*",
587
                "magento/module-cron": "100.2.*",
588
                "magento/module-store": "100.2.*",
589
                "php": "~7.0.13|~7.1.0"
590
            },
591
            "type": "magento2-module",
592
            "autoload": {
593
                "files": [
594
                    "registration.php"
595
                ],
596
                "psr-4": {
597
                    "Magento\\Backup\\": ""
598
                }
599
            },
600
            "license": [
601
                "OSL-3.0",
602
                "AFL-3.0"
603
            ],
604
            "description": "N/A"
605
        },
606
        {
607
            "name": "magento/module-bundle",
608
            "version": "100.2.4",
609
            "dist": {
610
                "type": "zip",
611
                "url": "https://repo.magento.com/archives/magento/module-bundle/magento-module-bundle-100.2.4.0.zip",
612
                "reference": null,
613
                "shasum": "16e747011fc260cb833c47e8734262a996dfd38b"
614
            },
615
            "require": {
616
                "magento/framework": "101.0.*",
617
                "magento/module-backend": "100.2.*",
618
                "magento/module-catalog": "102.0.*",
619
                "magento/module-catalog-inventory": "100.2.*",
620
                "magento/module-catalog-rule": "101.0.*",
621
                "magento/module-checkout": "100.2.*",
622
                "magento/module-config": "101.0.*",
623
                "magento/module-customer": "101.0.*",
624
                "magento/module-eav": "101.0.*",
625
                "magento/module-gift-message": "100.2.*",
626
                "magento/module-media-storage": "100.2.*",
627
                "magento/module-quote": "101.0.*",
628
                "magento/module-sales": "101.0.*",
629
                "magento/module-store": "100.2.*",
630
                "magento/module-tax": "100.2.*",
631
                "magento/module-ui": "101.0.*",
632
                "php": "~7.0.13|~7.1.0"
633
            },
634
            "suggest": {
635
                "magento/module-bundle-sample-data": "Sample Data version:100.2.*",
636
                "magento/module-sales-rule": "101.0.*",
637
                "magento/module-webapi": "100.2.*"
638
            },
639
            "type": "magento2-module",
640
            "autoload": {
641
                "files": [
642
                    "registration.php"
643
                ],
644
                "psr-4": {
645
                    "Magento\\Bundle\\": ""
646
                }
647
            },
648
            "license": [
649
                "OSL-3.0",
650
                "AFL-3.0"
651
            ],
652
            "description": "N/A"
653
        },
654
        {
655
            "name": "magento/module-catalog",
656
            "version": "102.0.5",
657
            "dist": {
658
                "type": "zip",
659
                "url": "https://repo.magento.com/archives/magento/module-catalog/magento-module-catalog-102.0.5.0.zip",
660
                "reference": null,
661
                "shasum": "c4338e66bd31b618f14188243867819492bd80b4"
662
            },
663
            "require": {
664
                "magento/framework": "101.0.*",
665
                "magento/module-backend": "100.2.*",
666
                "magento/module-catalog-inventory": "100.2.*",
667
                "magento/module-catalog-rule": "101.0.*",
668
                "magento/module-catalog-url-rewrite": "100.2.*",
669
                "magento/module-checkout": "100.2.*",
670
                "magento/module-cms": "102.0.*",
671
                "magento/module-config": "101.0.*",
672
                "magento/module-customer": "101.0.*",
673
                "magento/module-directory": "100.2.*",
674
                "magento/module-eav": "101.0.*",
675
                "magento/module-indexer": "100.2.*",
676
                "magento/module-media-storage": "100.2.*",
677
                "magento/module-msrp": "100.2.*",
678
                "magento/module-page-cache": "100.2.*",
679
                "magento/module-product-alert": "100.2.*",
680
                "magento/module-quote": "101.0.*",
681
                "magento/module-store": "100.2.*",
682
                "magento/module-tax": "100.2.*",
683
                "magento/module-theme": "100.2.*",
684
                "magento/module-ui": "101.0.*",
685
                "magento/module-url-rewrite": "101.0.*",
686
                "magento/module-widget": "101.0.*",
687
                "magento/module-wishlist": "101.0.*",
688
                "php": "~7.0.13|~7.1.0"
689
            },
690
            "suggest": {
691
                "magento/module-catalog-sample-data": "Sample Data version:100.2.*",
692
                "magento/module-cookie": "100.2.*",
693
                "magento/module-sales": "101.0.*"
694
            },
695
            "type": "magento2-module",
696
            "autoload": {
697
                "files": [
698
                    "registration.php"
699
                ],
700
                "psr-4": {
701
                    "Magento\\Catalog\\": ""
702
                }
703
            },
704
            "license": [
705
                "OSL-3.0",
706
                "AFL-3.0"
707
            ],
708
            "description": "N/A"
709
        },
710
        {
711
            "name": "magento/module-catalog-import-export",
712
            "version": "100.2.4",
713
            "dist": {
714
                "type": "zip",
715
                "url": "https://repo.magento.com/archives/magento/module-catalog-import-export/magento-module-catalog-import-export-100.2.4.0.zip",
716
                "reference": null,
717
                "shasum": "b7be398f4dbebe9f74ec380c5a62da3805db4408"
718
            },
719
            "require": {
720
                "ext-ctype": "*",
721
                "magento/framework": "101.0.*",
722
                "magento/module-catalog": "102.0.*",
723
                "magento/module-catalog-inventory": "100.2.*",
724
                "magento/module-catalog-url-rewrite": "100.2.*",
725
                "magento/module-customer": "101.0.*",
726
                "magento/module-eav": "101.0.*",
727
                "magento/module-import-export": "100.2.*",
728
                "magento/module-media-storage": "100.2.*",
729
                "magento/module-store": "100.2.*",
730
                "magento/module-tax": "100.2.*",
731
                "php": "~7.0.13|~7.1.0"
732
            },
733
            "type": "magento2-module",
734
            "autoload": {
735
                "files": [
736
                    "registration.php"
737
                ],
738
                "psr-4": {
739
                    "Magento\\CatalogImportExport\\": ""
740
                }
741
            },
742
            "license": [
743
                "OSL-3.0",
744
                "AFL-3.0"
745
            ],
746
            "description": "N/A"
747
        },
748
        {
749
            "name": "magento/module-catalog-inventory",
750
            "version": "100.2.4",
751
            "dist": {
752
                "type": "zip",
753
                "url": "https://repo.magento.com/archives/magento/module-catalog-inventory/magento-module-catalog-inventory-100.2.4.0.zip",
754
                "reference": null,
755
                "shasum": "09bf332ce5525a4d600fa6204ad2f9b69be9269f"
756
            },
757
            "require": {
758
                "magento/framework": "101.0.*",
759
                "magento/module-catalog": "102.0.*",
760
                "magento/module-config": "101.0.*",
761
                "magento/module-customer": "101.0.*",
762
                "magento/module-eav": "101.0.*",
763
                "magento/module-quote": "101.0.*",
764
                "magento/module-sales": "101.0.*",
765
                "magento/module-store": "100.2.*",
766
                "magento/module-ui": "101.0.*",
767
                "php": "~7.0.13|~7.1.0"
768
            },
769
            "type": "magento2-module",
770
            "autoload": {
771
                "files": [
772
                    "registration.php"
773
                ],
774
                "psr-4": {
775
                    "Magento\\CatalogInventory\\": ""
776
                }
777
            },
778
            "license": [
779
                "OSL-3.0",
780
                "AFL-3.0"
781
            ],
782
            "description": "N/A"
783
        },
784
        {
785
            "name": "magento/module-catalog-rule",
786
            "version": "101.0.4",
787
            "dist": {
788
                "type": "zip",
789
                "url": "https://repo.magento.com/archives/magento/module-catalog-rule/magento-module-catalog-rule-101.0.4.0.zip",
790
                "reference": null,
791
                "shasum": "897db4d75880807cf55e9c8c60b8f923d86023f3"
792
            },
793
            "require": {
794
                "magento/framework": "101.0.*",
795
                "magento/module-backend": "100.2.*",
796
                "magento/module-catalog": "102.0.*",
797
                "magento/module-customer": "101.0.*",
798
                "magento/module-eav": "101.0.*",
799
                "magento/module-rule": "100.2.*",
800
                "magento/module-store": "100.2.*",
801
                "magento/module-ui": "101.0.*",
802
                "php": "~7.0.13|~7.1.0"
803
            },
804
            "suggest": {
805
                "magento/module-catalog-rule-sample-data": "Sample Data version:100.2.*",
806
                "magento/module-import-export": "100.2.*"
807
            },
808
            "type": "magento2-module",
809
            "autoload": {
810
                "files": [
811
                    "registration.php"
812
                ],
813
                "psr-4": {
814
                    "Magento\\CatalogRule\\": ""
815
                }
816
            },
817
            "license": [
818
                "OSL-3.0",
819
                "AFL-3.0"
820
            ],
821
            "description": "N/A"
822
        },
823
        {
824
            "name": "magento/module-catalog-url-rewrite",
825
            "version": "100.2.4",
826
            "dist": {
827
                "type": "zip",
828
                "url": "https://repo.magento.com/archives/magento/module-catalog-url-rewrite/magento-module-catalog-url-rewrite-100.2.4.0.zip",
829
                "reference": null,
830
                "shasum": "59ce51f57f813d8c6584c49f1bb8b382b8bbf04c"
831
            },
832
            "require": {
833
                "magento/framework": "101.0.*",
834
                "magento/module-backend": "100.2.*",
835
                "magento/module-catalog": "102.0.*",
836
                "magento/module-catalog-import-export": "100.2.*",
837
                "magento/module-eav": "101.0.*",
838
                "magento/module-import-export": "100.2.*",
839
                "magento/module-store": "100.2.*",
840
                "magento/module-ui": "101.0.*",
841
                "magento/module-url-rewrite": "101.0.*",
842
                "php": "~7.0.13|~7.1.0"
843
            },
844
            "type": "magento2-module",
845
            "autoload": {
846
                "files": [
847
                    "registration.php"
848
                ],
849
                "psr-4": {
850
                    "Magento\\CatalogUrlRewrite\\": ""
851
                }
852
            },
853
            "license": [
854
                "OSL-3.0",
855
                "AFL-3.0"
856
            ],
857
            "description": "N/A"
858
        },
859
        {
860
            "name": "magento/module-checkout",
861
            "version": "100.2.5",
862
            "dist": {
863
                "type": "zip",
864
                "url": "https://repo.magento.com/archives/magento/module-checkout/magento-module-checkout-100.2.5.0.zip",
865
                "reference": null,
866
                "shasum": "1899be55be02b4c000a71cf8ec7b3252b9475159"
867
            },
868
            "require": {
869
                "magento/framework": "101.0.*",
870
                "magento/module-backend": "100.2.*",
871
                "magento/module-catalog": "102.0.*",
872
                "magento/module-catalog-inventory": "100.2.*",
873
                "magento/module-config": "101.0.*",
874
                "magento/module-customer": "101.0.*",
875
                "magento/module-directory": "100.2.*",
876
                "magento/module-eav": "101.0.*",
877
                "magento/module-msrp": "100.2.*",
878
                "magento/module-page-cache": "100.2.*",
879
                "magento/module-payment": "100.2.*",
880
                "magento/module-quote": "101.0.*",
881
                "magento/module-sales": "101.0.*",
882
                "magento/module-sales-rule": "101.0.*",
883
                "magento/module-shipping": "100.2.*",
884
                "magento/module-store": "100.2.*",
885
                "magento/module-tax": "100.2.*",
886
                "magento/module-theme": "100.2.*",
887
                "magento/module-ui": "101.0.*",
888
                "php": "~7.0.13|~7.1.0"
889
            },
890
            "suggest": {
891
                "magento/module-cookie": "100.2.*"
892
            },
893
            "type": "magento2-module",
894
            "autoload": {
895
                "files": [
896
                    "registration.php"
897
                ],
898
                "psr-4": {
899
                    "Magento\\Checkout\\": ""
900
                }
901
            },
902
            "license": [
903
                "OSL-3.0",
904
                "AFL-3.0"
905
            ],
906
            "description": "N/A"
907
        },
908
        {
909
            "name": "magento/module-cms",
910
            "version": "102.0.5",
911
            "dist": {
912
                "type": "zip",
913
                "url": "https://repo.magento.com/archives/magento/module-cms/magento-module-cms-102.0.5.0.zip",
914
                "reference": null,
915
                "shasum": "8941eb700c1dc67df14fe4a0cf66410d255b9682"
916
            },
917
            "require": {
918
                "magento/framework": "101.0.*",
919
                "magento/module-backend": "100.2.*",
920
                "magento/module-catalog": "102.0.*",
921
                "magento/module-email": "100.2.*",
922
                "magento/module-media-storage": "100.2.*",
923
                "magento/module-store": "100.2.*",
924
                "magento/module-theme": "100.2.*",
925
                "magento/module-ui": "101.0.*",
926
                "magento/module-variable": "100.2.*",
927
                "magento/module-widget": "101.0.*",
928
                "php": "~7.0.13|~7.1.0"
929
            },
930
            "suggest": {
931
                "magento/module-cms-sample-data": "Sample Data version:100.2.*"
932
            },
933
            "type": "magento2-module",
934
            "autoload": {
935
                "files": [
936
                    "registration.php"
937
                ],
938
                "psr-4": {
939
                    "Magento\\Cms\\": ""
940
                }
941
            },
942
            "license": [
943
                "OSL-3.0",
944
                "AFL-3.0"
945
            ],
946
            "description": "N/A"
947
        },
948
        {
949
            "name": "magento/module-cms-url-rewrite",
950
            "version": "100.2.1",
951
            "dist": {
952
                "type": "zip",
953
                "url": "https://repo.magento.com/archives/magento/module-cms-url-rewrite/magento-module-cms-url-rewrite-100.2.1.0.zip",
954
                "reference": null,
955
                "shasum": "43510c9ee14e64ce3ff3410ce0b3c35294ec5ce1"
956
            },
957
            "require": {
958
                "magento/framework": "101.0.*",
959
                "magento/module-cms": "102.0.*",
960
                "magento/module-store": "100.2.*",
961
                "magento/module-url-rewrite": "101.0.*",
962
                "php": "~7.0.13|~7.1.0"
963
            },
964
            "type": "magento2-module",
965
            "autoload": {
966
                "files": [
967
                    "registration.php"
968
                ],
969
                "psr-4": {
970
                    "Magento\\CmsUrlRewrite\\": ""
971
                }
972
            },
973
            "license": [
974
                "OSL-3.0",
975
                "AFL-3.0"
976
            ],
977
            "description": "N/A"
978
        },
979
        {
980
            "name": "magento/module-config",
981
            "version": "101.0.5",
982
            "dist": {
983
                "type": "zip",
984
                "url": "https://repo.magento.com/archives/magento/module-config/magento-module-config-101.0.5.0.zip",
985
                "reference": null,
986
                "shasum": "a408aa4283720a1d9ec992164865e504f936deb8"
987
            },
988
            "require": {
989
                "magento/framework": "101.0.*",
990
                "magento/module-backend": "100.2.*",
991
                "magento/module-cron": "100.2.*",
992
                "magento/module-deploy": "100.2.*",
993
                "magento/module-directory": "100.2.*",
994
                "magento/module-email": "100.2.*",
995
                "magento/module-media-storage": "100.2.*",
996
                "magento/module-store": "100.2.*",
997
                "php": "~7.0.13|~7.1.0"
998
            },
999
            "type": "magento2-module",
1000
            "autoload": {
1001
                "files": [
1002
                    "registration.php"
1003
                ],
1004
                "psr-4": {
1005
                    "Magento\\Config\\": ""
1006
                }
1007
            },
1008
            "license": [
1009
                "OSL-3.0",
1010
                "AFL-3.0"
1011
            ],
1012
            "description": "N/A"
1013
        },
1014
        {
1015
            "name": "magento/module-contact",
1016
            "version": "100.2.2",
1017
            "dist": {
1018
                "type": "zip",
1019
                "url": "https://repo.magento.com/archives/magento/module-contact/magento-module-contact-100.2.2.0.zip",
1020
                "reference": null,
1021
                "shasum": "7135bc90397ae6405b97a1eee9d4103156a6fdb4"
1022
            },
1023
            "require": {
1024
                "magento/framework": "101.0.*",
1025
                "magento/module-cms": "102.0.*",
1026
                "magento/module-config": "101.0.*",
1027
                "magento/module-customer": "101.0.*",
1028
                "magento/module-store": "100.2.*",
1029
                "php": "~7.0.13|~7.1.0"
1030
            },
1031
            "type": "magento2-module",
1032
            "autoload": {
1033
                "files": [
1034
                    "registration.php"
1035
                ],
1036
                "psr-4": {
1037
                    "Magento\\Contact\\": ""
1038
                }
1039
            },
1040
            "license": [
1041
                "OSL-3.0",
1042
                "AFL-3.0"
1043
            ],
1044
            "description": "N/A"
1045
        },
1046
        {
1047
            "name": "magento/module-cron",
1048
            "version": "100.2.3",
1049
            "dist": {
1050
                "type": "zip",
1051
                "url": "https://repo.magento.com/archives/magento/module-cron/magento-module-cron-100.2.3.0.zip",
1052
                "reference": null,
1053
                "shasum": "54908977b92253d99e3a1b260892086a02af5b85"
1054
            },
1055
            "require": {
1056
                "magento/framework": "101.0.*",
1057
                "magento/module-store": "100.2.*",
1058
                "php": "~7.0.13|~7.1.0"
1059
            },
1060
            "suggest": {
1061
                "magento/module-config": "101.0.*"
1062
            },
1063
            "type": "magento2-module",
1064
            "autoload": {
1065
                "files": [
1066
                    "registration.php"
1067
                ],
1068
                "psr-4": {
1069
                    "Magento\\Cron\\": ""
1070
                }
1071
            },
1072
            "license": [
1073
                "OSL-3.0",
1074
                "AFL-3.0"
1075
            ],
1076
            "description": "N/A"
1077
        },
1078
        {
1079
            "name": "magento/module-customer",
1080
            "version": "101.0.5",
1081
            "dist": {
1082
                "type": "zip",
1083
                "url": "https://repo.magento.com/archives/magento/module-customer/magento-module-customer-101.0.5.0.zip",
1084
                "reference": null,
1085
                "shasum": "088fbcddcbe5ea9c4bf6907d43df565306fb5ee9"
1086
            },
1087
            "require": {
1088
                "magento/framework": "101.0.*",
1089
                "magento/module-authorization": "100.2.*",
1090
                "magento/module-backend": "100.2.*",
1091
                "magento/module-catalog": "102.0.*",
1092
                "magento/module-checkout": "100.2.*",
1093
                "magento/module-config": "101.0.*",
1094
                "magento/module-directory": "100.2.*",
1095
                "magento/module-eav": "101.0.*",
1096
                "magento/module-integration": "100.2.*",
1097
                "magento/module-media-storage": "100.2.*",
1098
                "magento/module-newsletter": "100.2.*",
1099
                "magento/module-page-cache": "100.2.*",
1100
                "magento/module-quote": "101.0.*",
1101
                "magento/module-review": "100.2.*",
1102
                "magento/module-sales": "101.0.*",
1103
                "magento/module-store": "100.2.*",
1104
                "magento/module-tax": "100.2.*",
1105
                "magento/module-theme": "100.2.*",
1106
                "magento/module-ui": "101.0.*",
1107
                "magento/module-wishlist": "101.0.*",
1108
                "php": "~7.0.13|~7.1.0"
1109
            },
1110
            "suggest": {
1111
                "magento/module-cookie": "100.2.*",
1112
                "magento/module-customer-sample-data": "Sample Data version:100.2.*"
1113
            },
1114
            "type": "magento2-module",
1115
            "autoload": {
1116
                "files": [
1117
                    "registration.php"
1118
                ],
1119
                "psr-4": {
1120
                    "Magento\\Customer\\": ""
1121
                }
1122
            },
1123
            "license": [
1124
                "OSL-3.0",
1125
                "AFL-3.0"
1126
            ],
1127
            "description": "N/A"
1128
        },
1129
        {
1130
            "name": "magento/module-deploy",
1131
            "version": "100.2.4",
1132
            "dist": {
1133
                "type": "zip",
1134
                "url": "https://repo.magento.com/archives/magento/module-deploy/magento-module-deploy-100.2.4.0.zip",
1135
                "reference": null,
1136
                "shasum": "d3580df1cc6cf9dae0fb605205788a1bf32b4f8d"
1137
            },
1138
            "require": {
1139
                "magento/framework": "101.0.*",
1140
                "magento/module-config": "101.0.*",
1141
                "magento/module-require-js": "100.2.*",
1142
                "magento/module-store": "100.2.*",
1143
                "magento/module-user": "101.0.*",
1144
                "php": "~7.0.13|~7.1.0"
1145
            },
1146
            "type": "magento2-module",
1147
            "autoload": {
1148
                "files": [
1149
                    "cli_commands.php",
1150
                    "registration.php"
1151
                ],
1152
                "psr-4": {
1153
                    "Magento\\Deploy\\": ""
1154
                }
1155
            },
1156
            "license": [
1157
                "OSL-3.0",
1158
                "AFL-3.0"
1159
            ],
1160
            "description": "N/A"
1161
        },
1162
        {
1163
            "name": "magento/module-developer",
1164
            "version": "100.2.3",
1165
            "dist": {
1166
                "type": "zip",
1167
                "url": "https://repo.magento.com/archives/magento/module-developer/magento-module-developer-100.2.3.0.zip",
1168
                "reference": null,
1169
                "shasum": "428720c4953e9697905397a351d77e23b80298d5"
1170
            },
1171
            "require": {
1172
                "magento/framework": "101.0.*",
1173
                "magento/module-config": "101.0.*",
1174
                "magento/module-store": "100.2.*",
1175
                "php": "~7.0.13|~7.1.0"
1176
            },
1177
            "type": "magento2-module",
1178
            "autoload": {
1179
                "files": [
1180
                    "registration.php"
1181
                ],
1182
                "psr-4": {
1183
                    "Magento\\Developer\\": ""
1184
                }
1185
            },
1186
            "license": [
1187
                "OSL-3.0",
1188
                "AFL-3.0"
1189
            ],
1190
            "description": "N/A"
1191
        },
1192
        {
1193
            "name": "magento/module-directory",
1194
            "version": "100.2.4",
1195
            "dist": {
1196
                "type": "zip",
1197
                "url": "https://repo.magento.com/archives/magento/module-directory/magento-module-directory-100.2.4.0.zip",
1198
                "reference": null,
1199
                "shasum": "a942227278ea449a15d525b08be81a141b7a6ebd"
1200
            },
1201
            "require": {
1202
                "lib-libxml": "*",
1203
                "magento/framework": "101.0.*",
1204
                "magento/module-backend": "100.2.*",
1205
                "magento/module-config": "101.0.*",
1206
                "magento/module-store": "100.2.*",
1207
                "php": "~7.0.13|~7.1.0"
1208
            },
1209
            "type": "magento2-module",
1210
            "autoload": {
1211
                "files": [
1212
                    "registration.php"
1213
                ],
1214
                "psr-4": {
1215
                    "Magento\\Directory\\": ""
1216
                }
1217
            },
1218
            "license": [
1219
                "OSL-3.0",
1220
                "AFL-3.0"
1221
            ],
1222
            "description": "N/A"
1223
        },
1224
        {
1225
            "name": "magento/module-downloadable",
1226
            "version": "100.2.4",
1227
            "dist": {
1228
                "type": "zip",
1229
                "url": "https://repo.magento.com/archives/magento/module-downloadable/magento-module-downloadable-100.2.4.0.zip",
1230
                "reference": null,
1231
                "shasum": "34829d9351e1235b86643ccc636a3b98ae743227"
1232
            },
1233
            "require": {
1234
                "magento/framework": "101.0.*",
1235
                "magento/module-backend": "100.2.*",
1236
                "magento/module-catalog": "102.0.*",
1237
                "magento/module-catalog-inventory": "100.2.*",
1238
                "magento/module-checkout": "100.2.*",
1239
                "magento/module-config": "101.0.*",
1240
                "magento/module-customer": "101.0.*",
1241
                "magento/module-directory": "100.2.*",
1242
                "magento/module-eav": "101.0.*",
1243
                "magento/module-gift-message": "100.2.*",
1244
                "magento/module-media-storage": "100.2.*",
1245
                "magento/module-quote": "101.0.*",
1246
                "magento/module-sales": "101.0.*",
1247
                "magento/module-store": "100.2.*",
1248
                "magento/module-tax": "100.2.*",
1249
                "magento/module-theme": "100.2.*",
1250
                "magento/module-ui": "101.0.*",
1251
                "php": "~7.0.13|~7.1.0"
1252
            },
1253
            "suggest": {
1254
                "magento/module-downloadable-sample-data": "Sample Data version:100.2.*"
1255
            },
1256
            "type": "magento2-module",
1257
            "autoload": {
1258
                "files": [
1259
                    "registration.php"
1260
                ],
1261
                "psr-4": {
1262
                    "Magento\\Downloadable\\": ""
1263
                }
1264
            },
1265
            "license": [
1266
                "OSL-3.0",
1267
                "AFL-3.0"
1268
            ],
1269
            "description": "N/A"
1270
        },
1271
        {
1272
            "name": "magento/module-eav",
1273
            "version": "101.0.4",
1274
            "dist": {
1275
                "type": "zip",
1276
                "url": "https://repo.magento.com/archives/magento/module-eav/magento-module-eav-101.0.4.0.zip",
1277
                "reference": null,
1278
                "shasum": "c9b357fc9d4d107d5c5b9b6cc775c44848b6413a"
1279
            },
1280
            "require": {
1281
                "magento/framework": "101.0.*",
1282
                "magento/module-backend": "100.2.*",
1283
                "magento/module-catalog": "102.0.*",
1284
                "magento/module-config": "101.0.*",
1285
                "magento/module-media-storage": "100.2.*",
1286
                "magento/module-store": "100.2.*",
1287
                "php": "~7.0.13|~7.1.0"
1288
            },
1289
            "type": "magento2-module",
1290
            "autoload": {
1291
                "files": [
1292
                    "registration.php"
1293
                ],
1294
                "psr-4": {
1295
                    "Magento\\Eav\\": ""
1296
                }
1297
            },
1298
            "license": [
1299
                "OSL-3.0",
1300
                "AFL-3.0"
1301
            ],
1302
            "description": "N/A"
1303
        },
1304
        {
1305
            "name": "magento/module-email",
1306
            "version": "100.2.3",
1307
            "dist": {
1308
                "type": "zip",
1309
                "url": "https://repo.magento.com/archives/magento/module-email/magento-module-email-100.2.3.0.zip",
1310
                "reference": null,
1311
                "shasum": "10bd8ca65bb04b5132678269d075b997eb799bf1"
1312
            },
1313
            "require": {
1314
                "magento/framework": "101.0.*",
1315
                "magento/module-backend": "100.2.*",
1316
                "magento/module-cms": "102.0.*",
1317
                "magento/module-config": "101.0.*",
1318
                "magento/module-store": "100.2.*",
1319
                "magento/module-theme": "100.2.*",
1320
                "magento/module-variable": "100.2.*",
1321
                "php": "~7.0.13|~7.1.0"
1322
            },
1323
            "suggest": {
1324
                "magento/module-theme": "100.2.*"
1325
            },
1326
            "type": "magento2-module",
1327
            "autoload": {
1328
                "files": [
1329
                    "registration.php"
1330
                ],
1331
                "psr-4": {
1332
                    "Magento\\Email\\": ""
1333
                }
1334
            },
1335
            "license": [
1336
                "OSL-3.0",
1337
                "AFL-3.0"
1338
            ],
1339
            "description": "N/A"
1340
        },
1341
        {
1342
            "name": "magento/module-gift-message",
1343
            "version": "100.2.1",
1344
            "dist": {
1345
                "type": "zip",
1346
                "url": "https://repo.magento.com/archives/magento/module-gift-message/magento-module-gift-message-100.2.1.0.zip",
1347
                "reference": null,
1348
                "shasum": "c0c4e15128c45ba9a6871916c3a90188886e05fa"
1349
            },
1350
            "require": {
1351
                "magento/framework": "101.0.*",
1352
                "magento/module-backend": "100.2.*",
1353
                "magento/module-catalog": "102.0.*",
1354
                "magento/module-checkout": "100.2.*",
1355
                "magento/module-customer": "101.0.*",
1356
                "magento/module-quote": "101.0.*",
1357
                "magento/module-sales": "101.0.*",
1358
                "magento/module-store": "100.2.*",
1359
                "magento/module-ui": "101.0.*",
1360
                "php": "~7.0.13|~7.1.0"
1361
            },
1362
            "suggest": {
1363
                "magento/module-multishipping": "100.2.*"
1364
            },
1365
            "type": "magento2-module",
1366
            "autoload": {
1367
                "files": [
1368
                    "registration.php"
1369
                ],
1370
                "psr-4": {
1371
                    "Magento\\GiftMessage\\": ""
1372
                }
1373
            },
1374
            "license": [
1375
                "OSL-3.0",
1376
                "AFL-3.0"
1377
            ],
1378
            "description": "N/A"
1379
        },
1380
        {
1381
            "name": "magento/module-grouped-product",
1382
            "version": "100.2.3",
1383
            "dist": {
1384
                "type": "zip",
1385
                "url": "https://repo.magento.com/archives/magento/module-grouped-product/magento-module-grouped-product-100.2.3.0.zip",
1386
                "reference": null,
1387
                "shasum": "ee6dc1c512a49acf70d6f8489b6a64f35df67812"
1388
            },
1389
            "require": {
1390
                "magento/framework": "101.0.*",
1391
                "magento/module-backend": "100.2.*",
1392
                "magento/module-catalog": "102.0.*",
1393
                "magento/module-catalog-inventory": "100.2.*",
1394
                "magento/module-checkout": "100.2.*",
1395
                "magento/module-customer": "101.0.*",
1396
                "magento/module-eav": "101.0.*",
1397
                "magento/module-media-storage": "100.2.*",
1398
                "magento/module-msrp": "100.2.*",
1399
                "magento/module-quote": "101.0.*",
1400
                "magento/module-sales": "101.0.*",
1401
                "magento/module-store": "100.2.*",
1402
                "magento/module-ui": "101.0.*",
1403
                "php": "~7.0.13|~7.1.0"
1404
            },
1405
            "suggest": {
1406
                "magento/module-grouped-product-sample-data": "Sample Data version:100.2.*"
1407
            },
1408
            "type": "magento2-module",
1409
            "autoload": {
1410
                "files": [
1411
                    "registration.php"
1412
                ],
1413
                "psr-4": {
1414
                    "Magento\\GroupedProduct\\": ""
1415
                }
1416
            },
1417
            "license": [
1418
                "OSL-3.0",
1419
                "AFL-3.0"
1420
            ],
1421
            "description": "N/A"
1422
        },
1423
        {
1424
            "name": "magento/module-import-export",
1425
            "version": "100.2.5",
1426
            "dist": {
1427
                "type": "zip",
1428
                "url": "https://repo.magento.com/archives/magento/module-import-export/magento-module-import-export-100.2.5.0.zip",
1429
                "reference": null,
1430
                "shasum": "9fb9e83eed673ff58100037fc5db336e1a72db09"
1431
            },
1432
            "require": {
1433
                "ext-ctype": "*",
1434
                "magento/framework": "101.0.*",
1435
                "magento/module-backend": "100.2.*",
1436
                "magento/module-catalog": "102.0.*",
1437
                "magento/module-eav": "101.0.*",
1438
                "magento/module-media-storage": "100.2.*",
1439
                "magento/module-store": "100.2.*",
1440
                "php": "~7.0.13|~7.1.0"
1441
            },
1442
            "type": "magento2-module",
1443
            "autoload": {
1444
                "files": [
1445
                    "registration.php"
1446
                ],
1447
                "psr-4": {
1448
                    "Magento\\ImportExport\\": ""
1449
                }
1450
            },
1451
            "license": [
1452
                "OSL-3.0",
1453
                "AFL-3.0"
1454
            ],
1455
            "description": "N/A"
1456
        },
1457
        {
1458
            "name": "magento/module-indexer",
1459
            "version": "100.2.3",
1460
            "dist": {
1461
                "type": "zip",
1462
                "url": "https://repo.magento.com/archives/magento/module-indexer/magento-module-indexer-100.2.3.0.zip",
1463
                "reference": null,
1464
                "shasum": "bc6ecab047fd1777afacb6085c428c2c1bee1f47"
1465
            },
1466
            "require": {
1467
                "magento/framework": "101.0.*",
1468
                "magento/module-backend": "100.2.*",
1469
                "php": "~7.0.13|~7.1.0"
1470
            },
1471
            "type": "magento2-module",
1472
            "autoload": {
1473
                "files": [
1474
                    "registration.php"
1475
                ],
1476
                "psr-4": {
1477
                    "Magento\\Indexer\\": ""
1478
                }
1479
            },
1480
            "license": [
1481
                "OSL-3.0",
1482
                "AFL-3.0"
1483
            ],
1484
            "description": "N/A"
1485
        },
1486
        {
1487
            "name": "magento/module-integration",
1488
            "version": "100.2.3",
1489
            "dist": {
1490
                "type": "zip",
1491
                "url": "https://repo.magento.com/archives/magento/module-integration/magento-module-integration-100.2.3.0.zip",
1492
                "reference": null,
1493
                "shasum": "89b52bea16ae6cbc60d50e9e0b6a179a7bb35bce"
1494
            },
1495
            "require": {
1496
                "magento/framework": "101.0.*",
1497
                "magento/module-authorization": "100.2.*",
1498
                "magento/module-backend": "100.2.*",
1499
                "magento/module-customer": "101.0.*",
1500
                "magento/module-security": "100.2.*",
1501
                "magento/module-store": "100.2.*",
1502
                "magento/module-user": "101.0.*",
1503
                "php": "~7.0.13|~7.1.0"
1504
            },
1505
            "type": "magento2-module",
1506
            "autoload": {
1507
                "files": [
1508
                    "registration.php"
1509
                ],
1510
                "psr-4": {
1511
                    "Magento\\Integration\\": ""
1512
                }
1513
            },
1514
            "license": [
1515
                "OSL-3.0",
1516
                "AFL-3.0"
1517
            ],
1518
            "description": "N/A"
1519
        },
1520
        {
1521
            "name": "magento/module-media-storage",
1522
            "version": "100.2.1",
1523
            "dist": {
1524
                "type": "zip",
1525
                "url": "https://repo.magento.com/archives/magento/module-media-storage/magento-module-media-storage-100.2.1.0.zip",
1526
                "reference": null,
1527
                "shasum": "255a124f73c5550fd1e72c7b02d80bfb6af9dc9e"
1528
            },
1529
            "require": {
1530
                "magento/framework": "101.0.*",
1531
                "magento/module-backend": "100.2.*",
1532
                "magento/module-config": "101.0.*",
1533
                "magento/module-store": "100.2.*",
1534
                "php": "~7.0.13|~7.1.0"
1535
            },
1536
            "type": "magento2-module",
1537
            "autoload": {
1538
                "files": [
1539
                    "registration.php"
1540
                ],
1541
                "psr-4": {
1542
                    "Magento\\MediaStorage\\": ""
1543
                }
1544
            },
1545
            "license": [
1546
                "OSL-3.0",
1547
                "AFL-3.0"
1548
            ],
1549
            "description": "N/A"
1550
        },
1551
        {
1552
            "name": "magento/module-msrp",
1553
            "version": "100.2.1",
1554
            "dist": {
1555
                "type": "zip",
1556
                "url": "https://repo.magento.com/archives/magento/module-msrp/magento-module-msrp-100.2.1.0.zip",
1557
                "reference": null,
1558
                "shasum": "d1ab5fb79727b72c52632a3640962a7b2afdbd02"
1559
            },
1560
            "require": {
1561
                "magento/framework": "101.0.*",
1562
                "magento/module-catalog": "102.0.*",
1563
                "magento/module-downloadable": "100.2.*",
1564
                "magento/module-eav": "101.0.*",
1565
                "magento/module-grouped-product": "100.2.*",
1566
                "magento/module-store": "100.2.*",
1567
                "magento/module-tax": "100.2.*",
1568
                "php": "~7.0.13|~7.1.0"
1569
            },
1570
            "suggest": {
1571
                "magento/module-bundle": "100.2.*",
1572
                "magento/module-msrp-sample-data": "Sample Data version:100.2.*"
1573
            },
1574
            "type": "magento2-module",
1575
            "autoload": {
1576
                "files": [
1577
                    "registration.php"
1578
                ],
1579
                "psr-4": {
1580
                    "Magento\\Msrp\\": ""
1581
                }
1582
            },
1583
            "license": [
1584
                "OSL-3.0",
1585
                "AFL-3.0"
1586
            ],
1587
            "description": "N/A"
1588
        },
1589
        {
1590
            "name": "magento/module-newsletter",
1591
            "version": "100.2.4",
1592
            "dist": {
1593
                "type": "zip",
1594
                "url": "https://repo.magento.com/archives/magento/module-newsletter/magento-module-newsletter-100.2.4.0.zip",
1595
                "reference": null,
1596
                "shasum": "8f3c66eaf025ac93ec860f394f1203320228496d"
1597
            },
1598
            "require": {
1599
                "magento/framework": "101.0.*",
1600
                "magento/module-backend": "100.2.*",
1601
                "magento/module-cms": "102.0.*",
1602
                "magento/module-customer": "101.0.*",
1603
                "magento/module-eav": "101.0.*",
1604
                "magento/module-email": "100.2.*",
1605
                "magento/module-require-js": "100.2.*",
1606
                "magento/module-store": "100.2.*",
1607
                "magento/module-widget": "101.0.*",
1608
                "php": "~7.0.13|~7.1.0"
1609
            },
1610
            "type": "magento2-module",
1611
            "autoload": {
1612
                "files": [
1613
                    "registration.php"
1614
                ],
1615
                "psr-4": {
1616
                    "Magento\\Newsletter\\": ""
1617
                }
1618
            },
1619
            "license": [
1620
                "OSL-3.0",
1621
                "AFL-3.0"
1622
            ],
1623
            "description": "N/A"
1624
        },
1625
        {
1626
            "name": "magento/module-page-cache",
1627
            "version": "100.2.2",
1628
            "dist": {
1629
                "type": "zip",
1630
                "url": "https://repo.magento.com/archives/magento/module-page-cache/magento-module-page-cache-100.2.2.0.zip",
1631
                "reference": null,
1632
                "shasum": "f20e450f7c3270211ea1779db48da2ea1c461aa7"
1633
            },
1634
            "require": {
1635
                "magento/framework": "101.0.*",
1636
                "magento/module-backend": "100.2.*",
1637
                "magento/module-config": "101.0.*",
1638
                "magento/module-store": "100.2.*",
1639
                "php": "~7.0.13|~7.1.0"
1640
            },
1641
            "type": "magento2-module",
1642
            "autoload": {
1643
                "files": [
1644
                    "registration.php"
1645
                ],
1646
                "psr-4": {
1647
                    "Magento\\PageCache\\": ""
1648
                }
1649
            },
1650
            "license": [
1651
                "OSL-3.0",
1652
                "AFL-3.0"
1653
            ],
1654
            "description": "N/A"
1655
        },
1656
        {
1657
            "name": "magento/module-payment",
1658
            "version": "100.2.3",
1659
            "dist": {
1660
                "type": "zip",
1661
                "url": "https://repo.magento.com/archives/magento/module-payment/magento-module-payment-100.2.3.0.zip",
1662
                "reference": null,
1663
                "shasum": "4e316c2ce3ed558bc37d9c32d3e4049c12c3055a"
1664
            },
1665
            "require": {
1666
                "magento/framework": "101.0.*",
1667
                "magento/module-checkout": "100.2.*",
1668
                "magento/module-config": "101.0.*",
1669
                "magento/module-directory": "100.2.*",
1670
                "magento/module-quote": "101.0.*",
1671
                "magento/module-sales": "101.0.*",
1672
                "magento/module-store": "100.2.*",
1673
                "php": "~7.0.13|~7.1.0"
1674
            },
1675
            "type": "magento2-module",
1676
            "autoload": {
1677
                "files": [
1678
                    "registration.php"
1679
                ],
1680
                "psr-4": {
1681
                    "Magento\\Payment\\": ""
1682
                }
1683
            },
1684
            "license": [
1685
                "OSL-3.0",
1686
                "AFL-3.0"
1687
            ],
1688
            "description": "N/A"
1689
        },
1690
        {
1691
            "name": "magento/module-product-alert",
1692
            "version": "100.2.2",
1693
            "dist": {
1694
                "type": "zip",
1695
                "url": "https://repo.magento.com/archives/magento/module-product-alert/magento-module-product-alert-100.2.2.0.zip",
1696
                "reference": null,
1697
                "shasum": "c54d229442674f4a459f524be7295da2008ce8e6"
1698
            },
1699
            "require": {
1700
                "magento/framework": "101.0.*",
1701
                "magento/module-backend": "100.2.*",
1702
                "magento/module-catalog": "102.0.*",
1703
                "magento/module-customer": "101.0.*",
1704
                "magento/module-store": "100.2.*",
1705
                "php": "~7.0.13|~7.1.0"
1706
            },
1707
            "suggest": {
1708
                "magento/module-config": "101.0.*"
1709
            },
1710
            "type": "magento2-module",
1711
            "autoload": {
1712
                "files": [
1713
                    "registration.php"
1714
                ],
1715
                "psr-4": {
1716
                    "Magento\\ProductAlert\\": ""
1717
                }
1718
            },
1719
            "license": [
1720
                "OSL-3.0",
1721
                "AFL-3.0"
1722
            ],
1723
            "description": "N/A"
1724
        },
1725
        {
1726
            "name": "magento/module-quote",
1727
            "version": "101.0.4",
1728
            "dist": {
1729
                "type": "zip",
1730
                "url": "https://repo.magento.com/archives/magento/module-quote/magento-module-quote-101.0.4.0.zip",
1731
                "reference": null,
1732
                "shasum": "df7e77e4948c579d5372839068fc66ca033359b6"
1733
            },
1734
            "require": {
1735
                "magento/framework": "101.0.*",
1736
                "magento/module-authorization": "100.2.*",
1737
                "magento/module-backend": "100.2.*",
1738
                "magento/module-catalog": "102.0.*",
1739
                "magento/module-catalog-inventory": "100.2.*",
1740
                "magento/module-checkout": "100.2.*",
1741
                "magento/module-customer": "101.0.*",
1742
                "magento/module-directory": "100.2.*",
1743
                "magento/module-eav": "101.0.*",
1744
                "magento/module-payment": "100.2.*",
1745
                "magento/module-sales": "101.0.*",
1746
                "magento/module-sales-sequence": "100.2.*",
1747
                "magento/module-shipping": "100.2.*",
1748
                "magento/module-store": "100.2.*",
1749
                "magento/module-tax": "100.2.*",
1750
                "php": "~7.0.13|~7.1.0"
1751
            },
1752
            "suggest": {
1753
                "magento/module-webapi": "100.2.*"
1754
            },
1755
            "type": "magento2-module",
1756
            "autoload": {
1757
                "files": [
1758
                    "registration.php"
1759
                ],
1760
                "psr-4": {
1761
                    "Magento\\Quote\\": ""
1762
                }
1763
            },
1764
            "license": [
1765
                "OSL-3.0",
1766
                "AFL-3.0"
1767
            ],
1768
            "description": "N/A"
1769
        },
1770
        {
1771
            "name": "magento/module-reports",
1772
            "version": "100.2.5",
1773
            "dist": {
1774
                "type": "zip",
1775
                "url": "https://repo.magento.com/archives/magento/module-reports/magento-module-reports-100.2.5.0.zip",
1776
                "reference": null,
1777
                "shasum": "4eb759a50afb26e6bbe2ef13f45d027ad4d25be8"
1778
            },
1779
            "require": {
1780
                "magento/framework": "101.0.*",
1781
                "magento/module-backend": "100.2.*",
1782
                "magento/module-catalog": "102.0.*",
1783
                "magento/module-catalog-inventory": "100.2.*",
1784
                "magento/module-cms": "102.0.*",
1785
                "magento/module-config": "101.0.*",
1786
                "magento/module-customer": "101.0.*",
1787
                "magento/module-downloadable": "100.2.*",
1788
                "magento/module-eav": "101.0.*",
1789
                "magento/module-quote": "101.0.*",
1790
                "magento/module-review": "100.2.*",
1791
                "magento/module-sales": "101.0.*",
1792
                "magento/module-sales-rule": "101.0.*",
1793
                "magento/module-store": "100.2.*",
1794
                "magento/module-tax": "100.2.*",
1795
                "magento/module-widget": "101.0.*",
1796
                "magento/module-wishlist": "101.0.*",
1797
                "php": "~7.0.13|~7.1.0"
1798
            },
1799
            "type": "magento2-module",
1800
            "autoload": {
1801
                "files": [
1802
                    "registration.php"
1803
                ],
1804
                "psr-4": {
1805
                    "Magento\\Reports\\": ""
1806
                }
1807
            },
1808
            "license": [
1809
                "OSL-3.0",
1810
                "AFL-3.0"
1811
            ],
1812
            "description": "N/A"
1813
        },
1814
        {
1815
            "name": "magento/module-require-js",
1816
            "version": "100.2.2",
1817
            "dist": {
1818
                "type": "zip",
1819
                "url": "https://repo.magento.com/archives/magento/module-require-js/magento-module-require-js-100.2.2.0.zip",
1820
                "reference": null,
1821
                "shasum": "0827aac10b3d1b7c8dc18c2c4a30dc2faa960eec"
1822
            },
1823
            "require": {
1824
                "magento/framework": "101.0.*",
1825
                "php": "~7.0.13|~7.1.0"
1826
            },
1827
            "type": "magento2-module",
1828
            "autoload": {
1829
                "files": [
1830
                    "registration.php"
1831
                ],
1832
                "psr-4": {
1833
                    "Magento\\RequireJs\\": ""
1834
                }
1835
            },
1836
            "license": [
1837
                "OSL-3.0",
1838
                "AFL-3.0"
1839
            ],
1840
            "description": "N/A"
1841
        },
1842
        {
1843
            "name": "magento/module-review",
1844
            "version": "100.2.5",
1845
            "dist": {
1846
                "type": "zip",
1847
                "url": "https://repo.magento.com/archives/magento/module-review/magento-module-review-100.2.5.0.zip",
1848
                "reference": null,
1849
                "shasum": "1cb71675922b800e519b2a0f235774d314df39a7"
1850
            },
1851
            "require": {
1852
                "magento/framework": "101.0.*",
1853
                "magento/module-backend": "100.2.*",
1854
                "magento/module-catalog": "102.0.*",
1855
                "magento/module-customer": "101.0.*",
1856
                "magento/module-eav": "101.0.*",
1857
                "magento/module-newsletter": "100.2.*",
1858
                "magento/module-store": "100.2.*",
1859
                "magento/module-theme": "100.2.*",
1860
                "magento/module-ui": "101.0.*",
1861
                "php": "~7.0.13|~7.1.0"
1862
            },
1863
            "suggest": {
1864
                "magento/module-cookie": "100.2.*",
1865
                "magento/module-review-sample-data": "Sample Data version:100.2.*"
1866
            },
1867
            "type": "magento2-module",
1868
            "autoload": {
1869
                "files": [
1870
                    "registration.php"
1871
                ],
1872
                "psr-4": {
1873
                    "Magento\\Review\\": ""
1874
                }
1875
            },
1876
            "license": [
1877
                "OSL-3.0",
1878
                "AFL-3.0"
1879
            ],
1880
            "description": "N/A"
1881
        },
1882
        {
1883
            "name": "magento/module-rss",
1884
            "version": "100.2.1",
1885
            "dist": {
1886
                "type": "zip",
1887
                "url": "https://repo.magento.com/archives/magento/module-rss/magento-module-rss-100.2.1.0.zip",
1888
                "reference": null,
1889
                "shasum": "21320e186353a531627cf1df9e4961c0163b76b9"
1890
            },
1891
            "require": {
1892
                "magento/framework": "101.0.*",
1893
                "magento/module-backend": "100.2.*",
1894
                "magento/module-customer": "101.0.*",
1895
                "magento/module-store": "100.2.*",
1896
                "php": "~7.0.13|~7.1.0"
1897
            },
1898
            "type": "magento2-module",
1899
            "autoload": {
1900
                "files": [
1901
                    "registration.php"
1902
                ],
1903
                "psr-4": {
1904
                    "Magento\\Rss\\": ""
1905
                }
1906
            },
1907
            "license": [
1908
                "OSL-3.0",
1909
                "AFL-3.0"
1910
            ],
1911
            "description": "N/A"
1912
        },
1913
        {
1914
            "name": "magento/module-rule",
1915
            "version": "100.2.2",
1916
            "dist": {
1917
                "type": "zip",
1918
                "url": "https://repo.magento.com/archives/magento/module-rule/magento-module-rule-100.2.2.0.zip",
1919
                "reference": null,
1920
                "shasum": "6e86d93b38ae866fc7ca2b169ca6b3928238e393"
1921
            },
1922
            "require": {
1923
                "lib-libxml": "*",
1924
                "magento/framework": "101.0.*",
1925
                "magento/module-backend": "100.2.*",
1926
                "magento/module-catalog": "102.0.*",
1927
                "magento/module-eav": "101.0.*",
1928
                "magento/module-store": "100.2.*",
1929
                "php": "~7.0.13|~7.1.0"
1930
            },
1931
            "type": "magento2-module",
1932
            "autoload": {
1933
                "files": [
1934
                    "registration.php"
1935
                ],
1936
                "psr-4": {
1937
                    "Magento\\Rule\\": ""
1938
                }
1939
            },
1940
            "license": [
1941
                "OSL-3.0",
1942
                "AFL-3.0"
1943
            ],
1944
            "description": "N/A"
1945
        },
1946
        {
1947
            "name": "magento/module-sales",
1948
            "version": "101.0.4",
1949
            "dist": {
1950
                "type": "zip",
1951
                "url": "https://repo.magento.com/archives/magento/module-sales/magento-module-sales-101.0.4.0.zip",
1952
                "reference": null,
1953
                "shasum": "ec3d5beaa2773f3a6cd24951fa73554d8b77d0bd"
1954
            },
1955
            "require": {
1956
                "magento/framework": "101.0.*",
1957
                "magento/module-authorization": "100.2.*",
1958
                "magento/module-backend": "100.2.*",
1959
                "magento/module-bundle": "100.2.*",
1960
                "magento/module-catalog": "102.0.*",
1961
                "magento/module-catalog-inventory": "100.2.*",
1962
                "magento/module-checkout": "100.2.*",
1963
                "magento/module-config": "101.0.*",
1964
                "magento/module-customer": "101.0.*",
1965
                "magento/module-directory": "100.2.*",
1966
                "magento/module-eav": "101.0.*",
1967
                "magento/module-gift-message": "100.2.*",
1968
                "magento/module-media-storage": "100.2.*",
1969
                "magento/module-payment": "100.2.*",
1970
                "magento/module-quote": "101.0.*",
1971
                "magento/module-reports": "100.2.*",
1972
                "magento/module-sales-rule": "101.0.*",
1973
                "magento/module-sales-sequence": "100.2.*",
1974
                "magento/module-shipping": "100.2.*",
1975
                "magento/module-store": "100.2.*",
1976
                "magento/module-tax": "100.2.*",
1977
                "magento/module-theme": "100.2.*",
1978
                "magento/module-ui": "101.0.*",
1979
                "magento/module-widget": "101.0.*",
1980
                "magento/module-wishlist": "101.0.*",
1981
                "php": "~7.0.13|~7.1.0"
1982
            },
1983
            "suggest": {
1984
                "magento/module-sales-sample-data": "Sample Data version:100.2.*"
1985
            },
1986
            "type": "magento2-module",
1987
            "autoload": {
1988
                "files": [
1989
                    "registration.php"
1990
                ],
1991
                "psr-4": {
1992
                    "Magento\\Sales\\": ""
1993
                }
1994
            },
1995
            "license": [
1996
                "OSL-3.0",
1997
                "AFL-3.0"
1998
            ],
1999
            "description": "N/A"
2000
        },
2001
        {
2002
            "name": "magento/module-sales-rule",
2003
            "version": "101.0.3",
2004
            "dist": {
2005
                "type": "zip",
2006
                "url": "https://repo.magento.com/archives/magento/module-sales-rule/magento-module-sales-rule-101.0.3.0.zip",
2007
                "reference": null,
2008
                "shasum": "5bde2454216f6fe2250e2e01597e5cf38f9e139c"
2009
            },
2010
            "require": {
2011
                "magento/framework": "101.0.*",
2012
                "magento/module-backend": "100.2.*",
2013
                "magento/module-catalog": "102.0.*",
2014
                "magento/module-catalog-rule": "101.0.*",
2015
                "magento/module-config": "101.0.*",
2016
                "magento/module-customer": "101.0.*",
2017
                "magento/module-directory": "100.2.*",
2018
                "magento/module-eav": "101.0.*",
2019
                "magento/module-payment": "100.2.*",
2020
                "magento/module-quote": "101.0.*",
2021
                "magento/module-reports": "100.2.*",
2022
                "magento/module-rule": "100.2.*",
2023
                "magento/module-sales": "101.0.*",
2024
                "magento/module-shipping": "100.2.*",
2025
                "magento/module-store": "100.2.*",
2026
                "magento/module-ui": "101.0.*",
2027
                "magento/module-widget": "101.0.*",
2028
                "php": "~7.0.13|~7.1.0"
2029
            },
2030
            "suggest": {
2031
                "magento/module-sales-rule-sample-data": "Sample Data version:100.2.*"
2032
            },
2033
            "type": "magento2-module",
2034
            "autoload": {
2035
                "files": [
2036
                    "registration.php"
2037
                ],
2038
                "psr-4": {
2039
                    "Magento\\SalesRule\\": ""
2040
                }
2041
            },
2042
            "license": [
2043
                "OSL-3.0",
2044
                "AFL-3.0"
2045
            ],
2046
            "description": "N/A"
2047
        },
2048
        {
2049
            "name": "magento/module-sales-sequence",
2050
            "version": "100.2.1",
2051
            "dist": {
2052
                "type": "zip",
2053
                "url": "https://repo.magento.com/archives/magento/module-sales-sequence/magento-module-sales-sequence-100.2.1.0.zip",
2054
                "reference": null,
2055
                "shasum": "cabb7355a277f9d5688a7639661e56e1993a2777"
2056
            },
2057
            "require": {
2058
                "magento/framework": "101.0.*",
2059
                "php": "~7.0.13|~7.1.0"
2060
            },
2061
            "type": "magento2-module",
2062
            "autoload": {
2063
                "files": [
2064
                    "registration.php"
2065
                ],
2066
                "psr-4": {
2067
                    "Magento\\SalesSequence\\": ""
2068
                }
2069
            },
2070
            "license": [
2071
                "OSL-3.0",
2072
                "AFL-3.0"
2073
            ],
2074
            "description": "N/A"
2075
        },
2076
        {
2077
            "name": "magento/module-security",
2078
            "version": "100.2.2",
2079
            "dist": {
2080
                "type": "zip",
2081
                "url": "https://repo.magento.com/archives/magento/module-security/magento-module-security-100.2.2.0.zip",
2082
                "reference": null,
2083
                "shasum": "40177606d9df71b3ab2433e9d4e19d258c562a86"
2084
            },
2085
            "require": {
2086
                "magento/framework": "101.0.*",
2087
                "magento/module-backend": "100.2.*",
2088
                "magento/module-store": "100.2.*",
2089
                "php": "~7.0.13|~7.1.0"
2090
            },
2091
            "suggest": {
2092
                "magento/module-customer": "101.0.*"
2093
            },
2094
            "type": "magento2-module",
2095
            "autoload": {
2096
                "files": [
2097
                    "registration.php"
2098
                ],
2099
                "psr-4": {
2100
                    "Magento\\Security\\": ""
2101
                }
2102
            },
2103
            "license": [
2104
                "OSL-3.0",
2105
                "AFL-3.0"
2106
            ],
2107
            "description": "Security management module"
2108
        },
2109
        {
2110
            "name": "magento/module-shipping",
2111
            "version": "100.2.5",
2112
            "dist": {
2113
                "type": "zip",
2114
                "url": "https://repo.magento.com/archives/magento/module-shipping/magento-module-shipping-100.2.5.0.zip",
2115
                "reference": null,
2116
                "shasum": "0116e1ecc10ff6db7597eacdd49f2a7ca6e3815c"
2117
            },
2118
            "require": {
2119
                "ext-gd": "*",
2120
                "magento/framework": "101.0.*",
2121
                "magento/module-backend": "100.2.*",
2122
                "magento/module-catalog": "102.0.*",
2123
                "magento/module-catalog-inventory": "100.2.*",
2124
                "magento/module-contact": "100.2.*",
2125
                "magento/module-customer": "101.0.*",
2126
                "magento/module-directory": "100.2.*",
2127
                "magento/module-payment": "100.2.*",
2128
                "magento/module-quote": "101.0.*",
2129
                "magento/module-sales": "101.0.*",
2130
                "magento/module-store": "100.2.*",
2131
                "magento/module-tax": "100.2.*",
2132
                "magento/module-ui": "101.0.*",
2133
                "magento/module-user": "101.0.*",
2134
                "php": "~7.0.13|~7.1.0"
2135
            },
2136
            "suggest": {
2137
                "magento/module-config": "101.0.*",
2138
                "magento/module-fedex": "100.2.*",
2139
                "magento/module-ups": "100.2.*"
2140
            },
2141
            "type": "magento2-module",
2142
            "autoload": {
2143
                "files": [
2144
                    "registration.php"
2145
                ],
2146
                "psr-4": {
2147
                    "Magento\\Shipping\\": ""
2148
                }
2149
            },
2150
            "license": [
2151
                "OSL-3.0",
2152
                "AFL-3.0"
2153
            ],
2154
            "description": "N/A"
2155
        },
2156
        {
2157
            "name": "magento/module-store",
2158
            "version": "100.2.4",
2159
            "dist": {
2160
                "type": "zip",
2161
                "url": "https://repo.magento.com/archives/magento/module-store/magento-module-store-100.2.4.0.zip",
2162
                "reference": null,
2163
                "shasum": "18d947b18779778dc640b351a3ae703a7ba75081"
2164
            },
2165
            "require": {
2166
                "magento/framework": "101.0.*",
2167
                "magento/module-catalog": "102.0.*",
2168
                "magento/module-config": "101.0.*",
2169
                "magento/module-directory": "100.2.*",
2170
                "magento/module-media-storage": "100.2.*",
2171
                "magento/module-ui": "101.0.*",
2172
                "php": "~7.0.13|~7.1.0"
2173
            },
2174
            "suggest": {
2175
                "magento/module-deploy": "100.2.*"
2176
            },
2177
            "type": "magento2-module",
2178
            "autoload": {
2179
                "files": [
2180
                    "registration.php"
2181
                ],
2182
                "psr-4": {
2183
                    "Magento\\Store\\": ""
2184
                }
2185
            },
2186
            "license": [
2187
                "OSL-3.0",
2188
                "AFL-3.0"
2189
            ],
2190
            "description": "N/A"
2191
        },
2192
        {
2193
            "name": "magento/module-tax",
2194
            "version": "100.2.5",
2195
            "dist": {
2196
                "type": "zip",
2197
                "url": "https://repo.magento.com/archives/magento/module-tax/magento-module-tax-100.2.5.0.zip",
2198
                "reference": null,
2199
                "shasum": "c0277e49c9ce2104d229c37b92155d326b58932c"
2200
            },
2201
            "require": {
2202
                "magento/framework": "101.0.*",
2203
                "magento/module-backend": "100.2.*",
2204
                "magento/module-catalog": "102.0.*",
2205
                "magento/module-checkout": "100.2.*",
2206
                "magento/module-config": "101.0.*",
2207
                "magento/module-customer": "101.0.*",
2208
                "magento/module-directory": "100.2.*",
2209
                "magento/module-eav": "101.0.*",
2210
                "magento/module-page-cache": "100.2.*",
2211
                "magento/module-quote": "101.0.*",
2212
                "magento/module-reports": "100.2.*",
2213
                "magento/module-sales": "101.0.*",
2214
                "magento/module-shipping": "100.2.*",
2215
                "magento/module-store": "100.2.*",
2216
                "php": "~7.0.13|~7.1.0"
2217
            },
2218
            "suggest": {
2219
                "magento/module-tax-sample-data": "Sample Data version:100.2.*"
2220
            },
2221
            "type": "magento2-module",
2222
            "autoload": {
2223
                "files": [
2224
                    "registration.php"
2225
                ],
2226
                "psr-4": {
2227
                    "Magento\\Tax\\": ""
2228
                }
2229
            },
2230
            "license": [
2231
                "OSL-3.0",
2232
                "AFL-3.0"
2233
            ],
2234
            "description": "N/A"
2235
        },
2236
        {
2237
            "name": "magento/module-theme",
2238
            "version": "100.2.5",
2239
            "dist": {
2240
                "type": "zip",
2241
                "url": "https://repo.magento.com/archives/magento/module-theme/magento-module-theme-100.2.5.0.zip",
2242
                "reference": null,
2243
                "shasum": "19c5b2f95aa258256ff37e211cd2ce1326cdc063"
2244
            },
2245
            "require": {
2246
                "magento/framework": "101.0.*",
2247
                "magento/module-backend": "100.2.*",
2248
                "magento/module-cms": "102.0.*",
2249
                "magento/module-config": "101.0.*",
2250
                "magento/module-customer": "101.0.*",
2251
                "magento/module-eav": "101.0.*",
2252
                "magento/module-media-storage": "100.2.*",
2253
                "magento/module-require-js": "100.2.*",
2254
                "magento/module-store": "100.2.*",
2255
                "magento/module-ui": "101.0.*",
2256
                "magento/module-widget": "101.0.*",
2257
                "php": "~7.0.13|~7.1.0"
2258
            },
2259
            "suggest": {
2260
                "magento/module-deploy": "100.2.*",
2261
                "magento/module-directory": "100.2.*",
2262
                "magento/module-theme-sample-data": "Sample Data version:100.2.*",
2263
                "magento/module-translation": "100.2.*"
2264
            },
2265
            "type": "magento2-module",
2266
            "autoload": {
2267
                "files": [
2268
                    "registration.php"
2269
                ],
2270
                "psr-4": {
2271
                    "Magento\\Theme\\": ""
2272
                }
2273
            },
2274
            "license": [
2275
                "OSL-3.0",
2276
                "AFL-3.0"
2277
            ],
2278
            "description": "N/A"
2279
        },
2280
        {
2281
            "name": "magento/module-translation",
2282
            "version": "100.2.4",
2283
            "dist": {
2284
                "type": "zip",
2285
                "url": "https://repo.magento.com/archives/magento/module-translation/magento-module-translation-100.2.4.0.zip",
2286
                "reference": null,
2287
                "shasum": "20dcca12dc33d47089e10f1da3449c61c850cfeb"
2288
            },
2289
            "require": {
2290
                "magento/framework": "101.0.*",
2291
                "magento/module-backend": "100.2.*",
2292
                "magento/module-developer": "100.2.*",
2293
                "magento/module-store": "100.2.*",
2294
                "php": "~7.0.13|~7.1.0"
2295
            },
2296
            "suggest": {
2297
                "magento/module-deploy": "100.2.*"
2298
            },
2299
            "type": "magento2-module",
2300
            "autoload": {
2301
                "files": [
2302
                    "registration.php"
2303
                ],
2304
                "psr-4": {
2305
                    "Magento\\Translation\\": ""
2306
                }
2307
            },
2308
            "license": [
2309
                "OSL-3.0",
2310
                "AFL-3.0"
2311
            ],
2312
            "description": "N/A"
2313
        },
2314
        {
2315
            "name": "magento/module-ui",
2316
            "version": "101.0.5",
2317
            "dist": {
2318
                "type": "zip",
2319
                "url": "https://repo.magento.com/archives/magento/module-ui/magento-module-ui-101.0.5.0.zip",
2320
                "reference": null,
2321
                "shasum": "e441833bdaa911fed114f08cd7527520dabfe01b"
2322
            },
2323
            "require": {
2324
                "magento/framework": "101.0.*",
2325
                "magento/module-authorization": "100.2.*",
2326
                "magento/module-backend": "100.2.*",
2327
                "magento/module-eav": "101.0.*",
2328
                "magento/module-user": "101.0.*",
2329
                "php": "~7.0.13|~7.1.0"
2330
            },
2331
            "suggest": {
2332
                "magento/module-config": "101.0.*"
2333
            },
2334
            "type": "magento2-module",
2335
            "autoload": {
2336
                "files": [
2337
                    "registration.php"
2338
                ],
2339
                "psr-4": {
2340
                    "Magento\\Ui\\": ""
2341
                }
2342
            },
2343
            "license": [
2344
                "OSL-3.0",
2345
                "AFL-3.0"
2346
            ],
2347
            "description": "N/A"
2348
        },
2349
        {
2350
            "name": "magento/module-url-rewrite",
2351
            "version": "101.0.4",
2352
            "dist": {
2353
                "type": "zip",
2354
                "url": "https://repo.magento.com/archives/magento/module-url-rewrite/magento-module-url-rewrite-101.0.4.0.zip",
2355
                "reference": null,
2356
                "shasum": "81d055d6354c427e15d2250e975d28499093c911"
2357
            },
2358
            "require": {
2359
                "magento/framework": "101.0.*",
2360
                "magento/module-backend": "100.2.*",
2361
                "magento/module-catalog": "102.0.*",
2362
                "magento/module-catalog-url-rewrite": "100.2.*",
2363
                "magento/module-cms": "102.0.*",
2364
                "magento/module-cms-url-rewrite": "100.2.*",
2365
                "magento/module-store": "100.2.*",
2366
                "php": "~7.0.13|~7.1.0"
2367
            },
2368
            "type": "magento2-module",
2369
            "autoload": {
2370
                "files": [
2371
                    "registration.php"
2372
                ],
2373
                "psr-4": {
2374
                    "Magento\\UrlRewrite\\": ""
2375
                }
2376
            },
2377
            "license": [
2378
                "OSL-3.0",
2379
                "AFL-3.0"
2380
            ],
2381
            "description": "N/A"
2382
        },
2383
        {
2384
            "name": "magento/module-user",
2385
            "version": "101.0.3",
2386
            "dist": {
2387
                "type": "zip",
2388
                "url": "https://repo.magento.com/archives/magento/module-user/magento-module-user-101.0.3.0.zip",
2389
                "reference": null,
2390
                "shasum": "2bf362249a7aa77b53daecad7fdea77954252a4a"
2391
            },
2392
            "require": {
2393
                "magento/framework": "101.0.*",
2394
                "magento/module-authorization": "100.2.*",
2395
                "magento/module-backend": "100.2.*",
2396
                "magento/module-email": "100.2.*",
2397
                "magento/module-integration": "100.2.*",
2398
                "magento/module-security": "100.2.*",
2399
                "magento/module-store": "100.2.*",
2400
                "php": "~7.0.13|~7.1.0"
2401
            },
2402
            "type": "magento2-module",
2403
            "autoload": {
2404
                "files": [
2405
                    "registration.php"
2406
                ],
2407
                "psr-4": {
2408
                    "Magento\\User\\": ""
2409
                }
2410
            },
2411
            "license": [
2412
                "OSL-3.0",
2413
                "AFL-3.0"
2414
            ],
2415
            "description": "N/A"
2416
        },
2417
        {
2418
            "name": "magento/module-variable",
2419
            "version": "100.2.4",
2420
            "dist": {
2421
                "type": "zip",
2422
                "url": "https://repo.magento.com/archives/magento/module-variable/magento-module-variable-100.2.4.0.zip",
2423
                "reference": null,
2424
                "shasum": "191603190371a1fc15cae67546873b7b2c1a97f4"
2425
            },
2426
            "require": {
2427
                "magento/framework": "101.0.*",
2428
                "magento/module-backend": "100.2.*",
2429
                "magento/module-email": "100.2.*",
2430
                "magento/module-store": "100.2.*",
2431
                "php": "~7.0.13|~7.1.0"
2432
            },
2433
            "type": "magento2-module",
2434
            "autoload": {
2435
                "files": [
2436
                    "registration.php"
2437
                ],
2438
                "psr-4": {
2439
                    "Magento\\Variable\\": ""
2440
                }
2441
            },
2442
            "license": [
2443
                "OSL-3.0",
2444
                "AFL-3.0"
2445
            ],
2446
            "description": "N/A"
2447
        },
2448
        {
2449
            "name": "magento/module-widget",
2450
            "version": "101.0.3",
2451
            "dist": {
2452
                "type": "zip",
2453
                "url": "https://repo.magento.com/archives/magento/module-widget/magento-module-widget-101.0.3.0.zip",
2454
                "reference": null,
2455
                "shasum": "4398ed9bb9db3a5cc1d905014728f0784abfc559"
2456
            },
2457
            "require": {
2458
                "magento/framework": "101.0.*",
2459
                "magento/module-backend": "100.2.*",
2460
                "magento/module-catalog": "102.0.*",
2461
                "magento/module-cms": "102.0.*",
2462
                "magento/module-email": "100.2.*",
2463
                "magento/module-store": "100.2.*",
2464
                "magento/module-theme": "100.2.*",
2465
                "magento/module-variable": "100.2.*",
2466
                "php": "~7.0.13|~7.1.0"
2467
            },
2468
            "suggest": {
2469
                "magento/module-widget-sample-data": "Sample Data version:100.2.*"
2470
            },
2471
            "type": "magento2-module",
2472
            "autoload": {
2473
                "files": [
2474
                    "registration.php"
2475
                ],
2476
                "psr-4": {
2477
                    "Magento\\Widget\\": ""
2478
                }
2479
            },
2480
            "license": [
2481
                "OSL-3.0",
2482
                "AFL-3.0"
2483
            ],
2484
            "description": "N/A"
2485
        },
2486
        {
2487
            "name": "magento/module-wishlist",
2488
            "version": "101.0.3",
2489
            "dist": {
2490
                "type": "zip",
2491
                "url": "https://repo.magento.com/archives/magento/module-wishlist/magento-module-wishlist-101.0.3.0.zip",
2492
                "reference": null,
2493
                "shasum": "25b29337bfacfea306e4476c579780bf6b670016"
2494
            },
2495
            "require": {
2496
                "magento/framework": "101.0.*",
2497
                "magento/module-backend": "100.2.*",
2498
                "magento/module-catalog": "102.0.*",
2499
                "magento/module-catalog-inventory": "100.2.*",
2500
                "magento/module-checkout": "100.2.*",
2501
                "magento/module-customer": "101.0.*",
2502
                "magento/module-rss": "100.2.*",
2503
                "magento/module-sales": "101.0.*",
2504
                "magento/module-store": "100.2.*",
2505
                "magento/module-ui": "101.0.*",
2506
                "php": "~7.0.13|~7.1.0"
2507
            },
2508
            "suggest": {
2509
                "magento/module-bundle": "100.2.*",
2510
                "magento/module-configurable-product": "100.2.*",
2511
                "magento/module-cookie": "100.2.*",
2512
                "magento/module-downloadable": "100.2.*",
2513
                "magento/module-grouped-product": "100.2.*",
2514
                "magento/module-wishlist-sample-data": "Sample Data version:100.2.*"
2515
            },
2516
            "type": "magento2-module",
2517
            "autoload": {
2518
                "files": [
2519
                    "registration.php"
2520
                ],
2521
                "psr-4": {
2522
                    "Magento\\Wishlist\\": ""
2523
                }
2524
            },
2525
            "license": [
2526
                "OSL-3.0",
2527
                "AFL-3.0"
2528
            ],
2529
            "description": "N/A"
2530
        },
2531
        {
2532
            "name": "magento/zendframework1",
2533
            "version": "1.13.1",
2534
            "source": {
2535
                "type": "git",
2536
                "url": "https://github.com/magento/zf1.git",
2537
                "reference": "e2693f047bb7ccb8affa8f72ea40269f4c9f4fbf"
2538
            },
2539
            "dist": {
2540
                "type": "zip",
2541
                "url": "https://api.github.com/repos/magento/zf1/zipball/e2693f047bb7ccb8affa8f72ea40269f4c9f4fbf",
2542
                "reference": "e2693f047bb7ccb8affa8f72ea40269f4c9f4fbf",
2543
                "shasum": ""
2544
            },
2545
            "require": {
2546
                "php": ">=5.2.11"
2547
            },
2548
            "require-dev": {
2549
                "phpunit/dbunit": "1.3.*",
2550
                "phpunit/phpunit": "3.7.*"
2551
            },
2552
            "type": "library",
2553
            "extra": {
2554
                "branch-alias": {
2555
                    "dev-master": "1.12.x-dev"
2556
                }
2557
            },
2558
            "autoload": {
2559
                "psr-0": {
2560
                    "Zend_": "library/"
2561
                }
2562
            },
2563
            "notification-url": "https://packagist.org/downloads/",
2564
            "include-path": [
2565
                "library/"
2566
            ],
2567
            "license": [
2568
                "BSD-3-Clause"
2569
            ],
2570
            "description": "Magento Zend Framework 1",
2571
            "homepage": "http://framework.zend.com/",
2572
            "keywords": [
2573
                "ZF1",
2574
                "framework"
2575
            ],
2576
            "time": "2017-06-21 14:56:23"
2577
        },
2578
        {
2579
            "name": "monolog/monolog",
2580
            "version": "1.23.0",
2581
            "source": {
2582
                "type": "git",
2583
                "url": "https://github.com/Seldaek/monolog.git",
2584
                "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4"
2585
            },
2586
            "dist": {
2587
                "type": "zip",
2588
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
2589
                "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
2590
                "shasum": ""
2591
            },
2592
            "require": {
2593
                "php": ">=5.3.0",
2594
                "psr/log": "~1.0"
2595
            },
2596
            "provide": {
2597
                "psr/log-implementation": "1.0.0"
2598
            },
2599
            "require-dev": {
2600
                "aws/aws-sdk-php": "^2.4.9 || ^3.0",
2601
                "doctrine/couchdb": "~1.0@dev",
2602
                "graylog2/gelf-php": "~1.0",
2603
                "jakub-onderka/php-parallel-lint": "0.9",
2604
                "php-amqplib/php-amqplib": "~2.4",
2605
                "php-console/php-console": "^3.1.3",
2606
                "phpunit/phpunit": "~4.5",
2607
                "phpunit/phpunit-mock-objects": "2.3.0",
2608
                "ruflin/elastica": ">=0.90 <3.0",
2609
                "sentry/sentry": "^0.13",
2610
                "swiftmailer/swiftmailer": "^5.3|^6.0"
2611
            },
2612
            "suggest": {
2613
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
2614
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
2615
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
2616
                "ext-mongo": "Allow sending log messages to a MongoDB server",
2617
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
2618
                "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
2619
                "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
2620
                "php-console/php-console": "Allow sending log messages to Google Chrome",
2621
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
2622
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
2623
                "sentry/sentry": "Allow sending log messages to a Sentry server"
2624
            },
2625
            "type": "library",
2626
            "extra": {
2627
                "branch-alias": {
2628
                    "dev-master": "2.0.x-dev"
2629
                }
2630
            },
2631
            "autoload": {
2632
                "psr-4": {
2633
                    "Monolog\\": "src/Monolog"
2634
                }
2635
            },
2636
            "notification-url": "https://packagist.org/downloads/",
2637
            "license": [
2638
                "MIT"
2639
            ],
2640
            "authors": [
2641
                {
2642
                    "name": "Jordi Boggiano",
2643
                    "email": "[email protected]",
2644
                    "homepage": "http://seld.be"
2645
                }
2646
            ],
2647
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
2648
            "homepage": "http://github.com/Seldaek/monolog",
2649
            "keywords": [
2650
                "log",
2651
                "logging",
2652
                "psr-3"
2653
            ],
2654
            "time": "2017-06-19 01:22:40"
2655
        },
2656
        {
2657
            "name": "oyejorge/less.php",
2658
            "version": "v1.7.0.14",
2659
            "source": {
2660
                "type": "git",
2661
                "url": "https://github.com/oyejorge/less.php.git",
2662
                "reference": "42925c5a01a07d67ca7e82dfc8fb31814d557bc9"
2663
            },
2664
            "dist": {
2665
                "type": "zip",
2666
                "url": "https://api.github.com/repos/oyejorge/less.php/zipball/42925c5a01a07d67ca7e82dfc8fb31814d557bc9",
2667
                "reference": "42925c5a01a07d67ca7e82dfc8fb31814d557bc9",
2668
                "shasum": ""
2669
            },
2670
            "require": {
2671
                "php": ">=5.3"
2672
            },
2673
            "require-dev": {
2674
                "phpunit/phpunit": "~4.8.24"
2675
            },
2676
            "bin": [
2677
                "bin/lessc"
2678
            ],
2679
            "type": "library",
2680
            "autoload": {
2681
                "psr-0": {
2682
                    "Less": "lib/"
2683
                },
2684
                "classmap": [
2685
                    "lessc.inc.php"
2686
                ]
2687
            },
2688
            "notification-url": "https://packagist.org/downloads/",
2689
            "license": [
2690
                "Apache-2.0"
2691
            ],
2692
            "authors": [
2693
                {
2694
                    "name": "Matt Agar",
2695
                    "homepage": "https://github.com/agar"
2696
                },
2697
                {
2698
                    "name": "Martin Jantošovič",
2699
                    "homepage": "https://github.com/Mordred"
2700
                },
2701
                {
2702
                    "name": "Josh Schmidt",
2703
                    "homepage": "https://github.com/oyejorge"
2704
                }
2705
            ],
2706
            "description": "PHP port of the Javascript version of LESS http://lesscss.org (Originally maintained by Josh Schmidt)",
2707
            "homepage": "http://lessphp.gpeasy.com",
2708
            "keywords": [
2709
                "css",
2710
                "less",
2711
                "less.js",
2712
                "lesscss",
2713
                "php",
2714
                "stylesheet"
2715
            ],
2716
            "time": "2017-03-28 22:19:25"
2717
        },
2718
        {
2719
            "name": "psr/container",
2720
            "version": "1.0.0",
2721
            "source": {
2722
                "type": "git",
2723
                "url": "https://github.com/php-fig/container.git",
2724
                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
2725
            },
2726
            "dist": {
2727
                "type": "zip",
2728
                "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
2729
                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
2730
                "shasum": ""
2731
            },
2732
            "require": {
2733
                "php": ">=5.3.0"
2734
            },
2735
            "type": "library",
2736
            "extra": {
2737
                "branch-alias": {
2738
                    "dev-master": "1.0.x-dev"
2739
                }
2740
            },
2741
            "autoload": {
2742
                "psr-4": {
2743
                    "Psr\\Container\\": "src/"
2744
                }
2745
            },
2746
            "notification-url": "https://packagist.org/downloads/",
2747
            "license": [
2748
                "MIT"
2749
            ],
2750
            "authors": [
2751
                {
2752
                    "name": "PHP-FIG",
2753
                    "homepage": "http://www.php-fig.org/"
2754
                }
2755
            ],
2756
            "description": "Common Container Interface (PHP FIG PSR-11)",
2757
            "homepage": "https://github.com/php-fig/container",
2758
            "keywords": [
2759
                "PSR-11",
2760
                "container",
2761
                "container-interface",
2762
                "container-interop",
2763
                "psr"
2764
            ],
2765
            "time": "2017-02-14 16:28:37"
2766
        },
2767
        {
2768
            "name": "psr/http-message",
2769
            "version": "1.0.1",
2770
            "source": {
2771
                "type": "git",
2772
                "url": "https://github.com/php-fig/http-message.git",
2773
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
2774
            },
2775
            "dist": {
2776
                "type": "zip",
2777
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
2778
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
2779
                "shasum": ""
2780
            },
2781
            "require": {
2782
                "php": ">=5.3.0"
2783
            },
2784
            "type": "library",
2785
            "extra": {
2786
                "branch-alias": {
2787
                    "dev-master": "1.0.x-dev"
2788
                }
2789
            },
2790
            "autoload": {
2791
                "psr-4": {
2792
                    "Psr\\Http\\Message\\": "src/"
2793
                }
2794
            },
2795
            "notification-url": "https://packagist.org/downloads/",
2796
            "license": [
2797
                "MIT"
2798
            ],
2799
            "authors": [
2800
                {
2801
                    "name": "PHP-FIG",
2802
                    "homepage": "http://www.php-fig.org/"
2803
                }
2804
            ],
2805
            "description": "Common interface for HTTP messages",
2806
            "homepage": "https://github.com/php-fig/http-message",
2807
            "keywords": [
2808
                "http",
2809
                "http-message",
2810
                "psr",
2811
                "psr-7",
2812
                "request",
2813
                "response"
2814
            ],
2815
            "time": "2016-08-06 14:39:51"
2816
        },
2817
        {
2818
            "name": "psr/log",
2819
            "version": "1.0.2",
2820
            "source": {
2821
                "type": "git",
2822
                "url": "https://github.com/php-fig/log.git",
2823
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
2824
            },
2825
            "dist": {
2826
                "type": "zip",
2827
                "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
2828
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
2829
                "shasum": ""
2830
            },
2831
            "require": {
2832
                "php": ">=5.3.0"
2833
            },
2834
            "type": "library",
2835
            "extra": {
2836
                "branch-alias": {
2837
                    "dev-master": "1.0.x-dev"
2838
                }
2839
            },
2840
            "autoload": {
2841
                "psr-4": {
2842
                    "Psr\\Log\\": "Psr/Log/"
2843
                }
2844
            },
2845
            "notification-url": "https://packagist.org/downloads/",
2846
            "license": [
2847
                "MIT"
2848
            ],
2849
            "authors": [
2850
                {
2851
                    "name": "PHP-FIG",
2852
                    "homepage": "http://www.php-fig.org/"
2853
                }
2854
            ],
2855
            "description": "Common interface for logging libraries",
2856
            "homepage": "https://github.com/php-fig/log",
2857
            "keywords": [
2858
                "log",
2859
                "psr",
2860
                "psr-3"
2861
            ],
2862
            "time": "2016-10-10 12:19:37"
2863
        },
2864
        {
2865
            "name": "seld/cli-prompt",
2866
            "version": "1.0.3",
2867
            "source": {
2868
                "type": "git",
2869
                "url": "https://github.com/Seldaek/cli-prompt.git",
2870
                "reference": "a19a7376a4689d4d94cab66ab4f3c816019ba8dd"
2871
            },
2872
            "dist": {
2873
                "type": "zip",
2874
                "url": "https://api.github.com/repos/Seldaek/cli-prompt/zipball/a19a7376a4689d4d94cab66ab4f3c816019ba8dd",
2875
                "reference": "a19a7376a4689d4d94cab66ab4f3c816019ba8dd",
2876
                "shasum": ""
2877
            },
2878
            "require": {
2879
                "php": ">=5.3"
2880
            },
2881
            "type": "library",
2882
            "extra": {
2883
                "branch-alias": {
2884
                    "dev-master": "1.x-dev"
2885
                }
2886
            },
2887
            "autoload": {
2888
                "psr-4": {
2889
                    "Seld\\CliPrompt\\": "src/"
2890
                }
2891
            },
2892
            "notification-url": "https://packagist.org/downloads/",
2893
            "license": [
2894
                "MIT"
2895
            ],
2896
            "authors": [
2897
                {
2898
                    "name": "Jordi Boggiano",
2899
                    "email": "[email protected]"
2900
                }
2901
            ],
2902
            "description": "Allows you to prompt for user input on the command line, and optionally hide the characters they type",
2903
            "keywords": [
2904
                "cli",
2905
                "console",
2906
                "hidden",
2907
                "input",
2908
                "prompt"
2909
            ],
2910
            "time": "2017-03-18 11:32:45"
2911
        },
2912
        {
2913
            "name": "seld/jsonlint",
2914
            "version": "1.7.1",
2915
            "source": {
2916
                "type": "git",
2917
                "url": "https://github.com/Seldaek/jsonlint.git",
2918
                "reference": "d15f59a67ff805a44c50ea0516d2341740f81a38"
2919
            },
2920
            "dist": {
2921
                "type": "zip",
2922
                "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/d15f59a67ff805a44c50ea0516d2341740f81a38",
2923
                "reference": "d15f59a67ff805a44c50ea0516d2341740f81a38",
2924
                "shasum": ""
2925
            },
2926
            "require": {
2927
                "php": "^5.3 || ^7.0"
2928
            },
2929
            "require-dev": {
2930
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
2931
            },
2932
            "bin": [
2933
                "bin/jsonlint"
2934
            ],
2935
            "type": "library",
2936
            "autoload": {
2937
                "psr-4": {
2938
                    "Seld\\JsonLint\\": "src/Seld/JsonLint/"
2939
                }
2940
            },
2941
            "notification-url": "https://packagist.org/downloads/",
2942
            "license": [
2943
                "MIT"
2944
            ],
2945
            "authors": [
2946
                {
2947
                    "name": "Jordi Boggiano",
2948
                    "email": "[email protected]",
2949
                    "homepage": "http://seld.be"
2950
                }
2951
            ],
2952
            "description": "JSON Linter",
2953
            "keywords": [
2954
                "json",
2955
                "linter",
2956
                "parser",
2957
                "validator"
2958
            ],
2959
            "time": "2018-01-24 12:46:19"
2960
        },
2961
        {
2962
            "name": "seld/phar-utils",
2963
            "version": "1.0.1",
2964
            "source": {
2965
                "type": "git",
2966
                "url": "https://github.com/Seldaek/phar-utils.git",
2967
                "reference": "7009b5139491975ef6486545a39f3e6dad5ac30a"
2968
            },
2969
            "dist": {
2970
                "type": "zip",
2971
                "url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/7009b5139491975ef6486545a39f3e6dad5ac30a",
2972
                "reference": "7009b5139491975ef6486545a39f3e6dad5ac30a",
2973
                "shasum": ""
2974
            },
2975
            "require": {
2976
                "php": ">=5.3"
2977
            },
2978
            "type": "library",
2979
            "extra": {
2980
                "branch-alias": {
2981
                    "dev-master": "1.x-dev"
2982
                }
2983
            },
2984
            "autoload": {
2985
                "psr-4": {
2986
                    "Seld\\PharUtils\\": "src/"
2987
                }
2988
            },
2989
            "notification-url": "https://packagist.org/downloads/",
2990
            "license": [
2991
                "MIT"
2992
            ],
2993
            "authors": [
2994
                {
2995
                    "name": "Jordi Boggiano",
2996
                    "email": "[email protected]"
2997
                }
2998
            ],
2999
            "description": "PHAR file format utilities, for when PHP phars you up",
3000
            "keywords": [
3001
                "phra"
3002
            ],
3003
            "time": "2015-10-13 18:44:15"
3004
        },
3005
        {
3006
            "name": "symfony/console",
3007
            "version": "v2.8.43",
3008
            "source": {
3009
                "type": "git",
3010
                "url": "https://github.com/symfony/console.git",
3011
                "reference": "42a0adc7dd656ca2e360285eb6d822df9ce0b160"
3012
            },
3013
            "dist": {
3014
                "type": "zip",
3015
                "url": "https://api.github.com/repos/symfony/console/zipball/42a0adc7dd656ca2e360285eb6d822df9ce0b160",
3016
                "reference": "42a0adc7dd656ca2e360285eb6d822df9ce0b160",
3017
                "shasum": ""
3018
            },
3019
            "require": {
3020
                "php": ">=5.3.9",
3021
                "symfony/debug": "^2.7.2|~3.0.0",
3022
                "symfony/polyfill-mbstring": "~1.0"
3023
            },
3024
            "require-dev": {
3025
                "psr/log": "~1.0",
3026
                "symfony/event-dispatcher": "~2.1|~3.0.0",
3027
                "symfony/process": "~2.1|~3.0.0"
3028
            },
3029
            "suggest": {
3030
                "psr/log-implementation": "For using the console logger",
3031
                "symfony/event-dispatcher": "",
3032
                "symfony/process": ""
3033
            },
3034
            "type": "library",
3035
            "extra": {
3036
                "branch-alias": {
3037
                    "dev-master": "2.8-dev"
3038
                }
3039
            },
3040
            "autoload": {
3041
                "psr-4": {
3042
                    "Symfony\\Component\\Console\\": ""
3043
                },
3044
                "exclude-from-classmap": [
3045
                    "/Tests/"
3046
                ]
3047
            },
3048
            "notification-url": "https://packagist.org/downloads/",
3049
            "license": [
3050
                "MIT"
3051
            ],
3052
            "authors": [
3053
                {
3054
                    "name": "Fabien Potencier",
3055
                    "email": "[email protected]"
3056
                },
3057
                {
3058
                    "name": "Symfony Community",
3059
                    "homepage": "https://symfony.com/contributors"
3060
                }
3061
            ],
3062
            "description": "Symfony Console Component",
3063
            "homepage": "https://symfony.com",
3064
            "time": "2018-07-09 12:58:09"
3065
        },
3066
        {
3067
            "name": "symfony/debug",
3068
            "version": "v3.0.9",
3069
            "source": {
3070
                "type": "git",
3071
                "url": "https://github.com/symfony/debug.git",
3072
                "reference": "697c527acd9ea1b2d3efac34d9806bf255278b0a"
3073
            },
3074
            "dist": {
3075
                "type": "zip",
3076
                "url": "https://api.github.com/repos/symfony/debug/zipball/697c527acd9ea1b2d3efac34d9806bf255278b0a",
3077
                "reference": "697c527acd9ea1b2d3efac34d9806bf255278b0a",
3078
                "shasum": ""
3079
            },
3080
            "require": {
3081
                "php": ">=5.5.9",
3082
                "psr/log": "~1.0"
3083
            },
3084
            "conflict": {
3085
                "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
3086
            },
3087
            "require-dev": {
3088
                "symfony/class-loader": "~2.8|~3.0",
3089
                "symfony/http-kernel": "~2.8|~3.0"
3090
            },
3091
            "type": "library",
3092
            "extra": {
3093
                "branch-alias": {
3094
                    "dev-master": "3.0-dev"
3095
                }
3096
            },
3097
            "autoload": {
3098
                "psr-4": {
3099
                    "Symfony\\Component\\Debug\\": ""
3100
                },
3101
                "exclude-from-classmap": [
3102
                    "/Tests/"
3103
                ]
3104
            },
3105
            "notification-url": "https://packagist.org/downloads/",
3106
            "license": [
3107
                "MIT"
3108
            ],
3109
            "authors": [
3110
                {
3111
                    "name": "Fabien Potencier",
3112
                    "email": "[email protected]"
3113
                },
3114
                {
3115
                    "name": "Symfony Community",
3116
                    "homepage": "https://symfony.com/contributors"
3117
                }
3118
            ],
3119
            "description": "Symfony Debug Component",
3120
            "homepage": "https://symfony.com",
3121
            "time": "2016-07-30 07:22:48"
3122
        },
3123
        {
3124
            "name": "symfony/filesystem",
3125
            "version": "v4.1.2",
3126
            "source": {
3127
                "type": "git",
3128
                "url": "https://github.com/symfony/filesystem.git",
3129
                "reference": "562bf7005b55fd80d26b582d28e3e10f2dd5ae9c"
3130
            },
3131
            "dist": {
3132
                "type": "zip",
3133
                "url": "https://api.github.com/repos/symfony/filesystem/zipball/562bf7005b55fd80d26b582d28e3e10f2dd5ae9c",
3134
                "reference": "562bf7005b55fd80d26b582d28e3e10f2dd5ae9c",
3135
                "shasum": ""
3136
            },
3137
            "require": {
3138
                "php": "^7.1.3",
3139
                "symfony/polyfill-ctype": "~1.8"
3140
            },
3141
            "type": "library",
3142
            "extra": {
3143
                "branch-alias": {
3144
                    "dev-master": "4.1-dev"
3145
                }
3146
            },
3147
            "autoload": {
3148
                "psr-4": {
3149
                    "Symfony\\Component\\Filesystem\\": ""
3150
                },
3151
                "exclude-from-classmap": [
3152
                    "/Tests/"
3153
                ]
3154
            },
3155
            "notification-url": "https://packagist.org/downloads/",
3156
            "license": [
3157
                "MIT"
3158
            ],
3159
            "authors": [
3160
                {
3161
                    "name": "Fabien Potencier",
3162
                    "email": "[email protected]"
3163
                },
3164
                {
3165
                    "name": "Symfony Community",
3166
                    "homepage": "https://symfony.com/contributors"
3167
                }
3168
            ],
3169
            "description": "Symfony Filesystem Component",
3170
            "homepage": "https://symfony.com",
3171
            "time": "2018-05-30 07:26:09"
3172
        },
3173
        {
3174
            "name": "symfony/finder",
3175
            "version": "v4.1.2",
3176
            "source": {
3177
                "type": "git",
3178
                "url": "https://github.com/symfony/finder.git",
3179
                "reference": "84714b8417d19e4ba02ea78a41a975b3efaafddb"
3180
            },
3181
            "dist": {
3182
                "type": "zip",
3183
                "url": "https://api.github.com/repos/symfony/finder/zipball/84714b8417d19e4ba02ea78a41a975b3efaafddb",
3184
                "reference": "84714b8417d19e4ba02ea78a41a975b3efaafddb",
3185
                "shasum": ""
3186
            },
3187
            "require": {
3188
                "php": "^7.1.3"
3189
            },
3190
            "type": "library",
3191
            "extra": {
3192
                "branch-alias": {
3193
                    "dev-master": "4.1-dev"
3194
                }
3195
            },
3196
            "autoload": {
3197
                "psr-4": {
3198
                    "Symfony\\Component\\Finder\\": ""
3199
                },
3200
                "exclude-from-classmap": [
3201
                    "/Tests/"
3202
                ]
3203
            },
3204
            "notification-url": "https://packagist.org/downloads/",
3205
            "license": [
3206
                "MIT"
3207
            ],
3208
            "authors": [
3209
                {
3210
                    "name": "Fabien Potencier",
3211
                    "email": "[email protected]"
3212
                },
3213
                {
3214
                    "name": "Symfony Community",
3215
                    "homepage": "https://symfony.com/contributors"
3216
                }
3217
            ],
3218
            "description": "Symfony Finder Component",
3219
            "homepage": "https://symfony.com",
3220
            "time": "2018-06-19 21:38:16"
3221
        },
3222
        {
3223
            "name": "symfony/polyfill-ctype",
3224
            "version": "v1.8.0",
3225
            "source": {
3226
                "type": "git",
3227
                "url": "https://github.com/symfony/polyfill-ctype.git",
3228
                "reference": "7cc359f1b7b80fc25ed7796be7d96adc9b354bae"
3229
            },
3230
            "dist": {
3231
                "type": "zip",
3232
                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/7cc359f1b7b80fc25ed7796be7d96adc9b354bae",
3233
                "reference": "7cc359f1b7b80fc25ed7796be7d96adc9b354bae",
3234
                "shasum": ""
3235
            },
3236
            "require": {
3237
                "php": ">=5.3.3"
3238
            },
3239
            "type": "library",
3240
            "extra": {
3241
                "branch-alias": {
3242
                    "dev-master": "1.8-dev"
3243
                }
3244
            },
3245
            "autoload": {
3246
                "psr-4": {
3247
                    "Symfony\\Polyfill\\Ctype\\": ""
3248
                },
3249
                "files": [
3250
                    "bootstrap.php"
3251
                ]
3252
            },
3253
            "notification-url": "https://packagist.org/downloads/",
3254
            "license": [
3255
                "MIT"
3256
            ],
3257
            "authors": [
3258
                {
3259
                    "name": "Symfony Community",
3260
                    "homepage": "https://symfony.com/contributors"
3261
                },
3262
                {
3263
                    "name": "Gert de Pagter",
3264
                    "email": "[email protected]"
3265
                }
3266
            ],
3267
            "description": "Symfony polyfill for ctype functions",
3268
            "homepage": "https://symfony.com",
3269
            "keywords": [
3270
                "compatibility",
3271
                "ctype",
3272
                "polyfill",
3273
                "portable"
3274
            ],
3275
            "time": "2018-04-30 19:57:29"
3276
        },
3277
        {
3278
            "name": "symfony/polyfill-mbstring",
3279
            "version": "v1.8.0",
3280
            "source": {
3281
                "type": "git",
3282
                "url": "https://github.com/symfony/polyfill-mbstring.git",
3283
                "reference": "3296adf6a6454a050679cde90f95350ad604b171"
3284
            },
3285
            "dist": {
3286
                "type": "zip",
3287
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/3296adf6a6454a050679cde90f95350ad604b171",
3288
                "reference": "3296adf6a6454a050679cde90f95350ad604b171",
3289
                "shasum": ""
3290
            },
3291
            "require": {
3292
                "php": ">=5.3.3"
3293
            },
3294
            "suggest": {
3295
                "ext-mbstring": "For best performance"
3296
            },
3297
            "type": "library",
3298
            "extra": {
3299
                "branch-alias": {
3300
                    "dev-master": "1.8-dev"
3301
                }
3302
            },
3303
            "autoload": {
3304
                "psr-4": {
3305
                    "Symfony\\Polyfill\\Mbstring\\": ""
3306
                },
3307
                "files": [
3308
                    "bootstrap.php"
3309
                ]
3310
            },
3311
            "notification-url": "https://packagist.org/downloads/",
3312
            "license": [
3313
                "MIT"
3314
            ],
3315
            "authors": [
3316
                {
3317
                    "name": "Nicolas Grekas",
3318
                    "email": "[email protected]"
3319
                },
3320
                {
3321
                    "name": "Symfony Community",
3322
                    "homepage": "https://symfony.com/contributors"
3323
                }
3324
            ],
3325
            "description": "Symfony polyfill for the Mbstring extension",
3326
            "homepage": "https://symfony.com",
3327
            "keywords": [
3328
                "compatibility",
3329
                "mbstring",
3330
                "polyfill",
3331
                "portable",
3332
                "shim"
3333
            ],
3334
            "time": "2018-04-26 10:06:28"
3335
        },
3336
        {
3337
            "name": "symfony/process",
3338
            "version": "v2.8.43",
3339
            "source": {
3340
                "type": "git",
3341
                "url": "https://github.com/symfony/process.git",
3342
                "reference": "542d88b350c42750fdc14e73860ee96dd423e95d"
3343
            },
3344
            "dist": {
3345
                "type": "zip",
3346
                "url": "https://api.github.com/repos/symfony/process/zipball/542d88b350c42750fdc14e73860ee96dd423e95d",
3347
                "reference": "542d88b350c42750fdc14e73860ee96dd423e95d",
3348
                "shasum": ""
3349
            },
3350
            "require": {
3351
                "php": ">=5.3.9"
3352
            },
3353
            "type": "library",
3354
            "extra": {
3355
                "branch-alias": {
3356
                    "dev-master": "2.8-dev"
3357
                }
3358
            },
3359
            "autoload": {
3360
                "psr-4": {
3361
                    "Symfony\\Component\\Process\\": ""
3362
                },
3363
                "exclude-from-classmap": [
3364
                    "/Tests/"
3365
                ]
3366
            },
3367
            "notification-url": "https://packagist.org/downloads/",
3368
            "license": [
3369
                "MIT"
3370
            ],
3371
            "authors": [
3372
                {
3373
                    "name": "Fabien Potencier",
3374
                    "email": "[email protected]"
3375
                },
3376
                {
3377
                    "name": "Symfony Community",
3378
                    "homepage": "https://symfony.com/contributors"
3379
                }
3380
            ],
3381
            "description": "Symfony Process Component",
3382
            "homepage": "https://symfony.com",
3383
            "time": "2018-05-27 07:40:52"
3384
        },
3385
        {
3386
            "name": "tedivm/jshrink",
3387
            "version": "v1.3.0",
3388
            "source": {
3389
                "type": "git",
3390
                "url": "https://github.com/tedious/JShrink.git",
3391
                "reference": "68ce379b213741e86f02bf6053b0d26b9f833448"
3392
            },
3393
            "dist": {
3394
                "type": "zip",
3395
                "url": "https://api.github.com/repos/tedious/JShrink/zipball/68ce379b213741e86f02bf6053b0d26b9f833448",
3396
                "reference": "68ce379b213741e86f02bf6053b0d26b9f833448",
3397
                "shasum": ""
3398
            },
3399
            "require": {
3400
                "php": "^5.6|^7.0"
3401
            },
3402
            "require-dev": {
3403
                "friendsofphp/php-cs-fixer": "^2.8",
3404
                "php-coveralls/php-coveralls": "^1.1.0",
3405
                "phpunit/phpunit": "^6"
3406
            },
3407
            "type": "library",
3408
            "autoload": {
3409
                "psr-0": {
3410
                    "JShrink": "src/"
3411
                }
3412
            },
3413
            "notification-url": "https://packagist.org/downloads/",
3414
            "license": [
3415
                "BSD-3-Clause"
3416
            ],
3417
            "authors": [
3418
                {
3419
                    "name": "Robert Hafner",
3420
                    "email": "[email protected]"
3421
                }
3422
            ],
3423
            "description": "Javascript Minifier built in PHP",
3424
            "homepage": "http://github.com/tedious/JShrink",
3425
            "keywords": [
3426
                "javascript",
3427
                "minifier"
3428
            ],
3429
            "time": "2017-12-08 00:59:56"
3430
        },
3431
        {
3432
            "name": "zendframework/zend-code",
3433
            "version": "3.1.0",
3434
            "source": {
3435
                "type": "git",
3436
                "url": "https://github.com/zendframework/zend-code.git",
3437
                "reference": "2899c17f83a7207f2d7f53ec2f421204d3beea27"
3438
            },
3439
            "dist": {
3440
                "type": "zip",
3441
                "url": "https://api.github.com/repos/zendframework/zend-code/zipball/2899c17f83a7207f2d7f53ec2f421204d3beea27",
3442
                "reference": "2899c17f83a7207f2d7f53ec2f421204d3beea27",
3443
                "shasum": ""
3444
            },
3445
            "require": {
3446
                "php": "^5.6 || 7.0.0 - 7.0.4 || ^7.0.6",
3447
                "zendframework/zend-eventmanager": "^2.6 || ^3.0"
3448
            },
3449
            "require-dev": {
3450
                "doctrine/annotations": "~1.0",
3451
                "ext-phar": "*",
3452
                "phpunit/phpunit": "^4.8.21",
3453
                "squizlabs/php_codesniffer": "^2.5",
3454
                "zendframework/zend-stdlib": "^2.7 || ^3.0"
3455
            },
3456
            "suggest": {
3457
                "doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features",
3458
                "zendframework/zend-stdlib": "Zend\\Stdlib component"
3459
            },
3460
            "type": "library",
3461
            "extra": {
3462
                "branch-alias": {
3463
                    "dev-master": "3.1-dev",
3464
                    "dev-develop": "3.2-dev"
3465
                }
3466
            },
3467
            "autoload": {
3468
                "psr-4": {
3469
                    "Zend\\Code\\": "src/"
3470
                }
3471
            },
3472
            "notification-url": "https://packagist.org/downloads/",
3473
            "license": [
3474
                "BSD-3-Clause"
3475
            ],
3476
            "description": "provides facilities to generate arbitrary code using an object oriented interface",
3477
            "homepage": "https://github.com/zendframework/zend-code",
3478
            "keywords": [
3479
                "code",
3480
                "zf2"
3481
            ],
3482
            "time": "2016-10-24 13:23:32"
3483
        },
3484
        {
3485
            "name": "zendframework/zend-console",
3486
            "version": "2.7.0",
3487
            "source": {
3488
                "type": "git",
3489
                "url": "https://github.com/zendframework/zend-console.git",
3490
                "reference": "e8aa08da83de3d265256c40ba45cd649115f0e18"
3491
            },
3492
            "dist": {
3493
                "type": "zip",
3494
                "url": "https://api.github.com/repos/zendframework/zend-console/zipball/e8aa08da83de3d265256c40ba45cd649115f0e18",
3495
                "reference": "e8aa08da83de3d265256c40ba45cd649115f0e18",
3496
                "shasum": ""
3497
            },
3498
            "require": {
3499
                "php": "^5.6 || ^7.0",
3500
                "zendframework/zend-stdlib": "^2.7.7 || ^3.1"
3501
            },
3502
            "require-dev": {
3503
                "phpunit/phpunit": "^5.7.23 || ^6.4.3",
3504
                "zendframework/zend-coding-standard": "~1.0.0",
3505
                "zendframework/zend-filter": "^2.7.2",
3506
                "zendframework/zend-json": "^2.6 || ^3.0",
3507
                "zendframework/zend-validator": "^2.10.1"
3508
            },
3509
            "suggest": {
3510
                "zendframework/zend-filter": "To support DefaultRouteMatcher usage",
3511
                "zendframework/zend-validator": "To support DefaultRouteMatcher usage"
3512
            },
3513
            "type": "library",
3514
            "extra": {
3515
                "branch-alias": {
3516
                    "dev-master": "2.7.x-dev",
3517
                    "dev-develop": "2.8.x-dev"
3518
                }
3519
            },
3520
            "autoload": {
3521
                "psr-4": {
3522
                    "Zend\\Console\\": "src/"
3523
                }
3524
            },
3525
            "notification-url": "https://packagist.org/downloads/",
3526
            "license": [
3527
                "BSD-3-Clause"
3528
            ],
3529
            "description": "Build console applications using getopt syntax or routing, complete with prompts",
3530
            "keywords": [
3531
                "ZendFramework",
3532
                "console",
3533
                "zf"
3534
            ],
3535
            "time": "2018-01-25 19:08:04"
3536
        },
3537
        {
3538
            "name": "zendframework/zend-crypt",
3539
            "version": "2.6.0",
3540
            "source": {
3541
                "type": "git",
3542
                "url": "https://github.com/zendframework/zend-crypt.git",
3543
                "reference": "1b2f5600bf6262904167116fa67b58ab1457036d"
3544
            },
3545
            "dist": {
3546
                "type": "zip",
3547
                "url": "https://api.github.com/repos/zendframework/zend-crypt/zipball/1b2f5600bf6262904167116fa67b58ab1457036d",
3548
                "reference": "1b2f5600bf6262904167116fa67b58ab1457036d",
3549
                "shasum": ""
3550
            },
3551
            "require": {
3552
                "container-interop/container-interop": "~1.0",
3553
                "php": "^5.5 || ^7.0",
3554
                "zendframework/zend-math": "^2.6",
3555
                "zendframework/zend-stdlib": "^2.7 || ^3.0"
3556
            },
3557
            "require-dev": {
3558
                "fabpot/php-cs-fixer": "1.7.*",
3559
                "phpunit/phpunit": "~4.0"
3560
            },
3561
            "suggest": {
3562
                "ext-mcrypt": "Required for most features of Zend\\Crypt"
3563
            },
3564
            "type": "library",
3565
            "extra": {
3566
                "branch-alias": {
3567
                    "dev-master": "2.6-dev",
3568
                    "dev-develop": "2.7-dev"
3569
                }
3570
            },
3571
            "autoload": {
3572
                "psr-4": {
3573
                    "Zend\\Crypt\\": "src/"
3574
                }
3575
            },
3576
            "notification-url": "https://packagist.org/downloads/",
3577
            "license": [
3578
                "BSD-3-Clause"
3579
            ],
3580
            "homepage": "https://github.com/zendframework/zend-crypt",
3581
            "keywords": [
3582
                "crypt",
3583
                "zf2"
3584
            ],
3585
            "time": "2016-02-03 23:46:30"
3586
        },
3587
        {
3588
            "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...
3589
            "version": "1.8.3",
3590
            "source": {
3591
                "type": "git",
3592
                "url": "https://github.com/zendframework/zend-diactoros.git",
3593
                "reference": "72c13834fb3db2a962e913758b384ff2e6425d6e"
3594
            },
3595
            "dist": {
3596
                "type": "zip",
3597
                "url": "https://api.github.com/repos/zendframework/zend-diactoros/zipball/72c13834fb3db2a962e913758b384ff2e6425d6e",
3598
                "reference": "72c13834fb3db2a962e913758b384ff2e6425d6e",
3599
                "shasum": ""
3600
            },
3601
            "require": {
3602
                "php": "^5.6 || ^7.0",
3603
                "psr/http-message": "^1.0"
3604
            },
3605
            "provide": {
3606
                "psr/http-message-implementation": "1.0"
3607
            },
3608
            "require-dev": {
3609
                "ext-dom": "*",
3610
                "ext-libxml": "*",
3611
                "phpunit/phpunit": "^5.7.16 || ^6.0.8 || ^7.2.7",
3612
                "zendframework/zend-coding-standard": "~1.0"
3613
            },
3614
            "type": "library",
3615
            "extra": {
3616
                "branch-alias": {
3617
                    "dev-master": "1.8.x-dev",
3618
                    "dev-develop": "1.9.x-dev",
3619
                    "dev-release-2.0": "2.0.x-dev"
3620
                }
3621
            },
3622
            "autoload": {
3623
                "files": [
3624
                    "src/functions/create_uploaded_file.php",
3625
                    "src/functions/marshal_headers_from_sapi.php",
3626
                    "src/functions/marshal_method_from_sapi.php",
3627
                    "src/functions/marshal_protocol_version_from_sapi.php",
3628
                    "src/functions/marshal_uri_from_sapi.php",
3629
                    "src/functions/normalize_server.php",
3630
                    "src/functions/normalize_uploaded_files.php",
3631
                    "src/functions/parse_cookie_header.php"
3632
                ],
3633
                "psr-4": {
3634
                    "Zend\\Diactoros\\": "src/"
3635
                }
3636
            },
3637
            "notification-url": "https://packagist.org/downloads/",
3638
            "license": [
3639
                "BSD-2-Clause"
3640
            ],
3641
            "description": "PSR HTTP Message implementations",
3642
            "homepage": "https://github.com/zendframework/zend-diactoros",
3643
            "keywords": [
3644
                "http",
3645
                "psr",
3646
                "psr-7"
3647
            ],
3648
            "time": "2018-07-24 21:54:38"
3649
        },
3650
        {
3651
            "name": "zendframework/zend-escaper",
3652
            "version": "2.6.0",
3653
            "source": {
3654
                "type": "git",
3655
                "url": "https://github.com/zendframework/zend-escaper.git",
3656
                "reference": "31d8aafae982f9568287cb4dce987e6aff8fd074"
3657
            },
3658
            "dist": {
3659
                "type": "zip",
3660
                "url": "https://api.github.com/repos/zendframework/zend-escaper/zipball/31d8aafae982f9568287cb4dce987e6aff8fd074",
3661
                "reference": "31d8aafae982f9568287cb4dce987e6aff8fd074",
3662
                "shasum": ""
3663
            },
3664
            "require": {
3665
                "php": "^5.6 || ^7.0"
3666
            },
3667
            "require-dev": {
3668
                "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
3669
                "zendframework/zend-coding-standard": "~1.0.0"
3670
            },
3671
            "type": "library",
3672
            "extra": {
3673
                "branch-alias": {
3674
                    "dev-master": "2.6.x-dev",
3675
                    "dev-develop": "2.7.x-dev"
3676
                }
3677
            },
3678
            "autoload": {
3679
                "psr-4": {
3680
                    "Zend\\Escaper\\": "src/"
3681
                }
3682
            },
3683
            "notification-url": "https://packagist.org/downloads/",
3684
            "license": [
3685
                "BSD-3-Clause"
3686
            ],
3687
            "description": "Securely and safely escape HTML, HTML attributes, JavaScript, CSS, and URLs",
3688
            "keywords": [
3689
                "ZendFramework",
3690
                "escaper",
3691
                "zf"
3692
            ],
3693
            "time": "2018-04-25 15:48:53"
3694
        },
3695
        {
3696
            "name": "zendframework/zend-eventmanager",
3697
            "version": "3.2.1",
3698
            "source": {
3699
                "type": "git",
3700
                "url": "https://github.com/zendframework/zend-eventmanager.git",
3701
                "reference": "a5e2583a211f73604691586b8406ff7296a946dd"
3702
            },
3703
            "dist": {
3704
                "type": "zip",
3705
                "url": "https://api.github.com/repos/zendframework/zend-eventmanager/zipball/a5e2583a211f73604691586b8406ff7296a946dd",
3706
                "reference": "a5e2583a211f73604691586b8406ff7296a946dd",
3707
                "shasum": ""
3708
            },
3709
            "require": {
3710
                "php": "^5.6 || ^7.0"
3711
            },
3712
            "require-dev": {
3713
                "athletic/athletic": "^0.1",
3714
                "container-interop/container-interop": "^1.1.0",
3715
                "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
3716
                "zendframework/zend-coding-standard": "~1.0.0",
3717
                "zendframework/zend-stdlib": "^2.7.3 || ^3.0"
3718
            },
3719
            "suggest": {
3720
                "container-interop/container-interop": "^1.1.0, to use the lazy listeners feature",
3721
                "zendframework/zend-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature"
3722
            },
3723
            "type": "library",
3724
            "extra": {
3725
                "branch-alias": {
3726
                    "dev-master": "3.2-dev",
3727
                    "dev-develop": "3.3-dev"
3728
                }
3729
            },
3730
            "autoload": {
3731
                "psr-4": {
3732
                    "Zend\\EventManager\\": "src/"
3733
                }
3734
            },
3735
            "notification-url": "https://packagist.org/downloads/",
3736
            "license": [
3737
                "BSD-3-Clause"
3738
            ],
3739
            "description": "Trigger and listen to events within a PHP application",
3740
            "homepage": "https://github.com/zendframework/zend-eventmanager",
3741
            "keywords": [
3742
                "event",
3743
                "eventmanager",
3744
                "events",
3745
                "zf2"
3746
            ],
3747
            "time": "2018-04-25 15:33:34"
3748
        },
3749
        {
3750
            "name": "zendframework/zend-filter",
3751
            "version": "2.8.0",
3752
            "source": {
3753
                "type": "git",
3754
                "url": "https://github.com/zendframework/zend-filter.git",
3755
                "reference": "7b997dbe79459f1652deccc8786d7407fb66caa9"
3756
            },
3757
            "dist": {
3758
                "type": "zip",
3759
                "url": "https://api.github.com/repos/zendframework/zend-filter/zipball/7b997dbe79459f1652deccc8786d7407fb66caa9",
3760
                "reference": "7b997dbe79459f1652deccc8786d7407fb66caa9",
3761
                "shasum": ""
3762
            },
3763
            "require": {
3764
                "php": "^5.6 || ^7.0",
3765
                "zendframework/zend-stdlib": "^2.7.7 || ^3.1"
3766
            },
3767
            "conflict": {
3768
                "zendframework/zend-validator": "<2.10.1"
3769
            },
3770
            "require-dev": {
3771
                "pear/archive_tar": "^1.4.3",
3772
                "phpunit/phpunit": "^5.7.23 || ^6.4.3",
3773
                "zendframework/zend-coding-standard": "~1.0.0",
3774
                "zendframework/zend-crypt": "^3.2.1",
3775
                "zendframework/zend-servicemanager": "^2.7.8 || ^3.3",
3776
                "zendframework/zend-uri": "^2.6"
3777
            },
3778
            "suggest": {
3779
                "zendframework/zend-crypt": "Zend\\Crypt component, for encryption filters",
3780
                "zendframework/zend-i18n": "Zend\\I18n component for filters depending on i18n functionality",
3781
                "zendframework/zend-servicemanager": "Zend\\ServiceManager component, for using the filter chain functionality",
3782
                "zendframework/zend-uri": "Zend\\Uri component, for the UriNormalize filter"
3783
            },
3784
            "type": "library",
3785
            "extra": {
3786
                "branch-alias": {
3787
                    "dev-master": "2.8.x-dev",
3788
                    "dev-develop": "2.9.x-dev"
3789
                },
3790
                "zf": {
3791
                    "component": "Zend\\Filter",
3792
                    "config-provider": "Zend\\Filter\\ConfigProvider"
3793
                }
3794
            },
3795
            "autoload": {
3796
                "psr-4": {
3797
                    "Zend\\Filter\\": "src/"
3798
                }
3799
            },
3800
            "notification-url": "https://packagist.org/downloads/",
3801
            "license": [
3802
                "BSD-3-Clause"
3803
            ],
3804
            "description": "provides a set of commonly needed data filters",
3805
            "keywords": [
3806
                "ZendFramework",
3807
                "filter",
3808
                "zf"
3809
            ],
3810
            "time": "2018-04-11 16:20:04"
3811
        },
3812
        {
3813
            "name": "zendframework/zend-form",
3814
            "version": "2.12.0",
3815
            "source": {
3816
                "type": "git",
3817
                "url": "https://github.com/zendframework/zend-form.git",
3818
                "reference": "565fb4f4bb3e0dbeea0173c923c4a8be77de9441"
3819
            },
3820
            "dist": {
3821
                "type": "zip",
3822
                "url": "https://api.github.com/repos/zendframework/zend-form/zipball/565fb4f4bb3e0dbeea0173c923c4a8be77de9441",
3823
                "reference": "565fb4f4bb3e0dbeea0173c923c4a8be77de9441",
3824
                "shasum": ""
3825
            },
3826
            "require": {
3827
                "php": "^5.6 || ^7.0",
3828
                "zendframework/zend-hydrator": "^1.1 || ^2.1",
3829
                "zendframework/zend-inputfilter": "^2.8",
3830
                "zendframework/zend-stdlib": "^2.7 || ^3.0"
3831
            },
3832
            "require-dev": {
3833
                "doctrine/annotations": "~1.0",
3834
                "phpunit/phpunit": "^5.7.23 || ^6.5.3",
3835
                "zendframework/zend-cache": "^2.6.1",
3836
                "zendframework/zend-captcha": "^2.7.1",
3837
                "zendframework/zend-code": "^2.6 || ^3.0",
3838
                "zendframework/zend-coding-standard": "~1.0.0",
3839
                "zendframework/zend-escaper": "^2.5",
3840
                "zendframework/zend-eventmanager": "^2.6.2 || ^3.0",
3841
                "zendframework/zend-filter": "^2.6",
3842
                "zendframework/zend-i18n": "^2.6",
3843
                "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3",
3844
                "zendframework/zend-session": "^2.8.1",
3845
                "zendframework/zend-text": "^2.6",
3846
                "zendframework/zend-validator": "^2.6",
3847
                "zendframework/zend-view": "^2.6.2",
3848
                "zendframework/zendservice-recaptcha": "^3.0.0"
3849
            },
3850
            "suggest": {
3851
                "zendframework/zend-captcha": "^2.7.1, required for using CAPTCHA form elements",
3852
                "zendframework/zend-code": "^2.6 || ^3.0, required to use zend-form annotations support",
3853
                "zendframework/zend-eventmanager": "^2.6.2 || ^3.0, reuired for zend-form annotations support",
3854
                "zendframework/zend-i18n": "^2.6, required when using zend-form view helpers",
3855
                "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3, required to use the form factories or provide services",
3856
                "zendframework/zend-view": "^2.6.2, required for using the zend-form view helpers",
3857
                "zendframework/zendservice-recaptcha": "in order to use the ReCaptcha form element"
3858
            },
3859
            "type": "library",
3860
            "extra": {
3861
                "branch-alias": {
3862
                    "dev-master": "2.12.x-dev",
3863
                    "dev-develop": "2.13.x-dev"
3864
                },
3865
                "zf": {
3866
                    "component": "Zend\\Form",
3867
                    "config-provider": "Zend\\Form\\ConfigProvider"
3868
                }
3869
            },
3870
            "autoload": {
3871
                "psr-4": {
3872
                    "Zend\\Form\\": "src/"
3873
                },
3874
                "files": [
3875
                    "autoload/formElementManagerPolyfill.php"
3876
                ]
3877
            },
3878
            "notification-url": "https://packagist.org/downloads/",
3879
            "license": [
3880
                "BSD-3-Clause"
3881
            ],
3882
            "description": "Validate and display simple and complex forms, casting forms to business objects and vice versa",
3883
            "keywords": [
3884
                "ZendFramework",
3885
                "form",
3886
                "zf"
3887
            ],
3888
            "time": "2018-05-16 18:49:44"
3889
        },
3890
        {
3891
            "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...
3892
            "version": "2.8.0",
3893
            "source": {
3894
                "type": "git",
3895
                "url": "https://github.com/zendframework/zend-http.git",
3896
                "reference": "f48b276ffa11b48dd1ae3c6bc306d6ed7958ef51"
3897
            },
3898
            "dist": {
3899
                "type": "zip",
3900
                "url": "https://api.github.com/repos/zendframework/zend-http/zipball/f48b276ffa11b48dd1ae3c6bc306d6ed7958ef51",
3901
                "reference": "f48b276ffa11b48dd1ae3c6bc306d6ed7958ef51",
3902
                "shasum": ""
3903
            },
3904
            "require": {
3905
                "php": "^5.6 || ^7.0",
3906
                "zendframework/zend-loader": "^2.5.1",
3907
                "zendframework/zend-stdlib": "^3.1 || ^2.7.7",
3908
                "zendframework/zend-uri": "^2.5.2",
3909
                "zendframework/zend-validator": "^2.10.1"
3910
            },
3911
            "require-dev": {
3912
                "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.3",
3913
                "zendframework/zend-coding-standard": "~1.0.0",
3914
                "zendframework/zend-config": "^3.1 || ^2.6"
3915
            },
3916
            "suggest": {
3917
                "paragonie/certainty": "For automated management of cacert.pem"
3918
            },
3919
            "type": "library",
3920
            "extra": {
3921
                "branch-alias": {
3922
                    "dev-master": "2.8.x-dev",
3923
                    "dev-develop": "2.9.x-dev"
3924
                }
3925
            },
3926
            "autoload": {
3927
                "psr-4": {
3928
                    "Zend\\Http\\": "src/"
3929
                }
3930
            },
3931
            "notification-url": "https://packagist.org/downloads/",
3932
            "license": [
3933
                "BSD-3-Clause"
3934
            ],
3935
            "description": "Provides an easy interface for performing Hyper-Text Transfer Protocol (HTTP) requests",
3936
            "keywords": [
3937
                "ZendFramework",
3938
                "http",
3939
                "http client",
3940
                "zend",
3941
                "zf"
3942
            ],
3943
            "time": "2018-04-26 21:04:50"
3944
        },
3945
        {
3946
            "name": "zendframework/zend-hydrator",
3947
            "version": "1.1.0",
3948
            "source": {
3949
                "type": "git",
3950
                "url": "https://github.com/zendframework/zend-hydrator.git",
3951
                "reference": "22652e1661a5a10b3f564cf7824a2206cf5a4a65"
3952
            },
3953
            "dist": {
3954
                "type": "zip",
3955
                "url": "https://api.github.com/repos/zendframework/zend-hydrator/zipball/22652e1661a5a10b3f564cf7824a2206cf5a4a65",
3956
                "reference": "22652e1661a5a10b3f564cf7824a2206cf5a4a65",
3957
                "shasum": ""
3958
            },
3959
            "require": {
3960
                "php": "^5.5 || ^7.0",
3961
                "zendframework/zend-stdlib": "^2.7 || ^3.0"
3962
            },
3963
            "require-dev": {
3964
                "phpunit/phpunit": "~4.0",
3965
                "squizlabs/php_codesniffer": "^2.0@dev",
3966
                "zendframework/zend-eventmanager": "^2.6.2 || ^3.0",
3967
                "zendframework/zend-filter": "^2.6",
3968
                "zendframework/zend-inputfilter": "^2.6",
3969
                "zendframework/zend-serializer": "^2.6.1",
3970
                "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3"
3971
            },
3972
            "suggest": {
3973
                "zendframework/zend-eventmanager": "^2.6.2 || ^3.0, to support aggregate hydrator usage",
3974
                "zendframework/zend-filter": "^2.6, to support naming strategy hydrator usage",
3975
                "zendframework/zend-serializer": "^2.6.1, to use the SerializableStrategy",
3976
                "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3, to support hydrator plugin manager usage"
3977
            },
3978
            "type": "library",
3979
            "extra": {
3980
                "branch-alias": {
3981
                    "dev-release-1.0": "1.0-dev",
3982
                    "dev-release-1.1": "1.1-dev",
3983
                    "dev-master": "2.0-dev",
3984
                    "dev-develop": "2.1-dev"
3985
                }
3986
            },
3987
            "autoload": {
3988
                "psr-4": {
3989
                    "Zend\\Hydrator\\": "src/"
3990
                }
3991
            },
3992
            "notification-url": "https://packagist.org/downloads/",
3993
            "license": [
3994
                "BSD-3-Clause"
3995
            ],
3996
            "homepage": "https://github.com/zendframework/zend-hydrator",
3997
            "keywords": [
3998
                "hydrator",
3999
                "zf2"
4000
            ],
4001
            "time": "2016-02-18 22:38:26"
4002
        },
4003
        {
4004
            "name": "zendframework/zend-inputfilter",
4005
            "version": "2.8.0",
4006
            "source": {
4007
                "type": "git",
4008
                "url": "https://github.com/zendframework/zend-inputfilter.git",
4009
                "reference": "e7edd625f2fcdd72a719a7023114c5f4b4f38488"
4010
            },
4011
            "dist": {
4012
                "type": "zip",
4013
                "url": "https://api.github.com/repos/zendframework/zend-inputfilter/zipball/e7edd625f2fcdd72a719a7023114c5f4b4f38488",
4014
                "reference": "e7edd625f2fcdd72a719a7023114c5f4b4f38488",
4015
                "shasum": ""
4016
            },
4017
            "require": {
4018
                "php": "^5.6 || ^7.0",
4019
                "zendframework/zend-filter": "^2.6",
4020
                "zendframework/zend-stdlib": "^2.7 || ^3.0",
4021
                "zendframework/zend-validator": "^2.10.1"
4022
            },
4023
            "require-dev": {
4024
                "phpunit/phpunit": "^5.7.23 || ^6.4.3",
4025
                "zendframework/zend-coding-standard": "~1.0.0",
4026
                "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3"
4027
            },
4028
            "suggest": {
4029
                "zendframework/zend-servicemanager": "To support plugin manager support"
4030
            },
4031
            "type": "library",
4032
            "extra": {
4033
                "branch-alias": {
4034
                    "dev-master": "2.8-dev",
4035
                    "dev-develop": "2.9-dev"
4036
                },
4037
                "zf": {
4038
                    "component": "Zend\\InputFilter",
4039
                    "config-provider": "Zend\\InputFilter\\ConfigProvider"
4040
                }
4041
            },
4042
            "autoload": {
4043
                "psr-4": {
4044
                    "Zend\\InputFilter\\": "src/"
4045
                }
4046
            },
4047
            "notification-url": "https://packagist.org/downloads/",
4048
            "license": [
4049
                "BSD-3-Clause"
4050
            ],
4051
            "description": "Normalize and validate input sets from the web, APIs, the CLI, and more, including files",
4052
            "keywords": [
4053
                "ZendFramework",
4054
                "inputfilter",
4055
                "zf"
4056
            ],
4057
            "time": "2017-12-04 21:24:25"
4058
        },
4059
        {
4060
            "name": "zendframework/zend-loader",
4061
            "version": "2.6.0",
4062
            "source": {
4063
                "type": "git",
4064
                "url": "https://github.com/zendframework/zend-loader.git",
4065
                "reference": "78f11749ea340f6ca316bca5958eef80b38f9b6c"
4066
            },
4067
            "dist": {
4068
                "type": "zip",
4069
                "url": "https://api.github.com/repos/zendframework/zend-loader/zipball/78f11749ea340f6ca316bca5958eef80b38f9b6c",
4070
                "reference": "78f11749ea340f6ca316bca5958eef80b38f9b6c",
4071
                "shasum": ""
4072
            },
4073
            "require": {
4074
                "php": "^5.6 || ^7.0"
4075
            },
4076
            "require-dev": {
4077
                "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.4",
4078
                "zendframework/zend-coding-standard": "~1.0.0"
4079
            },
4080
            "type": "library",
4081
            "extra": {
4082
                "branch-alias": {
4083
                    "dev-master": "2.6.x-dev",
4084
                    "dev-develop": "2.7.x-dev"
4085
                }
4086
            },
4087
            "autoload": {
4088
                "psr-4": {
4089
                    "Zend\\Loader\\": "src/"
4090
                }
4091
            },
4092
            "notification-url": "https://packagist.org/downloads/",
4093
            "license": [
4094
                "BSD-3-Clause"
4095
            ],
4096
            "description": "Autoloading and plugin loading strategies",
4097
            "keywords": [
4098
                "ZendFramework",
4099
                "loader",
4100
                "zf"
4101
            ],
4102
            "time": "2018-04-30 15:20:54"
4103
        },
4104
        {
4105
            "name": "zendframework/zend-math",
4106
            "version": "2.7.0",
4107
            "source": {
4108
                "type": "git",
4109
                "url": "https://github.com/zendframework/zend-math.git",
4110
                "reference": "f4358090d5d23973121f1ed0b376184b66d9edec"
4111
            },
4112
            "dist": {
4113
                "type": "zip",
4114
                "url": "https://api.github.com/repos/zendframework/zend-math/zipball/f4358090d5d23973121f1ed0b376184b66d9edec",
4115
                "reference": "f4358090d5d23973121f1ed0b376184b66d9edec",
4116
                "shasum": ""
4117
            },
4118
            "require": {
4119
                "php": "^5.5 || ^7.0"
4120
            },
4121
            "require-dev": {
4122
                "fabpot/php-cs-fixer": "1.7.*",
4123
                "ircmaxell/random-lib": "~1.1",
4124
                "phpunit/phpunit": "~4.0"
4125
            },
4126
            "suggest": {
4127
                "ext-bcmath": "If using the bcmath functionality",
4128
                "ext-gmp": "If using the gmp functionality",
4129
                "ircmaxell/random-lib": "Fallback random byte generator for Zend\\Math\\Rand if Mcrypt extensions is unavailable"
4130
            },
4131
            "type": "library",
4132
            "extra": {
4133
                "branch-alias": {
4134
                    "dev-master": "2.7-dev",
4135
                    "dev-develop": "2.8-dev"
4136
                }
4137
            },
4138
            "autoload": {
4139
                "psr-4": {
4140
                    "Zend\\Math\\": "src/"
4141
                }
4142
            },
4143
            "notification-url": "https://packagist.org/downloads/",
4144
            "license": [
4145
                "BSD-3-Clause"
4146
            ],
4147
            "homepage": "https://github.com/zendframework/zend-math",
4148
            "keywords": [
4149
                "math",
4150
                "zf2"
4151
            ],
4152
            "time": "2016-04-07 16:29:53"
4153
        },
4154
        {
4155
            "name": "zendframework/zend-mvc",
4156
            "version": "2.7.15",
4157
            "source": {
4158
                "type": "git",
4159
                "url": "https://github.com/zendframework/zend-mvc.git",
4160
                "reference": "a8d45689d37a9e4ff4b75ea0b7478fa3d4f9c089"
4161
            },
4162
            "dist": {
4163
                "type": "zip",
4164
                "url": "https://api.github.com/repos/zendframework/zend-mvc/zipball/a8d45689d37a9e4ff4b75ea0b7478fa3d4f9c089",
4165
                "reference": "a8d45689d37a9e4ff4b75ea0b7478fa3d4f9c089",
4166
                "shasum": ""
4167
            },
4168
            "require": {
4169
                "container-interop/container-interop": "^1.1",
4170
                "php": "^5.5 || ^7.0",
4171
                "zendframework/zend-console": "^2.7",
4172
                "zendframework/zend-eventmanager": "^2.6.4 || ^3.0",
4173
                "zendframework/zend-form": "^2.11",
4174
                "zendframework/zend-hydrator": "^1.1 || ^2.4",
4175
                "zendframework/zend-psr7bridge": "^0.2",
4176
                "zendframework/zend-servicemanager": "^2.7.10 || ^3.0.3",
4177
                "zendframework/zend-stdlib": "^2.7.5 || ^3.0"
4178
            },
4179
            "replace": {
4180
                "zendframework/zend-router": "^2.0"
4181
            },
4182
            "require-dev": {
4183
                "friendsofphp/php-cs-fixer": "1.7.*",
4184
                "phpunit/phpunit": "^4.8.36",
4185
                "sebastian/comparator": "^1.2.4",
4186
                "sebastian/version": "^1.0.4",
4187
                "zendframework/zend-authentication": "^2.6",
4188
                "zendframework/zend-cache": "^2.8",
4189
                "zendframework/zend-di": "^2.6",
4190
                "zendframework/zend-filter": "^2.8",
4191
                "zendframework/zend-http": "^2.8",
4192
                "zendframework/zend-i18n": "^2.8",
4193
                "zendframework/zend-inputfilter": "^2.8",
4194
                "zendframework/zend-json": "^2.6.1",
4195
                "zendframework/zend-log": "^2.9.3",
4196
                "zendframework/zend-modulemanager": "^2.8",
4197
                "zendframework/zend-serializer": "^2.8",
4198
                "zendframework/zend-session": "^2.8.1",
4199
                "zendframework/zend-text": "^2.7",
4200
                "zendframework/zend-uri": "^2.6",
4201
                "zendframework/zend-validator": "^2.10",
4202
                "zendframework/zend-view": "^2.9"
4203
            },
4204
            "suggest": {
4205
                "zendframework/zend-authentication": "Zend\\Authentication component for Identity plugin",
4206
                "zendframework/zend-config": "Zend\\Config component",
4207
                "zendframework/zend-di": "Zend\\Di component",
4208
                "zendframework/zend-filter": "Zend\\Filter component",
4209
                "zendframework/zend-http": "Zend\\Http component",
4210
                "zendframework/zend-i18n": "Zend\\I18n component for translatable segments",
4211
                "zendframework/zend-inputfilter": "Zend\\Inputfilter component",
4212
                "zendframework/zend-json": "Zend\\Json component",
4213
                "zendframework/zend-log": "Zend\\Log component",
4214
                "zendframework/zend-modulemanager": "Zend\\ModuleManager component",
4215
                "zendframework/zend-serializer": "Zend\\Serializer component",
4216
                "zendframework/zend-servicemanager-di": "^1.0.1, if using zend-servicemanager v3 and requiring the zend-di integration",
4217
                "zendframework/zend-session": "Zend\\Session component for FlashMessenger, PRG, and FPRG plugins",
4218
                "zendframework/zend-text": "Zend\\Text component",
4219
                "zendframework/zend-uri": "Zend\\Uri component",
4220
                "zendframework/zend-validator": "Zend\\Validator component",
4221
                "zendframework/zend-view": "Zend\\View component"
4222
            },
4223
            "type": "library",
4224
            "extra": {
4225
                "branch-alias": {
4226
                    "dev-master": "2.7-dev",
4227
                    "dev-develop": "3.0-dev"
4228
                }
4229
            },
4230
            "autoload": {
4231
                "files": [
4232
                    "src/autoload.php"
4233
                ],
4234
                "psr-4": {
4235
                    "Zend\\Mvc\\": "src/"
4236
                }
4237
            },
4238
            "notification-url": "https://packagist.org/downloads/",
4239
            "license": [
4240
                "BSD-3-Clause"
4241
            ],
4242
            "homepage": "https://github.com/zendframework/zend-mvc",
4243
            "keywords": [
4244
                "mvc",
4245
                "zf2"
4246
            ],
4247
            "time": "2018-05-03 13:13:41"
4248
        },
4249
        {
4250
            "name": "zendframework/zend-psr7bridge",
4251
            "version": "0.2.2",
4252
            "source": {
4253
                "type": "git",
4254
                "url": "https://github.com/zendframework/zend-psr7bridge.git",
4255
                "reference": "86c0b53b0c6381391c4add4a93a56e51d5c74605"
4256
            },
4257
            "dist": {
4258
                "type": "zip",
4259
                "url": "https://api.github.com/repos/zendframework/zend-psr7bridge/zipball/86c0b53b0c6381391c4add4a93a56e51d5c74605",
4260
                "reference": "86c0b53b0c6381391c4add4a93a56e51d5c74605",
4261
                "shasum": ""
4262
            },
4263
            "require": {
4264
                "php": ">=5.5",
4265
                "psr/http-message": "^1.0",
4266
                "zendframework/zend-diactoros": "^1.1",
4267
                "zendframework/zend-http": "^2.5"
4268
            },
4269
            "require-dev": {
4270
                "phpunit/phpunit": "^4.7",
4271
                "squizlabs/php_codesniffer": "^2.3"
4272
            },
4273
            "type": "library",
4274
            "extra": {
4275
                "branch-alias": {
4276
                    "dev-master": "1.0-dev",
4277
                    "dev-develop": "1.1-dev"
4278
                }
4279
            },
4280
            "autoload": {
4281
                "psr-4": {
4282
                    "Zend\\Psr7Bridge\\": "src/"
4283
                }
4284
            },
4285
            "notification-url": "https://packagist.org/downloads/",
4286
            "license": [
4287
                "BSD-3-Clause"
4288
            ],
4289
            "description": "PSR-7 <-> Zend\\Http bridge",
4290
            "homepage": "https://github.com/zendframework/zend-psr7bridge",
4291
            "keywords": [
4292
                "http",
4293
                "psr",
4294
                "psr-7"
4295
            ],
4296
            "time": "2016-05-10 21:44:39"
4297
        },
4298
        {
4299
            "name": "zendframework/zend-servicemanager",
4300
            "version": "3.1.2",
4301
            "source": {
4302
                "type": "git",
4303
                "url": "https://github.com/zendframework/zend-servicemanager.git",
4304
                "reference": "8a6078959a2e8c3717ee4945d4a2d9f3ddf81d38"
4305
            },
4306
            "dist": {
4307
                "type": "zip",
4308
                "url": "https://api.github.com/repos/zendframework/zend-servicemanager/zipball/8a6078959a2e8c3717ee4945d4a2d9f3ddf81d38",
4309
                "reference": "8a6078959a2e8c3717ee4945d4a2d9f3ddf81d38",
4310
                "shasum": ""
4311
            },
4312
            "require": {
4313
                "container-interop/container-interop": "~1.0",
4314
                "php": "^5.5 || ^7.0"
4315
            },
4316
            "provide": {
4317
                "container-interop/container-interop-implementation": "^1.1"
4318
            },
4319
            "require-dev": {
4320
                "ocramius/proxy-manager": "^1.0 || ^2.0",
4321
                "phpbench/phpbench": "^0.10.0",
4322
                "phpunit/phpunit": "^4.6 || ^5.2.10",
4323
                "zendframework/zend-coding-standard": "~1.0.0"
4324
            },
4325
            "suggest": {
4326
                "ocramius/proxy-manager": "ProxyManager 1.* to handle lazy initialization of services",
4327
                "zendframework/zend-stdlib": "zend-stdlib ^2.5 if you wish to use the MergeReplaceKey or MergeRemoveKey features in Config instances"
4328
            },
4329
            "type": "library",
4330
            "extra": {
4331
                "branch-alias": {
4332
                    "dev-master": "3.1-dev",
4333
                    "dev-develop": "3.2-dev"
4334
                }
4335
            },
4336
            "autoload": {
4337
                "psr-4": {
4338
                    "Zend\\ServiceManager\\": "src/"
4339
                }
4340
            },
4341
            "notification-url": "https://packagist.org/downloads/",
4342
            "license": [
4343
                "BSD-3-Clause"
4344
            ],
4345
            "homepage": "https://github.com/zendframework/zend-servicemanager",
4346
            "keywords": [
4347
                "service-manager",
4348
                "servicemanager",
4349
                "zf"
4350
            ],
4351
            "time": "2016-12-19 19:51:37"
4352
        },
4353
        {
4354
            "name": "zendframework/zend-stdlib",
4355
            "version": "2.7.7",
4356
            "source": {
4357
                "type": "git",
4358
                "url": "https://github.com/zendframework/zend-stdlib.git",
4359
                "reference": "0e44eb46788f65e09e077eb7f44d2659143bcc1f"
4360
            },
4361
            "dist": {
4362
                "type": "zip",
4363
                "url": "https://api.github.com/repos/zendframework/zend-stdlib/zipball/0e44eb46788f65e09e077eb7f44d2659143bcc1f",
4364
                "reference": "0e44eb46788f65e09e077eb7f44d2659143bcc1f",
4365
                "shasum": ""
4366
            },
4367
            "require": {
4368
                "php": "^5.5 || ^7.0",
4369
                "zendframework/zend-hydrator": "~1.1"
4370
            },
4371
            "require-dev": {
4372
                "athletic/athletic": "~0.1",
4373
                "fabpot/php-cs-fixer": "1.7.*",
4374
                "phpunit/phpunit": "~4.0",
4375
                "zendframework/zend-config": "~2.5",
4376
                "zendframework/zend-eventmanager": "~2.5",
4377
                "zendframework/zend-filter": "~2.5",
4378
                "zendframework/zend-inputfilter": "~2.5",
4379
                "zendframework/zend-serializer": "~2.5",
4380
                "zendframework/zend-servicemanager": "~2.5"
4381
            },
4382
            "suggest": {
4383
                "zendframework/zend-eventmanager": "To support aggregate hydrator usage",
4384
                "zendframework/zend-filter": "To support naming strategy hydrator usage",
4385
                "zendframework/zend-serializer": "Zend\\Serializer component",
4386
                "zendframework/zend-servicemanager": "To support hydrator plugin manager usage"
4387
            },
4388
            "type": "library",
4389
            "extra": {
4390
                "branch-alias": {
4391
                    "dev-release-2.7": "2.7-dev",
4392
                    "dev-master": "3.0-dev",
4393
                    "dev-develop": "3.1-dev"
4394
                }
4395
            },
4396
            "autoload": {
4397
                "psr-4": {
4398
                    "Zend\\Stdlib\\": "src/"
4399
                }
4400
            },
4401
            "notification-url": "https://packagist.org/downloads/",
4402
            "license": [
4403
                "BSD-3-Clause"
4404
            ],
4405
            "homepage": "https://github.com/zendframework/zend-stdlib",
4406
            "keywords": [
4407
                "stdlib",
4408
                "zf2"
4409
            ],
4410
            "time": "2016-04-12 21:17:31"
4411
        },
4412
        {
4413
            "name": "zendframework/zend-uri",
4414
            "version": "2.6.1",
4415
            "source": {
4416
                "type": "git",
4417
                "url": "https://github.com/zendframework/zend-uri.git",
4418
                "reference": "3b6463645c6766f78ce537c70cb4fdabee1e725f"
4419
            },
4420
            "dist": {
4421
                "type": "zip",
4422
                "url": "https://api.github.com/repos/zendframework/zend-uri/zipball/3b6463645c6766f78ce537c70cb4fdabee1e725f",
4423
                "reference": "3b6463645c6766f78ce537c70cb4fdabee1e725f",
4424
                "shasum": ""
4425
            },
4426
            "require": {
4427
                "php": "^5.6 || ^7.0",
4428
                "zendframework/zend-escaper": "^2.5",
4429
                "zendframework/zend-validator": "^2.10"
4430
            },
4431
            "require-dev": {
4432
                "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.4",
4433
                "zendframework/zend-coding-standard": "~1.0.0"
4434
            },
4435
            "type": "library",
4436
            "extra": {
4437
                "branch-alias": {
4438
                    "dev-master": "2.6.x-dev",
4439
                    "dev-develop": "2.7.x-dev"
4440
                }
4441
            },
4442
            "autoload": {
4443
                "psr-4": {
4444
                    "Zend\\Uri\\": "src/"
4445
                }
4446
            },
4447
            "notification-url": "https://packagist.org/downloads/",
4448
            "license": [
4449
                "BSD-3-Clause"
4450
            ],
4451
            "description": "A component that aids in manipulating and validating » Uniform Resource Identifiers (URIs)",
4452
            "keywords": [
4453
                "ZendFramework",
4454
                "uri",
4455
                "zf"
4456
            ],
4457
            "time": "2018-04-30 13:40:08"
4458
        },
4459
        {
4460
            "name": "zendframework/zend-validator",
4461
            "version": "2.10.2",
4462
            "source": {
4463
                "type": "git",
4464
                "url": "https://github.com/zendframework/zend-validator.git",
4465
                "reference": "38109ed7d8e46cfa71bccbe7e6ca80cdd035f8c9"
4466
            },
4467
            "dist": {
4468
                "type": "zip",
4469
                "url": "https://api.github.com/repos/zendframework/zend-validator/zipball/38109ed7d8e46cfa71bccbe7e6ca80cdd035f8c9",
4470
                "reference": "38109ed7d8e46cfa71bccbe7e6ca80cdd035f8c9",
4471
                "shasum": ""
4472
            },
4473
            "require": {
4474
                "container-interop/container-interop": "^1.1",
4475
                "php": "^5.6 || ^7.0",
4476
                "zendframework/zend-stdlib": "^2.7.6 || ^3.1"
4477
            },
4478
            "require-dev": {
4479
                "phpunit/phpunit": "^6.0.8 || ^5.7.15",
4480
                "zendframework/zend-cache": "^2.6.1",
4481
                "zendframework/zend-coding-standard": "~1.0.0",
4482
                "zendframework/zend-config": "^2.6",
4483
                "zendframework/zend-db": "^2.7",
4484
                "zendframework/zend-filter": "^2.6",
4485
                "zendframework/zend-http": "^2.5.4",
4486
                "zendframework/zend-i18n": "^2.6",
4487
                "zendframework/zend-math": "^2.6",
4488
                "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3",
4489
                "zendframework/zend-session": "^2.8",
4490
                "zendframework/zend-uri": "^2.5"
4491
            },
4492
            "suggest": {
4493
                "zendframework/zend-db": "Zend\\Db component, required by the (No)RecordExists validator",
4494
                "zendframework/zend-filter": "Zend\\Filter component, required by the Digits validator",
4495
                "zendframework/zend-i18n": "Zend\\I18n component to allow translation of validation error messages",
4496
                "zendframework/zend-i18n-resources": "Translations of validator messages",
4497
                "zendframework/zend-math": "Zend\\Math component, required by the Csrf validator",
4498
                "zendframework/zend-servicemanager": "Zend\\ServiceManager component to allow using the ValidatorPluginManager and validator chains",
4499
                "zendframework/zend-session": "Zend\\Session component, ^2.8; required by the Csrf validator",
4500
                "zendframework/zend-uri": "Zend\\Uri component, required by the Uri and Sitemap\\Loc validators"
4501
            },
4502
            "type": "library",
4503
            "extra": {
4504
                "branch-alias": {
4505
                    "dev-master": "2.10.x-dev",
4506
                    "dev-develop": "2.11.x-dev"
4507
                },
4508
                "zf": {
4509
                    "component": "Zend\\Validator",
4510
                    "config-provider": "Zend\\Validator\\ConfigProvider"
4511
                }
4512
            },
4513
            "autoload": {
4514
                "psr-4": {
4515
                    "Zend\\Validator\\": "src/"
4516
                }
4517
            },
4518
            "notification-url": "https://packagist.org/downloads/",
4519
            "license": [
4520
                "BSD-3-Clause"
4521
            ],
4522
            "description": "provides a set of commonly needed validators",
4523
            "homepage": "https://github.com/zendframework/zend-validator",
4524
            "keywords": [
4525
                "validator",
4526
                "zf2"
4527
            ],
4528
            "time": "2018-02-01 17:05:33"
4529
        }
4530
    ],
4531
    "packages-dev": [
4532
        {
4533
            "name": "doctrine/instantiator",
4534
            "version": "1.1.0",
4535
            "source": {
4536
                "type": "git",
4537
                "url": "https://github.com/doctrine/instantiator.git",
4538
                "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda"
4539
            },
4540
            "dist": {
4541
                "type": "zip",
4542
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
4543
                "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
4544
                "shasum": ""
4545
            },
4546
            "require": {
4547
                "php": "^7.1"
4548
            },
4549
            "require-dev": {
4550
                "athletic/athletic": "~0.1.8",
4551
                "ext-pdo": "*",
4552
                "ext-phar": "*",
4553
                "phpunit/phpunit": "^6.2.3",
4554
                "squizlabs/php_codesniffer": "^3.0.2"
4555
            },
4556
            "type": "library",
4557
            "extra": {
4558
                "branch-alias": {
4559
                    "dev-master": "1.2.x-dev"
4560
                }
4561
            },
4562
            "autoload": {
4563
                "psr-4": {
4564
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
4565
                }
4566
            },
4567
            "notification-url": "https://packagist.org/downloads/",
4568
            "license": [
4569
                "MIT"
4570
            ],
4571
            "authors": [
4572
                {
4573
                    "name": "Marco Pivetta",
4574
                    "email": "[email protected]",
4575
                    "homepage": "http://ocramius.github.com/"
4576
                }
4577
            ],
4578
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
4579
            "homepage": "https://github.com/doctrine/instantiator",
4580
            "keywords": [
4581
                "constructor",
4582
                "instantiate"
4583
            ],
4584
            "time": "2017-07-22 11:58:36"
4585
        },
4586
        {
4587
            "name": "myclabs/deep-copy",
4588
            "version": "1.8.1",
4589
            "source": {
4590
                "type": "git",
4591
                "url": "https://github.com/myclabs/DeepCopy.git",
4592
                "reference": "3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8"
4593
            },
4594
            "dist": {
4595
                "type": "zip",
4596
                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8",
4597
                "reference": "3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8",
4598
                "shasum": ""
4599
            },
4600
            "require": {
4601
                "php": "^7.1"
4602
            },
4603
            "replace": {
4604
                "myclabs/deep-copy": "self.version"
4605
            },
4606
            "require-dev": {
4607
                "doctrine/collections": "^1.0",
4608
                "doctrine/common": "^2.6",
4609
                "phpunit/phpunit": "^7.1"
4610
            },
4611
            "type": "library",
4612
            "autoload": {
4613
                "psr-4": {
4614
                    "DeepCopy\\": "src/DeepCopy/"
4615
                },
4616
                "files": [
4617
                    "src/DeepCopy/deep_copy.php"
4618
                ]
4619
            },
4620
            "notification-url": "https://packagist.org/downloads/",
4621
            "license": [
4622
                "MIT"
4623
            ],
4624
            "description": "Create deep copies (clones) of your objects",
4625
            "keywords": [
4626
                "clone",
4627
                "copy",
4628
                "duplicate",
4629
                "object",
4630
                "object graph"
4631
            ],
4632
            "time": "2018-06-11 23:09:50"
4633
        },
4634
        {
4635
            "name": "phar-io/manifest",
4636
            "version": "1.0.3",
4637
            "source": {
4638
                "type": "git",
4639
                "url": "https://github.com/phar-io/manifest.git",
4640
                "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4"
4641
            },
4642
            "dist": {
4643
                "type": "zip",
4644
                "url": "https://api.github.com/repos/phar-io/manifest/zipball/7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
4645
                "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
4646
                "shasum": ""
4647
            },
4648
            "require": {
4649
                "ext-dom": "*",
4650
                "ext-phar": "*",
4651
                "phar-io/version": "^2.0",
4652
                "php": "^5.6 || ^7.0"
4653
            },
4654
            "type": "library",
4655
            "extra": {
4656
                "branch-alias": {
4657
                    "dev-master": "1.0.x-dev"
4658
                }
4659
            },
4660
            "autoload": {
4661
                "classmap": [
4662
                    "src/"
4663
                ]
4664
            },
4665
            "notification-url": "https://packagist.org/downloads/",
4666
            "license": [
4667
                "BSD-3-Clause"
4668
            ],
4669
            "authors": [
4670
                {
4671
                    "name": "Arne Blankerts",
4672
                    "email": "[email protected]",
4673
                    "role": "Developer"
4674
                },
4675
                {
4676
                    "name": "Sebastian Heuer",
4677
                    "email": "[email protected]",
4678
                    "role": "Developer"
4679
                },
4680
                {
4681
                    "name": "Sebastian Bergmann",
4682
                    "email": "[email protected]",
4683
                    "role": "Developer"
4684
                }
4685
            ],
4686
            "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
4687
            "time": "2018-07-08 19:23:20"
4688
        },
4689
        {
4690
            "name": "phar-io/version",
4691
            "version": "2.0.1",
4692
            "source": {
4693
                "type": "git",
4694
                "url": "https://github.com/phar-io/version.git",
4695
                "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6"
4696
            },
4697
            "dist": {
4698
                "type": "zip",
4699
                "url": "https://api.github.com/repos/phar-io/version/zipball/45a2ec53a73c70ce41d55cedef9063630abaf1b6",
4700
                "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6",
4701
                "shasum": ""
4702
            },
4703
            "require": {
4704
                "php": "^5.6 || ^7.0"
4705
            },
4706
            "type": "library",
4707
            "autoload": {
4708
                "classmap": [
4709
                    "src/"
4710
                ]
4711
            },
4712
            "notification-url": "https://packagist.org/downloads/",
4713
            "license": [
4714
                "BSD-3-Clause"
4715
            ],
4716
            "authors": [
4717
                {
4718
                    "name": "Arne Blankerts",
4719
                    "email": "[email protected]",
4720
                    "role": "Developer"
4721
                },
4722
                {
4723
                    "name": "Sebastian Heuer",
4724
                    "email": "[email protected]",
4725
                    "role": "Developer"
4726
                },
4727
                {
4728
                    "name": "Sebastian Bergmann",
4729
                    "email": "[email protected]",
4730
                    "role": "Developer"
4731
                }
4732
            ],
4733
            "description": "Library for handling version information and constraints",
4734
            "time": "2018-07-08 19:19:57"
4735
        },
4736
        {
4737
            "name": "phpdocumentor/reflection-common",
4738
            "version": "1.0.1",
4739
            "source": {
4740
                "type": "git",
4741
                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
4742
                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
4743
            },
4744
            "dist": {
4745
                "type": "zip",
4746
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
4747
                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
4748
                "shasum": ""
4749
            },
4750
            "require": {
4751
                "php": ">=5.5"
4752
            },
4753
            "require-dev": {
4754
                "phpunit/phpunit": "^4.6"
4755
            },
4756
            "type": "library",
4757
            "extra": {
4758
                "branch-alias": {
4759
                    "dev-master": "1.0.x-dev"
4760
                }
4761
            },
4762
            "autoload": {
4763
                "psr-4": {
4764
                    "phpDocumentor\\Reflection\\": [
4765
                        "src"
4766
                    ]
4767
                }
4768
            },
4769
            "notification-url": "https://packagist.org/downloads/",
4770
            "license": [
4771
                "MIT"
4772
            ],
4773
            "authors": [
4774
                {
4775
                    "name": "Jaap van Otterdijk",
4776
                    "email": "[email protected]"
4777
                }
4778
            ],
4779
            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
4780
            "homepage": "http://www.phpdoc.org",
4781
            "keywords": [
4782
                "FQSEN",
4783
                "phpDocumentor",
4784
                "phpdoc",
4785
                "reflection",
4786
                "static analysis"
4787
            ],
4788
            "time": "2017-09-11 18:02:19"
4789
        },
4790
        {
4791
            "name": "phpdocumentor/reflection-docblock",
4792
            "version": "4.3.0",
4793
            "source": {
4794
                "type": "git",
4795
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
4796
                "reference": "94fd0001232e47129dd3504189fa1c7225010d08"
4797
            },
4798
            "dist": {
4799
                "type": "zip",
4800
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/94fd0001232e47129dd3504189fa1c7225010d08",
4801
                "reference": "94fd0001232e47129dd3504189fa1c7225010d08",
4802
                "shasum": ""
4803
            },
4804
            "require": {
4805
                "php": "^7.0",
4806
                "phpdocumentor/reflection-common": "^1.0.0",
4807
                "phpdocumentor/type-resolver": "^0.4.0",
4808
                "webmozart/assert": "^1.0"
4809
            },
4810
            "require-dev": {
4811
                "doctrine/instantiator": "~1.0.5",
4812
                "mockery/mockery": "^1.0",
4813
                "phpunit/phpunit": "^6.4"
4814
            },
4815
            "type": "library",
4816
            "extra": {
4817
                "branch-alias": {
4818
                    "dev-master": "4.x-dev"
4819
                }
4820
            },
4821
            "autoload": {
4822
                "psr-4": {
4823
                    "phpDocumentor\\Reflection\\": [
4824
                        "src/"
4825
                    ]
4826
                }
4827
            },
4828
            "notification-url": "https://packagist.org/downloads/",
4829
            "license": [
4830
                "MIT"
4831
            ],
4832
            "authors": [
4833
                {
4834
                    "name": "Mike van Riel",
4835
                    "email": "[email protected]"
4836
                }
4837
            ],
4838
            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
4839
            "time": "2017-11-30 07:14:17"
4840
        },
4841
        {
4842
            "name": "phpdocumentor/type-resolver",
4843
            "version": "0.4.0",
4844
            "source": {
4845
                "type": "git",
4846
                "url": "https://github.com/phpDocumentor/TypeResolver.git",
4847
                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
4848
            },
4849
            "dist": {
4850
                "type": "zip",
4851
                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
4852
                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
4853
                "shasum": ""
4854
            },
4855
            "require": {
4856
                "php": "^5.5 || ^7.0",
4857
                "phpdocumentor/reflection-common": "^1.0"
4858
            },
4859
            "require-dev": {
4860
                "mockery/mockery": "^0.9.4",
4861
                "phpunit/phpunit": "^5.2||^4.8.24"
4862
            },
4863
            "type": "library",
4864
            "extra": {
4865
                "branch-alias": {
4866
                    "dev-master": "1.0.x-dev"
4867
                }
4868
            },
4869
            "autoload": {
4870
                "psr-4": {
4871
                    "phpDocumentor\\Reflection\\": [
4872
                        "src/"
4873
                    ]
4874
                }
4875
            },
4876
            "notification-url": "https://packagist.org/downloads/",
4877
            "license": [
4878
                "MIT"
4879
            ],
4880
            "authors": [
4881
                {
4882
                    "name": "Mike van Riel",
4883
                    "email": "[email protected]"
4884
                }
4885
            ],
4886
            "time": "2017-07-14 14:27:02"
4887
        },
4888
        {
4889
            "name": "phpspec/prophecy",
4890
            "version": "1.7.6",
4891
            "source": {
4892
                "type": "git",
4893
                "url": "https://github.com/phpspec/prophecy.git",
4894
                "reference": "33a7e3c4fda54e912ff6338c48823bd5c0f0b712"
4895
            },
4896
            "dist": {
4897
                "type": "zip",
4898
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/33a7e3c4fda54e912ff6338c48823bd5c0f0b712",
4899
                "reference": "33a7e3c4fda54e912ff6338c48823bd5c0f0b712",
4900
                "shasum": ""
4901
            },
4902
            "require": {
4903
                "doctrine/instantiator": "^1.0.2",
4904
                "php": "^5.3|^7.0",
4905
                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
4906
                "sebastian/comparator": "^1.1|^2.0|^3.0",
4907
                "sebastian/recursion-context": "^1.0|^2.0|^3.0"
4908
            },
4909
            "require-dev": {
4910
                "phpspec/phpspec": "^2.5|^3.2",
4911
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5"
4912
            },
4913
            "type": "library",
4914
            "extra": {
4915
                "branch-alias": {
4916
                    "dev-master": "1.7.x-dev"
4917
                }
4918
            },
4919
            "autoload": {
4920
                "psr-0": {
4921
                    "Prophecy\\": "src/"
4922
                }
4923
            },
4924
            "notification-url": "https://packagist.org/downloads/",
4925
            "license": [
4926
                "MIT"
4927
            ],
4928
            "authors": [
4929
                {
4930
                    "name": "Konstantin Kudryashov",
4931
                    "email": "[email protected]",
4932
                    "homepage": "http://everzet.com"
4933
                },
4934
                {
4935
                    "name": "Marcello Duarte",
4936
                    "email": "[email protected]"
4937
                }
4938
            ],
4939
            "description": "Highly opinionated mocking framework for PHP 5.3+",
4940
            "homepage": "https://github.com/phpspec/prophecy",
4941
            "keywords": [
4942
                "Double",
4943
                "Dummy",
4944
                "fake",
4945
                "mock",
4946
                "spy",
4947
                "stub"
4948
            ],
4949
            "time": "2018-04-18 13:57:24"
4950
        },
4951
        {
4952
            "name": "phpunit/php-code-coverage",
4953
            "version": "6.0.7",
4954
            "source": {
4955
                "type": "git",
4956
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
4957
                "reference": "865662550c384bc1db7e51d29aeda1c2c161d69a"
4958
            },
4959
            "dist": {
4960
                "type": "zip",
4961
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/865662550c384bc1db7e51d29aeda1c2c161d69a",
4962
                "reference": "865662550c384bc1db7e51d29aeda1c2c161d69a",
4963
                "shasum": ""
4964
            },
4965
            "require": {
4966
                "ext-dom": "*",
4967
                "ext-xmlwriter": "*",
4968
                "php": "^7.1",
4969
                "phpunit/php-file-iterator": "^2.0",
4970
                "phpunit/php-text-template": "^1.2.1",
4971
                "phpunit/php-token-stream": "^3.0",
4972
                "sebastian/code-unit-reverse-lookup": "^1.0.1",
4973
                "sebastian/environment": "^3.1",
4974
                "sebastian/version": "^2.0.1",
4975
                "theseer/tokenizer": "^1.1"
4976
            },
4977
            "require-dev": {
4978
                "phpunit/phpunit": "^7.0"
4979
            },
4980
            "suggest": {
4981
                "ext-xdebug": "^2.6.0"
4982
            },
4983
            "type": "library",
4984
            "extra": {
4985
                "branch-alias": {
4986
                    "dev-master": "6.0-dev"
4987
                }
4988
            },
4989
            "autoload": {
4990
                "classmap": [
4991
                    "src/"
4992
                ]
4993
            },
4994
            "notification-url": "https://packagist.org/downloads/",
4995
            "license": [
4996
                "BSD-3-Clause"
4997
            ],
4998
            "authors": [
4999
                {
5000
                    "name": "Sebastian Bergmann",
5001
                    "email": "[email protected]",
5002
                    "role": "lead"
5003
                }
5004
            ],
5005
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
5006
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
5007
            "keywords": [
5008
                "coverage",
5009
                "testing",
5010
                "xunit"
5011
            ],
5012
            "time": "2018-06-01 07:51:50"
5013
        },
5014
        {
5015
            "name": "phpunit/php-file-iterator",
5016
            "version": "2.0.1",
5017
            "source": {
5018
                "type": "git",
5019
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
5020
                "reference": "cecbc684605bb0cc288828eb5d65d93d5c676d3c"
5021
            },
5022
            "dist": {
5023
                "type": "zip",
5024
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/cecbc684605bb0cc288828eb5d65d93d5c676d3c",
5025
                "reference": "cecbc684605bb0cc288828eb5d65d93d5c676d3c",
5026
                "shasum": ""
5027
            },
5028
            "require": {
5029
                "php": "^7.1"
5030
            },
5031
            "type": "library",
5032
            "extra": {
5033
                "branch-alias": {
5034
                    "dev-master": "2.0.x-dev"
5035
                }
5036
            },
5037
            "autoload": {
5038
                "classmap": [
5039
                    "src/"
5040
                ]
5041
            },
5042
            "notification-url": "https://packagist.org/downloads/",
5043
            "license": [
5044
                "BSD-3-Clause"
5045
            ],
5046
            "authors": [
5047
                {
5048
                    "name": "Sebastian Bergmann",
5049
                    "email": "[email protected]",
5050
                    "role": "lead"
5051
                }
5052
            ],
5053
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
5054
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
5055
            "keywords": [
5056
                "filesystem",
5057
                "iterator"
5058
            ],
5059
            "time": "2018-06-11 11:44:00"
5060
        },
5061
        {
5062
            "name": "phpunit/php-text-template",
5063
            "version": "1.2.1",
5064
            "source": {
5065
                "type": "git",
5066
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
5067
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
5068
            },
5069
            "dist": {
5070
                "type": "zip",
5071
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
5072
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
5073
                "shasum": ""
5074
            },
5075
            "require": {
5076
                "php": ">=5.3.3"
5077
            },
5078
            "type": "library",
5079
            "autoload": {
5080
                "classmap": [
5081
                    "src/"
5082
                ]
5083
            },
5084
            "notification-url": "https://packagist.org/downloads/",
5085
            "license": [
5086
                "BSD-3-Clause"
5087
            ],
5088
            "authors": [
5089
                {
5090
                    "name": "Sebastian Bergmann",
5091
                    "email": "[email protected]",
5092
                    "role": "lead"
5093
                }
5094
            ],
5095
            "description": "Simple template engine.",
5096
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
5097
            "keywords": [
5098
                "template"
5099
            ],
5100
            "time": "2015-06-21 13:50:34"
5101
        },
5102
        {
5103
            "name": "phpunit/php-timer",
5104
            "version": "2.0.0",
5105
            "source": {
5106
                "type": "git",
5107
                "url": "https://github.com/sebastianbergmann/php-timer.git",
5108
                "reference": "8b8454ea6958c3dee38453d3bd571e023108c91f"
5109
            },
5110
            "dist": {
5111
                "type": "zip",
5112
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/8b8454ea6958c3dee38453d3bd571e023108c91f",
5113
                "reference": "8b8454ea6958c3dee38453d3bd571e023108c91f",
5114
                "shasum": ""
5115
            },
5116
            "require": {
5117
                "php": "^7.1"
5118
            },
5119
            "require-dev": {
5120
                "phpunit/phpunit": "^7.0"
5121
            },
5122
            "type": "library",
5123
            "extra": {
5124
                "branch-alias": {
5125
                    "dev-master": "2.0-dev"
5126
                }
5127
            },
5128
            "autoload": {
5129
                "classmap": [
5130
                    "src/"
5131
                ]
5132
            },
5133
            "notification-url": "https://packagist.org/downloads/",
5134
            "license": [
5135
                "BSD-3-Clause"
5136
            ],
5137
            "authors": [
5138
                {
5139
                    "name": "Sebastian Bergmann",
5140
                    "email": "[email protected]",
5141
                    "role": "lead"
5142
                }
5143
            ],
5144
            "description": "Utility class for timing",
5145
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
5146
            "keywords": [
5147
                "timer"
5148
            ],
5149
            "time": "2018-02-01 13:07:23"
5150
        },
5151
        {
5152
            "name": "phpunit/php-token-stream",
5153
            "version": "3.0.0",
5154
            "source": {
5155
                "type": "git",
5156
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
5157
                "reference": "21ad88bbba7c3d93530d93994e0a33cd45f02ace"
5158
            },
5159
            "dist": {
5160
                "type": "zip",
5161
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/21ad88bbba7c3d93530d93994e0a33cd45f02ace",
5162
                "reference": "21ad88bbba7c3d93530d93994e0a33cd45f02ace",
5163
                "shasum": ""
5164
            },
5165
            "require": {
5166
                "ext-tokenizer": "*",
5167
                "php": "^7.1"
5168
            },
5169
            "require-dev": {
5170
                "phpunit/phpunit": "^7.0"
5171
            },
5172
            "type": "library",
5173
            "extra": {
5174
                "branch-alias": {
5175
                    "dev-master": "3.0-dev"
5176
                }
5177
            },
5178
            "autoload": {
5179
                "classmap": [
5180
                    "src/"
5181
                ]
5182
            },
5183
            "notification-url": "https://packagist.org/downloads/",
5184
            "license": [
5185
                "BSD-3-Clause"
5186
            ],
5187
            "authors": [
5188
                {
5189
                    "name": "Sebastian Bergmann",
5190
                    "email": "[email protected]"
5191
                }
5192
            ],
5193
            "description": "Wrapper around PHP's tokenizer extension.",
5194
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
5195
            "keywords": [
5196
                "tokenizer"
5197
            ],
5198
            "time": "2018-02-01 13:16:43"
5199
        },
5200
        {
5201
            "name": "phpunit/phpunit",
5202
            "version": "7.2.7",
5203
            "source": {
5204
                "type": "git",
5205
                "url": "https://github.com/sebastianbergmann/phpunit.git",
5206
                "reference": "8e878aff7917ef66e702e03d1359b16eee254e2c"
5207
            },
5208
            "dist": {
5209
                "type": "zip",
5210
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/8e878aff7917ef66e702e03d1359b16eee254e2c",
5211
                "reference": "8e878aff7917ef66e702e03d1359b16eee254e2c",
5212
                "shasum": ""
5213
            },
5214
            "require": {
5215
                "doctrine/instantiator": "^1.1",
5216
                "ext-dom": "*",
5217
                "ext-json": "*",
5218
                "ext-libxml": "*",
5219
                "ext-mbstring": "*",
5220
                "ext-xml": "*",
5221
                "myclabs/deep-copy": "^1.7",
5222
                "phar-io/manifest": "^1.0.2",
5223
                "phar-io/version": "^2.0",
5224
                "php": "^7.1",
5225
                "phpspec/prophecy": "^1.7",
5226
                "phpunit/php-code-coverage": "^6.0.7",
5227
                "phpunit/php-file-iterator": "^2.0.1",
5228
                "phpunit/php-text-template": "^1.2.1",
5229
                "phpunit/php-timer": "^2.0",
5230
                "sebastian/comparator": "^3.0",
5231
                "sebastian/diff": "^3.0",
5232
                "sebastian/environment": "^3.1",
5233
                "sebastian/exporter": "^3.1",
5234
                "sebastian/global-state": "^2.0",
5235
                "sebastian/object-enumerator": "^3.0.3",
5236
                "sebastian/resource-operations": "^1.0",
5237
                "sebastian/version": "^2.0.1"
5238
            },
5239
            "conflict": {
5240
                "phpunit/phpunit-mock-objects": "*"
5241
            },
5242
            "require-dev": {
5243
                "ext-pdo": "*"
5244
            },
5245
            "suggest": {
5246
                "ext-soap": "*",
5247
                "ext-xdebug": "*",
5248
                "phpunit/php-invoker": "^2.0"
5249
            },
5250
            "bin": [
5251
                "phpunit"
5252
            ],
5253
            "type": "library",
5254
            "extra": {
5255
                "branch-alias": {
5256
                    "dev-master": "7.2-dev"
5257
                }
5258
            },
5259
            "autoload": {
5260
                "classmap": [
5261
                    "src/"
5262
                ]
5263
            },
5264
            "notification-url": "https://packagist.org/downloads/",
5265
            "license": [
5266
                "BSD-3-Clause"
5267
            ],
5268
            "authors": [
5269
                {
5270
                    "name": "Sebastian Bergmann",
5271
                    "email": "[email protected]",
5272
                    "role": "lead"
5273
                }
5274
            ],
5275
            "description": "The PHP Unit Testing framework.",
5276
            "homepage": "https://phpunit.de/",
5277
            "keywords": [
5278
                "phpunit",
5279
                "testing",
5280
                "xunit"
5281
            ],
5282
            "time": "2018-07-15 05:20:50"
5283
        },
5284
        {
5285
            "name": "sebastian/code-unit-reverse-lookup",
5286
            "version": "1.0.1",
5287
            "source": {
5288
                "type": "git",
5289
                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
5290
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
5291
            },
5292
            "dist": {
5293
                "type": "zip",
5294
                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
5295
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
5296
                "shasum": ""
5297
            },
5298
            "require": {
5299
                "php": "^5.6 || ^7.0"
5300
            },
5301
            "require-dev": {
5302
                "phpunit/phpunit": "^5.7 || ^6.0"
5303
            },
5304
            "type": "library",
5305
            "extra": {
5306
                "branch-alias": {
5307
                    "dev-master": "1.0.x-dev"
5308
                }
5309
            },
5310
            "autoload": {
5311
                "classmap": [
5312
                    "src/"
5313
                ]
5314
            },
5315
            "notification-url": "https://packagist.org/downloads/",
5316
            "license": [
5317
                "BSD-3-Clause"
5318
            ],
5319
            "authors": [
5320
                {
5321
                    "name": "Sebastian Bergmann",
5322
                    "email": "[email protected]"
5323
                }
5324
            ],
5325
            "description": "Looks up which function or method a line of code belongs to",
5326
            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
5327
            "time": "2017-03-04 06:30:41"
5328
        },
5329
        {
5330
            "name": "sebastian/comparator",
5331
            "version": "3.0.2",
5332
            "source": {
5333
                "type": "git",
5334
                "url": "https://github.com/sebastianbergmann/comparator.git",
5335
                "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da"
5336
            },
5337
            "dist": {
5338
                "type": "zip",
5339
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
5340
                "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
5341
                "shasum": ""
5342
            },
5343
            "require": {
5344
                "php": "^7.1",
5345
                "sebastian/diff": "^3.0",
5346
                "sebastian/exporter": "^3.1"
5347
            },
5348
            "require-dev": {
5349
                "phpunit/phpunit": "^7.1"
5350
            },
5351
            "type": "library",
5352
            "extra": {
5353
                "branch-alias": {
5354
                    "dev-master": "3.0-dev"
5355
                }
5356
            },
5357
            "autoload": {
5358
                "classmap": [
5359
                    "src/"
5360
                ]
5361
            },
5362
            "notification-url": "https://packagist.org/downloads/",
5363
            "license": [
5364
                "BSD-3-Clause"
5365
            ],
5366
            "authors": [
5367
                {
5368
                    "name": "Jeff Welch",
5369
                    "email": "[email protected]"
5370
                },
5371
                {
5372
                    "name": "Volker Dusch",
5373
                    "email": "[email protected]"
5374
                },
5375
                {
5376
                    "name": "Bernhard Schussek",
5377
                    "email": "[email protected]"
5378
                },
5379
                {
5380
                    "name": "Sebastian Bergmann",
5381
                    "email": "[email protected]"
5382
                }
5383
            ],
5384
            "description": "Provides the functionality to compare PHP values for equality",
5385
            "homepage": "https://github.com/sebastianbergmann/comparator",
5386
            "keywords": [
5387
                "comparator",
5388
                "compare",
5389
                "equality"
5390
            ],
5391
            "time": "2018-07-12 15:12:46"
5392
        },
5393
        {
5394
            "name": "sebastian/diff",
5395
            "version": "3.0.1",
5396
            "source": {
5397
                "type": "git",
5398
                "url": "https://github.com/sebastianbergmann/diff.git",
5399
                "reference": "366541b989927187c4ca70490a35615d3fef2dce"
5400
            },
5401
            "dist": {
5402
                "type": "zip",
5403
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/366541b989927187c4ca70490a35615d3fef2dce",
5404
                "reference": "366541b989927187c4ca70490a35615d3fef2dce",
5405
                "shasum": ""
5406
            },
5407
            "require": {
5408
                "php": "^7.1"
5409
            },
5410
            "require-dev": {
5411
                "phpunit/phpunit": "^7.0",
5412
                "symfony/process": "^2 || ^3.3 || ^4"
5413
            },
5414
            "type": "library",
5415
            "extra": {
5416
                "branch-alias": {
5417
                    "dev-master": "3.0-dev"
5418
                }
5419
            },
5420
            "autoload": {
5421
                "classmap": [
5422
                    "src/"
5423
                ]
5424
            },
5425
            "notification-url": "https://packagist.org/downloads/",
5426
            "license": [
5427
                "BSD-3-Clause"
5428
            ],
5429
            "authors": [
5430
                {
5431
                    "name": "Kore Nordmann",
5432
                    "email": "[email protected]"
5433
                },
5434
                {
5435
                    "name": "Sebastian Bergmann",
5436
                    "email": "[email protected]"
5437
                }
5438
            ],
5439
            "description": "Diff implementation",
5440
            "homepage": "https://github.com/sebastianbergmann/diff",
5441
            "keywords": [
5442
                "diff",
5443
                "udiff",
5444
                "unidiff",
5445
                "unified diff"
5446
            ],
5447
            "time": "2018-06-10 07:54:39"
5448
        },
5449
        {
5450
            "name": "sebastian/environment",
5451
            "version": "3.1.0",
5452
            "source": {
5453
                "type": "git",
5454
                "url": "https://github.com/sebastianbergmann/environment.git",
5455
                "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5"
5456
            },
5457
            "dist": {
5458
                "type": "zip",
5459
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
5460
                "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
5461
                "shasum": ""
5462
            },
5463
            "require": {
5464
                "php": "^7.0"
5465
            },
5466
            "require-dev": {
5467
                "phpunit/phpunit": "^6.1"
5468
            },
5469
            "type": "library",
5470
            "extra": {
5471
                "branch-alias": {
5472
                    "dev-master": "3.1.x-dev"
5473
                }
5474
            },
5475
            "autoload": {
5476
                "classmap": [
5477
                    "src/"
5478
                ]
5479
            },
5480
            "notification-url": "https://packagist.org/downloads/",
5481
            "license": [
5482
                "BSD-3-Clause"
5483
            ],
5484
            "authors": [
5485
                {
5486
                    "name": "Sebastian Bergmann",
5487
                    "email": "[email protected]"
5488
                }
5489
            ],
5490
            "description": "Provides functionality to handle HHVM/PHP environments",
5491
            "homepage": "http://www.github.com/sebastianbergmann/environment",
5492
            "keywords": [
5493
                "Xdebug",
5494
                "environment",
5495
                "hhvm"
5496
            ],
5497
            "time": "2017-07-01 08:51:00"
5498
        },
5499
        {
5500
            "name": "sebastian/exporter",
5501
            "version": "3.1.0",
5502
            "source": {
5503
                "type": "git",
5504
                "url": "https://github.com/sebastianbergmann/exporter.git",
5505
                "reference": "234199f4528de6d12aaa58b612e98f7d36adb937"
5506
            },
5507
            "dist": {
5508
                "type": "zip",
5509
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/234199f4528de6d12aaa58b612e98f7d36adb937",
5510
                "reference": "234199f4528de6d12aaa58b612e98f7d36adb937",
5511
                "shasum": ""
5512
            },
5513
            "require": {
5514
                "php": "^7.0",
5515
                "sebastian/recursion-context": "^3.0"
5516
            },
5517
            "require-dev": {
5518
                "ext-mbstring": "*",
5519
                "phpunit/phpunit": "^6.0"
5520
            },
5521
            "type": "library",
5522
            "extra": {
5523
                "branch-alias": {
5524
                    "dev-master": "3.1.x-dev"
5525
                }
5526
            },
5527
            "autoload": {
5528
                "classmap": [
5529
                    "src/"
5530
                ]
5531
            },
5532
            "notification-url": "https://packagist.org/downloads/",
5533
            "license": [
5534
                "BSD-3-Clause"
5535
            ],
5536
            "authors": [
5537
                {
5538
                    "name": "Jeff Welch",
5539
                    "email": "[email protected]"
5540
                },
5541
                {
5542
                    "name": "Volker Dusch",
5543
                    "email": "[email protected]"
5544
                },
5545
                {
5546
                    "name": "Bernhard Schussek",
5547
                    "email": "[email protected]"
5548
                },
5549
                {
5550
                    "name": "Sebastian Bergmann",
5551
                    "email": "[email protected]"
5552
                },
5553
                {
5554
                    "name": "Adam Harvey",
5555
                    "email": "[email protected]"
5556
                }
5557
            ],
5558
            "description": "Provides the functionality to export PHP variables for visualization",
5559
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
5560
            "keywords": [
5561
                "export",
5562
                "exporter"
5563
            ],
5564
            "time": "2017-04-03 13:19:02"
5565
        },
5566
        {
5567
            "name": "sebastian/global-state",
5568
            "version": "2.0.0",
5569
            "source": {
5570
                "type": "git",
5571
                "url": "https://github.com/sebastianbergmann/global-state.git",
5572
                "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4"
5573
            },
5574
            "dist": {
5575
                "type": "zip",
5576
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
5577
                "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
5578
                "shasum": ""
5579
            },
5580
            "require": {
5581
                "php": "^7.0"
5582
            },
5583
            "require-dev": {
5584
                "phpunit/phpunit": "^6.0"
5585
            },
5586
            "suggest": {
5587
                "ext-uopz": "*"
5588
            },
5589
            "type": "library",
5590
            "extra": {
5591
                "branch-alias": {
5592
                    "dev-master": "2.0-dev"
5593
                }
5594
            },
5595
            "autoload": {
5596
                "classmap": [
5597
                    "src/"
5598
                ]
5599
            },
5600
            "notification-url": "https://packagist.org/downloads/",
5601
            "license": [
5602
                "BSD-3-Clause"
5603
            ],
5604
            "authors": [
5605
                {
5606
                    "name": "Sebastian Bergmann",
5607
                    "email": "[email protected]"
5608
                }
5609
            ],
5610
            "description": "Snapshotting of global state",
5611
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
5612
            "keywords": [
5613
                "global state"
5614
            ],
5615
            "time": "2017-04-27 15:39:26"
5616
        },
5617
        {
5618
            "name": "sebastian/object-enumerator",
5619
            "version": "3.0.3",
5620
            "source": {
5621
                "type": "git",
5622
                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
5623
                "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
5624
            },
5625
            "dist": {
5626
                "type": "zip",
5627
                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
5628
                "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
5629
                "shasum": ""
5630
            },
5631
            "require": {
5632
                "php": "^7.0",
5633
                "sebastian/object-reflector": "^1.1.1",
5634
                "sebastian/recursion-context": "^3.0"
5635
            },
5636
            "require-dev": {
5637
                "phpunit/phpunit": "^6.0"
5638
            },
5639
            "type": "library",
5640
            "extra": {
5641
                "branch-alias": {
5642
                    "dev-master": "3.0.x-dev"
5643
                }
5644
            },
5645
            "autoload": {
5646
                "classmap": [
5647
                    "src/"
5648
                ]
5649
            },
5650
            "notification-url": "https://packagist.org/downloads/",
5651
            "license": [
5652
                "BSD-3-Clause"
5653
            ],
5654
            "authors": [
5655
                {
5656
                    "name": "Sebastian Bergmann",
5657
                    "email": "[email protected]"
5658
                }
5659
            ],
5660
            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
5661
            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
5662
            "time": "2017-08-03 12:35:26"
5663
        },
5664
        {
5665
            "name": "sebastian/object-reflector",
5666
            "version": "1.1.1",
5667
            "source": {
5668
                "type": "git",
5669
                "url": "https://github.com/sebastianbergmann/object-reflector.git",
5670
                "reference": "773f97c67f28de00d397be301821b06708fca0be"
5671
            },
5672
            "dist": {
5673
                "type": "zip",
5674
                "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
5675
                "reference": "773f97c67f28de00d397be301821b06708fca0be",
5676
                "shasum": ""
5677
            },
5678
            "require": {
5679
                "php": "^7.0"
5680
            },
5681
            "require-dev": {
5682
                "phpunit/phpunit": "^6.0"
5683
            },
5684
            "type": "library",
5685
            "extra": {
5686
                "branch-alias": {
5687
                    "dev-master": "1.1-dev"
5688
                }
5689
            },
5690
            "autoload": {
5691
                "classmap": [
5692
                    "src/"
5693
                ]
5694
            },
5695
            "notification-url": "https://packagist.org/downloads/",
5696
            "license": [
5697
                "BSD-3-Clause"
5698
            ],
5699
            "authors": [
5700
                {
5701
                    "name": "Sebastian Bergmann",
5702
                    "email": "[email protected]"
5703
                }
5704
            ],
5705
            "description": "Allows reflection of object attributes, including inherited and non-public ones",
5706
            "homepage": "https://github.com/sebastianbergmann/object-reflector/",
5707
            "time": "2017-03-29 09:07:27"
5708
        },
5709
        {
5710
            "name": "sebastian/recursion-context",
5711
            "version": "3.0.0",
5712
            "source": {
5713
                "type": "git",
5714
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
5715
                "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
5716
            },
5717
            "dist": {
5718
                "type": "zip",
5719
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
5720
                "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
5721
                "shasum": ""
5722
            },
5723
            "require": {
5724
                "php": "^7.0"
5725
            },
5726
            "require-dev": {
5727
                "phpunit/phpunit": "^6.0"
5728
            },
5729
            "type": "library",
5730
            "extra": {
5731
                "branch-alias": {
5732
                    "dev-master": "3.0.x-dev"
5733
                }
5734
            },
5735
            "autoload": {
5736
                "classmap": [
5737
                    "src/"
5738
                ]
5739
            },
5740
            "notification-url": "https://packagist.org/downloads/",
5741
            "license": [
5742
                "BSD-3-Clause"
5743
            ],
5744
            "authors": [
5745
                {
5746
                    "name": "Jeff Welch",
5747
                    "email": "[email protected]"
5748
                },
5749
                {
5750
                    "name": "Sebastian Bergmann",
5751
                    "email": "[email protected]"
5752
                },
5753
                {
5754
                    "name": "Adam Harvey",
5755
                    "email": "[email protected]"
5756
                }
5757
            ],
5758
            "description": "Provides functionality to recursively process PHP variables",
5759
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
5760
            "time": "2017-03-03 06:23:57"
5761
        },
5762
        {
5763
            "name": "sebastian/resource-operations",
5764
            "version": "1.0.0",
5765
            "source": {
5766
                "type": "git",
5767
                "url": "https://github.com/sebastianbergmann/resource-operations.git",
5768
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
5769
            },
5770
            "dist": {
5771
                "type": "zip",
5772
                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
5773
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
5774
                "shasum": ""
5775
            },
5776
            "require": {
5777
                "php": ">=5.6.0"
5778
            },
5779
            "type": "library",
5780
            "extra": {
5781
                "branch-alias": {
5782
                    "dev-master": "1.0.x-dev"
5783
                }
5784
            },
5785
            "autoload": {
5786
                "classmap": [
5787
                    "src/"
5788
                ]
5789
            },
5790
            "notification-url": "https://packagist.org/downloads/",
5791
            "license": [
5792
                "BSD-3-Clause"
5793
            ],
5794
            "authors": [
5795
                {
5796
                    "name": "Sebastian Bergmann",
5797
                    "email": "[email protected]"
5798
                }
5799
            ],
5800
            "description": "Provides a list of PHP built-in functions that operate on resources",
5801
            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
5802
            "time": "2015-07-28 20:34:47"
5803
        },
5804
        {
5805
            "name": "sebastian/version",
5806
            "version": "2.0.1",
5807
            "source": {
5808
                "type": "git",
5809
                "url": "https://github.com/sebastianbergmann/version.git",
5810
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
5811
            },
5812
            "dist": {
5813
                "type": "zip",
5814
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
5815
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
5816
                "shasum": ""
5817
            },
5818
            "require": {
5819
                "php": ">=5.6"
5820
            },
5821
            "type": "library",
5822
            "extra": {
5823
                "branch-alias": {
5824
                    "dev-master": "2.0.x-dev"
5825
                }
5826
            },
5827
            "autoload": {
5828
                "classmap": [
5829
                    "src/"
5830
                ]
5831
            },
5832
            "notification-url": "https://packagist.org/downloads/",
5833
            "license": [
5834
                "BSD-3-Clause"
5835
            ],
5836
            "authors": [
5837
                {
5838
                    "name": "Sebastian Bergmann",
5839
                    "email": "[email protected]",
5840
                    "role": "lead"
5841
                }
5842
            ],
5843
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
5844
            "homepage": "https://github.com/sebastianbergmann/version",
5845
            "time": "2016-10-03 07:35:21"
5846
        },
5847
        {
5848
            "name": "theseer/tokenizer",
5849
            "version": "1.1.0",
5850
            "source": {
5851
                "type": "git",
5852
                "url": "https://github.com/theseer/tokenizer.git",
5853
                "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b"
5854
            },
5855
            "dist": {
5856
                "type": "zip",
5857
                "url": "https://api.github.com/repos/theseer/tokenizer/zipball/cb2f008f3f05af2893a87208fe6a6c4985483f8b",
5858
                "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b",
5859
                "shasum": ""
5860
            },
5861
            "require": {
5862
                "ext-dom": "*",
5863
                "ext-tokenizer": "*",
5864
                "ext-xmlwriter": "*",
5865
                "php": "^7.0"
5866
            },
5867
            "type": "library",
5868
            "autoload": {
5869
                "classmap": [
5870
                    "src/"
5871
                ]
5872
            },
5873
            "notification-url": "https://packagist.org/downloads/",
5874
            "license": [
5875
                "BSD-3-Clause"
5876
            ],
5877
            "authors": [
5878
                {
5879
                    "name": "Arne Blankerts",
5880
                    "email": "[email protected]",
5881
                    "role": "Developer"
5882
                }
5883
            ],
5884
            "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
5885
            "time": "2017-04-07 12:08:54"
5886
        },
5887
        {
5888
            "name": "webmozart/assert",
5889
            "version": "1.3.0",
5890
            "source": {
5891
                "type": "git",
5892
                "url": "https://github.com/webmozart/assert.git",
5893
                "reference": "0df1908962e7a3071564e857d86874dad1ef204a"
5894
            },
5895
            "dist": {
5896
                "type": "zip",
5897
                "url": "https://api.github.com/repos/webmozart/assert/zipball/0df1908962e7a3071564e857d86874dad1ef204a",
5898
                "reference": "0df1908962e7a3071564e857d86874dad1ef204a",
5899
                "shasum": ""
5900
            },
5901
            "require": {
5902
                "php": "^5.3.3 || ^7.0"
5903
            },
5904
            "require-dev": {
5905
                "phpunit/phpunit": "^4.6",
5906
                "sebastian/version": "^1.0.1"
5907
            },
5908
            "type": "library",
5909
            "extra": {
5910
                "branch-alias": {
5911
                    "dev-master": "1.3-dev"
5912
                }
5913
            },
5914
            "autoload": {
5915
                "psr-4": {
5916
                    "Webmozart\\Assert\\": "src/"
5917
                }
5918
            },
5919
            "notification-url": "https://packagist.org/downloads/",
5920
            "license": [
5921
                "MIT"
5922
            ],
5923
            "authors": [
5924
                {
5925
                    "name": "Bernhard Schussek",
5926
                    "email": "[email protected]"
5927
                }
5928
            ],
5929
            "description": "Assertions to validate method input/output with nice error messages.",
5930
            "keywords": [
5931
                "assert",
5932
                "check",
5933
                "validate"
5934
            ],
5935
            "time": "2018-01-29 19:49:41"
5936
        }
5937
    ],
5938
    "aliases": [],
5939
    "minimum-stability": "stable",
5940
    "stability-flags": [],
5941
    "prefer-stable": false,
5942
    "prefer-lowest": false,
5943
    "platform": {
5944
        "php": "^7.1.0"
5945
    },
5946
    "platform-dev": []
5947
}
5948