GitHub Access Token became invalid

It seems like the GitHub access token used for retrieving details about this repository from GitHub became invalid. This might prevent certain types of inspections from being run (in particular, everything related to pull requests).
Please ask an admin of your repository to re-new the access token on this website.
Completed
Push — dependabot/composer/voryx/thru... ( c4d51a...de6fbf )
by
unknown
691:36 queued 681:42
created

composer.lock (3 issues)

Upgrade to new PHP Analysis Engine

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

1
{
2
    "_readme": [
3
        "This file locks the dependencies of your project to a known state",
4
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
5
        "This file is @generated automatically"
6
    ],
7
    "content-hash": "db0cc2b14eefd8faf6fc1c2de03c8a5c",
8
    "packages": [
9
        {
10
            "name": "aura/intl",
11
            "version": "3.0.0",
12
            "source": {
13
                "type": "git",
14
                "url": "https://github.com/auraphp/Aura.Intl.git",
15
                "reference": "7fce228980b19bf4dee2d7bbd6202a69b0dde926"
16
            },
17
            "dist": {
18
                "type": "zip",
19
                "url": "https://api.github.com/repos/auraphp/Aura.Intl/zipball/7fce228980b19bf4dee2d7bbd6202a69b0dde926",
20
                "reference": "7fce228980b19bf4dee2d7bbd6202a69b0dde926",
21
                "shasum": ""
22
            },
23
            "require": {
24
                "php": "^5.6|^7.0"
25
            },
26
            "type": "library",
27
            "autoload": {
28
                "psr-4": {
29
                    "Aura\\Intl\\": "src/"
30
                }
31
            },
32
            "notification-url": "https://packagist.org/downloads/",
33
            "license": [
34
                "MIT"
35
            ],
36
            "authors": [
37
                {
38
                    "name": "Aura.Intl Contributors",
39
                    "homepage": "https://github.com/auraphp/Aura.Intl/contributors"
40
                }
41
            ],
42
            "description": "The Aura Intl package provides internationalization tools, specifically message translation.",
43
            "homepage": "https://github.com/auraphp/Aura.Intl",
44
            "keywords": [
45
                "g11n",
46
                "globalization",
47
                "i18n",
48
                "internationalization",
49
                "intl",
50
                "l10n",
51
                "localization"
52
            ],
53
            "time": "2017-01-20T05:00:11+00:00"
54
        },
55
        {
56
            "name": "cakephp/cakephp",
0 ignored issues
show
There is a security advisory for your installed version of cakephp/cakephp:

XSS in some development error pages
Loading history...
57
            "version": "3.6.0",
58
            "source": {
59
                "type": "git",
60
                "url": "https://github.com/cakephp/cakephp.git",
61
                "reference": "ed9947e5ad1e74ce9eba9b1474596db35e416b00"
62
            },
63
            "dist": {
64
                "type": "zip",
65
                "url": "https://api.github.com/repos/cakephp/cakephp/zipball/ed9947e5ad1e74ce9eba9b1474596db35e416b00",
66
                "reference": "ed9947e5ad1e74ce9eba9b1474596db35e416b00",
67
                "shasum": ""
68
            },
69
            "require": {
70
                "aura/intl": "^3.0.0",
71
                "cakephp/chronos": "^1.0.1",
72
                "ext-intl": "*",
73
                "ext-mbstring": "*",
74
                "php": ">=5.6.0",
75
                "psr/log": "^1.0.0",
76
                "zendframework/zend-diactoros": "^1.4.0"
77
            },
78
            "conflict": {
79
                "phpunit/phpunit": "<5.7"
80
            },
81
            "replace": {
82
                "cakephp/cache": "self.version",
83
                "cakephp/collection": "self.version",
84
                "cakephp/core": "self.version",
85
                "cakephp/database": "self.version",
86
                "cakephp/datasource": "self.version",
87
                "cakephp/event": "self.version",
88
                "cakephp/filesystem": "self.version",
89
                "cakephp/form": "self.version",
90
                "cakephp/i18n": "self.version",
91
                "cakephp/log": "self.version",
92
                "cakephp/orm": "self.version",
93
                "cakephp/utility": "self.version",
94
                "cakephp/validation": "self.version"
95
            },
96
            "require-dev": {
97
                "cakephp/cakephp-codesniffer": "^3.0",
98
                "phpunit/phpunit": "^5.7.14|^6.0"
99
            },
100
            "suggest": {
101
                "ext-openssl": "To use Security::encrypt() or have secure CSRF token generation.",
102
                "lib-ICU": "The intl PHP library, to use Text::transliterate() or Text::slug()"
103
            },
104
            "type": "library",
105
            "autoload": {
106
                "psr-4": {
107
                    "Cake\\": "src/"
108
                },
109
                "files": [
110
                    "src/Core/functions.php",
111
                    "src/Collection/functions.php",
112
                    "src/I18n/functions.php",
113
                    "src/Utility/bootstrap.php"
114
                ]
115
            },
116
            "notification-url": "https://packagist.org/downloads/",
117
            "license": [
118
                "MIT"
119
            ],
120
            "authors": [
121
                {
122
                    "name": "CakePHP Community",
123
                    "homepage": "https://github.com/cakephp/cakephp/graphs/contributors"
124
                }
125
            ],
126
            "description": "The CakePHP framework",
127
            "homepage": "https://cakephp.org",
128
            "keywords": [
129
                "conventions over configuration",
130
                "dry",
131
                "form",
132
                "framework",
133
                "mvc",
134
                "orm",
135
                "psr-7",
136
                "rapid-development",
137
                "validation"
138
            ],
139
            "time": "2018-04-15T02:01:30+00:00"
140
        },
141
        {
142
            "name": "cakephp/chronos",
143
            "version": "1.2.3",
144
            "source": {
145
                "type": "git",
146
                "url": "https://github.com/cakephp/chronos.git",
147
                "reference": "395110125ff577f080fa064dca5c5608a4e77ee1"
148
            },
149
            "dist": {
150
                "type": "zip",
151
                "url": "https://api.github.com/repos/cakephp/chronos/zipball/395110125ff577f080fa064dca5c5608a4e77ee1",
152
                "reference": "395110125ff577f080fa064dca5c5608a4e77ee1",
153
                "shasum": ""
154
            },
155
            "require": {
156
                "php": "^5.5.9|^7"
157
            },
158
            "require-dev": {
159
                "athletic/athletic": "~0.1",
160
                "cakephp/cakephp-codesniffer": "^3.0",
161
                "phpbench/phpbench": "@dev",
162
                "phpstan/phpstan": "^0.6.4",
163
                "phpunit/phpunit": "<6.0 || ^7.0"
164
            },
165
            "type": "library",
166
            "autoload": {
167
                "psr-4": {
168
                    "Cake\\Chronos\\": "src/"
169
                },
170
                "files": [
171
                    "src/carbon_compat.php"
172
                ]
173
            },
174
            "notification-url": "https://packagist.org/downloads/",
175
            "license": [
176
                "MIT"
177
            ],
178
            "authors": [
179
                {
180
                    "name": "Brian Nesbitt",
181
                    "email": "[email protected]",
182
                    "homepage": "http://nesbot.com"
183
                },
184
                {
185
                    "name": "The CakePHP Team",
186
                    "homepage": "http://cakephp.org"
187
                }
188
            ],
189
            "description": "A simple API extension for DateTime.",
190
            "homepage": "http://cakephp.org",
191
            "keywords": [
192
                "date",
193
                "datetime",
194
                "time"
195
            ],
196
            "time": "2018-10-18T22:02:21+00:00"
197
        },
198
        {
199
            "name": "cboden/ratchet",
200
            "version": "v0.4.1",
201
            "source": {
202
                "type": "git",
203
                "url": "https://github.com/ratchetphp/Ratchet.git",
204
                "reference": "0d31f3a8ad4795fd48397712709e55cd07f51360"
205
            },
206
            "dist": {
207
                "type": "zip",
208
                "url": "https://api.github.com/repos/ratchetphp/Ratchet/zipball/0d31f3a8ad4795fd48397712709e55cd07f51360",
209
                "reference": "0d31f3a8ad4795fd48397712709e55cd07f51360",
210
                "shasum": ""
211
            },
212
            "require": {
213
                "guzzlehttp/psr7": "^1.0",
214
                "php": ">=5.4.2",
215
                "ratchet/rfc6455": "^0.2",
216
                "react/socket": "^1.0 || ^0.8 || ^0.7 || ^0.6 || ^0.5",
217
                "symfony/http-foundation": "^2.6|^3.0|^4.0",
218
                "symfony/routing": "^2.6|^3.0|^4.0"
219
            },
220
            "require-dev": {
221
                "phpunit/phpunit": "~4.8"
222
            },
223
            "type": "library",
224
            "autoload": {
225
                "psr-4": {
226
                    "Ratchet\\": "src/Ratchet"
227
                }
228
            },
229
            "notification-url": "https://packagist.org/downloads/",
230
            "license": [
231
                "MIT"
232
            ],
233
            "authors": [
234
                {
235
                    "name": "Chris Boden",
236
                    "email": "[email protected]",
237
                    "role": "Developer"
238
                }
239
            ],
240
            "description": "PHP WebSocket library",
241
            "homepage": "http://socketo.me",
242
            "keywords": [
243
                "Ratchet",
244
                "WebSockets",
245
                "server",
246
                "sockets",
247
                "websocket"
248
            ],
249
            "time": "2017-12-12T00:49:31+00:00"
250
        },
251
        {
252
            "name": "doctrine/annotations",
253
            "version": "v1.6.0",
254
            "source": {
255
                "type": "git",
256
                "url": "https://github.com/doctrine/annotations.git",
257
                "reference": "c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5"
258
            },
259
            "dist": {
260
                "type": "zip",
261
                "url": "https://api.github.com/repos/doctrine/annotations/zipball/c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5",
262
                "reference": "c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5",
263
                "shasum": ""
264
            },
265
            "require": {
266
                "doctrine/lexer": "1.*",
267
                "php": "^7.1"
268
            },
269
            "require-dev": {
270
                "doctrine/cache": "1.*",
271
                "phpunit/phpunit": "^6.4"
272
            },
273
            "type": "library",
274
            "extra": {
275
                "branch-alias": {
276
                    "dev-master": "1.6.x-dev"
277
                }
278
            },
279
            "autoload": {
280
                "psr-4": {
281
                    "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
282
                }
283
            },
284
            "notification-url": "https://packagist.org/downloads/",
285
            "license": [
286
                "MIT"
287
            ],
288
            "authors": [
289
                {
290
                    "name": "Roman Borschel",
291
                    "email": "[email protected]"
292
                },
293
                {
294
                    "name": "Benjamin Eberlei",
295
                    "email": "[email protected]"
296
                },
297
                {
298
                    "name": "Guilherme Blanco",
299
                    "email": "[email protected]"
300
                },
301
                {
302
                    "name": "Jonathan Wage",
303
                    "email": "[email protected]"
304
                },
305
                {
306
                    "name": "Johannes Schmitt",
307
                    "email": "[email protected]"
308
                }
309
            ],
310
            "description": "Docblock Annotations Parser",
311
            "homepage": "http://www.doctrine-project.org",
312
            "keywords": [
313
                "annotations",
314
                "docblock",
315
                "parser"
316
            ],
317
            "time": "2017-12-06T07:11:42+00:00"
318
        },
319
        {
320
            "name": "doctrine/lexer",
321
            "version": "v1.0.1",
322
            "source": {
323
                "type": "git",
324
                "url": "https://github.com/doctrine/lexer.git",
325
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
326
            },
327
            "dist": {
328
                "type": "zip",
329
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
330
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
331
                "shasum": ""
332
            },
333
            "require": {
334
                "php": ">=5.3.2"
335
            },
336
            "type": "library",
337
            "extra": {
338
                "branch-alias": {
339
                    "dev-master": "1.0.x-dev"
340
                }
341
            },
342
            "autoload": {
343
                "psr-0": {
344
                    "Doctrine\\Common\\Lexer\\": "lib/"
345
                }
346
            },
347
            "notification-url": "https://packagist.org/downloads/",
348
            "license": [
349
                "MIT"
350
            ],
351
            "authors": [
352
                {
353
                    "name": "Roman Borschel",
354
                    "email": "[email protected]"
355
                },
356
                {
357
                    "name": "Guilherme Blanco",
358
                    "email": "[email protected]"
359
                },
360
                {
361
                    "name": "Johannes Schmitt",
362
                    "email": "[email protected]"
363
                }
364
            ],
365
            "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
366
            "homepage": "http://www.doctrine-project.org",
367
            "keywords": [
368
                "lexer",
369
                "parser"
370
            ],
371
            "time": "2014-09-09T13:34:57+00:00"
372
        },
373
        {
374
            "name": "evenement/evenement",
375
            "version": "v3.0.1",
376
            "source": {
377
                "type": "git",
378
                "url": "https://github.com/igorw/evenement.git",
379
                "reference": "531bfb9d15f8aa57454f5f0285b18bec903b8fb7"
380
            },
381
            "dist": {
382
                "type": "zip",
383
                "url": "https://api.github.com/repos/igorw/evenement/zipball/531bfb9d15f8aa57454f5f0285b18bec903b8fb7",
384
                "reference": "531bfb9d15f8aa57454f5f0285b18bec903b8fb7",
385
                "shasum": ""
386
            },
387
            "require": {
388
                "php": ">=7.0"
389
            },
390
            "require-dev": {
391
                "phpunit/phpunit": "^6.0"
392
            },
393
            "type": "library",
394
            "autoload": {
395
                "psr-0": {
396
                    "Evenement": "src"
397
                }
398
            },
399
            "notification-url": "https://packagist.org/downloads/",
400
            "license": [
401
                "MIT"
402
            ],
403
            "authors": [
404
                {
405
                    "name": "Igor Wiedler",
406
                    "email": "[email protected]"
407
                }
408
            ],
409
            "description": "Événement is a very simple event dispatching library for PHP",
410
            "keywords": [
411
                "event-dispatcher",
412
                "event-emitter"
413
            ],
414
            "time": "2017-07-23T21:35:13+00:00"
415
        },
416
        {
417
            "name": "guzzlehttp/psr7",
418
            "version": "1.5.2",
419
            "source": {
420
                "type": "git",
421
                "url": "https://github.com/guzzle/psr7.git",
422
                "reference": "9f83dded91781a01c63574e387eaa769be769115"
423
            },
424
            "dist": {
425
                "type": "zip",
426
                "url": "https://api.github.com/repos/guzzle/psr7/zipball/9f83dded91781a01c63574e387eaa769be769115",
427
                "reference": "9f83dded91781a01c63574e387eaa769be769115",
428
                "shasum": ""
429
            },
430
            "require": {
431
                "php": ">=5.4.0",
432
                "psr/http-message": "~1.0",
433
                "ralouphie/getallheaders": "^2.0.5"
434
            },
435
            "provide": {
436
                "psr/http-message-implementation": "1.0"
437
            },
438
            "require-dev": {
439
                "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8"
440
            },
441
            "type": "library",
442
            "extra": {
443
                "branch-alias": {
444
                    "dev-master": "1.5-dev"
445
                }
446
            },
447
            "autoload": {
448
                "psr-4": {
449
                    "GuzzleHttp\\Psr7\\": "src/"
450
                },
451
                "files": [
452
                    "src/functions_include.php"
453
                ]
454
            },
455
            "notification-url": "https://packagist.org/downloads/",
456
            "license": [
457
                "MIT"
458
            ],
459
            "authors": [
460
                {
461
                    "name": "Michael Dowling",
462
                    "email": "[email protected]",
463
                    "homepage": "https://github.com/mtdowling"
464
                },
465
                {
466
                    "name": "Tobias Schultze",
467
                    "homepage": "https://github.com/Tobion"
468
                }
469
            ],
470
            "description": "PSR-7 message implementation that also provides common utility methods",
471
            "keywords": [
472
                "http",
473
                "message",
474
                "psr-7",
475
                "request",
476
                "response",
477
                "stream",
478
                "uri",
479
                "url"
480
            ],
481
            "time": "2018-12-04T20:46:45+00:00"
482
        },
483
        {
484
            "name": "igorw/get-in",
485
            "version": "v1.0.3",
486
            "source": {
487
                "type": "git",
488
                "url": "https://github.com/igorw/get-in.git",
489
                "reference": "170ded831f49abc6a6061f655aba9bdbcf7b8111"
490
            },
491
            "dist": {
492
                "type": "zip",
493
                "url": "https://api.github.com/repos/igorw/get-in/zipball/170ded831f49abc6a6061f655aba9bdbcf7b8111",
494
                "reference": "170ded831f49abc6a6061f655aba9bdbcf7b8111",
495
                "shasum": ""
496
            },
497
            "require": {
498
                "php": ">=5.4"
499
            },
500
            "type": "library",
501
            "extra": {
502
                "branch-alias": {
503
                    "dev-master": "1.0-dev"
504
                }
505
            },
506
            "autoload": {
507
                "files": [
508
                    "src/get_in.php"
509
                ]
510
            },
511
            "notification-url": "https://packagist.org/downloads/",
512
            "license": [
513
                "MIT"
514
            ],
515
            "authors": [
516
                {
517
                    "name": "Igor Wiedler",
518
                    "email": "[email protected]"
519
                }
520
            ],
521
            "description": "Functions for for hash map (assoc array) traversal.",
522
            "keywords": [
523
                "assoc-array",
524
                "hash-map"
525
            ],
526
            "time": "2014-12-15T23:03:51+00:00"
527
        },
528
        {
529
            "name": "lcobucci/jwt",
530
            "version": "3.2.2",
531
            "source": {
532
                "type": "git",
533
                "url": "https://github.com/lcobucci/jwt.git",
534
                "reference": "0b5930be73582369e10c4d4bb7a12bac927a203c"
535
            },
536
            "dist": {
537
                "type": "zip",
538
                "url": "https://api.github.com/repos/lcobucci/jwt/zipball/0b5930be73582369e10c4d4bb7a12bac927a203c",
539
                "reference": "0b5930be73582369e10c4d4bb7a12bac927a203c",
540
                "shasum": ""
541
            },
542
            "require": {
543
                "ext-openssl": "*",
544
                "php": ">=5.5"
545
            },
546
            "require-dev": {
547
                "mdanter/ecc": "~0.3.1",
548
                "mikey179/vfsstream": "~1.5",
549
                "phpmd/phpmd": "~2.2",
550
                "phpunit/php-invoker": "~1.1",
551
                "phpunit/phpunit": "~4.5",
552
                "squizlabs/php_codesniffer": "~2.3"
553
            },
554
            "suggest": {
555
                "mdanter/ecc": "Required to use Elliptic Curves based algorithms."
556
            },
557
            "type": "library",
558
            "extra": {
559
                "branch-alias": {
560
                    "dev-master": "3.1-dev"
561
                }
562
            },
563
            "autoload": {
564
                "psr-4": {
565
                    "Lcobucci\\JWT\\": "src"
566
                }
567
            },
568
            "notification-url": "https://packagist.org/downloads/",
569
            "license": [
570
                "BSD-3-Clause"
571
            ],
572
            "authors": [
573
                {
574
                    "name": "Luís Otávio Cobucci Oblonczyk",
575
                    "email": "[email protected]",
576
                    "role": "Developer"
577
                }
578
            ],
579
            "description": "A simple library to work with JSON Web Token and JSON Web Signature",
580
            "keywords": [
581
                "JWS",
582
                "jwt"
583
            ],
584
            "time": "2017-09-01T08:23:26+00:00"
585
        },
586
        {
587
            "name": "psr/http-message",
588
            "version": "1.0.1",
589
            "source": {
590
                "type": "git",
591
                "url": "https://github.com/php-fig/http-message.git",
592
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
593
            },
594
            "dist": {
595
                "type": "zip",
596
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
597
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
598
                "shasum": ""
599
            },
600
            "require": {
601
                "php": ">=5.3.0"
602
            },
603
            "type": "library",
604
            "extra": {
605
                "branch-alias": {
606
                    "dev-master": "1.0.x-dev"
607
                }
608
            },
609
            "autoload": {
610
                "psr-4": {
611
                    "Psr\\Http\\Message\\": "src/"
612
                }
613
            },
614
            "notification-url": "https://packagist.org/downloads/",
615
            "license": [
616
                "MIT"
617
            ],
618
            "authors": [
619
                {
620
                    "name": "PHP-FIG",
621
                    "homepage": "http://www.php-fig.org/"
622
                }
623
            ],
624
            "description": "Common interface for HTTP messages",
625
            "homepage": "https://github.com/php-fig/http-message",
626
            "keywords": [
627
                "http",
628
                "http-message",
629
                "psr",
630
                "psr-7",
631
                "request",
632
                "response"
633
            ],
634
            "time": "2016-08-06T14:39:51+00:00"
635
        },
636
        {
637
            "name": "psr/log",
638
            "version": "1.1.0",
639
            "source": {
640
                "type": "git",
641
                "url": "https://github.com/php-fig/log.git",
642
                "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd"
643
            },
644
            "dist": {
645
                "type": "zip",
646
                "url": "https://api.github.com/repos/php-fig/log/zipball/6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
647
                "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
648
                "shasum": ""
649
            },
650
            "require": {
651
                "php": ">=5.3.0"
652
            },
653
            "type": "library",
654
            "extra": {
655
                "branch-alias": {
656
                    "dev-master": "1.0.x-dev"
657
                }
658
            },
659
            "autoload": {
660
                "psr-4": {
661
                    "Psr\\Log\\": "Psr/Log/"
662
                }
663
            },
664
            "notification-url": "https://packagist.org/downloads/",
665
            "license": [
666
                "MIT"
667
            ],
668
            "authors": [
669
                {
670
                    "name": "PHP-FIG",
671
                    "homepage": "http://www.php-fig.org/"
672
                }
673
            ],
674
            "description": "Common interface for logging libraries",
675
            "homepage": "https://github.com/php-fig/log",
676
            "keywords": [
677
                "log",
678
                "psr",
679
                "psr-3"
680
            ],
681
            "time": "2018-11-20T15:27:04+00:00"
682
        },
683
        {
684
            "name": "ralouphie/getallheaders",
685
            "version": "2.0.5",
686
            "source": {
687
                "type": "git",
688
                "url": "https://github.com/ralouphie/getallheaders.git",
689
                "reference": "5601c8a83fbba7ef674a7369456d12f1e0d0eafa"
690
            },
691
            "dist": {
692
                "type": "zip",
693
                "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/5601c8a83fbba7ef674a7369456d12f1e0d0eafa",
694
                "reference": "5601c8a83fbba7ef674a7369456d12f1e0d0eafa",
695
                "shasum": ""
696
            },
697
            "require": {
698
                "php": ">=5.3"
699
            },
700
            "require-dev": {
701
                "phpunit/phpunit": "~3.7.0",
702
                "satooshi/php-coveralls": ">=1.0"
703
            },
704
            "type": "library",
705
            "autoload": {
706
                "files": [
707
                    "src/getallheaders.php"
708
                ]
709
            },
710
            "notification-url": "https://packagist.org/downloads/",
711
            "license": [
712
                "MIT"
713
            ],
714
            "authors": [
715
                {
716
                    "name": "Ralph Khattar",
717
                    "email": "[email protected]"
718
                }
719
            ],
720
            "description": "A polyfill for getallheaders.",
721
            "time": "2016-02-11T07:05:27+00:00"
722
        },
723
        {
724
            "name": "ratchet/rfc6455",
725
            "version": "0.2.4",
726
            "source": {
727
                "type": "git",
728
                "url": "https://github.com/ratchetphp/RFC6455.git",
729
                "reference": "1612f528c3496ad06e910d0f8b6f16ab97696706"
730
            },
731
            "dist": {
732
                "type": "zip",
733
                "url": "https://api.github.com/repos/ratchetphp/RFC6455/zipball/1612f528c3496ad06e910d0f8b6f16ab97696706",
734
                "reference": "1612f528c3496ad06e910d0f8b6f16ab97696706",
735
                "shasum": ""
736
            },
737
            "require": {
738
                "guzzlehttp/psr7": "^1.0",
739
                "php": ">=5.4.2"
740
            },
741
            "require-dev": {
742
                "phpunit/phpunit": "4.8.*",
743
                "react/http": "^0.4.1",
744
                "react/socket-client": "^0.4.3"
745
            },
746
            "type": "library",
747
            "autoload": {
748
                "psr-4": {
749
                    "Ratchet\\RFC6455\\": "src"
750
                }
751
            },
752
            "notification-url": "https://packagist.org/downloads/",
753
            "license": [
754
                "MIT"
755
            ],
756
            "authors": [
757
                {
758
                    "name": "Chris Boden",
759
                    "email": "[email protected]",
760
                    "role": "Developer"
761
                }
762
            ],
763
            "description": "RFC6455 WebSocket protocol handler",
764
            "homepage": "http://socketo.me",
765
            "keywords": [
766
                "WebSockets",
767
                "rfc6455",
768
                "websocket"
769
            ],
770
            "time": "2018-05-02T14:52:00+00:00"
771
        },
772
        {
773
            "name": "react/cache",
774
            "version": "v0.5.0",
775
            "source": {
776
                "type": "git",
777
                "url": "https://github.com/reactphp/cache.git",
778
                "reference": "7d7da7fb7574d471904ba357b39bbf110ccdbf66"
779
            },
780
            "dist": {
781
                "type": "zip",
782
                "url": "https://api.github.com/repos/reactphp/cache/zipball/7d7da7fb7574d471904ba357b39bbf110ccdbf66",
783
                "reference": "7d7da7fb7574d471904ba357b39bbf110ccdbf66",
784
                "shasum": ""
785
            },
786
            "require": {
787
                "php": ">=5.3.0",
788
                "react/promise": "~2.0|~1.1"
789
            },
790
            "require-dev": {
791
                "phpunit/phpunit": "^6.4 || ^5.7 || ^4.8.35"
792
            },
793
            "type": "library",
794
            "autoload": {
795
                "psr-4": {
796
                    "React\\Cache\\": "src/"
797
                }
798
            },
799
            "notification-url": "https://packagist.org/downloads/",
800
            "license": [
801
                "MIT"
802
            ],
803
            "description": "Async, Promise-based cache interface for ReactPHP",
804
            "keywords": [
805
                "cache",
806
                "caching",
807
                "promise",
808
                "reactphp"
809
            ],
810
            "time": "2018-06-25T12:52:40+00:00"
811
        },
812
        {
813
            "name": "react/dns",
814
            "version": "v0.4.16",
815
            "source": {
816
                "type": "git",
817
                "url": "https://github.com/reactphp/dns.git",
818
                "reference": "0a0bedfec72b38406413c6ea01e1c015bd0bf72b"
819
            },
820
            "dist": {
821
                "type": "zip",
822
                "url": "https://api.github.com/repos/reactphp/dns/zipball/0a0bedfec72b38406413c6ea01e1c015bd0bf72b",
823
                "reference": "0a0bedfec72b38406413c6ea01e1c015bd0bf72b",
824
                "shasum": ""
825
            },
826
            "require": {
827
                "php": ">=5.3.0",
828
                "react/cache": "^0.5 || ^0.4 || ^0.3",
829
                "react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3.5",
830
                "react/promise": "^2.1 || ^1.2.1",
831
                "react/promise-timer": "^1.2",
832
                "react/stream": "^1.0 || ^0.7 || ^0.6 || ^0.5 || ^0.4.5"
833
            },
834
            "require-dev": {
835
                "clue/block-react": "^1.2",
836
                "phpunit/phpunit": "^6.4 || ^5.7 || ^4.8.35"
837
            },
838
            "type": "library",
839
            "autoload": {
840
                "psr-4": {
841
                    "React\\Dns\\": "src"
842
                }
843
            },
844
            "notification-url": "https://packagist.org/downloads/",
845
            "license": [
846
                "MIT"
847
            ],
848
            "description": "Async DNS resolver for ReactPHP",
849
            "keywords": [
850
                "async",
851
                "dns",
852
                "dns-resolver",
853
                "reactphp"
854
            ],
855
            "time": "2018-11-11T11:21:13+00:00"
856
        },
857
        {
858
            "name": "react/event-loop",
859
            "version": "v1.0.0",
860
            "source": {
861
                "type": "git",
862
                "url": "https://github.com/reactphp/event-loop.git",
863
                "reference": "0266aff7aa7b0613b1f38a723e14a0ebc55cfca3"
864
            },
865
            "dist": {
866
                "type": "zip",
867
                "url": "https://api.github.com/repos/reactphp/event-loop/zipball/0266aff7aa7b0613b1f38a723e14a0ebc55cfca3",
868
                "reference": "0266aff7aa7b0613b1f38a723e14a0ebc55cfca3",
869
                "shasum": ""
870
            },
871
            "require": {
872
                "php": ">=5.3.0"
873
            },
874
            "require-dev": {
875
                "phpunit/phpunit": "~4.8.35 || ^5.7 || ^6.4"
876
            },
877
            "suggest": {
878
                "ext-event": "~1.0 for ExtEventLoop",
879
                "ext-pcntl": "For signal handling support when using the StreamSelectLoop"
880
            },
881
            "type": "library",
882
            "autoload": {
883
                "psr-4": {
884
                    "React\\EventLoop\\": "src"
885
                }
886
            },
887
            "notification-url": "https://packagist.org/downloads/",
888
            "license": [
889
                "MIT"
890
            ],
891
            "description": "ReactPHP's core reactor event loop that libraries can use for evented I/O.",
892
            "keywords": [
893
                "asynchronous",
894
                "event-loop"
895
            ],
896
            "time": "2018-07-11T14:37:46+00:00"
897
        },
898
        {
899
            "name": "react/promise",
900
            "version": "v2.5.1",
901
            "source": {
902
                "type": "git",
903
                "url": "https://github.com/reactphp/promise.git",
904
                "reference": "62785ae604c8d69725d693eb370e1d67e94c4053"
905
            },
906
            "dist": {
907
                "type": "zip",
908
                "url": "https://api.github.com/repos/reactphp/promise/zipball/62785ae604c8d69725d693eb370e1d67e94c4053",
909
                "reference": "62785ae604c8d69725d693eb370e1d67e94c4053",
910
                "shasum": ""
911
            },
912
            "require": {
913
                "php": ">=5.4.0"
914
            },
915
            "require-dev": {
916
                "phpunit/phpunit": "~4.8"
917
            },
918
            "type": "library",
919
            "autoload": {
920
                "psr-4": {
921
                    "React\\Promise\\": "src/"
922
                },
923
                "files": [
924
                    "src/functions_include.php"
925
                ]
926
            },
927
            "notification-url": "https://packagist.org/downloads/",
928
            "license": [
929
                "MIT"
930
            ],
931
            "authors": [
932
                {
933
                    "name": "Jan Sorgalla",
934
                    "email": "[email protected]"
935
                }
936
            ],
937
            "description": "A lightweight implementation of CommonJS Promises/A for PHP",
938
            "keywords": [
939
                "promise",
940
                "promises"
941
            ],
942
            "time": "2017-03-25T12:08:31+00:00"
943
        },
944
        {
945
            "name": "react/promise-timer",
946
            "version": "v1.3.0",
947
            "source": {
948
                "type": "git",
949
                "url": "https://github.com/reactphp/promise-timer.git",
950
                "reference": "604513e33feb96ffb0dfb3d25233d3f9f0dce356"
951
            },
952
            "dist": {
953
                "type": "zip",
954
                "url": "https://api.github.com/repos/reactphp/promise-timer/zipball/604513e33feb96ffb0dfb3d25233d3f9f0dce356",
955
                "reference": "604513e33feb96ffb0dfb3d25233d3f9f0dce356",
956
                "shasum": ""
957
            },
958
            "require": {
959
                "php": ">=5.3",
960
                "react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3.5",
961
                "react/promise": "~2.1|~1.2"
962
            },
963
            "require-dev": {
964
                "phpunit/phpunit": "^6.4 || ^5.7 || ^4.8.35"
965
            },
966
            "type": "library",
967
            "autoload": {
968
                "psr-4": {
969
                    "React\\Promise\\Timer\\": "src/"
970
                },
971
                "files": [
972
                    "src/functions.php"
973
                ]
974
            },
975
            "notification-url": "https://packagist.org/downloads/",
976
            "license": [
977
                "MIT"
978
            ],
979
            "authors": [
980
                {
981
                    "name": "Christian Lück",
982
                    "email": "[email protected]"
983
                }
984
            ],
985
            "description": "A trivial implementation of timeouts for Promises, built on top of ReactPHP.",
986
            "homepage": "https://github.com/react/promise-timer",
987
            "keywords": [
988
                "async",
989
                "event-loop",
990
                "promise",
991
                "reactphp",
992
                "timeout",
993
                "timer"
994
            ],
995
            "time": "2018-04-24T14:19:26+00:00"
996
        },
997
        {
998
            "name": "react/socket",
999
            "version": "v0.8.11",
1000
            "source": {
1001
                "type": "git",
1002
                "url": "https://github.com/reactphp/socket.git",
1003
                "reference": "94e98bb4def7054454784b330e44f73b7f6c160f"
1004
            },
1005
            "dist": {
1006
                "type": "zip",
1007
                "url": "https://api.github.com/repos/reactphp/socket/zipball/94e98bb4def7054454784b330e44f73b7f6c160f",
1008
                "reference": "94e98bb4def7054454784b330e44f73b7f6c160f",
1009
                "shasum": ""
1010
            },
1011
            "require": {
1012
                "evenement/evenement": "^3.0 || ^2.0 || ^1.0",
1013
                "php": ">=5.3.0",
1014
                "react/dns": "^0.4.13",
1015
                "react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3.5",
1016
                "react/promise": "^2.1 || ^1.2",
1017
                "react/promise-timer": "~1.0",
1018
                "react/stream": "^1.0 || ^0.7.1"
1019
            },
1020
            "require-dev": {
1021
                "clue/block-react": "^1.2",
1022
                "phpunit/phpunit": "^6.4 || ^5.7 || ^4.8.35"
1023
            },
1024
            "type": "library",
1025
            "autoload": {
1026
                "psr-4": {
1027
                    "React\\Socket\\": "src"
1028
                }
1029
            },
1030
            "notification-url": "https://packagist.org/downloads/",
1031
            "license": [
1032
                "MIT"
1033
            ],
1034
            "description": "Async, streaming plaintext TCP/IP and secure TLS socket server and client connections for ReactPHP",
1035
            "keywords": [
1036
                "Connection",
1037
                "Socket",
1038
                "async",
1039
                "reactphp",
1040
                "stream"
1041
            ],
1042
            "time": "2018-04-24T14:07:53+00:00"
1043
        },
1044
        {
1045
            "name": "react/stream",
1046
            "version": "v1.1.0",
1047
            "source": {
1048
                "type": "git",
1049
                "url": "https://github.com/reactphp/stream.git",
1050
                "reference": "50426855f7a77ddf43b9266c22320df5bf6c6ce6"
1051
            },
1052
            "dist": {
1053
                "type": "zip",
1054
                "url": "https://api.github.com/repos/reactphp/stream/zipball/50426855f7a77ddf43b9266c22320df5bf6c6ce6",
1055
                "reference": "50426855f7a77ddf43b9266c22320df5bf6c6ce6",
1056
                "shasum": ""
1057
            },
1058
            "require": {
1059
                "evenement/evenement": "^3.0 || ^2.0 || ^1.0",
1060
                "php": ">=5.3.8",
1061
                "react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3.5"
1062
            },
1063
            "require-dev": {
1064
                "clue/stream-filter": "~1.2",
1065
                "phpunit/phpunit": "^6.4 || ^5.7 || ^4.8.35"
1066
            },
1067
            "type": "library",
1068
            "autoload": {
1069
                "psr-4": {
1070
                    "React\\Stream\\": "src"
1071
                }
1072
            },
1073
            "notification-url": "https://packagist.org/downloads/",
1074
            "license": [
1075
                "MIT"
1076
            ],
1077
            "description": "Event-driven readable and writable streams for non-blocking I/O in ReactPHP",
1078
            "keywords": [
1079
                "event-driven",
1080
                "io",
1081
                "non-blocking",
1082
                "pipe",
1083
                "reactphp",
1084
                "readable",
1085
                "stream",
1086
                "writable"
1087
            ],
1088
            "time": "2019-01-01T16:15:09+00:00"
1089
        },
1090
        {
1091
            "name": "symfony/contracts",
1092
            "version": "v1.0.2",
1093
            "source": {
1094
                "type": "git",
1095
                "url": "https://github.com/symfony/contracts.git",
1096
                "reference": "1aa7ab2429c3d594dd70689604b5cf7421254cdf"
1097
            },
1098
            "dist": {
1099
                "type": "zip",
1100
                "url": "https://api.github.com/repos/symfony/contracts/zipball/1aa7ab2429c3d594dd70689604b5cf7421254cdf",
1101
                "reference": "1aa7ab2429c3d594dd70689604b5cf7421254cdf",
1102
                "shasum": ""
1103
            },
1104
            "require": {
1105
                "php": "^7.1.3"
1106
            },
1107
            "require-dev": {
1108
                "psr/cache": "^1.0",
1109
                "psr/container": "^1.0"
1110
            },
1111
            "suggest": {
1112
                "psr/cache": "When using the Cache contracts",
1113
                "psr/container": "When using the Service contracts",
1114
                "symfony/cache-contracts-implementation": "",
1115
                "symfony/service-contracts-implementation": "",
1116
                "symfony/translation-contracts-implementation": ""
1117
            },
1118
            "type": "library",
1119
            "extra": {
1120
                "branch-alias": {
1121
                    "dev-master": "1.0-dev"
1122
                }
1123
            },
1124
            "autoload": {
1125
                "psr-4": {
1126
                    "Symfony\\Contracts\\": ""
1127
                },
1128
                "exclude-from-classmap": [
1129
                    "**/Tests/"
1130
                ]
1131
            },
1132
            "notification-url": "https://packagist.org/downloads/",
1133
            "license": [
1134
                "MIT"
1135
            ],
1136
            "authors": [
1137
                {
1138
                    "name": "Nicolas Grekas",
1139
                    "email": "[email protected]"
1140
                },
1141
                {
1142
                    "name": "Symfony Community",
1143
                    "homepage": "https://symfony.com/contributors"
1144
                }
1145
            ],
1146
            "description": "A set of abstractions extracted out of the Symfony components",
1147
            "homepage": "https://symfony.com",
1148
            "keywords": [
1149
                "abstractions",
1150
                "contracts",
1151
                "decoupling",
1152
                "interfaces",
1153
                "interoperability",
1154
                "standards"
1155
            ],
1156
            "time": "2018-12-05T08:06:11+00:00"
1157
        },
1158
        {
1159
            "name": "symfony/event-dispatcher",
1160
            "version": "v4.2.2",
1161
            "source": {
1162
                "type": "git",
1163
                "url": "https://github.com/symfony/event-dispatcher.git",
1164
                "reference": "887de6d34c86cf0cb6cbf910afb170cdb743cb5e"
1165
            },
1166
            "dist": {
1167
                "type": "zip",
1168
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/887de6d34c86cf0cb6cbf910afb170cdb743cb5e",
1169
                "reference": "887de6d34c86cf0cb6cbf910afb170cdb743cb5e",
1170
                "shasum": ""
1171
            },
1172
            "require": {
1173
                "php": "^7.1.3",
1174
                "symfony/contracts": "^1.0"
1175
            },
1176
            "conflict": {
1177
                "symfony/dependency-injection": "<3.4"
1178
            },
1179
            "require-dev": {
1180
                "psr/log": "~1.0",
1181
                "symfony/config": "~3.4|~4.0",
1182
                "symfony/dependency-injection": "~3.4|~4.0",
1183
                "symfony/expression-language": "~3.4|~4.0",
1184
                "symfony/stopwatch": "~3.4|~4.0"
1185
            },
1186
            "suggest": {
1187
                "symfony/dependency-injection": "",
1188
                "symfony/http-kernel": ""
1189
            },
1190
            "type": "library",
1191
            "extra": {
1192
                "branch-alias": {
1193
                    "dev-master": "4.2-dev"
1194
                }
1195
            },
1196
            "autoload": {
1197
                "psr-4": {
1198
                    "Symfony\\Component\\EventDispatcher\\": ""
1199
                },
1200
                "exclude-from-classmap": [
1201
                    "/Tests/"
1202
                ]
1203
            },
1204
            "notification-url": "https://packagist.org/downloads/",
1205
            "license": [
1206
                "MIT"
1207
            ],
1208
            "authors": [
1209
                {
1210
                    "name": "Fabien Potencier",
1211
                    "email": "[email protected]"
1212
                },
1213
                {
1214
                    "name": "Symfony Community",
1215
                    "homepage": "https://symfony.com/contributors"
1216
                }
1217
            ],
1218
            "description": "Symfony EventDispatcher Component",
1219
            "homepage": "https://symfony.com",
1220
            "time": "2019-01-05T16:37:49+00:00"
1221
        },
1222
        {
1223
            "name": "symfony/http-foundation",
1224
            "version": "v4.2.2",
1225
            "source": {
1226
                "type": "git",
1227
                "url": "https://github.com/symfony/http-foundation.git",
1228
                "reference": "a633d422a09242064ba24e44a6e1494c5126de86"
1229
            },
1230
            "dist": {
1231
                "type": "zip",
1232
                "url": "https://api.github.com/repos/symfony/http-foundation/zipball/a633d422a09242064ba24e44a6e1494c5126de86",
1233
                "reference": "a633d422a09242064ba24e44a6e1494c5126de86",
1234
                "shasum": ""
1235
            },
1236
            "require": {
1237
                "php": "^7.1.3",
1238
                "symfony/polyfill-mbstring": "~1.1"
1239
            },
1240
            "require-dev": {
1241
                "predis/predis": "~1.0",
1242
                "symfony/expression-language": "~3.4|~4.0"
1243
            },
1244
            "type": "library",
1245
            "extra": {
1246
                "branch-alias": {
1247
                    "dev-master": "4.2-dev"
1248
                }
1249
            },
1250
            "autoload": {
1251
                "psr-4": {
1252
                    "Symfony\\Component\\HttpFoundation\\": ""
1253
                },
1254
                "exclude-from-classmap": [
1255
                    "/Tests/"
1256
                ]
1257
            },
1258
            "notification-url": "https://packagist.org/downloads/",
1259
            "license": [
1260
                "MIT"
1261
            ],
1262
            "authors": [
1263
                {
1264
                    "name": "Fabien Potencier",
1265
                    "email": "[email protected]"
1266
                },
1267
                {
1268
                    "name": "Symfony Community",
1269
                    "homepage": "https://symfony.com/contributors"
1270
                }
1271
            ],
1272
            "description": "Symfony HttpFoundation Component",
1273
            "homepage": "https://symfony.com",
1274
            "time": "2019-01-05T16:37:49+00:00"
1275
        },
1276
        {
1277
            "name": "symfony/polyfill-mbstring",
1278
            "version": "v1.10.0",
1279
            "source": {
1280
                "type": "git",
1281
                "url": "https://github.com/symfony/polyfill-mbstring.git",
1282
                "reference": "c79c051f5b3a46be09205c73b80b346e4153e494"
1283
            },
1284
            "dist": {
1285
                "type": "zip",
1286
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/c79c051f5b3a46be09205c73b80b346e4153e494",
1287
                "reference": "c79c051f5b3a46be09205c73b80b346e4153e494",
1288
                "shasum": ""
1289
            },
1290
            "require": {
1291
                "php": ">=5.3.3"
1292
            },
1293
            "suggest": {
1294
                "ext-mbstring": "For best performance"
1295
            },
1296
            "type": "library",
1297
            "extra": {
1298
                "branch-alias": {
1299
                    "dev-master": "1.9-dev"
1300
                }
1301
            },
1302
            "autoload": {
1303
                "psr-4": {
1304
                    "Symfony\\Polyfill\\Mbstring\\": ""
1305
                },
1306
                "files": [
1307
                    "bootstrap.php"
1308
                ]
1309
            },
1310
            "notification-url": "https://packagist.org/downloads/",
1311
            "license": [
1312
                "MIT"
1313
            ],
1314
            "authors": [
1315
                {
1316
                    "name": "Nicolas Grekas",
1317
                    "email": "[email protected]"
1318
                },
1319
                {
1320
                    "name": "Symfony Community",
1321
                    "homepage": "https://symfony.com/contributors"
1322
                }
1323
            ],
1324
            "description": "Symfony polyfill for the Mbstring extension",
1325
            "homepage": "https://symfony.com",
1326
            "keywords": [
1327
                "compatibility",
1328
                "mbstring",
1329
                "polyfill",
1330
                "portable",
1331
                "shim"
1332
            ],
1333
            "time": "2018-09-21T13:07:52+00:00"
1334
        },
1335
        {
1336
            "name": "symfony/routing",
1337
            "version": "v4.2.2",
1338
            "source": {
1339
                "type": "git",
1340
                "url": "https://github.com/symfony/routing.git",
1341
                "reference": "e69b7a13a0b58af378a49b49dd7084462de16cee"
1342
            },
1343
            "dist": {
1344
                "type": "zip",
1345
                "url": "https://api.github.com/repos/symfony/routing/zipball/e69b7a13a0b58af378a49b49dd7084462de16cee",
1346
                "reference": "e69b7a13a0b58af378a49b49dd7084462de16cee",
1347
                "shasum": ""
1348
            },
1349
            "require": {
1350
                "php": "^7.1.3"
1351
            },
1352
            "conflict": {
1353
                "symfony/config": "<4.2",
1354
                "symfony/dependency-injection": "<3.4",
1355
                "symfony/yaml": "<3.4"
1356
            },
1357
            "require-dev": {
1358
                "doctrine/annotations": "~1.0",
1359
                "psr/log": "~1.0",
1360
                "symfony/config": "~4.2",
1361
                "symfony/dependency-injection": "~3.4|~4.0",
1362
                "symfony/expression-language": "~3.4|~4.0",
1363
                "symfony/http-foundation": "~3.4|~4.0",
1364
                "symfony/yaml": "~3.4|~4.0"
1365
            },
1366
            "suggest": {
1367
                "doctrine/annotations": "For using the annotation loader",
1368
                "symfony/config": "For using the all-in-one router or any loader",
1369
                "symfony/dependency-injection": "For loading routes from a service",
1370
                "symfony/expression-language": "For using expression matching",
1371
                "symfony/http-foundation": "For using a Symfony Request object",
1372
                "symfony/yaml": "For using the YAML loader"
1373
            },
1374
            "type": "library",
1375
            "extra": {
1376
                "branch-alias": {
1377
                    "dev-master": "4.2-dev"
1378
                }
1379
            },
1380
            "autoload": {
1381
                "psr-4": {
1382
                    "Symfony\\Component\\Routing\\": ""
1383
                },
1384
                "exclude-from-classmap": [
1385
                    "/Tests/"
1386
                ]
1387
            },
1388
            "notification-url": "https://packagist.org/downloads/",
1389
            "license": [
1390
                "MIT"
1391
            ],
1392
            "authors": [
1393
                {
1394
                    "name": "Fabien Potencier",
1395
                    "email": "[email protected]"
1396
                },
1397
                {
1398
                    "name": "Symfony Community",
1399
                    "homepage": "https://symfony.com/contributors"
1400
                }
1401
            ],
1402
            "description": "Symfony Routing Component",
1403
            "homepage": "https://symfony.com",
1404
            "keywords": [
1405
                "router",
1406
                "routing",
1407
                "uri",
1408
                "url"
1409
            ],
1410
            "time": "2019-01-03T09:07:35+00:00"
1411
        },
1412
        {
1413
            "name": "thruway/client",
1414
            "version": "0.5.4",
1415
            "source": {
1416
                "type": "git",
1417
                "url": "https://github.com/thruway/client.git",
1418
                "reference": "532604ab58de1e271a368dae406685566c539c87"
1419
            },
1420
            "dist": {
1421
                "type": "zip",
1422
                "url": "https://api.github.com/repos/thruway/client/zipball/532604ab58de1e271a368dae406685566c539c87",
1423
                "reference": "532604ab58de1e271a368dae406685566c539c87",
1424
                "shasum": ""
1425
            },
1426
            "require": {
1427
                "evenement/evenement": "^3.0 || ^2.0",
1428
                "psr/log": "^1.0",
1429
                "react/event-loop": "^1.0 || ^0.5 || ^0.4.3",
1430
                "react/promise-timer": "^1.2.1",
1431
                "voryx/thruway-common": "^1.0"
1432
            },
1433
            "require-dev": {
1434
                "phpunit/phpunit": "^5.5.4",
1435
                "thruway/pawl-transport": "dev-master"
1436
            },
1437
            "type": "library",
1438
            "autoload": {
1439
                "psr-4": {
1440
                    "Thruway\\": "src/"
1441
                }
1442
            },
1443
            "notification-url": "https://packagist.org/downloads/",
1444
            "license": [
1445
                "MIT"
1446
            ],
1447
            "authors": [
1448
                {
1449
                    "name": "Matt Bonneau",
1450
                    "email": "[email protected]",
1451
                    "role": "Developer"
1452
                },
1453
                {
1454
                    "name": "David Dan",
1455
                    "email": "[email protected]",
1456
                    "role": "Developer"
1457
                }
1458
            ],
1459
            "description": "Thruway WAMP client",
1460
            "keywords": [
1461
                "Autobahn",
1462
                "WAMP",
1463
                "WAMP2",
1464
                "WebSockets",
1465
                "client"
1466
            ],
1467
            "time": "2018-04-09T12:18:12+00:00"
1468
        },
1469
        {
1470
            "name": "thruway/ratchet-transport",
1471
            "version": "0.5.0",
1472
            "source": {
1473
                "type": "git",
1474
                "url": "https://github.com/thruway/ratchet-transport.git",
1475
                "reference": "0f6cf96d120b264fbe229577db52be64ec58e4d0"
1476
            },
1477
            "dist": {
1478
                "type": "zip",
1479
                "url": "https://api.github.com/repos/thruway/ratchet-transport/zipball/0f6cf96d120b264fbe229577db52be64ec58e4d0",
1480
                "reference": "0f6cf96d120b264fbe229577db52be64ec58e4d0",
1481
                "shasum": ""
1482
            },
1483
            "require": {
1484
                "cboden/ratchet": "^0.4",
1485
                "guzzlehttp/psr7": "^1.4"
1486
            },
1487
            "type": "library",
1488
            "autoload": {
1489
                "psr-4": {
1490
                    "Thruway\\Transport\\": "src/"
1491
                }
1492
            },
1493
            "notification-url": "https://packagist.org/downloads/",
1494
            "license": [
1495
                "MIT"
1496
            ],
1497
            "authors": [
1498
                {
1499
                    "name": "Matt Bonneau",
1500
                    "email": "[email protected]",
1501
                    "role": "Developer"
1502
                },
1503
                {
1504
                    "name": "David Dan",
1505
                    "email": "[email protected]",
1506
                    "role": "Developer"
1507
                }
1508
            ],
1509
            "description": "Ratchet Transport for Thruway",
1510
            "keywords": [
1511
                "Autobahn",
1512
                "WAMP",
1513
                "WAMP2",
1514
                "WebSockets",
1515
                "client",
1516
                "server",
1517
                "sockets",
1518
                "thruway"
1519
            ],
1520
            "time": "2017-10-03T13:38:44+00:00"
1521
        },
1522
        {
1523
            "name": "voryx/thruway",
1524
            "version": "0.5.3",
1525
            "source": {
1526
                "type": "git",
1527
                "url": "https://github.com/voryx/Thruway.git",
1528
                "reference": "7039e871bfedc319bcadf5445ac30e0fc0eb52be"
1529
            },
1530
            "dist": {
1531
                "type": "zip",
1532
                "url": "https://api.github.com/repos/voryx/Thruway/zipball/7039e871bfedc319bcadf5445ac30e0fc0eb52be",
1533
                "reference": "7039e871bfedc319bcadf5445ac30e0fc0eb52be",
1534
                "shasum": ""
1535
            },
1536
            "require": {
1537
                "php": ">=5.6",
1538
                "react/event-loop": "^1.0 || ^0.5 || ^0.4.3",
1539
                "react/promise": "^2.3.0",
1540
                "symfony/event-dispatcher": "^2.7|^3.0|^4.0",
1541
                "thruway/client": "^0.5.0",
1542
                "thruway/ratchet-transport": "^0.5.0",
1543
                "voryx/thruway-common": "^1.0.3"
1544
            },
1545
            "require-dev": {
1546
                "phpunit/phpunit": "^5.5.4",
1547
                "thruway/pawl-transport": "^0.5.0",
1548
                "thruway/raw-socket-transport": "^0.5.0"
1549
            },
1550
            "bin": [
1551
                "bin/thruway"
1552
            ],
1553
            "type": "library",
1554
            "autoload": {
1555
                "psr-4": {
1556
                    "Thruway\\": "src/"
1557
                }
1558
            },
1559
            "notification-url": "https://packagist.org/downloads/",
1560
            "license": [
1561
                "MIT"
1562
            ],
1563
            "authors": [
1564
                {
1565
                    "name": "Matt Bonneau",
1566
                    "email": "[email protected]",
1567
                    "role": "Developer"
1568
                },
1569
                {
1570
                    "name": "David Dan",
1571
                    "email": "[email protected]",
1572
                    "role": "Developer"
1573
                }
1574
            ],
1575
            "description": "Thruway WAMP router core",
1576
            "keywords": [
1577
                "Autobahn",
1578
                "WAMP",
1579
                "WAMP2",
1580
                "WebSockets",
1581
                "client",
1582
                "server",
1583
                "sockets"
1584
            ],
1585
            "time": "2018-04-09T12:07:34+00:00"
1586
        },
1587
        {
1588
            "name": "voryx/thruway-common",
1589
            "version": "1.0.5",
1590
            "source": {
1591
                "type": "git",
1592
                "url": "https://github.com/voryx/ThruwayCommon.git",
1593
                "reference": "694adb0403c4267d1ea78a136da1cafc935d39b5"
1594
            },
1595
            "dist": {
1596
                "type": "zip",
1597
                "url": "https://api.github.com/repos/voryx/ThruwayCommon/zipball/694adb0403c4267d1ea78a136da1cafc935d39b5",
1598
                "reference": "694adb0403c4267d1ea78a136da1cafc935d39b5",
1599
                "shasum": ""
1600
            },
1601
            "replace": {
1602
                "voryx/thruway-message": "1.*"
1603
            },
1604
            "require-dev": {
1605
                "phpunit/phpunit": "^5.5.4"
1606
            },
1607
            "type": "library",
1608
            "autoload": {
1609
                "psr-4": {
1610
                    "Thruway\\": "src"
1611
                }
1612
            },
1613
            "notification-url": "https://packagist.org/downloads/",
1614
            "license": [
1615
                "MIT"
1616
            ],
1617
            "authors": [
1618
                {
1619
                    "name": "Matt Bonneau",
1620
                    "email": "[email protected]",
1621
                    "role": "Developer"
1622
                },
1623
                {
1624
                    "name": "David Dan",
1625
                    "email": "[email protected]",
1626
                    "role": "Developer"
1627
                }
1628
            ],
1629
            "description": "WAMP2 Common Library for Thruway",
1630
            "keywords": [
1631
                "WAMP",
1632
                "WAMP2",
1633
                "thruway",
1634
                "wamp-proto"
1635
            ],
1636
            "time": "2019-01-18T15:59:32+00:00"
1637
        },
1638
        {
1639
            "name": "wyrihaximus/doctrine-annotation-autoloader",
1640
            "version": "1.0.0",
1641
            "source": {
1642
                "type": "git",
1643
                "url": "https://github.com/WyriHaximus/php-doctrine-annotation-autoloader.git",
1644
                "reference": "9670f84b7d3ca53723556988080ebc939da345af"
1645
            },
1646
            "dist": {
1647
                "type": "zip",
1648
                "url": "https://api.github.com/repos/WyriHaximus/php-doctrine-annotation-autoloader/zipball/9670f84b7d3ca53723556988080ebc939da345af",
1649
                "reference": "9670f84b7d3ca53723556988080ebc939da345af",
1650
                "shasum": ""
1651
            },
1652
            "require": {
1653
                "doctrine/annotations": "^1.4"
1654
            },
1655
            "type": "library",
1656
            "autoload": {
1657
                "files": [
1658
                    "src/bootstrap.php"
1659
                ]
1660
            },
1661
            "notification-url": "https://packagist.org/downloads/",
1662
            "license": [
1663
                "MIT"
1664
            ],
1665
            "authors": [
1666
                {
1667
                    "name": "Cees-Jan Kiewiet",
1668
                    "email": "[email protected]"
1669
                }
1670
            ],
1671
            "description": "Request middleware",
1672
            "time": "2017-06-19T15:02:15+00:00"
1673
        },
1674
        {
1675
            "name": "wyrihaximus/to-child-process-or-not-to-child-process",
1676
            "version": "1.0.0",
1677
            "source": {
1678
                "type": "git",
1679
                "url": "https://github.com/WyriHaximus/php-to-child-process-or-not-to-child-process.git",
1680
                "reference": "289ed48877f5a843b39643c79419ae40e3f500b0"
1681
            },
1682
            "dist": {
1683
                "type": "zip",
1684
                "url": "https://api.github.com/repos/WyriHaximus/php-to-child-process-or-not-to-child-process/zipball/289ed48877f5a843b39643c79419ae40e3f500b0",
1685
                "reference": "289ed48877f5a843b39643c79419ae40e3f500b0",
1686
                "shasum": ""
1687
            },
1688
            "require": {
1689
                "php": "^7.2",
1690
                "wyrihaximus/doctrine-annotation-autoloader": "^1.0",
1691
                "wyrihaximus/to-x-or-not-to-x": "^1.0"
1692
            },
1693
            "require-dev": {
1694
                "api-clients/test-utilities": "^5.0"
1695
            },
1696
            "type": "library",
1697
            "extra": {
1698
                "react-inspector": {
1699
                    "metrics": [
1700
                        "inspector.metrics"
1701
                    ],
1702
                    "reset": {
1703
                        "ticks": [
1704
                            "inspector.metrics"
1705
                        ]
1706
                    }
1707
                }
1708
            },
1709
            "autoload": {
1710
                "psr-4": {
1711
                    "WyriHaximus\\": "src/"
1712
                },
1713
                "files": [
1714
                    "src/functions_include.php"
1715
                ]
1716
            },
1717
            "notification-url": "https://packagist.org/downloads/",
1718
            "license": [
1719
                "MIT"
1720
            ],
1721
            "authors": [
1722
                {
1723
                    "name": "Cees-Jan Kiewiet",
1724
                    "email": "[email protected]",
1725
                    "homepage": "http://wyrihaximus.net/"
1726
                }
1727
            ],
1728
            "description": "To child process or not to child process",
1729
            "time": "2018-09-22T20:06:24+00:00"
1730
        },
1731
        {
1732
            "name": "wyrihaximus/to-x-or-not-to-x",
1733
            "version": "1.0.0",
1734
            "source": {
1735
                "type": "git",
1736
                "url": "https://github.com/WyriHaximus/php-to-X-or-not-to-X.git",
1737
                "reference": "78c2cda81e3f293f10d9a772a22fed188ea50e43"
1738
            },
1739
            "dist": {
1740
                "type": "zip",
1741
                "url": "https://api.github.com/repos/WyriHaximus/php-to-X-or-not-to-X/zipball/78c2cda81e3f293f10d9a772a22fed188ea50e43",
1742
                "reference": "78c2cda81e3f293f10d9a772a22fed188ea50e43",
1743
                "shasum": ""
1744
            },
1745
            "require": {
1746
                "cakephp/collection": "^3.6",
1747
                "doctrine/annotations": "^1.6",
1748
                "php": "^7.2",
1749
                "wyrihaximus/doctrine-annotation-autoloader": "^1.0"
1750
            },
1751
            "require-dev": {
1752
                "api-clients/test-utilities": "^5.0"
1753
            },
1754
            "type": "library",
1755
            "extra": {
1756
                "react-inspector": {
1757
                    "metrics": [
1758
                        "inspector.metrics"
1759
                    ],
1760
                    "reset": {
1761
                        "ticks": [
1762
                            "inspector.metrics"
1763
                        ]
1764
                    }
1765
                }
1766
            },
1767
            "autoload": {
1768
                "psr-4": {
1769
                    "WyriHaximus\\": "src/"
1770
                },
1771
                "files": [
1772
                    "src/functions_include.php"
1773
                ]
1774
            },
1775
            "notification-url": "https://packagist.org/downloads/",
1776
            "license": [
1777
                "MIT"
1778
            ],
1779
            "authors": [
1780
                {
1781
                    "name": "Cees-Jan Kiewiet",
1782
                    "email": "[email protected]",
1783
                    "homepage": "http://wyrihaximus.net/"
1784
                }
1785
            ],
1786
            "description": "To X or not to X",
1787
            "time": "2018-09-22T19:43:24+00:00"
1788
        },
1789
        {
1790
            "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...
1791
            "version": "1.7.1",
1792
            "source": {
1793
                "type": "git",
1794
                "url": "https://github.com/zendframework/zend-diactoros.git",
1795
                "reference": "bf26aff803a11c5cc8eb7c4878a702c403ec67f1"
1796
            },
1797
            "dist": {
1798
                "type": "zip",
1799
                "url": "https://api.github.com/repos/zendframework/zend-diactoros/zipball/bf26aff803a11c5cc8eb7c4878a702c403ec67f1",
1800
                "reference": "bf26aff803a11c5cc8eb7c4878a702c403ec67f1",
1801
                "shasum": ""
1802
            },
1803
            "require": {
1804
                "php": "^5.6 || ^7.0",
1805
                "psr/http-message": "^1.0"
1806
            },
1807
            "provide": {
1808
                "psr/http-message-implementation": "1.0"
1809
            },
1810
            "require-dev": {
1811
                "ext-dom": "*",
1812
                "ext-libxml": "*",
1813
                "phpunit/phpunit": "^5.7.16 || ^6.0.8",
1814
                "zendframework/zend-coding-standard": "~1.0"
1815
            },
1816
            "type": "library",
1817
            "extra": {
1818
                "branch-alias": {
1819
                    "dev-master": "1.7.x-dev",
1820
                    "dev-develop": "1.8.x-dev"
1821
                }
1822
            },
1823
            "autoload": {
1824
                "psr-4": {
1825
                    "Zend\\Diactoros\\": "src/"
1826
                }
1827
            },
1828
            "notification-url": "https://packagist.org/downloads/",
1829
            "license": [
1830
                "BSD-2-Clause"
1831
            ],
1832
            "description": "PSR HTTP Message implementations",
1833
            "homepage": "https://github.com/zendframework/zend-diactoros",
1834
            "keywords": [
1835
                "http",
1836
                "psr",
1837
                "psr-7"
1838
            ],
1839
            "time": "2018-02-26T15:44:50+00:00"
1840
        }
1841
    ],
1842
    "packages-dev": [
1843
        {
1844
            "name": "cakephp/debug_kit",
1845
            "version": "3.16.7",
1846
            "source": {
1847
                "type": "git",
1848
                "url": "https://github.com/cakephp/debug_kit.git",
1849
                "reference": "556d7b97fe6efd796616af99c0c94918ccb0087c"
1850
            },
1851
            "dist": {
1852
                "type": "zip",
1853
                "url": "https://api.github.com/repos/cakephp/debug_kit/zipball/556d7b97fe6efd796616af99c0c94918ccb0087c",
1854
                "reference": "556d7b97fe6efd796616af99c0c94918ccb0087c",
1855
                "shasum": ""
1856
            },
1857
            "require": {
1858
                "cakephp/cakephp": "^3.6.0",
1859
                "cakephp/chronos": "^1.0.0",
1860
                "cakephp/plugin-installer": "^1.0.0",
1861
                "composer/composer": "^1.3.0",
1862
                "jdorn/sql-formatter": "^1.2.0",
1863
                "php": ">=5.6.0"
1864
            },
1865
            "require-dev": {
1866
                "cakephp/cakephp-codesniffer": "^3.0",
1867
                "phpunit/phpunit": "^5.7.14|^6.0"
1868
            },
1869
            "suggest": {
1870
                "ext-pdo_sqlite": "DebugKit needs to store panel data in a database. SQLite is simple and easy to use."
1871
            },
1872
            "type": "cakephp-plugin",
1873
            "autoload": {
1874
                "psr-4": {
1875
                    "DebugKit\\": "src",
1876
                    "DebugKit\\Test\\Fixture\\": "tests\\Fixture"
1877
                }
1878
            },
1879
            "notification-url": "https://packagist.org/downloads/",
1880
            "license": [
1881
                "MIT"
1882
            ],
1883
            "authors": [
1884
                {
1885
                    "name": "Mark Story",
1886
                    "homepage": "http://mark-story.com",
1887
                    "role": "Author"
1888
                },
1889
                {
1890
                    "name": "CakePHP Community",
1891
                    "homepage": "https://github.com/cakephp/debug_kit/graphs/contributors"
1892
                }
1893
            ],
1894
            "description": "CakePHP Debug Kit",
1895
            "homepage": "https://github.com/cakephp/debug_kit",
1896
            "keywords": [
1897
                "cakephp",
1898
                "debug",
1899
                "kit"
1900
            ],
1901
            "time": "2018-12-02T03:24:57+00:00"
1902
        },
1903
        {
1904
            "name": "cakephp/plugin-installer",
1905
            "version": "1.1.0",
1906
            "source": {
1907
                "type": "git",
1908
                "url": "https://github.com/cakephp/plugin-installer.git",
1909
                "reference": "41373d0678490502f45adc7be88aa22d24ac1843"
1910
            },
1911
            "dist": {
1912
                "type": "zip",
1913
                "url": "https://api.github.com/repos/cakephp/plugin-installer/zipball/41373d0678490502f45adc7be88aa22d24ac1843",
1914
                "reference": "41373d0678490502f45adc7be88aa22d24ac1843",
1915
                "shasum": ""
1916
            },
1917
            "require-dev": {
1918
                "cakephp/cakephp-codesniffer": "dev-master",
1919
                "composer/composer": "1.0.*@dev",
1920
                "phpunit/phpunit": "^4.8|^5.7|^6.0"
1921
            },
1922
            "type": "composer-installer",
1923
            "extra": {
1924
                "class": "Cake\\Composer\\Installer\\PluginInstaller"
1925
            },
1926
            "autoload": {
1927
                "psr-4": {
1928
                    "Cake\\Composer\\": "src"
1929
                }
1930
            },
1931
            "notification-url": "https://packagist.org/downloads/",
1932
            "license": [
1933
                "MIT"
1934
            ],
1935
            "authors": [
1936
                {
1937
                    "name": "CakePHP Community",
1938
                    "homepage": "http://cakephp.org"
1939
                }
1940
            ],
1941
            "description": "A composer installer for CakePHP 3.0+ plugins.",
1942
            "time": "2017-12-24T21:09:29+00:00"
1943
        },
1944
        {
1945
            "name": "composer/ca-bundle",
1946
            "version": "1.1.3",
1947
            "source": {
1948
                "type": "git",
1949
                "url": "https://github.com/composer/ca-bundle.git",
1950
                "reference": "8afa52cd417f4ec417b4bfe86b68106538a87660"
1951
            },
1952
            "dist": {
1953
                "type": "zip",
1954
                "url": "https://api.github.com/repos/composer/ca-bundle/zipball/8afa52cd417f4ec417b4bfe86b68106538a87660",
1955
                "reference": "8afa52cd417f4ec417b4bfe86b68106538a87660",
1956
                "shasum": ""
1957
            },
1958
            "require": {
1959
                "ext-openssl": "*",
1960
                "ext-pcre": "*",
1961
                "php": "^5.3.2 || ^7.0"
1962
            },
1963
            "require-dev": {
1964
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5",
1965
                "psr/log": "^1.0",
1966
                "symfony/process": "^2.5 || ^3.0 || ^4.0"
1967
            },
1968
            "type": "library",
1969
            "extra": {
1970
                "branch-alias": {
1971
                    "dev-master": "1.x-dev"
1972
                }
1973
            },
1974
            "autoload": {
1975
                "psr-4": {
1976
                    "Composer\\CaBundle\\": "src"
1977
                }
1978
            },
1979
            "notification-url": "https://packagist.org/downloads/",
1980
            "license": [
1981
                "MIT"
1982
            ],
1983
            "authors": [
1984
                {
1985
                    "name": "Jordi Boggiano",
1986
                    "email": "[email protected]",
1987
                    "homepage": "http://seld.be"
1988
                }
1989
            ],
1990
            "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.",
1991
            "keywords": [
1992
                "cabundle",
1993
                "cacert",
1994
                "certificate",
1995
                "ssl",
1996
                "tls"
1997
            ],
1998
            "time": "2018-10-18T06:09:13+00:00"
1999
        },
2000
        {
2001
            "name": "composer/composer",
2002
            "version": "1.8.0",
2003
            "source": {
2004
                "type": "git",
2005
                "url": "https://github.com/composer/composer.git",
2006
                "reference": "d8aef3af866b28786ce9b8647e52c42496436669"
2007
            },
2008
            "dist": {
2009
                "type": "zip",
2010
                "url": "https://api.github.com/repos/composer/composer/zipball/d8aef3af866b28786ce9b8647e52c42496436669",
2011
                "reference": "d8aef3af866b28786ce9b8647e52c42496436669",
2012
                "shasum": ""
2013
            },
2014
            "require": {
2015
                "composer/ca-bundle": "^1.0",
2016
                "composer/semver": "^1.0",
2017
                "composer/spdx-licenses": "^1.2",
2018
                "composer/xdebug-handler": "^1.1",
2019
                "justinrainbow/json-schema": "^3.0 || ^4.0 || ^5.0",
2020
                "php": "^5.3.2 || ^7.0",
2021
                "psr/log": "^1.0",
2022
                "seld/jsonlint": "^1.4",
2023
                "seld/phar-utils": "^1.0",
2024
                "symfony/console": "^2.7 || ^3.0 || ^4.0",
2025
                "symfony/filesystem": "^2.7 || ^3.0 || ^4.0",
2026
                "symfony/finder": "^2.7 || ^3.0 || ^4.0",
2027
                "symfony/process": "^2.7 || ^3.0 || ^4.0"
2028
            },
2029
            "conflict": {
2030
                "symfony/console": "2.8.38"
2031
            },
2032
            "require-dev": {
2033
                "phpunit/phpunit": "^4.8.35 || ^5.7",
2034
                "phpunit/phpunit-mock-objects": "^2.3 || ^3.0"
2035
            },
2036
            "suggest": {
2037
                "ext-openssl": "Enabling the openssl extension allows you to access https URLs for repositories and packages",
2038
                "ext-zip": "Enabling the zip extension allows you to unzip archives",
2039
                "ext-zlib": "Allow gzip compression of HTTP requests"
2040
            },
2041
            "bin": [
2042
                "bin/composer"
2043
            ],
2044
            "type": "library",
2045
            "extra": {
2046
                "branch-alias": {
2047
                    "dev-master": "1.8-dev"
2048
                }
2049
            },
2050
            "autoload": {
2051
                "psr-4": {
2052
                    "Composer\\": "src/Composer"
2053
                }
2054
            },
2055
            "notification-url": "https://packagist.org/downloads/",
2056
            "license": [
2057
                "MIT"
2058
            ],
2059
            "authors": [
2060
                {
2061
                    "name": "Nils Adermann",
2062
                    "email": "[email protected]",
2063
                    "homepage": "http://www.naderman.de"
2064
                },
2065
                {
2066
                    "name": "Jordi Boggiano",
2067
                    "email": "[email protected]",
2068
                    "homepage": "http://seld.be"
2069
                }
2070
            ],
2071
            "description": "Composer helps you declare, manage and install dependencies of PHP projects, ensuring you have the right stack everywhere.",
2072
            "homepage": "https://getcomposer.org/",
2073
            "keywords": [
2074
                "autoload",
2075
                "dependency",
2076
                "package"
2077
            ],
2078
            "time": "2018-12-03T09:31:16+00:00"
2079
        },
2080
        {
2081
            "name": "composer/semver",
2082
            "version": "1.4.2",
2083
            "source": {
2084
                "type": "git",
2085
                "url": "https://github.com/composer/semver.git",
2086
                "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573"
2087
            },
2088
            "dist": {
2089
                "type": "zip",
2090
                "url": "https://api.github.com/repos/composer/semver/zipball/c7cb9a2095a074d131b65a8a0cd294479d785573",
2091
                "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573",
2092
                "shasum": ""
2093
            },
2094
            "require": {
2095
                "php": "^5.3.2 || ^7.0"
2096
            },
2097
            "require-dev": {
2098
                "phpunit/phpunit": "^4.5 || ^5.0.5",
2099
                "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
2100
            },
2101
            "type": "library",
2102
            "extra": {
2103
                "branch-alias": {
2104
                    "dev-master": "1.x-dev"
2105
                }
2106
            },
2107
            "autoload": {
2108
                "psr-4": {
2109
                    "Composer\\Semver\\": "src"
2110
                }
2111
            },
2112
            "notification-url": "https://packagist.org/downloads/",
2113
            "license": [
2114
                "MIT"
2115
            ],
2116
            "authors": [
2117
                {
2118
                    "name": "Nils Adermann",
2119
                    "email": "[email protected]",
2120
                    "homepage": "http://www.naderman.de"
2121
                },
2122
                {
2123
                    "name": "Jordi Boggiano",
2124
                    "email": "[email protected]",
2125
                    "homepage": "http://seld.be"
2126
                },
2127
                {
2128
                    "name": "Rob Bast",
2129
                    "email": "[email protected]",
2130
                    "homepage": "http://robbast.nl"
2131
                }
2132
            ],
2133
            "description": "Semver library that offers utilities, version constraint parsing and validation.",
2134
            "keywords": [
2135
                "semantic",
2136
                "semver",
2137
                "validation",
2138
                "versioning"
2139
            ],
2140
            "time": "2016-08-30T16:08:34+00:00"
2141
        },
2142
        {
2143
            "name": "composer/spdx-licenses",
2144
            "version": "1.5.0",
2145
            "source": {
2146
                "type": "git",
2147
                "url": "https://github.com/composer/spdx-licenses.git",
2148
                "reference": "7a9556b22bd9d4df7cad89876b00af58ef20d3a2"
2149
            },
2150
            "dist": {
2151
                "type": "zip",
2152
                "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/7a9556b22bd9d4df7cad89876b00af58ef20d3a2",
2153
                "reference": "7a9556b22bd9d4df7cad89876b00af58ef20d3a2",
2154
                "shasum": ""
2155
            },
2156
            "require": {
2157
                "php": "^5.3.2 || ^7.0"
2158
            },
2159
            "require-dev": {
2160
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5",
2161
                "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
2162
            },
2163
            "type": "library",
2164
            "extra": {
2165
                "branch-alias": {
2166
                    "dev-master": "1.x-dev"
2167
                }
2168
            },
2169
            "autoload": {
2170
                "psr-4": {
2171
                    "Composer\\Spdx\\": "src"
2172
                }
2173
            },
2174
            "notification-url": "https://packagist.org/downloads/",
2175
            "license": [
2176
                "MIT"
2177
            ],
2178
            "authors": [
2179
                {
2180
                    "name": "Nils Adermann",
2181
                    "email": "[email protected]",
2182
                    "homepage": "http://www.naderman.de"
2183
                },
2184
                {
2185
                    "name": "Jordi Boggiano",
2186
                    "email": "[email protected]",
2187
                    "homepage": "http://seld.be"
2188
                },
2189
                {
2190
                    "name": "Rob Bast",
2191
                    "email": "[email protected]",
2192
                    "homepage": "http://robbast.nl"
2193
                }
2194
            ],
2195
            "description": "SPDX licenses list and validation library.",
2196
            "keywords": [
2197
                "license",
2198
                "spdx",
2199
                "validator"
2200
            ],
2201
            "time": "2018-11-01T09:45:54+00:00"
2202
        },
2203
        {
2204
            "name": "composer/xdebug-handler",
2205
            "version": "1.3.1",
2206
            "source": {
2207
                "type": "git",
2208
                "url": "https://github.com/composer/xdebug-handler.git",
2209
                "reference": "dc523135366eb68f22268d069ea7749486458562"
2210
            },
2211
            "dist": {
2212
                "type": "zip",
2213
                "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/dc523135366eb68f22268d069ea7749486458562",
2214
                "reference": "dc523135366eb68f22268d069ea7749486458562",
2215
                "shasum": ""
2216
            },
2217
            "require": {
2218
                "php": "^5.3.2 || ^7.0",
2219
                "psr/log": "^1.0"
2220
            },
2221
            "require-dev": {
2222
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5"
2223
            },
2224
            "type": "library",
2225
            "autoload": {
2226
                "psr-4": {
2227
                    "Composer\\XdebugHandler\\": "src"
2228
                }
2229
            },
2230
            "notification-url": "https://packagist.org/downloads/",
2231
            "license": [
2232
                "MIT"
2233
            ],
2234
            "authors": [
2235
                {
2236
                    "name": "John Stevenson",
2237
                    "email": "[email protected]"
2238
                }
2239
            ],
2240
            "description": "Restarts a process without xdebug.",
2241
            "keywords": [
2242
                "Xdebug",
2243
                "performance"
2244
            ],
2245
            "time": "2018-11-29T10:59:02+00:00"
2246
        },
2247
        {
2248
            "name": "doctrine/instantiator",
2249
            "version": "1.1.0",
2250
            "source": {
2251
                "type": "git",
2252
                "url": "https://github.com/doctrine/instantiator.git",
2253
                "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda"
2254
            },
2255
            "dist": {
2256
                "type": "zip",
2257
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
2258
                "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
2259
                "shasum": ""
2260
            },
2261
            "require": {
2262
                "php": "^7.1"
2263
            },
2264
            "require-dev": {
2265
                "athletic/athletic": "~0.1.8",
2266
                "ext-pdo": "*",
2267
                "ext-phar": "*",
2268
                "phpunit/phpunit": "^6.2.3",
2269
                "squizlabs/php_codesniffer": "^3.0.2"
2270
            },
2271
            "type": "library",
2272
            "extra": {
2273
                "branch-alias": {
2274
                    "dev-master": "1.2.x-dev"
2275
                }
2276
            },
2277
            "autoload": {
2278
                "psr-4": {
2279
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
2280
                }
2281
            },
2282
            "notification-url": "https://packagist.org/downloads/",
2283
            "license": [
2284
                "MIT"
2285
            ],
2286
            "authors": [
2287
                {
2288
                    "name": "Marco Pivetta",
2289
                    "email": "[email protected]",
2290
                    "homepage": "http://ocramius.github.com/"
2291
                }
2292
            ],
2293
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
2294
            "homepage": "https://github.com/doctrine/instantiator",
2295
            "keywords": [
2296
                "constructor",
2297
                "instantiate"
2298
            ],
2299
            "time": "2017-07-22T11:58:36+00:00"
2300
        },
2301
        {
2302
            "name": "jdorn/sql-formatter",
2303
            "version": "v1.2.17",
2304
            "source": {
2305
                "type": "git",
2306
                "url": "https://github.com/jdorn/sql-formatter.git",
2307
                "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc"
2308
            },
2309
            "dist": {
2310
                "type": "zip",
2311
                "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc",
2312
                "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc",
2313
                "shasum": ""
2314
            },
2315
            "require": {
2316
                "php": ">=5.2.4"
2317
            },
2318
            "require-dev": {
2319
                "phpunit/phpunit": "3.7.*"
2320
            },
2321
            "type": "library",
2322
            "extra": {
2323
                "branch-alias": {
2324
                    "dev-master": "1.3.x-dev"
2325
                }
2326
            },
2327
            "autoload": {
2328
                "classmap": [
2329
                    "lib"
2330
                ]
2331
            },
2332
            "notification-url": "https://packagist.org/downloads/",
2333
            "license": [
2334
                "MIT"
2335
            ],
2336
            "authors": [
2337
                {
2338
                    "name": "Jeremy Dorn",
2339
                    "email": "[email protected]",
2340
                    "homepage": "http://jeremydorn.com/"
2341
                }
2342
            ],
2343
            "description": "a PHP SQL highlighting library",
2344
            "homepage": "https://github.com/jdorn/sql-formatter/",
2345
            "keywords": [
2346
                "highlight",
2347
                "sql"
2348
            ],
2349
            "time": "2014-01-12T16:20:24+00:00"
2350
        },
2351
        {
2352
            "name": "justinrainbow/json-schema",
2353
            "version": "5.2.8",
2354
            "source": {
2355
                "type": "git",
2356
                "url": "https://github.com/justinrainbow/json-schema.git",
2357
                "reference": "dcb6e1006bb5fd1e392b4daa68932880f37550d4"
2358
            },
2359
            "dist": {
2360
                "type": "zip",
2361
                "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/dcb6e1006bb5fd1e392b4daa68932880f37550d4",
2362
                "reference": "dcb6e1006bb5fd1e392b4daa68932880f37550d4",
2363
                "shasum": ""
2364
            },
2365
            "require": {
2366
                "php": ">=5.3.3"
2367
            },
2368
            "require-dev": {
2369
                "friendsofphp/php-cs-fixer": "~2.2.20",
2370
                "json-schema/json-schema-test-suite": "1.2.0",
2371
                "phpunit/phpunit": "^4.8.35"
2372
            },
2373
            "bin": [
2374
                "bin/validate-json"
2375
            ],
2376
            "type": "library",
2377
            "extra": {
2378
                "branch-alias": {
2379
                    "dev-master": "5.0.x-dev"
2380
                }
2381
            },
2382
            "autoload": {
2383
                "psr-4": {
2384
                    "JsonSchema\\": "src/JsonSchema/"
2385
                }
2386
            },
2387
            "notification-url": "https://packagist.org/downloads/",
2388
            "license": [
2389
                "MIT"
2390
            ],
2391
            "authors": [
2392
                {
2393
                    "name": "Bruno Prieto Reis",
2394
                    "email": "[email protected]"
2395
                },
2396
                {
2397
                    "name": "Justin Rainbow",
2398
                    "email": "[email protected]"
2399
                },
2400
                {
2401
                    "name": "Igor Wiedler",
2402
                    "email": "[email protected]"
2403
                },
2404
                {
2405
                    "name": "Robert Schönthal",
2406
                    "email": "[email protected]"
2407
                }
2408
            ],
2409
            "description": "A library to validate a json schema.",
2410
            "homepage": "https://github.com/justinrainbow/json-schema",
2411
            "keywords": [
2412
                "json",
2413
                "schema"
2414
            ],
2415
            "time": "2019-01-14T23:55:14+00:00"
2416
        },
2417
        {
2418
            "name": "myclabs/deep-copy",
2419
            "version": "1.7.0",
2420
            "source": {
2421
                "type": "git",
2422
                "url": "https://github.com/myclabs/DeepCopy.git",
2423
                "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e"
2424
            },
2425
            "dist": {
2426
                "type": "zip",
2427
                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
2428
                "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
2429
                "shasum": ""
2430
            },
2431
            "require": {
2432
                "php": "^5.6 || ^7.0"
2433
            },
2434
            "require-dev": {
2435
                "doctrine/collections": "^1.0",
2436
                "doctrine/common": "^2.6",
2437
                "phpunit/phpunit": "^4.1"
2438
            },
2439
            "type": "library",
2440
            "autoload": {
2441
                "psr-4": {
2442
                    "DeepCopy\\": "src/DeepCopy/"
2443
                },
2444
                "files": [
2445
                    "src/DeepCopy/deep_copy.php"
2446
                ]
2447
            },
2448
            "notification-url": "https://packagist.org/downloads/",
2449
            "license": [
2450
                "MIT"
2451
            ],
2452
            "description": "Create deep copies (clones) of your objects",
2453
            "keywords": [
2454
                "clone",
2455
                "copy",
2456
                "duplicate",
2457
                "object",
2458
                "object graph"
2459
            ],
2460
            "time": "2017-10-19T19:58:43+00:00"
2461
        },
2462
        {
2463
            "name": "phake/phake",
2464
            "version": "v2.3.2",
2465
            "source": {
2466
                "type": "git",
2467
                "url": "https://github.com/mlively/Phake.git",
2468
                "reference": "d5832f1a0dd2370e14d38bcbaeb6770e8546cff2"
2469
            },
2470
            "dist": {
2471
                "type": "zip",
2472
                "url": "https://api.github.com/repos/mlively/Phake/zipball/d5832f1a0dd2370e14d38bcbaeb6770e8546cff2",
2473
                "reference": "d5832f1a0dd2370e14d38bcbaeb6770e8546cff2",
2474
                "shasum": ""
2475
            },
2476
            "require": {
2477
                "php": ">=5.3.3",
2478
                "sebastian/comparator": "~1.1"
2479
            },
2480
            "require-dev": {
2481
                "codeclimate/php-test-reporter": "dev-master",
2482
                "doctrine/common": "2.3.*",
2483
                "ext-soap": "*",
2484
                "hamcrest/hamcrest-php": "1.1.*",
2485
                "phpunit/phpunit": "3.7.*"
2486
            },
2487
            "suggest": {
2488
                "doctrine/common": "Allows mock annotations to use import statements for classes.",
2489
                "hamcrest/hamcrest-php": "Use Hamcrest matchers."
2490
            },
2491
            "type": "library",
2492
            "extra": {
2493
                "branch-alias": {
2494
                    "dev-master": "3.0.0-dev"
2495
                }
2496
            },
2497
            "autoload": {
2498
                "psr-0": {
2499
                    "Phake": "src/"
2500
                }
2501
            },
2502
            "notification-url": "https://packagist.org/downloads/",
2503
            "license": [
2504
                "BSD-3-Clause"
2505
            ],
2506
            "authors": [
2507
                {
2508
                    "name": "Mike Lively",
2509
                    "email": "[email protected]"
2510
                }
2511
            ],
2512
            "description": "The Phake mock testing library",
2513
            "homepage": "https://github.com/mlively/Phake",
2514
            "keywords": [
2515
                "mock",
2516
                "testing"
2517
            ],
2518
            "time": "2017-03-20T05:16:34+00:00"
2519
        },
2520
        {
2521
            "name": "phpdocumentor/reflection-common",
2522
            "version": "1.0.1",
2523
            "source": {
2524
                "type": "git",
2525
                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
2526
                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
2527
            },
2528
            "dist": {
2529
                "type": "zip",
2530
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
2531
                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
2532
                "shasum": ""
2533
            },
2534
            "require": {
2535
                "php": ">=5.5"
2536
            },
2537
            "require-dev": {
2538
                "phpunit/phpunit": "^4.6"
2539
            },
2540
            "type": "library",
2541
            "extra": {
2542
                "branch-alias": {
2543
                    "dev-master": "1.0.x-dev"
2544
                }
2545
            },
2546
            "autoload": {
2547
                "psr-4": {
2548
                    "phpDocumentor\\Reflection\\": [
2549
                        "src"
2550
                    ]
2551
                }
2552
            },
2553
            "notification-url": "https://packagist.org/downloads/",
2554
            "license": [
2555
                "MIT"
2556
            ],
2557
            "authors": [
2558
                {
2559
                    "name": "Jaap van Otterdijk",
2560
                    "email": "[email protected]"
2561
                }
2562
            ],
2563
            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
2564
            "homepage": "http://www.phpdoc.org",
2565
            "keywords": [
2566
                "FQSEN",
2567
                "phpDocumentor",
2568
                "phpdoc",
2569
                "reflection",
2570
                "static analysis"
2571
            ],
2572
            "time": "2017-09-11T18:02:19+00:00"
2573
        },
2574
        {
2575
            "name": "phpdocumentor/reflection-docblock",
2576
            "version": "4.3.0",
2577
            "source": {
2578
                "type": "git",
2579
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
2580
                "reference": "94fd0001232e47129dd3504189fa1c7225010d08"
2581
            },
2582
            "dist": {
2583
                "type": "zip",
2584
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/94fd0001232e47129dd3504189fa1c7225010d08",
2585
                "reference": "94fd0001232e47129dd3504189fa1c7225010d08",
2586
                "shasum": ""
2587
            },
2588
            "require": {
2589
                "php": "^7.0",
2590
                "phpdocumentor/reflection-common": "^1.0.0",
2591
                "phpdocumentor/type-resolver": "^0.4.0",
2592
                "webmozart/assert": "^1.0"
2593
            },
2594
            "require-dev": {
2595
                "doctrine/instantiator": "~1.0.5",
2596
                "mockery/mockery": "^1.0",
2597
                "phpunit/phpunit": "^6.4"
2598
            },
2599
            "type": "library",
2600
            "extra": {
2601
                "branch-alias": {
2602
                    "dev-master": "4.x-dev"
2603
                }
2604
            },
2605
            "autoload": {
2606
                "psr-4": {
2607
                    "phpDocumentor\\Reflection\\": [
2608
                        "src/"
2609
                    ]
2610
                }
2611
            },
2612
            "notification-url": "https://packagist.org/downloads/",
2613
            "license": [
2614
                "MIT"
2615
            ],
2616
            "authors": [
2617
                {
2618
                    "name": "Mike van Riel",
2619
                    "email": "[email protected]"
2620
                }
2621
            ],
2622
            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
2623
            "time": "2017-11-30T07:14:17+00:00"
2624
        },
2625
        {
2626
            "name": "phpdocumentor/type-resolver",
2627
            "version": "0.4.0",
2628
            "source": {
2629
                "type": "git",
2630
                "url": "https://github.com/phpDocumentor/TypeResolver.git",
2631
                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
2632
            },
2633
            "dist": {
2634
                "type": "zip",
2635
                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
2636
                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
2637
                "shasum": ""
2638
            },
2639
            "require": {
2640
                "php": "^5.5 || ^7.0",
2641
                "phpdocumentor/reflection-common": "^1.0"
2642
            },
2643
            "require-dev": {
2644
                "mockery/mockery": "^0.9.4",
2645
                "phpunit/phpunit": "^5.2||^4.8.24"
2646
            },
2647
            "type": "library",
2648
            "extra": {
2649
                "branch-alias": {
2650
                    "dev-master": "1.0.x-dev"
2651
                }
2652
            },
2653
            "autoload": {
2654
                "psr-4": {
2655
                    "phpDocumentor\\Reflection\\": [
2656
                        "src/"
2657
                    ]
2658
                }
2659
            },
2660
            "notification-url": "https://packagist.org/downloads/",
2661
            "license": [
2662
                "MIT"
2663
            ],
2664
            "authors": [
2665
                {
2666
                    "name": "Mike van Riel",
2667
                    "email": "[email protected]"
2668
                }
2669
            ],
2670
            "time": "2017-07-14T14:27:02+00:00"
2671
        },
2672
        {
2673
            "name": "phpspec/prophecy",
2674
            "version": "1.7.5",
2675
            "source": {
2676
                "type": "git",
2677
                "url": "https://github.com/phpspec/prophecy.git",
2678
                "reference": "dfd6be44111a7c41c2e884a336cc4f461b3b2401"
2679
            },
2680
            "dist": {
2681
                "type": "zip",
2682
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/dfd6be44111a7c41c2e884a336cc4f461b3b2401",
2683
                "reference": "dfd6be44111a7c41c2e884a336cc4f461b3b2401",
2684
                "shasum": ""
2685
            },
2686
            "require": {
2687
                "doctrine/instantiator": "^1.0.2",
2688
                "php": "^5.3|^7.0",
2689
                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
2690
                "sebastian/comparator": "^1.1|^2.0",
2691
                "sebastian/recursion-context": "^1.0|^2.0|^3.0"
2692
            },
2693
            "require-dev": {
2694
                "phpspec/phpspec": "^2.5|^3.2",
2695
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5"
2696
            },
2697
            "type": "library",
2698
            "extra": {
2699
                "branch-alias": {
2700
                    "dev-master": "1.7.x-dev"
2701
                }
2702
            },
2703
            "autoload": {
2704
                "psr-0": {
2705
                    "Prophecy\\": "src/"
2706
                }
2707
            },
2708
            "notification-url": "https://packagist.org/downloads/",
2709
            "license": [
2710
                "MIT"
2711
            ],
2712
            "authors": [
2713
                {
2714
                    "name": "Konstantin Kudryashov",
2715
                    "email": "[email protected]",
2716
                    "homepage": "http://everzet.com"
2717
                },
2718
                {
2719
                    "name": "Marcello Duarte",
2720
                    "email": "[email protected]"
2721
                }
2722
            ],
2723
            "description": "Highly opinionated mocking framework for PHP 5.3+",
2724
            "homepage": "https://github.com/phpspec/prophecy",
2725
            "keywords": [
2726
                "Double",
2727
                "Dummy",
2728
                "fake",
2729
                "mock",
2730
                "spy",
2731
                "stub"
2732
            ],
2733
            "time": "2018-02-19T10:16:54+00:00"
2734
        },
2735
        {
2736
            "name": "phpunit/php-code-coverage",
2737
            "version": "5.2.0",
2738
            "source": {
2739
                "type": "git",
2740
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
2741
                "reference": "e648abfd8ffb1d54ad549b027b75e376e9055d02"
2742
            },
2743
            "dist": {
2744
                "type": "zip",
2745
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/e648abfd8ffb1d54ad549b027b75e376e9055d02",
2746
                "reference": "e648abfd8ffb1d54ad549b027b75e376e9055d02",
2747
                "shasum": ""
2748
            },
2749
            "require": {
2750
                "ext-dom": "*",
2751
                "ext-xmlwriter": "*",
2752
                "php": "^7.0",
2753
                "phpunit/php-file-iterator": "^1.3",
2754
                "phpunit/php-text-template": "^1.2",
2755
                "phpunit/php-token-stream": "^1.4.11 || ^2.0",
2756
                "sebastian/code-unit-reverse-lookup": "^1.0",
2757
                "sebastian/environment": "^2.0",
2758
                "sebastian/version": "^2.0",
2759
                "theseer/tokenizer": "^1.1"
2760
            },
2761
            "require-dev": {
2762
                "ext-xdebug": "^2.5",
2763
                "phpunit/phpunit": "^6.0"
2764
            },
2765
            "suggest": {
2766
                "ext-xdebug": "^2.5.3"
2767
            },
2768
            "type": "library",
2769
            "extra": {
2770
                "branch-alias": {
2771
                    "dev-master": "5.2.x-dev"
2772
                }
2773
            },
2774
            "autoload": {
2775
                "classmap": [
2776
                    "src/"
2777
                ]
2778
            },
2779
            "notification-url": "https://packagist.org/downloads/",
2780
            "license": [
2781
                "BSD-3-Clause"
2782
            ],
2783
            "authors": [
2784
                {
2785
                    "name": "Sebastian Bergmann",
2786
                    "email": "[email protected]",
2787
                    "role": "lead"
2788
                }
2789
            ],
2790
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
2791
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
2792
            "keywords": [
2793
                "coverage",
2794
                "testing",
2795
                "xunit"
2796
            ],
2797
            "time": "2017-04-20T10:00:57+00:00"
2798
        },
2799
        {
2800
            "name": "phpunit/php-file-iterator",
2801
            "version": "1.4.5",
2802
            "source": {
2803
                "type": "git",
2804
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
2805
                "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4"
2806
            },
2807
            "dist": {
2808
                "type": "zip",
2809
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4",
2810
                "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4",
2811
                "shasum": ""
2812
            },
2813
            "require": {
2814
                "php": ">=5.3.3"
2815
            },
2816
            "type": "library",
2817
            "extra": {
2818
                "branch-alias": {
2819
                    "dev-master": "1.4.x-dev"
2820
                }
2821
            },
2822
            "autoload": {
2823
                "classmap": [
2824
                    "src/"
2825
                ]
2826
            },
2827
            "notification-url": "https://packagist.org/downloads/",
2828
            "license": [
2829
                "BSD-3-Clause"
2830
            ],
2831
            "authors": [
2832
                {
2833
                    "name": "Sebastian Bergmann",
2834
                    "email": "[email protected]",
2835
                    "role": "lead"
2836
                }
2837
            ],
2838
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
2839
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
2840
            "keywords": [
2841
                "filesystem",
2842
                "iterator"
2843
            ],
2844
            "time": "2017-11-27T13:52:08+00:00"
2845
        },
2846
        {
2847
            "name": "phpunit/php-text-template",
2848
            "version": "1.2.1",
2849
            "source": {
2850
                "type": "git",
2851
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
2852
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
2853
            },
2854
            "dist": {
2855
                "type": "zip",
2856
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
2857
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
2858
                "shasum": ""
2859
            },
2860
            "require": {
2861
                "php": ">=5.3.3"
2862
            },
2863
            "type": "library",
2864
            "autoload": {
2865
                "classmap": [
2866
                    "src/"
2867
                ]
2868
            },
2869
            "notification-url": "https://packagist.org/downloads/",
2870
            "license": [
2871
                "BSD-3-Clause"
2872
            ],
2873
            "authors": [
2874
                {
2875
                    "name": "Sebastian Bergmann",
2876
                    "email": "[email protected]",
2877
                    "role": "lead"
2878
                }
2879
            ],
2880
            "description": "Simple template engine.",
2881
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
2882
            "keywords": [
2883
                "template"
2884
            ],
2885
            "time": "2015-06-21T13:50:34+00:00"
2886
        },
2887
        {
2888
            "name": "phpunit/php-timer",
2889
            "version": "1.0.9",
2890
            "source": {
2891
                "type": "git",
2892
                "url": "https://github.com/sebastianbergmann/php-timer.git",
2893
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
2894
            },
2895
            "dist": {
2896
                "type": "zip",
2897
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
2898
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
2899
                "shasum": ""
2900
            },
2901
            "require": {
2902
                "php": "^5.3.3 || ^7.0"
2903
            },
2904
            "require-dev": {
2905
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
2906
            },
2907
            "type": "library",
2908
            "extra": {
2909
                "branch-alias": {
2910
                    "dev-master": "1.0-dev"
2911
                }
2912
            },
2913
            "autoload": {
2914
                "classmap": [
2915
                    "src/"
2916
                ]
2917
            },
2918
            "notification-url": "https://packagist.org/downloads/",
2919
            "license": [
2920
                "BSD-3-Clause"
2921
            ],
2922
            "authors": [
2923
                {
2924
                    "name": "Sebastian Bergmann",
2925
                    "email": "[email protected]",
2926
                    "role": "lead"
2927
                }
2928
            ],
2929
            "description": "Utility class for timing",
2930
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
2931
            "keywords": [
2932
                "timer"
2933
            ],
2934
            "time": "2017-02-26T11:10:40+00:00"
2935
        },
2936
        {
2937
            "name": "phpunit/php-token-stream",
2938
            "version": "2.0.2",
2939
            "source": {
2940
                "type": "git",
2941
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
2942
                "reference": "791198a2c6254db10131eecfe8c06670700904db"
2943
            },
2944
            "dist": {
2945
                "type": "zip",
2946
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/791198a2c6254db10131eecfe8c06670700904db",
2947
                "reference": "791198a2c6254db10131eecfe8c06670700904db",
2948
                "shasum": ""
2949
            },
2950
            "require": {
2951
                "ext-tokenizer": "*",
2952
                "php": "^7.0"
2953
            },
2954
            "require-dev": {
2955
                "phpunit/phpunit": "^6.2.4"
2956
            },
2957
            "type": "library",
2958
            "extra": {
2959
                "branch-alias": {
2960
                    "dev-master": "2.0-dev"
2961
                }
2962
            },
2963
            "autoload": {
2964
                "classmap": [
2965
                    "src/"
2966
                ]
2967
            },
2968
            "notification-url": "https://packagist.org/downloads/",
2969
            "license": [
2970
                "BSD-3-Clause"
2971
            ],
2972
            "authors": [
2973
                {
2974
                    "name": "Sebastian Bergmann",
2975
                    "email": "[email protected]"
2976
                }
2977
            ],
2978
            "description": "Wrapper around PHP's tokenizer extension.",
2979
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
2980
            "keywords": [
2981
                "tokenizer"
2982
            ],
2983
            "time": "2017-11-27T05:48:46+00:00"
2984
        },
2985
        {
2986
            "name": "phpunit/phpunit",
2987
            "version": "6.0.8",
2988
            "source": {
2989
                "type": "git",
2990
                "url": "https://github.com/sebastianbergmann/phpunit.git",
2991
                "reference": "47ee3fa1bca5c50f1d25105201eb20df777bd7b6"
2992
            },
2993
            "dist": {
2994
                "type": "zip",
2995
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/47ee3fa1bca5c50f1d25105201eb20df777bd7b6",
2996
                "reference": "47ee3fa1bca5c50f1d25105201eb20df777bd7b6",
2997
                "shasum": ""
2998
            },
2999
            "require": {
3000
                "ext-dom": "*",
3001
                "ext-json": "*",
3002
                "ext-libxml": "*",
3003
                "ext-mbstring": "*",
3004
                "ext-xml": "*",
3005
                "myclabs/deep-copy": "^1.3",
3006
                "php": "^7.0",
3007
                "phpspec/prophecy": "^1.6.2",
3008
                "phpunit/php-code-coverage": "^5.0",
3009
                "phpunit/php-file-iterator": "^1.4",
3010
                "phpunit/php-text-template": "^1.2",
3011
                "phpunit/php-timer": "^1.0.6",
3012
                "phpunit/phpunit-mock-objects": "^4.0",
3013
                "sebastian/comparator": "^1.2.4 || ^2.0",
3014
                "sebastian/diff": "^1.2",
3015
                "sebastian/environment": "^2.0",
3016
                "sebastian/exporter": "^2.0 || ^3.0",
3017
                "sebastian/global-state": "^1.1 || ^2.0",
3018
                "sebastian/object-enumerator": "^2.0 || ^3.0",
3019
                "sebastian/resource-operations": "^1.0",
3020
                "sebastian/version": "^2.0"
3021
            },
3022
            "conflict": {
3023
                "phpdocumentor/reflection-docblock": "3.0.2",
3024
                "phpunit/dbunit": "<3.0"
3025
            },
3026
            "require-dev": {
3027
                "ext-pdo": "*"
3028
            },
3029
            "suggest": {
3030
                "ext-xdebug": "*",
3031
                "phpunit/php-invoker": "^1.1"
3032
            },
3033
            "bin": [
3034
                "phpunit"
3035
            ],
3036
            "type": "library",
3037
            "extra": {
3038
                "branch-alias": {
3039
                    "dev-master": "6.0.x-dev"
3040
                }
3041
            },
3042
            "autoload": {
3043
                "classmap": [
3044
                    "src/"
3045
                ]
3046
            },
3047
            "notification-url": "https://packagist.org/downloads/",
3048
            "license": [
3049
                "BSD-3-Clause"
3050
            ],
3051
            "authors": [
3052
                {
3053
                    "name": "Sebastian Bergmann",
3054
                    "email": "[email protected]",
3055
                    "role": "lead"
3056
                }
3057
            ],
3058
            "description": "The PHP Unit Testing framework.",
3059
            "homepage": "https://phpunit.de/",
3060
            "keywords": [
3061
                "phpunit",
3062
                "testing",
3063
                "xunit"
3064
            ],
3065
            "time": "2017-03-02T15:24:03+00:00"
3066
        },
3067
        {
3068
            "name": "phpunit/phpunit-mock-objects",
3069
            "version": "4.0.0",
3070
            "source": {
3071
                "type": "git",
3072
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
3073
                "reference": "3819745c44f3aff9518fd655f320c4535d541af7"
3074
            },
3075
            "dist": {
3076
                "type": "zip",
3077
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/3819745c44f3aff9518fd655f320c4535d541af7",
3078
                "reference": "3819745c44f3aff9518fd655f320c4535d541af7",
3079
                "shasum": ""
3080
            },
3081
            "require": {
3082
                "doctrine/instantiator": "^1.0.2",
3083
                "php": "^7.0",
3084
                "phpunit/php-text-template": "^1.2",
3085
                "sebastian/exporter": "^2.0"
3086
            },
3087
            "conflict": {
3088
                "phpunit/phpunit": "<6.0"
3089
            },
3090
            "require-dev": {
3091
                "phpunit/phpunit": "^6.0"
3092
            },
3093
            "suggest": {
3094
                "ext-soap": "*"
3095
            },
3096
            "type": "library",
3097
            "extra": {
3098
                "branch-alias": {
3099
                    "dev-master": "4.0.x-dev"
3100
                }
3101
            },
3102
            "autoload": {
3103
                "classmap": [
3104
                    "src/"
3105
                ]
3106
            },
3107
            "notification-url": "https://packagist.org/downloads/",
3108
            "license": [
3109
                "BSD-3-Clause"
3110
            ],
3111
            "authors": [
3112
                {
3113
                    "name": "Sebastian Bergmann",
3114
                    "email": "[email protected]",
3115
                    "role": "lead"
3116
                }
3117
            ],
3118
            "description": "Mock Object library for PHPUnit",
3119
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
3120
            "keywords": [
3121
                "mock",
3122
                "xunit"
3123
            ],
3124
            "time": "2017-02-02T10:36:38+00:00"
3125
        },
3126
        {
3127
            "name": "sebastian/code-unit-reverse-lookup",
3128
            "version": "1.0.1",
3129
            "source": {
3130
                "type": "git",
3131
                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
3132
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
3133
            },
3134
            "dist": {
3135
                "type": "zip",
3136
                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
3137
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
3138
                "shasum": ""
3139
            },
3140
            "require": {
3141
                "php": "^5.6 || ^7.0"
3142
            },
3143
            "require-dev": {
3144
                "phpunit/phpunit": "^5.7 || ^6.0"
3145
            },
3146
            "type": "library",
3147
            "extra": {
3148
                "branch-alias": {
3149
                    "dev-master": "1.0.x-dev"
3150
                }
3151
            },
3152
            "autoload": {
3153
                "classmap": [
3154
                    "src/"
3155
                ]
3156
            },
3157
            "notification-url": "https://packagist.org/downloads/",
3158
            "license": [
3159
                "BSD-3-Clause"
3160
            ],
3161
            "authors": [
3162
                {
3163
                    "name": "Sebastian Bergmann",
3164
                    "email": "[email protected]"
3165
                }
3166
            ],
3167
            "description": "Looks up which function or method a line of code belongs to",
3168
            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
3169
            "time": "2017-03-04T06:30:41+00:00"
3170
        },
3171
        {
3172
            "name": "sebastian/comparator",
3173
            "version": "1.2.4",
3174
            "source": {
3175
                "type": "git",
3176
                "url": "https://github.com/sebastianbergmann/comparator.git",
3177
                "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
3178
            },
3179
            "dist": {
3180
                "type": "zip",
3181
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
3182
                "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
3183
                "shasum": ""
3184
            },
3185
            "require": {
3186
                "php": ">=5.3.3",
3187
                "sebastian/diff": "~1.2",
3188
                "sebastian/exporter": "~1.2 || ~2.0"
3189
            },
3190
            "require-dev": {
3191
                "phpunit/phpunit": "~4.4"
3192
            },
3193
            "type": "library",
3194
            "extra": {
3195
                "branch-alias": {
3196
                    "dev-master": "1.2.x-dev"
3197
                }
3198
            },
3199
            "autoload": {
3200
                "classmap": [
3201
                    "src/"
3202
                ]
3203
            },
3204
            "notification-url": "https://packagist.org/downloads/",
3205
            "license": [
3206
                "BSD-3-Clause"
3207
            ],
3208
            "authors": [
3209
                {
3210
                    "name": "Jeff Welch",
3211
                    "email": "[email protected]"
3212
                },
3213
                {
3214
                    "name": "Volker Dusch",
3215
                    "email": "[email protected]"
3216
                },
3217
                {
3218
                    "name": "Bernhard Schussek",
3219
                    "email": "[email protected]"
3220
                },
3221
                {
3222
                    "name": "Sebastian Bergmann",
3223
                    "email": "[email protected]"
3224
                }
3225
            ],
3226
            "description": "Provides the functionality to compare PHP values for equality",
3227
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
3228
            "keywords": [
3229
                "comparator",
3230
                "compare",
3231
                "equality"
3232
            ],
3233
            "time": "2017-01-29T09:50:25+00:00"
3234
        },
3235
        {
3236
            "name": "sebastian/diff",
3237
            "version": "1.4.3",
3238
            "source": {
3239
                "type": "git",
3240
                "url": "https://github.com/sebastianbergmann/diff.git",
3241
                "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4"
3242
            },
3243
            "dist": {
3244
                "type": "zip",
3245
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4",
3246
                "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4",
3247
                "shasum": ""
3248
            },
3249
            "require": {
3250
                "php": "^5.3.3 || ^7.0"
3251
            },
3252
            "require-dev": {
3253
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
3254
            },
3255
            "type": "library",
3256
            "extra": {
3257
                "branch-alias": {
3258
                    "dev-master": "1.4-dev"
3259
                }
3260
            },
3261
            "autoload": {
3262
                "classmap": [
3263
                    "src/"
3264
                ]
3265
            },
3266
            "notification-url": "https://packagist.org/downloads/",
3267
            "license": [
3268
                "BSD-3-Clause"
3269
            ],
3270
            "authors": [
3271
                {
3272
                    "name": "Kore Nordmann",
3273
                    "email": "[email protected]"
3274
                },
3275
                {
3276
                    "name": "Sebastian Bergmann",
3277
                    "email": "[email protected]"
3278
                }
3279
            ],
3280
            "description": "Diff implementation",
3281
            "homepage": "https://github.com/sebastianbergmann/diff",
3282
            "keywords": [
3283
                "diff"
3284
            ],
3285
            "time": "2017-05-22T07:24:03+00:00"
3286
        },
3287
        {
3288
            "name": "sebastian/environment",
3289
            "version": "2.0.0",
3290
            "source": {
3291
                "type": "git",
3292
                "url": "https://github.com/sebastianbergmann/environment.git",
3293
                "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac"
3294
            },
3295
            "dist": {
3296
                "type": "zip",
3297
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
3298
                "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
3299
                "shasum": ""
3300
            },
3301
            "require": {
3302
                "php": "^5.6 || ^7.0"
3303
            },
3304
            "require-dev": {
3305
                "phpunit/phpunit": "^5.0"
3306
            },
3307
            "type": "library",
3308
            "extra": {
3309
                "branch-alias": {
3310
                    "dev-master": "2.0.x-dev"
3311
                }
3312
            },
3313
            "autoload": {
3314
                "classmap": [
3315
                    "src/"
3316
                ]
3317
            },
3318
            "notification-url": "https://packagist.org/downloads/",
3319
            "license": [
3320
                "BSD-3-Clause"
3321
            ],
3322
            "authors": [
3323
                {
3324
                    "name": "Sebastian Bergmann",
3325
                    "email": "[email protected]"
3326
                }
3327
            ],
3328
            "description": "Provides functionality to handle HHVM/PHP environments",
3329
            "homepage": "http://www.github.com/sebastianbergmann/environment",
3330
            "keywords": [
3331
                "Xdebug",
3332
                "environment",
3333
                "hhvm"
3334
            ],
3335
            "time": "2016-11-26T07:53:53+00:00"
3336
        },
3337
        {
3338
            "name": "sebastian/exporter",
3339
            "version": "2.0.0",
3340
            "source": {
3341
                "type": "git",
3342
                "url": "https://github.com/sebastianbergmann/exporter.git",
3343
                "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4"
3344
            },
3345
            "dist": {
3346
                "type": "zip",
3347
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
3348
                "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
3349
                "shasum": ""
3350
            },
3351
            "require": {
3352
                "php": ">=5.3.3",
3353
                "sebastian/recursion-context": "~2.0"
3354
            },
3355
            "require-dev": {
3356
                "ext-mbstring": "*",
3357
                "phpunit/phpunit": "~4.4"
3358
            },
3359
            "type": "library",
3360
            "extra": {
3361
                "branch-alias": {
3362
                    "dev-master": "2.0.x-dev"
3363
                }
3364
            },
3365
            "autoload": {
3366
                "classmap": [
3367
                    "src/"
3368
                ]
3369
            },
3370
            "notification-url": "https://packagist.org/downloads/",
3371
            "license": [
3372
                "BSD-3-Clause"
3373
            ],
3374
            "authors": [
3375
                {
3376
                    "name": "Jeff Welch",
3377
                    "email": "[email protected]"
3378
                },
3379
                {
3380
                    "name": "Volker Dusch",
3381
                    "email": "[email protected]"
3382
                },
3383
                {
3384
                    "name": "Bernhard Schussek",
3385
                    "email": "[email protected]"
3386
                },
3387
                {
3388
                    "name": "Sebastian Bergmann",
3389
                    "email": "[email protected]"
3390
                },
3391
                {
3392
                    "name": "Adam Harvey",
3393
                    "email": "[email protected]"
3394
                }
3395
            ],
3396
            "description": "Provides the functionality to export PHP variables for visualization",
3397
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
3398
            "keywords": [
3399
                "export",
3400
                "exporter"
3401
            ],
3402
            "time": "2016-11-19T08:54:04+00:00"
3403
        },
3404
        {
3405
            "name": "sebastian/global-state",
3406
            "version": "2.0.0",
3407
            "source": {
3408
                "type": "git",
3409
                "url": "https://github.com/sebastianbergmann/global-state.git",
3410
                "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4"
3411
            },
3412
            "dist": {
3413
                "type": "zip",
3414
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
3415
                "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
3416
                "shasum": ""
3417
            },
3418
            "require": {
3419
                "php": "^7.0"
3420
            },
3421
            "require-dev": {
3422
                "phpunit/phpunit": "^6.0"
3423
            },
3424
            "suggest": {
3425
                "ext-uopz": "*"
3426
            },
3427
            "type": "library",
3428
            "extra": {
3429
                "branch-alias": {
3430
                    "dev-master": "2.0-dev"
3431
                }
3432
            },
3433
            "autoload": {
3434
                "classmap": [
3435
                    "src/"
3436
                ]
3437
            },
3438
            "notification-url": "https://packagist.org/downloads/",
3439
            "license": [
3440
                "BSD-3-Clause"
3441
            ],
3442
            "authors": [
3443
                {
3444
                    "name": "Sebastian Bergmann",
3445
                    "email": "[email protected]"
3446
                }
3447
            ],
3448
            "description": "Snapshotting of global state",
3449
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
3450
            "keywords": [
3451
                "global state"
3452
            ],
3453
            "time": "2017-04-27T15:39:26+00:00"
3454
        },
3455
        {
3456
            "name": "sebastian/object-enumerator",
3457
            "version": "2.0.1",
3458
            "source": {
3459
                "type": "git",
3460
                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
3461
                "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7"
3462
            },
3463
            "dist": {
3464
                "type": "zip",
3465
                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/1311872ac850040a79c3c058bea3e22d0f09cbb7",
3466
                "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7",
3467
                "shasum": ""
3468
            },
3469
            "require": {
3470
                "php": ">=5.6",
3471
                "sebastian/recursion-context": "~2.0"
3472
            },
3473
            "require-dev": {
3474
                "phpunit/phpunit": "~5"
3475
            },
3476
            "type": "library",
3477
            "extra": {
3478
                "branch-alias": {
3479
                    "dev-master": "2.0.x-dev"
3480
                }
3481
            },
3482
            "autoload": {
3483
                "classmap": [
3484
                    "src/"
3485
                ]
3486
            },
3487
            "notification-url": "https://packagist.org/downloads/",
3488
            "license": [
3489
                "BSD-3-Clause"
3490
            ],
3491
            "authors": [
3492
                {
3493
                    "name": "Sebastian Bergmann",
3494
                    "email": "[email protected]"
3495
                }
3496
            ],
3497
            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
3498
            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
3499
            "time": "2017-02-18T15:18:39+00:00"
3500
        },
3501
        {
3502
            "name": "sebastian/recursion-context",
3503
            "version": "2.0.0",
3504
            "source": {
3505
                "type": "git",
3506
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
3507
                "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a"
3508
            },
3509
            "dist": {
3510
                "type": "zip",
3511
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/2c3ba150cbec723aa057506e73a8d33bdb286c9a",
3512
                "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a",
3513
                "shasum": ""
3514
            },
3515
            "require": {
3516
                "php": ">=5.3.3"
3517
            },
3518
            "require-dev": {
3519
                "phpunit/phpunit": "~4.4"
3520
            },
3521
            "type": "library",
3522
            "extra": {
3523
                "branch-alias": {
3524
                    "dev-master": "2.0.x-dev"
3525
                }
3526
            },
3527
            "autoload": {
3528
                "classmap": [
3529
                    "src/"
3530
                ]
3531
            },
3532
            "notification-url": "https://packagist.org/downloads/",
3533
            "license": [
3534
                "BSD-3-Clause"
3535
            ],
3536
            "authors": [
3537
                {
3538
                    "name": "Jeff Welch",
3539
                    "email": "[email protected]"
3540
                },
3541
                {
3542
                    "name": "Sebastian Bergmann",
3543
                    "email": "[email protected]"
3544
                },
3545
                {
3546
                    "name": "Adam Harvey",
3547
                    "email": "[email protected]"
3548
                }
3549
            ],
3550
            "description": "Provides functionality to recursively process PHP variables",
3551
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
3552
            "time": "2016-11-19T07:33:16+00:00"
3553
        },
3554
        {
3555
            "name": "sebastian/resource-operations",
3556
            "version": "1.0.0",
3557
            "source": {
3558
                "type": "git",
3559
                "url": "https://github.com/sebastianbergmann/resource-operations.git",
3560
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
3561
            },
3562
            "dist": {
3563
                "type": "zip",
3564
                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
3565
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
3566
                "shasum": ""
3567
            },
3568
            "require": {
3569
                "php": ">=5.6.0"
3570
            },
3571
            "type": "library",
3572
            "extra": {
3573
                "branch-alias": {
3574
                    "dev-master": "1.0.x-dev"
3575
                }
3576
            },
3577
            "autoload": {
3578
                "classmap": [
3579
                    "src/"
3580
                ]
3581
            },
3582
            "notification-url": "https://packagist.org/downloads/",
3583
            "license": [
3584
                "BSD-3-Clause"
3585
            ],
3586
            "authors": [
3587
                {
3588
                    "name": "Sebastian Bergmann",
3589
                    "email": "[email protected]"
3590
                }
3591
            ],
3592
            "description": "Provides a list of PHP built-in functions that operate on resources",
3593
            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
3594
            "time": "2015-07-28T20:34:47+00:00"
3595
        },
3596
        {
3597
            "name": "sebastian/version",
3598
            "version": "2.0.1",
3599
            "source": {
3600
                "type": "git",
3601
                "url": "https://github.com/sebastianbergmann/version.git",
3602
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
3603
            },
3604
            "dist": {
3605
                "type": "zip",
3606
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
3607
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
3608
                "shasum": ""
3609
            },
3610
            "require": {
3611
                "php": ">=5.6"
3612
            },
3613
            "type": "library",
3614
            "extra": {
3615
                "branch-alias": {
3616
                    "dev-master": "2.0.x-dev"
3617
                }
3618
            },
3619
            "autoload": {
3620
                "classmap": [
3621
                    "src/"
3622
                ]
3623
            },
3624
            "notification-url": "https://packagist.org/downloads/",
3625
            "license": [
3626
                "BSD-3-Clause"
3627
            ],
3628
            "authors": [
3629
                {
3630
                    "name": "Sebastian Bergmann",
3631
                    "email": "[email protected]",
3632
                    "role": "lead"
3633
                }
3634
            ],
3635
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
3636
            "homepage": "https://github.com/sebastianbergmann/version",
3637
            "time": "2016-10-03T07:35:21+00:00"
3638
        },
3639
        {
3640
            "name": "seld/jsonlint",
3641
            "version": "1.7.1",
3642
            "source": {
3643
                "type": "git",
3644
                "url": "https://github.com/Seldaek/jsonlint.git",
3645
                "reference": "d15f59a67ff805a44c50ea0516d2341740f81a38"
3646
            },
3647
            "dist": {
3648
                "type": "zip",
3649
                "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/d15f59a67ff805a44c50ea0516d2341740f81a38",
3650
                "reference": "d15f59a67ff805a44c50ea0516d2341740f81a38",
3651
                "shasum": ""
3652
            },
3653
            "require": {
3654
                "php": "^5.3 || ^7.0"
3655
            },
3656
            "require-dev": {
3657
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
3658
            },
3659
            "bin": [
3660
                "bin/jsonlint"
3661
            ],
3662
            "type": "library",
3663
            "autoload": {
3664
                "psr-4": {
3665
                    "Seld\\JsonLint\\": "src/Seld/JsonLint/"
3666
                }
3667
            },
3668
            "notification-url": "https://packagist.org/downloads/",
3669
            "license": [
3670
                "MIT"
3671
            ],
3672
            "authors": [
3673
                {
3674
                    "name": "Jordi Boggiano",
3675
                    "email": "[email protected]",
3676
                    "homepage": "http://seld.be"
3677
                }
3678
            ],
3679
            "description": "JSON Linter",
3680
            "keywords": [
3681
                "json",
3682
                "linter",
3683
                "parser",
3684
                "validator"
3685
            ],
3686
            "time": "2018-01-24T12:46:19+00:00"
3687
        },
3688
        {
3689
            "name": "seld/phar-utils",
3690
            "version": "1.0.1",
3691
            "source": {
3692
                "type": "git",
3693
                "url": "https://github.com/Seldaek/phar-utils.git",
3694
                "reference": "7009b5139491975ef6486545a39f3e6dad5ac30a"
3695
            },
3696
            "dist": {
3697
                "type": "zip",
3698
                "url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/7009b5139491975ef6486545a39f3e6dad5ac30a",
3699
                "reference": "7009b5139491975ef6486545a39f3e6dad5ac30a",
3700
                "shasum": ""
3701
            },
3702
            "require": {
3703
                "php": ">=5.3"
3704
            },
3705
            "type": "library",
3706
            "extra": {
3707
                "branch-alias": {
3708
                    "dev-master": "1.x-dev"
3709
                }
3710
            },
3711
            "autoload": {
3712
                "psr-4": {
3713
                    "Seld\\PharUtils\\": "src/"
3714
                }
3715
            },
3716
            "notification-url": "https://packagist.org/downloads/",
3717
            "license": [
3718
                "MIT"
3719
            ],
3720
            "authors": [
3721
                {
3722
                    "name": "Jordi Boggiano",
3723
                    "email": "[email protected]"
3724
                }
3725
            ],
3726
            "description": "PHAR file format utilities, for when PHP phars you up",
3727
            "keywords": [
3728
                "phra"
3729
            ],
3730
            "time": "2015-10-13T18:44:15+00:00"
3731
        },
3732
        {
3733
            "name": "squizlabs/php_codesniffer",
0 ignored issues
show
There is a security advisory for your installed version of squizlabs/php_codesniffer:

Arbitrary shell execution
Loading history...
3734
            "version": "1.5.6",
3735
            "source": {
3736
                "type": "git",
3737
                "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
3738
                "reference": "6f3e42d311b882b25b4d409d23a289f4d3b803d5"
3739
            },
3740
            "dist": {
3741
                "type": "zip",
3742
                "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/6f3e42d311b882b25b4d409d23a289f4d3b803d5",
3743
                "reference": "6f3e42d311b882b25b4d409d23a289f4d3b803d5",
3744
                "shasum": ""
3745
            },
3746
            "require": {
3747
                "ext-tokenizer": "*",
3748
                "php": ">=5.1.2"
3749
            },
3750
            "suggest": {
3751
                "phpunit/php-timer": "dev-master"
3752
            },
3753
            "bin": [
3754
                "scripts/phpcs"
3755
            ],
3756
            "type": "library",
3757
            "extra": {
3758
                "branch-alias": {
3759
                    "dev-phpcs-fixer": "2.0.x-dev"
3760
                }
3761
            },
3762
            "autoload": {
3763
                "classmap": [
3764
                    "CodeSniffer.php",
3765
                    "CodeSniffer/CLI.php",
3766
                    "CodeSniffer/Exception.php",
3767
                    "CodeSniffer/File.php",
3768
                    "CodeSniffer/Report.php",
3769
                    "CodeSniffer/Reporting.php",
3770
                    "CodeSniffer/Sniff.php",
3771
                    "CodeSniffer/Tokens.php",
3772
                    "CodeSniffer/Reports/",
3773
                    "CodeSniffer/CommentParser/",
3774
                    "CodeSniffer/Tokenizers/",
3775
                    "CodeSniffer/DocGenerators/",
3776
                    "CodeSniffer/Standards/AbstractPatternSniff.php",
3777
                    "CodeSniffer/Standards/AbstractScopeSniff.php",
3778
                    "CodeSniffer/Standards/AbstractVariableSniff.php",
3779
                    "CodeSniffer/Standards/IncorrectPatternException.php",
3780
                    "CodeSniffer/Standards/Generic/Sniffs/",
3781
                    "CodeSniffer/Standards/MySource/Sniffs/",
3782
                    "CodeSniffer/Standards/PEAR/Sniffs/",
3783
                    "CodeSniffer/Standards/PSR1/Sniffs/",
3784
                    "CodeSniffer/Standards/PSR2/Sniffs/",
3785
                    "CodeSniffer/Standards/Squiz/Sniffs/",
3786
                    "CodeSniffer/Standards/Zend/Sniffs/"
3787
                ]
3788
            },
3789
            "notification-url": "https://packagist.org/downloads/",
3790
            "license": [
3791
                "BSD-3-Clause"
3792
            ],
3793
            "authors": [
3794
                {
3795
                    "name": "Greg Sherwood",
3796
                    "role": "lead"
3797
                }
3798
            ],
3799
            "description": "PHP_CodeSniffer tokenises PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
3800
            "homepage": "http://www.squizlabs.com/php-codesniffer",
3801
            "keywords": [
3802
                "phpcs",
3803
                "standards"
3804
            ],
3805
            "time": "2014-12-04T22:32:15+00:00"
3806
        },
3807
        {
3808
            "name": "symfony/console",
3809
            "version": "v4.2.2",
3810
            "source": {
3811
                "type": "git",
3812
                "url": "https://github.com/symfony/console.git",
3813
                "reference": "b0a03c1bb0fcbe288629956cf2f1dd3f1dc97522"
3814
            },
3815
            "dist": {
3816
                "type": "zip",
3817
                "url": "https://api.github.com/repos/symfony/console/zipball/b0a03c1bb0fcbe288629956cf2f1dd3f1dc97522",
3818
                "reference": "b0a03c1bb0fcbe288629956cf2f1dd3f1dc97522",
3819
                "shasum": ""
3820
            },
3821
            "require": {
3822
                "php": "^7.1.3",
3823
                "symfony/contracts": "^1.0",
3824
                "symfony/polyfill-mbstring": "~1.0"
3825
            },
3826
            "conflict": {
3827
                "symfony/dependency-injection": "<3.4",
3828
                "symfony/process": "<3.3"
3829
            },
3830
            "require-dev": {
3831
                "psr/log": "~1.0",
3832
                "symfony/config": "~3.4|~4.0",
3833
                "symfony/dependency-injection": "~3.4|~4.0",
3834
                "symfony/event-dispatcher": "~3.4|~4.0",
3835
                "symfony/lock": "~3.4|~4.0",
3836
                "symfony/process": "~3.4|~4.0"
3837
            },
3838
            "suggest": {
3839
                "psr/log-implementation": "For using the console logger",
3840
                "symfony/event-dispatcher": "",
3841
                "symfony/lock": "",
3842
                "symfony/process": ""
3843
            },
3844
            "type": "library",
3845
            "extra": {
3846
                "branch-alias": {
3847
                    "dev-master": "4.2-dev"
3848
                }
3849
            },
3850
            "autoload": {
3851
                "psr-4": {
3852
                    "Symfony\\Component\\Console\\": ""
3853
                },
3854
                "exclude-from-classmap": [
3855
                    "/Tests/"
3856
                ]
3857
            },
3858
            "notification-url": "https://packagist.org/downloads/",
3859
            "license": [
3860
                "MIT"
3861
            ],
3862
            "authors": [
3863
                {
3864
                    "name": "Fabien Potencier",
3865
                    "email": "[email protected]"
3866
                },
3867
                {
3868
                    "name": "Symfony Community",
3869
                    "homepage": "https://symfony.com/contributors"
3870
                }
3871
            ],
3872
            "description": "Symfony Console Component",
3873
            "homepage": "https://symfony.com",
3874
            "time": "2019-01-04T15:13:53+00:00"
3875
        },
3876
        {
3877
            "name": "symfony/filesystem",
3878
            "version": "v4.2.2",
3879
            "source": {
3880
                "type": "git",
3881
                "url": "https://github.com/symfony/filesystem.git",
3882
                "reference": "c2ffd9a93f2d6c5be2f68a0aa7953cc229f871f8"
3883
            },
3884
            "dist": {
3885
                "type": "zip",
3886
                "url": "https://api.github.com/repos/symfony/filesystem/zipball/c2ffd9a93f2d6c5be2f68a0aa7953cc229f871f8",
3887
                "reference": "c2ffd9a93f2d6c5be2f68a0aa7953cc229f871f8",
3888
                "shasum": ""
3889
            },
3890
            "require": {
3891
                "php": "^7.1.3",
3892
                "symfony/polyfill-ctype": "~1.8"
3893
            },
3894
            "type": "library",
3895
            "extra": {
3896
                "branch-alias": {
3897
                    "dev-master": "4.2-dev"
3898
                }
3899
            },
3900
            "autoload": {
3901
                "psr-4": {
3902
                    "Symfony\\Component\\Filesystem\\": ""
3903
                },
3904
                "exclude-from-classmap": [
3905
                    "/Tests/"
3906
                ]
3907
            },
3908
            "notification-url": "https://packagist.org/downloads/",
3909
            "license": [
3910
                "MIT"
3911
            ],
3912
            "authors": [
3913
                {
3914
                    "name": "Fabien Potencier",
3915
                    "email": "[email protected]"
3916
                },
3917
                {
3918
                    "name": "Symfony Community",
3919
                    "homepage": "https://symfony.com/contributors"
3920
                }
3921
            ],
3922
            "description": "Symfony Filesystem Component",
3923
            "homepage": "https://symfony.com",
3924
            "time": "2019-01-03T09:07:35+00:00"
3925
        },
3926
        {
3927
            "name": "symfony/finder",
3928
            "version": "v4.2.2",
3929
            "source": {
3930
                "type": "git",
3931
                "url": "https://github.com/symfony/finder.git",
3932
                "reference": "9094d69e8c6ee3fe186a0ec5a4f1401e506071ce"
3933
            },
3934
            "dist": {
3935
                "type": "zip",
3936
                "url": "https://api.github.com/repos/symfony/finder/zipball/9094d69e8c6ee3fe186a0ec5a4f1401e506071ce",
3937
                "reference": "9094d69e8c6ee3fe186a0ec5a4f1401e506071ce",
3938
                "shasum": ""
3939
            },
3940
            "require": {
3941
                "php": "^7.1.3"
3942
            },
3943
            "type": "library",
3944
            "extra": {
3945
                "branch-alias": {
3946
                    "dev-master": "4.2-dev"
3947
                }
3948
            },
3949
            "autoload": {
3950
                "psr-4": {
3951
                    "Symfony\\Component\\Finder\\": ""
3952
                },
3953
                "exclude-from-classmap": [
3954
                    "/Tests/"
3955
                ]
3956
            },
3957
            "notification-url": "https://packagist.org/downloads/",
3958
            "license": [
3959
                "MIT"
3960
            ],
3961
            "authors": [
3962
                {
3963
                    "name": "Fabien Potencier",
3964
                    "email": "[email protected]"
3965
                },
3966
                {
3967
                    "name": "Symfony Community",
3968
                    "homepage": "https://symfony.com/contributors"
3969
                }
3970
            ],
3971
            "description": "Symfony Finder Component",
3972
            "homepage": "https://symfony.com",
3973
            "time": "2019-01-03T09:07:35+00:00"
3974
        },
3975
        {
3976
            "name": "symfony/polyfill-ctype",
3977
            "version": "v1.10.0",
3978
            "source": {
3979
                "type": "git",
3980
                "url": "https://github.com/symfony/polyfill-ctype.git",
3981
                "reference": "e3d826245268269cd66f8326bd8bc066687b4a19"
3982
            },
3983
            "dist": {
3984
                "type": "zip",
3985
                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e3d826245268269cd66f8326bd8bc066687b4a19",
3986
                "reference": "e3d826245268269cd66f8326bd8bc066687b4a19",
3987
                "shasum": ""
3988
            },
3989
            "require": {
3990
                "php": ">=5.3.3"
3991
            },
3992
            "suggest": {
3993
                "ext-ctype": "For best performance"
3994
            },
3995
            "type": "library",
3996
            "extra": {
3997
                "branch-alias": {
3998
                    "dev-master": "1.9-dev"
3999
                }
4000
            },
4001
            "autoload": {
4002
                "psr-4": {
4003
                    "Symfony\\Polyfill\\Ctype\\": ""
4004
                },
4005
                "files": [
4006
                    "bootstrap.php"
4007
                ]
4008
            },
4009
            "notification-url": "https://packagist.org/downloads/",
4010
            "license": [
4011
                "MIT"
4012
            ],
4013
            "authors": [
4014
                {
4015
                    "name": "Symfony Community",
4016
                    "homepage": "https://symfony.com/contributors"
4017
                },
4018
                {
4019
                    "name": "Gert de Pagter",
4020
                    "email": "[email protected]"
4021
                }
4022
            ],
4023
            "description": "Symfony polyfill for ctype functions",
4024
            "homepage": "https://symfony.com",
4025
            "keywords": [
4026
                "compatibility",
4027
                "ctype",
4028
                "polyfill",
4029
                "portable"
4030
            ],
4031
            "time": "2018-08-06T14:22:27+00:00"
4032
        },
4033
        {
4034
            "name": "symfony/process",
4035
            "version": "v4.2.2",
4036
            "source": {
4037
                "type": "git",
4038
                "url": "https://github.com/symfony/process.git",
4039
                "reference": "ea043ab5d8ed13b467a9087d81cb876aee7f689a"
4040
            },
4041
            "dist": {
4042
                "type": "zip",
4043
                "url": "https://api.github.com/repos/symfony/process/zipball/ea043ab5d8ed13b467a9087d81cb876aee7f689a",
4044
                "reference": "ea043ab5d8ed13b467a9087d81cb876aee7f689a",
4045
                "shasum": ""
4046
            },
4047
            "require": {
4048
                "php": "^7.1.3"
4049
            },
4050
            "type": "library",
4051
            "extra": {
4052
                "branch-alias": {
4053
                    "dev-master": "4.2-dev"
4054
                }
4055
            },
4056
            "autoload": {
4057
                "psr-4": {
4058
                    "Symfony\\Component\\Process\\": ""
4059
                },
4060
                "exclude-from-classmap": [
4061
                    "/Tests/"
4062
                ]
4063
            },
4064
            "notification-url": "https://packagist.org/downloads/",
4065
            "license": [
4066
                "MIT"
4067
            ],
4068
            "authors": [
4069
                {
4070
                    "name": "Fabien Potencier",
4071
                    "email": "[email protected]"
4072
                },
4073
                {
4074
                    "name": "Symfony Community",
4075
                    "homepage": "https://symfony.com/contributors"
4076
                }
4077
            ],
4078
            "description": "Symfony Process Component",
4079
            "homepage": "https://symfony.com",
4080
            "time": "2019-01-03T14:48:52+00:00"
4081
        },
4082
        {
4083
            "name": "theseer/tokenizer",
4084
            "version": "1.1.0",
4085
            "source": {
4086
                "type": "git",
4087
                "url": "https://github.com/theseer/tokenizer.git",
4088
                "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b"
4089
            },
4090
            "dist": {
4091
                "type": "zip",
4092
                "url": "https://api.github.com/repos/theseer/tokenizer/zipball/cb2f008f3f05af2893a87208fe6a6c4985483f8b",
4093
                "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b",
4094
                "shasum": ""
4095
            },
4096
            "require": {
4097
                "ext-dom": "*",
4098
                "ext-tokenizer": "*",
4099
                "ext-xmlwriter": "*",
4100
                "php": "^7.0"
4101
            },
4102
            "type": "library",
4103
            "autoload": {
4104
                "classmap": [
4105
                    "src/"
4106
                ]
4107
            },
4108
            "notification-url": "https://packagist.org/downloads/",
4109
            "license": [
4110
                "BSD-3-Clause"
4111
            ],
4112
            "authors": [
4113
                {
4114
                    "name": "Arne Blankerts",
4115
                    "email": "[email protected]",
4116
                    "role": "Developer"
4117
                }
4118
            ],
4119
            "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
4120
            "time": "2017-04-07T12:08:54+00:00"
4121
        },
4122
        {
4123
            "name": "vectorface/dunit",
4124
            "version": "v2.1.0",
4125
            "source": {
4126
                "type": "git",
4127
                "url": "https://github.com/Vectorface/dunit.git",
4128
                "reference": "3f04c7a8bef5ff100666e92db96e93f80a6640bf"
4129
            },
4130
            "dist": {
4131
                "type": "zip",
4132
                "url": "https://api.github.com/repos/Vectorface/dunit/zipball/3f04c7a8bef5ff100666e92db96e93f80a6640bf",
4133
                "reference": "3f04c7a8bef5ff100666e92db96e93f80a6640bf",
4134
                "shasum": ""
4135
            },
4136
            "require-dev": {
4137
                "phpunit/phpunit": "~4.3",
4138
                "symfony/console": "~2.5"
4139
            },
4140
            "bin": [
4141
                "bin/dunit"
4142
            ],
4143
            "type": "library",
4144
            "autoload": {
4145
                "psr-4": {
4146
                    "Vectorface\\Dunit\\": "src"
4147
                }
4148
            },
4149
            "notification-url": "https://packagist.org/downloads/",
4150
            "license": [
4151
                "MIT"
4152
            ],
4153
            "authors": [
4154
                {
4155
                    "name": "Daniel Bruce",
4156
                    "email": "[email protected]",
4157
                    "role": "Developer"
4158
                },
4159
                {
4160
                    "name": "Cory Darby",
4161
                    "email": "[email protected]",
4162
                    "role": "Developer"
4163
                }
4164
            ],
4165
            "description": "Test code against multiple versions of PHP with the help of docker",
4166
            "homepage": "https://github.com/Vectorface/dunit",
4167
            "keywords": [
4168
                "docker",
4169
                "php",
4170
                "phpunit",
4171
                "testing"
4172
            ],
4173
            "time": "2015-03-31T19:30:02+00:00"
4174
        },
4175
        {
4176
            "name": "webmozart/assert",
4177
            "version": "1.3.0",
4178
            "source": {
4179
                "type": "git",
4180
                "url": "https://github.com/webmozart/assert.git",
4181
                "reference": "0df1908962e7a3071564e857d86874dad1ef204a"
4182
            },
4183
            "dist": {
4184
                "type": "zip",
4185
                "url": "https://api.github.com/repos/webmozart/assert/zipball/0df1908962e7a3071564e857d86874dad1ef204a",
4186
                "reference": "0df1908962e7a3071564e857d86874dad1ef204a",
4187
                "shasum": ""
4188
            },
4189
            "require": {
4190
                "php": "^5.3.3 || ^7.0"
4191
            },
4192
            "require-dev": {
4193
                "phpunit/phpunit": "^4.6",
4194
                "sebastian/version": "^1.0.1"
4195
            },
4196
            "type": "library",
4197
            "extra": {
4198
                "branch-alias": {
4199
                    "dev-master": "1.3-dev"
4200
                }
4201
            },
4202
            "autoload": {
4203
                "psr-4": {
4204
                    "Webmozart\\Assert\\": "src/"
4205
                }
4206
            },
4207
            "notification-url": "https://packagist.org/downloads/",
4208
            "license": [
4209
                "MIT"
4210
            ],
4211
            "authors": [
4212
                {
4213
                    "name": "Bernhard Schussek",
4214
                    "email": "[email protected]"
4215
                }
4216
            ],
4217
            "description": "Assertions to validate method input/output with nice error messages.",
4218
            "keywords": [
4219
                "assert",
4220
                "check",
4221
                "validate"
4222
            ],
4223
            "time": "2018-01-29T19:49:41+00:00"
4224
        }
4225
    ],
4226
    "aliases": [],
4227
    "minimum-stability": "stable",
4228
    "stability-flags": [],
4229
    "prefer-stable": false,
4230
    "prefer-lowest": false,
4231
    "platform": {
4232
        "php": "^7.2"
4233
    },
4234
    "platform-dev": [],
4235
    "platform-overrides": {
4236
        "php": "7.2"
4237
    }
4238
}
4239