GitHub Access Token became invalid

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

composer.lock (2 issues)

Upgrade to new PHP Analysis Engine

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

1
{
2
    "_readme": [
3
        "This file locks the dependencies of your project to a known state",
4
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
5
        "This file is @generated automatically"
6
    ],
7
    "content-hash": "e74cfd369955bba40f6944649979a6c9",
8
    "packages": [
9
        {
10
            "name": "aura/intl",
11
            "version": "3.0.0",
12
            "source": {
13
                "type": "git",
14
                "url": "https://github.com/auraphp/Aura.Intl.git",
15
                "reference": "7fce228980b19bf4dee2d7bbd6202a69b0dde926"
16
            },
17
            "dist": {
18
                "type": "zip",
19
                "url": "https://api.github.com/repos/auraphp/Aura.Intl/zipball/7fce228980b19bf4dee2d7bbd6202a69b0dde926",
20
                "reference": "7fce228980b19bf4dee2d7bbd6202a69b0dde926",
21
                "shasum": ""
22
            },
23
            "require": {
24
                "php": "^5.6|^7.0"
25
            },
26
            "type": "library",
27
            "autoload": {
28
                "psr-4": {
29
                    "Aura\\Intl\\": "src/"
30
                }
31
            },
32
            "notification-url": "https://packagist.org/downloads/",
33
            "license": [
34
                "MIT"
35
            ],
36
            "authors": [
37
                {
38
                    "name": "Aura.Intl Contributors",
39
                    "homepage": "https://github.com/auraphp/Aura.Intl/contributors"
40
                }
41
            ],
42
            "description": "The Aura Intl package provides internationalization tools, specifically message translation.",
43
            "homepage": "https://github.com/auraphp/Aura.Intl",
44
            "keywords": [
45
                "g11n",
46
                "globalization",
47
                "i18n",
48
                "internationalization",
49
                "intl",
50
                "l10n",
51
                "localization"
52
            ],
53
            "time": "2017-01-20T05:00:11+00:00"
54
        },
55
        {
56
            "name": "cakephp/cakephp",
57
            "version": "3.6.0",
58
            "source": {
59
                "type": "git",
60
                "url": "https://github.com/cakephp/cakephp.git",
61
                "reference": "ed9947e5ad1e74ce9eba9b1474596db35e416b00"
62
            },
63
            "dist": {
64
                "type": "zip",
65
                "url": "https://api.github.com/repos/cakephp/cakephp/zipball/ed9947e5ad1e74ce9eba9b1474596db35e416b00",
66
                "reference": "ed9947e5ad1e74ce9eba9b1474596db35e416b00",
67
                "shasum": ""
68
            },
69
            "require": {
70
                "aura/intl": "^3.0.0",
71
                "cakephp/chronos": "^1.0.1",
72
                "ext-intl": "*",
73
                "ext-mbstring": "*",
74
                "php": ">=5.6.0",
75
                "psr/log": "^1.0.0",
76
                "zendframework/zend-diactoros": "^1.4.0"
77
            },
78
            "conflict": {
79
                "phpunit/phpunit": "<5.7"
80
            },
81
            "replace": {
82
                "cakephp/cache": "self.version",
83
                "cakephp/collection": "self.version",
84
                "cakephp/core": "self.version",
85
                "cakephp/database": "self.version",
86
                "cakephp/datasource": "self.version",
87
                "cakephp/event": "self.version",
88
                "cakephp/filesystem": "self.version",
89
                "cakephp/form": "self.version",
90
                "cakephp/i18n": "self.version",
91
                "cakephp/log": "self.version",
92
                "cakephp/orm": "self.version",
93
                "cakephp/utility": "self.version",
94
                "cakephp/validation": "self.version"
95
            },
96
            "require-dev": {
97
                "cakephp/cakephp-codesniffer": "^3.0",
98
                "phpunit/phpunit": "^5.7.14|^6.0"
99
            },
100
            "suggest": {
101
                "ext-openssl": "To use Security::encrypt() or have secure CSRF token generation.",
102
                "lib-ICU": "The intl PHP library, to use Text::transliterate() or Text::slug()"
103
            },
104
            "type": "library",
105
            "autoload": {
106
                "psr-4": {
107
                    "Cake\\": "src/"
108
                },
109
                "files": [
110
                    "src/Core/functions.php",
111
                    "src/Collection/functions.php",
112
                    "src/I18n/functions.php",
113
                    "src/Utility/bootstrap.php"
114
                ]
115
            },
116
            "notification-url": "https://packagist.org/downloads/",
117
            "license": [
118
                "MIT"
119
            ],
120
            "authors": [
121
                {
122
                    "name": "CakePHP Community",
123
                    "homepage": "https://github.com/cakephp/cakephp/graphs/contributors"
124
                }
125
            ],
126
            "description": "The CakePHP framework",
127
            "homepage": "https://cakephp.org",
128
            "keywords": [
129
                "conventions over configuration",
130
                "dry",
131
                "form",
132
                "framework",
133
                "mvc",
134
                "orm",
135
                "psr-7",
136
                "rapid-development",
137
                "validation"
138
            ],
139
            "time": "2018-04-15T02:01:30+00:00"
140
        },
141
        {
142
            "name": "cakephp/chronos",
143
            "version": "1.1.4",
144
            "source": {
145
                "type": "git",
146
                "url": "https://github.com/cakephp/chronos.git",
147
                "reference": "85bcaea6a832684b32ef54b2487b0c14a172e9e6"
148
            },
149
            "dist": {
150
                "type": "zip",
151
                "url": "https://api.github.com/repos/cakephp/chronos/zipball/85bcaea6a832684b32ef54b2487b0c14a172e9e6",
152
                "reference": "85bcaea6a832684b32ef54b2487b0c14a172e9e6",
153
                "shasum": ""
154
            },
155
            "require": {
156
                "php": "^5.5.9|^7"
157
            },
158
            "require-dev": {
159
                "athletic/athletic": "~0.1",
160
                "cakephp/cakephp-codesniffer": "~2.3",
161
                "phpbench/phpbench": "@dev",
162
                "phpstan/phpstan": "^0.6.4",
163
                "phpunit/phpunit": "<6.0"
164
            },
165
            "type": "library",
166
            "autoload": {
167
                "psr-4": {
168
                    "Cake\\Chronos\\": "src"
169
                },
170
                "files": [
171
                    "src/carbon_compat.php"
172
                ]
173
            },
174
            "notification-url": "https://packagist.org/downloads/",
175
            "license": [
176
                "MIT"
177
            ],
178
            "authors": [
179
                {
180
                    "name": "Brian Nesbitt",
181
                    "email": "[email protected]",
182
                    "homepage": "http://nesbot.com"
183
                },
184
                {
185
                    "name": "The CakePHP Team",
186
                    "homepage": "http://cakephp.org"
187
                }
188
            ],
189
            "description": "A simple API extension for DateTime.",
190
            "homepage": "http://cakephp.org",
191
            "keywords": [
192
                "date",
193
                "datetime",
194
                "time"
195
            ],
196
            "time": "2018-01-13T12:19:50+00:00"
197
        },
198
        {
199
            "name": "cboden/ratchet",
200
            "version": "v0.4.1",
201
            "source": {
202
                "type": "git",
203
                "url": "https://github.com/ratchetphp/Ratchet.git",
204
                "reference": "0d31f3a8ad4795fd48397712709e55cd07f51360"
205
            },
206
            "dist": {
207
                "type": "zip",
208
                "url": "https://api.github.com/repos/ratchetphp/Ratchet/zipball/0d31f3a8ad4795fd48397712709e55cd07f51360",
209
                "reference": "0d31f3a8ad4795fd48397712709e55cd07f51360",
210
                "shasum": ""
211
            },
212
            "require": {
213
                "guzzlehttp/psr7": "^1.0",
214
                "php": ">=5.4.2",
215
                "ratchet/rfc6455": "^0.2",
216
                "react/socket": "^1.0 || ^0.8 || ^0.7 || ^0.6 || ^0.5",
217
                "symfony/http-foundation": "^2.6|^3.0|^4.0",
218
                "symfony/routing": "^2.6|^3.0|^4.0"
219
            },
220
            "require-dev": {
221
                "phpunit/phpunit": "~4.8"
222
            },
223
            "type": "library",
224
            "autoload": {
225
                "psr-4": {
226
                    "Ratchet\\": "src/Ratchet"
227
                }
228
            },
229
            "notification-url": "https://packagist.org/downloads/",
230
            "license": [
231
                "MIT"
232
            ],
233
            "authors": [
234
                {
235
                    "name": "Chris Boden",
236
                    "email": "[email protected]",
237
                    "role": "Developer"
238
                }
239
            ],
240
            "description": "PHP WebSocket library",
241
            "homepage": "http://socketo.me",
242
            "keywords": [
243
                "Ratchet",
244
                "WebSockets",
245
                "server",
246
                "sockets",
247
                "websocket"
248
            ],
249
            "time": "2017-12-12T00:49:31+00:00"
250
        },
251
        {
252
            "name": "doctrine/annotations",
253
            "version": "v1.6.0",
254
            "source": {
255
                "type": "git",
256
                "url": "https://github.com/doctrine/annotations.git",
257
                "reference": "c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5"
258
            },
259
            "dist": {
260
                "type": "zip",
261
                "url": "https://api.github.com/repos/doctrine/annotations/zipball/c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5",
262
                "reference": "c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5",
263
                "shasum": ""
264
            },
265
            "require": {
266
                "doctrine/lexer": "1.*",
267
                "php": "^7.1"
268
            },
269
            "require-dev": {
270
                "doctrine/cache": "1.*",
271
                "phpunit/phpunit": "^6.4"
272
            },
273
            "type": "library",
274
            "extra": {
275
                "branch-alias": {
276
                    "dev-master": "1.6.x-dev"
277
                }
278
            },
279
            "autoload": {
280
                "psr-4": {
281
                    "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
282
                }
283
            },
284
            "notification-url": "https://packagist.org/downloads/",
285
            "license": [
286
                "MIT"
287
            ],
288
            "authors": [
289
                {
290
                    "name": "Roman Borschel",
291
                    "email": "[email protected]"
292
                },
293
                {
294
                    "name": "Benjamin Eberlei",
295
                    "email": "[email protected]"
296
                },
297
                {
298
                    "name": "Guilherme Blanco",
299
                    "email": "[email protected]"
300
                },
301
                {
302
                    "name": "Jonathan Wage",
303
                    "email": "[email protected]"
304
                },
305
                {
306
                    "name": "Johannes Schmitt",
307
                    "email": "[email protected]"
308
                }
309
            ],
310
            "description": "Docblock Annotations Parser",
311
            "homepage": "http://www.doctrine-project.org",
312
            "keywords": [
313
                "annotations",
314
                "docblock",
315
                "parser"
316
            ],
317
            "time": "2017-12-06T07:11:42+00:00"
318
        },
319
        {
320
            "name": "doctrine/lexer",
321
            "version": "v1.0.1",
322
            "source": {
323
                "type": "git",
324
                "url": "https://github.com/doctrine/lexer.git",
325
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
326
            },
327
            "dist": {
328
                "type": "zip",
329
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
330
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
331
                "shasum": ""
332
            },
333
            "require": {
334
                "php": ">=5.3.2"
335
            },
336
            "type": "library",
337
            "extra": {
338
                "branch-alias": {
339
                    "dev-master": "1.0.x-dev"
340
                }
341
            },
342
            "autoload": {
343
                "psr-0": {
344
                    "Doctrine\\Common\\Lexer\\": "lib/"
345
                }
346
            },
347
            "notification-url": "https://packagist.org/downloads/",
348
            "license": [
349
                "MIT"
350
            ],
351
            "authors": [
352
                {
353
                    "name": "Roman Borschel",
354
                    "email": "[email protected]"
355
                },
356
                {
357
                    "name": "Guilherme Blanco",
358
                    "email": "[email protected]"
359
                },
360
                {
361
                    "name": "Johannes Schmitt",
362
                    "email": "[email protected]"
363
                }
364
            ],
365
            "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
366
            "homepage": "http://www.doctrine-project.org",
367
            "keywords": [
368
                "lexer",
369
                "parser"
370
            ],
371
            "time": "2014-09-09T13:34:57+00:00"
372
        },
373
        {
374
            "name": "evenement/evenement",
375
            "version": "v3.0.1",
376
            "source": {
377
                "type": "git",
378
                "url": "https://github.com/igorw/evenement.git",
379
                "reference": "531bfb9d15f8aa57454f5f0285b18bec903b8fb7"
380
            },
381
            "dist": {
382
                "type": "zip",
383
                "url": "https://api.github.com/repos/igorw/evenement/zipball/531bfb9d15f8aa57454f5f0285b18bec903b8fb7",
384
                "reference": "531bfb9d15f8aa57454f5f0285b18bec903b8fb7",
385
                "shasum": ""
386
            },
387
            "require": {
388
                "php": ">=7.0"
389
            },
390
            "require-dev": {
391
                "phpunit/phpunit": "^6.0"
392
            },
393
            "type": "library",
394
            "autoload": {
395
                "psr-0": {
396
                    "Evenement": "src"
397
                }
398
            },
399
            "notification-url": "https://packagist.org/downloads/",
400
            "license": [
401
                "MIT"
402
            ],
403
            "authors": [
404
                {
405
                    "name": "Igor Wiedler",
406
                    "email": "[email protected]"
407
                }
408
            ],
409
            "description": "Événement is a very simple event dispatching library for PHP",
410
            "keywords": [
411
                "event-dispatcher",
412
                "event-emitter"
413
            ],
414
            "time": "2017-07-23T21:35:13+00:00"
415
        },
416
        {
417
            "name": "guzzlehttp/psr7",
418
            "version": "1.4.2",
419
            "source": {
420
                "type": "git",
421
                "url": "https://github.com/guzzle/psr7.git",
422
                "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c"
423
            },
424
            "dist": {
425
                "type": "zip",
426
                "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
427
                "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
428
                "shasum": ""
429
            },
430
            "require": {
431
                "php": ">=5.4.0",
432
                "psr/http-message": "~1.0"
433
            },
434
            "provide": {
435
                "psr/http-message-implementation": "1.0"
436
            },
437
            "require-dev": {
438
                "phpunit/phpunit": "~4.0"
439
            },
440
            "type": "library",
441
            "extra": {
442
                "branch-alias": {
443
                    "dev-master": "1.4-dev"
444
                }
445
            },
446
            "autoload": {
447
                "psr-4": {
448
                    "GuzzleHttp\\Psr7\\": "src/"
449
                },
450
                "files": [
451
                    "src/functions_include.php"
452
                ]
453
            },
454
            "notification-url": "https://packagist.org/downloads/",
455
            "license": [
456
                "MIT"
457
            ],
458
            "authors": [
459
                {
460
                    "name": "Michael Dowling",
461
                    "email": "[email protected]",
462
                    "homepage": "https://github.com/mtdowling"
463
                },
464
                {
465
                    "name": "Tobias Schultze",
466
                    "homepage": "https://github.com/Tobion"
467
                }
468
            ],
469
            "description": "PSR-7 message implementation that also provides common utility methods",
470
            "keywords": [
471
                "http",
472
                "message",
473
                "request",
474
                "response",
475
                "stream",
476
                "uri",
477
                "url"
478
            ],
479
            "time": "2017-03-20T17:10:46+00:00"
480
        },
481
        {
482
            "name": "igorw/get-in",
483
            "version": "v1.0.3",
484
            "source": {
485
                "type": "git",
486
                "url": "https://github.com/igorw/get-in.git",
487
                "reference": "170ded831f49abc6a6061f655aba9bdbcf7b8111"
488
            },
489
            "dist": {
490
                "type": "zip",
491
                "url": "https://api.github.com/repos/igorw/get-in/zipball/170ded831f49abc6a6061f655aba9bdbcf7b8111",
492
                "reference": "170ded831f49abc6a6061f655aba9bdbcf7b8111",
493
                "shasum": ""
494
            },
495
            "require": {
496
                "php": ">=5.4"
497
            },
498
            "type": "library",
499
            "extra": {
500
                "branch-alias": {
501
                    "dev-master": "1.0-dev"
502
                }
503
            },
504
            "autoload": {
505
                "files": [
506
                    "src/get_in.php"
507
                ]
508
            },
509
            "notification-url": "https://packagist.org/downloads/",
510
            "license": [
511
                "MIT"
512
            ],
513
            "authors": [
514
                {
515
                    "name": "Igor Wiedler",
516
                    "email": "[email protected]"
517
                }
518
            ],
519
            "description": "Functions for for hash map (assoc array) traversal.",
520
            "keywords": [
521
                "assoc-array",
522
                "hash-map"
523
            ],
524
            "time": "2014-12-15T23:03:51+00:00"
525
        },
526
        {
527
            "name": "lcobucci/jwt",
528
            "version": "3.2.2",
529
            "source": {
530
                "type": "git",
531
                "url": "https://github.com/lcobucci/jwt.git",
532
                "reference": "0b5930be73582369e10c4d4bb7a12bac927a203c"
533
            },
534
            "dist": {
535
                "type": "zip",
536
                "url": "https://api.github.com/repos/lcobucci/jwt/zipball/0b5930be73582369e10c4d4bb7a12bac927a203c",
537
                "reference": "0b5930be73582369e10c4d4bb7a12bac927a203c",
538
                "shasum": ""
539
            },
540
            "require": {
541
                "ext-openssl": "*",
542
                "php": ">=5.5"
543
            },
544
            "require-dev": {
545
                "mdanter/ecc": "~0.3.1",
546
                "mikey179/vfsstream": "~1.5",
547
                "phpmd/phpmd": "~2.2",
548
                "phpunit/php-invoker": "~1.1",
549
                "phpunit/phpunit": "~4.5",
550
                "squizlabs/php_codesniffer": "~2.3"
551
            },
552
            "suggest": {
553
                "mdanter/ecc": "Required to use Elliptic Curves based algorithms."
554
            },
555
            "type": "library",
556
            "extra": {
557
                "branch-alias": {
558
                    "dev-master": "3.1-dev"
559
                }
560
            },
561
            "autoload": {
562
                "psr-4": {
563
                    "Lcobucci\\JWT\\": "src"
564
                }
565
            },
566
            "notification-url": "https://packagist.org/downloads/",
567
            "license": [
568
                "BSD-3-Clause"
569
            ],
570
            "authors": [
571
                {
572
                    "name": "Luís Otávio Cobucci Oblonczyk",
573
                    "email": "[email protected]",
574
                    "role": "Developer"
575
                }
576
            ],
577
            "description": "A simple library to work with JSON Web Token and JSON Web Signature",
578
            "keywords": [
579
                "JWS",
580
                "jwt"
581
            ],
582
            "time": "2017-09-01T08:23:26+00:00"
583
        },
584
        {
585
            "name": "psr/http-message",
586
            "version": "1.0.1",
587
            "source": {
588
                "type": "git",
589
                "url": "https://github.com/php-fig/http-message.git",
590
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
591
            },
592
            "dist": {
593
                "type": "zip",
594
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
595
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
596
                "shasum": ""
597
            },
598
            "require": {
599
                "php": ">=5.3.0"
600
            },
601
            "type": "library",
602
            "extra": {
603
                "branch-alias": {
604
                    "dev-master": "1.0.x-dev"
605
                }
606
            },
607
            "autoload": {
608
                "psr-4": {
609
                    "Psr\\Http\\Message\\": "src/"
610
                }
611
            },
612
            "notification-url": "https://packagist.org/downloads/",
613
            "license": [
614
                "MIT"
615
            ],
616
            "authors": [
617
                {
618
                    "name": "PHP-FIG",
619
                    "homepage": "http://www.php-fig.org/"
620
                }
621
            ],
622
            "description": "Common interface for HTTP messages",
623
            "homepage": "https://github.com/php-fig/http-message",
624
            "keywords": [
625
                "http",
626
                "http-message",
627
                "psr",
628
                "psr-7",
629
                "request",
630
                "response"
631
            ],
632
            "time": "2016-08-06T14:39:51+00:00"
633
        },
634
        {
635
            "name": "psr/log",
636
            "version": "1.0.2",
637
            "source": {
638
                "type": "git",
639
                "url": "https://github.com/php-fig/log.git",
640
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
641
            },
642
            "dist": {
643
                "type": "zip",
644
                "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
645
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
646
                "shasum": ""
647
            },
648
            "require": {
649
                "php": ">=5.3.0"
650
            },
651
            "type": "library",
652
            "extra": {
653
                "branch-alias": {
654
                    "dev-master": "1.0.x-dev"
655
                }
656
            },
657
            "autoload": {
658
                "psr-4": {
659
                    "Psr\\Log\\": "Psr/Log/"
660
                }
661
            },
662
            "notification-url": "https://packagist.org/downloads/",
663
            "license": [
664
                "MIT"
665
            ],
666
            "authors": [
667
                {
668
                    "name": "PHP-FIG",
669
                    "homepage": "http://www.php-fig.org/"
670
                }
671
            ],
672
            "description": "Common interface for logging libraries",
673
            "homepage": "https://github.com/php-fig/log",
674
            "keywords": [
675
                "log",
676
                "psr",
677
                "psr-3"
678
            ],
679
            "time": "2016-10-10T12:19:37+00:00"
680
        },
681
        {
682
            "name": "ratchet/rfc6455",
683
            "version": "v0.2.3",
684
            "source": {
685
                "type": "git",
686
                "url": "https://github.com/ratchetphp/RFC6455.git",
687
                "reference": "cc8a1a46a703ce01de10fdb5fab387381b66edc8"
688
            },
689
            "dist": {
690
                "type": "zip",
691
                "url": "https://api.github.com/repos/ratchetphp/RFC6455/zipball/cc8a1a46a703ce01de10fdb5fab387381b66edc8",
692
                "reference": "cc8a1a46a703ce01de10fdb5fab387381b66edc8",
693
                "shasum": ""
694
            },
695
            "require": {
696
                "guzzlehttp/psr7": "^1.0",
697
                "php": ">=5.4.2"
698
            },
699
            "require-dev": {
700
                "phpunit/phpunit": "4.8.*",
701
                "react/http": "^0.4.1",
702
                "react/socket-client": "^0.4.3"
703
            },
704
            "type": "library",
705
            "autoload": {
706
                "psr-4": {
707
                    "Ratchet\\RFC6455\\": "src"
708
                }
709
            },
710
            "notification-url": "https://packagist.org/downloads/",
711
            "license": [
712
                "MIT"
713
            ],
714
            "authors": [
715
                {
716
                    "name": "Chris Boden",
717
                    "email": "[email protected]",
718
                    "role": "Developer"
719
                }
720
            ],
721
            "description": "RFC6455 WebSocket protocol handler",
722
            "homepage": "http://socketo.me",
723
            "keywords": [
724
                "WebSockets",
725
                "rfc6455",
726
                "websocket"
727
            ],
728
            "time": "2017-09-13T13:49:42+00:00"
729
        },
730
        {
731
            "name": "react/cache",
732
            "version": "v0.4.2",
733
            "source": {
734
                "type": "git",
735
                "url": "https://github.com/reactphp/cache.git",
736
                "reference": "75494f26b4ef089db9bf8c90b63c296246e099e8"
737
            },
738
            "dist": {
739
                "type": "zip",
740
                "url": "https://api.github.com/repos/reactphp/cache/zipball/75494f26b4ef089db9bf8c90b63c296246e099e8",
741
                "reference": "75494f26b4ef089db9bf8c90b63c296246e099e8",
742
                "shasum": ""
743
            },
744
            "require": {
745
                "php": ">=5.3.0",
746
                "react/promise": "~2.0|~1.1"
747
            },
748
            "require-dev": {
749
                "phpunit/phpunit": "^6.4 || ^5.7 || ^4.8.35"
750
            },
751
            "type": "library",
752
            "autoload": {
753
                "psr-4": {
754
                    "React\\Cache\\": "src/"
755
                }
756
            },
757
            "notification-url": "https://packagist.org/downloads/",
758
            "license": [
759
                "MIT"
760
            ],
761
            "description": "Async, Promise-based cache interface for ReactPHP",
762
            "keywords": [
763
                "cache",
764
                "caching",
765
                "promise",
766
                "reactphp"
767
            ],
768
            "time": "2017-12-20T16:47:13+00:00"
769
        },
770
        {
771
            "name": "react/dns",
772
            "version": "v0.4.13",
773
            "source": {
774
                "type": "git",
775
                "url": "https://github.com/reactphp/dns.git",
776
                "reference": "7d1e08c300fd7de600810883386ee5e2a64898f4"
777
            },
778
            "dist": {
779
                "type": "zip",
780
                "url": "https://api.github.com/repos/reactphp/dns/zipball/7d1e08c300fd7de600810883386ee5e2a64898f4",
781
                "reference": "7d1e08c300fd7de600810883386ee5e2a64898f4",
782
                "shasum": ""
783
            },
784
            "require": {
785
                "php": ">=5.3.0",
786
                "react/cache": "~0.4.0|~0.3.0",
787
                "react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3.5",
788
                "react/promise": "^2.1 || ^1.2.1",
789
                "react/promise-timer": "^1.2",
790
                "react/stream": "^1.0 || ^0.7 || ^0.6 || ^0.5 || ^0.4.5"
791
            },
792
            "require-dev": {
793
                "clue/block-react": "^1.2",
794
                "phpunit/phpunit": "^6.4 || ^5.7 || ^4.8.35"
795
            },
796
            "type": "library",
797
            "autoload": {
798
                "psr-4": {
799
                    "React\\Dns\\": "src"
800
                }
801
            },
802
            "notification-url": "https://packagist.org/downloads/",
803
            "license": [
804
                "MIT"
805
            ],
806
            "description": "Async DNS resolver for ReactPHP",
807
            "keywords": [
808
                "async",
809
                "dns",
810
                "dns-resolver",
811
                "reactphp"
812
            ],
813
            "time": "2018-02-27T12:51:22+00:00"
814
        },
815
        {
816
            "name": "react/event-loop",
817
            "version": "v0.4.3",
818
            "source": {
819
                "type": "git",
820
                "url": "https://github.com/reactphp/event-loop.git",
821
                "reference": "8bde03488ee897dc6bb3d91e4e17c353f9c5252f"
822
            },
823
            "dist": {
824
                "type": "zip",
825
                "url": "https://api.github.com/repos/reactphp/event-loop/zipball/8bde03488ee897dc6bb3d91e4e17c353f9c5252f",
826
                "reference": "8bde03488ee897dc6bb3d91e4e17c353f9c5252f",
827
                "shasum": ""
828
            },
829
            "require": {
830
                "php": ">=5.4.0"
831
            },
832
            "require-dev": {
833
                "phpunit/phpunit": "~4.8"
834
            },
835
            "suggest": {
836
                "ext-event": "~1.0",
837
                "ext-libev": "*",
838
                "ext-libevent": ">=0.1.0"
839
            },
840
            "type": "library",
841
            "autoload": {
842
                "psr-4": {
843
                    "React\\EventLoop\\": "src"
844
                }
845
            },
846
            "notification-url": "https://packagist.org/downloads/",
847
            "license": [
848
                "MIT"
849
            ],
850
            "description": "Event loop abstraction layer that libraries can use for evented I/O.",
851
            "keywords": [
852
                "asynchronous",
853
                "event-loop"
854
            ],
855
            "time": "2017-04-27T10:56:23+00:00"
856
        },
857
        {
858
            "name": "react/promise",
859
            "version": "v2.5.1",
860
            "source": {
861
                "type": "git",
862
                "url": "https://github.com/reactphp/promise.git",
863
                "reference": "62785ae604c8d69725d693eb370e1d67e94c4053"
864
            },
865
            "dist": {
866
                "type": "zip",
867
                "url": "https://api.github.com/repos/reactphp/promise/zipball/62785ae604c8d69725d693eb370e1d67e94c4053",
868
                "reference": "62785ae604c8d69725d693eb370e1d67e94c4053",
869
                "shasum": ""
870
            },
871
            "require": {
872
                "php": ">=5.4.0"
873
            },
874
            "require-dev": {
875
                "phpunit/phpunit": "~4.8"
876
            },
877
            "type": "library",
878
            "autoload": {
879
                "psr-4": {
880
                    "React\\Promise\\": "src/"
881
                },
882
                "files": [
883
                    "src/functions_include.php"
884
                ]
885
            },
886
            "notification-url": "https://packagist.org/downloads/",
887
            "license": [
888
                "MIT"
889
            ],
890
            "authors": [
891
                {
892
                    "name": "Jan Sorgalla",
893
                    "email": "[email protected]"
894
                }
895
            ],
896
            "description": "A lightweight implementation of CommonJS Promises/A for PHP",
897
            "keywords": [
898
                "promise",
899
                "promises"
900
            ],
901
            "time": "2017-03-25T12:08:31+00:00"
902
        },
903
        {
904
            "name": "react/promise-timer",
905
            "version": "v1.2.1",
906
            "source": {
907
                "type": "git",
908
                "url": "https://github.com/reactphp/promise-timer.git",
909
                "reference": "9b4cd9cbe7457e0d87fe8aa7ccceab8a2c830fbd"
910
            },
911
            "dist": {
912
                "type": "zip",
913
                "url": "https://api.github.com/repos/reactphp/promise-timer/zipball/9b4cd9cbe7457e0d87fe8aa7ccceab8a2c830fbd",
914
                "reference": "9b4cd9cbe7457e0d87fe8aa7ccceab8a2c830fbd",
915
                "shasum": ""
916
            },
917
            "require": {
918
                "php": ">=5.3",
919
                "react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3.5",
920
                "react/promise": "~2.1|~1.2"
921
            },
922
            "require-dev": {
923
                "phpunit/phpunit": "^6.4 || ^5.7 || ^4.8.35"
924
            },
925
            "type": "library",
926
            "autoload": {
927
                "psr-4": {
928
                    "React\\Promise\\Timer\\": "src/"
929
                },
930
                "files": [
931
                    "src/functions.php"
932
                ]
933
            },
934
            "notification-url": "https://packagist.org/downloads/",
935
            "license": [
936
                "MIT"
937
            ],
938
            "authors": [
939
                {
940
                    "name": "Christian Lück",
941
                    "email": "[email protected]"
942
                }
943
            ],
944
            "description": "A trivial implementation of timeouts for Promises, built on top of ReactPHP.",
945
            "homepage": "https://github.com/react/promise-timer",
946
            "keywords": [
947
                "async",
948
                "event-loop",
949
                "promise",
950
                "reactphp",
951
                "timeout",
952
                "timer"
953
            ],
954
            "time": "2017-12-22T15:41:41+00:00"
955
        },
956
        {
957
            "name": "react/socket",
958
            "version": "v0.8.10",
959
            "source": {
960
                "type": "git",
961
                "url": "https://github.com/reactphp/socket.git",
962
                "reference": "d3957313c92b539537fccc80170c05a27ec25796"
963
            },
964
            "dist": {
965
                "type": "zip",
966
                "url": "https://api.github.com/repos/reactphp/socket/zipball/d3957313c92b539537fccc80170c05a27ec25796",
967
                "reference": "d3957313c92b539537fccc80170c05a27ec25796",
968
                "shasum": ""
969
            },
970
            "require": {
971
                "evenement/evenement": "^3.0 || ^2.0 || ^1.0",
972
                "php": ">=5.3.0",
973
                "react/dns": "^0.4.13",
974
                "react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3.5",
975
                "react/promise": "^2.1 || ^1.2",
976
                "react/promise-timer": "~1.0",
977
                "react/stream": "^1.0 || ^0.7.1"
978
            },
979
            "require-dev": {
980
                "clue/block-react": "^1.2",
981
                "phpunit/phpunit": "^6.4 || ^5.7 || ^4.8.35"
982
            },
983
            "type": "library",
984
            "autoload": {
985
                "psr-4": {
986
                    "React\\Socket\\": "src"
987
                }
988
            },
989
            "notification-url": "https://packagist.org/downloads/",
990
            "license": [
991
                "MIT"
992
            ],
993
            "description": "Async, streaming plaintext TCP/IP and secure TLS socket server and client connections for ReactPHP",
994
            "keywords": [
995
                "Connection",
996
                "Socket",
997
                "async",
998
                "reactphp",
999
                "stream"
1000
            ],
1001
            "time": "2018-02-28T09:32:38+00:00"
1002
        },
1003
        {
1004
            "name": "react/stream",
1005
            "version": "v0.7.7",
1006
            "source": {
1007
                "type": "git",
1008
                "url": "https://github.com/reactphp/stream.git",
1009
                "reference": "10100896018fd847a257cd81143b8e1b7be08e40"
1010
            },
1011
            "dist": {
1012
                "type": "zip",
1013
                "url": "https://api.github.com/repos/reactphp/stream/zipball/10100896018fd847a257cd81143b8e1b7be08e40",
1014
                "reference": "10100896018fd847a257cd81143b8e1b7be08e40",
1015
                "shasum": ""
1016
            },
1017
            "require": {
1018
                "evenement/evenement": "^3.0 || ^2.0 || ^1.0",
1019
                "php": ">=5.3.8",
1020
                "react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3.5"
1021
            },
1022
            "require-dev": {
1023
                "clue/stream-filter": "~1.2",
1024
                "phpunit/phpunit": "^6.4 || ^5.7 || ^4.8.35"
1025
            },
1026
            "type": "library",
1027
            "autoload": {
1028
                "psr-4": {
1029
                    "React\\Stream\\": "src"
1030
                }
1031
            },
1032
            "notification-url": "https://packagist.org/downloads/",
1033
            "license": [
1034
                "MIT"
1035
            ],
1036
            "description": "Event-driven readable and writable streams for non-blocking I/O in ReactPHP",
1037
            "keywords": [
1038
                "event-driven",
1039
                "io",
1040
                "non-blocking",
1041
                "pipe",
1042
                "reactphp",
1043
                "readable",
1044
                "stream",
1045
                "writable"
1046
            ],
1047
            "time": "2018-01-19T15:04:38+00:00"
1048
        },
1049
        {
1050
            "name": "symfony/event-dispatcher",
1051
            "version": "v4.0.8",
1052
            "source": {
1053
                "type": "git",
1054
                "url": "https://github.com/symfony/event-dispatcher.git",
1055
                "reference": "63353a71073faf08f62caab4e6889b06a787f07b"
1056
            },
1057
            "dist": {
1058
                "type": "zip",
1059
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/63353a71073faf08f62caab4e6889b06a787f07b",
1060
                "reference": "63353a71073faf08f62caab4e6889b06a787f07b",
1061
                "shasum": ""
1062
            },
1063
            "require": {
1064
                "php": "^7.1.3"
1065
            },
1066
            "conflict": {
1067
                "symfony/dependency-injection": "<3.4"
1068
            },
1069
            "require-dev": {
1070
                "psr/log": "~1.0",
1071
                "symfony/config": "~3.4|~4.0",
1072
                "symfony/dependency-injection": "~3.4|~4.0",
1073
                "symfony/expression-language": "~3.4|~4.0",
1074
                "symfony/stopwatch": "~3.4|~4.0"
1075
            },
1076
            "suggest": {
1077
                "symfony/dependency-injection": "",
1078
                "symfony/http-kernel": ""
1079
            },
1080
            "type": "library",
1081
            "extra": {
1082
                "branch-alias": {
1083
                    "dev-master": "4.0-dev"
1084
                }
1085
            },
1086
            "autoload": {
1087
                "psr-4": {
1088
                    "Symfony\\Component\\EventDispatcher\\": ""
1089
                },
1090
                "exclude-from-classmap": [
1091
                    "/Tests/"
1092
                ]
1093
            },
1094
            "notification-url": "https://packagist.org/downloads/",
1095
            "license": [
1096
                "MIT"
1097
            ],
1098
            "authors": [
1099
                {
1100
                    "name": "Fabien Potencier",
1101
                    "email": "[email protected]"
1102
                },
1103
                {
1104
                    "name": "Symfony Community",
1105
                    "homepage": "https://symfony.com/contributors"
1106
                }
1107
            ],
1108
            "description": "Symfony EventDispatcher Component",
1109
            "homepage": "https://symfony.com",
1110
            "time": "2018-04-06T07:35:43+00:00"
1111
        },
1112
        {
1113
            "name": "symfony/http-foundation",
0 ignored issues
show
There are 2 security advisories for your installed version of symfony/http-foundation:

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