Issues (18)

Security Analysis    no request data  

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

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

composer.lock (2 issues)

Severity

Upgrade to new PHP Analysis Engine

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

1
{
2
    "_readme": [
3
        "This file locks the dependencies of your project to a known state",
4
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
5
        "This file is @generated automatically"
6
    ],
7
    "hash": "4a957adb78014c50731edb25e464b6a5",
8
    "content-hash": "211f4914f125fc3184326fad5c71dce1",
9
    "packages": [
10
        {
11
            "name": "colinmollenhour/credis",
12
            "version": "1.10.0",
13
            "source": {
14
                "type": "git",
15
                "url": "https://github.com/colinmollenhour/credis.git",
16
                "reference": "8ab6db707c821055f9856b8cf76d5f44beb6fd8a"
17
            },
18
            "dist": {
19
                "type": "zip",
20
                "url": "https://api.github.com/repos/colinmollenhour/credis/zipball/8ab6db707c821055f9856b8cf76d5f44beb6fd8a",
21
                "reference": "8ab6db707c821055f9856b8cf76d5f44beb6fd8a",
22
                "shasum": ""
23
            },
24
            "require": {
25
                "php": ">=5.4.0"
26
            },
27
            "type": "library",
28
            "autoload": {
29
                "classmap": [
30
                    "Client.php",
31
                    "Cluster.php",
32
                    "Sentinel.php",
33
                    "Module.php"
34
                ]
35
            },
36
            "notification-url": "https://packagist.org/downloads/",
37
            "license": [
38
                "MIT"
39
            ],
40
            "authors": [
41
                {
42
                    "name": "Colin Mollenhour",
43
                    "email": "[email protected]"
44
                }
45
            ],
46
            "description": "Credis is a lightweight interface to the Redis key-value store which wraps the phpredis library when available for better performance.",
47
            "homepage": "https://github.com/colinmollenhour/credis",
48
            "time": "2018-05-07 14:45:04"
49
        },
50
        {
51
            "name": "colinmollenhour/php-redis-session-abstract",
52
            "version": "v1.3.4",
53
            "source": {
54
                "type": "git",
55
                "url": "https://github.com/colinmollenhour/php-redis-session-abstract.git",
56
                "reference": "6f005b2c3755e4a96ddad821e2ea15d66fb314ae"
57
            },
58
            "dist": {
59
                "type": "zip",
60
                "url": "https://api.github.com/repos/colinmollenhour/php-redis-session-abstract/zipball/6f005b2c3755e4a96ddad821e2ea15d66fb314ae",
61
                "reference": "6f005b2c3755e4a96ddad821e2ea15d66fb314ae",
62
                "shasum": ""
63
            },
64
            "require": {
65
                "colinmollenhour/credis": "~1.6",
66
                "php": "~5.5.0|~5.6.0|~7.0.0|~7.1.0"
67
            },
68
            "type": "library",
69
            "autoload": {
70
                "psr-0": {
71
                    "Cm\\RedisSession\\": "src/"
72
                }
73
            },
74
            "notification-url": "https://packagist.org/downloads/",
75
            "license": [
76
                "BSD-3-Clause"
77
            ],
78
            "authors": [
79
                {
80
                    "name": "Colin Mollenhour"
81
                }
82
            ],
83
            "description": "A Redis-based session handler with optimistic locking",
84
            "homepage": "https://github.com/colinmollenhour/php-redis-session-abstract",
85
            "time": "2017-03-22 16:13:03"
86
        },
87
        {
88
            "name": "composer/ca-bundle",
89
            "version": "1.1.1",
90
            "source": {
91
                "type": "git",
92
                "url": "https://github.com/composer/ca-bundle.git",
93
                "reference": "d2c0a83b7533d6912e8d516756ebd34f893e9169"
94
            },
95
            "dist": {
96
                "type": "zip",
97
                "url": "https://api.github.com/repos/composer/ca-bundle/zipball/d2c0a83b7533d6912e8d516756ebd34f893e9169",
98
                "reference": "d2c0a83b7533d6912e8d516756ebd34f893e9169",
99
                "shasum": ""
100
            },
101
            "require": {
102
                "ext-openssl": "*",
103
                "ext-pcre": "*",
104
                "php": "^5.3.2 || ^7.0"
105
            },
106
            "require-dev": {
107
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5",
108
                "psr/log": "^1.0",
109
                "symfony/process": "^2.5 || ^3.0 || ^4.0"
110
            },
111
            "type": "library",
112
            "extra": {
113
                "branch-alias": {
114
                    "dev-master": "1.x-dev"
115
                }
116
            },
117
            "autoload": {
118
                "psr-4": {
119
                    "Composer\\CaBundle\\": "src"
120
                }
121
            },
122
            "notification-url": "https://packagist.org/downloads/",
123
            "license": [
124
                "MIT"
125
            ],
126
            "authors": [
127
                {
128
                    "name": "Jordi Boggiano",
129
                    "email": "[email protected]",
130
                    "homepage": "http://seld.be"
131
                }
132
            ],
133
            "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.",
134
            "keywords": [
135
                "cabundle",
136
                "cacert",
137
                "certificate",
138
                "ssl",
139
                "tls"
140
            ],
141
            "time": "2018-03-29 19:57:20"
142
        },
143
        {
144
            "name": "composer/composer",
145
            "version": "1.6.5",
146
            "source": {
147
                "type": "git",
148
                "url": "https://github.com/composer/composer.git",
149
                "reference": "b184a92419cc9a9c4c6a09db555a94d441cb11c9"
150
            },
151
            "dist": {
152
                "type": "zip",
153
                "url": "https://api.github.com/repos/composer/composer/zipball/b184a92419cc9a9c4c6a09db555a94d441cb11c9",
154
                "reference": "b184a92419cc9a9c4c6a09db555a94d441cb11c9",
155
                "shasum": ""
156
            },
157
            "require": {
158
                "composer/ca-bundle": "^1.0",
159
                "composer/semver": "^1.0",
160
                "composer/spdx-licenses": "^1.2",
161
                "justinrainbow/json-schema": "^3.0 || ^4.0 || ^5.0",
162
                "php": "^5.3.2 || ^7.0",
163
                "psr/log": "^1.0",
164
                "seld/cli-prompt": "^1.0",
165
                "seld/jsonlint": "^1.4",
166
                "seld/phar-utils": "^1.0",
167
                "symfony/console": "^2.7 || ^3.0 || ^4.0",
168
                "symfony/filesystem": "^2.7 || ^3.0 || ^4.0",
169
                "symfony/finder": "^2.7 || ^3.0 || ^4.0",
170
                "symfony/process": "^2.7 || ^3.0 || ^4.0"
171
            },
172
            "conflict": {
173
                "symfony/console": "2.8.38"
174
            },
175
            "require-dev": {
176
                "phpunit/phpunit": "^4.8.35 || ^5.7",
177
                "phpunit/phpunit-mock-objects": "^2.3 || ^3.0"
178
            },
179
            "suggest": {
180
                "ext-openssl": "Enabling the openssl extension allows you to access https URLs for repositories and packages",
181
                "ext-zip": "Enabling the zip extension allows you to unzip archives",
182
                "ext-zlib": "Allow gzip compression of HTTP requests"
183
            },
184
            "bin": [
185
                "bin/composer"
186
            ],
187
            "type": "library",
188
            "extra": {
189
                "branch-alias": {
190
                    "dev-master": "1.6-dev"
191
                }
192
            },
193
            "autoload": {
194
                "psr-4": {
195
                    "Composer\\": "src/Composer"
196
                }
197
            },
198
            "notification-url": "https://packagist.org/downloads/",
199
            "license": [
200
                "MIT"
201
            ],
202
            "authors": [
203
                {
204
                    "name": "Nils Adermann",
205
                    "email": "[email protected]",
206
                    "homepage": "http://www.naderman.de"
207
                },
208
                {
209
                    "name": "Jordi Boggiano",
210
                    "email": "[email protected]",
211
                    "homepage": "http://seld.be"
212
                }
213
            ],
214
            "description": "Composer helps you declare, manage and install dependencies of PHP projects, ensuring you have the right stack everywhere.",
215
            "homepage": "https://getcomposer.org/",
216
            "keywords": [
217
                "autoload",
218
                "dependency",
219
                "package"
220
            ],
221
            "time": "2018-05-04 09:44:59"
222
        },
223
        {
224
            "name": "composer/semver",
225
            "version": "1.4.2",
226
            "source": {
227
                "type": "git",
228
                "url": "https://github.com/composer/semver.git",
229
                "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573"
230
            },
231
            "dist": {
232
                "type": "zip",
233
                "url": "https://api.github.com/repos/composer/semver/zipball/c7cb9a2095a074d131b65a8a0cd294479d785573",
234
                "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573",
235
                "shasum": ""
236
            },
237
            "require": {
238
                "php": "^5.3.2 || ^7.0"
239
            },
240
            "require-dev": {
241
                "phpunit/phpunit": "^4.5 || ^5.0.5",
242
                "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
243
            },
244
            "type": "library",
245
            "extra": {
246
                "branch-alias": {
247
                    "dev-master": "1.x-dev"
248
                }
249
            },
250
            "autoload": {
251
                "psr-4": {
252
                    "Composer\\Semver\\": "src"
253
                }
254
            },
255
            "notification-url": "https://packagist.org/downloads/",
256
            "license": [
257
                "MIT"
258
            ],
259
            "authors": [
260
                {
261
                    "name": "Nils Adermann",
262
                    "email": "[email protected]",
263
                    "homepage": "http://www.naderman.de"
264
                },
265
                {
266
                    "name": "Jordi Boggiano",
267
                    "email": "[email protected]",
268
                    "homepage": "http://seld.be"
269
                },
270
                {
271
                    "name": "Rob Bast",
272
                    "email": "[email protected]",
273
                    "homepage": "http://robbast.nl"
274
                }
275
            ],
276
            "description": "Semver library that offers utilities, version constraint parsing and validation.",
277
            "keywords": [
278
                "semantic",
279
                "semver",
280
                "validation",
281
                "versioning"
282
            ],
283
            "time": "2016-08-30 16:08:34"
284
        },
285
        {
286
            "name": "composer/spdx-licenses",
287
            "version": "1.4.0",
288
            "source": {
289
                "type": "git",
290
                "url": "https://github.com/composer/spdx-licenses.git",
291
                "reference": "cb17687e9f936acd7e7245ad3890f953770dec1b"
292
            },
293
            "dist": {
294
                "type": "zip",
295
                "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/cb17687e9f936acd7e7245ad3890f953770dec1b",
296
                "reference": "cb17687e9f936acd7e7245ad3890f953770dec1b",
297
                "shasum": ""
298
            },
299
            "require": {
300
                "php": "^5.3.2 || ^7.0"
301
            },
302
            "require-dev": {
303
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5",
304
                "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
305
            },
306
            "type": "library",
307
            "extra": {
308
                "branch-alias": {
309
                    "dev-master": "1.x-dev"
310
                }
311
            },
312
            "autoload": {
313
                "psr-4": {
314
                    "Composer\\Spdx\\": "src"
315
                }
316
            },
317
            "notification-url": "https://packagist.org/downloads/",
318
            "license": [
319
                "MIT"
320
            ],
321
            "authors": [
322
                {
323
                    "name": "Nils Adermann",
324
                    "email": "[email protected]",
325
                    "homepage": "http://www.naderman.de"
326
                },
327
                {
328
                    "name": "Jordi Boggiano",
329
                    "email": "[email protected]",
330
                    "homepage": "http://seld.be"
331
                },
332
                {
333
                    "name": "Rob Bast",
334
                    "email": "[email protected]",
335
                    "homepage": "http://robbast.nl"
336
                }
337
            ],
338
            "description": "SPDX licenses list and validation library.",
339
            "keywords": [
340
                "license",
341
                "spdx",
342
                "validator"
343
            ],
344
            "time": "2018-04-30 10:33:04"
345
        },
346
        {
347
            "name": "container-interop/container-interop",
348
            "version": "1.2.0",
349
            "source": {
350
                "type": "git",
351
                "url": "https://github.com/container-interop/container-interop.git",
352
                "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8"
353
            },
354
            "dist": {
355
                "type": "zip",
356
                "url": "https://api.github.com/repos/container-interop/container-interop/zipball/79cbf1341c22ec75643d841642dd5d6acd83bdb8",
357
                "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8",
358
                "shasum": ""
359
            },
360
            "require": {
361
                "psr/container": "^1.0"
362
            },
363
            "type": "library",
364
            "autoload": {
365
                "psr-4": {
366
                    "Interop\\Container\\": "src/Interop/Container/"
367
                }
368
            },
369
            "notification-url": "https://packagist.org/downloads/",
370
            "license": [
371
                "MIT"
372
            ],
373
            "description": "Promoting the interoperability of container objects (DIC, SL, etc.)",
374
            "homepage": "https://github.com/container-interop/container-interop",
375
            "time": "2017-02-14 19:40:03"
376
        },
377
        {
378
            "name": "evenement/evenement",
379
            "version": "v3.0.1",
380
            "source": {
381
                "type": "git",
382
                "url": "https://github.com/igorw/evenement.git",
383
                "reference": "531bfb9d15f8aa57454f5f0285b18bec903b8fb7"
384
            },
385
            "dist": {
386
                "type": "zip",
387
                "url": "https://api.github.com/repos/igorw/evenement/zipball/531bfb9d15f8aa57454f5f0285b18bec903b8fb7",
388
                "reference": "531bfb9d15f8aa57454f5f0285b18bec903b8fb7",
389
                "shasum": ""
390
            },
391
            "require": {
392
                "php": ">=7.0"
393
            },
394
            "require-dev": {
395
                "phpunit/phpunit": "^6.0"
396
            },
397
            "type": "library",
398
            "autoload": {
399
                "psr-0": {
400
                    "Evenement": "src"
401
                }
402
            },
403
            "notification-url": "https://packagist.org/downloads/",
404
            "license": [
405
                "MIT"
406
            ],
407
            "authors": [
408
                {
409
                    "name": "Igor Wiedler",
410
                    "email": "[email protected]"
411
                }
412
            ],
413
            "description": "Événement is a very simple event dispatching library for PHP",
414
            "keywords": [
415
                "event-dispatcher",
416
                "event-emitter"
417
            ],
418
            "time": "2017-07-23 21:35:13"
419
        },
420
        {
421
            "name": "justinrainbow/json-schema",
422
            "version": "5.2.7",
423
            "source": {
424
                "type": "git",
425
                "url": "https://github.com/justinrainbow/json-schema.git",
426
                "reference": "8560d4314577199ba51bf2032f02cd1315587c23"
427
            },
428
            "dist": {
429
                "type": "zip",
430
                "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/8560d4314577199ba51bf2032f02cd1315587c23",
431
                "reference": "8560d4314577199ba51bf2032f02cd1315587c23",
432
                "shasum": ""
433
            },
434
            "require": {
435
                "php": ">=5.3.3"
436
            },
437
            "require-dev": {
438
                "friendsofphp/php-cs-fixer": "^2.1",
439
                "json-schema/json-schema-test-suite": "1.2.0",
440
                "phpunit/phpunit": "^4.8.35"
441
            },
442
            "bin": [
443
                "bin/validate-json"
444
            ],
445
            "type": "library",
446
            "extra": {
447
                "branch-alias": {
448
                    "dev-master": "5.0.x-dev"
449
                }
450
            },
451
            "autoload": {
452
                "psr-4": {
453
                    "JsonSchema\\": "src/JsonSchema/"
454
                }
455
            },
456
            "notification-url": "https://packagist.org/downloads/",
457
            "license": [
458
                "MIT"
459
            ],
460
            "authors": [
461
                {
462
                    "name": "Bruno Prieto Reis",
463
                    "email": "[email protected]"
464
                },
465
                {
466
                    "name": "Justin Rainbow",
467
                    "email": "[email protected]"
468
                },
469
                {
470
                    "name": "Igor Wiedler",
471
                    "email": "[email protected]"
472
                },
473
                {
474
                    "name": "Robert Schönthal",
475
                    "email": "[email protected]"
476
                }
477
            ],
478
            "description": "A library to validate a json schema.",
479
            "homepage": "https://github.com/justinrainbow/json-schema",
480
            "keywords": [
481
                "json",
482
                "schema"
483
            ],
484
            "time": "2018-02-14 22:26:30"
485
        },
486
        {
487
            "name": "magento/framework",
488
            "version": "101.0.5",
489
            "dist": {
490
                "type": "zip",
491
                "url": "https://repo.magento.com/archives/magento/framework/magento-framework-101.0.5.0.zip",
492
                "reference": null,
493
                "shasum": "9cbe6e114fc084d6348c8f2b20167c20292ad1fc"
494
            },
495
            "require": {
496
                "colinmollenhour/php-redis-session-abstract": "1.3.4",
497
                "composer/composer": "^1.4",
498
                "ext-bcmath": "*",
499
                "ext-curl": "*",
500
                "ext-dom": "*",
501
                "ext-gd": "*",
502
                "ext-hash": "*",
503
                "ext-iconv": "*",
504
                "ext-mcrypt": "*",
505
                "ext-openssl": "*",
506
                "ext-simplexml": "*",
507
                "ext-spl": "*",
508
                "ext-xsl": "*",
509
                "lib-libxml": "*",
510
                "magento/zendframework1": "~1.13.0",
511
                "monolog/monolog": "^1.17",
512
                "oyejorge/less.php": "~1.7.0",
513
                "php": "~7.0.13|~7.1.0",
514
                "symfony/console": "~2.3, !=2.7.0",
515
                "symfony/process": "~2.1",
516
                "tedivm/jshrink": "~1.3.0",
517
                "zendframework/zend-code": "~3.1.0",
518
                "zendframework/zend-crypt": "^2.6.0",
519
                "zendframework/zend-http": "^2.6.0",
520
                "zendframework/zend-mvc": "~2.7.12",
521
                "zendframework/zend-stdlib": "^2.7.7",
522
                "zendframework/zend-uri": "^2.5.1",
523
                "zendframework/zend-validator": "^2.6.0"
524
            },
525
            "suggest": {
526
                "ext-imagick": "Use Image Magick >=3.0.0 as an optional alternative image processing library"
527
            },
528
            "type": "magento2-library",
529
            "autoload": {
530
                "psr-4": {
531
                    "Magento\\Framework\\": ""
532
                },
533
                "files": [
534
                    "registration.php"
535
                ]
536
            },
537
            "license": [
538
                "OSL-3.0",
539
                "AFL-3.0"
540
            ],
541
            "description": "N/A"
542
        },
543
        {
544
            "name": "magento/zendframework1",
545
            "version": "1.13.1",
546
            "source": {
547
                "type": "git",
548
                "url": "https://github.com/magento/zf1.git",
549
                "reference": "e2693f047bb7ccb8affa8f72ea40269f4c9f4fbf"
550
            },
551
            "dist": {
552
                "type": "zip",
553
                "url": "https://api.github.com/repos/magento/zf1/zipball/e2693f047bb7ccb8affa8f72ea40269f4c9f4fbf",
554
                "reference": "e2693f047bb7ccb8affa8f72ea40269f4c9f4fbf",
555
                "shasum": ""
556
            },
557
            "require": {
558
                "php": ">=5.2.11"
559
            },
560
            "require-dev": {
561
                "phpunit/dbunit": "1.3.*",
562
                "phpunit/phpunit": "3.7.*"
563
            },
564
            "type": "library",
565
            "extra": {
566
                "branch-alias": {
567
                    "dev-master": "1.12.x-dev"
568
                }
569
            },
570
            "autoload": {
571
                "psr-0": {
572
                    "Zend_": "library/"
573
                }
574
            },
575
            "notification-url": "https://packagist.org/downloads/",
576
            "include-path": [
577
                "library/"
578
            ],
579
            "license": [
580
                "BSD-3-Clause"
581
            ],
582
            "description": "Magento Zend Framework 1",
583
            "homepage": "http://framework.zend.com/",
584
            "keywords": [
585
                "ZF1",
586
                "framework"
587
            ],
588
            "time": "2017-06-21 14:56:23"
589
        },
590
        {
591
            "name": "monolog/monolog",
592
            "version": "1.23.0",
593
            "source": {
594
                "type": "git",
595
                "url": "https://github.com/Seldaek/monolog.git",
596
                "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4"
597
            },
598
            "dist": {
599
                "type": "zip",
600
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
601
                "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
602
                "shasum": ""
603
            },
604
            "require": {
605
                "php": ">=5.3.0",
606
                "psr/log": "~1.0"
607
            },
608
            "provide": {
609
                "psr/log-implementation": "1.0.0"
610
            },
611
            "require-dev": {
612
                "aws/aws-sdk-php": "^2.4.9 || ^3.0",
613
                "doctrine/couchdb": "~1.0@dev",
614
                "graylog2/gelf-php": "~1.0",
615
                "jakub-onderka/php-parallel-lint": "0.9",
616
                "php-amqplib/php-amqplib": "~2.4",
617
                "php-console/php-console": "^3.1.3",
618
                "phpunit/phpunit": "~4.5",
619
                "phpunit/phpunit-mock-objects": "2.3.0",
620
                "ruflin/elastica": ">=0.90 <3.0",
621
                "sentry/sentry": "^0.13",
622
                "swiftmailer/swiftmailer": "^5.3|^6.0"
623
            },
624
            "suggest": {
625
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
626
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
627
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
628
                "ext-mongo": "Allow sending log messages to a MongoDB server",
629
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
630
                "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
631
                "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
632
                "php-console/php-console": "Allow sending log messages to Google Chrome",
633
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
634
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
635
                "sentry/sentry": "Allow sending log messages to a Sentry server"
636
            },
637
            "type": "library",
638
            "extra": {
639
                "branch-alias": {
640
                    "dev-master": "2.0.x-dev"
641
                }
642
            },
643
            "autoload": {
644
                "psr-4": {
645
                    "Monolog\\": "src/Monolog"
646
                }
647
            },
648
            "notification-url": "https://packagist.org/downloads/",
649
            "license": [
650
                "MIT"
651
            ],
652
            "authors": [
653
                {
654
                    "name": "Jordi Boggiano",
655
                    "email": "[email protected]",
656
                    "homepage": "http://seld.be"
657
                }
658
            ],
659
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
660
            "homepage": "http://github.com/Seldaek/monolog",
661
            "keywords": [
662
                "log",
663
                "logging",
664
                "psr-3"
665
            ],
666
            "time": "2017-06-19 01:22:40"
667
        },
668
        {
669
            "name": "mslwk/php-typesafe-array",
670
            "version": "1.0.0",
671
            "source": {
672
                "type": "git",
673
                "url": "https://github.com/maciejslawik/php-typesafe-array.git",
674
                "reference": "a9b4f52110f4c526ff792f908338e23a10c2df17"
675
            },
676
            "dist": {
677
                "type": "zip",
678
                "url": "https://api.github.com/repos/maciejslawik/php-typesafe-array/zipball/a9b4f52110f4c526ff792f908338e23a10c2df17",
679
                "reference": "a9b4f52110f4c526ff792f908338e23a10c2df17",
680
                "shasum": ""
681
            },
682
            "require": {
683
                "php": "^7.1"
684
            },
685
            "require-dev": {
686
                "php-coveralls/php-coveralls": "^2.0",
687
                "phpunit/phpunit": "^7.1"
688
            },
689
            "type": "library",
690
            "autoload": {
691
                "psr-4": {
692
                    "MSlwk\\TypeSafeArray\\": "src",
693
                    "MSlwk\\TypeSafeArray\\Test\\": "tests"
694
                }
695
            },
696
            "notification-url": "https://packagist.org/downloads/",
697
            "license": [
698
                "MIT"
699
            ],
700
            "authors": [
701
                {
702
                    "name": "Maciej Sławik",
703
                    "email": "[email protected]"
704
                }
705
            ],
706
            "description": "Library for type-safe array handling in PHP",
707
            "time": "2018-06-10 13:08:37"
708
        },
709
        {
710
            "name": "oyejorge/less.php",
711
            "version": "v1.7.0.14",
712
            "source": {
713
                "type": "git",
714
                "url": "https://github.com/oyejorge/less.php.git",
715
                "reference": "42925c5a01a07d67ca7e82dfc8fb31814d557bc9"
716
            },
717
            "dist": {
718
                "type": "zip",
719
                "url": "https://api.github.com/repos/oyejorge/less.php/zipball/42925c5a01a07d67ca7e82dfc8fb31814d557bc9",
720
                "reference": "42925c5a01a07d67ca7e82dfc8fb31814d557bc9",
721
                "shasum": ""
722
            },
723
            "require": {
724
                "php": ">=5.3"
725
            },
726
            "require-dev": {
727
                "phpunit/phpunit": "~4.8.24"
728
            },
729
            "bin": [
730
                "bin/lessc"
731
            ],
732
            "type": "library",
733
            "autoload": {
734
                "psr-0": {
735
                    "Less": "lib/"
736
                },
737
                "classmap": [
738
                    "lessc.inc.php"
739
                ]
740
            },
741
            "notification-url": "https://packagist.org/downloads/",
742
            "license": [
743
                "Apache-2.0"
744
            ],
745
            "authors": [
746
                {
747
                    "name": "Matt Agar",
748
                    "homepage": "https://github.com/agar"
749
                },
750
                {
751
                    "name": "Martin Jantošovič",
752
                    "homepage": "https://github.com/Mordred"
753
                },
754
                {
755
                    "name": "Josh Schmidt",
756
                    "homepage": "https://github.com/oyejorge"
757
                }
758
            ],
759
            "description": "PHP port of the Javascript version of LESS http://lesscss.org (Originally maintained by Josh Schmidt)",
760
            "homepage": "http://lessphp.gpeasy.com",
761
            "keywords": [
762
                "css",
763
                "less",
764
                "less.js",
765
                "lesscss",
766
                "php",
767
                "stylesheet"
768
            ],
769
            "time": "2017-03-28 22:19:25"
770
        },
771
        {
772
            "name": "psr/container",
773
            "version": "1.0.0",
774
            "source": {
775
                "type": "git",
776
                "url": "https://github.com/php-fig/container.git",
777
                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
778
            },
779
            "dist": {
780
                "type": "zip",
781
                "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
782
                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
783
                "shasum": ""
784
            },
785
            "require": {
786
                "php": ">=5.3.0"
787
            },
788
            "type": "library",
789
            "extra": {
790
                "branch-alias": {
791
                    "dev-master": "1.0.x-dev"
792
                }
793
            },
794
            "autoload": {
795
                "psr-4": {
796
                    "Psr\\Container\\": "src/"
797
                }
798
            },
799
            "notification-url": "https://packagist.org/downloads/",
800
            "license": [
801
                "MIT"
802
            ],
803
            "authors": [
804
                {
805
                    "name": "PHP-FIG",
806
                    "homepage": "http://www.php-fig.org/"
807
                }
808
            ],
809
            "description": "Common Container Interface (PHP FIG PSR-11)",
810
            "homepage": "https://github.com/php-fig/container",
811
            "keywords": [
812
                "PSR-11",
813
                "container",
814
                "container-interface",
815
                "container-interop",
816
                "psr"
817
            ],
818
            "time": "2017-02-14 16:28:37"
819
        },
820
        {
821
            "name": "psr/http-message",
822
            "version": "1.0.1",
823
            "source": {
824
                "type": "git",
825
                "url": "https://github.com/php-fig/http-message.git",
826
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
827
            },
828
            "dist": {
829
                "type": "zip",
830
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
831
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
832
                "shasum": ""
833
            },
834
            "require": {
835
                "php": ">=5.3.0"
836
            },
837
            "type": "library",
838
            "extra": {
839
                "branch-alias": {
840
                    "dev-master": "1.0.x-dev"
841
                }
842
            },
843
            "autoload": {
844
                "psr-4": {
845
                    "Psr\\Http\\Message\\": "src/"
846
                }
847
            },
848
            "notification-url": "https://packagist.org/downloads/",
849
            "license": [
850
                "MIT"
851
            ],
852
            "authors": [
853
                {
854
                    "name": "PHP-FIG",
855
                    "homepage": "http://www.php-fig.org/"
856
                }
857
            ],
858
            "description": "Common interface for HTTP messages",
859
            "homepage": "https://github.com/php-fig/http-message",
860
            "keywords": [
861
                "http",
862
                "http-message",
863
                "psr",
864
                "psr-7",
865
                "request",
866
                "response"
867
            ],
868
            "time": "2016-08-06 14:39:51"
869
        },
870
        {
871
            "name": "psr/log",
872
            "version": "1.0.2",
873
            "source": {
874
                "type": "git",
875
                "url": "https://github.com/php-fig/log.git",
876
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
877
            },
878
            "dist": {
879
                "type": "zip",
880
                "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
881
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
882
                "shasum": ""
883
            },
884
            "require": {
885
                "php": ">=5.3.0"
886
            },
887
            "type": "library",
888
            "extra": {
889
                "branch-alias": {
890
                    "dev-master": "1.0.x-dev"
891
                }
892
            },
893
            "autoload": {
894
                "psr-4": {
895
                    "Psr\\Log\\": "Psr/Log/"
896
                }
897
            },
898
            "notification-url": "https://packagist.org/downloads/",
899
            "license": [
900
                "MIT"
901
            ],
902
            "authors": [
903
                {
904
                    "name": "PHP-FIG",
905
                    "homepage": "http://www.php-fig.org/"
906
                }
907
            ],
908
            "description": "Common interface for logging libraries",
909
            "homepage": "https://github.com/php-fig/log",
910
            "keywords": [
911
                "log",
912
                "psr",
913
                "psr-3"
914
            ],
915
            "time": "2016-10-10 12:19:37"
916
        },
917
        {
918
            "name": "react/cache",
919
            "version": "v0.5.0",
920
            "source": {
921
                "type": "git",
922
                "url": "https://github.com/reactphp/cache.git",
923
                "reference": "7d7da7fb7574d471904ba357b39bbf110ccdbf66"
924
            },
925
            "dist": {
926
                "type": "zip",
927
                "url": "https://api.github.com/repos/reactphp/cache/zipball/7d7da7fb7574d471904ba357b39bbf110ccdbf66",
928
                "reference": "7d7da7fb7574d471904ba357b39bbf110ccdbf66",
929
                "shasum": ""
930
            },
931
            "require": {
932
                "php": ">=5.3.0",
933
                "react/promise": "~2.0|~1.1"
934
            },
935
            "require-dev": {
936
                "phpunit/phpunit": "^6.4 || ^5.7 || ^4.8.35"
937
            },
938
            "type": "library",
939
            "autoload": {
940
                "psr-4": {
941
                    "React\\Cache\\": "src/"
942
                }
943
            },
944
            "notification-url": "https://packagist.org/downloads/",
945
            "license": [
946
                "MIT"
947
            ],
948
            "description": "Async, Promise-based cache interface for ReactPHP",
949
            "keywords": [
950
                "cache",
951
                "caching",
952
                "promise",
953
                "reactphp"
954
            ],
955
            "time": "2018-06-25 12:52:40"
956
        },
957
        {
958
            "name": "react/child-process",
959
            "version": "v0.5.2",
960
            "source": {
961
                "type": "git",
962
                "url": "https://github.com/reactphp/child-process.git",
963
                "reference": "aae49d7f1340bafb695b9af3ce4421ea41a39620"
964
            },
965
            "dist": {
966
                "type": "zip",
967
                "url": "https://api.github.com/repos/reactphp/child-process/zipball/aae49d7f1340bafb695b9af3ce4421ea41a39620",
968
                "reference": "aae49d7f1340bafb695b9af3ce4421ea41a39620",
969
                "shasum": ""
970
            },
971
            "require": {
972
                "evenement/evenement": "^3.0 || ^2.0 || ^1.0",
973
                "php": ">=5.3.0",
974
                "react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3.5",
975
                "react/stream": "^1.0 || ^0.7.6"
976
            },
977
            "require-dev": {
978
                "phpunit/phpunit": "^6.4 || ^5.7 || ^4.8.35",
979
                "sebastian/environment": "^3.0 || ^2.0 || ^1.0"
980
            },
981
            "type": "library",
982
            "autoload": {
983
                "psr-4": {
984
                    "React\\ChildProcess\\": "src"
985
                }
986
            },
987
            "notification-url": "https://packagist.org/downloads/",
988
            "license": [
989
                "MIT"
990
            ],
991
            "description": "Event-driven library for executing child processes with ReactPHP.",
992
            "keywords": [
993
                "event-driven",
994
                "process",
995
                "reactphp"
996
            ],
997
            "time": "2018-01-18 14:53:06"
998
        },
999
        {
1000
            "name": "react/dns",
1001
            "version": "v0.4.15",
1002
            "source": {
1003
                "type": "git",
1004
                "url": "https://github.com/reactphp/dns.git",
1005
                "reference": "319e110a436d26a2fa137cfa3ef2063951715794"
1006
            },
1007
            "dist": {
1008
                "type": "zip",
1009
                "url": "https://api.github.com/repos/reactphp/dns/zipball/319e110a436d26a2fa137cfa3ef2063951715794",
1010
                "reference": "319e110a436d26a2fa137cfa3ef2063951715794",
1011
                "shasum": ""
1012
            },
1013
            "require": {
1014
                "php": ">=5.3.0",
1015
                "react/cache": "^0.5 || ^0.4 || ^0.3",
1016
                "react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3.5",
1017
                "react/promise": "^2.1 || ^1.2.1",
1018
                "react/promise-timer": "^1.2",
1019
                "react/stream": "^1.0 || ^0.7 || ^0.6 || ^0.5 || ^0.4.5"
1020
            },
1021
            "require-dev": {
1022
                "clue/block-react": "^1.2",
1023
                "phpunit/phpunit": "^6.4 || ^5.7 || ^4.8.35"
1024
            },
1025
            "type": "library",
1026
            "autoload": {
1027
                "psr-4": {
1028
                    "React\\Dns\\": "src"
1029
                }
1030
            },
1031
            "notification-url": "https://packagist.org/downloads/",
1032
            "license": [
1033
                "MIT"
1034
            ],
1035
            "description": "Async DNS resolver for ReactPHP",
1036
            "keywords": [
1037
                "async",
1038
                "dns",
1039
                "dns-resolver",
1040
                "reactphp"
1041
            ],
1042
            "time": "2018-07-02 12:17:56"
1043
        },
1044
        {
1045
            "name": "react/event-loop",
1046
            "version": "v0.5.2",
1047
            "source": {
1048
                "type": "git",
1049
                "url": "https://github.com/reactphp/event-loop.git",
1050
                "reference": "e94985d93c689c554265b01014f8c3064921ca27"
1051
            },
1052
            "dist": {
1053
                "type": "zip",
1054
                "url": "https://api.github.com/repos/reactphp/event-loop/zipball/e94985d93c689c554265b01014f8c3064921ca27",
1055
                "reference": "e94985d93c689c554265b01014f8c3064921ca27",
1056
                "shasum": ""
1057
            },
1058
            "require": {
1059
                "php": ">=5.3.0"
1060
            },
1061
            "require-dev": {
1062
                "phpunit/phpunit": "~4.8.35 || ^5.7 || ^6.4"
1063
            },
1064
            "suggest": {
1065
                "ext-event": "~1.0 for ExtEventLoop",
1066
                "ext-pcntl": "For signal handling support when using the StreamSelectLoop"
1067
            },
1068
            "type": "library",
1069
            "autoload": {
1070
                "psr-4": {
1071
                    "React\\EventLoop\\": "src"
1072
                }
1073
            },
1074
            "notification-url": "https://packagist.org/downloads/",
1075
            "license": [
1076
                "MIT"
1077
            ],
1078
            "description": "ReactPHP's core reactor event loop that libraries can use for evented I/O.",
1079
            "keywords": [
1080
                "asynchronous",
1081
                "event-loop"
1082
            ],
1083
            "time": "2018-04-24 11:23:06"
1084
        },
1085
        {
1086
            "name": "react/http-client",
1087
            "version": "v0.5.9",
1088
            "source": {
1089
                "type": "git",
1090
                "url": "https://github.com/reactphp/http-client.git",
1091
                "reference": "f8e81a022b61938e0b37c94c6351fc170b7d87f6"
1092
            },
1093
            "dist": {
1094
                "type": "zip",
1095
                "url": "https://api.github.com/repos/reactphp/http-client/zipball/f8e81a022b61938e0b37c94c6351fc170b7d87f6",
1096
                "reference": "f8e81a022b61938e0b37c94c6351fc170b7d87f6",
1097
                "shasum": ""
1098
            },
1099
            "require": {
1100
                "evenement/evenement": "^3.0 || ^2.0 || ^1.0",
1101
                "php": ">=5.3.0",
1102
                "react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3",
1103
                "react/promise": "^2.1 || ^1.2.1",
1104
                "react/socket": "^1.0 || ^0.8.4",
1105
                "react/stream": "^1.0 || ^0.7.1",
1106
                "ringcentral/psr7": "^1.2"
1107
            },
1108
            "require-dev": {
1109
                "clue/block-react": "^1.2",
1110
                "phpunit/phpunit": "^6.4 || ^5.7 || ^4.8.35",
1111
                "react/promise-stream": "^1.1"
1112
            },
1113
            "type": "library",
1114
            "autoload": {
1115
                "psr-4": {
1116
                    "React\\HttpClient\\": "src"
1117
                }
1118
            },
1119
            "notification-url": "https://packagist.org/downloads/",
1120
            "license": [
1121
                "MIT"
1122
            ],
1123
            "description": "Event-driven, streaming HTTP client for ReactPHP",
1124
            "keywords": [
1125
                "http"
1126
            ],
1127
            "time": "2018-04-10 11:38:54"
1128
        },
1129
        {
1130
            "name": "react/promise",
1131
            "version": "v2.7.0",
1132
            "source": {
1133
                "type": "git",
1134
                "url": "https://github.com/reactphp/promise.git",
1135
                "reference": "f4edc2581617431aea50430749db55cc3fc031b3"
1136
            },
1137
            "dist": {
1138
                "type": "zip",
1139
                "url": "https://api.github.com/repos/reactphp/promise/zipball/f4edc2581617431aea50430749db55cc3fc031b3",
1140
                "reference": "f4edc2581617431aea50430749db55cc3fc031b3",
1141
                "shasum": ""
1142
            },
1143
            "require": {
1144
                "php": ">=5.4.0"
1145
            },
1146
            "require-dev": {
1147
                "phpunit/phpunit": "~4.8"
1148
            },
1149
            "type": "library",
1150
            "autoload": {
1151
                "psr-4": {
1152
                    "React\\Promise\\": "src/"
1153
                },
1154
                "files": [
1155
                    "src/functions_include.php"
1156
                ]
1157
            },
1158
            "notification-url": "https://packagist.org/downloads/",
1159
            "license": [
1160
                "MIT"
1161
            ],
1162
            "authors": [
1163
                {
1164
                    "name": "Jan Sorgalla",
1165
                    "email": "[email protected]"
1166
                }
1167
            ],
1168
            "description": "A lightweight implementation of CommonJS Promises/A for PHP",
1169
            "keywords": [
1170
                "promise",
1171
                "promises"
1172
            ],
1173
            "time": "2018-06-13 15:59:06"
1174
        },
1175
        {
1176
            "name": "react/promise-timer",
1177
            "version": "v1.5.0",
1178
            "source": {
1179
                "type": "git",
1180
                "url": "https://github.com/reactphp/promise-timer.git",
1181
                "reference": "a11206938ca2394dc7bb368f5da25cd4533fa603"
1182
            },
1183
            "dist": {
1184
                "type": "zip",
1185
                "url": "https://api.github.com/repos/reactphp/promise-timer/zipball/a11206938ca2394dc7bb368f5da25cd4533fa603",
1186
                "reference": "a11206938ca2394dc7bb368f5da25cd4533fa603",
1187
                "shasum": ""
1188
            },
1189
            "require": {
1190
                "php": ">=5.3",
1191
                "react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3.5",
1192
                "react/promise": "^2.7.0 || ^1.2.1"
1193
            },
1194
            "require-dev": {
1195
                "phpunit/phpunit": "^6.4 || ^5.7 || ^4.8.35"
1196
            },
1197
            "type": "library",
1198
            "autoload": {
1199
                "psr-4": {
1200
                    "React\\Promise\\Timer\\": "src/"
1201
                },
1202
                "files": [
1203
                    "src/functions.php"
1204
                ]
1205
            },
1206
            "notification-url": "https://packagist.org/downloads/",
1207
            "license": [
1208
                "MIT"
1209
            ],
1210
            "authors": [
1211
                {
1212
                    "name": "Christian Lück",
1213
                    "email": "[email protected]"
1214
                }
1215
            ],
1216
            "description": "A trivial implementation of timeouts for Promises, built on top of ReactPHP.",
1217
            "homepage": "https://github.com/reactphp/promise-timer",
1218
            "keywords": [
1219
                "async",
1220
                "event-loop",
1221
                "promise",
1222
                "reactphp",
1223
                "timeout",
1224
                "timer"
1225
            ],
1226
            "time": "2018-06-13 16:45:37"
1227
        },
1228
        {
1229
            "name": "react/socket",
1230
            "version": "v0.8.12",
1231
            "source": {
1232
                "type": "git",
1233
                "url": "https://github.com/reactphp/socket.git",
1234
                "reference": "7f7e6c56ccda7418a1a264892a625f38a5bdee0c"
1235
            },
1236
            "dist": {
1237
                "type": "zip",
1238
                "url": "https://api.github.com/repos/reactphp/socket/zipball/7f7e6c56ccda7418a1a264892a625f38a5bdee0c",
1239
                "reference": "7f7e6c56ccda7418a1a264892a625f38a5bdee0c",
1240
                "shasum": ""
1241
            },
1242
            "require": {
1243
                "evenement/evenement": "^3.0 || ^2.0 || ^1.0",
1244
                "php": ">=5.3.0",
1245
                "react/dns": "^0.4.13",
1246
                "react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3.5",
1247
                "react/promise": "^2.6.0 || ^1.2.1",
1248
                "react/promise-timer": "^1.4.0",
1249
                "react/stream": "^1.0 || ^0.7.1"
1250
            },
1251
            "require-dev": {
1252
                "clue/block-react": "^1.2",
1253
                "phpunit/phpunit": "^6.4 || ^5.7 || ^4.8.35"
1254
            },
1255
            "type": "library",
1256
            "autoload": {
1257
                "psr-4": {
1258
                    "React\\Socket\\": "src"
1259
                }
1260
            },
1261
            "notification-url": "https://packagist.org/downloads/",
1262
            "license": [
1263
                "MIT"
1264
            ],
1265
            "description": "Async, streaming plaintext TCP/IP and secure TLS socket server and client connections for ReactPHP",
1266
            "keywords": [
1267
                "Connection",
1268
                "Socket",
1269
                "async",
1270
                "reactphp",
1271
                "stream"
1272
            ],
1273
            "time": "2018-06-11 14:33:43"
1274
        },
1275
        {
1276
            "name": "react/stream",
1277
            "version": "v0.7.7",
1278
            "source": {
1279
                "type": "git",
1280
                "url": "https://github.com/reactphp/stream.git",
1281
                "reference": "10100896018fd847a257cd81143b8e1b7be08e40"
1282
            },
1283
            "dist": {
1284
                "type": "zip",
1285
                "url": "https://api.github.com/repos/reactphp/stream/zipball/10100896018fd847a257cd81143b8e1b7be08e40",
1286
                "reference": "10100896018fd847a257cd81143b8e1b7be08e40",
1287
                "shasum": ""
1288
            },
1289
            "require": {
1290
                "evenement/evenement": "^3.0 || ^2.0 || ^1.0",
1291
                "php": ">=5.3.8",
1292
                "react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3.5"
1293
            },
1294
            "require-dev": {
1295
                "clue/stream-filter": "~1.2",
1296
                "phpunit/phpunit": "^6.4 || ^5.7 || ^4.8.35"
1297
            },
1298
            "type": "library",
1299
            "autoload": {
1300
                "psr-4": {
1301
                    "React\\Stream\\": "src"
1302
                }
1303
            },
1304
            "notification-url": "https://packagist.org/downloads/",
1305
            "license": [
1306
                "MIT"
1307
            ],
1308
            "description": "Event-driven readable and writable streams for non-blocking I/O in ReactPHP",
1309
            "keywords": [
1310
                "event-driven",
1311
                "io",
1312
                "non-blocking",
1313
                "pipe",
1314
                "reactphp",
1315
                "readable",
1316
                "stream",
1317
                "writable"
1318
            ],
1319
            "time": "2018-01-19 15:04:38"
1320
        },
1321
        {
1322
            "name": "ringcentral/psr7",
1323
            "version": "1.2.2",
1324
            "source": {
1325
                "type": "git",
1326
                "url": "https://github.com/ringcentral/psr7.git",
1327
                "reference": "dcd84bbb49b96c616d1dcc8bfb9bef3f2cd53d1c"
1328
            },
1329
            "dist": {
1330
                "type": "zip",
1331
                "url": "https://api.github.com/repos/ringcentral/psr7/zipball/dcd84bbb49b96c616d1dcc8bfb9bef3f2cd53d1c",
1332
                "reference": "dcd84bbb49b96c616d1dcc8bfb9bef3f2cd53d1c",
1333
                "shasum": ""
1334
            },
1335
            "require": {
1336
                "php": ">=5.3",
1337
                "psr/http-message": "~1.0"
1338
            },
1339
            "provide": {
1340
                "psr/http-message-implementation": "1.0"
1341
            },
1342
            "require-dev": {
1343
                "phpunit/phpunit": "~4.0"
1344
            },
1345
            "type": "library",
1346
            "extra": {
1347
                "branch-alias": {
1348
                    "dev-master": "1.0-dev"
1349
                }
1350
            },
1351
            "autoload": {
1352
                "psr-4": {
1353
                    "RingCentral\\Psr7\\": "src/"
1354
                },
1355
                "files": [
1356
                    "src/functions_include.php"
1357
                ]
1358
            },
1359
            "notification-url": "https://packagist.org/downloads/",
1360
            "license": [
1361
                "MIT"
1362
            ],
1363
            "authors": [
1364
                {
1365
                    "name": "Michael Dowling",
1366
                    "email": "[email protected]",
1367
                    "homepage": "https://github.com/mtdowling"
1368
                }
1369
            ],
1370
            "description": "PSR-7 message implementation",
1371
            "keywords": [
1372
                "http",
1373
                "message",
1374
                "stream",
1375
                "uri"
1376
            ],
1377
            "time": "2018-01-15 21:00:49"
1378
        },
1379
        {
1380
            "name": "seld/cli-prompt",
1381
            "version": "1.0.3",
1382
            "source": {
1383
                "type": "git",
1384
                "url": "https://github.com/Seldaek/cli-prompt.git",
1385
                "reference": "a19a7376a4689d4d94cab66ab4f3c816019ba8dd"
1386
            },
1387
            "dist": {
1388
                "type": "zip",
1389
                "url": "https://api.github.com/repos/Seldaek/cli-prompt/zipball/a19a7376a4689d4d94cab66ab4f3c816019ba8dd",
1390
                "reference": "a19a7376a4689d4d94cab66ab4f3c816019ba8dd",
1391
                "shasum": ""
1392
            },
1393
            "require": {
1394
                "php": ">=5.3"
1395
            },
1396
            "type": "library",
1397
            "extra": {
1398
                "branch-alias": {
1399
                    "dev-master": "1.x-dev"
1400
                }
1401
            },
1402
            "autoload": {
1403
                "psr-4": {
1404
                    "Seld\\CliPrompt\\": "src/"
1405
                }
1406
            },
1407
            "notification-url": "https://packagist.org/downloads/",
1408
            "license": [
1409
                "MIT"
1410
            ],
1411
            "authors": [
1412
                {
1413
                    "name": "Jordi Boggiano",
1414
                    "email": "[email protected]"
1415
                }
1416
            ],
1417
            "description": "Allows you to prompt for user input on the command line, and optionally hide the characters they type",
1418
            "keywords": [
1419
                "cli",
1420
                "console",
1421
                "hidden",
1422
                "input",
1423
                "prompt"
1424
            ],
1425
            "time": "2017-03-18 11:32:45"
1426
        },
1427
        {
1428
            "name": "seld/jsonlint",
1429
            "version": "1.7.1",
1430
            "source": {
1431
                "type": "git",
1432
                "url": "https://github.com/Seldaek/jsonlint.git",
1433
                "reference": "d15f59a67ff805a44c50ea0516d2341740f81a38"
1434
            },
1435
            "dist": {
1436
                "type": "zip",
1437
                "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/d15f59a67ff805a44c50ea0516d2341740f81a38",
1438
                "reference": "d15f59a67ff805a44c50ea0516d2341740f81a38",
1439
                "shasum": ""
1440
            },
1441
            "require": {
1442
                "php": "^5.3 || ^7.0"
1443
            },
1444
            "require-dev": {
1445
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
1446
            },
1447
            "bin": [
1448
                "bin/jsonlint"
1449
            ],
1450
            "type": "library",
1451
            "autoload": {
1452
                "psr-4": {
1453
                    "Seld\\JsonLint\\": "src/Seld/JsonLint/"
1454
                }
1455
            },
1456
            "notification-url": "https://packagist.org/downloads/",
1457
            "license": [
1458
                "MIT"
1459
            ],
1460
            "authors": [
1461
                {
1462
                    "name": "Jordi Boggiano",
1463
                    "email": "[email protected]",
1464
                    "homepage": "http://seld.be"
1465
                }
1466
            ],
1467
            "description": "JSON Linter",
1468
            "keywords": [
1469
                "json",
1470
                "linter",
1471
                "parser",
1472
                "validator"
1473
            ],
1474
            "time": "2018-01-24 12:46:19"
1475
        },
1476
        {
1477
            "name": "seld/phar-utils",
1478
            "version": "1.0.1",
1479
            "source": {
1480
                "type": "git",
1481
                "url": "https://github.com/Seldaek/phar-utils.git",
1482
                "reference": "7009b5139491975ef6486545a39f3e6dad5ac30a"
1483
            },
1484
            "dist": {
1485
                "type": "zip",
1486
                "url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/7009b5139491975ef6486545a39f3e6dad5ac30a",
1487
                "reference": "7009b5139491975ef6486545a39f3e6dad5ac30a",
1488
                "shasum": ""
1489
            },
1490
            "require": {
1491
                "php": ">=5.3"
1492
            },
1493
            "type": "library",
1494
            "extra": {
1495
                "branch-alias": {
1496
                    "dev-master": "1.x-dev"
1497
                }
1498
            },
1499
            "autoload": {
1500
                "psr-4": {
1501
                    "Seld\\PharUtils\\": "src/"
1502
                }
1503
            },
1504
            "notification-url": "https://packagist.org/downloads/",
1505
            "license": [
1506
                "MIT"
1507
            ],
1508
            "authors": [
1509
                {
1510
                    "name": "Jordi Boggiano",
1511
                    "email": "[email protected]"
1512
                }
1513
            ],
1514
            "description": "PHAR file format utilities, for when PHP phars you up",
1515
            "keywords": [
1516
                "phra"
1517
            ],
1518
            "time": "2015-10-13 18:44:15"
1519
        },
1520
        {
1521
            "name": "symfony/console",
1522
            "version": "v2.8.42",
1523
            "source": {
1524
                "type": "git",
1525
                "url": "https://github.com/symfony/console.git",
1526
                "reference": "e8e59b74ad1274714dad2748349b55e3e6e630c7"
1527
            },
1528
            "dist": {
1529
                "type": "zip",
1530
                "url": "https://api.github.com/repos/symfony/console/zipball/e8e59b74ad1274714dad2748349b55e3e6e630c7",
1531
                "reference": "e8e59b74ad1274714dad2748349b55e3e6e630c7",
1532
                "shasum": ""
1533
            },
1534
            "require": {
1535
                "php": ">=5.3.9",
1536
                "symfony/debug": "^2.7.2|~3.0.0",
1537
                "symfony/polyfill-mbstring": "~1.0"
1538
            },
1539
            "require-dev": {
1540
                "psr/log": "~1.0",
1541
                "symfony/event-dispatcher": "~2.1|~3.0.0",
1542
                "symfony/process": "~2.1|~3.0.0"
1543
            },
1544
            "suggest": {
1545
                "psr/log-implementation": "For using the console logger",
1546
                "symfony/event-dispatcher": "",
1547
                "symfony/process": ""
1548
            },
1549
            "type": "library",
1550
            "extra": {
1551
                "branch-alias": {
1552
                    "dev-master": "2.8-dev"
1553
                }
1554
            },
1555
            "autoload": {
1556
                "psr-4": {
1557
                    "Symfony\\Component\\Console\\": ""
1558
                },
1559
                "exclude-from-classmap": [
1560
                    "/Tests/"
1561
                ]
1562
            },
1563
            "notification-url": "https://packagist.org/downloads/",
1564
            "license": [
1565
                "MIT"
1566
            ],
1567
            "authors": [
1568
                {
1569
                    "name": "Fabien Potencier",
1570
                    "email": "[email protected]"
1571
                },
1572
                {
1573
                    "name": "Symfony Community",
1574
                    "homepage": "https://symfony.com/contributors"
1575
                }
1576
            ],
1577
            "description": "Symfony Console Component",
1578
            "homepage": "https://symfony.com",
1579
            "time": "2018-05-15 21:17:45"
1580
        },
1581
        {
1582
            "name": "symfony/debug",
1583
            "version": "v3.0.9",
1584
            "source": {
1585
                "type": "git",
1586
                "url": "https://github.com/symfony/debug.git",
1587
                "reference": "697c527acd9ea1b2d3efac34d9806bf255278b0a"
1588
            },
1589
            "dist": {
1590
                "type": "zip",
1591
                "url": "https://api.github.com/repos/symfony/debug/zipball/697c527acd9ea1b2d3efac34d9806bf255278b0a",
1592
                "reference": "697c527acd9ea1b2d3efac34d9806bf255278b0a",
1593
                "shasum": ""
1594
            },
1595
            "require": {
1596
                "php": ">=5.5.9",
1597
                "psr/log": "~1.0"
1598
            },
1599
            "conflict": {
1600
                "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
1601
            },
1602
            "require-dev": {
1603
                "symfony/class-loader": "~2.8|~3.0",
1604
                "symfony/http-kernel": "~2.8|~3.0"
1605
            },
1606
            "type": "library",
1607
            "extra": {
1608
                "branch-alias": {
1609
                    "dev-master": "3.0-dev"
1610
                }
1611
            },
1612
            "autoload": {
1613
                "psr-4": {
1614
                    "Symfony\\Component\\Debug\\": ""
1615
                },
1616
                "exclude-from-classmap": [
1617
                    "/Tests/"
1618
                ]
1619
            },
1620
            "notification-url": "https://packagist.org/downloads/",
1621
            "license": [
1622
                "MIT"
1623
            ],
1624
            "authors": [
1625
                {
1626
                    "name": "Fabien Potencier",
1627
                    "email": "[email protected]"
1628
                },
1629
                {
1630
                    "name": "Symfony Community",
1631
                    "homepage": "https://symfony.com/contributors"
1632
                }
1633
            ],
1634
            "description": "Symfony Debug Component",
1635
            "homepage": "https://symfony.com",
1636
            "time": "2016-07-30 07:22:48"
1637
        },
1638
        {
1639
            "name": "symfony/filesystem",
1640
            "version": "v4.1.1",
1641
            "source": {
1642
                "type": "git",
1643
                "url": "https://github.com/symfony/filesystem.git",
1644
                "reference": "562bf7005b55fd80d26b582d28e3e10f2dd5ae9c"
1645
            },
1646
            "dist": {
1647
                "type": "zip",
1648
                "url": "https://api.github.com/repos/symfony/filesystem/zipball/562bf7005b55fd80d26b582d28e3e10f2dd5ae9c",
1649
                "reference": "562bf7005b55fd80d26b582d28e3e10f2dd5ae9c",
1650
                "shasum": ""
1651
            },
1652
            "require": {
1653
                "php": "^7.1.3",
1654
                "symfony/polyfill-ctype": "~1.8"
1655
            },
1656
            "type": "library",
1657
            "extra": {
1658
                "branch-alias": {
1659
                    "dev-master": "4.1-dev"
1660
                }
1661
            },
1662
            "autoload": {
1663
                "psr-4": {
1664
                    "Symfony\\Component\\Filesystem\\": ""
1665
                },
1666
                "exclude-from-classmap": [
1667
                    "/Tests/"
1668
                ]
1669
            },
1670
            "notification-url": "https://packagist.org/downloads/",
1671
            "license": [
1672
                "MIT"
1673
            ],
1674
            "authors": [
1675
                {
1676
                    "name": "Fabien Potencier",
1677
                    "email": "[email protected]"
1678
                },
1679
                {
1680
                    "name": "Symfony Community",
1681
                    "homepage": "https://symfony.com/contributors"
1682
                }
1683
            ],
1684
            "description": "Symfony Filesystem Component",
1685
            "homepage": "https://symfony.com",
1686
            "time": "2018-05-30 07:26:09"
1687
        },
1688
        {
1689
            "name": "symfony/finder",
1690
            "version": "v4.1.1",
1691
            "source": {
1692
                "type": "git",
1693
                "url": "https://github.com/symfony/finder.git",
1694
                "reference": "84714b8417d19e4ba02ea78a41a975b3efaafddb"
1695
            },
1696
            "dist": {
1697
                "type": "zip",
1698
                "url": "https://api.github.com/repos/symfony/finder/zipball/84714b8417d19e4ba02ea78a41a975b3efaafddb",
1699
                "reference": "84714b8417d19e4ba02ea78a41a975b3efaafddb",
1700
                "shasum": ""
1701
            },
1702
            "require": {
1703
                "php": "^7.1.3"
1704
            },
1705
            "type": "library",
1706
            "extra": {
1707
                "branch-alias": {
1708
                    "dev-master": "4.1-dev"
1709
                }
1710
            },
1711
            "autoload": {
1712
                "psr-4": {
1713
                    "Symfony\\Component\\Finder\\": ""
1714
                },
1715
                "exclude-from-classmap": [
1716
                    "/Tests/"
1717
                ]
1718
            },
1719
            "notification-url": "https://packagist.org/downloads/",
1720
            "license": [
1721
                "MIT"
1722
            ],
1723
            "authors": [
1724
                {
1725
                    "name": "Fabien Potencier",
1726
                    "email": "[email protected]"
1727
                },
1728
                {
1729
                    "name": "Symfony Community",
1730
                    "homepage": "https://symfony.com/contributors"
1731
                }
1732
            ],
1733
            "description": "Symfony Finder Component",
1734
            "homepage": "https://symfony.com",
1735
            "time": "2018-06-19 21:38:16"
1736
        },
1737
        {
1738
            "name": "symfony/polyfill-ctype",
1739
            "version": "v1.8.0",
1740
            "source": {
1741
                "type": "git",
1742
                "url": "https://github.com/symfony/polyfill-ctype.git",
1743
                "reference": "7cc359f1b7b80fc25ed7796be7d96adc9b354bae"
1744
            },
1745
            "dist": {
1746
                "type": "zip",
1747
                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/7cc359f1b7b80fc25ed7796be7d96adc9b354bae",
1748
                "reference": "7cc359f1b7b80fc25ed7796be7d96adc9b354bae",
1749
                "shasum": ""
1750
            },
1751
            "require": {
1752
                "php": ">=5.3.3"
1753
            },
1754
            "type": "library",
1755
            "extra": {
1756
                "branch-alias": {
1757
                    "dev-master": "1.8-dev"
1758
                }
1759
            },
1760
            "autoload": {
1761
                "psr-4": {
1762
                    "Symfony\\Polyfill\\Ctype\\": ""
1763
                },
1764
                "files": [
1765
                    "bootstrap.php"
1766
                ]
1767
            },
1768
            "notification-url": "https://packagist.org/downloads/",
1769
            "license": [
1770
                "MIT"
1771
            ],
1772
            "authors": [
1773
                {
1774
                    "name": "Symfony Community",
1775
                    "homepage": "https://symfony.com/contributors"
1776
                },
1777
                {
1778
                    "name": "Gert de Pagter",
1779
                    "email": "[email protected]"
1780
                }
1781
            ],
1782
            "description": "Symfony polyfill for ctype functions",
1783
            "homepage": "https://symfony.com",
1784
            "keywords": [
1785
                "compatibility",
1786
                "ctype",
1787
                "polyfill",
1788
                "portable"
1789
            ],
1790
            "time": "2018-04-30 19:57:29"
1791
        },
1792
        {
1793
            "name": "symfony/polyfill-mbstring",
1794
            "version": "v1.8.0",
1795
            "source": {
1796
                "type": "git",
1797
                "url": "https://github.com/symfony/polyfill-mbstring.git",
1798
                "reference": "3296adf6a6454a050679cde90f95350ad604b171"
1799
            },
1800
            "dist": {
1801
                "type": "zip",
1802
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/3296adf6a6454a050679cde90f95350ad604b171",
1803
                "reference": "3296adf6a6454a050679cde90f95350ad604b171",
1804
                "shasum": ""
1805
            },
1806
            "require": {
1807
                "php": ">=5.3.3"
1808
            },
1809
            "suggest": {
1810
                "ext-mbstring": "For best performance"
1811
            },
1812
            "type": "library",
1813
            "extra": {
1814
                "branch-alias": {
1815
                    "dev-master": "1.8-dev"
1816
                }
1817
            },
1818
            "autoload": {
1819
                "psr-4": {
1820
                    "Symfony\\Polyfill\\Mbstring\\": ""
1821
                },
1822
                "files": [
1823
                    "bootstrap.php"
1824
                ]
1825
            },
1826
            "notification-url": "https://packagist.org/downloads/",
1827
            "license": [
1828
                "MIT"
1829
            ],
1830
            "authors": [
1831
                {
1832
                    "name": "Nicolas Grekas",
1833
                    "email": "[email protected]"
1834
                },
1835
                {
1836
                    "name": "Symfony Community",
1837
                    "homepage": "https://symfony.com/contributors"
1838
                }
1839
            ],
1840
            "description": "Symfony polyfill for the Mbstring extension",
1841
            "homepage": "https://symfony.com",
1842
            "keywords": [
1843
                "compatibility",
1844
                "mbstring",
1845
                "polyfill",
1846
                "portable",
1847
                "shim"
1848
            ],
1849
            "time": "2018-04-26 10:06:28"
1850
        },
1851
        {
1852
            "name": "symfony/process",
1853
            "version": "v2.8.42",
1854
            "source": {
1855
                "type": "git",
1856
                "url": "https://github.com/symfony/process.git",
1857
                "reference": "542d88b350c42750fdc14e73860ee96dd423e95d"
1858
            },
1859
            "dist": {
1860
                "type": "zip",
1861
                "url": "https://api.github.com/repos/symfony/process/zipball/542d88b350c42750fdc14e73860ee96dd423e95d",
1862
                "reference": "542d88b350c42750fdc14e73860ee96dd423e95d",
1863
                "shasum": ""
1864
            },
1865
            "require": {
1866
                "php": ">=5.3.9"
1867
            },
1868
            "type": "library",
1869
            "extra": {
1870
                "branch-alias": {
1871
                    "dev-master": "2.8-dev"
1872
                }
1873
            },
1874
            "autoload": {
1875
                "psr-4": {
1876
                    "Symfony\\Component\\Process\\": ""
1877
                },
1878
                "exclude-from-classmap": [
1879
                    "/Tests/"
1880
                ]
1881
            },
1882
            "notification-url": "https://packagist.org/downloads/",
1883
            "license": [
1884
                "MIT"
1885
            ],
1886
            "authors": [
1887
                {
1888
                    "name": "Fabien Potencier",
1889
                    "email": "[email protected]"
1890
                },
1891
                {
1892
                    "name": "Symfony Community",
1893
                    "homepage": "https://symfony.com/contributors"
1894
                }
1895
            ],
1896
            "description": "Symfony Process Component",
1897
            "homepage": "https://symfony.com",
1898
            "time": "2018-05-27 07:40:52"
1899
        },
1900
        {
1901
            "name": "tedivm/jshrink",
1902
            "version": "v1.3.0",
1903
            "source": {
1904
                "type": "git",
1905
                "url": "https://github.com/tedious/JShrink.git",
1906
                "reference": "68ce379b213741e86f02bf6053b0d26b9f833448"
1907
            },
1908
            "dist": {
1909
                "type": "zip",
1910
                "url": "https://api.github.com/repos/tedious/JShrink/zipball/68ce379b213741e86f02bf6053b0d26b9f833448",
1911
                "reference": "68ce379b213741e86f02bf6053b0d26b9f833448",
1912
                "shasum": ""
1913
            },
1914
            "require": {
1915
                "php": "^5.6|^7.0"
1916
            },
1917
            "require-dev": {
1918
                "friendsofphp/php-cs-fixer": "^2.8",
1919
                "php-coveralls/php-coveralls": "^1.1.0",
1920
                "phpunit/phpunit": "^6"
1921
            },
1922
            "type": "library",
1923
            "autoload": {
1924
                "psr-0": {
1925
                    "JShrink": "src/"
1926
                }
1927
            },
1928
            "notification-url": "https://packagist.org/downloads/",
1929
            "license": [
1930
                "BSD-3-Clause"
1931
            ],
1932
            "authors": [
1933
                {
1934
                    "name": "Robert Hafner",
1935
                    "email": "[email protected]"
1936
                }
1937
            ],
1938
            "description": "Javascript Minifier built in PHP",
1939
            "homepage": "http://github.com/tedious/JShrink",
1940
            "keywords": [
1941
                "javascript",
1942
                "minifier"
1943
            ],
1944
            "time": "2017-12-08 00:59:56"
1945
        },
1946
        {
1947
            "name": "zendframework/zend-code",
1948
            "version": "3.1.0",
1949
            "source": {
1950
                "type": "git",
1951
                "url": "https://github.com/zendframework/zend-code.git",
1952
                "reference": "2899c17f83a7207f2d7f53ec2f421204d3beea27"
1953
            },
1954
            "dist": {
1955
                "type": "zip",
1956
                "url": "https://api.github.com/repos/zendframework/zend-code/zipball/2899c17f83a7207f2d7f53ec2f421204d3beea27",
1957
                "reference": "2899c17f83a7207f2d7f53ec2f421204d3beea27",
1958
                "shasum": ""
1959
            },
1960
            "require": {
1961
                "php": "^5.6 || 7.0.0 - 7.0.4 || ^7.0.6",
1962
                "zendframework/zend-eventmanager": "^2.6 || ^3.0"
1963
            },
1964
            "require-dev": {
1965
                "doctrine/annotations": "~1.0",
1966
                "ext-phar": "*",
1967
                "phpunit/phpunit": "^4.8.21",
1968
                "squizlabs/php_codesniffer": "^2.5",
1969
                "zendframework/zend-stdlib": "^2.7 || ^3.0"
1970
            },
1971
            "suggest": {
1972
                "doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features",
1973
                "zendframework/zend-stdlib": "Zend\\Stdlib component"
1974
            },
1975
            "type": "library",
1976
            "extra": {
1977
                "branch-alias": {
1978
                    "dev-master": "3.1-dev",
1979
                    "dev-develop": "3.2-dev"
1980
                }
1981
            },
1982
            "autoload": {
1983
                "psr-4": {
1984
                    "Zend\\Code\\": "src/"
1985
                }
1986
            },
1987
            "notification-url": "https://packagist.org/downloads/",
1988
            "license": [
1989
                "BSD-3-Clause"
1990
            ],
1991
            "description": "provides facilities to generate arbitrary code using an object oriented interface",
1992
            "homepage": "https://github.com/zendframework/zend-code",
1993
            "keywords": [
1994
                "code",
1995
                "zf2"
1996
            ],
1997
            "time": "2016-10-24 13:23:32"
1998
        },
1999
        {
2000
            "name": "zendframework/zend-console",
2001
            "version": "2.7.0",
2002
            "source": {
2003
                "type": "git",
2004
                "url": "https://github.com/zendframework/zend-console.git",
2005
                "reference": "e8aa08da83de3d265256c40ba45cd649115f0e18"
2006
            },
2007
            "dist": {
2008
                "type": "zip",
2009
                "url": "https://api.github.com/repos/zendframework/zend-console/zipball/e8aa08da83de3d265256c40ba45cd649115f0e18",
2010
                "reference": "e8aa08da83de3d265256c40ba45cd649115f0e18",
2011
                "shasum": ""
2012
            },
2013
            "require": {
2014
                "php": "^5.6 || ^7.0",
2015
                "zendframework/zend-stdlib": "^2.7.7 || ^3.1"
2016
            },
2017
            "require-dev": {
2018
                "phpunit/phpunit": "^5.7.23 || ^6.4.3",
2019
                "zendframework/zend-coding-standard": "~1.0.0",
2020
                "zendframework/zend-filter": "^2.7.2",
2021
                "zendframework/zend-json": "^2.6 || ^3.0",
2022
                "zendframework/zend-validator": "^2.10.1"
2023
            },
2024
            "suggest": {
2025
                "zendframework/zend-filter": "To support DefaultRouteMatcher usage",
2026
                "zendframework/zend-validator": "To support DefaultRouteMatcher usage"
2027
            },
2028
            "type": "library",
2029
            "extra": {
2030
                "branch-alias": {
2031
                    "dev-master": "2.7.x-dev",
2032
                    "dev-develop": "2.8.x-dev"
2033
                }
2034
            },
2035
            "autoload": {
2036
                "psr-4": {
2037
                    "Zend\\Console\\": "src/"
2038
                }
2039
            },
2040
            "notification-url": "https://packagist.org/downloads/",
2041
            "license": [
2042
                "BSD-3-Clause"
2043
            ],
2044
            "description": "Build console applications using getopt syntax or routing, complete with prompts",
2045
            "keywords": [
2046
                "ZendFramework",
2047
                "console",
2048
                "zf"
2049
            ],
2050
            "time": "2018-01-25 19:08:04"
2051
        },
2052
        {
2053
            "name": "zendframework/zend-crypt",
2054
            "version": "2.6.0",
2055
            "source": {
2056
                "type": "git",
2057
                "url": "https://github.com/zendframework/zend-crypt.git",
2058
                "reference": "1b2f5600bf6262904167116fa67b58ab1457036d"
2059
            },
2060
            "dist": {
2061
                "type": "zip",
2062
                "url": "https://api.github.com/repos/zendframework/zend-crypt/zipball/1b2f5600bf6262904167116fa67b58ab1457036d",
2063
                "reference": "1b2f5600bf6262904167116fa67b58ab1457036d",
2064
                "shasum": ""
2065
            },
2066
            "require": {
2067
                "container-interop/container-interop": "~1.0",
2068
                "php": "^5.5 || ^7.0",
2069
                "zendframework/zend-math": "^2.6",
2070
                "zendframework/zend-stdlib": "^2.7 || ^3.0"
2071
            },
2072
            "require-dev": {
2073
                "fabpot/php-cs-fixer": "1.7.*",
2074
                "phpunit/phpunit": "~4.0"
2075
            },
2076
            "suggest": {
2077
                "ext-mcrypt": "Required for most features of Zend\\Crypt"
2078
            },
2079
            "type": "library",
2080
            "extra": {
2081
                "branch-alias": {
2082
                    "dev-master": "2.6-dev",
2083
                    "dev-develop": "2.7-dev"
2084
                }
2085
            },
2086
            "autoload": {
2087
                "psr-4": {
2088
                    "Zend\\Crypt\\": "src/"
2089
                }
2090
            },
2091
            "notification-url": "https://packagist.org/downloads/",
2092
            "license": [
2093
                "BSD-3-Clause"
2094
            ],
2095
            "homepage": "https://github.com/zendframework/zend-crypt",
2096
            "keywords": [
2097
                "crypt",
2098
                "zf2"
2099
            ],
2100
            "time": "2016-02-03 23:46:30"
2101
        },
2102
        {
2103
            "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...
2104
            "version": "1.8.0",
2105
            "source": {
2106
                "type": "git",
2107
                "url": "https://github.com/zendframework/zend-diactoros.git",
2108
                "reference": "11c9c1835e60eef6f9234377a480fcec096ebd9e"
2109
            },
2110
            "dist": {
2111
                "type": "zip",
2112
                "url": "https://api.github.com/repos/zendframework/zend-diactoros/zipball/11c9c1835e60eef6f9234377a480fcec096ebd9e",
2113
                "reference": "11c9c1835e60eef6f9234377a480fcec096ebd9e",
2114
                "shasum": ""
2115
            },
2116
            "require": {
2117
                "php": "^5.6 || ^7.0",
2118
                "psr/http-message": "^1.0"
2119
            },
2120
            "provide": {
2121
                "psr/http-message-implementation": "1.0"
2122
            },
2123
            "require-dev": {
2124
                "ext-dom": "*",
2125
                "ext-libxml": "*",
2126
                "phpunit/phpunit": "^5.7.16 || ^6.0.8",
2127
                "zendframework/zend-coding-standard": "~1.0"
2128
            },
2129
            "type": "library",
2130
            "extra": {
2131
                "branch-alias": {
2132
                    "dev-master": "1.8.x-dev",
2133
                    "dev-develop": "1.9.x-dev",
2134
                    "dev-release-2.0": "2.0.x-dev"
2135
                }
2136
            },
2137
            "autoload": {
2138
                "files": [
2139
                    "src/functions/create_uploaded_file.php",
2140
                    "src/functions/marshal_headers_from_sapi.php",
2141
                    "src/functions/marshal_method_from_sapi.php",
2142
                    "src/functions/marshal_protocol_version_from_sapi.php",
2143
                    "src/functions/marshal_uri_from_sapi.php",
2144
                    "src/functions/normalize_server.php",
2145
                    "src/functions/normalize_uploaded_files.php",
2146
                    "src/functions/parse_cookie_header.php"
2147
                ],
2148
                "psr-4": {
2149
                    "Zend\\Diactoros\\": "src/"
2150
                }
2151
            },
2152
            "notification-url": "https://packagist.org/downloads/",
2153
            "license": [
2154
                "BSD-2-Clause"
2155
            ],
2156
            "description": "PSR HTTP Message implementations",
2157
            "homepage": "https://github.com/zendframework/zend-diactoros",
2158
            "keywords": [
2159
                "http",
2160
                "psr",
2161
                "psr-7"
2162
            ],
2163
            "time": "2018-06-27 18:52:43"
2164
        },
2165
        {
2166
            "name": "zendframework/zend-escaper",
2167
            "version": "2.6.0",
2168
            "source": {
2169
                "type": "git",
2170
                "url": "https://github.com/zendframework/zend-escaper.git",
2171
                "reference": "31d8aafae982f9568287cb4dce987e6aff8fd074"
2172
            },
2173
            "dist": {
2174
                "type": "zip",
2175
                "url": "https://api.github.com/repos/zendframework/zend-escaper/zipball/31d8aafae982f9568287cb4dce987e6aff8fd074",
2176
                "reference": "31d8aafae982f9568287cb4dce987e6aff8fd074",
2177
                "shasum": ""
2178
            },
2179
            "require": {
2180
                "php": "^5.6 || ^7.0"
2181
            },
2182
            "require-dev": {
2183
                "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
2184
                "zendframework/zend-coding-standard": "~1.0.0"
2185
            },
2186
            "type": "library",
2187
            "extra": {
2188
                "branch-alias": {
2189
                    "dev-master": "2.6.x-dev",
2190
                    "dev-develop": "2.7.x-dev"
2191
                }
2192
            },
2193
            "autoload": {
2194
                "psr-4": {
2195
                    "Zend\\Escaper\\": "src/"
2196
                }
2197
            },
2198
            "notification-url": "https://packagist.org/downloads/",
2199
            "license": [
2200
                "BSD-3-Clause"
2201
            ],
2202
            "description": "Securely and safely escape HTML, HTML attributes, JavaScript, CSS, and URLs",
2203
            "keywords": [
2204
                "ZendFramework",
2205
                "escaper",
2206
                "zf"
2207
            ],
2208
            "time": "2018-04-25 15:48:53"
2209
        },
2210
        {
2211
            "name": "zendframework/zend-eventmanager",
2212
            "version": "3.2.1",
2213
            "source": {
2214
                "type": "git",
2215
                "url": "https://github.com/zendframework/zend-eventmanager.git",
2216
                "reference": "a5e2583a211f73604691586b8406ff7296a946dd"
2217
            },
2218
            "dist": {
2219
                "type": "zip",
2220
                "url": "https://api.github.com/repos/zendframework/zend-eventmanager/zipball/a5e2583a211f73604691586b8406ff7296a946dd",
2221
                "reference": "a5e2583a211f73604691586b8406ff7296a946dd",
2222
                "shasum": ""
2223
            },
2224
            "require": {
2225
                "php": "^5.6 || ^7.0"
2226
            },
2227
            "require-dev": {
2228
                "athletic/athletic": "^0.1",
2229
                "container-interop/container-interop": "^1.1.0",
2230
                "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
2231
                "zendframework/zend-coding-standard": "~1.0.0",
2232
                "zendframework/zend-stdlib": "^2.7.3 || ^3.0"
2233
            },
2234
            "suggest": {
2235
                "container-interop/container-interop": "^1.1.0, to use the lazy listeners feature",
2236
                "zendframework/zend-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature"
2237
            },
2238
            "type": "library",
2239
            "extra": {
2240
                "branch-alias": {
2241
                    "dev-master": "3.2-dev",
2242
                    "dev-develop": "3.3-dev"
2243
                }
2244
            },
2245
            "autoload": {
2246
                "psr-4": {
2247
                    "Zend\\EventManager\\": "src/"
2248
                }
2249
            },
2250
            "notification-url": "https://packagist.org/downloads/",
2251
            "license": [
2252
                "BSD-3-Clause"
2253
            ],
2254
            "description": "Trigger and listen to events within a PHP application",
2255
            "homepage": "https://github.com/zendframework/zend-eventmanager",
2256
            "keywords": [
2257
                "event",
2258
                "eventmanager",
2259
                "events",
2260
                "zf2"
2261
            ],
2262
            "time": "2018-04-25 15:33:34"
2263
        },
2264
        {
2265
            "name": "zendframework/zend-filter",
2266
            "version": "2.8.0",
2267
            "source": {
2268
                "type": "git",
2269
                "url": "https://github.com/zendframework/zend-filter.git",
2270
                "reference": "7b997dbe79459f1652deccc8786d7407fb66caa9"
2271
            },
2272
            "dist": {
2273
                "type": "zip",
2274
                "url": "https://api.github.com/repos/zendframework/zend-filter/zipball/7b997dbe79459f1652deccc8786d7407fb66caa9",
2275
                "reference": "7b997dbe79459f1652deccc8786d7407fb66caa9",
2276
                "shasum": ""
2277
            },
2278
            "require": {
2279
                "php": "^5.6 || ^7.0",
2280
                "zendframework/zend-stdlib": "^2.7.7 || ^3.1"
2281
            },
2282
            "conflict": {
2283
                "zendframework/zend-validator": "<2.10.1"
2284
            },
2285
            "require-dev": {
2286
                "pear/archive_tar": "^1.4.3",
2287
                "phpunit/phpunit": "^5.7.23 || ^6.4.3",
2288
                "zendframework/zend-coding-standard": "~1.0.0",
2289
                "zendframework/zend-crypt": "^3.2.1",
2290
                "zendframework/zend-servicemanager": "^2.7.8 || ^3.3",
2291
                "zendframework/zend-uri": "^2.6"
2292
            },
2293
            "suggest": {
2294
                "zendframework/zend-crypt": "Zend\\Crypt component, for encryption filters",
2295
                "zendframework/zend-i18n": "Zend\\I18n component for filters depending on i18n functionality",
2296
                "zendframework/zend-servicemanager": "Zend\\ServiceManager component, for using the filter chain functionality",
2297
                "zendframework/zend-uri": "Zend\\Uri component, for the UriNormalize filter"
2298
            },
2299
            "type": "library",
2300
            "extra": {
2301
                "branch-alias": {
2302
                    "dev-master": "2.8.x-dev",
2303
                    "dev-develop": "2.9.x-dev"
2304
                },
2305
                "zf": {
2306
                    "component": "Zend\\Filter",
2307
                    "config-provider": "Zend\\Filter\\ConfigProvider"
2308
                }
2309
            },
2310
            "autoload": {
2311
                "psr-4": {
2312
                    "Zend\\Filter\\": "src/"
2313
                }
2314
            },
2315
            "notification-url": "https://packagist.org/downloads/",
2316
            "license": [
2317
                "BSD-3-Clause"
2318
            ],
2319
            "description": "provides a set of commonly needed data filters",
2320
            "keywords": [
2321
                "ZendFramework",
2322
                "filter",
2323
                "zf"
2324
            ],
2325
            "time": "2018-04-11 16:20:04"
2326
        },
2327
        {
2328
            "name": "zendframework/zend-form",
2329
            "version": "2.12.0",
2330
            "source": {
2331
                "type": "git",
2332
                "url": "https://github.com/zendframework/zend-form.git",
2333
                "reference": "565fb4f4bb3e0dbeea0173c923c4a8be77de9441"
2334
            },
2335
            "dist": {
2336
                "type": "zip",
2337
                "url": "https://api.github.com/repos/zendframework/zend-form/zipball/565fb4f4bb3e0dbeea0173c923c4a8be77de9441",
2338
                "reference": "565fb4f4bb3e0dbeea0173c923c4a8be77de9441",
2339
                "shasum": ""
2340
            },
2341
            "require": {
2342
                "php": "^5.6 || ^7.0",
2343
                "zendframework/zend-hydrator": "^1.1 || ^2.1",
2344
                "zendframework/zend-inputfilter": "^2.8",
2345
                "zendframework/zend-stdlib": "^2.7 || ^3.0"
2346
            },
2347
            "require-dev": {
2348
                "doctrine/annotations": "~1.0",
2349
                "phpunit/phpunit": "^5.7.23 || ^6.5.3",
2350
                "zendframework/zend-cache": "^2.6.1",
2351
                "zendframework/zend-captcha": "^2.7.1",
2352
                "zendframework/zend-code": "^2.6 || ^3.0",
2353
                "zendframework/zend-coding-standard": "~1.0.0",
2354
                "zendframework/zend-escaper": "^2.5",
2355
                "zendframework/zend-eventmanager": "^2.6.2 || ^3.0",
2356
                "zendframework/zend-filter": "^2.6",
2357
                "zendframework/zend-i18n": "^2.6",
2358
                "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3",
2359
                "zendframework/zend-session": "^2.8.1",
2360
                "zendframework/zend-text": "^2.6",
2361
                "zendframework/zend-validator": "^2.6",
2362
                "zendframework/zend-view": "^2.6.2",
2363
                "zendframework/zendservice-recaptcha": "^3.0.0"
2364
            },
2365
            "suggest": {
2366
                "zendframework/zend-captcha": "^2.7.1, required for using CAPTCHA form elements",
2367
                "zendframework/zend-code": "^2.6 || ^3.0, required to use zend-form annotations support",
2368
                "zendframework/zend-eventmanager": "^2.6.2 || ^3.0, reuired for zend-form annotations support",
2369
                "zendframework/zend-i18n": "^2.6, required when using zend-form view helpers",
2370
                "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3, required to use the form factories or provide services",
2371
                "zendframework/zend-view": "^2.6.2, required for using the zend-form view helpers",
2372
                "zendframework/zendservice-recaptcha": "in order to use the ReCaptcha form element"
2373
            },
2374
            "type": "library",
2375
            "extra": {
2376
                "branch-alias": {
2377
                    "dev-master": "2.12.x-dev",
2378
                    "dev-develop": "2.13.x-dev"
2379
                },
2380
                "zf": {
2381
                    "component": "Zend\\Form",
2382
                    "config-provider": "Zend\\Form\\ConfigProvider"
2383
                }
2384
            },
2385
            "autoload": {
2386
                "psr-4": {
2387
                    "Zend\\Form\\": "src/"
2388
                },
2389
                "files": [
2390
                    "autoload/formElementManagerPolyfill.php"
2391
                ]
2392
            },
2393
            "notification-url": "https://packagist.org/downloads/",
2394
            "license": [
2395
                "BSD-3-Clause"
2396
            ],
2397
            "description": "Validate and display simple and complex forms, casting forms to business objects and vice versa",
2398
            "keywords": [
2399
                "ZendFramework",
2400
                "form",
2401
                "zf"
2402
            ],
2403
            "time": "2018-05-16 18:49:44"
2404
        },
2405
        {
2406
            "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...
2407
            "version": "2.8.0",
2408
            "source": {
2409
                "type": "git",
2410
                "url": "https://github.com/zendframework/zend-http.git",
2411
                "reference": "f48b276ffa11b48dd1ae3c6bc306d6ed7958ef51"
2412
            },
2413
            "dist": {
2414
                "type": "zip",
2415
                "url": "https://api.github.com/repos/zendframework/zend-http/zipball/f48b276ffa11b48dd1ae3c6bc306d6ed7958ef51",
2416
                "reference": "f48b276ffa11b48dd1ae3c6bc306d6ed7958ef51",
2417
                "shasum": ""
2418
            },
2419
            "require": {
2420
                "php": "^5.6 || ^7.0",
2421
                "zendframework/zend-loader": "^2.5.1",
2422
                "zendframework/zend-stdlib": "^3.1 || ^2.7.7",
2423
                "zendframework/zend-uri": "^2.5.2",
2424
                "zendframework/zend-validator": "^2.10.1"
2425
            },
2426
            "require-dev": {
2427
                "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.3",
2428
                "zendframework/zend-coding-standard": "~1.0.0",
2429
                "zendframework/zend-config": "^3.1 || ^2.6"
2430
            },
2431
            "suggest": {
2432
                "paragonie/certainty": "For automated management of cacert.pem"
2433
            },
2434
            "type": "library",
2435
            "extra": {
2436
                "branch-alias": {
2437
                    "dev-master": "2.8.x-dev",
2438
                    "dev-develop": "2.9.x-dev"
2439
                }
2440
            },
2441
            "autoload": {
2442
                "psr-4": {
2443
                    "Zend\\Http\\": "src/"
2444
                }
2445
            },
2446
            "notification-url": "https://packagist.org/downloads/",
2447
            "license": [
2448
                "BSD-3-Clause"
2449
            ],
2450
            "description": "Provides an easy interface for performing Hyper-Text Transfer Protocol (HTTP) requests",
2451
            "keywords": [
2452
                "ZendFramework",
2453
                "http",
2454
                "http client",
2455
                "zend",
2456
                "zf"
2457
            ],
2458
            "time": "2018-04-26 21:04:50"
2459
        },
2460
        {
2461
            "name": "zendframework/zend-hydrator",
2462
            "version": "1.1.0",
2463
            "source": {
2464
                "type": "git",
2465
                "url": "https://github.com/zendframework/zend-hydrator.git",
2466
                "reference": "22652e1661a5a10b3f564cf7824a2206cf5a4a65"
2467
            },
2468
            "dist": {
2469
                "type": "zip",
2470
                "url": "https://api.github.com/repos/zendframework/zend-hydrator/zipball/22652e1661a5a10b3f564cf7824a2206cf5a4a65",
2471
                "reference": "22652e1661a5a10b3f564cf7824a2206cf5a4a65",
2472
                "shasum": ""
2473
            },
2474
            "require": {
2475
                "php": "^5.5 || ^7.0",
2476
                "zendframework/zend-stdlib": "^2.7 || ^3.0"
2477
            },
2478
            "require-dev": {
2479
                "phpunit/phpunit": "~4.0",
2480
                "squizlabs/php_codesniffer": "^2.0@dev",
2481
                "zendframework/zend-eventmanager": "^2.6.2 || ^3.0",
2482
                "zendframework/zend-filter": "^2.6",
2483
                "zendframework/zend-inputfilter": "^2.6",
2484
                "zendframework/zend-serializer": "^2.6.1",
2485
                "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3"
2486
            },
2487
            "suggest": {
2488
                "zendframework/zend-eventmanager": "^2.6.2 || ^3.0, to support aggregate hydrator usage",
2489
                "zendframework/zend-filter": "^2.6, to support naming strategy hydrator usage",
2490
                "zendframework/zend-serializer": "^2.6.1, to use the SerializableStrategy",
2491
                "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3, to support hydrator plugin manager usage"
2492
            },
2493
            "type": "library",
2494
            "extra": {
2495
                "branch-alias": {
2496
                    "dev-release-1.0": "1.0-dev",
2497
                    "dev-release-1.1": "1.1-dev",
2498
                    "dev-master": "2.0-dev",
2499
                    "dev-develop": "2.1-dev"
2500
                }
2501
            },
2502
            "autoload": {
2503
                "psr-4": {
2504
                    "Zend\\Hydrator\\": "src/"
2505
                }
2506
            },
2507
            "notification-url": "https://packagist.org/downloads/",
2508
            "license": [
2509
                "BSD-3-Clause"
2510
            ],
2511
            "homepage": "https://github.com/zendframework/zend-hydrator",
2512
            "keywords": [
2513
                "hydrator",
2514
                "zf2"
2515
            ],
2516
            "time": "2016-02-18 22:38:26"
2517
        },
2518
        {
2519
            "name": "zendframework/zend-inputfilter",
2520
            "version": "2.8.0",
2521
            "source": {
2522
                "type": "git",
2523
                "url": "https://github.com/zendframework/zend-inputfilter.git",
2524
                "reference": "e7edd625f2fcdd72a719a7023114c5f4b4f38488"
2525
            },
2526
            "dist": {
2527
                "type": "zip",
2528
                "url": "https://api.github.com/repos/zendframework/zend-inputfilter/zipball/e7edd625f2fcdd72a719a7023114c5f4b4f38488",
2529
                "reference": "e7edd625f2fcdd72a719a7023114c5f4b4f38488",
2530
                "shasum": ""
2531
            },
2532
            "require": {
2533
                "php": "^5.6 || ^7.0",
2534
                "zendframework/zend-filter": "^2.6",
2535
                "zendframework/zend-stdlib": "^2.7 || ^3.0",
2536
                "zendframework/zend-validator": "^2.10.1"
2537
            },
2538
            "require-dev": {
2539
                "phpunit/phpunit": "^5.7.23 || ^6.4.3",
2540
                "zendframework/zend-coding-standard": "~1.0.0",
2541
                "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3"
2542
            },
2543
            "suggest": {
2544
                "zendframework/zend-servicemanager": "To support plugin manager support"
2545
            },
2546
            "type": "library",
2547
            "extra": {
2548
                "branch-alias": {
2549
                    "dev-master": "2.8-dev",
2550
                    "dev-develop": "2.9-dev"
2551
                },
2552
                "zf": {
2553
                    "component": "Zend\\InputFilter",
2554
                    "config-provider": "Zend\\InputFilter\\ConfigProvider"
2555
                }
2556
            },
2557
            "autoload": {
2558
                "psr-4": {
2559
                    "Zend\\InputFilter\\": "src/"
2560
                }
2561
            },
2562
            "notification-url": "https://packagist.org/downloads/",
2563
            "license": [
2564
                "BSD-3-Clause"
2565
            ],
2566
            "description": "Normalize and validate input sets from the web, APIs, the CLI, and more, including files",
2567
            "keywords": [
2568
                "ZendFramework",
2569
                "inputfilter",
2570
                "zf"
2571
            ],
2572
            "time": "2017-12-04 21:24:25"
2573
        },
2574
        {
2575
            "name": "zendframework/zend-loader",
2576
            "version": "2.6.0",
2577
            "source": {
2578
                "type": "git",
2579
                "url": "https://github.com/zendframework/zend-loader.git",
2580
                "reference": "78f11749ea340f6ca316bca5958eef80b38f9b6c"
2581
            },
2582
            "dist": {
2583
                "type": "zip",
2584
                "url": "https://api.github.com/repos/zendframework/zend-loader/zipball/78f11749ea340f6ca316bca5958eef80b38f9b6c",
2585
                "reference": "78f11749ea340f6ca316bca5958eef80b38f9b6c",
2586
                "shasum": ""
2587
            },
2588
            "require": {
2589
                "php": "^5.6 || ^7.0"
2590
            },
2591
            "require-dev": {
2592
                "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.4",
2593
                "zendframework/zend-coding-standard": "~1.0.0"
2594
            },
2595
            "type": "library",
2596
            "extra": {
2597
                "branch-alias": {
2598
                    "dev-master": "2.6.x-dev",
2599
                    "dev-develop": "2.7.x-dev"
2600
                }
2601
            },
2602
            "autoload": {
2603
                "psr-4": {
2604
                    "Zend\\Loader\\": "src/"
2605
                }
2606
            },
2607
            "notification-url": "https://packagist.org/downloads/",
2608
            "license": [
2609
                "BSD-3-Clause"
2610
            ],
2611
            "description": "Autoloading and plugin loading strategies",
2612
            "keywords": [
2613
                "ZendFramework",
2614
                "loader",
2615
                "zf"
2616
            ],
2617
            "time": "2018-04-30 15:20:54"
2618
        },
2619
        {
2620
            "name": "zendframework/zend-math",
2621
            "version": "2.7.0",
2622
            "source": {
2623
                "type": "git",
2624
                "url": "https://github.com/zendframework/zend-math.git",
2625
                "reference": "f4358090d5d23973121f1ed0b376184b66d9edec"
2626
            },
2627
            "dist": {
2628
                "type": "zip",
2629
                "url": "https://api.github.com/repos/zendframework/zend-math/zipball/f4358090d5d23973121f1ed0b376184b66d9edec",
2630
                "reference": "f4358090d5d23973121f1ed0b376184b66d9edec",
2631
                "shasum": ""
2632
            },
2633
            "require": {
2634
                "php": "^5.5 || ^7.0"
2635
            },
2636
            "require-dev": {
2637
                "fabpot/php-cs-fixer": "1.7.*",
2638
                "ircmaxell/random-lib": "~1.1",
2639
                "phpunit/phpunit": "~4.0"
2640
            },
2641
            "suggest": {
2642
                "ext-bcmath": "If using the bcmath functionality",
2643
                "ext-gmp": "If using the gmp functionality",
2644
                "ircmaxell/random-lib": "Fallback random byte generator for Zend\\Math\\Rand if Mcrypt extensions is unavailable"
2645
            },
2646
            "type": "library",
2647
            "extra": {
2648
                "branch-alias": {
2649
                    "dev-master": "2.7-dev",
2650
                    "dev-develop": "2.8-dev"
2651
                }
2652
            },
2653
            "autoload": {
2654
                "psr-4": {
2655
                    "Zend\\Math\\": "src/"
2656
                }
2657
            },
2658
            "notification-url": "https://packagist.org/downloads/",
2659
            "license": [
2660
                "BSD-3-Clause"
2661
            ],
2662
            "homepage": "https://github.com/zendframework/zend-math",
2663
            "keywords": [
2664
                "math",
2665
                "zf2"
2666
            ],
2667
            "time": "2016-04-07 16:29:53"
2668
        },
2669
        {
2670
            "name": "zendframework/zend-mvc",
2671
            "version": "2.7.15",
2672
            "source": {
2673
                "type": "git",
2674
                "url": "https://github.com/zendframework/zend-mvc.git",
2675
                "reference": "a8d45689d37a9e4ff4b75ea0b7478fa3d4f9c089"
2676
            },
2677
            "dist": {
2678
                "type": "zip",
2679
                "url": "https://api.github.com/repos/zendframework/zend-mvc/zipball/a8d45689d37a9e4ff4b75ea0b7478fa3d4f9c089",
2680
                "reference": "a8d45689d37a9e4ff4b75ea0b7478fa3d4f9c089",
2681
                "shasum": ""
2682
            },
2683
            "require": {
2684
                "container-interop/container-interop": "^1.1",
2685
                "php": "^5.5 || ^7.0",
2686
                "zendframework/zend-console": "^2.7",
2687
                "zendframework/zend-eventmanager": "^2.6.4 || ^3.0",
2688
                "zendframework/zend-form": "^2.11",
2689
                "zendframework/zend-hydrator": "^1.1 || ^2.4",
2690
                "zendframework/zend-psr7bridge": "^0.2",
2691
                "zendframework/zend-servicemanager": "^2.7.10 || ^3.0.3",
2692
                "zendframework/zend-stdlib": "^2.7.5 || ^3.0"
2693
            },
2694
            "replace": {
2695
                "zendframework/zend-router": "^2.0"
2696
            },
2697
            "require-dev": {
2698
                "friendsofphp/php-cs-fixer": "1.7.*",
2699
                "phpunit/phpunit": "^4.8.36",
2700
                "sebastian/comparator": "^1.2.4",
2701
                "sebastian/version": "^1.0.4",
2702
                "zendframework/zend-authentication": "^2.6",
2703
                "zendframework/zend-cache": "^2.8",
2704
                "zendframework/zend-di": "^2.6",
2705
                "zendframework/zend-filter": "^2.8",
2706
                "zendframework/zend-http": "^2.8",
2707
                "zendframework/zend-i18n": "^2.8",
2708
                "zendframework/zend-inputfilter": "^2.8",
2709
                "zendframework/zend-json": "^2.6.1",
2710
                "zendframework/zend-log": "^2.9.3",
2711
                "zendframework/zend-modulemanager": "^2.8",
2712
                "zendframework/zend-serializer": "^2.8",
2713
                "zendframework/zend-session": "^2.8.1",
2714
                "zendframework/zend-text": "^2.7",
2715
                "zendframework/zend-uri": "^2.6",
2716
                "zendframework/zend-validator": "^2.10",
2717
                "zendframework/zend-view": "^2.9"
2718
            },
2719
            "suggest": {
2720
                "zendframework/zend-authentication": "Zend\\Authentication component for Identity plugin",
2721
                "zendframework/zend-config": "Zend\\Config component",
2722
                "zendframework/zend-di": "Zend\\Di component",
2723
                "zendframework/zend-filter": "Zend\\Filter component",
2724
                "zendframework/zend-http": "Zend\\Http component",
2725
                "zendframework/zend-i18n": "Zend\\I18n component for translatable segments",
2726
                "zendframework/zend-inputfilter": "Zend\\Inputfilter component",
2727
                "zendframework/zend-json": "Zend\\Json component",
2728
                "zendframework/zend-log": "Zend\\Log component",
2729
                "zendframework/zend-modulemanager": "Zend\\ModuleManager component",
2730
                "zendframework/zend-serializer": "Zend\\Serializer component",
2731
                "zendframework/zend-servicemanager-di": "^1.0.1, if using zend-servicemanager v3 and requiring the zend-di integration",
2732
                "zendframework/zend-session": "Zend\\Session component for FlashMessenger, PRG, and FPRG plugins",
2733
                "zendframework/zend-text": "Zend\\Text component",
2734
                "zendframework/zend-uri": "Zend\\Uri component",
2735
                "zendframework/zend-validator": "Zend\\Validator component",
2736
                "zendframework/zend-view": "Zend\\View component"
2737
            },
2738
            "type": "library",
2739
            "extra": {
2740
                "branch-alias": {
2741
                    "dev-master": "2.7-dev",
2742
                    "dev-develop": "3.0-dev"
2743
                }
2744
            },
2745
            "autoload": {
2746
                "files": [
2747
                    "src/autoload.php"
2748
                ],
2749
                "psr-4": {
2750
                    "Zend\\Mvc\\": "src/"
2751
                }
2752
            },
2753
            "notification-url": "https://packagist.org/downloads/",
2754
            "license": [
2755
                "BSD-3-Clause"
2756
            ],
2757
            "homepage": "https://github.com/zendframework/zend-mvc",
2758
            "keywords": [
2759
                "mvc",
2760
                "zf2"
2761
            ],
2762
            "time": "2018-05-03 13:13:41"
2763
        },
2764
        {
2765
            "name": "zendframework/zend-psr7bridge",
2766
            "version": "0.2.2",
2767
            "source": {
2768
                "type": "git",
2769
                "url": "https://github.com/zendframework/zend-psr7bridge.git",
2770
                "reference": "86c0b53b0c6381391c4add4a93a56e51d5c74605"
2771
            },
2772
            "dist": {
2773
                "type": "zip",
2774
                "url": "https://api.github.com/repos/zendframework/zend-psr7bridge/zipball/86c0b53b0c6381391c4add4a93a56e51d5c74605",
2775
                "reference": "86c0b53b0c6381391c4add4a93a56e51d5c74605",
2776
                "shasum": ""
2777
            },
2778
            "require": {
2779
                "php": ">=5.5",
2780
                "psr/http-message": "^1.0",
2781
                "zendframework/zend-diactoros": "^1.1",
2782
                "zendframework/zend-http": "^2.5"
2783
            },
2784
            "require-dev": {
2785
                "phpunit/phpunit": "^4.7",
2786
                "squizlabs/php_codesniffer": "^2.3"
2787
            },
2788
            "type": "library",
2789
            "extra": {
2790
                "branch-alias": {
2791
                    "dev-master": "1.0-dev",
2792
                    "dev-develop": "1.1-dev"
2793
                }
2794
            },
2795
            "autoload": {
2796
                "psr-4": {
2797
                    "Zend\\Psr7Bridge\\": "src/"
2798
                }
2799
            },
2800
            "notification-url": "https://packagist.org/downloads/",
2801
            "license": [
2802
                "BSD-3-Clause"
2803
            ],
2804
            "description": "PSR-7 <-> Zend\\Http bridge",
2805
            "homepage": "https://github.com/zendframework/zend-psr7bridge",
2806
            "keywords": [
2807
                "http",
2808
                "psr",
2809
                "psr-7"
2810
            ],
2811
            "time": "2016-05-10 21:44:39"
2812
        },
2813
        {
2814
            "name": "zendframework/zend-servicemanager",
2815
            "version": "3.1.2",
2816
            "source": {
2817
                "type": "git",
2818
                "url": "https://github.com/zendframework/zend-servicemanager.git",
2819
                "reference": "8a6078959a2e8c3717ee4945d4a2d9f3ddf81d38"
2820
            },
2821
            "dist": {
2822
                "type": "zip",
2823
                "url": "https://api.github.com/repos/zendframework/zend-servicemanager/zipball/8a6078959a2e8c3717ee4945d4a2d9f3ddf81d38",
2824
                "reference": "8a6078959a2e8c3717ee4945d4a2d9f3ddf81d38",
2825
                "shasum": ""
2826
            },
2827
            "require": {
2828
                "container-interop/container-interop": "~1.0",
2829
                "php": "^5.5 || ^7.0"
2830
            },
2831
            "provide": {
2832
                "container-interop/container-interop-implementation": "^1.1"
2833
            },
2834
            "require-dev": {
2835
                "ocramius/proxy-manager": "^1.0 || ^2.0",
2836
                "phpbench/phpbench": "^0.10.0",
2837
                "phpunit/phpunit": "^4.6 || ^5.2.10",
2838
                "zendframework/zend-coding-standard": "~1.0.0"
2839
            },
2840
            "suggest": {
2841
                "ocramius/proxy-manager": "ProxyManager 1.* to handle lazy initialization of services",
2842
                "zendframework/zend-stdlib": "zend-stdlib ^2.5 if you wish to use the MergeReplaceKey or MergeRemoveKey features in Config instances"
2843
            },
2844
            "type": "library",
2845
            "extra": {
2846
                "branch-alias": {
2847
                    "dev-master": "3.1-dev",
2848
                    "dev-develop": "3.2-dev"
2849
                }
2850
            },
2851
            "autoload": {
2852
                "psr-4": {
2853
                    "Zend\\ServiceManager\\": "src/"
2854
                }
2855
            },
2856
            "notification-url": "https://packagist.org/downloads/",
2857
            "license": [
2858
                "BSD-3-Clause"
2859
            ],
2860
            "homepage": "https://github.com/zendframework/zend-servicemanager",
2861
            "keywords": [
2862
                "service-manager",
2863
                "servicemanager",
2864
                "zf"
2865
            ],
2866
            "time": "2016-12-19 19:51:37"
2867
        },
2868
        {
2869
            "name": "zendframework/zend-stdlib",
2870
            "version": "2.7.7",
2871
            "source": {
2872
                "type": "git",
2873
                "url": "https://github.com/zendframework/zend-stdlib.git",
2874
                "reference": "0e44eb46788f65e09e077eb7f44d2659143bcc1f"
2875
            },
2876
            "dist": {
2877
                "type": "zip",
2878
                "url": "https://api.github.com/repos/zendframework/zend-stdlib/zipball/0e44eb46788f65e09e077eb7f44d2659143bcc1f",
2879
                "reference": "0e44eb46788f65e09e077eb7f44d2659143bcc1f",
2880
                "shasum": ""
2881
            },
2882
            "require": {
2883
                "php": "^5.5 || ^7.0",
2884
                "zendframework/zend-hydrator": "~1.1"
2885
            },
2886
            "require-dev": {
2887
                "athletic/athletic": "~0.1",
2888
                "fabpot/php-cs-fixer": "1.7.*",
2889
                "phpunit/phpunit": "~4.0",
2890
                "zendframework/zend-config": "~2.5",
2891
                "zendframework/zend-eventmanager": "~2.5",
2892
                "zendframework/zend-filter": "~2.5",
2893
                "zendframework/zend-inputfilter": "~2.5",
2894
                "zendframework/zend-serializer": "~2.5",
2895
                "zendframework/zend-servicemanager": "~2.5"
2896
            },
2897
            "suggest": {
2898
                "zendframework/zend-eventmanager": "To support aggregate hydrator usage",
2899
                "zendframework/zend-filter": "To support naming strategy hydrator usage",
2900
                "zendframework/zend-serializer": "Zend\\Serializer component",
2901
                "zendframework/zend-servicemanager": "To support hydrator plugin manager usage"
2902
            },
2903
            "type": "library",
2904
            "extra": {
2905
                "branch-alias": {
2906
                    "dev-release-2.7": "2.7-dev",
2907
                    "dev-master": "3.0-dev",
2908
                    "dev-develop": "3.1-dev"
2909
                }
2910
            },
2911
            "autoload": {
2912
                "psr-4": {
2913
                    "Zend\\Stdlib\\": "src/"
2914
                }
2915
            },
2916
            "notification-url": "https://packagist.org/downloads/",
2917
            "license": [
2918
                "BSD-3-Clause"
2919
            ],
2920
            "homepage": "https://github.com/zendframework/zend-stdlib",
2921
            "keywords": [
2922
                "stdlib",
2923
                "zf2"
2924
            ],
2925
            "time": "2016-04-12 21:17:31"
2926
        },
2927
        {
2928
            "name": "zendframework/zend-uri",
2929
            "version": "2.6.1",
2930
            "source": {
2931
                "type": "git",
2932
                "url": "https://github.com/zendframework/zend-uri.git",
2933
                "reference": "3b6463645c6766f78ce537c70cb4fdabee1e725f"
2934
            },
2935
            "dist": {
2936
                "type": "zip",
2937
                "url": "https://api.github.com/repos/zendframework/zend-uri/zipball/3b6463645c6766f78ce537c70cb4fdabee1e725f",
2938
                "reference": "3b6463645c6766f78ce537c70cb4fdabee1e725f",
2939
                "shasum": ""
2940
            },
2941
            "require": {
2942
                "php": "^5.6 || ^7.0",
2943
                "zendframework/zend-escaper": "^2.5",
2944
                "zendframework/zend-validator": "^2.10"
2945
            },
2946
            "require-dev": {
2947
                "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.4",
2948
                "zendframework/zend-coding-standard": "~1.0.0"
2949
            },
2950
            "type": "library",
2951
            "extra": {
2952
                "branch-alias": {
2953
                    "dev-master": "2.6.x-dev",
2954
                    "dev-develop": "2.7.x-dev"
2955
                }
2956
            },
2957
            "autoload": {
2958
                "psr-4": {
2959
                    "Zend\\Uri\\": "src/"
2960
                }
2961
            },
2962
            "notification-url": "https://packagist.org/downloads/",
2963
            "license": [
2964
                "BSD-3-Clause"
2965
            ],
2966
            "description": "A component that aids in manipulating and validating » Uniform Resource Identifiers (URIs)",
2967
            "keywords": [
2968
                "ZendFramework",
2969
                "uri",
2970
                "zf"
2971
            ],
2972
            "time": "2018-04-30 13:40:08"
2973
        },
2974
        {
2975
            "name": "zendframework/zend-validator",
2976
            "version": "2.10.2",
2977
            "source": {
2978
                "type": "git",
2979
                "url": "https://github.com/zendframework/zend-validator.git",
2980
                "reference": "38109ed7d8e46cfa71bccbe7e6ca80cdd035f8c9"
2981
            },
2982
            "dist": {
2983
                "type": "zip",
2984
                "url": "https://api.github.com/repos/zendframework/zend-validator/zipball/38109ed7d8e46cfa71bccbe7e6ca80cdd035f8c9",
2985
                "reference": "38109ed7d8e46cfa71bccbe7e6ca80cdd035f8c9",
2986
                "shasum": ""
2987
            },
2988
            "require": {
2989
                "container-interop/container-interop": "^1.1",
2990
                "php": "^5.6 || ^7.0",
2991
                "zendframework/zend-stdlib": "^2.7.6 || ^3.1"
2992
            },
2993
            "require-dev": {
2994
                "phpunit/phpunit": "^6.0.8 || ^5.7.15",
2995
                "zendframework/zend-cache": "^2.6.1",
2996
                "zendframework/zend-coding-standard": "~1.0.0",
2997
                "zendframework/zend-config": "^2.6",
2998
                "zendframework/zend-db": "^2.7",
2999
                "zendframework/zend-filter": "^2.6",
3000
                "zendframework/zend-http": "^2.5.4",
3001
                "zendframework/zend-i18n": "^2.6",
3002
                "zendframework/zend-math": "^2.6",
3003
                "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3",
3004
                "zendframework/zend-session": "^2.8",
3005
                "zendframework/zend-uri": "^2.5"
3006
            },
3007
            "suggest": {
3008
                "zendframework/zend-db": "Zend\\Db component, required by the (No)RecordExists validator",
3009
                "zendframework/zend-filter": "Zend\\Filter component, required by the Digits validator",
3010
                "zendframework/zend-i18n": "Zend\\I18n component to allow translation of validation error messages",
3011
                "zendframework/zend-i18n-resources": "Translations of validator messages",
3012
                "zendframework/zend-math": "Zend\\Math component, required by the Csrf validator",
3013
                "zendframework/zend-servicemanager": "Zend\\ServiceManager component to allow using the ValidatorPluginManager and validator chains",
3014
                "zendframework/zend-session": "Zend\\Session component, ^2.8; required by the Csrf validator",
3015
                "zendframework/zend-uri": "Zend\\Uri component, required by the Uri and Sitemap\\Loc validators"
3016
            },
3017
            "type": "library",
3018
            "extra": {
3019
                "branch-alias": {
3020
                    "dev-master": "2.10.x-dev",
3021
                    "dev-develop": "2.11.x-dev"
3022
                },
3023
                "zf": {
3024
                    "component": "Zend\\Validator",
3025
                    "config-provider": "Zend\\Validator\\ConfigProvider"
3026
                }
3027
            },
3028
            "autoload": {
3029
                "psr-4": {
3030
                    "Zend\\Validator\\": "src/"
3031
                }
3032
            },
3033
            "notification-url": "https://packagist.org/downloads/",
3034
            "license": [
3035
                "BSD-3-Clause"
3036
            ],
3037
            "description": "provides a set of commonly needed validators",
3038
            "homepage": "https://github.com/zendframework/zend-validator",
3039
            "keywords": [
3040
                "validator",
3041
                "zf2"
3042
            ],
3043
            "time": "2018-02-01 17:05:33"
3044
        }
3045
    ],
3046
    "packages-dev": [
3047
        {
3048
            "name": "doctrine/instantiator",
3049
            "version": "1.1.0",
3050
            "source": {
3051
                "type": "git",
3052
                "url": "https://github.com/doctrine/instantiator.git",
3053
                "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda"
3054
            },
3055
            "dist": {
3056
                "type": "zip",
3057
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
3058
                "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
3059
                "shasum": ""
3060
            },
3061
            "require": {
3062
                "php": "^7.1"
3063
            },
3064
            "require-dev": {
3065
                "athletic/athletic": "~0.1.8",
3066
                "ext-pdo": "*",
3067
                "ext-phar": "*",
3068
                "phpunit/phpunit": "^6.2.3",
3069
                "squizlabs/php_codesniffer": "^3.0.2"
3070
            },
3071
            "type": "library",
3072
            "extra": {
3073
                "branch-alias": {
3074
                    "dev-master": "1.2.x-dev"
3075
                }
3076
            },
3077
            "autoload": {
3078
                "psr-4": {
3079
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
3080
                }
3081
            },
3082
            "notification-url": "https://packagist.org/downloads/",
3083
            "license": [
3084
                "MIT"
3085
            ],
3086
            "authors": [
3087
                {
3088
                    "name": "Marco Pivetta",
3089
                    "email": "[email protected]",
3090
                    "homepage": "http://ocramius.github.com/"
3091
                }
3092
            ],
3093
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
3094
            "homepage": "https://github.com/doctrine/instantiator",
3095
            "keywords": [
3096
                "constructor",
3097
                "instantiate"
3098
            ],
3099
            "time": "2017-07-22 11:58:36"
3100
        },
3101
        {
3102
            "name": "myclabs/deep-copy",
3103
            "version": "1.8.1",
3104
            "source": {
3105
                "type": "git",
3106
                "url": "https://github.com/myclabs/DeepCopy.git",
3107
                "reference": "3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8"
3108
            },
3109
            "dist": {
3110
                "type": "zip",
3111
                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8",
3112
                "reference": "3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8",
3113
                "shasum": ""
3114
            },
3115
            "require": {
3116
                "php": "^7.1"
3117
            },
3118
            "replace": {
3119
                "myclabs/deep-copy": "self.version"
3120
            },
3121
            "require-dev": {
3122
                "doctrine/collections": "^1.0",
3123
                "doctrine/common": "^2.6",
3124
                "phpunit/phpunit": "^7.1"
3125
            },
3126
            "type": "library",
3127
            "autoload": {
3128
                "psr-4": {
3129
                    "DeepCopy\\": "src/DeepCopy/"
3130
                },
3131
                "files": [
3132
                    "src/DeepCopy/deep_copy.php"
3133
                ]
3134
            },
3135
            "notification-url": "https://packagist.org/downloads/",
3136
            "license": [
3137
                "MIT"
3138
            ],
3139
            "description": "Create deep copies (clones) of your objects",
3140
            "keywords": [
3141
                "clone",
3142
                "copy",
3143
                "duplicate",
3144
                "object",
3145
                "object graph"
3146
            ],
3147
            "time": "2018-06-11 23:09:50"
3148
        },
3149
        {
3150
            "name": "phar-io/manifest",
3151
            "version": "1.0.1",
3152
            "source": {
3153
                "type": "git",
3154
                "url": "https://github.com/phar-io/manifest.git",
3155
                "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0"
3156
            },
3157
            "dist": {
3158
                "type": "zip",
3159
                "url": "https://api.github.com/repos/phar-io/manifest/zipball/2df402786ab5368a0169091f61a7c1e0eb6852d0",
3160
                "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0",
3161
                "shasum": ""
3162
            },
3163
            "require": {
3164
                "ext-dom": "*",
3165
                "ext-phar": "*",
3166
                "phar-io/version": "^1.0.1",
3167
                "php": "^5.6 || ^7.0"
3168
            },
3169
            "type": "library",
3170
            "extra": {
3171
                "branch-alias": {
3172
                    "dev-master": "1.0.x-dev"
3173
                }
3174
            },
3175
            "autoload": {
3176
                "classmap": [
3177
                    "src/"
3178
                ]
3179
            },
3180
            "notification-url": "https://packagist.org/downloads/",
3181
            "license": [
3182
                "BSD-3-Clause"
3183
            ],
3184
            "authors": [
3185
                {
3186
                    "name": "Arne Blankerts",
3187
                    "email": "[email protected]",
3188
                    "role": "Developer"
3189
                },
3190
                {
3191
                    "name": "Sebastian Heuer",
3192
                    "email": "[email protected]",
3193
                    "role": "Developer"
3194
                },
3195
                {
3196
                    "name": "Sebastian Bergmann",
3197
                    "email": "[email protected]",
3198
                    "role": "Developer"
3199
                }
3200
            ],
3201
            "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
3202
            "time": "2017-03-05 18:14:27"
3203
        },
3204
        {
3205
            "name": "phar-io/version",
3206
            "version": "1.0.1",
3207
            "source": {
3208
                "type": "git",
3209
                "url": "https://github.com/phar-io/version.git",
3210
                "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df"
3211
            },
3212
            "dist": {
3213
                "type": "zip",
3214
                "url": "https://api.github.com/repos/phar-io/version/zipball/a70c0ced4be299a63d32fa96d9281d03e94041df",
3215
                "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df",
3216
                "shasum": ""
3217
            },
3218
            "require": {
3219
                "php": "^5.6 || ^7.0"
3220
            },
3221
            "type": "library",
3222
            "autoload": {
3223
                "classmap": [
3224
                    "src/"
3225
                ]
3226
            },
3227
            "notification-url": "https://packagist.org/downloads/",
3228
            "license": [
3229
                "BSD-3-Clause"
3230
            ],
3231
            "authors": [
3232
                {
3233
                    "name": "Arne Blankerts",
3234
                    "email": "[email protected]",
3235
                    "role": "Developer"
3236
                },
3237
                {
3238
                    "name": "Sebastian Heuer",
3239
                    "email": "[email protected]",
3240
                    "role": "Developer"
3241
                },
3242
                {
3243
                    "name": "Sebastian Bergmann",
3244
                    "email": "[email protected]",
3245
                    "role": "Developer"
3246
                }
3247
            ],
3248
            "description": "Library for handling version information and constraints",
3249
            "time": "2017-03-05 17:38:23"
3250
        },
3251
        {
3252
            "name": "phpdocumentor/reflection-common",
3253
            "version": "1.0.1",
3254
            "source": {
3255
                "type": "git",
3256
                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
3257
                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
3258
            },
3259
            "dist": {
3260
                "type": "zip",
3261
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
3262
                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
3263
                "shasum": ""
3264
            },
3265
            "require": {
3266
                "php": ">=5.5"
3267
            },
3268
            "require-dev": {
3269
                "phpunit/phpunit": "^4.6"
3270
            },
3271
            "type": "library",
3272
            "extra": {
3273
                "branch-alias": {
3274
                    "dev-master": "1.0.x-dev"
3275
                }
3276
            },
3277
            "autoload": {
3278
                "psr-4": {
3279
                    "phpDocumentor\\Reflection\\": [
3280
                        "src"
3281
                    ]
3282
                }
3283
            },
3284
            "notification-url": "https://packagist.org/downloads/",
3285
            "license": [
3286
                "MIT"
3287
            ],
3288
            "authors": [
3289
                {
3290
                    "name": "Jaap van Otterdijk",
3291
                    "email": "[email protected]"
3292
                }
3293
            ],
3294
            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
3295
            "homepage": "http://www.phpdoc.org",
3296
            "keywords": [
3297
                "FQSEN",
3298
                "phpDocumentor",
3299
                "phpdoc",
3300
                "reflection",
3301
                "static analysis"
3302
            ],
3303
            "time": "2017-09-11 18:02:19"
3304
        },
3305
        {
3306
            "name": "phpdocumentor/reflection-docblock",
3307
            "version": "4.3.0",
3308
            "source": {
3309
                "type": "git",
3310
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
3311
                "reference": "94fd0001232e47129dd3504189fa1c7225010d08"
3312
            },
3313
            "dist": {
3314
                "type": "zip",
3315
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/94fd0001232e47129dd3504189fa1c7225010d08",
3316
                "reference": "94fd0001232e47129dd3504189fa1c7225010d08",
3317
                "shasum": ""
3318
            },
3319
            "require": {
3320
                "php": "^7.0",
3321
                "phpdocumentor/reflection-common": "^1.0.0",
3322
                "phpdocumentor/type-resolver": "^0.4.0",
3323
                "webmozart/assert": "^1.0"
3324
            },
3325
            "require-dev": {
3326
                "doctrine/instantiator": "~1.0.5",
3327
                "mockery/mockery": "^1.0",
3328
                "phpunit/phpunit": "^6.4"
3329
            },
3330
            "type": "library",
3331
            "extra": {
3332
                "branch-alias": {
3333
                    "dev-master": "4.x-dev"
3334
                }
3335
            },
3336
            "autoload": {
3337
                "psr-4": {
3338
                    "phpDocumentor\\Reflection\\": [
3339
                        "src/"
3340
                    ]
3341
                }
3342
            },
3343
            "notification-url": "https://packagist.org/downloads/",
3344
            "license": [
3345
                "MIT"
3346
            ],
3347
            "authors": [
3348
                {
3349
                    "name": "Mike van Riel",
3350
                    "email": "[email protected]"
3351
                }
3352
            ],
3353
            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
3354
            "time": "2017-11-30 07:14:17"
3355
        },
3356
        {
3357
            "name": "phpdocumentor/type-resolver",
3358
            "version": "0.4.0",
3359
            "source": {
3360
                "type": "git",
3361
                "url": "https://github.com/phpDocumentor/TypeResolver.git",
3362
                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
3363
            },
3364
            "dist": {
3365
                "type": "zip",
3366
                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
3367
                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
3368
                "shasum": ""
3369
            },
3370
            "require": {
3371
                "php": "^5.5 || ^7.0",
3372
                "phpdocumentor/reflection-common": "^1.0"
3373
            },
3374
            "require-dev": {
3375
                "mockery/mockery": "^0.9.4",
3376
                "phpunit/phpunit": "^5.2||^4.8.24"
3377
            },
3378
            "type": "library",
3379
            "extra": {
3380
                "branch-alias": {
3381
                    "dev-master": "1.0.x-dev"
3382
                }
3383
            },
3384
            "autoload": {
3385
                "psr-4": {
3386
                    "phpDocumentor\\Reflection\\": [
3387
                        "src/"
3388
                    ]
3389
                }
3390
            },
3391
            "notification-url": "https://packagist.org/downloads/",
3392
            "license": [
3393
                "MIT"
3394
            ],
3395
            "authors": [
3396
                {
3397
                    "name": "Mike van Riel",
3398
                    "email": "[email protected]"
3399
                }
3400
            ],
3401
            "time": "2017-07-14 14:27:02"
3402
        },
3403
        {
3404
            "name": "phpspec/prophecy",
3405
            "version": "1.7.6",
3406
            "source": {
3407
                "type": "git",
3408
                "url": "https://github.com/phpspec/prophecy.git",
3409
                "reference": "33a7e3c4fda54e912ff6338c48823bd5c0f0b712"
3410
            },
3411
            "dist": {
3412
                "type": "zip",
3413
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/33a7e3c4fda54e912ff6338c48823bd5c0f0b712",
3414
                "reference": "33a7e3c4fda54e912ff6338c48823bd5c0f0b712",
3415
                "shasum": ""
3416
            },
3417
            "require": {
3418
                "doctrine/instantiator": "^1.0.2",
3419
                "php": "^5.3|^7.0",
3420
                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
3421
                "sebastian/comparator": "^1.1|^2.0|^3.0",
3422
                "sebastian/recursion-context": "^1.0|^2.0|^3.0"
3423
            },
3424
            "require-dev": {
3425
                "phpspec/phpspec": "^2.5|^3.2",
3426
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5"
3427
            },
3428
            "type": "library",
3429
            "extra": {
3430
                "branch-alias": {
3431
                    "dev-master": "1.7.x-dev"
3432
                }
3433
            },
3434
            "autoload": {
3435
                "psr-0": {
3436
                    "Prophecy\\": "src/"
3437
                }
3438
            },
3439
            "notification-url": "https://packagist.org/downloads/",
3440
            "license": [
3441
                "MIT"
3442
            ],
3443
            "authors": [
3444
                {
3445
                    "name": "Konstantin Kudryashov",
3446
                    "email": "[email protected]",
3447
                    "homepage": "http://everzet.com"
3448
                },
3449
                {
3450
                    "name": "Marcello Duarte",
3451
                    "email": "[email protected]"
3452
                }
3453
            ],
3454
            "description": "Highly opinionated mocking framework for PHP 5.3+",
3455
            "homepage": "https://github.com/phpspec/prophecy",
3456
            "keywords": [
3457
                "Double",
3458
                "Dummy",
3459
                "fake",
3460
                "mock",
3461
                "spy",
3462
                "stub"
3463
            ],
3464
            "time": "2018-04-18 13:57:24"
3465
        },
3466
        {
3467
            "name": "phpunit/php-code-coverage",
3468
            "version": "6.0.7",
3469
            "source": {
3470
                "type": "git",
3471
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
3472
                "reference": "865662550c384bc1db7e51d29aeda1c2c161d69a"
3473
            },
3474
            "dist": {
3475
                "type": "zip",
3476
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/865662550c384bc1db7e51d29aeda1c2c161d69a",
3477
                "reference": "865662550c384bc1db7e51d29aeda1c2c161d69a",
3478
                "shasum": ""
3479
            },
3480
            "require": {
3481
                "ext-dom": "*",
3482
                "ext-xmlwriter": "*",
3483
                "php": "^7.1",
3484
                "phpunit/php-file-iterator": "^2.0",
3485
                "phpunit/php-text-template": "^1.2.1",
3486
                "phpunit/php-token-stream": "^3.0",
3487
                "sebastian/code-unit-reverse-lookup": "^1.0.1",
3488
                "sebastian/environment": "^3.1",
3489
                "sebastian/version": "^2.0.1",
3490
                "theseer/tokenizer": "^1.1"
3491
            },
3492
            "require-dev": {
3493
                "phpunit/phpunit": "^7.0"
3494
            },
3495
            "suggest": {
3496
                "ext-xdebug": "^2.6.0"
3497
            },
3498
            "type": "library",
3499
            "extra": {
3500
                "branch-alias": {
3501
                    "dev-master": "6.0-dev"
3502
                }
3503
            },
3504
            "autoload": {
3505
                "classmap": [
3506
                    "src/"
3507
                ]
3508
            },
3509
            "notification-url": "https://packagist.org/downloads/",
3510
            "license": [
3511
                "BSD-3-Clause"
3512
            ],
3513
            "authors": [
3514
                {
3515
                    "name": "Sebastian Bergmann",
3516
                    "email": "[email protected]",
3517
                    "role": "lead"
3518
                }
3519
            ],
3520
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
3521
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
3522
            "keywords": [
3523
                "coverage",
3524
                "testing",
3525
                "xunit"
3526
            ],
3527
            "time": "2018-06-01 07:51:50"
3528
        },
3529
        {
3530
            "name": "phpunit/php-file-iterator",
3531
            "version": "2.0.1",
3532
            "source": {
3533
                "type": "git",
3534
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
3535
                "reference": "cecbc684605bb0cc288828eb5d65d93d5c676d3c"
3536
            },
3537
            "dist": {
3538
                "type": "zip",
3539
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/cecbc684605bb0cc288828eb5d65d93d5c676d3c",
3540
                "reference": "cecbc684605bb0cc288828eb5d65d93d5c676d3c",
3541
                "shasum": ""
3542
            },
3543
            "require": {
3544
                "php": "^7.1"
3545
            },
3546
            "type": "library",
3547
            "extra": {
3548
                "branch-alias": {
3549
                    "dev-master": "2.0.x-dev"
3550
                }
3551
            },
3552
            "autoload": {
3553
                "classmap": [
3554
                    "src/"
3555
                ]
3556
            },
3557
            "notification-url": "https://packagist.org/downloads/",
3558
            "license": [
3559
                "BSD-3-Clause"
3560
            ],
3561
            "authors": [
3562
                {
3563
                    "name": "Sebastian Bergmann",
3564
                    "email": "[email protected]",
3565
                    "role": "lead"
3566
                }
3567
            ],
3568
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
3569
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
3570
            "keywords": [
3571
                "filesystem",
3572
                "iterator"
3573
            ],
3574
            "time": "2018-06-11 11:44:00"
3575
        },
3576
        {
3577
            "name": "phpunit/php-text-template",
3578
            "version": "1.2.1",
3579
            "source": {
3580
                "type": "git",
3581
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
3582
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
3583
            },
3584
            "dist": {
3585
                "type": "zip",
3586
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
3587
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
3588
                "shasum": ""
3589
            },
3590
            "require": {
3591
                "php": ">=5.3.3"
3592
            },
3593
            "type": "library",
3594
            "autoload": {
3595
                "classmap": [
3596
                    "src/"
3597
                ]
3598
            },
3599
            "notification-url": "https://packagist.org/downloads/",
3600
            "license": [
3601
                "BSD-3-Clause"
3602
            ],
3603
            "authors": [
3604
                {
3605
                    "name": "Sebastian Bergmann",
3606
                    "email": "[email protected]",
3607
                    "role": "lead"
3608
                }
3609
            ],
3610
            "description": "Simple template engine.",
3611
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
3612
            "keywords": [
3613
                "template"
3614
            ],
3615
            "time": "2015-06-21 13:50:34"
3616
        },
3617
        {
3618
            "name": "phpunit/php-timer",
3619
            "version": "2.0.0",
3620
            "source": {
3621
                "type": "git",
3622
                "url": "https://github.com/sebastianbergmann/php-timer.git",
3623
                "reference": "8b8454ea6958c3dee38453d3bd571e023108c91f"
3624
            },
3625
            "dist": {
3626
                "type": "zip",
3627
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/8b8454ea6958c3dee38453d3bd571e023108c91f",
3628
                "reference": "8b8454ea6958c3dee38453d3bd571e023108c91f",
3629
                "shasum": ""
3630
            },
3631
            "require": {
3632
                "php": "^7.1"
3633
            },
3634
            "require-dev": {
3635
                "phpunit/phpunit": "^7.0"
3636
            },
3637
            "type": "library",
3638
            "extra": {
3639
                "branch-alias": {
3640
                    "dev-master": "2.0-dev"
3641
                }
3642
            },
3643
            "autoload": {
3644
                "classmap": [
3645
                    "src/"
3646
                ]
3647
            },
3648
            "notification-url": "https://packagist.org/downloads/",
3649
            "license": [
3650
                "BSD-3-Clause"
3651
            ],
3652
            "authors": [
3653
                {
3654
                    "name": "Sebastian Bergmann",
3655
                    "email": "[email protected]",
3656
                    "role": "lead"
3657
                }
3658
            ],
3659
            "description": "Utility class for timing",
3660
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
3661
            "keywords": [
3662
                "timer"
3663
            ],
3664
            "time": "2018-02-01 13:07:23"
3665
        },
3666
        {
3667
            "name": "phpunit/php-token-stream",
3668
            "version": "3.0.0",
3669
            "source": {
3670
                "type": "git",
3671
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
3672
                "reference": "21ad88bbba7c3d93530d93994e0a33cd45f02ace"
3673
            },
3674
            "dist": {
3675
                "type": "zip",
3676
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/21ad88bbba7c3d93530d93994e0a33cd45f02ace",
3677
                "reference": "21ad88bbba7c3d93530d93994e0a33cd45f02ace",
3678
                "shasum": ""
3679
            },
3680
            "require": {
3681
                "ext-tokenizer": "*",
3682
                "php": "^7.1"
3683
            },
3684
            "require-dev": {
3685
                "phpunit/phpunit": "^7.0"
3686
            },
3687
            "type": "library",
3688
            "extra": {
3689
                "branch-alias": {
3690
                    "dev-master": "3.0-dev"
3691
                }
3692
            },
3693
            "autoload": {
3694
                "classmap": [
3695
                    "src/"
3696
                ]
3697
            },
3698
            "notification-url": "https://packagist.org/downloads/",
3699
            "license": [
3700
                "BSD-3-Clause"
3701
            ],
3702
            "authors": [
3703
                {
3704
                    "name": "Sebastian Bergmann",
3705
                    "email": "[email protected]"
3706
                }
3707
            ],
3708
            "description": "Wrapper around PHP's tokenizer extension.",
3709
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
3710
            "keywords": [
3711
                "tokenizer"
3712
            ],
3713
            "time": "2018-02-01 13:16:43"
3714
        },
3715
        {
3716
            "name": "phpunit/phpunit",
3717
            "version": "7.2.6",
3718
            "source": {
3719
                "type": "git",
3720
                "url": "https://github.com/sebastianbergmann/phpunit.git",
3721
                "reference": "400a3836ee549ae6f665323ac3f21e27eac7155f"
3722
            },
3723
            "dist": {
3724
                "type": "zip",
3725
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/400a3836ee549ae6f665323ac3f21e27eac7155f",
3726
                "reference": "400a3836ee549ae6f665323ac3f21e27eac7155f",
3727
                "shasum": ""
3728
            },
3729
            "require": {
3730
                "doctrine/instantiator": "^1.1",
3731
                "ext-dom": "*",
3732
                "ext-json": "*",
3733
                "ext-libxml": "*",
3734
                "ext-mbstring": "*",
3735
                "ext-xml": "*",
3736
                "myclabs/deep-copy": "^1.7",
3737
                "phar-io/manifest": "^1.0.1",
3738
                "phar-io/version": "^1.0",
3739
                "php": "^7.1",
3740
                "phpspec/prophecy": "^1.7",
3741
                "phpunit/php-code-coverage": "^6.0.7",
3742
                "phpunit/php-file-iterator": "^2.0.1",
3743
                "phpunit/php-text-template": "^1.2.1",
3744
                "phpunit/php-timer": "^2.0",
3745
                "sebastian/comparator": "^3.0",
3746
                "sebastian/diff": "^3.0",
3747
                "sebastian/environment": "^3.1",
3748
                "sebastian/exporter": "^3.1",
3749
                "sebastian/global-state": "^2.0",
3750
                "sebastian/object-enumerator": "^3.0.3",
3751
                "sebastian/resource-operations": "^1.0",
3752
                "sebastian/version": "^2.0.1"
3753
            },
3754
            "conflict": {
3755
                "phpunit/phpunit-mock-objects": "*"
3756
            },
3757
            "require-dev": {
3758
                "ext-pdo": "*"
3759
            },
3760
            "suggest": {
3761
                "ext-soap": "*",
3762
                "ext-xdebug": "*",
3763
                "phpunit/php-invoker": "^2.0"
3764
            },
3765
            "bin": [
3766
                "phpunit"
3767
            ],
3768
            "type": "library",
3769
            "extra": {
3770
                "branch-alias": {
3771
                    "dev-master": "7.2-dev"
3772
                }
3773
            },
3774
            "autoload": {
3775
                "classmap": [
3776
                    "src/"
3777
                ]
3778
            },
3779
            "notification-url": "https://packagist.org/downloads/",
3780
            "license": [
3781
                "BSD-3-Clause"
3782
            ],
3783
            "authors": [
3784
                {
3785
                    "name": "Sebastian Bergmann",
3786
                    "email": "[email protected]",
3787
                    "role": "lead"
3788
                }
3789
            ],
3790
            "description": "The PHP Unit Testing framework.",
3791
            "homepage": "https://phpunit.de/",
3792
            "keywords": [
3793
                "phpunit",
3794
                "testing",
3795
                "xunit"
3796
            ],
3797
            "time": "2018-06-21 13:13:39"
3798
        },
3799
        {
3800
            "name": "sebastian/code-unit-reverse-lookup",
3801
            "version": "1.0.1",
3802
            "source": {
3803
                "type": "git",
3804
                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
3805
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
3806
            },
3807
            "dist": {
3808
                "type": "zip",
3809
                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
3810
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
3811
                "shasum": ""
3812
            },
3813
            "require": {
3814
                "php": "^5.6 || ^7.0"
3815
            },
3816
            "require-dev": {
3817
                "phpunit/phpunit": "^5.7 || ^6.0"
3818
            },
3819
            "type": "library",
3820
            "extra": {
3821
                "branch-alias": {
3822
                    "dev-master": "1.0.x-dev"
3823
                }
3824
            },
3825
            "autoload": {
3826
                "classmap": [
3827
                    "src/"
3828
                ]
3829
            },
3830
            "notification-url": "https://packagist.org/downloads/",
3831
            "license": [
3832
                "BSD-3-Clause"
3833
            ],
3834
            "authors": [
3835
                {
3836
                    "name": "Sebastian Bergmann",
3837
                    "email": "[email protected]"
3838
                }
3839
            ],
3840
            "description": "Looks up which function or method a line of code belongs to",
3841
            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
3842
            "time": "2017-03-04 06:30:41"
3843
        },
3844
        {
3845
            "name": "sebastian/comparator",
3846
            "version": "3.0.1",
3847
            "source": {
3848
                "type": "git",
3849
                "url": "https://github.com/sebastianbergmann/comparator.git",
3850
                "reference": "591a30922f54656695e59b1f39501aec513403da"
3851
            },
3852
            "dist": {
3853
                "type": "zip",
3854
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/591a30922f54656695e59b1f39501aec513403da",
3855
                "reference": "591a30922f54656695e59b1f39501aec513403da",
3856
                "shasum": ""
3857
            },
3858
            "require": {
3859
                "php": "^7.1",
3860
                "sebastian/diff": "^3.0",
3861
                "sebastian/exporter": "^3.1"
3862
            },
3863
            "require-dev": {
3864
                "phpunit/phpunit": "^7.1"
3865
            },
3866
            "type": "library",
3867
            "extra": {
3868
                "branch-alias": {
3869
                    "dev-master": "3.0-dev"
3870
                }
3871
            },
3872
            "autoload": {
3873
                "classmap": [
3874
                    "src/"
3875
                ]
3876
            },
3877
            "notification-url": "https://packagist.org/downloads/",
3878
            "license": [
3879
                "BSD-3-Clause"
3880
            ],
3881
            "authors": [
3882
                {
3883
                    "name": "Jeff Welch",
3884
                    "email": "[email protected]"
3885
                },
3886
                {
3887
                    "name": "Volker Dusch",
3888
                    "email": "[email protected]"
3889
                },
3890
                {
3891
                    "name": "Bernhard Schussek",
3892
                    "email": "[email protected]"
3893
                },
3894
                {
3895
                    "name": "Sebastian Bergmann",
3896
                    "email": "[email protected]"
3897
                }
3898
            ],
3899
            "description": "Provides the functionality to compare PHP values for equality",
3900
            "homepage": "https://github.com/sebastianbergmann/comparator",
3901
            "keywords": [
3902
                "comparator",
3903
                "compare",
3904
                "equality"
3905
            ],
3906
            "time": "2018-06-14 15:05:28"
3907
        },
3908
        {
3909
            "name": "sebastian/diff",
3910
            "version": "3.0.1",
3911
            "source": {
3912
                "type": "git",
3913
                "url": "https://github.com/sebastianbergmann/diff.git",
3914
                "reference": "366541b989927187c4ca70490a35615d3fef2dce"
3915
            },
3916
            "dist": {
3917
                "type": "zip",
3918
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/366541b989927187c4ca70490a35615d3fef2dce",
3919
                "reference": "366541b989927187c4ca70490a35615d3fef2dce",
3920
                "shasum": ""
3921
            },
3922
            "require": {
3923
                "php": "^7.1"
3924
            },
3925
            "require-dev": {
3926
                "phpunit/phpunit": "^7.0",
3927
                "symfony/process": "^2 || ^3.3 || ^4"
3928
            },
3929
            "type": "library",
3930
            "extra": {
3931
                "branch-alias": {
3932
                    "dev-master": "3.0-dev"
3933
                }
3934
            },
3935
            "autoload": {
3936
                "classmap": [
3937
                    "src/"
3938
                ]
3939
            },
3940
            "notification-url": "https://packagist.org/downloads/",
3941
            "license": [
3942
                "BSD-3-Clause"
3943
            ],
3944
            "authors": [
3945
                {
3946
                    "name": "Kore Nordmann",
3947
                    "email": "[email protected]"
3948
                },
3949
                {
3950
                    "name": "Sebastian Bergmann",
3951
                    "email": "[email protected]"
3952
                }
3953
            ],
3954
            "description": "Diff implementation",
3955
            "homepage": "https://github.com/sebastianbergmann/diff",
3956
            "keywords": [
3957
                "diff",
3958
                "udiff",
3959
                "unidiff",
3960
                "unified diff"
3961
            ],
3962
            "time": "2018-06-10 07:54:39"
3963
        },
3964
        {
3965
            "name": "sebastian/environment",
3966
            "version": "3.1.0",
3967
            "source": {
3968
                "type": "git",
3969
                "url": "https://github.com/sebastianbergmann/environment.git",
3970
                "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5"
3971
            },
3972
            "dist": {
3973
                "type": "zip",
3974
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
3975
                "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
3976
                "shasum": ""
3977
            },
3978
            "require": {
3979
                "php": "^7.0"
3980
            },
3981
            "require-dev": {
3982
                "phpunit/phpunit": "^6.1"
3983
            },
3984
            "type": "library",
3985
            "extra": {
3986
                "branch-alias": {
3987
                    "dev-master": "3.1.x-dev"
3988
                }
3989
            },
3990
            "autoload": {
3991
                "classmap": [
3992
                    "src/"
3993
                ]
3994
            },
3995
            "notification-url": "https://packagist.org/downloads/",
3996
            "license": [
3997
                "BSD-3-Clause"
3998
            ],
3999
            "authors": [
4000
                {
4001
                    "name": "Sebastian Bergmann",
4002
                    "email": "[email protected]"
4003
                }
4004
            ],
4005
            "description": "Provides functionality to handle HHVM/PHP environments",
4006
            "homepage": "http://www.github.com/sebastianbergmann/environment",
4007
            "keywords": [
4008
                "Xdebug",
4009
                "environment",
4010
                "hhvm"
4011
            ],
4012
            "time": "2017-07-01 08:51:00"
4013
        },
4014
        {
4015
            "name": "sebastian/exporter",
4016
            "version": "3.1.0",
4017
            "source": {
4018
                "type": "git",
4019
                "url": "https://github.com/sebastianbergmann/exporter.git",
4020
                "reference": "234199f4528de6d12aaa58b612e98f7d36adb937"
4021
            },
4022
            "dist": {
4023
                "type": "zip",
4024
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/234199f4528de6d12aaa58b612e98f7d36adb937",
4025
                "reference": "234199f4528de6d12aaa58b612e98f7d36adb937",
4026
                "shasum": ""
4027
            },
4028
            "require": {
4029
                "php": "^7.0",
4030
                "sebastian/recursion-context": "^3.0"
4031
            },
4032
            "require-dev": {
4033
                "ext-mbstring": "*",
4034
                "phpunit/phpunit": "^6.0"
4035
            },
4036
            "type": "library",
4037
            "extra": {
4038
                "branch-alias": {
4039
                    "dev-master": "3.1.x-dev"
4040
                }
4041
            },
4042
            "autoload": {
4043
                "classmap": [
4044
                    "src/"
4045
                ]
4046
            },
4047
            "notification-url": "https://packagist.org/downloads/",
4048
            "license": [
4049
                "BSD-3-Clause"
4050
            ],
4051
            "authors": [
4052
                {
4053
                    "name": "Jeff Welch",
4054
                    "email": "[email protected]"
4055
                },
4056
                {
4057
                    "name": "Volker Dusch",
4058
                    "email": "[email protected]"
4059
                },
4060
                {
4061
                    "name": "Bernhard Schussek",
4062
                    "email": "[email protected]"
4063
                },
4064
                {
4065
                    "name": "Sebastian Bergmann",
4066
                    "email": "[email protected]"
4067
                },
4068
                {
4069
                    "name": "Adam Harvey",
4070
                    "email": "[email protected]"
4071
                }
4072
            ],
4073
            "description": "Provides the functionality to export PHP variables for visualization",
4074
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
4075
            "keywords": [
4076
                "export",
4077
                "exporter"
4078
            ],
4079
            "time": "2017-04-03 13:19:02"
4080
        },
4081
        {
4082
            "name": "sebastian/global-state",
4083
            "version": "2.0.0",
4084
            "source": {
4085
                "type": "git",
4086
                "url": "https://github.com/sebastianbergmann/global-state.git",
4087
                "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4"
4088
            },
4089
            "dist": {
4090
                "type": "zip",
4091
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
4092
                "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
4093
                "shasum": ""
4094
            },
4095
            "require": {
4096
                "php": "^7.0"
4097
            },
4098
            "require-dev": {
4099
                "phpunit/phpunit": "^6.0"
4100
            },
4101
            "suggest": {
4102
                "ext-uopz": "*"
4103
            },
4104
            "type": "library",
4105
            "extra": {
4106
                "branch-alias": {
4107
                    "dev-master": "2.0-dev"
4108
                }
4109
            },
4110
            "autoload": {
4111
                "classmap": [
4112
                    "src/"
4113
                ]
4114
            },
4115
            "notification-url": "https://packagist.org/downloads/",
4116
            "license": [
4117
                "BSD-3-Clause"
4118
            ],
4119
            "authors": [
4120
                {
4121
                    "name": "Sebastian Bergmann",
4122
                    "email": "[email protected]"
4123
                }
4124
            ],
4125
            "description": "Snapshotting of global state",
4126
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
4127
            "keywords": [
4128
                "global state"
4129
            ],
4130
            "time": "2017-04-27 15:39:26"
4131
        },
4132
        {
4133
            "name": "sebastian/object-enumerator",
4134
            "version": "3.0.3",
4135
            "source": {
4136
                "type": "git",
4137
                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
4138
                "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
4139
            },
4140
            "dist": {
4141
                "type": "zip",
4142
                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
4143
                "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
4144
                "shasum": ""
4145
            },
4146
            "require": {
4147
                "php": "^7.0",
4148
                "sebastian/object-reflector": "^1.1.1",
4149
                "sebastian/recursion-context": "^3.0"
4150
            },
4151
            "require-dev": {
4152
                "phpunit/phpunit": "^6.0"
4153
            },
4154
            "type": "library",
4155
            "extra": {
4156
                "branch-alias": {
4157
                    "dev-master": "3.0.x-dev"
4158
                }
4159
            },
4160
            "autoload": {
4161
                "classmap": [
4162
                    "src/"
4163
                ]
4164
            },
4165
            "notification-url": "https://packagist.org/downloads/",
4166
            "license": [
4167
                "BSD-3-Clause"
4168
            ],
4169
            "authors": [
4170
                {
4171
                    "name": "Sebastian Bergmann",
4172
                    "email": "[email protected]"
4173
                }
4174
            ],
4175
            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
4176
            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
4177
            "time": "2017-08-03 12:35:26"
4178
        },
4179
        {
4180
            "name": "sebastian/object-reflector",
4181
            "version": "1.1.1",
4182
            "source": {
4183
                "type": "git",
4184
                "url": "https://github.com/sebastianbergmann/object-reflector.git",
4185
                "reference": "773f97c67f28de00d397be301821b06708fca0be"
4186
            },
4187
            "dist": {
4188
                "type": "zip",
4189
                "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
4190
                "reference": "773f97c67f28de00d397be301821b06708fca0be",
4191
                "shasum": ""
4192
            },
4193
            "require": {
4194
                "php": "^7.0"
4195
            },
4196
            "require-dev": {
4197
                "phpunit/phpunit": "^6.0"
4198
            },
4199
            "type": "library",
4200
            "extra": {
4201
                "branch-alias": {
4202
                    "dev-master": "1.1-dev"
4203
                }
4204
            },
4205
            "autoload": {
4206
                "classmap": [
4207
                    "src/"
4208
                ]
4209
            },
4210
            "notification-url": "https://packagist.org/downloads/",
4211
            "license": [
4212
                "BSD-3-Clause"
4213
            ],
4214
            "authors": [
4215
                {
4216
                    "name": "Sebastian Bergmann",
4217
                    "email": "[email protected]"
4218
                }
4219
            ],
4220
            "description": "Allows reflection of object attributes, including inherited and non-public ones",
4221
            "homepage": "https://github.com/sebastianbergmann/object-reflector/",
4222
            "time": "2017-03-29 09:07:27"
4223
        },
4224
        {
4225
            "name": "sebastian/recursion-context",
4226
            "version": "3.0.0",
4227
            "source": {
4228
                "type": "git",
4229
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
4230
                "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
4231
            },
4232
            "dist": {
4233
                "type": "zip",
4234
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
4235
                "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
4236
                "shasum": ""
4237
            },
4238
            "require": {
4239
                "php": "^7.0"
4240
            },
4241
            "require-dev": {
4242
                "phpunit/phpunit": "^6.0"
4243
            },
4244
            "type": "library",
4245
            "extra": {
4246
                "branch-alias": {
4247
                    "dev-master": "3.0.x-dev"
4248
                }
4249
            },
4250
            "autoload": {
4251
                "classmap": [
4252
                    "src/"
4253
                ]
4254
            },
4255
            "notification-url": "https://packagist.org/downloads/",
4256
            "license": [
4257
                "BSD-3-Clause"
4258
            ],
4259
            "authors": [
4260
                {
4261
                    "name": "Jeff Welch",
4262
                    "email": "[email protected]"
4263
                },
4264
                {
4265
                    "name": "Sebastian Bergmann",
4266
                    "email": "[email protected]"
4267
                },
4268
                {
4269
                    "name": "Adam Harvey",
4270
                    "email": "[email protected]"
4271
                }
4272
            ],
4273
            "description": "Provides functionality to recursively process PHP variables",
4274
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
4275
            "time": "2017-03-03 06:23:57"
4276
        },
4277
        {
4278
            "name": "sebastian/resource-operations",
4279
            "version": "1.0.0",
4280
            "source": {
4281
                "type": "git",
4282
                "url": "https://github.com/sebastianbergmann/resource-operations.git",
4283
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
4284
            },
4285
            "dist": {
4286
                "type": "zip",
4287
                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
4288
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
4289
                "shasum": ""
4290
            },
4291
            "require": {
4292
                "php": ">=5.6.0"
4293
            },
4294
            "type": "library",
4295
            "extra": {
4296
                "branch-alias": {
4297
                    "dev-master": "1.0.x-dev"
4298
                }
4299
            },
4300
            "autoload": {
4301
                "classmap": [
4302
                    "src/"
4303
                ]
4304
            },
4305
            "notification-url": "https://packagist.org/downloads/",
4306
            "license": [
4307
                "BSD-3-Clause"
4308
            ],
4309
            "authors": [
4310
                {
4311
                    "name": "Sebastian Bergmann",
4312
                    "email": "[email protected]"
4313
                }
4314
            ],
4315
            "description": "Provides a list of PHP built-in functions that operate on resources",
4316
            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
4317
            "time": "2015-07-28 20:34:47"
4318
        },
4319
        {
4320
            "name": "sebastian/version",
4321
            "version": "2.0.1",
4322
            "source": {
4323
                "type": "git",
4324
                "url": "https://github.com/sebastianbergmann/version.git",
4325
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
4326
            },
4327
            "dist": {
4328
                "type": "zip",
4329
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
4330
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
4331
                "shasum": ""
4332
            },
4333
            "require": {
4334
                "php": ">=5.6"
4335
            },
4336
            "type": "library",
4337
            "extra": {
4338
                "branch-alias": {
4339
                    "dev-master": "2.0.x-dev"
4340
                }
4341
            },
4342
            "autoload": {
4343
                "classmap": [
4344
                    "src/"
4345
                ]
4346
            },
4347
            "notification-url": "https://packagist.org/downloads/",
4348
            "license": [
4349
                "BSD-3-Clause"
4350
            ],
4351
            "authors": [
4352
                {
4353
                    "name": "Sebastian Bergmann",
4354
                    "email": "[email protected]",
4355
                    "role": "lead"
4356
                }
4357
            ],
4358
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
4359
            "homepage": "https://github.com/sebastianbergmann/version",
4360
            "time": "2016-10-03 07:35:21"
4361
        },
4362
        {
4363
            "name": "theseer/tokenizer",
4364
            "version": "1.1.0",
4365
            "source": {
4366
                "type": "git",
4367
                "url": "https://github.com/theseer/tokenizer.git",
4368
                "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b"
4369
            },
4370
            "dist": {
4371
                "type": "zip",
4372
                "url": "https://api.github.com/repos/theseer/tokenizer/zipball/cb2f008f3f05af2893a87208fe6a6c4985483f8b",
4373
                "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b",
4374
                "shasum": ""
4375
            },
4376
            "require": {
4377
                "ext-dom": "*",
4378
                "ext-tokenizer": "*",
4379
                "ext-xmlwriter": "*",
4380
                "php": "^7.0"
4381
            },
4382
            "type": "library",
4383
            "autoload": {
4384
                "classmap": [
4385
                    "src/"
4386
                ]
4387
            },
4388
            "notification-url": "https://packagist.org/downloads/",
4389
            "license": [
4390
                "BSD-3-Clause"
4391
            ],
4392
            "authors": [
4393
                {
4394
                    "name": "Arne Blankerts",
4395
                    "email": "[email protected]",
4396
                    "role": "Developer"
4397
                }
4398
            ],
4399
            "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
4400
            "time": "2017-04-07 12:08:54"
4401
        },
4402
        {
4403
            "name": "webmozart/assert",
4404
            "version": "1.3.0",
4405
            "source": {
4406
                "type": "git",
4407
                "url": "https://github.com/webmozart/assert.git",
4408
                "reference": "0df1908962e7a3071564e857d86874dad1ef204a"
4409
            },
4410
            "dist": {
4411
                "type": "zip",
4412
                "url": "https://api.github.com/repos/webmozart/assert/zipball/0df1908962e7a3071564e857d86874dad1ef204a",
4413
                "reference": "0df1908962e7a3071564e857d86874dad1ef204a",
4414
                "shasum": ""
4415
            },
4416
            "require": {
4417
                "php": "^5.3.3 || ^7.0"
4418
            },
4419
            "require-dev": {
4420
                "phpunit/phpunit": "^4.6",
4421
                "sebastian/version": "^1.0.1"
4422
            },
4423
            "type": "library",
4424
            "extra": {
4425
                "branch-alias": {
4426
                    "dev-master": "1.3-dev"
4427
                }
4428
            },
4429
            "autoload": {
4430
                "psr-4": {
4431
                    "Webmozart\\Assert\\": "src/"
4432
                }
4433
            },
4434
            "notification-url": "https://packagist.org/downloads/",
4435
            "license": [
4436
                "MIT"
4437
            ],
4438
            "authors": [
4439
                {
4440
                    "name": "Bernhard Schussek",
4441
                    "email": "[email protected]"
4442
                }
4443
            ],
4444
            "description": "Assertions to validate method input/output with nice error messages.",
4445
            "keywords": [
4446
                "assert",
4447
                "check",
4448
                "validate"
4449
            ],
4450
            "time": "2018-01-29 19:49:41"
4451
        }
4452
    ],
4453
    "aliases": [],
4454
    "minimum-stability": "stable",
4455
    "stability-flags": [],
4456
    "prefer-stable": false,
4457
    "prefer-lowest": false,
4458
    "platform": {
4459
        "php": "^7.1.0"
4460
    },
4461
    "platform-dev": []
4462
}
4463