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/babel-... ( 6dde68...c23a2f )
by
unknown
671:57 queued 661:58
created

composer.lock (2 issues)

Upgrade to new PHP Analysis Engine

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

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

XSS in some development error pages
Loading history...
57
            "version": "3.6.0",
58
            "source": {
59
                "type": "git",
60
                "url": "https://github.com/cakephp/cakephp.git",
61
                "reference": "ed9947e5ad1e74ce9eba9b1474596db35e416b00"
62
            },
63
            "dist": {
64
                "type": "zip",
65
                "url": "https://api.github.com/repos/cakephp/cakephp/zipball/ed9947e5ad1e74ce9eba9b1474596db35e416b00",
66
                "reference": "ed9947e5ad1e74ce9eba9b1474596db35e416b00",
67
                "shasum": ""
68
            },
69
            "require": {
70
                "aura/intl": "^3.0.0",
71
                "cakephp/chronos": "^1.0.1",
72
                "ext-intl": "*",
73
                "ext-mbstring": "*",
74
                "php": ">=5.6.0",
75
                "psr/log": "^1.0.0",
76
                "zendframework/zend-diactoros": "^1.4.0"
77
            },
78
            "conflict": {
79
                "phpunit/phpunit": "<5.7"
80
            },
81
            "replace": {
82
                "cakephp/cache": "self.version",
83
                "cakephp/collection": "self.version",
84
                "cakephp/core": "self.version",
85
                "cakephp/database": "self.version",
86
                "cakephp/datasource": "self.version",
87
                "cakephp/event": "self.version",
88
                "cakephp/filesystem": "self.version",
89
                "cakephp/form": "self.version",
90
                "cakephp/i18n": "self.version",
91
                "cakephp/log": "self.version",
92
                "cakephp/orm": "self.version",
93
                "cakephp/utility": "self.version",
94
                "cakephp/validation": "self.version"
95
            },
96
            "require-dev": {
97
                "cakephp/cakephp-codesniffer": "^3.0",
98
                "phpunit/phpunit": "^5.7.14|^6.0"
99
            },
100
            "suggest": {
101
                "ext-openssl": "To use Security::encrypt() or have secure CSRF token generation.",
102
                "lib-ICU": "The intl PHP library, to use Text::transliterate() or Text::slug()"
103
            },
104
            "type": "library",
105
            "autoload": {
106
                "psr-4": {
107
                    "Cake\\": "src/"
108
                },
109
                "files": [
110
                    "src/Core/functions.php",
111
                    "src/Collection/functions.php",
112
                    "src/I18n/functions.php",
113
                    "src/Utility/bootstrap.php"
114
                ]
115
            },
116
            "notification-url": "https://packagist.org/downloads/",
117
            "license": [
118
                "MIT"
119
            ],
120
            "authors": [
121
                {
122
                    "name": "CakePHP Community",
123
                    "homepage": "https://github.com/cakephp/cakephp/graphs/contributors"
124
                }
125
            ],
126
            "description": "The CakePHP framework",
127
            "homepage": "https://cakephp.org",
128
            "keywords": [
129
                "conventions over configuration",
130
                "dry",
131
                "form",
132
                "framework",
133
                "mvc",
134
                "orm",
135
                "psr-7",
136
                "rapid-development",
137
                "validation"
138
            ],
139
            "time": "2018-04-15T02:01:30+00:00"
140
        },
141
        {
142
            "name": "cakephp/chronos",
143
            "version": "1.2.3",
144
            "source": {
145
                "type": "git",
146
                "url": "https://github.com/cakephp/chronos.git",
147
                "reference": "395110125ff577f080fa064dca5c5608a4e77ee1"
148
            },
149
            "dist": {
150
                "type": "zip",
151
                "url": "https://api.github.com/repos/cakephp/chronos/zipball/395110125ff577f080fa064dca5c5608a4e77ee1",
152
                "reference": "395110125ff577f080fa064dca5c5608a4e77ee1",
153
                "shasum": ""
154
            },
155
            "require": {
156
                "php": "^5.5.9|^7"
157
            },
158
            "require-dev": {
159
                "athletic/athletic": "~0.1",
160
                "cakephp/cakephp-codesniffer": "^3.0",
161
                "phpbench/phpbench": "@dev",
162
                "phpstan/phpstan": "^0.6.4",
163
                "phpunit/phpunit": "<6.0 || ^7.0"
164
            },
165
            "type": "library",
166
            "autoload": {
167
                "psr-4": {
168
                    "Cake\\Chronos\\": "src/"
169
                },
170
                "files": [
171
                    "src/carbon_compat.php"
172
                ]
173
            },
174
            "notification-url": "https://packagist.org/downloads/",
175
            "license": [
176
                "MIT"
177
            ],
178
            "authors": [
179
                {
180
                    "name": "Brian Nesbitt",
181
                    "email": "[email protected]",
182
                    "homepage": "http://nesbot.com"
183
                },
184
                {
185
                    "name": "The CakePHP Team",
186
                    "homepage": "http://cakephp.org"
187
                }
188
            ],
189
            "description": "A simple API extension for DateTime.",
190
            "homepage": "http://cakephp.org",
191
            "keywords": [
192
                "date",
193
                "datetime",
194
                "time"
195
            ],
196
            "time": "2018-10-18T22:02:21+00:00"
197
        },
198
        {
199
            "name": "cboden/ratchet",
200
            "version": "v0.4.1",
201
            "source": {
202
                "type": "git",
203
                "url": "https://github.com/ratchetphp/Ratchet.git",
204
                "reference": "0d31f3a8ad4795fd48397712709e55cd07f51360"
205
            },
206
            "dist": {
207
                "type": "zip",
208
                "url": "https://api.github.com/repos/ratchetphp/Ratchet/zipball/0d31f3a8ad4795fd48397712709e55cd07f51360",
209
                "reference": "0d31f3a8ad4795fd48397712709e55cd07f51360",
210
                "shasum": ""
211
            },
212
            "require": {
213
                "guzzlehttp/psr7": "^1.0",
214
                "php": ">=5.4.2",
215
                "ratchet/rfc6455": "^0.2",
216
                "react/socket": "^1.0 || ^0.8 || ^0.7 || ^0.6 || ^0.5",
217
                "symfony/http-foundation": "^2.6|^3.0|^4.0",
218
                "symfony/routing": "^2.6|^3.0|^4.0"
219
            },
220
            "require-dev": {
221
                "phpunit/phpunit": "~4.8"
222
            },
223
            "type": "library",
224
            "autoload": {
225
                "psr-4": {
226
                    "Ratchet\\": "src/Ratchet"
227
                }
228
            },
229
            "notification-url": "https://packagist.org/downloads/",
230
            "license": [
231
                "MIT"
232
            ],
233
            "authors": [
234
                {
235
                    "name": "Chris Boden",
236
                    "email": "[email protected]",
237
                    "role": "Developer"
238
                }
239
            ],
240
            "description": "PHP WebSocket library",
241
            "homepage": "http://socketo.me",
242
            "keywords": [
243
                "Ratchet",
244
                "WebSockets",
245
                "server",
246
                "sockets",
247
                "websocket"
248
            ],
249
            "time": "2017-12-12T00:49:31+00:00"
250
        },
251
        {
252
            "name": "doctrine/annotations",
253
            "version": "v1.6.0",
254
            "source": {
255
                "type": "git",
256
                "url": "https://github.com/doctrine/annotations.git",
257
                "reference": "c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5"
258
            },
259
            "dist": {
260
                "type": "zip",
261
                "url": "https://api.github.com/repos/doctrine/annotations/zipball/c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5",
262
                "reference": "c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5",
263
                "shasum": ""
264
            },
265
            "require": {
266
                "doctrine/lexer": "1.*",
267
                "php": "^7.1"
268
            },
269
            "require-dev": {
270
                "doctrine/cache": "1.*",
271
                "phpunit/phpunit": "^6.4"
272
            },
273
            "type": "library",
274
            "extra": {
275
                "branch-alias": {
276
                    "dev-master": "1.6.x-dev"
277
                }
278
            },
279
            "autoload": {
280
                "psr-4": {
281
                    "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
282
                }
283
            },
284
            "notification-url": "https://packagist.org/downloads/",
285
            "license": [
286
                "MIT"
287
            ],
288
            "authors": [
289
                {
290
                    "name": "Roman Borschel",
291
                    "email": "[email protected]"
292
                },
293
                {
294
                    "name": "Benjamin Eberlei",
295
                    "email": "[email protected]"
296
                },
297
                {
298
                    "name": "Guilherme Blanco",
299
                    "email": "[email protected]"
300
                },
301
                {
302
                    "name": "Jonathan Wage",
303
                    "email": "[email protected]"
304
                },
305
                {
306
                    "name": "Johannes Schmitt",
307
                    "email": "[email protected]"
308
                }
309
            ],
310
            "description": "Docblock Annotations Parser",
311
            "homepage": "http://www.doctrine-project.org",
312
            "keywords": [
313
                "annotations",
314
                "docblock",
315
                "parser"
316
            ],
317
            "time": "2017-12-06T07:11:42+00:00"
318
        },
319
        {
320
            "name": "doctrine/lexer",
321
            "version": "v1.0.1",
322
            "source": {
323
                "type": "git",
324
                "url": "https://github.com/doctrine/lexer.git",
325
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
326
            },
327
            "dist": {
328
                "type": "zip",
329
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
330
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
331
                "shasum": ""
332
            },
333
            "require": {
334
                "php": ">=5.3.2"
335
            },
336
            "type": "library",
337
            "extra": {
338
                "branch-alias": {
339
                    "dev-master": "1.0.x-dev"
340
                }
341
            },
342
            "autoload": {
343
                "psr-0": {
344
                    "Doctrine\\Common\\Lexer\\": "lib/"
345
                }
346
            },
347
            "notification-url": "https://packagist.org/downloads/",
348
            "license": [
349
                "MIT"
350
            ],
351
            "authors": [
352
                {
353
                    "name": "Roman Borschel",
354
                    "email": "[email protected]"
355
                },
356
                {
357
                    "name": "Guilherme Blanco",
358
                    "email": "[email protected]"
359
                },
360
                {
361
                    "name": "Johannes Schmitt",
362
                    "email": "[email protected]"
363
                }
364
            ],
365
            "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
366
            "homepage": "http://www.doctrine-project.org",
367
            "keywords": [
368
                "lexer",
369
                "parser"
370
            ],
371
            "time": "2014-09-09T13:34:57+00:00"
372
        },
373
        {
374
            "name": "evenement/evenement",
375
            "version": "v3.0.1",
376
            "source": {
377
                "type": "git",
378
                "url": "https://github.com/igorw/evenement.git",
379
                "reference": "531bfb9d15f8aa57454f5f0285b18bec903b8fb7"
380
            },
381
            "dist": {
382
                "type": "zip",
383
                "url": "https://api.github.com/repos/igorw/evenement/zipball/531bfb9d15f8aa57454f5f0285b18bec903b8fb7",
384
                "reference": "531bfb9d15f8aa57454f5f0285b18bec903b8fb7",
385
                "shasum": ""
386
            },
387
            "require": {
388
                "php": ">=7.0"
389
            },
390
            "require-dev": {
391
                "phpunit/phpunit": "^6.0"
392
            },
393
            "type": "library",
394
            "autoload": {
395
                "psr-0": {
396
                    "Evenement": "src"
397
                }
398
            },
399
            "notification-url": "https://packagist.org/downloads/",
400
            "license": [
401
                "MIT"
402
            ],
403
            "authors": [
404
                {
405
                    "name": "Igor Wiedler",
406
                    "email": "[email protected]"
407
                }
408
            ],
409
            "description": "Événement is a very simple event dispatching library for PHP",
410
            "keywords": [
411
                "event-dispatcher",
412
                "event-emitter"
413
            ],
414
            "time": "2017-07-23T21:35:13+00:00"
415
        },
