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/npm_and_yarn/forwar... ( bf816b )
by
unknown
167:02 queued 157:08
created

composer.lock (1 issue)

Upgrade to new PHP Analysis Engine

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

1
{
2
    "_readme": [
3
        "This file locks the dependencies of your project to a known state",
4
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
5
        "This file is @generated automatically"
6
    ],
7
    "content-hash": "e74cfd369955bba40f6944649979a6c9",
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",
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.1.4",
144
            "source": {
145
                "type": "git",
146
                "url": "https://github.com/cakephp/chronos.git",
147
                "reference": "85bcaea6a832684b32ef54b2487b0c14a172e9e6"
148
            },
149
            "dist": {
150
                "type": "zip",
151
                "url": "https://api.github.com/repos/cakephp/chronos/zipball/85bcaea6a832684b32ef54b2487b0c14a172e9e6",
152
                "reference": "85bcaea6a832684b32ef54b2487b0c14a172e9e6",
153
                "shasum": ""
154
            },
155
            "require": {
156
                "php": "^5.5.9|^7"
157
            },
158
            "require-dev": {
159
                "athletic/athletic": "~0.1",
160
                "cakephp/cakephp-codesniffer": "~2.3",
161
                "phpbench/phpbench": "@dev",
162
                "phpstan/phpstan": "^0.6.4",
163
                "phpunit/phpunit": "<6.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-01-13T12:19:50+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.4.2",
419
            "source": {
420
                "type": "git",
421
                "url": "https://github.com/guzzle/psr7.git",
422
                "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c"
423
            },
424
            "dist": {
425
                "type": "zip",
426
                "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
427
                "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
428
                "shasum": ""
429
            },
430
            "require": {
431
                "php": ">=5.4.0",
432
                "psr/http-message": "~1.0"
433
            },
434
            "provide": {
435
                "psr/http-message-implementation": "1.0"
436
            },
437
            "require-dev": {
438
                "phpunit/phpunit": "~4.0"
439
            },
440
            "type": "library",
441
            "extra": {
442
                "branch-alias": {
443
                    "dev-master": "1.4-dev"
444
                }
445
            },
446
            "autoload": {
447
                "psr-4": {
448
                    "GuzzleHttp\\Psr7\\": "src/"
449
                },
450
                "files": [
451
                    "src/functions_include.php"
452
                ]
453
            },
454
            "notification-url": "https://packagist.org/downloads/",
455
            "license": [
456
                "MIT"
457
            ],
458
            "authors": [
459
                {
460
                    "name": "Michael Dowling",
461
                    "email": "[email protected]",
462
                    "homepage": "https://github.com/mtdowling"
463
                },
464
                {
465
                    "name": "Tobias Schultze",
466
                    "homepage": "https://github.com/Tobion"
467
                }
468
            ],
469
            "description": "PSR-7 message implementation that also provides common utility methods",
470
            "keywords": [
471
                "http",
472
                "message",
473
                "request",
474
                "response",
475
                "stream",
476
                "uri",
477
                "url"
478
            ],
479
            "time": "2017-03-20T17:10:46+00:00"
480
        },
481
        {
482
            "name": "igorw/get-in",
483
            "version": "v1.0.3",
484
            "source": {
485
                "type": "git",
486
                "url": "https://github.com/igorw/get-in.git",
487
                "reference": "170ded831f49abc6a6061f655aba9bdbcf7b8111"
488
            },
489
            "dist": {
490
                "type": "zip",
491
                "url": "https://api.github.com/repos/igorw/get-in/zipball/170ded831f49abc6a6061f655aba9bdbcf7b8111",
492
                "reference": "170ded831f49abc6a6061f655aba9bdbcf7b8111",
493
                "shasum": ""
494
            },
495
            "require": {
496
                "php": ">=5.4"
497
            },
498
            "type": "library",
499
            "extra": {
500
                "branch-alias": {
501
                    "dev-master": "1.0-dev"
502
                }
503
            },
504
            "autoload": {
505
                "files": [
506
                    "src/get_in.php"
507
                ]
508
            },
509
            "notification-url": "https://packagist.org/downloads/",
510
            "license": [
511
                "MIT"
512
            ],
513
            "authors": [
514
                {
515
                    "name": "Igor Wiedler",
516
                    "email": "[email protected]"
517
                }
518
            ],
519
            "description": "Functions for for hash map (assoc array) traversal.",
520
            "keywords": [
521
                "assoc-array",
522
                "hash-map"
523
            ],
524
            "time": "2014-12-15T23:03:51+00:00"
525
        },
526
        {
527
            "name": "lcobucci/jwt",
528
            "version": "3.2.2",
529
            "source": {
530
                "type": "git",
531
                "url": "https://github.com/lcobucci/jwt.git",
532
                "reference": "0b5930be73582369e10c4d4bb7a12bac927a203c"
533
            },
534
            "dist": {
535
                "type": "zip",
536
                "url": "https://api.github.com/repos/lcobucci/jwt/zipball/0b5930be73582369e10c4d4bb7a12bac927a203c",
537
                "reference": "0b5930be73582369e10c4d4bb7a12bac927a203c",
538
                "shasum": ""
539
            },
540
            "require": {
541
                "ext-openssl": "*",
542
                "php": ">=5.5"
543
            },
544
            "require-dev": {
545
                "mdanter/ecc": "~0.3.1",
546
                "mikey179/vfsstream": "~1.5",
547
                "phpmd/phpmd": "~2.2",
548
                "phpunit/php-invoker": "~1.1",
549
                "phpunit/phpunit": "~4.5",
550
                "squizlabs/php_codesniffer": "~2.3"
551
            },
552
            "suggest": {
553
                "mdanter/ecc": "Required to use Elliptic Curves based algorithms."
554
            },
555
            "type": "library",
556
            "extra": {
557
                "branch-alias": {
558
                    "dev-master": "3.1-dev"
559
                }
560
            },
561
            "autoload": {
562
                "psr-4": {
563
                    "Lcobucci\\JWT\\": "src"
564
                }
565
            },
566
            "notification-url": "https://packagist.org/downloads/",
567
            "license": [
568
                "BSD-3-Clause"
569
            ],
570
            "authors": [
571
                {
572
                    "name": "Luís Otávio Cobucci Oblonczyk",
573
                    "email": "[email protected]",
574
                    "role": "Developer"
575
                }
576
            ],
577
            "description": "A simple library to work with JSON Web Token and JSON Web Signature",
578
            "keywords": [
579
                "JWS",
580
                "jwt"
581
            ],
582
            "time": "2017-09-01T08:23:26+00:00"
583
        },
584
        {
585
            "name": "psr/http-message",
586
            "version": "1.0.1",
587
            "source": {
588
                "type": "git",
589
                "url": "https://github.com/php-fig/http-message.git",
590
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
591
            },
592
            "dist": {
593
                "type": "zip",
594
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
595
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
596
                "shasum": ""
597
            },
598
            "require": {
599
                "php": ">=5.3.0"
600
            },
601
            "type": "library",
602
            "extra": {
603
                "branch-alias": {
604
                    "dev-master": "1.0.x-dev"
605
                }
606
            },
607
            "autoload": {
608
                "psr-4": {
609
                    "Psr\\Http\\Message\\": "src/"
610
                }
611
            },
612
            "notification-url": "https://packagist.org/downloads/",
613
            "license": [
614
                "MIT"
615
            ],
616
            "authors": [
617
                {
618
                    "name": "PHP-FIG",
619
                    "homepage": "http://www.php-fig.org/"
620
                }
621
            ],
622
            "description": "Common interface for HTTP messages",
623
            "homepage": "https://github.com/php-fig/http-message",
624
            "keywords": [
625
                "http",
626
                "http-message",
627
                "psr",
628
                "psr-7",
629
                "request",
630
                "response"
631
            ],
632
            "time": "2016-08-06T14:39:51+00:00"
633
        },
634
        {
635
            "name": "psr/log",
636
            "version": "1.0.2",
637
            "source": {
638
                "type": "git",
639
                "url": "https://github.com/php-fig/log.git",
640
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
641
            },
642
            "dist": {
643
                "type": "zip",
644
                "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
645
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
646
                "shasum": ""
647
            },
648
            "require": {
649
                "php": ">=5.3.0"
650
            },
651
            "type": "library",
652
            "extra": {
653
                "branch-alias": {
654
                    "dev-master": "1.0.x-dev"
655
                }
656
            },
657
            "autoload": {
658
                "psr-4": {
659
                    "Psr\\Log\\": "Psr/Log/"
660
                }
661
            },
662
            "notification-url": "https://packagist.org/downloads/",
663
            "license": [
664
                "MIT"
665
            ],
666
            "authors": [
667
                {
668
                    "name": "PHP-FIG",
669
                    "homepage": "http://www.php-fig.org/"
670
                }
671
            ],
672
            "description": "Common interface for logging libraries",
673
            "homepage": "https://github.com/php-fig/log",
674
            "keywords": [
675
                "log",
676
                "psr",
677
                "psr-3"
678
            ],
679
            "time": "2016-10-10T12:19:37+00:00"
680
        },
681
        {
682
            "name": "ratchet/rfc6455",
683
            "version": "v0.2.3",
684
            "source": {
685
                "type": "git",
686
                "url": "https://github.com/ratchetphp/RFC6455.git",
687
                "reference": "cc8a1a46a703ce01de10fdb5fab387381b66edc8"
688
            },
689
            "dist": {
690
                "type": "zip",
691
                "url": "https://api.github.com/repos/ratchetphp/RFC6455/zipball/cc8a1a46a703ce01de10fdb5fab387381b66edc8",
692
                "reference": "cc8a1a46a703ce01de10fdb5fab387381b66edc8",
693
                "shasum": ""
694
            },
695
            "require": {
696
                "guzzlehttp/psr7": "^1.0",
697
                "php": ">=5.4.2"
698
            },
699
            "require-dev": {
700
                "phpunit/phpunit": "4.8.*",
701
                "react/http": "^0.4.1",
702
                "react/socket-client": "^0.4.3"
703
            },
704
            "type": "library",
705
            "autoload": {
706
                "psr-4": {
707
                    "Ratchet\\RFC6455\\": "src"
708
                }
709
            },
710
            "notification-url": "https://packagist.org/downloads/",
711
            "license": [
712
                "MIT"
713
            ],
714
            "authors": [
715
                {
716
                    "name": "Chris Boden",
717
                    "email": "[email protected]",
718
                    "role": "Developer"
719
                }
720
            ],
721
            "description": "RFC6455 WebSocket protocol handler",
722
            "homepage": "http://socketo.me",
723
            "keywords": [
724
                "WebSockets",
725
                "rfc6455",
726
                "websocket"
727
            ],
728
            "time": "2017-09-13T13:49:42+00:00"
729
        },
730
        {
731
            "name": "react/cache",
732
            "version": "v0.4.2",
733
            "source": {
734
                "type": "git",
735
                "url": "https://github.com/reactphp/cache.git",
736
                "reference": "75494f26b4ef089db9bf8c90b63c296246e099e8"
737
            },
738
            "dist": {
739
                "type": "zip",
740
                "url": "https://api.github.com/repos/reactphp/cache/zipball/75494f26b4ef089db9bf8c90b63c296246e099e8",
741
                "reference": "75494f26b4ef089db9bf8c90b63c296246e099e8",
742
                "shasum": ""
743
            },
744
            "require": {
745
                "php": ">=5.3.0",
746
                "react/promise": "~2.0|~1.1"
747
            },
748
            "require-dev": {
749
                "phpunit/phpunit": "^6.4 || ^5.7 || ^4.8.35"
750
            },
751
            "type": "library",
752
            "autoload": {
753
                "psr-4": {
754
                    "React\\Cache\\": "src/"
755
                }
756
            },
757
            "notification-url": "https://packagist.org/downloads/",
758
            "license": [
759
                "MIT"
760
            ],
761
            "description": "Async, Promise-based cache interface for ReactPHP",
762
            "keywords": [
763
                "cache",
764
                "caching",
765
                "promise",
766
                "reactphp"
767
            ],
768
            "time": "2017-12-20T16:47:13+00:00"
769
        },
770
        {
771
            "name": "react/dns",
772
            "version": "v0.4.13",
773
            "source": {
774
                "type": "git",
775
                "url": "https://github.com/reactphp/dns.git",
776
                "reference": "7d1e08c300fd7de600810883386ee5e2a64898f4"
777
            },
778
            "dist": {
779
                "type": "zip",
780
                "url": "https://api.github.com/repos/reactphp/dns/zipball/7d1e08c300fd7de600810883386ee5e2a64898f4",
781
                "reference": "7d1e08c300fd7de600810883386ee5e2a64898f4",
782
                "shasum": ""
783
            },
784
            "require": {
785
                "php": ">=5.3.0",
786
                "react/cache": "~0.4.0|~0.3.0",
787
                "react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3.5",
788
                "react/promise": "^2.1 || ^1.2.1",
789
                "react/promise-timer": "^1.2",
790
                "react/stream": "^1.0 || ^0.7 || ^0.6 || ^0.5 || ^0.4.5"
791
            },
792
            "require-dev": {
793
                "clue/block-react": "^1.2",
794
                "phpunit/phpunit": "^6.4 || ^5.7 || ^4.8.35"
795
            },
796
            "type": "library",
797
            "autoload": {
798
                "psr-4": {
799
                    "React\\Dns\\": "src"
800
                }
801
            },
802
            "notification-url": "https://packagist.org/downloads/",
803
            "license": [
804
                "MIT"
805
            ],
806
            "description": "Async DNS resolver for ReactPHP",
807
            "keywords": [
808
                "async",
809
                "dns",
810
                "dns-resolver",
811
                "reactphp"
812
            ],
813
            "time": "2018-02-27T12:51:22+00:00"
814
        },
815
        {
816
            "name": "react/event-loop",
817
            "version": "v0.4.3",
818
            "source": {
819
                "type": "git",
820
                "url": "https://github.com/reactphp/event-loop.git",
821
                "reference": "8bde03488ee897dc6bb3d91e4e17c353f9c5252f"
822
            },
823
            "dist": {
824
                "type": "zip",
825
                "url": "https://api.github.com/repos/reactphp/event-loop/zipball/8bde03488ee897dc6bb3d91e4e17c353f9c5252f",
826
                "reference": "8bde03488ee897dc6bb3d91e4e17c353f9c5252f",
827
                "shasum": ""
828
            },
829
            "require": {
830
                "php": ">=5.4.0"
831
            },
832
            "require-dev": {
833
                "phpunit/phpunit": "~4.8"
834
            },
835
            "suggest": {
836
                "ext-event": "~1.0",
837
                "ext-libev": "*",
838
                "ext-libevent": ">=0.1.0"
839
            },
840
            "type": "library",
841
            "autoload": {
842
                "psr-4": {
843
                    "React\\EventLoop\\": "src"
844
                }
845
            },
846
            "notification-url": "https://packagist.org/downloads/",
847
            "license": [
848
                "MIT"
849
            ],
850
            "description": "Event loop abstraction layer that libraries can use for evented I/O.",
851
            "keywords": [
852
                "asynchronous",
853
                "event-loop"
854
            ],
855
            "time": "2017-04-27T10:56:23+00:00"
856
        },
857
        {
858
            "name": "react/promise",
859
            "version": "v2.5.1",
860
            "source": {
861
                "type": "git",
862
                "url": "https://github.com/reactphp/promise.git",
863
                "reference": "62785ae604c8d69725d693eb370e1d67e94c4053"
864
            },
865
            "dist": {
866
                "type": "zip",
867
                "url": "https://api.github.com/repos/reactphp/promise/zipball/62785ae604c8d69725d693eb370e1d67e94c4053",
868
                "reference": "62785ae604c8d69725d693eb370e1d67e94c4053",
869
                "shasum": ""
870
            },
871
            "require": {
872
                "php": ">=5.4.0"
873
            },
874
            "require-dev": {
875
                "phpunit/phpunit": "~4.8"
876
            },
877
            "type": "library",
878
            "autoload": {
879
                "psr-4": {
880
                    "React\\Promise\\": "src/"
881
                },
882
                "files": [
883
                    "src/functions_include.php"
884
                ]
885
            },
886
            "notification-url": "https://packagist.org/downloads/",
887
            "license": [
888
                "MIT"
889
            ],
890
            "authors": [
891
                {
892
                    "name": "Jan Sorgalla",
893
                    "email": "[email protected]"
894
                }
895
            ],
896
            "description": "A lightweight implementation of CommonJS Promises/A for PHP",
897
            "keywords": [
898
                "promise",
899
                "promises"
900
            ],
901
            "time": "2017-03-25T12:08:31+00:00"
902
        },
903
        {
904
            "name": "react/promise-timer",
905
            "version": "v1.2.1",
906
            "source": {
907
                "type": "git",
908
                "url": "https://github.com/reactphp/promise-timer.git",
909
                "reference": "9b4cd9cbe7457e0d87fe8aa7ccceab8a2c830fbd"
910
            },
911
            "dist": {
912
                "type": "zip",
913
                "url": "https://api.github.com/repos/reactphp/promise-timer/zipball/9b4cd9cbe7457e0d87fe8aa7ccceab8a2c830fbd",
914
                "reference": "9b4cd9cbe7457e0d87fe8aa7ccceab8a2c830fbd",
915
                "shasum": ""
916
            },
917
            "require": {
918
                "php": ">=5.3",
919
                "react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3.5",
920
                "react/promise": "~2.1|~1.2"
921
            },
922
            "require-dev": {
923
                "phpunit/phpunit": "^6.4 || ^5.7 || ^4.8.35"
924
            },
925
            "type": "library",
926
            "autoload": {
927
                "psr-4": {
928
                    "React\\Promise\\Timer\\": "src/"
929
                },
930
                "files": [
931
                    "src/functions.php"
932
                ]
933
            },
934
            "notification-url": "https://packagist.org/downloads/",
935
            "license": [
936
                "MIT"
937
            ],
938
            "authors": [
939
                {
940
                    "name": "Christian Lück",
941
                    "email": "[email protected]"
942
                }
943
            ],
944
            "description": "A trivial implementation of timeouts for Promises, built on top of ReactPHP.",
945
            "homepage": "https://github.com/react/promise-timer",
946
            "keywords": [
947
                "async",
948
                "event-loop",
949
                "promise",
950
                "reactphp",
951
                "timeout",
952
                "timer"
953
            ],
954
            "time": "2017-12-22T15:41:41+00:00"
955
        },
956
        {
957
            "name": "react/socket",
958
            "version": "v0.8.10",
959
            "source": {
960
                "type": "git",
961
                "url": "https://github.com/reactphp/socket.git",
962
                "reference": "d3957313c92b539537fccc80170c05a27ec25796"
963
            },
964
            "dist": {
965
                "type": "zip",
966
                "url": "https://api.github.com/repos/reactphp/socket/zipball/d3957313c92b539537fccc80170c05a27ec25796",
967
                "reference": "d3957313c92b539537fccc80170c05a27ec25796",
968
                "shasum": ""
969
            },
970
            "require": {
971
                "evenement/evenement": "^3.0 || ^2.0 || ^1.0",
972
                "php": ">=5.3.0",
973
                "react/dns": "^0.4.13",
974
                "react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3.5",
975
                "react/promise": "^2.1 || ^1.2",
976
                "react/promise-timer": "~1.0",
977
                "react/stream": "^1.0 || ^0.7.1"
978
            },
979
            "require-dev": {
980
                "clue/block-react": "^1.2",
981
                "phpunit/phpunit": "^6.4 || ^5.7 || ^4.8.35"
982
            },
983
            "type": "library",
984
            "autoload": {
985
                "psr-4": {
986
                    "React\\Socket\\": "src"
987
                }
988
            },
989
            "notification-url": "https://packagist.org/downloads/",
990
            "license": [
991
                "MIT"
992
            ],
993
            "description": "Async, streaming plaintext TCP/IP and secure TLS socket server and client connections for ReactPHP",
994
            "keywords": [
995
                "Connection",
996
                "Socket",
997
                "async",
998
                "reactphp",
999
                "stream"
1000
            ],
1001
            "time": "2018-02-28T09:32:38+00:00"
1002
        },
1003
        {
1004
            "name": "react/stream",
1005
            "version": "v0.7.7",
1006
            "source": {
1007
                "type": "git",
1008
                "url": "https://github.com/reactphp/stream.git",
1009
                "reference": "10100896018fd847a257cd81143b8e1b7be08e40"
1010
            },
1011
            "dist": {
1012
                "type": "zip",
1013
                "url": "https://api.github.com/repos/reactphp/stream/zipball/10100896018fd847a257cd81143b8e1b7be08e40",
1014
                "reference": "10100896018fd847a257cd81143b8e1b7be08e40",
1015
                "shasum": ""
1016
            },
1017
            "require": {
1018
                "evenement/evenement": "^3.0 || ^2.0 || ^1.0",
1019
                "php": ">=5.3.8",
1020
                "react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3.5"
1021
            },
1022
            "require-dev": {
1023
                "clue/stream-filter": "~1.2",
1024
                "phpunit/phpunit": "^6.4 || ^5.7 || ^4.8.35"
1025
            },
1026
            "type": "library",
1027
            "autoload": {
1028
                "psr-4": {
1029
                    "React\\Stream\\": "src"
1030
                }
1031
            },
1032
            "notification-url": "https://packagist.org/downloads/",
1033
            "license": [
1034
                "MIT"
1035
            ],
1036
            "description": "Event-driven readable and writable streams for non-blocking I/O in ReactPHP",
1037
            "keywords": [
1038
                "event-driven",
1039
                "io",
1040
                "non-blocking",
1041
                "pipe",
1042
                "reactphp",
1043
                "readable",
1044
                "stream",
1045
                "writable"
1046
            ],
1047
            "time": "2018-01-19T15:04:38+00:00"
1048
        },
1049
        {
1050
            "name": "symfony/event-dispatcher",
1051
            "version": "v4.0.8",
1052
            "source": {
1053
                "type": "git",
1054
                "url": "https://github.com/symfony/event-dispatcher.git",
1055
                "reference": "63353a71073faf08f62caab4e6889b06a787f07b"
1056
            },
1057
            "dist": {
1058
                "type": "zip",
1059
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/63353a71073faf08f62caab4e6889b06a787f07b",
1060
                "reference": "63353a71073faf08f62caab4e6889b06a787f07b",
1061
                "shasum": ""
1062
            },
1063
            "require": {
1064
                "php": "^7.1.3"
1065
            },
1066
            "conflict": {
1067
                "symfony/dependency-injection": "<3.4"
1068
            },
1069
            "require-dev": {
1070
                "psr/log": "~1.0",
1071
                "symfony/config": "~3.4|~4.0",
1072
                "symfony/dependency-injection": "~3.4|~4.0",
1073
                "symfony/expression-language": "~3.4|~4.0",
1074
                "symfony/stopwatch": "~3.4|~4.0"
1075
            },
1076
            "suggest": {
1077
                "symfony/dependency-injection": "",
1078
                "symfony/http-kernel": ""
1079
            },
1080
            "type": "library",
1081
            "extra": {
1082
                "branch-alias": {
1083
                    "dev-master": "4.0-dev"
1084
                }
1085
            },
1086
            "autoload": {
1087
                "psr-4": {
1088
                    "Symfony\\Component\\EventDispatcher\\": ""
1089
                },
1090
                "exclude-from-classmap": [
1091
                    "/Tests/"
1092
                ]
1093
            },
1094
            "notification-url": "https://packagist.org/downloads/",
1095
            "license": [
1096
                "MIT"
1097
            ],
1098
            "authors": [
1099
                {
1100
                    "name": "Fabien Potencier",
1101
                    "email": "[email protected]"
1102
                },
1103
                {
1104
                    "name": "Symfony Community",
1105
                    "homepage": "https://symfony.com/contributors"
1106
                }
1107
            ],
1108
            "description": "Symfony EventDispatcher Component",
1109
            "homepage": "https://symfony.com",
1110
            "time": "2018-04-06T07:35:43+00:00"
1111
        },
1112
        {
1113
            "name": "symfony/http-foundation",
0 ignored issues
show
There are 2 security advisories for your installed version of symfony/http-foundation:

- CVE-2018-14773: Remove support for legacy and risky HTTP headers
- CVE-2018-11386: Denial of service when using PDOSessionHandler
Loading history...
1114
            "version": "v4.0.8",
1115
            "source": {
1116
                "type": "git",
1117
                "url": "https://github.com/symfony/http-foundation.git",
1118
                "reference": "d0864a82e5891ab61d31eecbaa48bed5a09b8e6c"
1119
            },
1120
            "dist": {
1121
                "type": "zip",
1122
                "url": "https://api.github.com/repos/symfony/http-foundation/zipball/d0864a82e5891ab61d31eecbaa48bed5a09b8e6c",
1123
                "reference": "d0864a82e5891ab61d31eecbaa48bed5a09b8e6c",
1124
                "shasum": ""
1125
            },
1126
            "require": {
1127
                "php": "^7.1.3",
1128
                "symfony/polyfill-mbstring": "~1.1"
1129
            },
1130
            "require-dev": {
1131
                "symfony/expression-language": "~3.4|~4.0"
1132
            },
1133
            "type": "library",
1134
            "extra": {
1135
                "branch-alias": {
1136
                    "dev-master": "4.0-dev"
1137
                }
1138
            },
1139
            "autoload": {
1140
                "psr-4": {
1141
                    "Symfony\\Component\\HttpFoundation\\": ""
1142
                },
1143
                "exclude-from-classmap": [
1144
                    "/Tests/"
1145
                ]
1146
            },
1147
            "notification-url": "https://packagist.org/downloads/",
1148
            "license": [
1149
                "MIT"
1150
            ],
1151
            "authors": [
1152
                {
1153
                    "name": "Fabien Potencier",
1154
                    "email": "[email protected]"
1155
                },
1156
                {
1157
                    "name": "Symfony Community",
1158
                    "homepage": "https://symfony.com/contributors"
1159
                }
1160
            ],
1161
            "description": "Symfony HttpFoundation Component",
1162
            "homepage": "https://symfony.com",
1163
            "time": "2018-04-03T05:24:00+00:00"
1164
        },
1165
        {
1166
            "name": "symfony/polyfill-mbstring",
1167
            "version": "v1.7.0",
1168
            "source": {
1169
                "type": "git",
1170
                "url": "https://github.com/symfony/polyfill-mbstring.git",
1171
                "reference": "78be803ce01e55d3491c1397cf1c64beb9c1b63b"
1172
            },
1173
            "dist": {
1174
                "type": "zip",
1175
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/78be803ce01e55d3491c1397cf1c64beb9c1b63b",
1176
                "reference": "78be803ce01e55d3491c1397cf1c64beb9c1b63b",
1177
                "shasum": ""
1178
            },
1179
            "require": {
1180
                "php": ">=5.3.3"
1181
            },
1182
            "suggest": {
1183
                "ext-mbstring": "For best performance"
1184
            },
1185
            "type": "library",
1186
            "extra": {
1187
                "branch-alias": {
1188
                    "dev-master": "1.7-dev"
1189
                }
1190
            },
1191
            "autoload": {
1192
                "psr-4": {
1193
                    "Symfony\\Polyfill\\Mbstring\\": ""
1194
                },
1195
                "files": [
1196
                    "bootstrap.php"
1197
                ]
1198
            },
1199
            "notification-url": "https://packagist.org/downloads/",
1200
            "license": [
1201
                "MIT"
1202
            ],
1203
            "authors": [
1204
                {
1205
                    "name": "Nicolas Grekas",
1206
                    "email": "[email protected]"
1207
                },
1208
                {
1209
                    "name": "Symfony Community",
1210
                    "homepage": "https://symfony.com/contributors"
1211
                }
1212
            ],
1213
            "description": "Symfony polyfill for the Mbstring extension",
1214
            "homepage": "https://symfony.com",
1215
            "keywords": [
1216
                "compatibility",
1217
                "mbstring",
1218
                "polyfill",
1219
                "portable",
1220
                "shim"
1221
            ],
1222
            "time": "2018-01-30T19:27:44+00:00"
1223
        },
1224
        {
1225
            "name": "symfony/routing",
1226
            "version": "v4.0.8",
1227
            "source": {
1228
                "type": "git",
1229
                "url": "https://github.com/symfony/routing.git",
1230
                "reference": "0663036dd57dbfd4e9ff29f75bbd5dd3253ebe71"
1231
            },
1232
            "dist": {
1233
                "type": "zip",
1234
                "url": "https://api.github.com/repos/symfony/routing/zipball/0663036dd57dbfd4e9ff29f75bbd5dd3253ebe71",
1235
                "reference": "0663036dd57dbfd4e9ff29f75bbd5dd3253ebe71",
1236
                "shasum": ""
1237
            },
1238
            "require": {
1239
                "php": "^7.1.3"
1240
            },
1241
            "conflict": {
1242
                "symfony/config": "<3.4",
1243
                "symfony/dependency-injection": "<3.4",
1244
                "symfony/yaml": "<3.4"
1245
            },
1246
            "require-dev": {
1247
                "doctrine/annotations": "~1.0",
1248
                "doctrine/common": "~2.2",
1249
                "psr/log": "~1.0",
1250
                "symfony/config": "~3.4|~4.0",
1251
                "symfony/dependency-injection": "~3.4|~4.0",
1252
                "symfony/expression-language": "~3.4|~4.0",
1253
                "symfony/http-foundation": "~3.4|~4.0",
1254
                "symfony/yaml": "~3.4|~4.0"
1255
            },
1256
            "suggest": {
1257
                "doctrine/annotations": "For using the annotation loader",
1258
                "symfony/config": "For using the all-in-one router or any loader",
1259
                "symfony/dependency-injection": "For loading routes from a service",
1260
                "symfony/expression-language": "For using expression matching",
1261
                "symfony/http-foundation": "For using a Symfony Request object",
1262
                "symfony/yaml": "For using the YAML loader"
1263
            },
1264
            "type": "library",
1265
            "extra": {
1266
                "branch-alias": {
1267
                    "dev-master": "4.0-dev"
1268
                }
1269
            },
1270
            "autoload": {
1271
                "psr-4": {
1272
                    "Symfony\\Component\\Routing\\": ""
1273
                },
1274
                "exclude-from-classmap": [
1275
                    "/Tests/"
1276
                ]
1277
            },
1278
            "notification-url": "https://packagist.org/downloads/",
1279
            "license": [
1280
                "MIT"
1281
            ],
1282
            "authors": [
1283
                {
1284
                    "name": "Fabien Potencier",
1285
                    "email": "[email protected]"
1286
                },
1287
                {
1288
                    "name": "Symfony Community",
1289
                    "homepage": "https://symfony.com/contributors"
1290
                }
1291
            ],
1292
            "description": "Symfony Routing Component",
1293
            "homepage": "https://symfony.com",
1294
            "keywords": [
1295
                "router",
1296
                "routing",
1297
                "uri",
1298
                "url"
1299
            ],
1300
            "time": "2018-04-04T13:50:32+00:00"
1301
        },
1302
        {
1303
            "name": "thruway/client",
1304
            "version": "0.5.3",
1305
            "source": {
1306
                "type": "git",
1307
                "url": "https://github.com/thruway/client.git",
1308
                "reference": "b2a9a2586bdbe7c77952f70ce0b7579c09cf215c"
1309
            },
1310
            "dist": {
1311
                "type": "zip",
1312
                "url": "https://api.github.com/repos/thruway/client/zipball/b2a9a2586bdbe7c77952f70ce0b7579c09cf215c",
1313
                "reference": "b2a9a2586bdbe7c77952f70ce0b7579c09cf215c",
1314
                "shasum": ""
1315
            },
1316
            "require": {
1317
                "evenement/evenement": "^3.0 || ^2.0",
1318
                "psr/log": "^1.0",
1319
                "react/event-loop": "^0.4.3",
1320
                "react/promise-timer": "^1.2.1",
1321
                "voryx/thruway-common": "^1.0"
1322
            },
1323
            "require-dev": {
1324
                "phpunit/phpunit": "^5.5.4",
1325
                "thruway/pawl-transport": "dev-master"
1326
            },
1327
            "type": "library",
1328
            "autoload": {
1329
                "psr-4": {
1330
                    "Thruway\\": "src/"
1331
                }
1332
            },
1333
            "notification-url": "https://packagist.org/downloads/",
1334
            "license": [
1335
                "MIT"
1336
            ],
1337
            "authors": [
1338
                {
1339
                    "name": "Matt Bonneau",
1340
                    "email": "[email protected]",
1341
                    "role": "Developer"
1342
                },
1343
                {
1344
                    "name": "David Dan",
1345
                    "email": "[email protected]",
1346
                    "role": "Developer"
1347
                }
1348
            ],
1349
            "description": "Thruway WAMP client",
1350
            "keywords": [
1351
                "Autobahn",
1352
                "WAMP",
1353
                "WAMP2",
1354
                "WebSockets",
1355
                "client"
1356
            ],
1357
            "time": "2018-03-08T17:43:50+00:00"
1358
        },
1359
        {
1360
            "name": "thruway/ratchet-transport",
1361
            "version": "0.5.0",
1362
            "source": {
1363
                "type": "git",
1364
                "url": "https://github.com/thruway/ratchet-transport.git",
1365
                "reference": "0f6cf96d120b264fbe229577db52be64ec58e4d0"
1366
            },
1367
            "dist": {
1368
                "type": "zip",
1369
                "url": "https://api.github.com/repos/thruway/ratchet-transport/zipball/0f6cf96d120b264fbe229577db52be64ec58e4d0",
1370
                "reference": "0f6cf96d120b264fbe229577db52be64ec58e4d0",
1371
                "shasum": ""
1372
            },
1373
            "require": {
1374
                "cboden/ratchet": "^0.4",
1375
                "guzzlehttp/psr7": "^1.4"
1376
            },
1377
            "type": "library",
1378
            "autoload": {
1379
                "psr-4": {
1380
                    "Thruway\\Transport\\": "src/"
1381
                }
1382
            },
1383
            "notification-url": "https://packagist.org/downloads/",
1384
            "license": [
1385
                "MIT"
1386
            ],
1387
            "authors": [
1388
                {
1389
                    "name": "Matt Bonneau",
1390
                    "email": "[email protected]",
1391
                    "role": "Developer"
1392
                },
1393
                {
1394
                    "name": "David Dan",
1395
                    "email": "[email protected]",
1396
                    "role": "Developer"
1397
                }
1398
            ],
1399
            "description": "Ratchet Transport for Thruway",
1400
            "keywords": [
1401
                "Autobahn",
1402
                "WAMP",
1403
                "WAMP2",
1404
                "WebSockets",
1405
                "client",
1406
                "server",
1407
                "sockets",
1408
                "thruway"
1409
            ],
1410
            "time": "2017-10-03T13:38:44+00:00"
1411
        },
1412
        {
1413
            "name": "voryx/thruway",
1414
            "version": "0.5.2",
1415
            "source": {
1416
                "type": "git",
1417
                "url": "https://github.com/voryx/Thruway.git",
1418
                "reference": "d576664dc6875deac8ac9c79cbbc7c6f26677eb2"
1419
            },
1420
            "dist": {
1421
                "type": "zip",
1422
                "url": "https://api.github.com/repos/voryx/Thruway/zipball/d576664dc6875deac8ac9c79cbbc7c6f26677eb2",
1423
                "reference": "d576664dc6875deac8ac9c79cbbc7c6f26677eb2",
1424
                "shasum": ""
1425
            },
1426
            "require": {
1427
                "php": ">=5.6",
1428
                "react/event-loop": "^0.4.3",
1429
                "react/promise": "^2.3.0",
1430
                "symfony/event-dispatcher": "^2.7|^3.0|^4.0",
1431
                "thruway/client": "^0.5.0",
1432
                "thruway/ratchet-transport": "^0.5.0",
1433
                "voryx/thruway-common": "^1.0.3"
1434
            },
1435
            "require-dev": {
1436
                "phpunit/phpunit": "^5.5.4",
1437
                "thruway/pawl-transport": "^0.5.0",
1438
                "thruway/raw-socket-transport": "^0.5.0"
1439
            },
1440
            "type": "library",
1441
            "autoload": {
1442
                "psr-4": {
1443
                    "Thruway\\": "src/"
1444
                }
1445
            },
1446
            "notification-url": "https://packagist.org/downloads/",
1447
            "license": [
1448
                "MIT"
1449
            ],
1450
            "authors": [
1451
                {
1452
                    "name": "Matt Bonneau",
1453
                    "email": "[email protected]",
1454
                    "role": "Developer"
1455
                },
1456
                {
1457
                    "name": "David Dan",
1458
                    "email": "[email protected]",
1459
                    "role": "Developer"
1460
                }
1461
            ],
1462
            "description": "Thruway WAMP router core",
1463
            "keywords": [
1464
                "Autobahn",
1465
                "WAMP",
1466
                "WAMP2",
1467
                "WebSockets",
1468
                "client",
1469
                "server",
1470
                "sockets"
1471
            ],
1472
            "time": "2018-01-22T18:18:23+00:00"
1473
        },
1474
        {
1475
            "name": "voryx/thruway-common",
1476
            "version": "1.0.3",
1477
            "source": {
1478
                "type": "git",
1479
                "url": "https://github.com/voryx/ThruwayCommon.git",
1480
                "reference": "5588328ca5abc83164905ff0713f26521ee389bd"
1481
            },
1482
            "dist": {
1483
                "type": "zip",
1484
                "url": "https://api.github.com/repos/voryx/ThruwayCommon/zipball/5588328ca5abc83164905ff0713f26521ee389bd",
1485
                "reference": "5588328ca5abc83164905ff0713f26521ee389bd",
1486
                "shasum": ""
1487
            },
1488
            "replace": {
1489
                "voryx/thruway-message": "1.*"
1490
            },
1491
            "type": "library",
1492
            "autoload": {
1493
                "psr-4": {
1494
                    "Thruway\\": "src"
1495
                }
1496
            },
1497
            "notification-url": "https://packagist.org/downloads/",
1498
            "license": [
1499
                "MIT"
1500
            ],
1501
            "authors": [
1502
                {
1503
                    "name": "Matt Bonneau",
1504
                    "email": "[email protected]",
1505
                    "role": "Developer"
1506
                },
1507
                {
1508
                    "name": "David Dan",
1509
                    "email": "[email protected]",
1510
                    "role": "Developer"
1511
                }
1512
            ],
1513
            "description": "WAMP2 Common Library for Thruway",
1514
            "keywords": [
1515
                "WAMP",
1516
                "WAMP2",
1517
                "thruway",
1518
                "wamp-proto"
1519
            ],
1520
            "time": "2017-01-02T17:45:24+00:00"
1521
        },
1522
        {
1523
            "name": "wyrihaximus/doctrine-annotation-autoloader",
1524
            "version": "1.0.0",
1525
            "source": {
1526
                "type": "git",
1527
                "url": "https://github.com/WyriHaximus/php-doctrine-annotation-autoloader.git",
1528
                "reference": "9670f84b7d3ca53723556988080ebc939da345af"
1529
            },
1530
            "dist": {
1531
                "type": "zip",
1532
                "url": "https://api.github.com/repos/WyriHaximus/php-doctrine-annotation-autoloader/zipball/9670f84b7d3ca53723556988080ebc939da345af",
1533
                "reference": "9670f84b7d3ca53723556988080ebc939da345af",
1534
                "shasum": ""
1535
            },
1536
            "require": {
1537
                "doctrine/annotations": "^1.4"
1538
            },
1539
            "type": "library",
1540
            "autoload": {
1541
                "files": [
1542
                    "src/bootstrap.php"
1543
                ]
1544
            },
1545
            "notification-url": "https://packagist.org/downloads/",
1546
            "license": [
1547
                "MIT"
1548
            ],
1549
            "authors": [
1550
                {
1551
                    "name": "Cees-Jan Kiewiet",
1552
                    "email": "[email protected]"
1553
                }
1554
            ],
1555
            "description": "Request middleware",
1556
            "time": "2017-06-19T15:02:15+00:00"
1557
        },
1558
        {
1559
            "name": "wyrihaximus/to-child-process-or-not-to-child-process",
1560
            "version": "1.0.0",
1561
            "source": {
1562
                "type": "git",
1563
                "url": "https://github.com/WyriHaximus/php-to-child-process-or-not-to-child-process.git",
1564
                "reference": "289ed48877f5a843b39643c79419ae40e3f500b0"
1565
            },
1566
            "dist": {
1567
                "type": "zip",
1568
                "url": "https://api.github.com/repos/WyriHaximus/php-to-child-process-or-not-to-child-process/zipball/289ed48877f5a843b39643c79419ae40e3f500b0",
1569
                "reference": "289ed48877f5a843b39643c79419ae40e3f500b0",
1570
                "shasum": ""
1571
            },
1572
            "require": {
1573
                "php": "^7.2",
1574
                "wyrihaximus/doctrine-annotation-autoloader": "^1.0",
1575
                "wyrihaximus/to-x-or-not-to-x": "^1.0"
1576
            },
1577
            "require-dev": {
1578
                "api-clients/test-utilities": "^5.0"
1579
            },
1580
            "type": "library",
1581
            "extra": {
1582
                "react-inspector": {
1583
                    "metrics": [
1584
                        "inspector.metrics"
1585
                    ],
1586
                    "reset": {
1587
                        "ticks": [
1588
                            "inspector.metrics"
1589
                        ]
1590
                    }
1591
                }
1592
            },
1593
            "autoload": {
1594
                "psr-4": {
1595
                    "WyriHaximus\\": "src/"
1596
                },
1597
                "files": [
1598
                    "src/functions_include.php"
1599
                ]
1600
            },
1601
            "notification-url": "https://packagist.org/downloads/",
1602
            "license": [
1603
                "MIT"
1604
            ],
1605
            "authors": [
1606
                {
1607
                    "name": "Cees-Jan Kiewiet",
1608
                    "email": "[email protected]",
1609
                    "homepage": "http://wyrihaximus.net/"
1610
                }
1611
            ],
1612
            "description": "To child process or not to child process",
1613
            "time": "2018-09-22T20:06:24+00:00"
1614
        },
1615
        {
1616
            "name": "wyrihaximus/to-x-or-not-to-x",
1617
            "version": "1.0.0",
1618
            "source": {
1619
                "type": "git",
1620
                "url": "https://github.com/WyriHaximus/php-to-X-or-not-to-X.git",
1621
                "reference": "78c2cda81e3f293f10d9a772a22fed188ea50e43"
1622
            },
1623
            "dist": {
1624
                "type": "zip",
1625
                "url": "https://api.github.com/repos/WyriHaximus/php-to-X-or-not-to-X/zipball/78c2cda81e3f293f10d9a772a22fed188ea50e43",
1626
                "reference": "78c2cda81e3f293f10d9a772a22fed188ea50e43",
1627
                "shasum": ""
1628
            },
1629
            "require": {
1630
                "cakephp/collection": "^3.6",
1631
                "doctrine/annotations": "^1.6",
1632
                "php": "^7.2",
1633
                "wyrihaximus/doctrine-annotation-autoloader": "^1.0"
1634
            },
1635
            "require-dev": {
1636
                "api-clients/test-utilities": "^5.0"
1637
            },
1638
            "type": "library",
1639
            "extra": {
1640
                "react-inspector": {
1641
                    "metrics": [
1642
                        "inspector.metrics"
1643
                    ],
1644
                    "reset": {
1645
                        "ticks": [
1646
                            "inspector.metrics"
1647
                        ]
1648
                    }
1649
                }
1650
            },
1651
            "autoload": {
1652
                "psr-4": {
1653
                    "WyriHaximus\\": "src/"
1654
                },
1655
                "files": [
1656
                    "src/functions_include.php"
1657
                ]
1658
            },
1659
            "notification-url": "https://packagist.org/downloads/",
1660
            "license": [
1661
                "MIT"
1662
            ],
1663
            "authors": [
1664
                {
1665
                    "name": "Cees-Jan Kiewiet",
1666
                    "email": "[email protected]",
1667
                    "homepage": "http://wyrihaximus.net/"
1668
                }
1669
            ],
1670
            "description": "To X or not to X",
1671
            "time": "2018-09-22T19:43:24+00:00"
1672
        },
1673
        {
1674
            "name": "zendframework/zend-diactoros",
1675
            "version": "1.7.1",
1676
            "source": {
1677
                "type": "git",
1678
                "url": "https://github.com/zendframework/zend-diactoros.git",
1679
                "reference": "bf26aff803a11c5cc8eb7c4878a702c403ec67f1"
1680
            },
1681
            "dist": {
1682
                "type": "zip",
1683
                "url": "https://api.github.com/repos/zendframework/zend-diactoros/zipball/bf26aff803a11c5cc8eb7c4878a702c403ec67f1",
1684
                "reference": "bf26aff803a11c5cc8eb7c4878a702c403ec67f1",
1685
                "shasum": ""
1686
            },
1687
            "require": {
1688
                "php": "^5.6 || ^7.0",
1689
                "psr/http-message": "^1.0"
1690
            },
1691
            "provide": {
1692
                "psr/http-message-implementation": "1.0"
1693
            },
1694
            "require-dev": {
1695
                "ext-dom": "*",
1696
                "ext-libxml": "*",
1697
                "phpunit/phpunit": "^5.7.16 || ^6.0.8",
1698
                "zendframework/zend-coding-standard": "~1.0"
1699
            },
1700
            "type": "library",
1701
            "extra": {
1702
                "branch-alias": {
1703
                    "dev-master": "1.7.x-dev",
1704
                    "dev-develop": "1.8.x-dev"
1705
                }
1706
            },
1707
            "autoload": {
1708
                "psr-4": {
1709
                    "Zend\\Diactoros\\": "src/"
1710
                }
1711
            },
1712
            "notification-url": "https://packagist.org/downloads/",
1713
            "license": [
1714
                "BSD-2-Clause"
1715
            ],
1716
            "description": "PSR HTTP Message implementations",
1717
            "homepage": "https://github.com/zendframework/zend-diactoros",
1718
            "keywords": [
1719
                "http",
1720
                "psr",
1721
                "psr-7"
1722
            ],
1723
            "time": "2018-02-26T15:44:50+00:00"
1724
        }
1725
    ],
