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/mocha-... ( b12a03...252666 )
by
unknown
286:40 queued 276:35
created

composer.lock (1 issue)

Upgrade to new PHP Analysis Engine

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

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

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