416
        {
417
            "name": "guzzlehttp/psr7",
418
            "version": "1.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.1.0",
637
            "source": {
638
                "type": "git",
639
                "url": "https://github.com/php-fig/log.git",
640
                "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd"
641
            },
642
            "dist": {
643
                "type": "zip",
644
                "url": "https://api.github.com/repos/php-fig/log/zipball/6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
645
                "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
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": "2018-11-20T15:27:04+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",
1114
            "version": "v4.2.2",
1115
            "source": {
1116
                "type": "git",
1117
                "url": "https://github.com/symfony/http-foundation.git",
1118
                "reference": "a633d422a09242064ba24e44a6e1494c5126de86"
1119
            },
1120
            "dist": {
1121
                "type": "zip",
1122
                "url": "https://api.github.com/repos/symfony/http-foundation/zipball/a633d422a09242064ba24e44a6e1494c5126de86",
1123
                "reference": "a633d422a09242064ba24e44a6e1494c5126de86",
1124
                "shasum": ""
1125
            },
1126
            "require": {
1127
                "php": "^7.1.3",
1128
                "symfony/polyfill-mbstring": "~1.1"
1129
            },
1130
            "require-dev": {
1131
                "predis/predis": "~1.0",
1132
                "symfony/expression-language": "~3.4|~4.0"
1133
            },
1134
            "type": "library",
1135
            "extra": {
1136
                "branch-alias": {
1137
                    "dev-master": "4.2-dev"
1138
                }
1139
            },
1140
            "autoload": {
1141
                "psr-4": {
1142
                    "Symfony\\Component\\HttpFoundation\\": ""
1143
                },
1144
                "exclude-from-classmap": [
1145
                    "/Tests/"
1146
                ]
1147
            },
1148
            "notification-url": "https://packagist.org/downloads/",
1149
            "license": [
1150
                "MIT"
1151
            ],
1152
            "authors": [
1153
                {
1154
                    "name": "Fabien Potencier",
1155
                    "email": "[email protected]"
1156
                },
1157
                {
1158
                    "name": "Symfony Community",
1159
                    "homepage": "https://symfony.com/contributors"
1160
                }
1161
            ],
1162
            "description": "Symfony HttpFoundation Component",
1163
            "homepage": "https://symfony.com",
1164
            "time": "2019-01-05T16:37:49+00:00"
1165
        },
1166
        {
1167
            "name": "symfony/polyfill-mbstring",
1168
            "version": "v1.10.0",
1169
            "source": {
1170
                "type": "git",
1171
                "url": "https://github.com/symfony/polyfill-mbstring.git",
1172
                "reference": "c79c051f5b3a46be09205c73b80b346e4153e494"
1173
            },
1174
            "dist": {
1175
                "type": "zip",
1176
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/c79c051f5b3a46be09205c73b80b346e4153e494",
1177
                "reference": "c79c051f5b3a46be09205c73b80b346e4153e494",
1178
                "shasum": ""
1179
            },
1180
            "require": {
1181
                "php": ">=5.3.3"
1182
            },
1183
            "suggest": {
1184
                "ext-mbstring": "For best performance"
1185
            },
1186
            "type": "library",
1187
            "extra": {
1188
                "branch-alias": {
1189
                    "dev-master": "1.9-dev"
1190
                }
1191
            },
1192
            "autoload": {
1193
                "psr-4": {
1194
                    "Symfony\\Polyfill\\Mbstring\\": ""
1195
                },
1196
                "files": [
1197
                    "bootstrap.php"
1198
                ]
1199
            },
1200
            "notification-url": "https://packagist.org/downloads/",
1201
            "license": [
1202
                "MIT"
1203
            ],
1204
            "authors": [
1205
                {
1206
                    "name": "Nicolas Grekas",
1207
                    "email": "[email protected]"
1208
                },
1209
                {
1210
                    "name": "Symfony Community",
1211
                    "homepage": "https://symfony.com/contributors"
1212
                }
1213
            ],
1214
            "description": "Symfony polyfill for the Mbstring extension",
1215
            "homepage": "https://symfony.com",
1216
            "keywords": [
1217
                "compatibility",
1218
                "mbstring",
1219
                "polyfill",
1220
                "portable",
1221
                "shim"
1222
            ],
1223
            "time": "2018-09-21T13:07:52+00:00"
1224
        },
1225
        {
1226
            "name": "symfony/routing",
1227
            "version": "v4.0.8",
1228
            "source": {
1229
                "type": "git",
1230
                "url": "https://github.com/symfony/routing.git",
1231
                "reference": "0663036dd57dbfd4e9ff29f75bbd5dd3253ebe71"
1232
            },
1233
            "dist": {
1234
                "type": "zip",
1235
                "url": "https://api.github.com/repos/symfony/routing/zipball/0663036dd57dbfd4e9ff29f75bbd5dd3253ebe71",
1236
                "reference": "0663036dd57dbfd4e9ff29f75bbd5dd3253ebe71",
1237
                "shasum": ""
1238
            },
1239
            "require": {
1240
                "php": "^7.1.3"
1241
            },
1242
            "conflict": {
1243
                "symfony/config": "<3.4",
1244
                "symfony/dependency-injection": "<3.4",
1245
                "symfony/yaml": "<3.4"
1246
            },
1247
            "require-dev": {
1248
                "doctrine/annotations": "~1.0",
1249
                "doctrine/common": "~2.2",
1250
                "psr/log": "~1.0",
1251
                "symfony/config": "~3.4|~4.0",
1252
                "symfony/dependency-injection": "~3.4|~4.0",
1253
                "symfony/expression-language": "~3.4|~4.0",
1254
                "symfony/http-foundation": "~3.4|~4.0",
1255
                "symfony/yaml": "~3.4|~4.0"
1256
            },
1257
            "suggest": {
1258
                "doctrine/annotations": "For using the annotation loader",
1259
                "symfony/config": "For using the all-in-one router or any loader",
1260
                "symfony/dependency-injection": "For loading routes from a service",
1261
                "symfony/expression-language": "For using expression matching",
1262
                "symfony/http-foundation": "For using a Symfony Request object",
1263
                "symfony/yaml": "For using the YAML loader"
1264
            },
1265
            "type": "library",
1266
            "extra": {
1267
                "branch-alias": {
1268
                    "dev-master": "4.0-dev"
1269
                }
1270
            },
1271
            "autoload": {
1272
                "psr-4": {
1273
                    "Symfony\\Component\\Routing\\": ""
1274
                },
1275
                "exclude-from-classmap": [
1276
                    "/Tests/"
1277
                ]
1278
            },
1279
            "notification-url": "https://packagist.org/downloads/",
1280
            "license": [
1281
                "MIT"
1282
            ],
1283
            "authors": [
1284
                {
1285
                    "name": "Fabien Potencier",
1286
                    "email": "[email protected]"
1287
                },
1288
                {
1289
                    "name": "Symfony Community",
1290
                    "homepage": "https://symfony.com/contributors"
1291
                }
1292
            ],
1293
            "description": "Symfony Routing Component",
1294
            "homepage": "https://symfony.com",
1295
            "keywords": [
1296
                "router",
1297
                "routing",
1298
                "uri",
1299
                "url"
1300
            ],
1301
            "time": "2018-04-04T13:50:32+00:00"
1302
        },
1303
        {
1304
            "name": "thruway/client",
1305
            "version": "0.5.3",
1306
            "source": {
1307
                "type": "git",
1308
                "url": "https://github.com/thruway/client.git",
1309
                "reference": "b2a9a2586bdbe7c77952f70ce0b7579c09cf215c"
1310
            },
1311
            "dist": {
1312
                "type": "zip",
1313
                "url": "https://api.github.com/repos/thruway/client/zipball/b2a9a2586bdbe7c77952f70ce0b7579c09cf215c",
1314
                "reference": "b2a9a2586bdbe7c77952f70ce0b7579c09cf215c",
1315
                "shasum": ""
1316
            },
1317
            "require": {
1318
                "evenement/evenement": "^3.0 || ^2.0",
1319
                "psr/log": "^1.0",
1320
                "react/event-loop": "^0.4.3",
1321
                "react/promise-timer": "^1.2.1",
1322
                "voryx/thruway-common": "^1.0"
1323
            },
1324
            "require-dev": {
1325
                "phpunit/phpunit": "^5.5.4",
1326
                "thruway/pawl-transport": "dev-master"
1327
            },
1328
            "type": "library",
1329
            "autoload": {
1330
                "psr-4": {
1331
                    "Thruway\\": "src/"
1332
                }
1333
            },
1334
            "notification-url": "https://packagist.org/downloads/",
1335
            "license": [
1336
                "MIT"
1337
            ],
1338
            "authors": [
1339
                {
1340
                    "name": "Matt Bonneau",
1341
                    "email": "[email protected]",
1342
                    "role": "Developer"
1343
                },
1344
                {
1345
                    "name": "David Dan",
1346
                    "email": "[email protected]",
1347
                    "role": "Developer"
1348
                }
1349
            ],
1350
            "description": "Thruway WAMP client",
1351
            "keywords": [
1352
                "Autobahn",
1353
                "WAMP",
1354
                "WAMP2",
1355
                "WebSockets",
1356
                "client"
1357
            ],
1358
            "time": "2018-03-08T17:43:50+00:00"
1359
        },
1360
        {
1361
            "name": "thruway/ratchet-transport",
1362
            "version": "0.5.0",
1363
            "source": {
1364
                "type": "git",
1365
                "url": "https://github.com/thruway/ratchet-transport.git",
1366
                "reference": "0f6cf96d120b264fbe229577db52be64ec58e4d0"
1367
            },
1368
            "dist": {
1369
                "type": "zip",
1370
                "url": "https://api.github.com/repos/thruway/ratchet-transport/zipball/0f6cf96d120b264fbe229577db52be64ec58e4d0",
1371
                "reference": "0f6cf96d120b264fbe229577db52be64ec58e4d0",
1372
                "shasum": ""
1373
            },
1374
            "require": {
1375
                "cboden/ratchet": "^0.4",
1376
                "guzzlehttp/psr7": "^1.4"
1377
            },
1378
            "type": "library",
1379
            "autoload": {
1380
                "psr-4": {
1381
                    "Thruway\\Transport\\": "src/"
1382
                }
1383
            },
1384
            "notification-url": "https://packagist.org/downloads/",
1385
            "license": [
1386
                "MIT"
1387
            ],
1388
            "authors": [
1389
                {
1390
                    "name": "Matt Bonneau",
1391
                    "email": "[email protected]",
1392
                    "role": "Developer"
1393
                },
1394
                {
1395
                    "name": "David Dan",
1396
                    "email": "[email protected]",
1397
                    "role": "Developer"
1398
                }
1399
            ],
1400
            "description": "Ratchet Transport for Thruway",
1401
            "keywords": [
1402
                "Autobahn",
1403
                "WAMP",
1404
                "WAMP2",
1405
                "WebSockets",
1406
                "client",
1407
                "server",
1408
                "sockets",
1409
                "thruway"
1410
            ],
1411
            "time": "2017-10-03T13:38:44+00:00"
1412
        },
1413
        {
1414
            "name": "voryx/thruway",
1415
            "version": "0.5.2",
1416
            "source": {
1417
                "type": "git",
1418
                "url": "https://github.com/voryx/Thruway.git",
1419
                "reference": "d576664dc6875deac8ac9c79cbbc7c6f26677eb2"
1420
            },
1421
            "dist": {
1422
                "type": "zip",
1423
                "url": "https://api.github.com/repos/voryx/Thruway/zipball/d576664dc6875deac8ac9c79cbbc7c6f26677eb2",
1424
                "reference": "d576664dc6875deac8ac9c79cbbc7c6f26677eb2",
1425
                "shasum": ""
1426
            },
1427
            "require": {
1428
                "php": ">=5.6",
1429
                "react/event-loop": "^0.4.3",
1430
                "react/promise": "^2.3.0",
1431
                "symfony/event-dispatcher": "^2.7|^3.0|^4.0",
1432
                "thruway/client": "^0.5.0",
1433
                "thruway/ratchet-transport": "^0.5.0",
1434
                "voryx/thruway-common": "^1.0.3"
1435
            },
1436
            "require-dev": {
1437
                "phpunit/phpunit": "^5.5.4",
1438
                "thruway/pawl-transport": "^0.5.0",
1439
                "thruway/raw-socket-transport": "^0.5.0"
1440
            },
1441
            "type": "library",
1442
            "autoload": {
1443
                "psr-4": {
1444
                    "Thruway\\": "src/"
1445
                }
1446
            },
1447
            "notification-url": "https://packagist.org/downloads/",
1448
            "license": [
1449
                "MIT"
1450
            ],
1451
            "authors": [
1452
                {
1453
                    "name": "Matt Bonneau",
1454
                    "email": "[email protected]",
1455
                    "role": "Developer"
1456
                },
1457
                {
1458
                    "name": "David Dan",
1459
                    "email": "[email protected]",
1460
                    "role": "Developer"
1461
                }
1462
            ],
1463
            "description": "Thruway WAMP router core",
1464
            "keywords": [
1465
                "Autobahn",
1466
                "WAMP",
1467
                "WAMP2",
1468
                "WebSockets",
1469
                "client",
1470
                "server",
1471
                "sockets"
1472
            ],
1473
            "time": "2018-01-22T18:18:23+00:00"
1474
        },
1475
        {
1476
            "name": "voryx/thruway-common",
1477
            "version": "1.0.3",
1478
            "source": {
1479
                "type": "git",
1480
                "url": "https://github.com/voryx/ThruwayCommon.git",
1481
                "reference": "5588328ca5abc83164905ff0713f26521ee389bd"
1482
            },
1483
            "dist": {
1484
                "type": "zip",
1485
                "url": "https://api.github.com/repos/voryx/ThruwayCommon/zipball/5588328ca5abc83164905ff0713f26521ee389bd",
1486
                "reference": "5588328ca5abc83164905ff0713f26521ee389bd",
1487
                "shasum": ""
1488
            },
1489
            "replace": {
1490
                "voryx/thruway-message": "1.*"
1491
            },
1492
            "type": "library",
1493
            "autoload": {
1494
                "psr-4": {
1495
                    "Thruway\\": "src"
1496
                }
1497
            },
1498
            "notification-url": "https://packagist.org/downloads/",
1499
            "license": [
1500
                "MIT"
1501
            ],
1502
            "authors": [
1503
                {
1504
                    "name": "Matt Bonneau",
1505
                    "email": "[email protected]",
1506
                    "role": "Developer"
1507
                },
1508
                {
1509
                    "name": "David Dan",
1510
                    "email": "[email protected]",
1511
                    "role": "Developer"
1512
                }
1513
            ],
1514
            "description": "WAMP2 Common Library for Thruway",
1515
            "keywords": [
1516
                "WAMP",
1517
                "WAMP2",
1518
                "thruway",
1519
                "wamp-proto"
1520
            ],
1521
            "time": "2017-01-02T17:45:24+00:00"
1522
        },
1523
        {
1524
            "name": "wyrihaximus/doctrine-annotation-autoloader",
1525
            "version": "1.0.0",
1526
            "source": {
1527
                "type": "git",
1528
                "url": "https://github.com/WyriHaximus/php-doctrine-annotation-autoloader.git",
1529
                "reference": "9670f84b7d3ca53723556988080ebc939da345af"
1530
            },
1531
            "dist": {
1532
                "type": "zip",
1533
                "url": "https://api.github.com/repos/WyriHaximus/php-doctrine-annotation-autoloader/zipball/9670f84b7d3ca53723556988080ebc939da345af",
1534
                "reference": "9670f84b7d3ca53723556988080ebc939da345af",
1535
                "shasum": ""
1536
            },
1537
            "require": {
1538
                "doctrine/annotations": "^1.4"
1539
            },
1540
            "type": "library",
1541
            "autoload": {
1542
                "files": [
1543
                    "src/bootstrap.php"
1544
                ]
1545
            },
1546
            "notification-url": "https://packagist.org/downloads/",
1547
            "license": [
1548
                "MIT"
1549
            ],
1550
            "authors": [
1551
                {
1552
                    "name": "Cees-Jan Kiewiet",
1553
                    "email": "[email protected]"
1554
                }
1555
            ],
1556
            "description": "Request middleware",
1557
            "time": "2017-06-19T15:02:15+00:00"
1558
        },
1559
        {
1560
            "name": "wyrihaximus/to-child-process-or-not-to-child-process",
1561
            "version": "1.0.0",
1562
            "source": {
1563
                "type": "git",
1564
                "url": "https://github.com/WyriHaximus/php-to-child-process-or-not-to-child-process.git",
1565
                "reference": "289ed48877f5a843b39643c79419ae40e3f500b0"
1566
            },
1567
            "dist": {
1568
                "type": "zip",
1569
                "url": "https://api.github.com/repos/WyriHaximus/php-to-child-process-or-not-to-child-process/zipball/289ed48877f5a843b39643c79419ae40e3f500b0",
1570
                "reference": "289ed48877f5a843b39643c79419ae40e3f500b0",
1571
                "shasum": ""
1572
            },
1573
            "require": {
1574
                "php": "^7.2",
1575
                "wyrihaximus/doctrine-annotation-autoloader": "^1.0",
1576
                "wyrihaximus/to-x-or-not-to-x": "^1.0"
1577
            },
1578
            "require-dev": {
1579
                "api-clients/test-utilities": "^5.0"
1580
            },
1581
            "type": "library",
1582
            "extra": {
1583
                "react-inspector": {
1584
                    "metrics": [
1585
                        "inspector.metrics"
1586
                    ],
1587
                    "reset": {
1588
                        "ticks": [
1589
                            "inspector.metrics"
1590
                        ]
1591
                    }
1592
                }
1593
            },
1594
            "autoload": {
1595
                "psr-4": {
1596
                    "WyriHaximus\\": "src/"
1597
                },
1598
                "files": [
1599
                    "src/functions_include.php"
1600
                ]
1601
            },
1602
            "notification-url": "https://packagist.org/downloads/",
1603
            "license": [
1604
                "MIT"
1605
            ],
1606
            "authors": [
1607
                {
1608
                    "name": "Cees-Jan Kiewiet",
1609
                    "email": "[email protected]",
1610
                    "homepage": "http://wyrihaximus.net/"
1611
                }
1612
            ],
1613
            "description": "To child process or not to child process",
1614
            "time": "2018-09-22T20:06:24+00:00"
1615
        },
1616
        {
1617
            "name": "wyrihaximus/to-x-or-not-to-x",
1618
            "version": "1.0.0",
1619
            "source": {
1620
                "type": "git",
1621
                "url": "https://github.com/WyriHaximus/php-to-X-or-not-to-X.git",
1622
                "reference": "78c2cda81e3f293f10d9a772a22fed188ea50e43"
1623
            },
1624
            "dist": {
1625
                "type": "zip",
1626
                "url": "https://api.github.com/repos/WyriHaximus/php-to-X-or-not-to-X/zipball/78c2cda81e3f293f10d9a772a22fed188ea50e43",
1627
                "reference": "78c2cda81e3f293f10d9a772a22fed188ea50e43",
1628
                "shasum": ""
1629
            },
1630
            "require": {
1631
                "cakephp/collection": "^3.6",
1632
                "doctrine/annotations": "^1.6",
1633
                "php": "^7.2",
1634
                "wyrihaximus/doctrine-annotation-autoloader": "^1.0"
1635
            },
1636
            "require-dev": {
1637
                "api-clients/test-utilities": "^5.0"
1638
            },
1639
            "type": "library",
1640
            "extra": {
1641
                "react-inspector": {
1642
                    "metrics": [
1643
                        "inspector.metrics"
1644
                    ],
1645
                    "reset": {
1646
                        "ticks": [
1647
                            "inspector.metrics"
1648
                        ]
1649
                    }
1650
                }
1651
            },
1652
            "autoload": {
1653
                "psr-4": {
1654
                    "WyriHaximus\\": "src/"
1655
                },
1656
                "files": [
1657
                    "src/functions_include.php"
1658
                ]
1659
            },
1660
            "notification-url": "https://packagist.org/downloads/",
1661
            "license": [
1662
                "MIT"
1663
            ],
1664
            "authors": [
1665
                {
1666
                    "name": "Cees-Jan Kiewiet",
1667
                    "email": "[email protected]",
1668
                    "homepage": "http://wyrihaximus.net/"
1669
                }
1670
            ],
1671
            "description": "To X or not to X",
1672
            "time": "2018-09-22T19:43:24+00:00"
1673
        },
1674
        {
1675
            "name": "zendframework/zend-diactoros",
0 ignored issues
show
There is a security advisory for your installed version of zendframework/zend-diactoros:

URL Rewrite vulnerability
Loading history...
1676
            "version": "1.7.1",
1677
            "source": {
1678
                "type": "git",
1679
                "url": "https://github.com/zendframework/zend-diactoros.git",
1680
                "reference": "bf26aff803a11c5cc8eb7c4878a702c403ec67f1"
1681
            },
1682
            "dist": {
1683
                "type": "zip",
1684
                "url": "https://api.github.com/repos/zendframework/zend-diactoros/zipball/bf26aff803a11c5cc8eb7c4878a702c403ec67f1",
1685
                "reference": "bf26aff803a11c5cc8eb7c4878a702c403ec67f1",
1686
                "shasum": ""
1687
            },
1688
            "require": {
1689
                "php": "^5.6 || ^7.0",
1690
                "psr/http-message": "^1.0"
1691
            },
1692
            "provide": {
1693
                "psr/http-message-implementation": "1.0"
1694
            },
1695
            "require-dev": {
1696
                "ext-dom": "*",
1697
                "ext-libxml": "*",
1698
                "phpunit/phpunit": "^5.7.16 || ^6.0.8",
1699
                "zendframework/zend-coding-standard": "~1.0"
1700
            },
1701
            "type": "library",
1702
            "extra": {
1703
                "branch-alias": {
1704
                    "dev-master": "1.7.x-dev",
1705
                    "dev-develop": "1.8.x-dev"
1706
                }
1707
            },
1708
            "autoload": {
1709
                "psr-4": {
1710
                    "Zend\\Diactoros\\": "src/"
1711
                }
1712
            },
1713
            "notification-url": "https://packagist.org/downloads/",
1714
            "license": [
1715
                "BSD-2-Clause"
1716
            ],
1717
            "description": "PSR HTTP Message implementations",
1718
            "homepage": "https://github.com/zendframework/zend-diactoros",
1719
            "keywords": [
1720
                "http",
1721
                "psr",
1722
                "psr-7"
1723
            ],
1724
            "time": "2018-02-26T15:44:50+00:00"
1725
        }
1726
    ],