1726
    "packages-dev": [
1727
        {
1728
            "name": "cakephp/debug_kit",
1729
            "version": "3.15.0",
1730
            "source": {
1731
                "type": "git",
1732
                "url": "https://github.com/cakephp/debug_kit.git",
1733
                "reference": "b34a508ba0e9013cba6a67c3984eff8c3f0abd72"
1734
            },
1735
            "dist": {
1736
                "type": "zip",
1737
                "url": "https://api.github.com/repos/cakephp/debug_kit/zipball/b34a508ba0e9013cba6a67c3984eff8c3f0abd72",
1738
                "reference": "b34a508ba0e9013cba6a67c3984eff8c3f0abd72",
1739
                "shasum": ""
1740
            },
1741
            "require": {
1742
                "cakephp/cakephp": "^3.6.0",
1743
                "cakephp/chronos": "^1.0.0",
1744
                "cakephp/plugin-installer": "^1.0.0",
1745
                "composer/composer": "^1.3.0",
1746
                "jdorn/sql-formatter": "^1.2.0",
1747
                "php": ">=5.6.0"
1748
            },
1749
            "require-dev": {
1750
                "cakephp/cakephp-codesniffer": "^3.0",
1751
                "phpunit/phpunit": "^5.7.14|^6.0"
1752
            },
1753
            "suggest": {
1754
                "ext-sqlite": "DebugKit needs to store panel data in a database. SQLite is simple and easy to use."
1755
            },
1756
            "type": "cakephp-plugin",
1757
            "autoload": {
1758
                "psr-4": {
1759
                    "DebugKit\\": "src",
1760
                    "DebugKit\\Test\\Fixture\\": "tests\\Fixture"
1761
                }
1762
            },
1763
            "notification-url": "https://packagist.org/downloads/",
1764
            "license": [
1765
                "MIT"
1766
            ],
1767
            "authors": [
1768
                {
1769
                    "name": "Mark Story",
1770
                    "homepage": "http://mark-story.com",
1771
                    "role": "Author"
1772
                },
1773
                {
1774
                    "name": "CakePHP Community",
1775
                    "homepage": "https://github.com/cakephp/debug_kit/graphs/contributors"
1776
                }
1777
            ],
1778
            "description": "CakePHP Debug Kit",
1779
            "homepage": "https://github.com/cakephp/debug_kit",
1780
            "keywords": [
1781
                "cakephp",
1782
                "debug",
1783
                "kit"
1784
            ],
1785
            "time": "2018-04-15T01:27:41+00:00"
1786
        },
1787
        {
1788
            "name": "cakephp/plugin-installer",
1789
            "version": "1.1.0",
1790
            "source": {
1791
                "type": "git",
1792
                "url": "https://github.com/cakephp/plugin-installer.git",
1793
                "reference": "41373d0678490502f45adc7be88aa22d24ac1843"
1794
            },
1795
            "dist": {
1796
                "type": "zip",
1797
                "url": "https://api.github.com/repos/cakephp/plugin-installer/zipball/41373d0678490502f45adc7be88aa22d24ac1843",
1798
                "reference": "41373d0678490502f45adc7be88aa22d24ac1843",
1799
                "shasum": ""
1800
            },
1801
            "require-dev": {
1802
                "cakephp/cakephp-codesniffer": "dev-master",
1803
                "composer/composer": "1.0.*@dev",
1804
                "phpunit/phpunit": "^4.8|^5.7|^6.0"
1805
            },
1806
            "type": "composer-installer",
1807
            "extra": {
1808
                "class": "Cake\\Composer\\Installer\\PluginInstaller"
1809
            },
1810
            "autoload": {
1811
                "psr-4": {
1812
                    "Cake\\Composer\\": "src"
1813
                }
1814
            },
1815
            "notification-url": "https://packagist.org/downloads/",
1816
            "license": [
1817
                "MIT"
1818
            ],
1819
            "authors": [
1820
                {
1821
                    "name": "CakePHP Community",
1822
                    "homepage": "http://cakephp.org"
1823
                }
1824
            ],
1825
            "description": "A composer installer for CakePHP 3.0+ plugins.",
1826
            "time": "2017-12-24T21:09:29+00:00"
1827
        },
1828
        {
1829
            "name": "composer/ca-bundle",
1830
            "version": "1.1.1",
1831
            "source": {
1832
                "type": "git",
1833
                "url": "https://github.com/composer/ca-bundle.git",
1834
                "reference": "d2c0a83b7533d6912e8d516756ebd34f893e9169"
1835
            },
1836
            "dist": {
1837
                "type": "zip",
1838
                "url": "https://api.github.com/repos/composer/ca-bundle/zipball/d2c0a83b7533d6912e8d516756ebd34f893e9169",
1839
                "reference": "d2c0a83b7533d6912e8d516756ebd34f893e9169",
1840
                "shasum": ""
1841
            },
1842
            "require": {
1843
                "ext-openssl": "*",
1844
                "ext-pcre": "*",
1845
                "php": "^5.3.2 || ^7.0"
1846
            },
1847
            "require-dev": {
1848
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5",
1849
                "psr/log": "^1.0",
1850
                "symfony/process": "^2.5 || ^3.0 || ^4.0"
1851
            },
1852
            "type": "library",
1853
            "extra": {
1854
                "branch-alias": {
1855
                    "dev-master": "1.x-dev"
1856
                }
1857
            },
1858
            "autoload": {
1859
                "psr-4": {
1860
                    "Composer\\CaBundle\\": "src"
1861
                }
1862
            },
1863
            "notification-url": "https://packagist.org/downloads/",
1864
            "license": [
1865
                "MIT"
1866
            ],
1867
            "authors": [
1868
                {
1869
                    "name": "Jordi Boggiano",
1870
                    "email": "[email protected]",
1871
                    "homepage": "http://seld.be"
1872
                }
1873
            ],
1874
            "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.",
1875
            "keywords": [
1876
                "cabundle",
1877
                "cacert",
1878
                "certificate",
1879
                "ssl",
1880
                "tls"
1881
            ],
1882
            "time": "2018-03-29T19:57:20+00:00"
1883
        },
1884
        {
1885
            "name": "composer/composer",
1886
            "version": "1.6.4",
1887
            "source": {
1888
                "type": "git",
1889
                "url": "https://github.com/composer/composer.git",
1890
                "reference": "86ad51e8a3c64c9782446aae740a61fc6faa2522"
1891
            },
1892
            "dist": {
1893
                "type": "zip",
1894
                "url": "https://api.github.com/repos/composer/composer/zipball/86ad51e8a3c64c9782446aae740a61fc6faa2522",
1895
                "reference": "86ad51e8a3c64c9782446aae740a61fc6faa2522",
1896
                "shasum": ""
1897
            },
1898
            "require": {
1899
                "composer/ca-bundle": "^1.0",
1900
                "composer/semver": "^1.0",
1901
                "composer/spdx-licenses": "^1.2",
1902
                "justinrainbow/json-schema": "^3.0 || ^4.0 || ^5.0",
1903
                "php": "^5.3.2 || ^7.0",
1904
                "psr/log": "^1.0",
1905
                "seld/cli-prompt": "^1.0",
1906
                "seld/jsonlint": "^1.4",
1907
                "seld/phar-utils": "^1.0",
1908
                "symfony/console": "^2.7 || ^3.0 || ^4.0",
1909
                "symfony/filesystem": "^2.7 || ^3.0 || ^4.0",
1910
                "symfony/finder": "^2.7 || ^3.0 || ^4.0",
1911
                "symfony/process": "^2.7 || ^3.0 || ^4.0"
1912
            },
1913
            "require-dev": {
1914
                "phpunit/phpunit": "^4.8.35 || ^5.7",
1915
                "phpunit/phpunit-mock-objects": "^2.3 || ^3.0"
1916
            },
1917
            "suggest": {
1918
                "ext-openssl": "Enabling the openssl extension allows you to access https URLs for repositories and packages",
1919
                "ext-zip": "Enabling the zip extension allows you to unzip archives",
1920
                "ext-zlib": "Allow gzip compression of HTTP requests"
1921
            },
1922
            "bin": [
1923
                "bin/composer"
1924
            ],
1925
            "type": "library",
1926
            "extra": {
1927
                "branch-alias": {
1928
                    "dev-master": "1.6-dev"
1929
                }
1930
            },
1931
            "autoload": {
1932
                "psr-4": {
1933
                    "Composer\\": "src/Composer"
1934
                }
1935
            },
1936
            "notification-url": "https://packagist.org/downloads/",
1937
            "license": [
1938
                "MIT"
1939
            ],
1940
            "authors": [
1941
                {
1942
                    "name": "Nils Adermann",
1943
                    "email": "[email protected]",
1944
                    "homepage": "http://www.naderman.de"
1945
                },
1946
                {
1947
                    "name": "Jordi Boggiano",
1948
                    "email": "[email protected]",
1949
                    "homepage": "http://seld.be"
1950
                }
1951
            ],
1952
            "description": "Composer helps you declare, manage and install dependencies of PHP projects, ensuring you have the right stack everywhere.",
1953
            "homepage": "https://getcomposer.org/",
1954
            "keywords": [
1955
                "autoload",
1956
                "dependency",
1957
                "package"
1958
            ],
1959
            "time": "2018-04-13T10:04:24+00:00"
1960
        },
1961
        {
1962
            "name": "composer/semver",
1963
            "version": "1.4.2",
1964
            "source": {
1965
                "type": "git",
1966
                "url": "https://github.com/composer/semver.git",
1967
                "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573"
1968
            },
1969
            "dist": {
1970
                "type": "zip",
1971
                "url": "https://api.github.com/repos/composer/semver/zipball/c7cb9a2095a074d131b65a8a0cd294479d785573",
1972
                "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573",
1973
                "shasum": ""
1974
            },
1975
            "require": {
1976
                "php": "^5.3.2 || ^7.0"
1977
            },
1978
            "require-dev": {
1979
                "phpunit/phpunit": "^4.5 || ^5.0.5",
1980
                "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
1981
            },
1982
            "type": "library",
1983
            "extra": {
1984
                "branch-alias": {
1985
                    "dev-master": "1.x-dev"
1986
                }
1987
            },
1988
            "autoload": {
1989
                "psr-4": {
1990
                    "Composer\\Semver\\": "src"
1991
                }
1992
            },
1993
            "notification-url": "https://packagist.org/downloads/",
1994
            "license": [
1995
                "MIT"
1996
            ],
1997
            "authors": [
1998
                {
1999
                    "name": "Nils Adermann",
2000
                    "email": "[email protected]",
2001
                    "homepage": "http://www.naderman.de"
2002
                },
2003
                {
2004
                    "name": "Jordi Boggiano",
2005
                    "email": "[email protected]",
2006
                    "homepage": "http://seld.be"
2007
                },
2008
                {
2009
                    "name": "Rob Bast",
2010
                    "email": "[email protected]",
2011
                    "homepage": "http://robbast.nl"
2012
                }
2013
            ],
2014
            "description": "Semver library that offers utilities, version constraint parsing and validation.",
2015
            "keywords": [
2016
                "semantic",
2017
                "semver",
2018
                "validation",
2019
                "versioning"
2020
            ],
2021
            "time": "2016-08-30T16:08:34+00:00"
2022
        },
2023
        {
2024
            "name": "composer/spdx-licenses",
2025
            "version": "1.3.0",
2026
            "source": {
2027
                "type": "git",
2028
                "url": "https://github.com/composer/spdx-licenses.git",
2029
                "reference": "7e111c50db92fa2ced140f5ba23b4e261bc77a30"
2030
            },
2031
            "dist": {
2032
                "type": "zip",
2033
                "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/7e111c50db92fa2ced140f5ba23b4e261bc77a30",
2034
                "reference": "7e111c50db92fa2ced140f5ba23b4e261bc77a30",
2035
                "shasum": ""
2036
            },
2037
            "require": {
2038
                "php": "^5.3.2 || ^7.0"
2039
            },
2040
            "require-dev": {
2041
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5",
2042
                "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
2043
            },
2044
            "type": "library",
2045
            "extra": {
2046
                "branch-alias": {
2047
                    "dev-master": "1.x-dev"
2048
                }
2049
            },
2050
            "autoload": {
2051
                "psr-4": {
2052
                    "Composer\\Spdx\\": "src"
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
                    "name": "Rob Bast",
2072
                    "email": "[email protected]",
2073
                    "homepage": "http://robbast.nl"
2074
                }
2075
            ],
2076
            "description": "SPDX licenses list and validation library.",
2077
            "keywords": [
2078
                "license",
2079
                "spdx",
2080
                "validator"
2081
            ],
2082
            "time": "2018-01-31T13:17:27+00:00"
2083
        },
2084
        {
2085
            "name": "doctrine/instantiator",
2086
            "version": "1.1.0",
2087
            "source": {
2088
                "type": "git",
2089
                "url": "https://github.com/doctrine/instantiator.git",
2090
                "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda"
2091
            },
2092
            "dist": {
2093
                "type": "zip",
2094
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
2095
                "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
2096
                "shasum": ""
2097
            },
2098
            "require": {
2099
                "php": "^7.1"
2100
            },
2101
            "require-dev": {
2102
                "athletic/athletic": "~0.1.8",
2103
                "ext-pdo": "*",
2104
                "ext-phar": "*",
2105
                "phpunit/phpunit": "^6.2.3",
2106
                "squizlabs/php_codesniffer": "^3.0.2"
2107
            },
2108
            "type": "library",
2109
            "extra": {
2110
                "branch-alias": {
2111
                    "dev-master": "1.2.x-dev"
2112
                }
2113
            },
2114
            "autoload": {
2115
                "psr-4": {
2116
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
2117
                }
2118
            },
2119
            "notification-url": "https://packagist.org/downloads/",
2120
            "license": [
2121
                "MIT"
2122
            ],
2123
            "authors": [
2124
                {
2125
                    "name": "Marco Pivetta",
2126
                    "email": "[email protected]",
2127
                    "homepage": "http://ocramius.github.com/"
2128
                }
2129
            ],
2130
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
2131
            "homepage": "https://github.com/doctrine/instantiator",
2132
            "keywords": [
2133
                "constructor",
2134
                "instantiate"
2135
            ],
2136
            "time": "2017-07-22T11:58:36+00:00"
2137
        },
2138
        {
2139
            "name": "jdorn/sql-formatter",
2140
            "version": "v1.2.17",
2141
            "source": {
2142
                "type": "git",
2143
                "url": "https://github.com/jdorn/sql-formatter.git",
2144
                "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc"
2145
            },
2146
            "dist": {
2147
                "type": "zip",
2148
                "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc",
2149
                "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc",
2150
                "shasum": ""
2151
            },
2152
            "require": {
2153
                "php": ">=5.2.4"
2154
            },
2155
            "require-dev": {
2156
                "phpunit/phpunit": "3.7.*"
2157
            },
2158
            "type": "library",
2159
            "extra": {
2160
                "branch-alias": {
2161
                    "dev-master": "1.3.x-dev"
2162
                }
2163
            },
2164
            "autoload": {
2165
                "classmap": [
2166
                    "lib"
2167
                ]
2168
            },
2169
            "notification-url": "https://packagist.org/downloads/",
2170
            "license": [
2171
                "MIT"
2172
            ],
2173
            "authors": [
2174
                {
2175
                    "name": "Jeremy Dorn",
2176
                    "email": "[email protected]",
2177
                    "homepage": "http://jeremydorn.com/"
2178
                }
2179
            ],
2180
            "description": "a PHP SQL highlighting library",
2181
            "homepage": "https://github.com/jdorn/sql-formatter/",
2182
            "keywords": [
2183
                "highlight",
2184
                "sql"
2185
            ],
2186
            "time": "2014-01-12T16:20:24+00:00"
2187
        },
2188
        {
2189
            "name": "justinrainbow/json-schema",
2190
            "version": "5.2.7",
2191
            "source": {
2192
                "type": "git",
2193
                "url": "https://github.com/justinrainbow/json-schema.git",
2194
                "reference": "8560d4314577199ba51bf2032f02cd1315587c23"
2195
            },
2196
            "dist": {
2197
                "type": "zip",
2198
                "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/8560d4314577199ba51bf2032f02cd1315587c23",
2199
                "reference": "8560d4314577199ba51bf2032f02cd1315587c23",
2200
                "shasum": ""
2201
            },
2202
            "require": {
2203
                "php": ">=5.3.3"
2204
            },
2205
            "require-dev": {
2206
                "friendsofphp/php-cs-fixer": "^2.1",
2207
                "json-schema/json-schema-test-suite": "1.2.0",
2208
                "phpunit/phpunit": "^4.8.35"
2209
            },
2210
            "bin": [
2211
                "bin/validate-json"
2212
            ],
2213
            "type": "library",
2214
            "extra": {
2215
                "branch-alias": {
2216
                    "dev-master": "5.0.x-dev"
2217
                }
2218
            },
2219
            "autoload": {
2220
                "psr-4": {
2221
                    "JsonSchema\\": "src/JsonSchema/"
2222
                }
2223
            },
2224
            "notification-url": "https://packagist.org/downloads/",
2225
            "license": [
2226
                "MIT"
2227
            ],
2228
            "authors": [
2229
                {
2230
                    "name": "Bruno Prieto Reis",
2231
                    "email": "[email protected]"
2232
                },
2233
                {
2234
                    "name": "Justin Rainbow",
2235
                    "email": "[email protected]"
2236
                },
2237
                {
2238
                    "name": "Igor Wiedler",
2239
                    "email": "[email protected]"
2240
                },
2241
                {
2242
                    "name": "Robert Schönthal",
2243
                    "email": "[email protected]"
2244
                }
2245
            ],
2246
            "description": "A library to validate a json schema.",
2247
            "homepage": "https://github.com/justinrainbow/json-schema",
2248
            "keywords": [
2249
                "json",
2250
                "schema"
2251
            ],
2252
            "time": "2018-02-14T22:26:30+00:00"
2253
        },
2254
        {
2255
            "name": "myclabs/deep-copy",
2256
            "version": "1.7.0",
2257
            "source": {
2258
                "type": "git",
2259
                "url": "https://github.com/myclabs/DeepCopy.git",
2260
                "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e"
2261
            },
2262
            "dist": {
2263
                "type": "zip",
2264
                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
2265
                "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
2266
                "shasum": ""
2267
            },
2268
            "require": {
2269
                "php": "^5.6 || ^7.0"
2270
            },
2271
            "require-dev": {
2272
                "doctrine/collections": "^1.0",
2273
                "doctrine/common": "^2.6",
2274
                "phpunit/phpunit": "^4.1"
2275
            },
2276
            "type": "library",
2277
            "autoload": {
2278
                "psr-4": {
2279
                    "DeepCopy\\": "src/DeepCopy/"
2280
                },
2281
                "files": [
2282
                    "src/DeepCopy/deep_copy.php"
2283
                ]
2284
            },
2285
            "notification-url": "https://packagist.org/downloads/",
2286
            "license": [
2287
                "MIT"
2288
            ],
2289
            "description": "Create deep copies (clones) of your objects",
2290
            "keywords": [
2291
                "clone",
2292
                "copy",
2293
                "duplicate",
2294
                "object",
2295
                "object graph"
2296
            ],
2297
            "time": "2017-10-19T19:58:43+00:00"
2298
        },
2299
        {
2300
            "name": "phake/phake",
2301
            "version": "v2.3.2",
2302
            "source": {
2303
                "type": "git",
2304
                "url": "https://github.com/mlively/Phake.git",
2305
                "reference": "d5832f1a0dd2370e14d38bcbaeb6770e8546cff2"
2306
            },
2307
            "dist": {
2308
                "type": "zip",
2309
                "url": "https://api.github.com/repos/mlively/Phake/zipball/d5832f1a0dd2370e14d38bcbaeb6770e8546cff2",
2310
                "reference": "d5832f1a0dd2370e14d38bcbaeb6770e8546cff2",
2311
                "shasum": ""
2312
            },
2313
            "require": {
2314
                "php": ">=5.3.3",
2315
                "sebastian/comparator": "~1.1"
2316
            },
2317
            "require-dev": {
2318
                "codeclimate/php-test-reporter": "dev-master",
2319
                "doctrine/common": "2.3.*",
2320
                "ext-soap": "*",
2321
                "hamcrest/hamcrest-php": "1.1.*",
2322
                "phpunit/phpunit": "3.7.*"
2323
            },
2324
            "suggest": {
2325
                "doctrine/common": "Allows mock annotations to use import statements for classes.",
2326
                "hamcrest/hamcrest-php": "Use Hamcrest matchers."
2327
            },
2328
            "type": "library",
2329
            "extra": {
2330
                "branch-alias": {
2331
                    "dev-master": "3.0.0-dev"
2332
                }
2333
            },
2334
            "autoload": {
2335
                "psr-0": {
2336
                    "Phake": "src/"
2337
                }
2338
            },
2339
            "notification-url": "https://packagist.org/downloads/",
2340
            "license": [
2341
                "BSD-3-Clause"
2342
            ],
2343
            "authors": [
2344
                {
2345
                    "name": "Mike Lively",
2346
                    "email": "[email protected]"
2347
                }
2348
            ],
2349
            "description": "The Phake mock testing library",
2350
            "homepage": "https://github.com/mlively/Phake",
2351
            "keywords": [
2352
                "mock",
2353
                "testing"
2354
            ],
2355
            "time": "2017-03-20T05:16:34+00:00"
2356
        },
2357
        {
2358
            "name": "phpdocumentor/reflection-common",
2359
            "version": "1.0.1",
2360
            "source": {
2361
                "type": "git",
2362
                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
2363
                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
2364
            },
2365
            "dist": {
2366
                "type": "zip",
2367
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
2368
                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
2369
                "shasum": ""
2370
            },
2371
            "require": {
2372
                "php": ">=5.5"
2373
            },
2374
            "require-dev": {
2375
                "phpunit/phpunit": "^4.6"
2376
            },
2377
            "type": "library",
2378
            "extra": {
2379
                "branch-alias": {
2380
                    "dev-master": "1.0.x-dev"
2381
                }
2382
            },
2383
            "autoload": {
2384
                "psr-4": {
2385
                    "phpDocumentor\\Reflection\\": [
2386
                        "src"
2387
                    ]
2388
                }
2389
            },
2390
            "notification-url": "https://packagist.org/downloads/",
2391
            "license": [
2392
                "MIT"
2393
            ],
2394
            "authors": [
2395
                {
2396
                    "name": "Jaap van Otterdijk",
2397
                    "email": "[email protected]"
2398
                }
2399
            ],
2400
            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
2401
            "homepage": "http://www.phpdoc.org",
2402
            "keywords": [
2403
                "FQSEN",
2404
                "phpDocumentor",
2405
                "phpdoc",
2406
                "reflection",
2407
                "static analysis"
2408
            ],
2409
            "time": "2017-09-11T18:02:19+00:00"
2410
        },
2411
        {
2412
            "name": "phpdocumentor/reflection-docblock",
2413
            "version": "4.3.0",
2414
            "source": {
2415
                "type": "git",
2416
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
2417
                "reference": "94fd0001232e47129dd3504189fa1c7225010d08"
2418
            },
2419
            "dist": {
2420
                "type": "zip",
2421
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/94fd0001232e47129dd3504189fa1c7225010d08",
2422
                "reference": "94fd0001232e47129dd3504189fa1c7225010d08",
2423
                "shasum": ""
2424
            },
2425
            "require": {
2426
                "php": "^7.0",
2427
                "phpdocumentor/reflection-common": "^1.0.0",
2428
                "phpdocumentor/type-resolver": "^0.4.0",
2429
                "webmozart/assert": "^1.0"
2430
            },
2431
            "require-dev": {
2432
                "doctrine/instantiator": "~1.0.5",
2433
                "mockery/mockery": "^1.0",
2434
                "phpunit/phpunit": "^6.4"
2435
            },
2436
            "type": "library",
2437
            "extra": {
2438
                "branch-alias": {
2439
                    "dev-master": "4.x-dev"
2440
                }
2441
            },
2442
            "autoload": {
2443
                "psr-4": {
2444
                    "phpDocumentor\\Reflection\\": [
2445
                        "src/"
2446
                    ]
2447
                }
2448
            },
2449
            "notification-url": "https://packagist.org/downloads/",
2450
            "license": [
2451
                "MIT"
2452
            ],
2453
            "authors": [
2454
                {
2455
                    "name": "Mike van Riel",
2456
                    "email": "[email protected]"
2457
                }
2458
            ],
2459
            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
2460
            "time": "2017-11-30T07:14:17+00:00"
2461
        },
2462
        {
2463
            "name": "phpdocumentor/type-resolver",
2464
            "version": "0.4.0",
2465
            "source": {
2466
                "type": "git",
2467
                "url": "https://github.com/phpDocumentor/TypeResolver.git",
2468
                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
2469
            },
2470
            "dist": {
2471
                "type": "zip",
2472
                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
2473
                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
2474
                "shasum": ""
2475
            },
2476
            "require": {
2477
                "php": "^5.5 || ^7.0",
2478
                "phpdocumentor/reflection-common": "^1.0"
2479
            },
2480
            "require-dev": {
2481
                "mockery/mockery": "^0.9.4",
2482
                "phpunit/phpunit": "^5.2||^4.8.24"
2483
            },
2484
            "type": "library",
2485
            "extra": {
2486
                "branch-alias": {
2487
                    "dev-master": "1.0.x-dev"
2488
                }
2489
            },
2490
            "autoload": {
2491
                "psr-4": {
2492
                    "phpDocumentor\\Reflection\\": [
2493
                        "src/"
2494
                    ]
2495
                }
2496
            },
2497
            "notification-url": "https://packagist.org/downloads/",
2498
            "license": [
2499
                "MIT"
2500
            ],
2501
            "authors": [
2502
                {
2503
                    "name": "Mike van Riel",
2504
                    "email": "[email protected]"
2505
                }
2506
            ],
2507
            "time": "2017-07-14T14:27:02+00:00"
2508
        },
2509
        {
2510
            "name": "phpspec/prophecy",
2511
            "version": "1.7.5",
2512
            "source": {
2513
                "type": "git",
2514
                "url": "https://github.com/phpspec/prophecy.git",
2515
                "reference": "dfd6be44111a7c41c2e884a336cc4f461b3b2401"
2516
            },
2517
            "dist": {
2518
                "type": "zip",
2519
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/dfd6be44111a7c41c2e884a336cc4f461b3b2401",
2520
                "reference": "dfd6be44111a7c41c2e884a336cc4f461b3b2401",
2521
                "shasum": ""
2522
            },
2523
            "require": {
2524
                "doctrine/instantiator": "^1.0.2",
2525
                "php": "^5.3|^7.0",
2526
                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
2527
                "sebastian/comparator": "^1.1|^2.0",
2528
                "sebastian/recursion-context": "^1.0|^2.0|^3.0"
2529
            },
2530
            "require-dev": {
2531
                "phpspec/phpspec": "^2.5|^3.2",
2532
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5"
2533
            },
2534
            "type": "library",
2535
            "extra": {
2536
                "branch-alias": {
2537
                    "dev-master": "1.7.x-dev"
2538
                }
2539
            },
2540
            "autoload": {
2541
                "psr-0": {
2542
                    "Prophecy\\": "src/"
2543
                }
2544
            },
2545
            "notification-url": "https://packagist.org/downloads/",
2546
            "license": [
2547
                "MIT"
2548
            ],
2549
            "authors": [
2550
                {
2551
                    "name": "Konstantin Kudryashov",
2552
                    "email": "[email protected]",
2553
                    "homepage": "http://everzet.com"
2554
                },
2555
                {
2556
                    "name": "Marcello Duarte",
2557
                    "email": "[email protected]"
2558
                }
2559
            ],
2560
            "description": "Highly opinionated mocking framework for PHP 5.3+",
2561
            "homepage": "https://github.com/phpspec/prophecy",
2562
            "keywords": [
2563
                "Double",
2564
                "Dummy",
2565
                "fake",
2566
                "mock",
2567
                "spy",
2568
                "stub"
2569
            ],
2570
            "time": "2018-02-19T10:16:54+00:00"
2571
        },
2572
        {
2573
            "name": "phpunit/php-code-coverage",
2574
            "version": "5.2.0",
2575
            "source": {
2576
                "type": "git",
2577
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
2578
                "reference": "e648abfd8ffb1d54ad549b027b75e376e9055d02"
2579
            },
2580
            "dist": {
2581
                "type": "zip",
2582
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/e648abfd8ffb1d54ad549b027b75e376e9055d02",
2583
                "reference": "e648abfd8ffb1d54ad549b027b75e376e9055d02",
2584
                "shasum": ""
2585
            },
2586
            "require": {
2587
                "ext-dom": "*",
2588
                "ext-xmlwriter": "*",
2589
                "php": "^7.0",
2590
                "phpunit/php-file-iterator": "^1.3",
2591
                "phpunit/php-text-template": "^1.2",
2592
                "phpunit/php-token-stream": "^1.4.11 || ^2.0",
2593
                "sebastian/code-unit-reverse-lookup": "^1.0",
2594
                "sebastian/environment": "^2.0",
2595
                "sebastian/version": "^2.0",
2596
                "theseer/tokenizer": "^1.1"
2597
            },
2598
            "require-dev": {
2599
                "ext-xdebug": "^2.5",
2600
                "phpunit/phpunit": "^6.0"
2601
            },
2602
            "suggest": {
2603
                "ext-xdebug": "^2.5.3"
2604
            },
2605
            "type": "library",
2606
            "extra": {
2607
                "branch-alias": {
2608
                    "dev-master": "5.2.x-dev"
2609
                }
2610
            },
2611
            "autoload": {
2612
                "classmap": [
2613
                    "src/"
2614
                ]
2615
            },
2616
            "notification-url": "https://packagist.org/downloads/",
2617
            "license": [
2618
                "BSD-3-Clause"
2619
            ],
2620
            "authors": [
2621
                {
2622
                    "name": "Sebastian Bergmann",
2623
                    "email": "[email protected]",
2624
                    "role": "lead"
2625
                }
2626
            ],
2627
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
2628
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
2629
            "keywords": [
2630
                "coverage",
2631
                "testing",
2632
                "xunit"
2633
            ],
2634
            "time": "2017-04-20T10:00:57+00:00"
2635
        },
2636
        {
2637
            "name": "phpunit/php-file-iterator",
2638
            "version": "1.4.5",
2639
            "source": {
2640
                "type": "git",
2641
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
2642
                "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4"
2643
            },
2644
            "dist": {
2645
                "type": "zip",
2646
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4",
2647
                "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4",
2648
                "shasum": ""
2649
            },
2650
            "require": {
2651
                "php": ">=5.3.3"
2652
            },
2653
            "type": "library",
2654
            "extra": {
2655
                "branch-alias": {
2656
                    "dev-master": "1.4.x-dev"
2657
                }
2658
            },
2659
            "autoload": {
2660
                "classmap": [
2661
                    "src/"
2662
                ]
2663
            },
2664
            "notification-url": "https://packagist.org/downloads/",
2665
            "license": [
2666
                "BSD-3-Clause"
2667
            ],
2668
            "authors": [
2669
                {
2670
                    "name": "Sebastian Bergmann",
2671
                    "email": "[email protected]",
2672
                    "role": "lead"
2673
                }
2674
            ],
2675
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
2676
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
2677
            "keywords": [
2678
                "filesystem",
2679
                "iterator"
2680
            ],
2681
            "time": "2017-11-27T13:52:08+00:00"
2682
        },
2683
        {
2684
            "name": "phpunit/php-text-template",
2685
            "version": "1.2.1",
2686
            "source": {
2687
                "type": "git",
2688
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
2689
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
2690
            },
2691
            "dist": {
2692
                "type": "zip",
2693
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
2694
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
2695
                "shasum": ""
2696
            },
2697
            "require": {
2698
                "php": ">=5.3.3"
2699
            },
2700
            "type": "library",
2701
            "autoload": {
2702
                "classmap": [
2703
                    "src/"
2704
                ]
2705
            },
2706
            "notification-url": "https://packagist.org/downloads/",
2707
            "license": [
2708
                "BSD-3-Clause"
2709
            ],
2710
            "authors": [
2711
                {
2712
                    "name": "Sebastian Bergmann",
2713
                    "email": "[email protected]",
2714
                    "role": "lead"
2715
                }
2716
            ],
2717
            "description": "Simple template engine.",
2718
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
2719
            "keywords": [
2720
                "template"
2721
            ],
2722
            "time": "2015-06-21T13:50:34+00:00"
2723
        },
2724
        {
2725
            "name": "phpunit/php-timer",
2726
            "version": "1.0.9",
2727
            "source": {
2728
                "type": "git",
2729
                "url": "https://github.com/sebastianbergmann/php-timer.git",
2730
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
2731
            },
2732
            "dist": {
2733
                "type": "zip",
2734
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
2735
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
2736
                "shasum": ""
2737
            },
2738
            "require": {
2739
                "php": "^5.3.3 || ^7.0"
2740
            },
2741
            "require-dev": {
2742
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
2743
            },
2744
            "type": "library",
2745
            "extra": {
2746
                "branch-alias": {
2747
                    "dev-master": "1.0-dev"
2748
                }
2749
            },
2750
            "autoload": {
2751
                "classmap": [
2752
                    "src/"
2753
                ]
2754
            },
2755
            "notification-url": "https://packagist.org/downloads/",
2756
            "license": [
2757
                "BSD-3-Clause"
2758
            ],
2759
            "authors": [
2760
                {
2761
                    "name": "Sebastian Bergmann",
2762
                    "email": "[email protected]",
2763
                    "role": "lead"
2764
                }
2765
            ],
2766
            "description": "Utility class for timing",
2767
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
2768
            "keywords": [
2769
                "timer"
2770
            ],
2771
            "time": "2017-02-26T11:10:40+00:00"
2772
        },
2773
        {
2774
            "name": "phpunit/php-token-stream",
2775
            "version": "2.0.2",
2776
            "source": {
2777
                "type": "git",
2778
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
2779
                "reference": "791198a2c6254db10131eecfe8c06670700904db"
2780
            },
2781
            "dist": {
2782
                "type": "zip",
2783
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/791198a2c6254db10131eecfe8c06670700904db",
2784
                "reference": "791198a2c6254db10131eecfe8c06670700904db",
2785
                "shasum": ""
2786
            },
2787
            "require": {
2788
                "ext-tokenizer": "*",
2789
                "php": "^7.0"
2790
            },
2791
            "require-dev": {
2792
                "phpunit/phpunit": "^6.2.4"
2793
            },
2794
            "type": "library",
2795
            "extra": {
2796
                "branch-alias": {
2797
                    "dev-master": "2.0-dev"
2798
                }
2799
            },
2800
            "autoload": {
2801
                "classmap": [
2802
                    "src/"
2803
                ]
2804
            },
2805
            "notification-url": "https://packagist.org/downloads/",
2806
            "license": [
2807
                "BSD-3-Clause"
2808
            ],
2809
            "authors": [
2810
                {
2811
                    "name": "Sebastian Bergmann",
2812
                    "email": "[email protected]"
2813
                }
2814
            ],
2815
            "description": "Wrapper around PHP's tokenizer extension.",
2816
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
2817
            "keywords": [
2818
                "tokenizer"
2819
            ],
2820
            "time": "2017-11-27T05:48:46+00:00"
2821
        },
2822
        {
2823
            "name": "phpunit/phpunit",
2824
            "version": "6.0.8",
2825
            "source": {
2826
                "type": "git",
2827
                "url": "https://github.com/sebastianbergmann/phpunit.git",
2828
                "reference": "47ee3fa1bca5c50f1d25105201eb20df777bd7b6"
2829
            },
2830
            "dist": {
2831
                "type": "zip",
2832
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/47ee3fa1bca5c50f1d25105201eb20df777bd7b6",
2833
                "reference": "47ee3fa1bca5c50f1d25105201eb20df777bd7b6",
2834
                "shasum": ""
2835
            },
2836
            "require": {
2837
                "ext-dom": "*",
2838
                "ext-json": "*",
2839
                "ext-libxml": "*",
2840
                "ext-mbstring": "*",
2841
                "ext-xml": "*",
2842
                "myclabs/deep-copy": "^1.3",
2843
                "php": "^7.0",
2844
                "phpspec/prophecy": "^1.6.2",
2845
                "phpunit/php-code-coverage": "^5.0",
2846
                "phpunit/php-file-iterator": "^1.4",
2847
                "phpunit/php-text-template": "^1.2",
2848
                "phpunit/php-timer": "^1.0.6",
2849
                "phpunit/phpunit-mock-objects": "^4.0",
2850
                "sebastian/comparator": "^1.2.4 || ^2.0",
2851
                "sebastian/diff": "^1.2",
2852
                "sebastian/environment": "^2.0",
2853
                "sebastian/exporter": "^2.0 || ^3.0",
2854
                "sebastian/global-state": "^1.1 || ^2.0",
2855
                "sebastian/object-enumerator": "^2.0 || ^3.0",
2856
                "sebastian/resource-operations": "^1.0",
2857
                "sebastian/version": "^2.0"
2858
            },
2859
            "conflict": {
2860
                "phpdocumentor/reflection-docblock": "3.0.2",
2861
                "phpunit/dbunit": "<3.0"
2862
            },
2863
            "require-dev": {
2864
                "ext-pdo": "*"
2865
            },
2866
            "suggest": {
2867
                "ext-xdebug": "*",
2868
                "phpunit/php-invoker": "^1.1"
2869
            },
2870
            "bin": [
2871
                "phpunit"
2872
            ],
2873
            "type": "library",
2874
            "extra": {
2875
                "branch-alias": {
2876
                    "dev-master": "6.0.x-dev"
2877
                }
2878
            },
2879
            "autoload": {
2880
                "classmap": [
2881
                    "src/"
2882
                ]
2883
            },
2884
            "notification-url": "https://packagist.org/downloads/",
2885
            "license": [
2886
                "BSD-3-Clause"
2887
            ],
2888
            "authors": [
2889
                {
2890
                    "name": "Sebastian Bergmann",
2891
                    "email": "[email protected]",
2892
                    "role": "lead"
2893
                }
2894
            ],
2895
            "description": "The PHP Unit Testing framework.",
2896
            "homepage": "https://phpunit.de/",
2897
            "keywords": [
2898
                "phpunit",
2899
                "testing",
2900
                "xunit"
2901
            ],
2902
            "time": "2017-03-02T15:24:03+00:00"
2903
        },
2904
        {
2905
            "name": "phpunit/phpunit-mock-objects",
2906
            "version": "4.0.0",
2907
            "source": {
2908
                "type": "git",
2909
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
2910
                "reference": "3819745c44f3aff9518fd655f320c4535d541af7"
2911
            },
2912
            "dist": {
2913
                "type": "zip",
2914
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/3819745c44f3aff9518fd655f320c4535d541af7",
2915
                "reference": "3819745c44f3aff9518fd655f320c4535d541af7",
2916
                "shasum": ""
2917
            },
2918
            "require": {
2919
                "doctrine/instantiator": "^1.0.2",
2920
                "php": "^7.0",
2921
                "phpunit/php-text-template": "^1.2",
2922
                "sebastian/exporter": "^2.0"
2923
            },
2924
            "conflict": {
2925
                "phpunit/phpunit": "<6.0"
2926
            },
2927
            "require-dev": {
2928
                "phpunit/phpunit": "^6.0"
2929
            },
2930
            "suggest": {
2931
                "ext-soap": "*"
2932
            },
2933
            "type": "library",
2934
            "extra": {
2935
                "branch-alias": {
2936
                    "dev-master": "4.0.x-dev"
2937
                }
2938
            },
2939
            "autoload": {
2940
                "classmap": [
2941
                    "src/"
2942
                ]
2943
            },
2944
            "notification-url": "https://packagist.org/downloads/",
2945
            "license": [
2946
                "BSD-3-Clause"
2947
            ],
2948
            "authors": [
2949
                {
2950
                    "name": "Sebastian Bergmann",
2951
                    "email": "[email protected]",
2952
                    "role": "lead"
2953
                }
2954
            ],
2955
            "description": "Mock Object library for PHPUnit",
2956
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
2957
            "keywords": [
2958
                "mock",
2959
                "xunit"
2960
            ],
2961
            "time": "2017-02-02T10:36:38+00:00"
2962
        },
2963
        {
2964
            "name": "sebastian/code-unit-reverse-lookup",
2965
            "version": "1.0.1",
2966
            "source": {
2967
                "type": "git",
2968
                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
2969
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
2970
            },
2971
            "dist": {
2972
                "type": "zip",
2973
                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
2974
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
2975
                "shasum": ""
2976
            },
2977
            "require": {
2978
                "php": "^5.6 || ^7.0"
2979
            },
2980
            "require-dev": {
2981
                "phpunit/phpunit": "^5.7 || ^6.0"
2982
            },
2983
            "type": "library",
2984
            "extra": {
2985
                "branch-alias": {
2986
                    "dev-master": "1.0.x-dev"
2987
                }
2988
            },
2989
            "autoload": {
2990
                "classmap": [
2991
                    "src/"
2992
                ]
2993
            },
2994
            "notification-url": "https://packagist.org/downloads/",
2995
            "license": [
2996
                "BSD-3-Clause"
2997
            ],
2998
            "authors": [
2999
                {
3000
                    "name": "Sebastian Bergmann",
3001
                    "email": "[email protected]"
3002
                }
3003
            ],
3004
            "description": "Looks up which function or method a line of code belongs to",
3005
            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
3006
            "time": "2017-03-04T06:30:41+00:00"
3007
        },
3008
        {
3009
            "name": "sebastian/comparator",
3010
            "version": "1.2.4",
3011
            "source": {
3012
                "type": "git",
3013
                "url": "https://github.com/sebastianbergmann/comparator.git",
3014
                "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
3015
            },
3016
            "dist": {
3017
                "type": "zip",
3018
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
3019
                "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
3020
                "shasum": ""
3021
            },
3022
            "require": {
3023
                "php": ">=5.3.3",
3024
                "sebastian/diff": "~1.2",
3025
                "sebastian/exporter": "~1.2 || ~2.0"
3026
            },
3027
            "require-dev": {
3028
                "phpunit/phpunit": "~4.4"
3029
            },
3030
            "type": "library",
3031
            "extra": {
3032
                "branch-alias": {
3033
                    "dev-master": "1.2.x-dev"
3034
                }
3035
            },
3036
            "autoload": {
3037
                "classmap": [
3038
                    "src/"
3039
                ]
3040
            },
3041
            "notification-url": "https://packagist.org/downloads/",
3042
            "license": [
3043
                "BSD-3-Clause"
3044
            ],
3045
            "authors": [
3046
                {
3047
                    "name": "Jeff Welch",
3048
                    "email": "[email protected]"
3049
                },
3050
                {
3051
                    "name": "Volker Dusch",
3052
                    "email": "[email protected]"
3053
                },
3054
                {
3055
                    "name": "Bernhard Schussek",
3056
                    "email": "[email protected]"
3057
                },
3058
                {
3059
                    "name": "Sebastian Bergmann",
3060
                    "email": "[email protected]"
3061
                }
3062
            ],
3063
            "description": "Provides the functionality to compare PHP values for equality",
3064
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
3065
            "keywords": [
3066
                "comparator",
3067
                "compare",
3068
                "equality"
3069
            ],
3070
            "time": "2017-01-29T09:50:25+00:00"
3071
        },
3072
        {
3073
            "name": "sebastian/diff",
3074
            "version": "1.4.3",
3075
            "source": {
3076
                "type": "git",
3077
                "url": "https://github.com/sebastianbergmann/diff.git",
3078
                "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4"
3079
            },
3080
            "dist": {
3081
                "type": "zip",
3082
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4",
3083
                "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4",
3084
                "shasum": ""
3085
            },
3086
            "require": {
3087
                "php": "^5.3.3 || ^7.0"
3088
            },
3089
            "require-dev": {
3090
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
3091
            },
3092
            "type": "library",
3093
            "extra": {
3094
                "branch-alias": {
3095
                    "dev-master": "1.4-dev"
3096
                }
3097
            },
3098
            "autoload": {
3099
                "classmap": [
3100
                    "src/"
3101
                ]
3102
            },
3103
            "notification-url": "https://packagist.org/downloads/",
3104
            "license": [
3105
                "BSD-3-Clause"
3106
            ],
3107
            "authors": [
3108
                {
3109
                    "name": "Kore Nordmann",
3110
                    "email": "[email protected]"
3111
                },
3112
                {
3113
                    "name": "Sebastian Bergmann",
3114
                    "email": "[email protected]"
3115
                }
3116
            ],
3117
            "description": "Diff implementation",
3118
            "homepage": "https://github.com/sebastianbergmann/diff",
3119
            "keywords": [
3120
                "diff"
3121
            ],
3122
            "time": "2017-05-22T07:24:03+00:00"
3123
        },
3124
        {
3125
            "name": "sebastian/environment",
3126
            "version": "2.0.0",
3127
            "source": {
3128
                "type": "git",
3129
                "url": "https://github.com/sebastianbergmann/environment.git",
3130
                "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac"
3131
            },
3132
            "dist": {
3133
                "type": "zip",
3134
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
3135
                "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
3136
                "shasum": ""
3137
            },
3138
            "require": {
3139
                "php": "^5.6 || ^7.0"
3140
            },
3141
            "require-dev": {
3142
                "phpunit/phpunit": "^5.0"
3143
            },
3144
            "type": "library",
3145
            "extra": {
3146
                "branch-alias": {
3147
                    "dev-master": "2.0.x-dev"
3148
                }
3149
            },
3150
            "autoload": {
3151
                "classmap": [
3152
                    "src/"
3153
                ]
3154
            },
3155
            "notification-url": "https://packagist.org/downloads/",
3156
            "license": [
3157
                "BSD-3-Clause"
3158
            ],
3159
            "authors": [
3160
                {
3161
                    "name": "Sebastian Bergmann",
3162
                    "email": "[email protected]"
3163
                }
3164
            ],
3165
            "description": "Provides functionality to handle HHVM/PHP environments",
3166
            "homepage": "http://www.github.com/sebastianbergmann/environment",
3167
            "keywords": [
3168
                "Xdebug",
3169
                "environment",
3170
                "hhvm"
3171
            ],
3172
            "time": "2016-11-26T07:53:53+00:00"
3173
        },
3174
        {
3175
            "name": "sebastian/exporter",
3176
            "version": "2.0.0",
3177
            "source": {
3178
                "type": "git",
3179
                "url": "https://github.com/sebastianbergmann/exporter.git",
3180
                "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4"
3181
            },
3182
            "dist": {
3183
                "type": "zip",
3184
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
3185
                "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
3186
                "shasum": ""
3187
            },
3188
            "require": {
3189
                "php": ">=5.3.3",
3190
                "sebastian/recursion-context": "~2.0"
3191
            },
3192
            "require-dev": {
3193
                "ext-mbstring": "*",
3194
                "phpunit/phpunit": "~4.4"
3195
            },
3196
            "type": "library",
3197
            "extra": {
3198
                "branch-alias": {
3199
                    "dev-master": "2.0.x-dev"
3200
                }
3201
            },
3202
            "autoload": {
3203
                "classmap": [
3204
                    "src/"
3205
                ]
3206
            },
3207
            "notification-url": "https://packagist.org/downloads/",
3208
            "license": [
3209
                "BSD-3-Clause"
3210
            ],
3211
            "authors": [
3212
                {
3213
                    "name": "Jeff Welch",
3214
                    "email": "[email protected]"
3215
                },
3216
                {
3217
                    "name": "Volker Dusch",
3218
                    "email": "[email protected]"
3219
                },
3220
                {
3221
                    "name": "Bernhard Schussek",
3222
                    "email": "[email protected]"
3223
                },
3224
                {
3225
                    "name": "Sebastian Bergmann",
3226
                    "email": "[email protected]"
3227
                },
3228
                {
3229
                    "name": "Adam Harvey",
3230
                    "email": "[email protected]"
3231
                }
3232
            ],
3233
            "description": "Provides the functionality to export PHP variables for visualization",
3234
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
3235
            "keywords": [
3236
                "export",
3237
                "exporter"
3238
            ],
3239
            "time": "2016-11-19T08:54:04+00:00"
3240
        },
3241
        {
3242
            "name": "sebastian/global-state",
3243
            "version": "2.0.0",
3244
            "source": {
3245
                "type": "git",
3246
                "url": "https://github.com/sebastianbergmann/global-state.git",
3247
                "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4"
3248
            },
3249
            "dist": {
3250
                "type": "zip",
3251
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
3252
                "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
3253
                "shasum": ""
3254
            },
3255
            "require": {
3256
                "php": "^7.0"
3257
            },
3258
            "require-dev": {
3259
                "phpunit/phpunit": "^6.0"
3260
            },
3261
            "suggest": {
3262
                "ext-uopz": "*"
3263
            },
3264
            "type": "library",
3265
            "extra": {
3266
                "branch-alias": {
3267
                    "dev-master": "2.0-dev"
3268
                }
3269
            },
3270
            "autoload": {
3271
                "classmap": [
3272
                    "src/"
3273
                ]
3274
            },
3275
            "notification-url": "https://packagist.org/downloads/",
3276
            "license": [
3277
                "BSD-3-Clause"
3278
            ],
3279
            "authors": [
3280
                {
3281
                    "name": "Sebastian Bergmann",
3282
                    "email": "[email protected]"
3283
                }
3284
            ],
3285
            "description": "Snapshotting of global state",
3286
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
3287
            "keywords": [
3288
                "global state"
3289
            ],
3290
            "time": "2017-04-27T15:39:26+00:00"
3291
        },
3292
        {
3293
            "name": "sebastian/object-enumerator",
3294
            "version": "2.0.1",
3295
            "source": {
3296
                "type": "git",
3297
                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
3298
                "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7"
3299
            },
3300
            "dist": {
3301
                "type": "zip",
3302
                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/1311872ac850040a79c3c058bea3e22d0f09cbb7",
3303
                "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7",
3304
                "shasum": ""
3305
            },
3306
            "require": {
3307
                "php": ">=5.6",
3308
                "sebastian/recursion-context": "~2.0"
3309
            },
3310
            "require-dev": {
3311
                "phpunit/phpunit": "~5"
3312
            },
3313
            "type": "library",
3314
            "extra": {
3315
                "branch-alias": {
3316
                    "dev-master": "2.0.x-dev"
3317
                }
3318
            },
3319
            "autoload": {
3320
                "classmap": [
3321
                    "src/"
3322
                ]
3323
            },
3324
            "notification-url": "https://packagist.org/downloads/",
3325
            "license": [
3326
                "BSD-3-Clause"
3327
            ],
3328
            "authors": [
3329
                {
3330
                    "name": "Sebastian Bergmann",
3331
                    "email": "[email protected]"
3332
                }
3333
            ],
3334
            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
3335
            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
3336
            "time": "2017-02-18T15:18:39+00:00"
3337
        },
3338
        {
3339
            "name": "sebastian/recursion-context",
3340
            "version": "2.0.0",
3341
            "source": {
3342
                "type": "git",
3343
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
3344
                "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a"
3345
            },
3346
            "dist": {
3347
                "type": "zip",
3348
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/2c3ba150cbec723aa057506e73a8d33bdb286c9a",
3349
                "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a",
3350
                "shasum": ""
3351
            },
3352
            "require": {
3353
                "php": ">=5.3.3"
3354
            },
3355
            "require-dev": {
3356
                "phpunit/phpunit": "~4.4"
3357
            },
3358
            "type": "library",
3359
            "extra": {
3360
                "branch-alias": {
3361
                    "dev-master": "2.0.x-dev"
3362
                }
3363
            },
3364
            "autoload": {
3365
                "classmap": [
3366
                    "src/"
3367
                ]
3368
            },
3369
            "notification-url": "https://packagist.org/downloads/",
3370
            "license": [
3371
                "BSD-3-Clause"
3372
            ],
3373
            "authors": [
3374
                {
3375
                    "name": "Jeff Welch",
3376
                    "email": "[email protected]"
3377
                },
3378
                {
3379
                    "name": "Sebastian Bergmann",
3380
                    "email": "[email protected]"
3381
                },
3382
                {
3383
                    "name": "Adam Harvey",
3384
                    "email": "[email protected]"
3385
                }
3386
            ],
3387
            "description": "Provides functionality to recursively process PHP variables",
3388
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
3389
            "time": "2016-11-19T07:33:16+00:00"
3390
        },
3391
        {
3392
            "name": "sebastian/resource-operations",
3393
            "version": "1.0.0",
3394
            "source": {
3395
                "type": "git",
3396
                "url": "https://github.com/sebastianbergmann/resource-operations.git",
3397
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
3398
            },
3399
            "dist": {
3400
                "type": "zip",
3401
                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
3402
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
3403
                "shasum": ""
3404
            },
3405
            "require": {
3406
                "php": ">=5.6.0"
3407
            },
3408
            "type": "library",
3409
            "extra": {
3410
                "branch-alias": {
3411
                    "dev-master": "1.0.x-dev"
3412
                }
3413
            },
3414
            "autoload": {
3415
                "classmap": [
3416
                    "src/"
3417
                ]
3418
            },
3419
            "notification-url": "https://packagist.org/downloads/",
3420
            "license": [
3421
                "BSD-3-Clause"
3422
            ],
3423
            "authors": [
3424
                {
3425
                    "name": "Sebastian Bergmann",
3426
                    "email": "[email protected]"
3427
                }
3428
            ],
3429
            "description": "Provides a list of PHP built-in functions that operate on resources",
3430
            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
3431
            "time": "2015-07-28T20:34:47+00:00"
3432
        },
3433
        {
3434
            "name": "sebastian/version",
3435
            "version": "2.0.1",
3436
            "source": {
3437
                "type": "git",
3438
                "url": "https://github.com/sebastianbergmann/version.git",
3439
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
3440
            },
3441
            "dist": {
3442
                "type": "zip",
3443
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
3444
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
3445
                "shasum": ""
3446
            },
3447
            "require": {
3448
                "php": ">=5.6"
3449
            },
3450
            "type": "library",
3451
            "extra": {
3452
                "branch-alias": {
3453
                    "dev-master": "2.0.x-dev"
3454
                }
3455
            },
3456
            "autoload": {
3457
                "classmap": [
3458
                    "src/"
3459
                ]
3460
            },
3461
            "notification-url": "https://packagist.org/downloads/",
3462
            "license": [
3463
                "BSD-3-Clause"
3464
            ],
3465
            "authors": [
3466
                {
3467
                    "name": "Sebastian Bergmann",
3468
                    "email": "[email protected]",
3469
                    "role": "lead"
3470
                }
3471
            ],
3472
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
3473
            "homepage": "https://github.com/sebastianbergmann/version",
3474
            "time": "2016-10-03T07:35:21+00:00"
3475
        },
3476
        {
3477
            "name": "seld/cli-prompt",
3478
            "version": "1.0.3",
3479
            "source": {
3480
                "type": "git",
3481
                "url": "https://github.com/Seldaek/cli-prompt.git",
3482
                "reference": "a19a7376a4689d4d94cab66ab4f3c816019ba8dd"
3483
            },
3484
            "dist": {
3485
                "type": "zip",
3486
                "url": "https://api.github.com/repos/Seldaek/cli-prompt/zipball/a19a7376a4689d4d94cab66ab4f3c816019ba8dd",
3487
                "reference": "a19a7376a4689d4d94cab66ab4f3c816019ba8dd",
3488
                "shasum": ""
3489
            },
3490
            "require": {
3491
                "php": ">=5.3"
3492
            },
3493
            "type": "library",
3494
            "extra": {
3495
                "branch-alias": {
3496
                    "dev-master": "1.x-dev"
3497
                }
3498
            },
3499
            "autoload": {
3500
                "psr-4": {
3501
                    "Seld\\CliPrompt\\": "src/"
3502
                }
3503
            },
3504
            "notification-url": "https://packagist.org/downloads/",
3505
            "license": [
3506
                "MIT"
3507
            ],
3508
            "authors": [
3509
                {
3510
                    "name": "Jordi Boggiano",
3511
                    "email": "[email protected]"
3512
                }
3513
            ],
3514
            "description": "Allows you to prompt for user input on the command line, and optionally hide the characters they type",
3515
            "keywords": [
3516
                "cli",
3517
                "console",
3518
                "hidden",
3519
                "input",
3520
                "prompt"
3521
            ],
3522
            "time": "2017-03-18T11:32:45+00:00"
3523
        },
3524
        {
3525
            "name": "seld/jsonlint",
3526
            "version": "1.7.1",
3527
            "source": {
3528
                "type": "git",
3529
                "url": "https://github.com/Seldaek/jsonlint.git",
3530
                "reference": "d15f59a67ff805a44c50ea0516d2341740f81a38"
3531
            },
3532
            "dist": {
3533
                "type": "zip",
3534
                "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/d15f59a67ff805a44c50ea0516d2341740f81a38",
3535
                "reference": "d15f59a67ff805a44c50ea0516d2341740f81a38",
3536
                "shasum": ""
3537
            },
3538
            "require": {
3539
                "php": "^5.3 || ^7.0"
3540
            },
3541
            "require-dev": {
3542
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
3543
            },
3544
            "bin": [
3545
                "bin/jsonlint"
3546
            ],
3547
            "type": "library",
3548
            "autoload": {
3549
                "psr-4": {
3550
                    "Seld\\JsonLint\\": "src/Seld/JsonLint/"
3551
                }
3552
            },
3553
            "notification-url": "https://packagist.org/downloads/",
3554
            "license": [
3555
                "MIT"
3556
            ],
3557
            "authors": [
3558
                {
3559
                    "name": "Jordi Boggiano",
3560
                    "email": "[email protected]",
3561
                    "homepage": "http://seld.be"
3562
                }
3563
            ],
3564
            "description": "JSON Linter",
3565
            "keywords": [
3566
                "json",
3567
                "linter",
3568
                "parser",
3569
                "validator"
3570
            ],
3571
            "time": "2018-01-24T12:46:19+00:00"
3572
        },
3573
        {
3574
            "name": "seld/phar-utils",
3575
            "version": "1.0.1",
3576
            "source": {
3577
                "type": "git",
3578
                "url": "https://github.com/Seldaek/phar-utils.git",
3579
                "reference": "7009b5139491975ef6486545a39f3e6dad5ac30a"
3580
            },
3581
            "dist": {
3582
                "type": "zip",
3583
                "url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/7009b5139491975ef6486545a39f3e6dad5ac30a",
3584
                "reference": "7009b5139491975ef6486545a39f3e6dad5ac30a",
3585
                "shasum": ""
3586
            },
3587
            "require": {
3588
                "php": ">=5.3"
3589
            },
3590
            "type": "library",
3591
            "extra": {
3592
                "branch-alias": {
3593
                    "dev-master": "1.x-dev"
3594
                }
3595
            },
3596
            "autoload": {
3597
                "psr-4": {
3598
                    "Seld\\PharUtils\\": "src/"
3599
                }
3600
            },
3601
            "notification-url": "https://packagist.org/downloads/",
3602
            "license": [
3603
                "MIT"
3604
            ],
3605
            "authors": [
3606
                {
3607
                    "name": "Jordi Boggiano",
3608
                    "email": "[email protected]"
3609
                }
3610
            ],
3611
            "description": "PHAR file format utilities, for when PHP phars you up",
3612
            "keywords": [
3613
                "phra"
3614
            ],
3615
            "time": "2015-10-13T18:44:15+00:00"
3616
        },
3617
        {
3618
            "name": "squizlabs/php_codesniffer",
3619
            "version": "1.5.6",
3620
            "source": {
3621
                "type": "git",
3622
                "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
3623
                "reference": "6f3e42d311b882b25b4d409d23a289f4d3b803d5"
3624
            },
3625
            "dist": {
3626
                "type": "zip",
3627
                "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/6f3e42d311b882b25b4d409d23a289f4d3b803d5",
3628
                "reference": "6f3e42d311b882b25b4d409d23a289f4d3b803d5",
3629
                "shasum": ""
3630
            },
3631
            "require": {
3632
                "ext-tokenizer": "*",
3633
                "php": ">=5.1.2"
3634
            },
3635
            "suggest": {
3636
                "phpunit/php-timer": "dev-master"
3637
            },
3638
            "bin": [
3639
                "scripts/phpcs"
3640
            ],
3641
            "type": "library",
3642
            "extra": {
3643
                "branch-alias": {
3644
                    "dev-phpcs-fixer": "2.0.x-dev"
3645
                }
3646
            },
3647
            "autoload": {
3648
                "classmap": [
3649
                    "CodeSniffer.php",
3650
                    "CodeSniffer/CLI.php",
3651
                    "CodeSniffer/Exception.php",
3652
                    "CodeSniffer/File.php",
3653
                    "CodeSniffer/Report.php",
3654
                    "CodeSniffer/Reporting.php",
3655
                    "CodeSniffer/Sniff.php",
3656
                    "CodeSniffer/Tokens.php",
3657
                    "CodeSniffer/Reports/",
3658
                    "CodeSniffer/CommentParser/",
3659
                    "CodeSniffer/Tokenizers/",
3660
                    "CodeSniffer/DocGenerators/",
3661
                    "CodeSniffer/Standards/AbstractPatternSniff.php",
3662
                    "CodeSniffer/Standards/AbstractScopeSniff.php",
3663
                    "CodeSniffer/Standards/AbstractVariableSniff.php",
3664
                    "CodeSniffer/Standards/IncorrectPatternException.php",
3665
                    "CodeSniffer/Standards/Generic/Sniffs/",
3666
                    "CodeSniffer/Standards/MySource/Sniffs/",
3667
                    "CodeSniffer/Standards/PEAR/Sniffs/",
3668
                    "CodeSniffer/Standards/PSR1/Sniffs/",
3669
                    "CodeSniffer/Standards/PSR2/Sniffs/",
3670
                    "CodeSniffer/Standards/Squiz/Sniffs/",
3671
                    "CodeSniffer/Standards/Zend/Sniffs/"
3672
                ]
3673
            },
3674
            "notification-url": "https://packagist.org/downloads/",
3675
            "license": [
3676
                "BSD-3-Clause"
3677
            ],
3678
            "authors": [
3679
                {
3680
                    "name": "Greg Sherwood",
3681
                    "role": "lead"
3682
                }
3683
            ],
3684
            "description": "PHP_CodeSniffer tokenises PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
3685
            "homepage": "http://www.squizlabs.com/php-codesniffer",
3686
            "keywords": [
3687
                "phpcs",
3688
                "standards"
3689
            ],
3690
            "time": "2014-12-04T22:32:15+00:00"
3691
        },
3692
        {
3693
            "name": "symfony/console",
3694
            "version": "v4.0.8",
3695
            "source": {
3696
                "type": "git",
3697
                "url": "https://github.com/symfony/console.git",
3698
                "reference": "aad9a6fe47319f22748fd764f52d3a7ca6fa6b64"
3699
            },
3700
            "dist": {
3701
                "type": "zip",
3702
                "url": "https://api.github.com/repos/symfony/console/zipball/aad9a6fe47319f22748fd764f52d3a7ca6fa6b64",
3703
                "reference": "aad9a6fe47319f22748fd764f52d3a7ca6fa6b64",
3704
                "shasum": ""
3705
            },
3706
            "require": {
3707
                "php": "^7.1.3",
3708
                "symfony/polyfill-mbstring": "~1.0"
3709
            },
3710
            "conflict": {
3711
                "symfony/dependency-injection": "<3.4",
3712
                "symfony/process": "<3.3"
3713
            },
3714
            "require-dev": {
3715
                "psr/log": "~1.0",
3716
                "symfony/config": "~3.4|~4.0",
3717
                "symfony/dependency-injection": "~3.4|~4.0",
3718
                "symfony/event-dispatcher": "~3.4|~4.0",
3719
                "symfony/lock": "~3.4|~4.0",
3720
                "symfony/process": "~3.4|~4.0"
3721
            },
3722
            "suggest": {
3723
                "psr/log": "For using the console logger",
3724
                "symfony/event-dispatcher": "",
3725
                "symfony/lock": "",
3726
                "symfony/process": ""
3727
            },
3728
            "type": "library",
3729
            "extra": {
3730
                "branch-alias": {
3731
                    "dev-master": "4.0-dev"
3732
                }
3733
            },
3734
            "autoload": {
3735
                "psr-4": {
3736
                    "Symfony\\Component\\Console\\": ""
3737
                },
3738
                "exclude-from-classmap": [
3739
                    "/Tests/"
3740
                ]
3741
            },
3742
            "notification-url": "https://packagist.org/downloads/",
3743
            "license": [
3744
                "MIT"
3745
            ],
3746
            "authors": [
3747
                {
3748
                    "name": "Fabien Potencier",
3749
                    "email": "[email protected]"
3750
                },
3751
                {
3752
                    "name": "Symfony Community",
3753
                    "homepage": "https://symfony.com/contributors"
3754
                }
3755
            ],
3756
            "description": "Symfony Console Component",
3757
            "homepage": "https://symfony.com",
3758
            "time": "2018-04-03T05:24:00+00:00"
3759
        },
3760
        {
3761
            "name": "symfony/filesystem",
3762
            "version": "v4.0.8",
3763
            "source": {
3764
                "type": "git",
3765
                "url": "https://github.com/symfony/filesystem.git",
3766
                "reference": "5d2d655b2c72fc4d9bf7e9bf14f72a447b940f21"
3767
            },
3768
            "dist": {
3769
                "type": "zip",
3770
                "url": "https://api.github.com/repos/symfony/filesystem/zipball/5d2d655b2c72fc4d9bf7e9bf14f72a447b940f21",
3771
                "reference": "5d2d655b2c72fc4d9bf7e9bf14f72a447b940f21",
3772
                "shasum": ""
3773
            },
3774
            "require": {
3775
                "php": "^7.1.3"
3776
            },
3777
            "type": "library",
3778
            "extra": {
3779
                "branch-alias": {
3780
                    "dev-master": "4.0-dev"
3781
                }
3782
            },
3783
            "autoload": {
3784
                "psr-4": {
3785
                    "Symfony\\Component\\Filesystem\\": ""
3786
                },
3787
                "exclude-from-classmap": [
3788
                    "/Tests/"
3789
                ]
3790
            },
3791
            "notification-url": "https://packagist.org/downloads/",
3792
            "license": [
3793
                "MIT"
3794
            ],
3795
            "authors": [
3796
                {
3797
                    "name": "Fabien Potencier",
3798
                    "email": "[email protected]"
3799
                },
3800
                {
3801
                    "name": "Symfony Community",
3802
                    "homepage": "https://symfony.com/contributors"
3803
                }
3804
            ],
3805
            "description": "Symfony Filesystem Component",
3806
            "homepage": "https://symfony.com",
3807
            "time": "2018-02-22T10:50:29+00:00"
3808
        },
3809
        {
3810
            "name": "symfony/finder",
3811
            "version": "v4.0.8",
3812
            "source": {
3813
                "type": "git",
3814
                "url": "https://github.com/symfony/finder.git",
3815
                "reference": "ca27c02b7a3fef4828c998c2ff9ba7aae1641c49"
3816
            },
3817
            "dist": {
3818
                "type": "zip",
3819
                "url": "https://api.github.com/repos/symfony/finder/zipball/ca27c02b7a3fef4828c998c2ff9ba7aae1641c49",
3820
                "reference": "ca27c02b7a3fef4828c998c2ff9ba7aae1641c49",
3821
                "shasum": ""
3822
            },
3823
            "require": {
3824
                "php": "^7.1.3"
3825
            },
3826
            "type": "library",
3827
            "extra": {
3828
                "branch-alias": {
3829
                    "dev-master": "4.0-dev"
3830
                }
3831
            },
3832
            "autoload": {
3833
                "psr-4": {
3834
                    "Symfony\\Component\\Finder\\": ""
3835
                },
3836
                "exclude-from-classmap": [
3837
                    "/Tests/"
3838
                ]
3839
            },
3840
            "notification-url": "https://packagist.org/downloads/",
3841
            "license": [
3842
                "MIT"
3843
            ],
3844
            "authors": [
3845
                {
3846
                    "name": "Fabien Potencier",
3847
                    "email": "[email protected]"
3848
                },
3849
                {
3850
                    "name": "Symfony Community",
3851
                    "homepage": "https://symfony.com/contributors"
3852
                }
3853
            ],
3854
            "description": "Symfony Finder Component",
3855
            "homepage": "https://symfony.com",
3856
            "time": "2018-04-04T05:10:37+00:00"
3857
        },
3858
        {
3859
            "name": "symfony/process",
3860
            "version": "v4.0.8",
3861
            "source": {
3862
                "type": "git",
3863
                "url": "https://github.com/symfony/process.git",
3864
                "reference": "d7dc1ee5dfe9f732cb1bba7310f5b99f2b7a6d25"
3865
            },
3866
            "dist": {
3867
                "type": "zip",
3868
                "url": "https://api.github.com/repos/symfony/process/zipball/d7dc1ee5dfe9f732cb1bba7310f5b99f2b7a6d25",
3869
                "reference": "d7dc1ee5dfe9f732cb1bba7310f5b99f2b7a6d25",
3870
                "shasum": ""
3871
            },
3872
            "require": {
3873
                "php": "^7.1.3"
3874
            },
3875
            "type": "library",
3876
            "extra": {
3877
                "branch-alias": {
3878
                    "dev-master": "4.0-dev"
3879
                }
3880
            },
3881
            "autoload": {
3882
                "psr-4": {
3883
                    "Symfony\\Component\\Process\\": ""
3884
                },
3885
                "exclude-from-classmap": [
3886
                    "/Tests/"
3887
                ]
3888
            },
3889
            "notification-url": "https://packagist.org/downloads/",
3890
            "license": [
3891
                "MIT"
3892
            ],
3893
            "authors": [
3894
                {
3895
                    "name": "Fabien Potencier",
3896
                    "email": "[email protected]"
3897
                },
3898
                {
3899
                    "name": "Symfony Community",
3900
                    "homepage": "https://symfony.com/contributors"
3901
                }
3902
            ],
3903
            "description": "Symfony Process Component",
3904
            "homepage": "https://symfony.com",
3905
            "time": "2018-04-03T05:24:00+00:00"
3906
        },
3907
        {
3908
            "name": "theseer/tokenizer",
3909
            "version": "1.1.0",
3910
            "source": {
3911
                "type": "git",
3912
                "url": "https://github.com/theseer/tokenizer.git",
3913
                "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b"
3914
            },
3915
            "dist": {
3916
                "type": "zip",
3917
                "url": "https://api.github.com/repos/theseer/tokenizer/zipball/cb2f008f3f05af2893a87208fe6a6c4985483f8b",
3918
                "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b",
3919
                "shasum": ""
3920
            },
3921
            "require": {
3922
                "ext-dom": "*",
3923
                "ext-tokenizer": "*",
3924
                "ext-xmlwriter": "*",
3925
                "php": "^7.0"
3926
            },
3927
            "type": "library",
3928
            "autoload": {
3929
                "classmap": [
3930
                    "src/"
3931
                ]
3932
            },
3933
            "notification-url": "https://packagist.org/downloads/",
3934
            "license": [
3935
                "BSD-3-Clause"
3936
            ],
3937
            "authors": [
3938
                {
3939
                    "name": "Arne Blankerts",
3940
                    "email": "[email protected]",
3941
                    "role": "Developer"
3942
                }
3943
            ],
3944
            "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
3945
            "time": "2017-04-07T12:08:54+00:00"
3946
        },
3947
        {
3948
            "name": "vectorface/dunit",
3949
            "version": "v2.1.0",
3950
            "source": {
3951
                "type": "git",
3952
                "url": "https://github.com/Vectorface/dunit.git",
3953
                "reference": "3f04c7a8bef5ff100666e92db96e93f80a6640bf"
3954
            },
3955
            "dist": {
3956
                "type": "zip",
3957
                "url": "https://api.github.com/repos/Vectorface/dunit/zipball/3f04c7a8bef5ff100666e92db96e93f80a6640bf",
3958
                "reference": "3f04c7a8bef5ff100666e92db96e93f80a6640bf",
3959
                "shasum": ""
3960
            },
3961
            "require-dev": {
3962
                "phpunit/phpunit": "~4.3",
3963
                "symfony/console": "~2.5"
3964
            },
3965
            "bin": [
3966
                "bin/dunit"
3967
            ],
3968
            "type": "library",
3969
            "autoload": {
3970
                "psr-4": {
3971
                    "Vectorface\\Dunit\\": "src"
3972
                }
3973
            },
3974
            "notification-url": "https://packagist.org/downloads/",
3975
            "license": [
3976
                "MIT"
3977
            ],
3978
            "authors": [
3979
                {
3980
                    "name": "Daniel Bruce",
3981
                    "email": "[email protected]",
3982
                    "role": "Developer"
3983
                },
3984
                {
3985
                    "name": "Cory Darby",
3986
                    "email": "[email protected]",
3987
                    "role": "Developer"
3988
                }
3989
            ],
3990
            "description": "Test code against multiple versions of PHP with the help of docker",
3991
            "homepage": "https://github.com/Vectorface/dunit",
3992
            "keywords": [
3993
                "docker",
3994
                "php",
3995
                "phpunit",
3996
                "testing"
3997
            ],
3998
            "time": "2015-03-31T19:30:02+00:00"
3999
        },
4000
        {
4001
            "name": "webmozart/assert",
4002
            "version": "1.3.0",
4003
            "source": {
4004
                "type": "git",
4005
                "url": "https://github.com/webmozart/assert.git",
4006
                "reference": "0df1908962e7a3071564e857d86874dad1ef204a"
4007
            },
4008
            "dist": {
4009
                "type": "zip",
4010
                "url": "https://api.github.com/repos/webmozart/assert/zipball/0df1908962e7a3071564e857d86874dad1ef204a",
4011
                "reference": "0df1908962e7a3071564e857d86874dad1ef204a",
4012
                "shasum": ""
4013
            },
4014
            "require": {
4015
                "php": "^5.3.3 || ^7.0"
4016
            },
4017
            "require-dev": {
4018
                "phpunit/phpunit": "^4.6",
4019
                "sebastian/version": "^1.0.1"
4020
            },
4021
            "type": "library",
4022
            "extra": {
4023
                "branch-alias": {
4024
                    "dev-master": "1.3-dev"
4025
                }
4026
            },
4027
            "autoload": {
4028
                "psr-4": {
4029
                    "Webmozart\\Assert\\": "src/"
4030
                }
4031
            },
4032
            "notification-url": "https://packagist.org/downloads/",
4033
            "license": [
4034
                "MIT"
4035
            ],
4036
            "authors": [
4037
                {
4038
                    "name": "Bernhard Schussek",
4039
                    "email": "[email protected]"
4040
                }
4041
            ],
4042
            "description": "Assertions to validate method input/output with nice error messages.",
4043
            "keywords": [
4044
                "assert",
4045
                "check",
4046
                "validate"
4047
            ],
4048
            "time": "2018-01-29T19:49:41+00:00"
4049
        }
4050
    ],
4051
    "aliases": [],
4052
    "minimum-stability": "stable",
4053
    "stability-flags": [],
4054
    "prefer-stable": false,
4055
    "prefer-lowest": false,
4056
    "platform": {
4057
        "php": "^5.4.0||^7.0"
4058
    },
4059
    "platform-dev": []
4060
}
4061