Issues (2)

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