1727
    "packages-dev": [
1728
        {
1729
            "name": "cakephp/debug_kit",
1730
            "version": "3.16.7",
1731
            "source": {
1732
                "type": "git",
1733
                "url": "https://github.com/cakephp/debug_kit.git",
1734
                "reference": "556d7b97fe6efd796616af99c0c94918ccb0087c"
1735
            },
1736
            "dist": {
1737
                "type": "zip",
1738
                "url": "https://api.github.com/repos/cakephp/debug_kit/zipball/556d7b97fe6efd796616af99c0c94918ccb0087c",
1739
                "reference": "556d7b97fe6efd796616af99c0c94918ccb0087c",
1740
                "shasum": ""
1741
            },
1742
            "require": {
1743
                "cakephp/cakephp": "^3.6.0",
1744
                "cakephp/chronos": "^1.0.0",
1745
                "cakephp/plugin-installer": "^1.0.0",
1746
                "composer/composer": "^1.3.0",
1747
                "jdorn/sql-formatter": "^1.2.0",
1748
                "php": ">=5.6.0"
1749
            },
1750
            "require-dev": {
1751
                "cakephp/cakephp-codesniffer": "^3.0",
1752
                "phpunit/phpunit": "^5.7.14|^6.0"
1753
            },
1754
            "suggest": {
1755
                "ext-pdo_sqlite": "DebugKit needs to store panel data in a database. SQLite is simple and easy to use."
1756
            },
1757
            "type": "cakephp-plugin",
1758
            "autoload": {
1759
                "psr-4": {
1760
                    "DebugKit\\": "src",
1761
                    "DebugKit\\Test\\Fixture\\": "tests\\Fixture"
1762
                }
1763
            },
1764
            "notification-url": "https://packagist.org/downloads/",
1765
            "license": [
1766
                "MIT"
1767
            ],
1768
            "authors": [
1769
                {
1770
                    "name": "Mark Story",
1771
                    "homepage": "http://mark-story.com",
1772
                    "role": "Author"
1773
                },
1774
                {
1775
                    "name": "CakePHP Community",
1776
                    "homepage": "https://github.com/cakephp/debug_kit/graphs/contributors"
1777
                }
1778
            ],
1779
            "description": "CakePHP Debug Kit",
1780
            "homepage": "https://github.com/cakephp/debug_kit",
1781
            "keywords": [
1782
                "cakephp",
1783
                "debug",
1784
                "kit"
1785
            ],
1786
            "time": "2018-12-02T03:24:57+00:00"
1787
        },
1788
        {
1789
            "name": "cakephp/plugin-installer",
1790
            "version": "1.1.0",
1791
            "source": {
1792
                "type": "git",
1793
                "url": "https://github.com/cakephp/plugin-installer.git",
1794
                "reference": "41373d0678490502f45adc7be88aa22d24ac1843"
1795
            },
1796
            "dist": {
1797
                "type": "zip",
1798
                "url": "https://api.github.com/repos/cakephp/plugin-installer/zipball/41373d0678490502f45adc7be88aa22d24ac1843",
1799
                "reference": "41373d0678490502f45adc7be88aa22d24ac1843",
1800
                "shasum": ""
1801
            },
1802
            "require-dev": {
1803
                "cakephp/cakephp-codesniffer": "dev-master",
1804
                "composer/composer": "1.0.*@dev",
1805
                "phpunit/phpunit": "^4.8|^5.7|^6.0"
1806
            },
1807
            "type": "composer-installer",
1808
            "extra": {
1809
                "class": "Cake\\Composer\\Installer\\PluginInstaller"
1810
            },
1811
            "autoload": {
1812
                "psr-4": {
1813
                    "Cake\\Composer\\": "src"
1814
                }
1815
            },
1816
            "notification-url": "https://packagist.org/downloads/",
1817
            "license": [
1818
                "MIT"
1819
            ],
1820
            "authors": [
1821
                {
1822
                    "name": "CakePHP Community",
1823
                    "homepage": "http://cakephp.org"
1824
                }
1825
            ],
1826
            "description": "A composer installer for CakePHP 3.0+ plugins.",
1827
            "time": "2017-12-24T21:09:29+00:00"
1828
        },
1829
        {
1830
            "name": "composer/ca-bundle",
1831
            "version": "1.1.3",
1832
            "source": {
1833
                "type": "git",
1834
                "url": "https://github.com/composer/ca-bundle.git",
1835
                "reference": "8afa52cd417f4ec417b4bfe86b68106538a87660"
1836
            },
1837
            "dist": {
1838
                "type": "zip",
1839
                "url": "https://api.github.com/repos/composer/ca-bundle/zipball/8afa52cd417f4ec417b4bfe86b68106538a87660",
1840
                "reference": "8afa52cd417f4ec417b4bfe86b68106538a87660",
1841
                "shasum": ""
1842
            },
1843
            "require": {
1844
                "ext-openssl": "*",
1845
                "ext-pcre": "*",
1846
                "php": "^5.3.2 || ^7.0"
1847
            },
1848
            "require-dev": {
1849
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5",
1850
                "psr/log": "^1.0",
1851
                "symfony/process": "^2.5 || ^3.0 || ^4.0"
1852
            },
1853
            "type": "library",
1854
            "extra": {
1855
                "branch-alias": {
1856
                    "dev-master": "1.x-dev"
1857
                }
1858
            },
1859
            "autoload": {
1860
                "psr-4": {
1861
                    "Composer\\CaBundle\\": "src"
1862
                }
1863
            },
1864
            "notification-url": "https://packagist.org/downloads/",
1865
            "license": [
1866
                "MIT"
1867
            ],
1868
            "authors": [
1869
                {
1870
                    "name": "Jordi Boggiano",
1871
                    "email": "[email protected]",
1872
                    "homepage": "http://seld.be"
1873
                }
1874
            ],
1875
            "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.",
1876
            "keywords": [
1877
                "cabundle",
1878
                "cacert",
1879
                "certificate",
1880
                "ssl",
1881
                "tls"
1882
            ],
1883
            "time": "2018-10-18T06:09:13+00:00"
1884
        },
1885
        {
1886
            "name": "composer/composer",
1887
            "version": "1.8.0",
1888
            "source": {
1889
                "type": "git",
1890
                "url": "https://github.com/composer/composer.git",
1891
                "reference": "d8aef3af866b28786ce9b8647e52c42496436669"
1892
            },
1893
            "dist": {
1894
                "type": "zip",
1895
                "url": "https://api.github.com/repos/composer/composer/zipball/d8aef3af866b28786ce9b8647e52c42496436669",
1896
                "reference": "d8aef3af866b28786ce9b8647e52c42496436669",
1897
                "shasum": ""
1898
            },
1899
            "require": {
1900
                "composer/ca-bundle": "^1.0",
1901
                "composer/semver": "^1.0",
1902
                "composer/spdx-licenses": "^1.2",
1903
                "composer/xdebug-handler": "^1.1",
1904
                "justinrainbow/json-schema": "^3.0 || ^4.0 || ^5.0",
1905
                "php": "^5.3.2 || ^7.0",
1906
                "psr/log": "^1.0",
1907
                "seld/jsonlint": "^1.4",
1908
                "seld/phar-utils": "^1.0",
1909
                "symfony/console": "^2.7 || ^3.0 || ^4.0",
1910
                "symfony/filesystem": "^2.7 || ^3.0 || ^4.0",
1911
                "symfony/finder": "^2.7 || ^3.0 || ^4.0",
1912
                "symfony/process": "^2.7 || ^3.0 || ^4.0"
1913
            },
1914
            "conflict": {
1915
                "symfony/console": "2.8.38"
1916
            },
1917
            "require-dev": {
1918
                "phpunit/phpunit": "^4.8.35 || ^5.7",
1919
                "phpunit/phpunit-mock-objects": "^2.3 || ^3.0"
1920
            },
1921
            "suggest": {
1922
                "ext-openssl": "Enabling the openssl extension allows you to access https URLs for repositories and packages",
1923
                "ext-zip": "Enabling the zip extension allows you to unzip archives",
1924
                "ext-zlib": "Allow gzip compression of HTTP requests"
1925
            },
1926
            "bin": [
1927
                "bin/composer"
1928
            ],
1929
            "type": "library",
1930
            "extra": {
1931
                "branch-alias": {
1932
                    "dev-master": "1.8-dev"
1933
                }
1934
            },
1935
            "autoload": {
1936
                "psr-4": {
1937
                    "Composer\\": "src/Composer"
1938
                }
1939
            },
1940
            "notification-url": "https://packagist.org/downloads/",
1941
            "license": [
1942
                "MIT"
1943
            ],
1944
            "authors": [
1945
                {
1946
                    "name": "Nils Adermann",
1947
                    "email": "[email protected]",
1948
                    "homepage": "http://www.naderman.de"
1949
                },
1950
                {
1951
                    "name": "Jordi Boggiano",
1952
                    "email": "[email protected]",
1953
                    "homepage": "http://seld.be"
1954
                }
1955
            ],
1956
            "description": "Composer helps you declare, manage and install dependencies of PHP projects, ensuring you have the right stack everywhere.",
1957
            "homepage": "https://getcomposer.org/",
1958
            "keywords": [
1959
                "autoload",
1960
                "dependency",
1961
                "package"
1962
            ],
1963
            "time": "2018-12-03T09:31:16+00:00"
1964
        },
1965
        {
1966
            "name": "composer/semver",
1967
            "version": "1.4.2",
1968
            "source": {
1969
                "type": "git",
1970
                "url": "https://github.com/composer/semver.git",
1971
                "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573"
1972
            },
1973
            "dist": {
1974
                "type": "zip",
1975
                "url": "https://api.github.com/repos/composer/semver/zipball/c7cb9a2095a074d131b65a8a0cd294479d785573",
1976
                "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573",
1977
                "shasum": ""
1978
            },
1979
            "require": {
1980
                "php": "^5.3.2 || ^7.0"
1981
            },
1982
            "require-dev": {
1983
                "phpunit/phpunit": "^4.5 || ^5.0.5",
1984
                "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
1985
            },
1986
            "type": "library",
1987
            "extra": {
1988
                "branch-alias": {
1989
                    "dev-master": "1.x-dev"
1990
                }
1991
            },
1992
            "autoload": {
1993
                "psr-4": {
1994
                    "Composer\\Semver\\": "src"
1995
                }
1996
            },
1997
            "notification-url": "https://packagist.org/downloads/",
1998
            "license": [
1999
                "MIT"
2000
            ],
2001
            "authors": [
2002
                {
2003
                    "name": "Nils Adermann",
2004
                    "email": "[email protected]",
2005
                    "homepage": "http://www.naderman.de"
2006
                },
2007
                {
2008
                    "name": "Jordi Boggiano",
2009
                    "email": "[email protected]",
2010
                    "homepage": "http://seld.be"
2011
                },
2012
                {
2013
                    "name": "Rob Bast",
2014
                    "email": "[email protected]",
2015
                    "homepage": "http://robbast.nl"
2016
                }
2017
            ],
2018
            "description": "Semver library that offers utilities, version constraint parsing and validation.",
2019
            "keywords": [
2020
                "semantic",
2021
                "semver",
2022
                "validation",
2023
                "versioning"
2024
            ],
2025
            "time": "2016-08-30T16:08:34+00:00"
2026
        },
2027
        {
2028
            "name": "composer/spdx-licenses",
2029
            "version": "1.5.0",
2030
            "source": {
2031
                "type": "git",
2032
                "url": "https://github.com/composer/spdx-licenses.git",
2033
                "reference": "7a9556b22bd9d4df7cad89876b00af58ef20d3a2"
2034
            },
2035
            "dist": {
2036
                "type": "zip",
2037
                "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/7a9556b22bd9d4df7cad89876b00af58ef20d3a2",
2038
                "reference": "7a9556b22bd9d4df7cad89876b00af58ef20d3a2",
2039
                "shasum": ""
2040
            },
2041
            "require": {
2042
                "php": "^5.3.2 || ^7.0"
2043
            },
2044
            "require-dev": {
2045
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5",
2046
                "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
2047
            },
2048
            "type": "library",
2049
            "extra": {
2050
                "branch-alias": {
2051
                    "dev-master": "1.x-dev"
2052
                }
2053
            },
2054
            "autoload": {
2055
                "psr-4": {
2056
                    "Composer\\Spdx\\": "src"
2057
                }
2058
            },
2059
            "notification-url": "https://packagist.org/downloads/",
2060
            "license": [
2061
                "MIT"
2062
            ],
2063
            "authors": [
2064
                {
2065
                    "name": "Nils Adermann",
2066
                    "email": "[email protected]",
2067
                    "homepage": "http://www.naderman.de"
2068
                },
2069
                {
2070
                    "name": "Jordi Boggiano",
2071
                    "email": "[email protected]",
2072
                    "homepage": "http://seld.be"
2073
                },
2074
                {
2075
                    "name": "Rob Bast",
2076
                    "email": "[email protected]",
2077
                    "homepage": "http://robbast.nl"
2078
                }
2079
            ],
2080
            "description": "SPDX licenses list and validation library.",
2081
            "keywords": [
2082
                "license",
2083
                "spdx",
2084
                "validator"
2085
            ],
2086
            "time": "2018-11-01T09:45:54+00:00"
2087
        },
2088
        {
2089
            "name": "composer/xdebug-handler",
2090
            "version": "1.3.1",
2091
            "source": {
2092
                "type": "git",
2093
                "url": "https://github.com/composer/xdebug-handler.git",
2094
                "reference": "dc523135366eb68f22268d069ea7749486458562"
2095
            },
2096
            "dist": {
2097
                "type": "zip",
2098
                "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/dc523135366eb68f22268d069ea7749486458562",
2099
                "reference": "dc523135366eb68f22268d069ea7749486458562",
2100
                "shasum": ""
2101
            },
2102
            "require": {
2103
                "php": "^5.3.2 || ^7.0",
2104
                "psr/log": "^1.0"
2105
            },
2106
            "require-dev": {
2107
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5"
2108
            },
2109
            "type": "library",
2110
            "autoload": {
2111
                "psr-4": {
2112
                    "Composer\\XdebugHandler\\": "src"
2113
                }
2114
            },
2115
            "notification-url": "https://packagist.org/downloads/",
2116
            "license": [
2117
                "MIT"
2118
            ],
2119
            "authors": [
2120
                {
2121
                    "name": "John Stevenson",
2122
                    "email": "[email protected]"
2123
                }
2124
            ],
2125
            "description": "Restarts a process without xdebug.",
2126
            "keywords": [
2127
                "Xdebug",
2128
                "performance"
2129
            ],
2130
            "time": "2018-11-29T10:59:02+00:00"
2131
        },
2132
        {
2133
            "name": "doctrine/instantiator",
2134
            "version": "1.1.0",
2135
            "source": {
2136
                "type": "git",
2137
                "url": "https://github.com/doctrine/instantiator.git",
2138
                "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda"
2139
            },
2140
            "dist": {
2141
                "type": "zip",
2142
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
2143
                "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
2144
                "shasum": ""
2145
            },
2146
            "require": {
2147
                "php": "^7.1"
2148
            },
2149
            "require-dev": {
2150
                "athletic/athletic": "~0.1.8",
2151
                "ext-pdo": "*",
2152
                "ext-phar": "*",
2153
                "phpunit/phpunit": "^6.2.3",
2154
                "squizlabs/php_codesniffer": "^3.0.2"
2155
            },
2156
            "type": "library",
2157
            "extra": {
2158
                "branch-alias": {
2159
                    "dev-master": "1.2.x-dev"
2160
                }
2161
            },
2162
            "autoload": {
2163
                "psr-4": {
2164
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
2165
                }
2166
            },
2167
            "notification-url": "https://packagist.org/downloads/",
2168
            "license": [
2169
                "MIT"
2170
            ],
2171
            "authors": [
2172
                {
2173
                    "name": "Marco Pivetta",
2174
                    "email": "[email protected]",
2175
                    "homepage": "http://ocramius.github.com/"
2176
                }
2177
            ],
2178
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
2179
            "homepage": "https://github.com/doctrine/instantiator",
2180
            "keywords": [
2181
                "constructor",
2182
                "instantiate"
2183
            ],
2184
            "time": "2017-07-22T11:58:36+00:00"
2185
        },
2186
        {
2187
            "name": "jdorn/sql-formatter",
2188
            "version": "v1.2.17",
2189
            "source": {
2190
                "type": "git",
2191
                "url": "https://github.com/jdorn/sql-formatter.git",
2192
                "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc"
2193
            },
2194
            "dist": {
2195
                "type": "zip",
2196
                "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc",
2197
                "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc",
2198
                "shasum": ""
2199
            },
2200
            "require": {
2201
                "php": ">=5.2.4"
2202
            },
2203
            "require-dev": {
2204
                "phpunit/phpunit": "3.7.*"
2205
            },
2206
            "type": "library",
2207
            "extra": {
2208
                "branch-alias": {
2209
                    "dev-master": "1.3.x-dev"
2210
                }
2211
            },
2212
            "autoload": {
2213
                "classmap": [
2214
                    "lib"
2215
                ]
2216
            },
2217
            "notification-url": "https://packagist.org/downloads/",
2218
            "license": [
2219
                "MIT"
2220
            ],
2221
            "authors": [
2222
                {
2223
                    "name": "Jeremy Dorn",
2224
                    "email": "[email protected]",
2225
                    "homepage": "http://jeremydorn.com/"
2226
                }
2227
            ],
2228
            "description": "a PHP SQL highlighting library",
2229
            "homepage": "https://github.com/jdorn/sql-formatter/",
2230
            "keywords": [
2231
                "highlight",
2232
                "sql"
2233
            ],
2234
            "time": "2014-01-12T16:20:24+00:00"
2235
        },
2236
        {
2237
            "name": "justinrainbow/json-schema",
2238
            "version": "5.2.8",
2239
            "source": {
2240
                "type": "git",
2241
                "url": "https://github.com/justinrainbow/json-schema.git",
2242
                "reference": "dcb6e1006bb5fd1e392b4daa68932880f37550d4"
2243
            },
2244
            "dist": {
2245
                "type": "zip",
2246
                "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/dcb6e1006bb5fd1e392b4daa68932880f37550d4",
2247
                "reference": "dcb6e1006bb5fd1e392b4daa68932880f37550d4",
2248
                "shasum": ""
2249
            },
2250
            "require": {
2251
                "php": ">=5.3.3"
2252
            },
2253
            "require-dev": {
2254
                "friendsofphp/php-cs-fixer": "~2.2.20",
2255
                "json-schema/json-schema-test-suite": "1.2.0",
2256
                "phpunit/phpunit": "^4.8.35"
2257
            },
2258
            "bin": [
2259
                "bin/validate-json"
2260
            ],
2261
            "type": "library",
2262
            "extra": {
2263
                "branch-alias": {
2264
                    "dev-master": "5.0.x-dev"
2265
                }
2266
            },
2267
            "autoload": {
2268
                "psr-4": {
2269
                    "JsonSchema\\": "src/JsonSchema/"
2270
                }
2271
            },
2272
            "notification-url": "https://packagist.org/downloads/",
2273
            "license": [
2274
                "MIT"
2275
            ],
2276
            "authors": [
2277
                {
2278
                    "name": "Bruno Prieto Reis",
2279
                    "email": "[email protected]"
2280
                },
2281
                {
2282
                    "name": "Justin Rainbow",
2283
                    "email": "[email protected]"
2284
                },
2285
                {
2286
                    "name": "Igor Wiedler",
2287
                    "email": "[email protected]"
2288
                },
2289
                {
2290
                    "name": "Robert Schönthal",
2291
                    "email": "[email protected]"
2292
                }
2293
            ],
2294
            "description": "A library to validate a json schema.",
2295
            "homepage": "https://github.com/justinrainbow/json-schema",
2296
            "keywords": [
2297
                "json",
2298
                "schema"
2299
            ],
2300
            "time": "2019-01-14T23:55:14+00:00"
2301
        },
2302
        {
2303
            "name": "myclabs/deep-copy",
2304
            "version": "1.7.0",
2305
            "source": {
2306
                "type": "git",
2307
                "url": "https://github.com/myclabs/DeepCopy.git",
2308
                "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e"
2309
            },
2310
            "dist": {
2311
                "type": "zip",
2312
                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
2313
                "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
2314
                "shasum": ""
2315
            },
2316
            "require": {
2317
                "php": "^5.6 || ^7.0"
2318
            },
2319
            "require-dev": {
2320
                "doctrine/collections": "^1.0",
2321
                "doctrine/common": "^2.6",
2322
                "phpunit/phpunit": "^4.1"
2323
            },
2324
            "type": "library",
2325
            "autoload": {
2326
                "psr-4": {
2327
                    "DeepCopy\\": "src/DeepCopy/"
2328
                },
2329
                "files": [
2330
                    "src/DeepCopy/deep_copy.php"
2331
                ]
2332
            },
2333
            "notification-url": "https://packagist.org/downloads/",
2334
            "license": [
2335
                "MIT"
2336
            ],
2337
            "description": "Create deep copies (clones) of your objects",
2338
            "keywords": [
2339
                "clone",
2340
                "copy",
2341
                "duplicate",
2342
                "object",
2343
                "object graph"
2344
            ],
2345
            "time": "2017-10-19T19:58:43+00:00"
2346
        },
2347
        {
2348
            "name": "phake/phake",
2349
            "version": "v2.3.2",
2350
            "source": {
2351
                "type": "git",
2352
                "url": "https://github.com/mlively/Phake.git",
2353
                "reference": "d5832f1a0dd2370e14d38bcbaeb6770e8546cff2"
2354
            },
2355
            "dist": {
2356
                "type": "zip",
2357
                "url": "https://api.github.com/repos/mlively/Phake/zipball/d5832f1a0dd2370e14d38bcbaeb6770e8546cff2",
2358
                "reference": "d5832f1a0dd2370e14d38bcbaeb6770e8546cff2",
2359
                "shasum": ""
2360
            },
2361
            "require": {
2362
                "php": ">=5.3.3",
2363
                "sebastian/comparator": "~1.1"
2364
            },
2365
            "require-dev": {
2366
                "codeclimate/php-test-reporter": "dev-master",
2367
                "doctrine/common": "2.3.*",
2368
                "ext-soap": "*",
2369
                "hamcrest/hamcrest-php": "1.1.*",
2370
                "phpunit/phpunit": "3.7.*"
2371
            },
2372
            "suggest": {
2373
                "doctrine/common": "Allows mock annotations to use import statements for classes.",
2374
                "hamcrest/hamcrest-php": "Use Hamcrest matchers."
2375
            },
2376
            "type": "library",
2377
            "extra": {
2378
                "branch-alias": {
2379
                    "dev-master": "3.0.0-dev"
2380
                }
2381
            },
2382
            "autoload": {
2383
                "psr-0": {
2384
                    "Phake": "src/"
2385
                }
2386
            },
2387
            "notification-url": "https://packagist.org/downloads/",
2388
            "license": [
2389
                "BSD-3-Clause"
2390
            ],
2391
            "authors": [
2392
                {
2393
                    "name": "Mike Lively",
2394
                    "email": "[email protected]"
2395
                }
2396
            ],
2397
            "description": "The Phake mock testing library",
2398
            "homepage": "https://github.com/mlively/Phake",
2399
            "keywords": [
2400
                "mock",
2401
                "testing"
2402
            ],
2403
            "time": "2017-03-20T05:16:34+00:00"
2404
        },
2405
        {
2406
            "name": "phpdocumentor/reflection-common",
2407
            "version": "1.0.1",
2408
            "source": {
2409
                "type": "git",
2410
                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
2411
                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
2412
            },
2413
            "dist": {
2414
                "type": "zip",
2415
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
2416
                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
2417
                "shasum": ""
2418
            },
2419
            "require": {
2420
                "php": ">=5.5"
2421
            },
2422
            "require-dev": {
2423
                "phpunit/phpunit": "^4.6"
2424
            },
2425
            "type": "library",
2426
            "extra": {
2427
                "branch-alias": {
2428
                    "dev-master": "1.0.x-dev"
2429
                }
2430
            },
2431
            "autoload": {
2432
                "psr-4": {
2433
                    "phpDocumentor\\Reflection\\": [
2434
                        "src"
2435
                    ]
2436
                }
2437
            },
2438
            "notification-url": "https://packagist.org/downloads/",
2439
            "license": [
2440
                "MIT"
2441
            ],
2442
            "authors": [
2443
                {
2444
                    "name": "Jaap van Otterdijk",
2445
                    "email": "[email protected]"
2446
                }
2447
            ],
2448
            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
2449
            "homepage": "http://www.phpdoc.org",
2450
            "keywords": [
2451
                "FQSEN",
2452
                "phpDocumentor",
2453
                "phpdoc",
2454
                "reflection",
2455
                "static analysis"
2456
            ],
2457
            "time": "2017-09-11T18:02:19+00:00"
2458
        },
2459
        {
2460
            "name": "phpdocumentor/reflection-docblock",
2461
            "version": "4.3.0",
2462
            "source": {
2463
                "type": "git",
2464
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
2465
                "reference": "94fd0001232e47129dd3504189fa1c7225010d08"
2466
            },
2467
            "dist": {
2468
                "type": "zip",
2469
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/94fd0001232e47129dd3504189fa1c7225010d08",
2470
                "reference": "94fd0001232e47129dd3504189fa1c7225010d08",
2471
                "shasum": ""
2472
            },
2473
            "require": {
2474
                "php": "^7.0",
2475
                "phpdocumentor/reflection-common": "^1.0.0",
2476
                "phpdocumentor/type-resolver": "^0.4.0",
2477
                "webmozart/assert": "^1.0"
2478
            },
2479
            "require-dev": {
2480
                "doctrine/instantiator": "~1.0.5",
2481
                "mockery/mockery": "^1.0",
2482
                "phpunit/phpunit": "^6.4"
2483
            },
2484
            "type": "library",
2485
            "extra": {
2486
                "branch-alias": {
2487
                    "dev-master": "4.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
            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
2508
            "time": "2017-11-30T07:14:17+00:00"
2509
        },
2510
        {
2511
            "name": "phpdocumentor/type-resolver",
2512
            "version": "0.4.0",
2513
            "source": {
2514
                "type": "git",
2515
                "url": "https://github.com/phpDocumentor/TypeResolver.git",
2516
                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
2517
            },
2518
            "dist": {
2519
                "type": "zip",
2520
                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
2521
                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
2522
                "shasum": ""
2523
            },
2524
            "require": {
2525
                "php": "^5.5 || ^7.0",
2526
                "phpdocumentor/reflection-common": "^1.0"
2527
            },
2528
            "require-dev": {
2529
                "mockery/mockery": "^0.9.4",
2530
                "phpunit/phpunit": "^5.2||^4.8.24"
2531
            },
2532
            "type": "library",
2533
            "extra": {
2534
                "branch-alias": {
2535
                    "dev-master": "1.0.x-dev"
2536
                }
2537
            },
2538
            "autoload": {
2539
                "psr-4": {
2540
                    "phpDocumentor\\Reflection\\": [
2541
                        "src/"
2542
                    ]
2543
                }
2544
            },
2545
            "notification-url": "https://packagist.org/downloads/",
2546
            "license": [
2547
                "MIT"
2548
            ],
2549
            "authors": [
2550
                {
2551
                    "name": "Mike van Riel",
2552
                    "email": "[email protected]"
2553
                }
2554
            ],
2555
            "time": "2017-07-14T14:27:02+00:00"
2556
        },
2557
        {
2558
            "name": "phpspec/prophecy",
2559
            "version": "1.7.5",
2560
            "source": {
2561
                "type": "git",
2562
                "url": "https://github.com/phpspec/prophecy.git",
2563
                "reference": "dfd6be44111a7c41c2e884a336cc4f461b3b2401"
2564
            },
2565
            "dist": {
2566
                "type": "zip",
2567
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/dfd6be44111a7c41c2e884a336cc4f461b3b2401",
2568
                "reference": "dfd6be44111a7c41c2e884a336cc4f461b3b2401",
2569
                "shasum": ""
2570
            },
2571
            "require": {
2572
                "doctrine/instantiator": "^1.0.2",
2573
                "php": "^5.3|^7.0",
2574
                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
2575
                "sebastian/comparator": "^1.1|^2.0",
2576
                "sebastian/recursion-context": "^1.0|^2.0|^3.0"
2577
            },
2578
            "require-dev": {
2579
                "phpspec/phpspec": "^2.5|^3.2",
2580
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5"
2581
            },
2582
            "type": "library",
2583
            "extra": {
2584
                "branch-alias": {
2585
                    "dev-master": "1.7.x-dev"
2586
                }
2587
            },
2588
            "autoload": {
2589
                "psr-0": {
2590
                    "Prophecy\\": "src/"
2591
                }
2592
            },
2593
            "notification-url": "https://packagist.org/downloads/",
2594
            "license": [
2595
                "MIT"
2596
            ],
2597
            "authors": [
2598
                {
2599
                    "name": "Konstantin Kudryashov",
2600
                    "email": "[email protected]",
2601
                    "homepage": "http://everzet.com"
2602
                },
2603
                {
2604
                    "name": "Marcello Duarte",
2605
                    "email": "[email protected]"
2606
                }
2607
            ],
2608
            "description": "Highly opinionated mocking framework for PHP 5.3+",
2609
            "homepage": "https://github.com/phpspec/prophecy",
2610
            "keywords": [
2611
                "Double",
2612
                "Dummy",
2613
                "fake",
2614
                "mock",
2615
                "spy",
2616
                "stub"
2617
            ],
2618
            "time": "2018-02-19T10:16:54+00:00"
2619
        },
2620
        {
2621
            "name": "phpunit/php-code-coverage",
2622
            "version": "5.2.0",
2623
            "source": {
2624
                "type": "git",
2625
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
2626
                "reference": "e648abfd8ffb1d54ad549b027b75e376e9055d02"
2627
            },
2628
            "dist": {
2629
                "type": "zip",
2630
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/e648abfd8ffb1d54ad549b027b75e376e9055d02",
2631
                "reference": "e648abfd8ffb1d54ad549b027b75e376e9055d02",
2632
                "shasum": ""
2633
            },
2634
            "require": {
2635
                "ext-dom": "*",
2636
                "ext-xmlwriter": "*",
2637
                "php": "^7.0",
2638
                "phpunit/php-file-iterator": "^1.3",
2639
                "phpunit/php-text-template": "^1.2",
2640
                "phpunit/php-token-stream": "^1.4.11 || ^2.0",
2641
                "sebastian/code-unit-reverse-lookup": "^1.0",
2642
                "sebastian/environment": "^2.0",
2643
                "sebastian/version": "^2.0",
2644
                "theseer/tokenizer": "^1.1"
2645
            },
2646
            "require-dev": {
2647
                "ext-xdebug": "^2.5",
2648
                "phpunit/phpunit": "^6.0"
2649
            },
2650
            "suggest": {
2651
                "ext-xdebug": "^2.5.3"
2652
            },
2653
            "type": "library",
2654
            "extra": {
2655
                "branch-alias": {
2656
                    "dev-master": "5.2.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": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
2676
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
2677
            "keywords": [
2678
                "coverage",
2679
                "testing",
2680
                "xunit"
2681
            ],
2682
            "time": "2017-04-20T10:00:57+00:00"
2683
        },
2684
        {
2685
            "name": "phpunit/php-file-iterator",
2686
            "version": "1.4.5",
2687
            "source": {
2688
                "type": "git",
2689
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
2690
                "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4"
2691
            },
2692
            "dist": {
2693
                "type": "zip",
2694
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4",
2695
                "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4",
2696
                "shasum": ""
2697
            },
2698
            "require": {
2699
                "php": ">=5.3.3"
2700
            },
2701
            "type": "library",
2702
            "extra": {
2703
                "branch-alias": {
2704
                    "dev-master": "1.4.x-dev"
2705
                }
2706
            },
2707
            "autoload": {
2708
                "classmap": [
2709
                    "src/"
2710
                ]
2711
            },
2712
            "notification-url": "https://packagist.org/downloads/",
2713
            "license": [
2714
                "BSD-3-Clause"
2715
            ],
2716
            "authors": [
2717
                {
2718
                    "name": "Sebastian Bergmann",
2719
                    "email": "[email protected]",
2720
                    "role": "lead"
2721
                }
2722
            ],
2723
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
2724
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
2725
            "keywords": [
2726
                "filesystem",
2727
                "iterator"
2728
            ],
2729
            "time": "2017-11-27T13:52:08+00:00"
2730
        },
2731
        {
2732
            "name": "phpunit/php-text-template",
2733
            "version": "1.2.1",
2734
            "source": {
2735
                "type": "git",
2736
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
2737
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
2738
            },
2739
            "dist": {
2740
                "type": "zip",
2741
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
2742
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
2743
                "shasum": ""
2744
            },
2745
            "require": {
2746
                "php": ">=5.3.3"
2747
            },
2748
            "type": "library",
2749
            "autoload": {
2750
                "classmap": [
2751
                    "src/"
2752
                ]
2753
            },
2754
            "notification-url": "https://packagist.org/downloads/",
2755
            "license": [
2756
                "BSD-3-Clause"
2757
            ],
2758
            "authors": [
2759
                {
2760
                    "name": "Sebastian Bergmann",
2761
                    "email": "[email protected]",
2762
                    "role": "lead"
2763
                }
2764
            ],
2765
            "description": "Simple template engine.",
2766
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
2767
            "keywords": [
2768
                "template"
2769
            ],
2770
            "time": "2015-06-21T13:50:34+00:00"
2771
        },
2772
        {
2773
            "name": "phpunit/php-timer",
2774
            "version": "1.0.9",
2775
            "source": {
2776
                "type": "git",
2777
                "url": "https://github.com/sebastianbergmann/php-timer.git",
2778
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
2779
            },
2780
            "dist": {
2781
                "type": "zip",
2782
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
2783
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
2784
                "shasum": ""
2785
            },
2786
            "require": {
2787
                "php": "^5.3.3 || ^7.0"
2788
            },
2789
            "require-dev": {
2790
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
2791
            },
2792
            "type": "library",
2793
            "extra": {
2794
                "branch-alias": {
2795
                    "dev-master": "1.0-dev"
2796
                }
2797
            },
2798
            "autoload": {
2799
                "classmap": [
2800
                    "src/"
2801
                ]
2802
            },
2803
            "notification-url": "https://packagist.org/downloads/",
2804
            "license": [
2805
                "BSD-3-Clause"
2806
            ],
2807
            "authors": [
2808
                {
2809
                    "name": "Sebastian Bergmann",
2810
                    "email": "[email protected]",
2811
                    "role": "lead"
2812
                }
2813
            ],
2814
            "description": "Utility class for timing",
2815
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
2816
            "keywords": [
2817
                "timer"
2818
            ],
2819
            "time": "2017-02-26T11:10:40+00:00"
2820
        },
2821
        {
2822
            "name": "phpunit/php-token-stream",
2823
            "version": "2.0.2",
2824
            "source": {
2825
                "type": "git",
2826
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
2827
                "reference": "791198a2c6254db10131eecfe8c06670700904db"
2828
            },
2829
            "dist": {
2830
                "type": "zip",
2831
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/791198a2c6254db10131eecfe8c06670700904db",
2832
                "reference": "791198a2c6254db10131eecfe8c06670700904db",
2833
                "shasum": ""
2834
            },
2835
            "require": {
2836
                "ext-tokenizer": "*",
2837
                "php": "^7.0"
2838
            },
2839
            "require-dev": {
2840
                "phpunit/phpunit": "^6.2.4"
2841
            },
2842
            "type": "library",
2843
            "extra": {
2844
                "branch-alias": {
2845
                    "dev-master": "2.0-dev"
2846
                }
2847
            },
2848
            "autoload": {
2849
                "classmap": [
2850
                    "src/"
2851
                ]
2852
            },
2853
            "notification-url": "https://packagist.org/downloads/",
2854
            "license": [
2855
                "BSD-3-Clause"
2856
            ],
2857
            "authors": [
2858
                {
2859
                    "name": "Sebastian Bergmann",
2860
                    "email": "[email protected]"
2861
                }
2862
            ],
2863
            "description": "Wrapper around PHP's tokenizer extension.",
2864
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
2865
            "keywords": [
2866
                "tokenizer"
2867
            ],
2868
            "time": "2017-11-27T05:48:46+00:00"
2869
        },
2870
        {
2871
            "name": "phpunit/phpunit",
2872
            "version": "6.0.8",
2873
            "source": {
2874
                "type": "git",
2875
                "url": "https://github.com/sebastianbergmann/phpunit.git",
2876
                "reference": "47ee3fa1bca5c50f1d25105201eb20df777bd7b6"
2877
            },
2878
            "dist": {
2879
                "type": "zip",
2880
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/47ee3fa1bca5c50f1d25105201eb20df777bd7b6",
2881
                "reference": "47ee3fa1bca5c50f1d25105201eb20df777bd7b6",
2882
                "shasum": ""
2883
            },
2884
            "require": {
2885
                "ext-dom": "*",
2886
                "ext-json": "*",
2887
                "ext-libxml": "*",
2888
                "ext-mbstring": "*",
2889
                "ext-xml": "*",
2890
                "myclabs/deep-copy": "^1.3",
2891
                "php": "^7.0",
2892
                "phpspec/prophecy": "^1.6.2",
2893
                "phpunit/php-code-coverage": "^5.0",
2894
                "phpunit/php-file-iterator": "^1.4",
2895
                "phpunit/php-text-template": "^1.2",
2896
                "phpunit/php-timer": "^1.0.6",
2897
                "phpunit/phpunit-mock-objects": "^4.0",
2898
                "sebastian/comparator": "^1.2.4 || ^2.0",
2899
                "sebastian/diff": "^1.2",
2900
                "sebastian/environment": "^2.0",
2901
                "sebastian/exporter": "^2.0 || ^3.0",
2902
                "sebastian/global-state": "^1.1 || ^2.0",
2903
                "sebastian/object-enumerator": "^2.0 || ^3.0",
2904
                "sebastian/resource-operations": "^1.0",
2905
                "sebastian/version": "^2.0"
2906
            },
2907
            "conflict": {
2908
                "phpdocumentor/reflection-docblock": "3.0.2",
2909
                "phpunit/dbunit": "<3.0"
2910
            },
2911
            "require-dev": {
2912
                "ext-pdo": "*"
2913
            },
2914
            "suggest": {
2915
                "ext-xdebug": "*",
2916
                "phpunit/php-invoker": "^1.1"
2917
            },
2918
            "bin": [
2919
                "phpunit"
2920
            ],
2921
            "type": "library",
2922
            "extra": {
2923
                "branch-alias": {
2924
                    "dev-master": "6.0.x-dev"
2925
                }
2926
            },
2927
            "autoload": {
2928
                "classmap": [
2929
                    "src/"
2930
                ]
2931
            },
2932
            "notification-url": "https://packagist.org/downloads/",
2933
            "license": [
2934
                "BSD-3-Clause"
2935
            ],
2936
            "authors": [
2937
                {
2938
                    "name": "Sebastian Bergmann",
2939
                    "email": "[email protected]",
2940
                    "role": "lead"
2941
                }
2942
            ],
2943
            "description": "The PHP Unit Testing framework.",
2944
            "homepage": "https://phpunit.de/",
2945
            "keywords": [
2946
                "phpunit",
2947
                "testing",
2948
                "xunit"
2949
            ],
2950
            "time": "2017-03-02T15:24:03+00:00"
2951
        },
2952
        {
2953
            "name": "phpunit/phpunit-mock-objects",
2954
            "version": "4.0.0",
2955
            "source": {
2956
                "type": "git",
2957
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
2958
                "reference": "3819745c44f3aff9518fd655f320c4535d541af7"
2959
            },
2960
            "dist": {
2961
                "type": "zip",
2962
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/3819745c44f3aff9518fd655f320c4535d541af7",
2963
                "reference": "3819745c44f3aff9518fd655f320c4535d541af7",
2964
                "shasum": ""
2965
            },
2966
            "require": {
2967
                "doctrine/instantiator": "^1.0.2",
2968
                "php": "^7.0",
2969
                "phpunit/php-text-template": "^1.2",
2970
                "sebastian/exporter": "^2.0"
2971
            },
2972
            "conflict": {
2973
                "phpunit/phpunit": "<6.0"
2974
            },
2975
            "require-dev": {
2976
                "phpunit/phpunit": "^6.0"
2977
            },
2978
            "suggest": {
2979
                "ext-soap": "*"
2980
            },
2981
            "type": "library",
2982
            "extra": {
2983
                "branch-alias": {
2984
                    "dev-master": "4.0.x-dev"
2985
                }
2986
            },
2987
            "autoload": {
2988
                "classmap": [
2989
                    "src/"
2990
                ]
2991
            },
2992
            "notification-url": "https://packagist.org/downloads/",
2993
            "license": [
2994
                "BSD-3-Clause"
2995
            ],
2996
            "authors": [
2997
                {
2998
                    "name": "Sebastian Bergmann",
2999
                    "email": "[email protected]",
3000
                    "role": "lead"
3001
                }
3002
            ],
3003
            "description": "Mock Object library for PHPUnit",
3004
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
3005
            "keywords": [
3006
                "mock",
3007
                "xunit"
3008
            ],
3009
            "time": "2017-02-02T10:36:38+00:00"
3010
        },
3011
        {
3012
            "name": "sebastian/code-unit-reverse-lookup",
3013
            "version": "1.0.1",
3014
            "source": {
3015
                "type": "git",
3016
                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
3017
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
3018
            },
3019
            "dist": {
3020
                "type": "zip",
3021
                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
3022
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
3023
                "shasum": ""
3024
            },
3025
            "require": {
3026
                "php": "^5.6 || ^7.0"
3027
            },
3028
            "require-dev": {
3029
                "phpunit/phpunit": "^5.7 || ^6.0"
3030
            },
3031
            "type": "library",
3032
            "extra": {
3033
                "branch-alias": {
3034
                    "dev-master": "1.0.x-dev"
3035
                }
3036
            },
3037
            "autoload": {
3038
                "classmap": [
3039
                    "src/"
3040
                ]
3041
            },
3042
            "notification-url": "https://packagist.org/downloads/",
3043
            "license": [
3044
                "BSD-3-Clause"
3045
            ],
3046
            "authors": [
3047
                {
3048
                    "name": "Sebastian Bergmann",
3049
                    "email": "[email protected]"
3050
                }
3051
            ],
3052
            "description": "Looks up which function or method a line of code belongs to",
3053
            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
3054
            "time": "2017-03-04T06:30:41+00:00"
3055
        },
3056
        {
3057
            "name": "sebastian/comparator",
3058
            "version": "1.2.4",
3059
            "source": {
3060
                "type": "git",
3061
                "url": "https://github.com/sebastianbergmann/comparator.git",
3062
                "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
3063
            },
3064
            "dist": {
3065
                "type": "zip",
3066
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
3067
                "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
3068
                "shasum": ""
3069
            },
3070
            "require": {
3071
                "php": ">=5.3.3",
3072
                "sebastian/diff": "~1.2",
3073
                "sebastian/exporter": "~1.2 || ~2.0"
3074
            },
3075
            "require-dev": {
3076
                "phpunit/phpunit": "~4.4"
3077
            },
3078
            "type": "library",
3079
            "extra": {
3080
                "branch-alias": {
3081
                    "dev-master": "1.2.x-dev"
3082
                }
3083
            },
3084
            "autoload": {
3085
                "classmap": [
3086
                    "src/"
3087
                ]
3088
            },
3089
            "notification-url": "https://packagist.org/downloads/",
3090
            "license": [
3091
                "BSD-3-Clause"
3092
            ],
3093
            "authors": [
3094
                {
3095
                    "name": "Jeff Welch",
3096
                    "email": "[email protected]"
3097
                },
3098
                {
3099
                    "name": "Volker Dusch",
3100
                    "email": "[email protected]"
3101
                },
3102
                {
3103
                    "name": "Bernhard Schussek",
3104
                    "email": "[email protected]"
3105
                },
3106
                {
3107
                    "name": "Sebastian Bergmann",
3108
                    "email": "[email protected]"
3109
                }
3110
            ],
3111
            "description": "Provides the functionality to compare PHP values for equality",
3112
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
3113
            "keywords": [
3114
                "comparator",
3115
                "compare",
3116
                "equality"
3117
            ],
3118
            "time": "2017-01-29T09:50:25+00:00"
3119
        },
3120
        {
3121
            "name": "sebastian/diff",
3122
            "version": "1.4.3",
3123
            "source": {
3124
                "type": "git",
3125
                "url": "https://github.com/sebastianbergmann/diff.git",
3126
                "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4"
3127
            },
3128
            "dist": {
3129
                "type": "zip",
3130
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4",
3131
                "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4",
3132
                "shasum": ""
3133
            },
3134
            "require": {
3135
                "php": "^5.3.3 || ^7.0"
3136
            },
3137
            "require-dev": {
3138
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
3139
            },
3140
            "type": "library",
3141
            "extra": {
3142
                "branch-alias": {
3143
                    "dev-master": "1.4-dev"
3144
                }
3145
            },
3146
            "autoload": {
3147
                "classmap": [
3148
                    "src/"
3149
                ]
3150
            },
3151
            "notification-url": "https://packagist.org/downloads/",
3152
            "license": [
3153
                "BSD-3-Clause"
3154
            ],
3155
            "authors": [
3156
                {
3157
                    "name": "Kore Nordmann",
3158
                    "email": "[email protected]"
3159
                },
3160
                {
3161
                    "name": "Sebastian Bergmann",
3162
                    "email": "[email protected]"
3163
                }
3164
            ],
3165
            "description": "Diff implementation",
3166
            "homepage": "https://github.com/sebastianbergmann/diff",
3167
            "keywords": [
3168
                "diff"
3169
            ],
3170
            "time": "2017-05-22T07:24:03+00:00"
3171
        },
3172
        {
3173
            "name": "sebastian/environment",
3174
            "version": "2.0.0",
3175
            "source": {
3176
                "type": "git",
3177
                "url": "https://github.com/sebastianbergmann/environment.git",
3178
                "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac"
3179
            },
3180
            "dist": {
3181
                "type": "zip",
3182
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
3183
                "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
3184
                "shasum": ""
3185
            },
3186
            "require": {
3187
                "php": "^5.6 || ^7.0"
3188
            },
3189
            "require-dev": {
3190
                "phpunit/phpunit": "^5.0"
3191
            },
3192
            "type": "library",
3193
            "extra": {
3194
                "branch-alias": {
3195
                    "dev-master": "2.0.x-dev"
3196
                }
3197
            },
3198
            "autoload": {
3199
                "classmap": [
3200
                    "src/"
3201
                ]
3202
            },
3203
            "notification-url": "https://packagist.org/downloads/",
3204
            "license": [
3205
                "BSD-3-Clause"
3206
            ],
3207
            "authors": [
3208
                {
3209
                    "name": "Sebastian Bergmann",
3210
                    "email": "[email protected]"
3211
                }
3212
            ],
3213
            "description": "Provides functionality to handle HHVM/PHP environments",
3214
            "homepage": "http://www.github.com/sebastianbergmann/environment",
3215
            "keywords": [
3216
                "Xdebug",
3217
                "environment",
3218
                "hhvm"
3219
            ],
3220
            "time": "2016-11-26T07:53:53+00:00"
3221
        },
3222
        {
3223
            "name": "sebastian/exporter",
3224
            "version": "2.0.0",
3225
            "source": {
3226
                "type": "git",
3227
                "url": "https://github.com/sebastianbergmann/exporter.git",
3228
                "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4"
3229
            },
3230
            "dist": {
3231
                "type": "zip",
3232
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
3233
                "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
3234
                "shasum": ""
3235
            },
3236
            "require": {
3237
                "php": ">=5.3.3",
3238
                "sebastian/recursion-context": "~2.0"
3239
            },
3240
            "require-dev": {
3241
                "ext-mbstring": "*",
3242
                "phpunit/phpunit": "~4.4"
3243
            },
3244
            "type": "library",
3245
            "extra": {
3246
                "branch-alias": {
3247
                    "dev-master": "2.0.x-dev"
3248
                }
3249
            },
3250
            "autoload": {
3251
                "classmap": [
3252
                    "src/"
3253
                ]
3254
            },
3255
            "notification-url": "https://packagist.org/downloads/",
3256
            "license": [
3257
                "BSD-3-Clause"
3258
            ],
3259
            "authors": [
3260
                {
3261
                    "name": "Jeff Welch",
3262
                    "email": "[email protected]"
3263
                },
3264
                {
3265
                    "name": "Volker Dusch",
3266
                    "email": "[email protected]"
3267
                },
3268
                {
3269
                    "name": "Bernhard Schussek",
3270
                    "email": "[email protected]"
3271
                },
3272
                {
3273
                    "name": "Sebastian Bergmann",
3274
                    "email": "[email protected]"
3275
                },
3276
                {
3277
                    "name": "Adam Harvey",
3278
                    "email": "[email protected]"
3279
                }
3280
            ],
3281
            "description": "Provides the functionality to export PHP variables for visualization",
3282
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
3283
            "keywords": [
3284
                "export",
3285
                "exporter"
3286
            ],
3287
            "time": "2016-11-19T08:54:04+00:00"
3288
        },
3289
        {
3290
            "name": "sebastian/global-state",
3291
            "version": "2.0.0",
3292
            "source": {
3293
                "type": "git",
3294
                "url": "https://github.com/sebastianbergmann/global-state.git",
3295
                "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4"
3296
            },
3297
            "dist": {
3298
                "type": "zip",
3299
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
3300
                "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
3301
                "shasum": ""
3302
            },
3303
            "require": {
3304
                "php": "^7.0"
3305
            },
3306
            "require-dev": {
3307
                "phpunit/phpunit": "^6.0"
3308
            },
3309
            "suggest": {
3310
                "ext-uopz": "*"
3311
            },
3312
            "type": "library",
3313
            "extra": {
3314
                "branch-alias": {
3315
                    "dev-master": "2.0-dev"
3316
                }
3317
            },
3318
            "autoload": {
3319
                "classmap": [
3320
                    "src/"
3321
                ]
3322
            },
3323
            "notification-url": "https://packagist.org/downloads/",
3324
            "license": [
3325
                "BSD-3-Clause"
3326
            ],
3327
            "authors": [
3328
                {
3329
                    "name": "Sebastian Bergmann",
3330
                    "email": "[email protected]"
3331
                }
3332
            ],
3333
            "description": "Snapshotting of global state",
3334
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
3335
            "keywords": [
3336
                "global state"
3337
            ],
3338
            "time": "2017-04-27T15:39:26+00:00"
3339
        },
3340
        {
3341
            "name": "sebastian/object-enumerator",
3342
            "version": "2.0.1",
3343
            "source": {
3344
                "type": "git",
3345
                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
3346
                "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7"
3347
            },
3348
            "dist": {
3349
                "type": "zip",
3350
                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/1311872ac850040a79c3c058bea3e22d0f09cbb7",
3351
                "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7",
3352
                "shasum": ""
3353
            },
3354
            "require": {
3355
                "php": ">=5.6",
3356
                "sebastian/recursion-context": "~2.0"
3357
            },
3358
            "require-dev": {
3359
                "phpunit/phpunit": "~5"
3360
            },
3361
            "type": "library",
3362
            "extra": {
3363
                "branch-alias": {
3364
                    "dev-master": "2.0.x-dev"
3365
                }
3366
            },
3367
            "autoload": {
3368
                "classmap": [
3369
                    "src/"
3370
                ]
3371
            },
3372
            "notification-url": "https://packagist.org/downloads/",
3373
            "license": [
3374
                "BSD-3-Clause"
3375
            ],
3376
            "authors": [
3377
                {
3378
                    "name": "Sebastian Bergmann",
3379
                    "email": "[email protected]"
3380
                }
3381
            ],
3382
            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
3383
            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
3384
            "time": "2017-02-18T15:18:39+00:00"
3385
        },
3386
        {
3387
            "name": "sebastian/recursion-context",
3388
            "version": "2.0.0",
3389
            "source": {
3390
                "type": "git",
3391
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
3392
                "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a"
3393
            },
3394
            "dist": {
3395
                "type": "zip",
3396
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/2c3ba150cbec723aa057506e73a8d33bdb286c9a",
3397
                "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a",
3398
                "shasum": ""
3399
            },
3400
            "require": {
3401
                "php": ">=5.3.3"
3402
            },
3403
            "require-dev": {
3404
                "phpunit/phpunit": "~4.4"
3405
            },
3406
            "type": "library",
3407
            "extra": {
3408
                "branch-alias": {
3409
                    "dev-master": "2.0.x-dev"
3410
                }
3411
            },
3412
            "autoload": {
3413
                "classmap": [
3414
                    "src/"
3415
                ]
3416
            },
3417
            "notification-url": "https://packagist.org/downloads/",
3418
            "license": [
3419
                "BSD-3-Clause"
3420
            ],
3421
            "authors": [
3422
                {
3423
                    "name": "Jeff Welch",
3424
                    "email": "[email protected]"
3425
                },
3426
                {
3427
                    "name": "Sebastian Bergmann",
3428
                    "email": "[email protected]"
3429
                },
3430
                {
3431
                    "name": "Adam Harvey",
3432
                    "email": "[email protected]"
3433
                }
3434
            ],
3435
            "description": "Provides functionality to recursively process PHP variables",
3436
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
3437
            "time": "2016-11-19T07:33:16+00:00"
3438
        },
3439
        {
3440
            "name": "sebastian/resource-operations",
3441
            "version": "1.0.0",
3442
            "source": {
3443
                "type": "git",
3444
                "url": "https://github.com/sebastianbergmann/resource-operations.git",
3445
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
3446
            },
3447
            "dist": {
3448
                "type": "zip",
3449
                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
3450
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
3451
                "shasum": ""
3452
            },
3453
            "require": {
3454
                "php": ">=5.6.0"
3455
            },
3456
            "type": "library",
3457
            "extra": {
3458
                "branch-alias": {
3459
                    "dev-master": "1.0.x-dev"
3460
                }
3461
            },
3462
            "autoload": {
3463
                "classmap": [
3464
                    "src/"
3465
                ]
3466
            },
3467
            "notification-url": "https://packagist.org/downloads/",
3468
            "license": [
3469
                "BSD-3-Clause"
3470
            ],
3471
            "authors": [
3472
                {
3473
                    "name": "Sebastian Bergmann",
3474
                    "email": "[email protected]"
3475
                }
3476
            ],
3477
            "description": "Provides a list of PHP built-in functions that operate on resources",
3478
            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
3479
            "time": "2015-07-28T20:34:47+00:00"
3480
        },
3481
        {
3482
            "name": "sebastian/version",
3483
            "version": "2.0.1",
3484
            "source": {
3485
                "type": "git",
3486
                "url": "https://github.com/sebastianbergmann/version.git",
3487
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
3488
            },
3489
            "dist": {
3490
                "type": "zip",
3491
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
3492
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
3493
                "shasum": ""
3494
            },
3495
            "require": {
3496
                "php": ">=5.6"
3497
            },
3498
            "type": "library",
3499
            "extra": {
3500
                "branch-alias": {
3501
                    "dev-master": "2.0.x-dev"
3502
                }
3503
            },
3504
            "autoload": {
3505
                "classmap": [
3506
                    "src/"
3507
                ]
3508
            },
3509
            "notification-url": "https://packagist.org/downloads/",
3510
            "license": [
3511
                "BSD-3-Clause"
3512
            ],
3513
            "authors": [
3514
                {
3515
                    "name": "Sebastian Bergmann",
3516
                    "email": "[email protected]",
3517
                    "role": "lead"
3518
                }
3519
            ],
3520
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
3521
            "homepage": "https://github.com/sebastianbergmann/version",
3522
            "time": "2016-10-03T07:35:21+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.2.2",
3695
            "source": {
3696
                "type": "git",
3697
                "url": "https://github.com/symfony/console.git",
3698
                "reference": "b0a03c1bb0fcbe288629956cf2f1dd3f1dc97522"
3699
            },
3700
            "dist": {
3701
                "type": "zip",
3702
                "url": "https://api.github.com/repos/symfony/console/zipball/b0a03c1bb0fcbe288629956cf2f1dd3f1dc97522",
3703
                "reference": "b0a03c1bb0fcbe288629956cf2f1dd3f1dc97522",
3704
                "shasum": ""
3705
            },
3706
            "require": {
3707
                "php": "^7.1.3",
3708
                "symfony/contracts": "^1.0",
3709
                "symfony/polyfill-mbstring": "~1.0"
3710
            },
3711
            "conflict": {
3712
                "symfony/dependency-injection": "<3.4",
3713
                "symfony/process": "<3.3"
3714
            },
3715
            "require-dev": {
3716
                "psr/log": "~1.0",
3717
                "symfony/config": "~3.4|~4.0",
3718
                "symfony/dependency-injection": "~3.4|~4.0",
3719
                "symfony/event-dispatcher": "~3.4|~4.0",
3720
                "symfony/lock": "~3.4|~4.0",
3721
                "symfony/process": "~3.4|~4.0"
3722
            },
3723
            "suggest": {
3724
                "psr/log-implementation": "For using the console logger",
3725
                "symfony/event-dispatcher": "",
3726
                "symfony/lock": "",
3727
                "symfony/process": ""
3728
            },
3729
            "type": "library",
3730
            "extra": {
3731
                "branch-alias": {
3732
                    "dev-master": "4.2-dev"
3733
                }
3734
            },
3735
            "autoload": {
3736
                "psr-4": {
3737
                    "Symfony\\Component\\Console\\": ""
3738
                },
3739
                "exclude-from-classmap": [
3740
                    "/Tests/"
3741
                ]
3742
            },
3743
            "notification-url": "https://packagist.org/downloads/",
3744
            "license": [
3745
                "MIT"
3746
            ],
3747
            "authors": [
3748
                {
3749
                    "name": "Fabien Potencier",
3750
                    "email": "[email protected]"
3751
                },
3752
                {
3753
                    "name": "Symfony Community",
3754
                    "homepage": "https://symfony.com/contributors"
3755
                }
3756
            ],
3757
            "description": "Symfony Console Component",
3758
            "homepage": "https://symfony.com",
3759
            "time": "2019-01-04T15:13:53+00:00"
3760
        },
3761
        {
3762
            "name": "symfony/contracts",
3763
            "version": "v1.0.2",
3764
            "source": {
3765
                "type": "git",
3766
                "url": "https://github.com/symfony/contracts.git",
3767
                "reference": "1aa7ab2429c3d594dd70689604b5cf7421254cdf"
3768
            },
3769
            "dist": {
3770
                "type": "zip",
3771
                "url": "https://api.github.com/repos/symfony/contracts/zipball/1aa7ab2429c3d594dd70689604b5cf7421254cdf",
3772
                "reference": "1aa7ab2429c3d594dd70689604b5cf7421254cdf",
3773
                "shasum": ""
3774
            },
3775
            "require": {
3776
                "php": "^7.1.3"
3777
            },
3778
            "require-dev": {
3779
                "psr/cache": "^1.0",
3780
                "psr/container": "^1.0"
3781
            },
3782
            "suggest": {
3783
                "psr/cache": "When using the Cache contracts",
3784
                "psr/container": "When using the Service contracts",
3785
                "symfony/cache-contracts-implementation": "",
3786
                "symfony/service-contracts-implementation": "",
3787
                "symfony/translation-contracts-implementation": ""
3788
            },
3789
            "type": "library",
3790
            "extra": {
3791
                "branch-alias": {
3792
                    "dev-master": "1.0-dev"
3793
                }
3794
            },
3795
            "autoload": {
3796
                "psr-4": {
3797
                    "Symfony\\Contracts\\": ""
3798
                },
3799
                "exclude-from-classmap": [
3800
                    "**/Tests/"
3801
                ]
3802
            },
3803
            "notification-url": "https://packagist.org/downloads/",
3804
            "license": [
3805
                "MIT"
3806
            ],
3807
            "authors": [
3808
                {
3809
                    "name": "Nicolas Grekas",
3810
                    "email": "[email protected]"
3811
                },
3812
                {
3813
                    "name": "Symfony Community",
3814
                    "homepage": "https://symfony.com/contributors"
3815
                }
3816
            ],
3817
            "description": "A set of abstractions extracted out of the Symfony components",
3818
            "homepage": "https://symfony.com",
3819
            "keywords": [
3820
                "abstractions",
3821
                "contracts",
3822
                "decoupling",
3823
                "interfaces",
3824
                "interoperability",
3825
                "standards"
3826
            ],
3827
            "time": "2018-12-05T08:06:11+00:00"
3828
        },
3829
        {
3830
            "name": "symfony/filesystem",
3831
            "version": "v4.2.2",
3832
            "source": {
3833
                "type": "git",
3834
                "url": "https://github.com/symfony/filesystem.git",
3835
                "reference": "c2ffd9a93f2d6c5be2f68a0aa7953cc229f871f8"
3836
            },
3837
            "dist": {
3838
                "type": "zip",
3839
                "url": "https://api.github.com/repos/symfony/filesystem/zipball/c2ffd9a93f2d6c5be2f68a0aa7953cc229f871f8",
3840
                "reference": "c2ffd9a93f2d6c5be2f68a0aa7953cc229f871f8",
3841
                "shasum": ""
3842
            },
3843
            "require": {
3844
                "php": "^7.1.3",
3845
                "symfony/polyfill-ctype": "~1.8"
3846
            },
3847
            "type": "library",
3848
            "extra": {
3849
                "branch-alias": {
3850
                    "dev-master": "4.2-dev"
3851
                }
3852
            },
3853
            "autoload": {
3854
                "psr-4": {
3855
                    "Symfony\\Component\\Filesystem\\": ""
3856
                },
3857
                "exclude-from-classmap": [
3858
                    "/Tests/"
3859
                ]
3860
            },
3861
            "notification-url": "https://packagist.org/downloads/",
3862
            "license": [
3863
                "MIT"
3864
            ],
3865
            "authors": [
3866
                {
3867
                    "name": "Fabien Potencier",
3868
                    "email": "[email protected]"
3869
                },
3870
                {
3871
                    "name": "Symfony Community",
3872
                    "homepage": "https://symfony.com/contributors"
3873
                }
3874
            ],
3875
            "description": "Symfony Filesystem Component",
3876
            "homepage": "https://symfony.com",
3877
            "time": "2019-01-03T09:07:35+00:00"
3878
        },
3879
        {
3880
            "name": "symfony/finder",
3881
            "version": "v4.2.2",
3882
            "source": {
3883
                "type": "git",
3884
                "url": "https://github.com/symfony/finder.git",
3885
                "reference": "9094d69e8c6ee3fe186a0ec5a4f1401e506071ce"
3886
            },
3887
            "dist": {
3888
                "type": "zip",
3889
                "url": "https://api.github.com/repos/symfony/finder/zipball/9094d69e8c6ee3fe186a0ec5a4f1401e506071ce",
3890
                "reference": "9094d69e8c6ee3fe186a0ec5a4f1401e506071ce",
3891
                "shasum": ""
3892
            },
3893
            "require": {
3894
                "php": "^7.1.3"
3895
            },
3896
            "type": "library",
3897
            "extra": {
3898
                "branch-alias": {
3899
                    "dev-master": "4.2-dev"
3900
                }
3901
            },
3902
            "autoload": {
3903
                "psr-4": {
3904
                    "Symfony\\Component\\Finder\\": ""
3905
                },
3906
                "exclude-from-classmap": [
3907
                    "/Tests/"
3908
                ]
3909
            },
3910
            "notification-url": "https://packagist.org/downloads/",
3911
            "license": [
3912
                "MIT"
3913
            ],
3914
            "authors": [
3915
                {
3916
                    "name": "Fabien Potencier",
3917
                    "email": "[email protected]"
3918
                },
3919
                {
3920
                    "name": "Symfony Community",
3921
                    "homepage": "https://symfony.com/contributors"
3922
                }
3923
            ],
3924
            "description": "Symfony Finder Component",
3925
            "homepage": "https://symfony.com",
3926
            "time": "2019-01-03T09:07:35+00:00"
3927
        },
3928
        {
3929
            "name": "symfony/polyfill-ctype",
3930
            "version": "v1.10.0",
3931
            "source": {
3932
                "type": "git",
3933
                "url": "https://github.com/symfony/polyfill-ctype.git",
3934
                "reference": "e3d826245268269cd66f8326bd8bc066687b4a19"
3935
            },
3936
            "dist": {
3937
                "type": "zip",
3938
                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e3d826245268269cd66f8326bd8bc066687b4a19",
3939
                "reference": "e3d826245268269cd66f8326bd8bc066687b4a19",
3940
                "shasum": ""
3941
            },
3942
            "require": {
3943
                "php": ">=5.3.3"
3944
            },
3945
            "suggest": {
3946
                "ext-ctype": "For best performance"
3947
            },
3948
            "type": "library",
3949
            "extra": {
3950
                "branch-alias": {
3951
                    "dev-master": "1.9-dev"
3952
                }
3953
            },
3954
            "autoload": {
3955
                "psr-4": {
3956
                    "Symfony\\Polyfill\\Ctype\\": ""
3957
                },
3958
                "files": [
3959
                    "bootstrap.php"
3960
                ]
3961
            },
3962
            "notification-url": "https://packagist.org/downloads/",
3963
            "license": [
3964
                "MIT"
3965
            ],
3966
            "authors": [
3967
                {
3968
                    "name": "Symfony Community",
3969
                    "homepage": "https://symfony.com/contributors"
3970
                },
3971
                {
3972
                    "name": "Gert de Pagter",
3973
                    "email": "[email protected]"
3974
                }
3975
            ],
3976
            "description": "Symfony polyfill for ctype functions",
3977
            "homepage": "https://symfony.com",
3978
            "keywords": [
3979
                "compatibility",
3980
                "ctype",
3981
                "polyfill",
3982
                "portable"
3983
            ],
3984
            "time": "2018-08-06T14:22:27+00:00"
3985
        },
3986
        {
3987
            "name": "symfony/process",
3988
            "version": "v4.2.2",
3989
            "source": {
3990
                "type": "git",
3991
                "url": "https://github.com/symfony/process.git",
3992
                "reference": "ea043ab5d8ed13b467a9087d81cb876aee7f689a"
3993
            },
3994
            "dist": {
3995
                "type": "zip",
3996
                "url": "https://api.github.com/repos/symfony/process/zipball/ea043ab5d8ed13b467a9087d81cb876aee7f689a",
3997
                "reference": "ea043ab5d8ed13b467a9087d81cb876aee7f689a",
3998
                "shasum": ""
3999
            },
4000
            "require": {
4001
                "php": "^7.1.3"
4002
            },
4003
            "type": "library",
4004
            "extra": {
4005
                "branch-alias": {
4006
                    "dev-master": "4.2-dev"
4007
                }
4008
            },
4009
            "autoload": {
4010
                "psr-4": {
4011
                    "Symfony\\Component\\Process\\": ""
4012
                },
4013
                "exclude-from-classmap": [
4014
                    "/Tests/"
4015
                ]
4016
            },
4017
            "notification-url": "https://packagist.org/downloads/",
4018
            "license": [
4019
                "MIT"
4020
            ],
4021
            "authors": [
4022
                {
4023
                    "name": "Fabien Potencier",
4024
                    "email": "[email protected]"
4025
                },
4026
                {
4027
                    "name": "Symfony Community",
4028
                    "homepage": "https://symfony.com/contributors"
4029
                }
4030
            ],
4031
            "description": "Symfony Process Component",
4032
            "homepage": "https://symfony.com",
4033
            "time": "2019-01-03T14:48:52+00:00"
4034
        },
4035
        {
4036
            "name": "theseer/tokenizer",
4037
            "version": "1.1.0",
4038
            "source": {
4039
                "type": "git",
4040
                "url": "https://github.com/theseer/tokenizer.git",
4041
                "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b"
4042
            },
4043
            "dist": {
4044
                "type": "zip",
4045
                "url": "https://api.github.com/repos/theseer/tokenizer/zipball/cb2f008f3f05af2893a87208fe6a6c4985483f8b",
4046
                "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b",
4047
                "shasum": ""
4048
            },
4049
            "require": {
4050
                "ext-dom": "*",
4051
                "ext-tokenizer": "*",
4052
                "ext-xmlwriter": "*",
4053
                "php": "^7.0"
4054
            },
4055
            "type": "library",
4056
            "autoload": {
4057
                "classmap": [
4058
                    "src/"
4059
                ]
4060
            },
4061
            "notification-url": "https://packagist.org/downloads/",
4062
            "license": [
4063
                "BSD-3-Clause"
4064
            ],
4065
            "authors": [
4066
                {
4067
                    "name": "Arne Blankerts",
4068
                    "email": "[email protected]",
4069
                    "role": "Developer"
4070
                }
4071
            ],
4072
            "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
4073
            "time": "2017-04-07T12:08:54+00:00"
4074
        },
4075
        {
4076
            "name": "vectorface/dunit",
4077
            "version": "v2.1.0",
4078
            "source": {
4079
                "type": "git",
4080
                "url": "https://github.com/Vectorface/dunit.git",
4081
                "reference": "3f04c7a8bef5ff100666e92db96e93f80a6640bf"
4082
            },
4083
            "dist": {
4084
                "type": "zip",
4085
                "url": "https://api.github.com/repos/Vectorface/dunit/zipball/3f04c7a8bef5ff100666e92db96e93f80a6640bf",
4086
                "reference": "3f04c7a8bef5ff100666e92db96e93f80a6640bf",
4087
                "shasum": ""
4088
            },
4089
            "require-dev": {
4090
                "phpunit/phpunit": "~4.3",
4091
                "symfony/console": "~2.5"
4092
            },
4093
            "bin": [
4094
                "bin/dunit"
4095
            ],
4096
            "type": "library",
4097
            "autoload": {
4098
                "psr-4": {
4099
                    "Vectorface\\Dunit\\": "src"
4100
                }
4101
            },
4102
            "notification-url": "https://packagist.org/downloads/",
4103
            "license": [
4104
                "MIT"
4105
            ],
4106
            "authors": [
4107
                {
4108
                    "name": "Daniel Bruce",
4109
                    "email": "[email protected]",
4110
                    "role": "Developer"
4111
                },
4112
                {
4113
                    "name": "Cory Darby",
4114
                    "email": "[email protected]",
4115
                    "role": "Developer"
4116
                }
4117
            ],
4118
            "description": "Test code against multiple versions of PHP with the help of docker",
4119
            "homepage": "https://github.com/Vectorface/dunit",
4120
            "keywords": [
4121
                "docker",
4122
                "php",
4123
                "phpunit",
4124
                "testing"
4125
            ],
4126
            "time": "2015-03-31T19:30:02+00:00"
4127
        },
4128
        {
4129
            "name": "webmozart/assert",
4130
            "version": "1.3.0",
4131
            "source": {
4132
                "type": "git",
4133
                "url": "https://github.com/webmozart/assert.git",
4134
                "reference": "0df1908962e7a3071564e857d86874dad1ef204a"
4135
            },
4136
            "dist": {
4137
                "type": "zip",
4138
                "url": "https://api.github.com/repos/webmozart/assert/zipball/0df1908962e7a3071564e857d86874dad1ef204a",
4139
                "reference": "0df1908962e7a3071564e857d86874dad1ef204a",
4140
                "shasum": ""
4141
            },
4142
            "require": {
4143
                "php": "^5.3.3 || ^7.0"
4144
            },
4145
            "require-dev": {
4146
                "phpunit/phpunit": "^4.6",
4147
                "sebastian/version": "^1.0.1"
4148
            },
4149
            "type": "library",
4150
            "extra": {
4151
                "branch-alias": {
4152
                    "dev-master": "1.3-dev"
4153
                }
4154
            },
4155
            "autoload": {
4156
                "psr-4": {
4157
                    "Webmozart\\Assert\\": "src/"
4158
                }
4159
            },
4160
            "notification-url": "https://packagist.org/downloads/",
4161
            "license": [
4162
                "MIT"
4163
            ],
4164
            "authors": [
4165
                {
4166
                    "name": "Bernhard Schussek",
4167
                    "email": "[email protected]"
4168
                }
4169
            ],
4170
            "description": "Assertions to validate method input/output with nice error messages.",
4171
            "keywords": [
4172
                "assert",
4173
                "check",
4174
                "validate"
4175
            ],
4176
            "time": "2018-01-29T19:49:41+00:00"
4177
        }
4178
    ],
4179
    "aliases": [],
4180
    "minimum-stability": "stable",
4181
    "stability-flags": [],
4182
    "prefer-stable": false,
4183
    "prefer-lowest": false,
4184
    "platform": {
4185
        "php": "^7.2"
4186
    },
4187
    "platform-dev": [],
4188
    "platform-overrides": {
4189
        "php": "7.2"
4190
    }
4191
}
4192