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
Pull Request — master (#4)
by Cees-Jan
02:33
created

composer.lock (1 issue)

Upgrade to new PHP Analysis Engine

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

1
{
2
    "_readme": [
3
        "This file locks the dependencies of your project to a known state",
4
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
5
        "This file is @generated automatically"
6
    ],
7
    "hash": "f34567b675a8764b41505d4472f39f98",
8
    "content-hash": "f62a094905c6f542e8a985701325c37a",
9
    "packages": [
10
        {
11
            "name": "clue/block-react",
12
            "version": "v1.1.0",
13
            "source": {
14
                "type": "git",
15
                "url": "https://github.com/clue/php-block-react.git",
16
                "reference": "ed70f8d497dd265e30bc7dd19cf86b2e149b1ecf"
17
            },
18
            "dist": {
19
                "type": "zip",
20
                "url": "https://api.github.com/repos/clue/php-block-react/zipball/ed70f8d497dd265e30bc7dd19cf86b2e149b1ecf",
21
                "reference": "ed70f8d497dd265e30bc7dd19cf86b2e149b1ecf",
22
                "shasum": ""
23
            },
24
            "require": {
25
                "php": ">=5.3",
26
                "react/event-loop": "0.4.*|0.3.*",
27
                "react/promise": "~2.1|~1.2",
28
                "react/promise-timer": "~1.0"
29
            },
30
            "type": "library",
31
            "autoload": {
32
                "files": [
33
                    "src/functions.php"
34
                ]
35
            },
36
            "notification-url": "https://packagist.org/downloads/",
37
            "license": [
38
                "MIT"
39
            ],
40
            "authors": [
41
                {
42
                    "name": "Christian Lück",
43
                    "email": "[email protected]"
44
                }
45
            ],
46
            "description": "Integrate async React PHP components into your blocking environment",
47
            "homepage": "https://github.com/clue/php-block-react",
48
            "keywords": [
49
                "async",
50
                "blocking",
51
                "event loop",
52
                "promise",
53
                "reactphp",
54
                "synchronous"
55
            ],
56
            "time": "2016-03-09 15:10:22"
57
        },
58
        {
59
            "name": "doctrine/annotations",
60
            "version": "v1.2.7",
61
            "source": {
62
                "type": "git",
63
                "url": "https://github.com/doctrine/annotations.git",
64
                "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535"
65
            },
66
            "dist": {
67
                "type": "zip",
68
                "url": "https://api.github.com/repos/doctrine/annotations/zipball/f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
69
                "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
70
                "shasum": ""
71
            },
72
            "require": {
73
                "doctrine/lexer": "1.*",
74
                "php": ">=5.3.2"
75
            },
76
            "require-dev": {
77
                "doctrine/cache": "1.*",
78
                "phpunit/phpunit": "4.*"
79
            },
80
            "type": "library",
81
            "extra": {
82
                "branch-alias": {
83
                    "dev-master": "1.3.x-dev"
84
                }
85
            },
86
            "autoload": {
87
                "psr-0": {
88
                    "Doctrine\\Common\\Annotations\\": "lib/"
89
                }
90
            },
91
            "notification-url": "https://packagist.org/downloads/",
92
            "license": [
93
                "MIT"
94
            ],
95
            "authors": [
96
                {
97
                    "name": "Roman Borschel",
98
                    "email": "[email protected]"
99
                },
100
                {
101
                    "name": "Benjamin Eberlei",
102
                    "email": "[email protected]"
103
                },
104
                {
105
                    "name": "Guilherme Blanco",
106
                    "email": "[email protected]"
107
                },
108
                {
109
                    "name": "Jonathan Wage",
110
                    "email": "[email protected]"
111
                },
112
                {
113
                    "name": "Johannes Schmitt",
114
                    "email": "[email protected]"
115
                }
116
            ],
117
            "description": "Docblock Annotations Parser",
118
            "homepage": "http://www.doctrine-project.org",
119
            "keywords": [
120
                "annotations",
121
                "docblock",
122
                "parser"
123
            ],
124
            "time": "2015-08-31 12:32:49"
125
        },
126
        {
127
            "name": "doctrine/lexer",
128
            "version": "v1.0.1",
129
            "source": {
130
                "type": "git",
131
                "url": "https://github.com/doctrine/lexer.git",
132
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
133
            },
134
            "dist": {
135
                "type": "zip",
136
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
137
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
138
                "shasum": ""
139
            },
140
            "require": {
141
                "php": ">=5.3.2"
142
            },
143
            "type": "library",
144
            "extra": {
145
                "branch-alias": {
146
                    "dev-master": "1.0.x-dev"
147
                }
148
            },
149
            "autoload": {
150
                "psr-0": {
151
                    "Doctrine\\Common\\Lexer\\": "lib/"
152
                }
153
            },
154
            "notification-url": "https://packagist.org/downloads/",
155
            "license": [
156
                "MIT"
157
            ],
158
            "authors": [
159
                {
160
                    "name": "Roman Borschel",
161
                    "email": "[email protected]"
162
                },
163
                {
164
                    "name": "Guilherme Blanco",
165
                    "email": "[email protected]"
166
                },
167
                {
168
                    "name": "Johannes Schmitt",
169
                    "email": "[email protected]"
170
                }
171
            ],
172
            "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
173
            "homepage": "http://www.doctrine-project.org",
174
            "keywords": [
175
                "lexer",
176
                "parser"
177
            ],
178
            "time": "2014-09-09 13:34:57"
179
        },
180
        {
181
            "name": "evenement/evenement",
182
            "version": "v2.0.0",
183
            "source": {
184
                "type": "git",
185
                "url": "https://github.com/igorw/evenement.git",
186
                "reference": "f6e843799fd4f4184d54d8fc7b5b3551c9fa803e"
187
            },
188
            "dist": {
189
                "type": "zip",
190
                "url": "https://api.github.com/repos/igorw/evenement/zipball/f6e843799fd4f4184d54d8fc7b5b3551c9fa803e",
191
                "reference": "f6e843799fd4f4184d54d8fc7b5b3551c9fa803e",
192
                "shasum": ""
193
            },
194
            "require": {
195
                "php": ">=5.4.0"
196
            },
197
            "type": "library",
198
            "extra": {
199
                "branch-alias": {
200
                    "dev-master": "2.0-dev"
201
                }
202
            },
203
            "autoload": {
204
                "psr-0": {
205
                    "Evenement": "src"
206
                }
207
            },
208
            "notification-url": "https://packagist.org/downloads/",
209
            "license": [
210
                "MIT"
211
            ],
212
            "authors": [
213
                {
214
                    "name": "Igor Wiedler",
215
                    "email": "[email protected]",
216
                    "homepage": "http://wiedler.ch/igor/"
217
                }
218
            ],
219
            "description": "Événement is a very simple event dispatching library for PHP",
220
            "keywords": [
221
                "event-dispatcher",
222
                "event-emitter"
223
            ],
224
            "time": "2012-11-02 14:49:47"
225
        },
226
        {
227
            "name": "guzzlehttp/guzzle",
0 ignored issues
show
There is a security advisory for your installed version of guzzlehttp/guzzle:

HTTP Proxy header vulnerability
Loading history...
228
            "version": "6.2.0",
229
            "source": {
230
                "type": "git",
231
                "url": "https://github.com/guzzle/guzzle.git",
232
                "reference": "d094e337976dff9d8e2424e8485872194e768662"
233
            },
234
            "dist": {
235
                "type": "zip",
236
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/d094e337976dff9d8e2424e8485872194e768662",
237
                "reference": "d094e337976dff9d8e2424e8485872194e768662",
238
                "shasum": ""
239
            },
240
            "require": {
241
                "guzzlehttp/promises": "~1.0",
242
                "guzzlehttp/psr7": "~1.1",
243
                "php": ">=5.5.0"
244
            },
245
            "require-dev": {
246
                "ext-curl": "*",
247
                "phpunit/phpunit": "~4.0",
248
                "psr/log": "~1.0"
249
            },
250
            "type": "library",
251
            "extra": {
252
                "branch-alias": {
253
                    "dev-master": "6.2-dev"
254
                }
255
            },
256
            "autoload": {
257
                "files": [
258
                    "src/functions_include.php"
259
                ],
260
                "psr-4": {
261
                    "GuzzleHttp\\": "src/"
262
                }
263
            },
264
            "notification-url": "https://packagist.org/downloads/",
265
            "license": [
266
                "MIT"
267
            ],
268
            "authors": [
269
                {
270
                    "name": "Michael Dowling",
271
                    "email": "[email protected]",
272
                    "homepage": "https://github.com/mtdowling"
273
                }
274
            ],
275
            "description": "Guzzle is a PHP HTTP client library",
276
            "homepage": "http://guzzlephp.org/",
277
            "keywords": [
278
                "client",
279
                "curl",
280
                "framework",
281
                "http",
282
                "http client",
283
                "rest",
284
                "web service"
285
            ],
286
            "time": "2016-03-21 20:02:09"
287
        },
288
        {
289
            "name": "guzzlehttp/promises",
290
            "version": "1.1.0",
291
            "source": {
292
                "type": "git",
293
                "url": "https://github.com/guzzle/promises.git",
294
                "reference": "bb9024c526b22f3fe6ae55a561fd70653d470aa8"
295
            },
296
            "dist": {
297
                "type": "zip",
298
                "url": "https://api.github.com/repos/guzzle/promises/zipball/bb9024c526b22f3fe6ae55a561fd70653d470aa8",
299
                "reference": "bb9024c526b22f3fe6ae55a561fd70653d470aa8",
300
                "shasum": ""
301
            },
302
            "require": {
303
                "php": ">=5.5.0"
304
            },
305
            "require-dev": {
306
                "phpunit/phpunit": "~4.0"
307
            },
308
            "type": "library",
309
            "extra": {
310
                "branch-alias": {
311
                    "dev-master": "1.0-dev"
312
                }
313
            },
314
            "autoload": {
315
                "psr-4": {
316
                    "GuzzleHttp\\Promise\\": "src/"
317
                },
318
                "files": [
319
                    "src/functions_include.php"
320
                ]
321
            },
322
            "notification-url": "https://packagist.org/downloads/",
323
            "license": [
324
                "MIT"
325
            ],
326
            "authors": [
327
                {
328
                    "name": "Michael Dowling",
329
                    "email": "[email protected]",
330
                    "homepage": "https://github.com/mtdowling"
331
                }
332
            ],
333
            "description": "Guzzle promises library",
334
            "keywords": [
335
                "promise"
336
            ],
337
            "time": "2016-03-08 01:15:46"
338
        },
339
        {
340
            "name": "guzzlehttp/psr7",
341
            "version": "1.3.0",
342
            "source": {
343
                "type": "git",
344
                "url": "https://github.com/guzzle/psr7.git",
345
                "reference": "31382fef2889136415751badebbd1cb022a4ed72"
346
            },
347
            "dist": {
348
                "type": "zip",
349
                "url": "https://api.github.com/repos/guzzle/psr7/zipball/31382fef2889136415751badebbd1cb022a4ed72",
350
                "reference": "31382fef2889136415751badebbd1cb022a4ed72",
351
                "shasum": ""
352
            },
353
            "require": {
354
                "php": ">=5.4.0",
355
                "psr/http-message": "~1.0"
356
            },
357
            "provide": {
358
                "psr/http-message-implementation": "1.0"
359
            },
360
            "require-dev": {
361
                "phpunit/phpunit": "~4.0"
362
            },
363
            "type": "library",
364
            "extra": {
365
                "branch-alias": {
366
                    "dev-master": "1.0-dev"
367
                }
368
            },
369
            "autoload": {
370
                "psr-4": {
371
                    "GuzzleHttp\\Psr7\\": "src/"
372
                },
373
                "files": [
374
                    "src/functions_include.php"
375
                ]
376
            },
377
            "notification-url": "https://packagist.org/downloads/",
378
            "license": [
379
                "MIT"
380
            ],
381
            "authors": [
382
                {
383
                    "name": "Michael Dowling",
384
                    "email": "[email protected]",
385
                    "homepage": "https://github.com/mtdowling"
386
                }
387
            ],
388
            "description": "PSR-7 message implementation",
389
            "keywords": [
390
                "http",
391
                "message",
392
                "stream",
393
                "uri"
394
            ],
395
            "time": "2016-04-13 19:56:01"
396
        },
397
        {
398
            "name": "nikic/php-parser",
399
            "version": "v2.1.0",
400
            "source": {
401
                "type": "git",
402
                "url": "https://github.com/nikic/PHP-Parser.git",
403
                "reference": "47b254ea51f1d6d5dc04b9b299e88346bf2369e3"
404
            },
405
            "dist": {
406
                "type": "zip",
407
                "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/47b254ea51f1d6d5dc04b9b299e88346bf2369e3",
408
                "reference": "47b254ea51f1d6d5dc04b9b299e88346bf2369e3",
409
                "shasum": ""
410
            },
411
            "require": {
412
                "ext-tokenizer": "*",
413
                "php": ">=5.4"
414
            },
415
            "require-dev": {
416
                "phpunit/phpunit": "~4.0"
417
            },
418
            "bin": [
419
                "bin/php-parse"
420
            ],
421
            "type": "library",
422
            "extra": {
423
                "branch-alias": {
424
                    "dev-master": "2.1-dev"
425
                }
426
            },
427
            "autoload": {
428
                "psr-4": {
429
                    "PhpParser\\": "lib/PhpParser"
430
                }
431
            },
432
            "notification-url": "https://packagist.org/downloads/",
433
            "license": [
434
                "BSD-3-Clause"
435
            ],
436
            "authors": [
437
                {
438
                    "name": "Nikita Popov"
439
                }
440
            ],
441
            "description": "A PHP parser written in PHP",
442
            "keywords": [
443
                "parser",
444
                "php"
445
            ],
446
            "time": "2016-04-19 13:41:41"
447
        },
448
        {
449
            "name": "ocramius/code-generator-utils",
450
            "version": "0.4.0",
451
            "source": {
452
                "type": "git",
453
                "url": "https://github.com/Ocramius/CodeGenerationUtils.git",
454
                "reference": "7dc0be1dec3376d95ba094688f0d84f7cf95f300"
455
            },
456
            "dist": {
457
                "type": "zip",
458
                "url": "https://api.github.com/repos/Ocramius/CodeGenerationUtils/zipball/7dc0be1dec3376d95ba094688f0d84f7cf95f300",
459
                "reference": "7dc0be1dec3376d95ba094688f0d84f7cf95f300",
460
                "shasum": ""
461
            },
462
            "require": {
463
                "nikic/php-parser": "~2.0",
464
                "php": "~7.0"
465
            },
466
            "require-dev": {
467
                "phpunit/phpunit": "~5.0",
468
                "squizlabs/php_codesniffer": "~2.0"
469
            },
470
            "type": "library",
471
            "extra": {
472
                "branch-alias": {
473
                    "dev-master": "1.0.x-dev"
474
                }
475
            },
476
            "autoload": {
477
                "psr-4": {
478
                    "CodeGenerationUtils\\": "src/CodeGenerationUtils"
479
                }
480
            },
481
            "notification-url": "https://packagist.org/downloads/",
482
            "license": [
483
                "MIT"
484
            ],
485
            "authors": [
486
                {
487
                    "name": "Marco Pivetta",
488
                    "email": "[email protected]",
489
                    "homepage": "http://ocramius.github.com/"
490
                }
491
            ],
492
            "description": "A set of code generator utilities built on top of PHP-Parsers that ease its use when combined with Reflection",
493
            "homepage": "https://github.com/Ocramius/CodeGenerationUtils",
494
            "keywords": [
495
                "code generation",
496
                "compiler",
497
                "parser",
498
                "php code",
499
                "reflection"
500
            ],
501
            "time": "2016-01-12 09:22:58"
502
        },
503
        {
504
            "name": "ocramius/generated-hydrator",
505
            "version": "2.0.0",
506
            "source": {
507
                "type": "git",
508
                "url": "https://github.com/Ocramius/GeneratedHydrator.git",
509
                "reference": "98a731e7d4e393513cb6f4e7f120da853680fb50"
510
            },
511
            "dist": {
512
                "type": "zip",
513
                "url": "https://api.github.com/repos/Ocramius/GeneratedHydrator/zipball/98a731e7d4e393513cb6f4e7f120da853680fb50",
514
                "reference": "98a731e7d4e393513cb6f4e7f120da853680fb50",
515
                "shasum": ""
516
            },
517
            "require": {
518
                "nikic/php-parser": "~2.0",
519
                "ocramius/code-generator-utils": "0.4.*",
520
                "php": "~7.0",
521
                "zendframework/zend-hydrator": "^2.0"
522
            },
523
            "require-dev": {
524
                "athletic/athletic": "~0.1.6",
525
                "phpunit/phpunit": "~5.0",
526
                "squizlabs/php_codesniffer": "~2.0"
527
            },
528
            "type": "library",
529
            "extra": {
530
                "branch-alias": {
531
                    "dev-master": "2.1.x-dev"
532
                }
533
            },
534
            "autoload": {
535
                "psr-0": {
536
                    "GeneratedHydrator\\": "src"
537
                }
538
            },
539
            "notification-url": "https://packagist.org/downloads/",
540
            "license": [
541
                "MIT"
542
            ],
543
            "authors": [
544
                {
545
                    "name": "Marco Pivetta",
546
                    "email": "[email protected]",
547
                    "homepage": "http://ocramius.github.com/"
548
                }
549
            ],
550
            "description": "An Object Hydrator that allows very fast array to object to array conversion",
551
            "homepage": "https://github.com/Ocramius/GeneratedHydrator",
552
            "keywords": [
553
                "array conversion",
554
                "hydrator",
555
                "object conversion",
556
                "performance",
557
                "serializer"
558
            ],
559
            "time": "2016-01-12 11:39:06"
560
        },
561
        {
562
            "name": "psr/http-message",
563
            "version": "1.0",
564
            "source": {
565
                "type": "git",
566
                "url": "https://github.com/php-fig/http-message.git",
567
                "reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298"
568
            },
569
            "dist": {
570
                "type": "zip",
571
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/85d63699f0dbedb190bbd4b0d2b9dc707ea4c298",
572
                "reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298",
573
                "shasum": ""
574
            },
575
            "require": {
576
                "php": ">=5.3.0"
577
            },
578
            "type": "library",
579
            "extra": {
580
                "branch-alias": {
581
                    "dev-master": "1.0.x-dev"
582
                }
583
            },
584
            "autoload": {
585
                "psr-4": {
586
                    "Psr\\Http\\Message\\": "src/"
587
                }
588
            },
589
            "notification-url": "https://packagist.org/downloads/",
590
            "license": [
591
                "MIT"
592
            ],
593
            "authors": [
594
                {
595
                    "name": "PHP-FIG",
596
                    "homepage": "http://www.php-fig.org/"
597
                }
598
            ],
599
            "description": "Common interface for HTTP messages",
600
            "keywords": [
601
                "http",
602
                "http-message",
603
                "psr",
604
                "psr-7",
605
                "request",
606
                "response"
607
            ],
608
            "time": "2015-05-04 20:22:00"
609
        },
610
        {
611
            "name": "react/cache",
612
            "version": "v0.4.1",
613
            "source": {
614
                "type": "git",
615
                "url": "https://github.com/reactphp/cache.git",
616
                "reference": "558f614891341b1d817a8cdf9a358948ec49638f"
617
            },
618
            "dist": {
619
                "type": "zip",
620
                "url": "https://api.github.com/repos/reactphp/cache/zipball/558f614891341b1d817a8cdf9a358948ec49638f",
621
                "reference": "558f614891341b1d817a8cdf9a358948ec49638f",
622
                "shasum": ""
623
            },
624
            "require": {
625
                "php": ">=5.3.0",
626
                "react/promise": "~2.0|~1.1"
627
            },
628
            "type": "library",
629
            "autoload": {
630
                "psr-4": {
631
                    "React\\Cache\\": "src\\"
632
                }
633
            },
634
            "notification-url": "https://packagist.org/downloads/",
635
            "license": [
636
                "MIT"
637
            ],
638
            "description": "Async caching.",
639
            "keywords": [
640
                "cache"
641
            ],
642
            "time": "2016-02-25 18:17:16"
643
        },
644
        {
645
            "name": "react/dns",
646
            "version": "v0.4.2",
647
            "source": {
648
                "type": "git",
649
                "url": "https://github.com/reactphp/dns.git",
650
                "reference": "62f6201e487df8add209cc42f05ffca33ee1ba05"
651
            },
652
            "dist": {
653
                "type": "zip",
654
                "url": "https://api.github.com/repos/reactphp/dns/zipball/62f6201e487df8add209cc42f05ffca33ee1ba05",
655
                "reference": "62f6201e487df8add209cc42f05ffca33ee1ba05",
656
                "shasum": ""
657
            },
658
            "require": {
659
                "php": ">=5.3.0",
660
                "react/cache": "~0.4.0|~0.3.0",
661
                "react/promise": "~2.0|~1.1",
662
                "react/socket": "~0.4.0|~0.3.0"
663
            },
664
            "type": "library",
665
            "extra": {
666
                "branch-alias": {
667
                    "dev-master": "0.4-dev"
668
                }
669
            },
670
            "autoload": {
671
                "psr-4": {
672
                    "React\\Dns\\": "src"
673
                }
674
            },
675
            "notification-url": "https://packagist.org/downloads/",
676
            "license": [
677
                "MIT"
678
            ],
679
            "description": "Async DNS resolver.",
680
            "keywords": [
681
                "dns",
682
                "dns-resolver"
683
            ],
684
            "time": "2016-02-24 23:45:36"
685
        },
686
        {
687
            "name": "react/event-loop",
688
            "version": "v0.4.2",
689
            "source": {
690
                "type": "git",
691
                "url": "https://github.com/reactphp/event-loop.git",
692
                "reference": "164799f73175e1c80bba92a220ea35df6ca371dd"
693
            },
694
            "dist": {
695
                "type": "zip",
696
                "url": "https://api.github.com/repos/reactphp/event-loop/zipball/164799f73175e1c80bba92a220ea35df6ca371dd",
697
                "reference": "164799f73175e1c80bba92a220ea35df6ca371dd",
698
                "shasum": ""
699
            },
700
            "require": {
701
                "php": ">=5.4.0"
702
            },
703
            "suggest": {
704
                "ext-event": "~1.0",
705
                "ext-libev": "*",
706
                "ext-libevent": ">=0.1.0"
707
            },
708
            "type": "library",
709
            "extra": {
710
                "branch-alias": {
711
                    "dev-master": "0.5-dev"
712
                }
713
            },
714
            "autoload": {
715
                "psr-4": {
716
                    "React\\EventLoop\\": "src"
717
                }
718
            },
719
            "notification-url": "https://packagist.org/downloads/",
720
            "license": [
721
                "MIT"
722
            ],
723
            "description": "Event loop abstraction layer that libraries can use for evented I/O.",
724
            "keywords": [
725
                "asynchronous",
726
                "event-loop"
727
            ],
728
            "time": "2016-03-08 02:09:32"
729
        },
730
        {
731
            "name": "react/http-client",
732
            "version": "v0.4.10",
733
            "source": {
734
                "type": "git",
735
                "url": "https://github.com/reactphp/http-client.git",
736
                "reference": "1a37937274cc7bf7ef194381c83f5a4ad5253575"
737
            },
738
            "dist": {
739
                "type": "zip",
740
                "url": "https://api.github.com/repos/reactphp/http-client/zipball/1a37937274cc7bf7ef194381c83f5a4ad5253575",
741
                "reference": "1a37937274cc7bf7ef194381c83f5a4ad5253575",
742
                "shasum": ""
743
            },
744
            "require": {
745
                "evenement/evenement": "~2.0",
746
                "guzzlehttp/psr7": "^1.0",
747
                "php": ">=5.4.0",
748
                "react/dns": "0.4.*",
749
                "react/event-loop": "0.4.*",
750
                "react/promise": "~2.2",
751
                "react/socket-client": "^0.5 || ^0.4 || ^0.3",
752
                "react/stream": "0.4.*"
753
            },
754
            "type": "library",
755
            "extra": {
756
                "branch-alias": {
757
                    "dev-master": "0.5-dev"
758
                }
759
            },
760
            "autoload": {
761
                "psr-4": {
762
                    "React\\HttpClient\\": "src"
763
                }
764
            },
765
            "notification-url": "https://packagist.org/downloads/",
766
            "license": [
767
                "MIT"
768
            ],
769
            "description": "Asynchronous HTTP client library.",
770
            "keywords": [
771
                "http"
772
            ],
773
            "time": "2016-03-21 14:01:16"
774
        },
775
        {
776
            "name": "react/promise",
777
            "version": "v2.4.1",
778
            "source": {
779
                "type": "git",
780
                "url": "https://github.com/reactphp/promise.git",
781
                "reference": "8025426794f1944de806618671d4fa476dc7626f"
782
            },
783
            "dist": {
784
                "type": "zip",
785
                "url": "https://api.github.com/repos/reactphp/promise/zipball/8025426794f1944de806618671d4fa476dc7626f",
786
                "reference": "8025426794f1944de806618671d4fa476dc7626f",
787
                "shasum": ""
788
            },
789
            "require": {
790
                "php": ">=5.4.0"
791
            },
792
            "type": "library",
793
            "extra": {
794
                "branch-alias": {
795
                    "dev-master": "2.0-dev"
796
                }
797
            },
798
            "autoload": {
799
                "psr-4": {
800
                    "React\\Promise\\": "src/"
801
                },
802
                "files": [
803
                    "src/functions_include.php"
804
                ]
805
            },
806
            "notification-url": "https://packagist.org/downloads/",
807
            "license": [
808
                "MIT"
809
            ],
810
            "authors": [
811
                {
812
                    "name": "Jan Sorgalla",
813
                    "email": "[email protected]"
814
                }
815
            ],
816
            "description": "A lightweight implementation of CommonJS Promises/A for PHP",
817
            "time": "2016-05-03 17:50:52"
818
        },
819
        {
820
            "name": "react/promise-timer",
821
            "version": "v1.1.0",
822
            "source": {
823
                "type": "git",
824
                "url": "https://github.com/reactphp/promise-timer.git",
825
                "reference": "6a46050d801688e08d1a550b97b1f3735505c62a"
826
            },
827
            "dist": {
828
                "type": "zip",
829
                "url": "https://api.github.com/repos/reactphp/promise-timer/zipball/6a46050d801688e08d1a550b97b1f3735505c62a",
830
                "reference": "6a46050d801688e08d1a550b97b1f3735505c62a",
831
                "shasum": ""
832
            },
833
            "require": {
834
                "php": ">=5.3",
835
                "react/event-loop": "~0.4.0|~0.3.0",
836
                "react/promise": "~2.1|~1.2"
837
            },
838
            "type": "library",
839
            "autoload": {
840
                "psr-4": {
841
                    "React\\Promise\\Timer\\": "src/"
842
                },
843
                "files": [
844
                    "src/functions.php"
845
                ]
846
            },
847
            "notification-url": "https://packagist.org/downloads/",
848
            "license": [
849
                "MIT"
850
            ],
851
            "authors": [
852
                {
853
                    "name": "Christian Lück",
854
                    "email": "[email protected]"
855
                }
856
            ],
857
            "description": "Trivial timeout implementation for Promises",
858
            "homepage": "https://github.com/react/promise-timer",
859
            "keywords": [
860
                "async",
861
                "event-loop",
862
                "promise",
863
                "reactphp",
864
                "timeout",
865
                "timer"
866
            ],
867
            "time": "2016-02-29 19:03:45"
868
        },
869
        {
870
            "name": "react/socket",
871
            "version": "v0.4.3",
872
            "source": {
873
                "type": "git",
874
                "url": "https://github.com/reactphp/socket.git",
875
                "reference": "ce015ec5879b96f5d30905f035f223aa85013fcc"
876
            },
877
            "dist": {
878
                "type": "zip",
879
                "url": "https://api.github.com/repos/reactphp/socket/zipball/ce015ec5879b96f5d30905f035f223aa85013fcc",
880
                "reference": "ce015ec5879b96f5d30905f035f223aa85013fcc",
881
                "shasum": ""
882
            },
883
            "require": {
884
                "evenement/evenement": "~2.0|~1.0",
885
                "php": ">=5.3.0",
886
                "react/event-loop": "0.4.*|0.3.*",
887
                "react/stream": "0.4.*|0.3.*"
888
            },
889
            "type": "library",
890
            "extra": {
891
                "branch-alias": {
892
                    "dev-master": "0.4-dev"
893
                }
894
            },
895
            "autoload": {
896
                "psr-4": {
897
                    "React\\Socket\\": "src"
898
                }
899
            },
900
            "notification-url": "https://packagist.org/downloads/",
901
            "license": [
902
                "MIT"
903
            ],
904
            "description": "Library for building an evented socket server.",
905
            "keywords": [
906
                "Socket"
907
            ],
908
            "time": "2016-03-01 20:10:35"
909
        },
910
        {
911
            "name": "react/socket-client",
912
            "version": "v0.5.0",
913
            "source": {
914
                "type": "git",
915
                "url": "https://github.com/reactphp/socket-client.git",
916
                "reference": "4ed32f2ce1e732586783c7ebd10b7d75386f2588"
917
            },
918
            "dist": {
919
                "type": "zip",
920
                "url": "https://api.github.com/repos/reactphp/socket-client/zipball/4ed32f2ce1e732586783c7ebd10b7d75386f2588",
921
                "reference": "4ed32f2ce1e732586783c7ebd10b7d75386f2588",
922
                "shasum": ""
923
            },
924
            "require": {
925
                "php": ">=5.3.0",
926
                "react/dns": "0.4.*|0.3.*",
927
                "react/event-loop": "0.4.*|0.3.*",
928
                "react/promise": "~2.0|~1.1",
929
                "react/stream": "0.4.*|0.3.*"
930
            },
931
            "require-dev": {
932
                "clue/block-react": "~1.0"
933
            },
934
            "type": "library",
935
            "autoload": {
936
                "psr-4": {
937
                    "React\\SocketClient\\": "src"
938
                }
939
            },
940
            "notification-url": "https://packagist.org/downloads/",
941
            "license": [
942
                "MIT"
943
            ],
944
            "description": "Async connector to open TCP/IP and SSL/TLS based connections.",
945
            "keywords": [
946
                "Socket"
947
            ],
948
            "time": "2016-03-19 13:11:48"
949
        },
950
        {
951
            "name": "react/stream",
952
            "version": "v0.4.3",
953
            "source": {
954
                "type": "git",
955
                "url": "https://github.com/reactphp/stream.git",
956
                "reference": "305b2328d2a2e157bc13b61a0f5c6e41b666b188"
957
            },
958
            "dist": {
959
                "type": "zip",
960
                "url": "https://api.github.com/repos/reactphp/stream/zipball/305b2328d2a2e157bc13b61a0f5c6e41b666b188",
961
                "reference": "305b2328d2a2e157bc13b61a0f5c6e41b666b188",
962
                "shasum": ""
963
            },
964
            "require": {
965
                "evenement/evenement": "^2.0|^1.0",
966
                "php": ">=5.3.8"
967
            },
968
            "require-dev": {
969
                "react/event-loop": "^0.4|^0.3",
970
                "react/promise": "^2.0|^1.0"
971
            },
972
            "suggest": {
973
                "react/event-loop": "^0.4",
974
                "react/promise": "^2.0"
975
            },
976
            "type": "library",
977
            "extra": {
978
                "branch-alias": {
979
                    "dev-master": "0.5-dev"
980
                }
981
            },
982
            "autoload": {
983
                "psr-4": {
984
                    "React\\Stream\\": "src"
985
                }
986
            },
987
            "notification-url": "https://packagist.org/downloads/",
988
            "license": [
989
                "MIT"
990
            ],
991
            "description": "Basic readable and writable stream interfaces that support piping.",
992
            "keywords": [
993
                "pipe",
994
                "stream"
995
            ],
996
            "time": "2015-10-07 18:32:58"
997
        },
998
        {
999
            "name": "reactivex/rxphp",
1000
            "version": "1.2.0",
1001
            "source": {
1002
                "type": "git",
1003
                "url": "https://github.com/ReactiveX/RxPHP.git",
1004
                "reference": "a0ef3c25f7593832cc6b2970ba48a7f15a006ab1"
1005
            },
1006
            "dist": {
1007
                "type": "zip",
1008
                "url": "https://api.github.com/repos/ReactiveX/RxPHP/zipball/a0ef3c25f7593832cc6b2970ba48a7f15a006ab1",
1009
                "reference": "a0ef3c25f7593832cc6b2970ba48a7f15a006ab1",
1010
                "shasum": ""
1011
            },
1012
            "require": {
1013
                "php": "~5.5|~7.0"
1014
            },
1015
            "require-dev": {
1016
                "react/event-loop": "~0.4.1",
1017
                "react/promise": "~2.2"
1018
            },
1019
            "suggest": {
1020
                "react/event-loop": "For using event-loop based scheduling.",
1021
                "react/promise": "For converting promises to and from observables."
1022
            },
1023
            "type": "library",
1024
            "extra": {
1025
                "branch-alias": {
1026
                    "dev-master": "1.3-dev"
1027
                }
1028
            },
1029
            "autoload": {
1030
                "psr-4": {
1031
                    "Rx\\": "lib/Rx"
1032
                }
1033
            },
1034
            "notification-url": "https://packagist.org/downloads/",
1035
            "license": [
1036
                "MIT"
1037
            ],
1038
            "authors": [
1039
                {
1040
                    "name": "Alexander",
1041
                    "email": "[email protected]"
1042
                },
1043
                {
1044
                    "name": "David Dan",
1045
                    "email": "[email protected]"
1046
                },
1047
                {
1048
                    "name": "Matt Bonneau",
1049
                    "email": "[email protected]"
1050
                }
1051
            ],
1052
            "description": "Reactive extensions for php.",
1053
            "homepage": "https://github.com/ReactiveX/RxPHP",
1054
            "keywords": [
1055
                "extensions",
1056
                "reactive",
1057
                "rx"
1058
            ],
1059
            "time": "2016-04-01 23:27:53"
1060
        },
1061
        {
1062
            "name": "wyrihaximus/react-guzzle-http-client",
1063
            "version": "3.0.2",
1064
            "source": {
1065
                "type": "git",
1066
                "url": "https://github.com/WyriHaximus/react-guzzle-http-client.git",
1067
                "reference": "a4606fd093b4d2d61a155930fb303ac760c2be1d"
1068
            },
1069
            "dist": {
1070
                "type": "zip",
1071
                "url": "https://api.github.com/repos/WyriHaximus/react-guzzle-http-client/zipball/a4606fd093b4d2d61a155930fb303ac760c2be1d",
1072
                "reference": "a4606fd093b4d2d61a155930fb303ac760c2be1d",
1073
                "shasum": ""
1074
            },
1075
            "require": {
1076
                "guzzlehttp/psr7": "^1.0",
1077
                "php": "^5.4|^7.0",
1078
                "psr/http-message": "^1.0",
1079
                "react/dns": "^0.4.1",
1080
                "react/http-client": "^0.4"
1081
            },
1082
            "require-dev": {
1083
                "phake/phake": "~1.0.6",
1084
                "phpunit/phpunit": "^4.0|^5.0",
1085
                "squizlabs/php_codesniffer": "~1.5.0",
1086
                "vectorface/dunit": "~2"
1087
            },
1088
            "type": "library",
1089
            "autoload": {
1090
                "psr-4": {
1091
                    "WyriHaximus\\React\\Guzzle\\HttpClient\\": "src/"
1092
                }
1093
            },
1094
            "notification-url": "https://packagist.org/downloads/",
1095
            "license": [
1096
                "MIT"
1097
            ],
1098
            "authors": [
1099
                {
1100
                    "name": "Cees-Jan Kiewiet",
1101
                    "email": "[email protected]",
1102
                    "homepage": "http://wyrihaximus.net/"
1103
                }
1104
            ],
1105
            "description": "Asyncronous GuzzleRing adapter powered by react/http-client",
1106
            "time": "2016-03-27 19:35:08"
1107
        },
1108
        {
1109
            "name": "wyrihaximus/react-guzzle-psr7",
1110
            "version": "1.0.0",
1111
            "source": {
1112
                "type": "git",
1113
                "url": "https://github.com/WyriHaximus/react-guzzle-psr7.git",
1114
                "reference": "7c32b5882f80bf66d2d69a6e1ace2b2fc26472a0"
1115
            },
1116
            "dist": {
1117
                "type": "zip",
1118
                "url": "https://api.github.com/repos/WyriHaximus/react-guzzle-psr7/zipball/7c32b5882f80bf66d2d69a6e1ace2b2fc26472a0",
1119
                "reference": "7c32b5882f80bf66d2d69a6e1ace2b2fc26472a0",
1120
                "shasum": ""
1121
            },
1122
            "require": {
1123
                "guzzlehttp/guzzle": "~6.0",
1124
                "react/dns": "^0.4.1",
1125
                "wyrihaximus/react-guzzle-http-client": "^3.0.0"
1126
            },
1127
            "require-dev": {
1128
                "phake/phake": "~1.0.6",
1129
                "phpunit/phpunit": "~4.0",
1130
                "squizlabs/php_codesniffer": "~1.5.0",
1131
                "vectorface/dunit": "~2.0"
1132
            },
1133
            "type": "library",
1134
            "autoload": {
1135
                "psr-4": {
1136
                    "WyriHaximus\\React\\GuzzlePsr7\\": "src/"
1137
                }
1138
            },
1139
            "notification-url": "https://packagist.org/downloads/",
1140
            "license": [
1141
                "MIT"
1142
            ],
1143
            "authors": [
1144
                {
1145
                    "name": "Cees-Jan Kiewiet",
1146
                    "email": "[email protected]",
1147
                    "homepage": "http://wyrihaximus.net/"
1148
                }
1149
            ],
1150
            "description": "Asyncronous Guzzle (PSR7) adapter powered by react/http-client",
1151
            "time": "2015-08-09 20:04:16"
1152
        },
1153
        {
1154
            "name": "wyrihaximus/ticking-promise",
1155
            "version": "1.6.1",
1156
            "source": {
1157
                "type": "git",
1158
                "url": "https://github.com/WyriHaximus/TickingPromise.git",
1159
                "reference": "8d26b1458e32c367ba6fb8ad5042046279acdb12"
1160
            },
1161
            "dist": {
1162
                "type": "zip",
1163
                "url": "https://api.github.com/repos/WyriHaximus/TickingPromise/zipball/8d26b1458e32c367ba6fb8ad5042046279acdb12",
1164
                "reference": "8d26b1458e32c367ba6fb8ad5042046279acdb12",
1165
                "shasum": ""
1166
            },
1167
            "require": {
1168
                "react/event-loop": "^0.4",
1169
                "react/promise": "~2.1"
1170
            },
1171
            "require-dev": {
1172
                "phpunit/phpunit": "~4.4",
1173
                "squizlabs/php_codesniffer": "^1.5.6",
1174
                "vectorface/dunit": "~1.4"
1175
            },
1176
            "type": "library",
1177
            "autoload": {
1178
                "psr-4": {
1179
                    "WyriHaximus\\React\\": "src/"
1180
                },
1181
                "files": [
1182
                    "src/functions_include.php"
1183
                ]
1184
            },
1185
            "notification-url": "https://packagist.org/downloads/",
1186
            "license": [
1187
                "MIT"
1188
            ],
1189
            "authors": [
1190
                {
1191
                    "name": "Cees-Jan Kiewiet",
1192
                    "email": "[email protected]",
1193
                    "homepage": "http://wyrihaximus.net/"
1194
                }
1195
            ],
1196
            "description": "Wrapping ticks into a promise",
1197
            "time": "2016-03-05 20:23:05"
1198
        },
1199
        {
1200
            "name": "zendframework/zend-hydrator",
1201
            "version": "2.2.1",
1202
            "source": {
1203
                "type": "git",
1204
                "url": "https://github.com/zendframework/zend-hydrator.git",
1205
                "reference": "0ac0d3e569781f1895670b0c8d0dc7f25b8a3182"
1206
            },
1207
            "dist": {
1208
                "type": "zip",
1209
                "url": "https://api.github.com/repos/zendframework/zend-hydrator/zipball/0ac0d3e569781f1895670b0c8d0dc7f25b8a3182",
1210
                "reference": "0ac0d3e569781f1895670b0c8d0dc7f25b8a3182",
1211
                "shasum": ""
1212
            },
1213
            "require": {
1214
                "php": "^5.5 || ^7.0",
1215
                "zendframework/zend-stdlib": "^3.0"
1216
            },
1217
            "require-dev": {
1218
                "phpunit/phpunit": "^4.5",
1219
                "squizlabs/php_codesniffer": "^2.3.1",
1220
                "zendframework/zend-eventmanager": "^3.0",
1221
                "zendframework/zend-filter": "^2.6",
1222
                "zendframework/zend-inputfilter": "^2.6",
1223
                "zendframework/zend-serializer": "^2.6.1",
1224
                "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3"
1225
            },
1226
            "suggest": {
1227
                "zendframework/zend-eventmanager": "^2.6.2 || ^3.0, to support aggregate hydrator usage",
1228
                "zendframework/zend-filter": "^2.6, to support naming strategy hydrator usage",
1229
                "zendframework/zend-serializer": "^2.6.1, to use the SerializableStrategy",
1230
                "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3, to support hydrator plugin manager usage"
1231
            },
1232
            "type": "library",
1233
            "extra": {
1234
                "branch-alias": {
1235
                    "dev-release-1.0": "1.0-dev",
1236
                    "dev-release-1.1": "1.1-dev",
1237
                    "dev-master": "2.2-dev",
1238
                    "dev-develop": "2.3-dev"
1239
                },
1240
                "zf": {
1241
                    "component": "Zend\\Hydrator",
1242
                    "config-provider": "Zend\\Hydrator\\ConfigProvider"
1243
                }
1244
            },
1245
            "autoload": {
1246
                "psr-4": {
1247
                    "Zend\\Hydrator\\": "src/"
1248
                }
1249
            },
1250
            "notification-url": "https://packagist.org/downloads/",
1251
            "license": [
1252
                "BSD-3-Clause"
1253
            ],
1254
            "homepage": "https://github.com/zendframework/zend-hydrator",
1255
            "keywords": [
1256
                "hydrator",
1257
                "zf2"
1258
            ],
1259
            "time": "2016-04-18 17:59:29"
1260
        },
1261
        {
1262
            "name": "zendframework/zend-stdlib",
1263
            "version": "3.0.1",
1264
            "source": {
1265
                "type": "git",
1266
                "url": "https://github.com/zendframework/zend-stdlib.git",
1267
                "reference": "8bafa58574204bdff03c275d1d618aaa601588ae"
1268
            },
1269
            "dist": {
1270
                "type": "zip",
1271
                "url": "https://api.github.com/repos/zendframework/zend-stdlib/zipball/8bafa58574204bdff03c275d1d618aaa601588ae",
1272
                "reference": "8bafa58574204bdff03c275d1d618aaa601588ae",
1273
                "shasum": ""
1274
            },
1275
            "require": {
1276
                "php": "^5.5 || ^7.0"
1277
            },
1278
            "require-dev": {
1279
                "athletic/athletic": "~0.1",
1280
                "fabpot/php-cs-fixer": "1.7.*",
1281
                "phpunit/phpunit": "~4.0"
1282
            },
1283
            "type": "library",
1284
            "extra": {
1285
                "branch-alias": {
1286
                    "dev-master": "3.0-dev",
1287
                    "dev-develop": "3.1-dev"
1288
                }
1289
            },
1290
            "autoload": {
1291
                "psr-4": {
1292
                    "Zend\\Stdlib\\": "src/"
1293
                }
1294
            },
1295
            "notification-url": "https://packagist.org/downloads/",
1296
            "license": [
1297
                "BSD-3-Clause"
1298
            ],
1299
            "homepage": "https://github.com/zendframework/zend-stdlib",
1300
            "keywords": [
1301
                "stdlib",
1302
                "zf2"
1303
            ],
1304
            "time": "2016-04-12 21:19:36"
1305
        }
1306
    ],
1307
    "packages-dev": [
1308
        {
1309
            "name": "doctrine/instantiator",
1310
            "version": "1.0.5",
1311
            "source": {
1312
                "type": "git",
1313
                "url": "https://github.com/doctrine/instantiator.git",
1314
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
1315
            },
1316
            "dist": {
1317
                "type": "zip",
1318
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
1319
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
1320
                "shasum": ""
1321
            },
1322
            "require": {
1323
                "php": ">=5.3,<8.0-DEV"
1324
            },
1325
            "require-dev": {
1326
                "athletic/athletic": "~0.1.8",
1327
                "ext-pdo": "*",
1328
                "ext-phar": "*",
1329
                "phpunit/phpunit": "~4.0",
1330
                "squizlabs/php_codesniffer": "~2.0"
1331
            },
1332
            "type": "library",
1333
            "extra": {
1334
                "branch-alias": {
1335
                    "dev-master": "1.0.x-dev"
1336
                }
1337
            },
1338
            "autoload": {
1339
                "psr-4": {
1340
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
1341
                }
1342
            },
1343
            "notification-url": "https://packagist.org/downloads/",
1344
            "license": [
1345
                "MIT"
1346
            ],
1347
            "authors": [
1348
                {
1349
                    "name": "Marco Pivetta",
1350
                    "email": "[email protected]",
1351
                    "homepage": "http://ocramius.github.com/"
1352
                }
1353
            ],
1354
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
1355
            "homepage": "https://github.com/doctrine/instantiator",
1356
            "keywords": [
1357
                "constructor",
1358
                "instantiate"
1359
            ],
1360
            "time": "2015-06-14 21:17:01"
1361
        },
1362
        {
1363
            "name": "myclabs/deep-copy",
1364
            "version": "1.5.1",
1365
            "source": {
1366
                "type": "git",
1367
                "url": "https://github.com/myclabs/DeepCopy.git",
1368
                "reference": "a8773992b362b58498eed24bf85005f363c34771"
1369
            },
1370
            "dist": {
1371
                "type": "zip",
1372
                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/a8773992b362b58498eed24bf85005f363c34771",
1373
                "reference": "a8773992b362b58498eed24bf85005f363c34771",
1374
                "shasum": ""
1375
            },
1376
            "require": {
1377
                "php": ">=5.4.0"
1378
            },
1379
            "require-dev": {
1380
                "doctrine/collections": "1.*",
1381
                "phpunit/phpunit": "~4.1"
1382
            },
1383
            "type": "library",
1384
            "autoload": {
1385
                "psr-4": {
1386
                    "DeepCopy\\": "src/DeepCopy/"
1387
                }
1388
            },
1389
            "notification-url": "https://packagist.org/downloads/",
1390
            "license": [
1391
                "MIT"
1392
            ],
1393
            "description": "Create deep copies (clones) of your objects",
1394
            "homepage": "https://github.com/myclabs/DeepCopy",
1395
            "keywords": [
1396
                "clone",
1397
                "copy",
1398
                "duplicate",
1399
                "object",
1400
                "object graph"
1401
            ],
1402
            "time": "2015-11-20 12:04:31"
1403
        },
1404
        {
1405
            "name": "phake/phake",
1406
            "version": "v2.3.0",
1407
            "source": {
1408
                "type": "git",
1409
                "url": "https://github.com/mlively/Phake.git",
1410
                "reference": "2202d361d34f2712dcc257afdedc6c30060dc9bd"
1411
            },
1412
            "dist": {
1413
                "type": "zip",
1414
                "url": "https://api.github.com/repos/mlively/Phake/zipball/2202d361d34f2712dcc257afdedc6c30060dc9bd",
1415
                "reference": "2202d361d34f2712dcc257afdedc6c30060dc9bd",
1416
                "shasum": ""
1417
            },
1418
            "require": {
1419
                "php": ">=5.3.3",
1420
                "sebastian/comparator": "~1.1"
1421
            },
1422
            "require-dev": {
1423
                "codeclimate/php-test-reporter": "dev-master",
1424
                "doctrine/common": "2.3.*",
1425
                "ext-soap": "*",
1426
                "hamcrest/hamcrest-php": "1.1.*",
1427
                "phpunit/phpunit": "3.7.*"
1428
            },
1429
            "suggest": {
1430
                "doctrine/common": "Allows mock annotations to use import statements for classes.",
1431
                "hamcrest/hamcrest-php": "Use Hamcrest matchers."
1432
            },
1433
            "type": "library",
1434
            "extra": {
1435
                "branch-alias": {
1436
                    "dev-master": "3.0.0-dev"
1437
                }
1438
            },
1439
            "autoload": {
1440
                "psr-0": {
1441
                    "Phake": "src/"
1442
                }
1443
            },
1444
            "notification-url": "https://packagist.org/downloads/",
1445
            "license": [
1446
                "BSD-3-Clause"
1447
            ],
1448
            "authors": [
1449
                {
1450
                    "name": "Mike Lively",
1451
                    "email": "[email protected]"
1452
                }
1453
            ],
1454
            "description": "The Phake mock testing library",
1455
            "homepage": "https://github.com/mlively/Phake",
1456
            "keywords": [
1457
                "mock",
1458
                "testing"
1459
            ],
1460
            "time": "2016-03-04 18:49:33"
1461
        },
1462
        {
1463
            "name": "phpdocumentor/reflection-docblock",
1464
            "version": "2.0.4",
1465
            "source": {
1466
                "type": "git",
1467
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
1468
                "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8"
1469
            },
1470
            "dist": {
1471
                "type": "zip",
1472
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8",
1473
                "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8",
1474
                "shasum": ""
1475
            },
1476
            "require": {
1477
                "php": ">=5.3.3"
1478
            },
1479
            "require-dev": {
1480
                "phpunit/phpunit": "~4.0"
1481
            },
1482
            "suggest": {
1483
                "dflydev/markdown": "~1.0",
1484
                "erusev/parsedown": "~1.0"
1485
            },
1486
            "type": "library",
1487
            "extra": {
1488
                "branch-alias": {
1489
                    "dev-master": "2.0.x-dev"
1490
                }
1491
            },
1492
            "autoload": {
1493
                "psr-0": {
1494
                    "phpDocumentor": [
1495
                        "src/"
1496
                    ]
1497
                }
1498
            },
1499
            "notification-url": "https://packagist.org/downloads/",
1500
            "license": [
1501
                "MIT"
1502
            ],
1503
            "authors": [
1504
                {
1505
                    "name": "Mike van Riel",
1506
                    "email": "[email protected]"
1507
                }
1508
            ],
1509
            "time": "2015-02-03 12:10:50"
1510
        },
1511
        {
1512
            "name": "phpspec/prophecy",
1513
            "version": "v1.6.0",
1514
            "source": {
1515
                "type": "git",
1516
                "url": "https://github.com/phpspec/prophecy.git",
1517
                "reference": "3c91bdf81797d725b14cb62906f9a4ce44235972"
1518
            },
1519
            "dist": {
1520
                "type": "zip",
1521
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/3c91bdf81797d725b14cb62906f9a4ce44235972",
1522
                "reference": "3c91bdf81797d725b14cb62906f9a4ce44235972",
1523
                "shasum": ""
1524
            },
1525
            "require": {
1526
                "doctrine/instantiator": "^1.0.2",
1527
                "php": "^5.3|^7.0",
1528
                "phpdocumentor/reflection-docblock": "~2.0",
1529
                "sebastian/comparator": "~1.1",
1530
                "sebastian/recursion-context": "~1.0"
1531
            },
1532
            "require-dev": {
1533
                "phpspec/phpspec": "~2.0"
1534
            },
1535
            "type": "library",
1536
            "extra": {
1537
                "branch-alias": {
1538
                    "dev-master": "1.5.x-dev"
1539
                }
1540
            },
1541
            "autoload": {
1542
                "psr-0": {
1543
                    "Prophecy\\": "src/"
1544
                }
1545
            },
1546
            "notification-url": "https://packagist.org/downloads/",
1547
            "license": [
1548
                "MIT"
1549
            ],
1550
            "authors": [
1551
                {
1552
                    "name": "Konstantin Kudryashov",
1553
                    "email": "[email protected]",
1554
                    "homepage": "http://everzet.com"
1555
                },
1556
                {
1557
                    "name": "Marcello Duarte",
1558
                    "email": "[email protected]"
1559
                }
1560
            ],
1561
            "description": "Highly opinionated mocking framework for PHP 5.3+",
1562
            "homepage": "https://github.com/phpspec/prophecy",
1563
            "keywords": [
1564
                "Double",
1565
                "Dummy",
1566
                "fake",
1567
                "mock",
1568
                "spy",
1569
                "stub"
1570
            ],
1571
            "time": "2016-02-15 07:46:21"
1572
        },
1573
        {
1574
            "name": "phpunit/php-code-coverage",
1575
            "version": "3.3.1",
1576
            "source": {
1577
                "type": "git",
1578
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
1579
                "reference": "2431befdd451fac43fbcde94d1a92fb3b8b68f86"
1580
            },
1581
            "dist": {
1582
                "type": "zip",
1583
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/2431befdd451fac43fbcde94d1a92fb3b8b68f86",
1584
                "reference": "2431befdd451fac43fbcde94d1a92fb3b8b68f86",
1585
                "shasum": ""
1586
            },
1587
            "require": {
1588
                "php": "^5.6 || ^7.0",
1589
                "phpunit/php-file-iterator": "~1.3",
1590
                "phpunit/php-text-template": "~1.2",
1591
                "phpunit/php-token-stream": "^1.4.2",
1592
                "sebastian/code-unit-reverse-lookup": "~1.0",
1593
                "sebastian/environment": "^1.3.2",
1594
                "sebastian/version": "~1.0|~2.0"
1595
            },
1596
            "require-dev": {
1597
                "ext-xdebug": ">=2.1.4",
1598
                "phpunit/phpunit": "~5"
1599
            },
1600
            "suggest": {
1601
                "ext-dom": "*",
1602
                "ext-xdebug": ">=2.4.0",
1603
                "ext-xmlwriter": "*"
1604
            },
1605
            "type": "library",
1606
            "extra": {
1607
                "branch-alias": {
1608
                    "dev-master": "3.3.x-dev"
1609
                }
1610
            },
1611
            "autoload": {
1612
                "classmap": [
1613
                    "src/"
1614
                ]
1615
            },
1616
            "notification-url": "https://packagist.org/downloads/",
1617
            "license": [
1618
                "BSD-3-Clause"
1619
            ],
1620
            "authors": [
1621
                {
1622
                    "name": "Sebastian Bergmann",
1623
                    "email": "[email protected]",
1624
                    "role": "lead"
1625
                }
1626
            ],
1627
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
1628
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
1629
            "keywords": [
1630
                "coverage",
1631
                "testing",
1632
                "xunit"
1633
            ],
1634
            "time": "2016-04-08 08:14:53"
1635
        },
1636
        {
1637
            "name": "phpunit/php-file-iterator",
1638
            "version": "1.4.1",
1639
            "source": {
1640
                "type": "git",
1641
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
1642
                "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0"
1643
            },
1644
            "dist": {
1645
                "type": "zip",
1646
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
1647
                "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
1648
                "shasum": ""
1649
            },
1650
            "require": {
1651
                "php": ">=5.3.3"
1652
            },
1653
            "type": "library",
1654
            "extra": {
1655
                "branch-alias": {
1656
                    "dev-master": "1.4.x-dev"
1657
                }
1658
            },
1659
            "autoload": {
1660
                "classmap": [
1661
                    "src/"
1662
                ]
1663
            },
1664
            "notification-url": "https://packagist.org/downloads/",
1665
            "license": [
1666
                "BSD-3-Clause"
1667
            ],
1668
            "authors": [
1669
                {
1670
                    "name": "Sebastian Bergmann",
1671
                    "email": "[email protected]",
1672
                    "role": "lead"
1673
                }
1674
            ],
1675
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
1676
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
1677
            "keywords": [
1678
                "filesystem",
1679
                "iterator"
1680
            ],
1681
            "time": "2015-06-21 13:08:43"
1682
        },
1683
        {
1684
            "name": "phpunit/php-text-template",
1685
            "version": "1.2.1",
1686
            "source": {
1687
                "type": "git",
1688
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
1689
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
1690
            },
1691
            "dist": {
1692
                "type": "zip",
1693
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
1694
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
1695
                "shasum": ""
1696
            },
1697
            "require": {
1698
                "php": ">=5.3.3"
1699
            },
1700
            "type": "library",
1701
            "autoload": {
1702
                "classmap": [
1703
                    "src/"
1704
                ]
1705
            },
1706
            "notification-url": "https://packagist.org/downloads/",
1707
            "license": [
1708
                "BSD-3-Clause"
1709
            ],
1710
            "authors": [
1711
                {
1712
                    "name": "Sebastian Bergmann",
1713
                    "email": "[email protected]",
1714
                    "role": "lead"
1715
                }
1716
            ],
1717
            "description": "Simple template engine.",
1718
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
1719
            "keywords": [
1720
                "template"
1721
            ],
1722
            "time": "2015-06-21 13:50:34"
1723
        },
1724
        {
1725
            "name": "phpunit/php-timer",
1726
            "version": "1.0.8",
1727
            "source": {
1728
                "type": "git",
1729
                "url": "https://github.com/sebastianbergmann/php-timer.git",
1730
                "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260"
1731
            },
1732
            "dist": {
1733
                "type": "zip",
1734
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/38e9124049cf1a164f1e4537caf19c99bf1eb260",
1735
                "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260",
1736
                "shasum": ""
1737
            },
1738
            "require": {
1739
                "php": ">=5.3.3"
1740
            },
1741
            "require-dev": {
1742
                "phpunit/phpunit": "~4|~5"
1743
            },
1744
            "type": "library",
1745
            "autoload": {
1746
                "classmap": [
1747
                    "src/"
1748
                ]
1749
            },
1750
            "notification-url": "https://packagist.org/downloads/",
1751
            "license": [
1752
                "BSD-3-Clause"
1753
            ],
1754
            "authors": [
1755
                {
1756
                    "name": "Sebastian Bergmann",
1757
                    "email": "[email protected]",
1758
                    "role": "lead"
1759
                }
1760
            ],
1761
            "description": "Utility class for timing",
1762
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
1763
            "keywords": [
1764
                "timer"
1765
            ],
1766
            "time": "2016-05-12 18:03:57"
1767
        },
1768
        {
1769
            "name": "phpunit/php-token-stream",
1770
            "version": "1.4.8",
1771
            "source": {
1772
                "type": "git",
1773
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
1774
                "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da"
1775
            },
1776
            "dist": {
1777
                "type": "zip",
1778
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
1779
                "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
1780
                "shasum": ""
1781
            },
1782
            "require": {
1783
                "ext-tokenizer": "*",
1784
                "php": ">=5.3.3"
1785
            },
1786
            "require-dev": {
1787
                "phpunit/phpunit": "~4.2"
1788
            },
1789
            "type": "library",
1790
            "extra": {
1791
                "branch-alias": {
1792
                    "dev-master": "1.4-dev"
1793
                }
1794
            },
1795
            "autoload": {
1796
                "classmap": [
1797
                    "src/"
1798
                ]
1799
            },
1800
            "notification-url": "https://packagist.org/downloads/",
1801
            "license": [
1802
                "BSD-3-Clause"
1803
            ],
1804
            "authors": [
1805
                {
1806
                    "name": "Sebastian Bergmann",
1807
                    "email": "[email protected]"
1808
                }
1809
            ],
1810
            "description": "Wrapper around PHP's tokenizer extension.",
1811
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
1812
            "keywords": [
1813
                "tokenizer"
1814
            ],
1815
            "time": "2015-09-15 10:49:45"
1816
        },
1817
        {
1818
            "name": "phpunit/phpunit",
1819
            "version": "5.3.4",
1820
            "source": {
1821
                "type": "git",
1822
                "url": "https://github.com/sebastianbergmann/phpunit.git",
1823
                "reference": "00dd95ffb48805503817ced06399017df315fe5c"
1824
            },
1825
            "dist": {
1826
                "type": "zip",
1827
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/00dd95ffb48805503817ced06399017df315fe5c",
1828
                "reference": "00dd95ffb48805503817ced06399017df315fe5c",
1829
                "shasum": ""
1830
            },
1831
            "require": {
1832
                "ext-dom": "*",
1833
                "ext-json": "*",
1834
                "ext-pcre": "*",
1835
                "ext-reflection": "*",
1836
                "ext-spl": "*",
1837
                "myclabs/deep-copy": "~1.3",
1838
                "php": "^5.6 || ^7.0",
1839
                "phpspec/prophecy": "^1.3.1",
1840
                "phpunit/php-code-coverage": "^3.3.0",
1841
                "phpunit/php-file-iterator": "~1.4",
1842
                "phpunit/php-text-template": "~1.2",
1843
                "phpunit/php-timer": "^1.0.6",
1844
                "phpunit/phpunit-mock-objects": "^3.1",
1845
                "sebastian/comparator": "~1.1",
1846
                "sebastian/diff": "~1.2",
1847
                "sebastian/environment": "~1.3",
1848
                "sebastian/exporter": "~1.2",
1849
                "sebastian/global-state": "~1.0",
1850
                "sebastian/object-enumerator": "~1.0",
1851
                "sebastian/resource-operations": "~1.0",
1852
                "sebastian/version": "~1.0|~2.0",
1853
                "symfony/yaml": "~2.1|~3.0"
1854
            },
1855
            "suggest": {
1856
                "phpunit/php-invoker": "~1.1"
1857
            },
1858
            "bin": [
1859
                "phpunit"
1860
            ],
1861
            "type": "library",
1862
            "extra": {
1863
                "branch-alias": {
1864
                    "dev-master": "5.3.x-dev"
1865
                }
1866
            },
1867
            "autoload": {
1868
                "classmap": [
1869
                    "src/"
1870
                ]
1871
            },
1872
            "notification-url": "https://packagist.org/downloads/",
1873
            "license": [
1874
                "BSD-3-Clause"
1875
            ],
1876
            "authors": [
1877
                {
1878
                    "name": "Sebastian Bergmann",
1879
                    "email": "[email protected]",
1880
                    "role": "lead"
1881
                }
1882
            ],
1883
            "description": "The PHP Unit Testing framework.",
1884
            "homepage": "https://phpunit.de/",
1885
            "keywords": [
1886
                "phpunit",
1887
                "testing",
1888
                "xunit"
1889
            ],
1890
            "time": "2016-05-11 13:28:45"
1891
        },
1892
        {
1893
            "name": "phpunit/phpunit-mock-objects",
1894
            "version": "3.1.3",
1895
            "source": {
1896
                "type": "git",
1897
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
1898
                "reference": "151c96874bff6fe61a25039df60e776613a61489"
1899
            },
1900
            "dist": {
1901
                "type": "zip",
1902
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/151c96874bff6fe61a25039df60e776613a61489",
1903
                "reference": "151c96874bff6fe61a25039df60e776613a61489",
1904
                "shasum": ""
1905
            },
1906
            "require": {
1907
                "doctrine/instantiator": "^1.0.2",
1908
                "php": ">=5.6",
1909
                "phpunit/php-text-template": "~1.2",
1910
                "sebastian/exporter": "~1.2"
1911
            },
1912
            "require-dev": {
1913
                "phpunit/phpunit": "~5"
1914
            },
1915
            "suggest": {
1916
                "ext-soap": "*"
1917
            },
1918
            "type": "library",
1919
            "extra": {
1920
                "branch-alias": {
1921
                    "dev-master": "3.1.x-dev"
1922
                }
1923
            },
1924
            "autoload": {
1925
                "classmap": [
1926
                    "src/"
1927
                ]
1928
            },
1929
            "notification-url": "https://packagist.org/downloads/",
1930
            "license": [
1931
                "BSD-3-Clause"
1932
            ],
1933
            "authors": [
1934
                {
1935
                    "name": "Sebastian Bergmann",
1936
                    "email": "[email protected]",
1937
                    "role": "lead"
1938
                }
1939
            ],
1940
            "description": "Mock Object library for PHPUnit",
1941
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
1942
            "keywords": [
1943
                "mock",
1944
                "xunit"
1945
            ],
1946
            "time": "2016-04-20 14:39:26"
1947
        },
1948
        {
1949
            "name": "sebastian/code-unit-reverse-lookup",
1950
            "version": "1.0.0",
1951
            "source": {
1952
                "type": "git",
1953
                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
1954
                "reference": "c36f5e7cfce482fde5bf8d10d41a53591e0198fe"
1955
            },
1956
            "dist": {
1957
                "type": "zip",
1958
                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/c36f5e7cfce482fde5bf8d10d41a53591e0198fe",
1959
                "reference": "c36f5e7cfce482fde5bf8d10d41a53591e0198fe",
1960
                "shasum": ""
1961
            },
1962
            "require": {
1963
                "php": ">=5.6"
1964
            },
1965
            "require-dev": {
1966
                "phpunit/phpunit": "~5"
1967
            },
1968
            "type": "library",
1969
            "extra": {
1970
                "branch-alias": {
1971
                    "dev-master": "1.0.x-dev"
1972
                }
1973
            },
1974
            "autoload": {
1975
                "classmap": [
1976
                    "src/"
1977
                ]
1978
            },
1979
            "notification-url": "https://packagist.org/downloads/",
1980
            "license": [
1981
                "BSD-3-Clause"
1982
            ],
1983
            "authors": [
1984
                {
1985
                    "name": "Sebastian Bergmann",
1986
                    "email": "[email protected]"
1987
                }
1988
            ],
1989
            "description": "Looks up which function or method a line of code belongs to",
1990
            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
1991
            "time": "2016-02-13 06:45:14"
1992
        },
1993
        {
1994
            "name": "sebastian/comparator",
1995
            "version": "1.2.0",
1996
            "source": {
1997
                "type": "git",
1998
                "url": "https://github.com/sebastianbergmann/comparator.git",
1999
                "reference": "937efb279bd37a375bcadf584dec0726f84dbf22"
2000
            },
2001
            "dist": {
2002
                "type": "zip",
2003
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22",
2004
                "reference": "937efb279bd37a375bcadf584dec0726f84dbf22",
2005
                "shasum": ""
2006
            },
2007
            "require": {
2008
                "php": ">=5.3.3",
2009
                "sebastian/diff": "~1.2",
2010
                "sebastian/exporter": "~1.2"
2011
            },
2012
            "require-dev": {
2013
                "phpunit/phpunit": "~4.4"
2014
            },
2015
            "type": "library",
2016
            "extra": {
2017
                "branch-alias": {
2018
                    "dev-master": "1.2.x-dev"
2019
                }
2020
            },
2021
            "autoload": {
2022
                "classmap": [
2023
                    "src/"
2024
                ]
2025
            },
2026
            "notification-url": "https://packagist.org/downloads/",
2027
            "license": [
2028
                "BSD-3-Clause"
2029
            ],
2030
            "authors": [
2031
                {
2032
                    "name": "Jeff Welch",
2033
                    "email": "[email protected]"
2034
                },
2035
                {
2036
                    "name": "Volker Dusch",
2037
                    "email": "[email protected]"
2038
                },
2039
                {
2040
                    "name": "Bernhard Schussek",
2041
                    "email": "[email protected]"
2042
                },
2043
                {
2044
                    "name": "Sebastian Bergmann",
2045
                    "email": "[email protected]"
2046
                }
2047
            ],
2048
            "description": "Provides the functionality to compare PHP values for equality",
2049
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
2050
            "keywords": [
2051
                "comparator",
2052
                "compare",
2053
                "equality"
2054
            ],
2055
            "time": "2015-07-26 15:48:44"
2056
        },
2057
        {
2058
            "name": "sebastian/diff",
2059
            "version": "1.4.1",
2060
            "source": {
2061
                "type": "git",
2062
                "url": "https://github.com/sebastianbergmann/diff.git",
2063
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
2064
            },
2065
            "dist": {
2066
                "type": "zip",
2067
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
2068
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
2069
                "shasum": ""
2070
            },
2071
            "require": {
2072
                "php": ">=5.3.3"
2073
            },
2074
            "require-dev": {
2075
                "phpunit/phpunit": "~4.8"
2076
            },
2077
            "type": "library",
2078
            "extra": {
2079
                "branch-alias": {
2080
                    "dev-master": "1.4-dev"
2081
                }
2082
            },
2083
            "autoload": {
2084
                "classmap": [
2085
                    "src/"
2086
                ]
2087
            },
2088
            "notification-url": "https://packagist.org/downloads/",
2089
            "license": [
2090
                "BSD-3-Clause"
2091
            ],
2092
            "authors": [
2093
                {
2094
                    "name": "Kore Nordmann",
2095
                    "email": "[email protected]"
2096
                },
2097
                {
2098
                    "name": "Sebastian Bergmann",
2099
                    "email": "[email protected]"
2100
                }
2101
            ],
2102
            "description": "Diff implementation",
2103
            "homepage": "https://github.com/sebastianbergmann/diff",
2104
            "keywords": [
2105
                "diff"
2106
            ],
2107
            "time": "2015-12-08 07:14:41"
2108
        },
2109
        {
2110
            "name": "sebastian/environment",
2111
            "version": "1.3.7",
2112
            "source": {
2113
                "type": "git",
2114
                "url": "https://github.com/sebastianbergmann/environment.git",
2115
                "reference": "4e8f0da10ac5802913afc151413bc8c53b6c2716"
2116
            },
2117
            "dist": {
2118
                "type": "zip",
2119
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/4e8f0da10ac5802913afc151413bc8c53b6c2716",
2120
                "reference": "4e8f0da10ac5802913afc151413bc8c53b6c2716",
2121
                "shasum": ""
2122
            },
2123
            "require": {
2124
                "php": ">=5.3.3"
2125
            },
2126
            "require-dev": {
2127
                "phpunit/phpunit": "~4.4"
2128
            },
2129
            "type": "library",
2130
            "extra": {
2131
                "branch-alias": {
2132
                    "dev-master": "1.3.x-dev"
2133
                }
2134
            },
2135
            "autoload": {
2136
                "classmap": [
2137
                    "src/"
2138
                ]
2139
            },
2140
            "notification-url": "https://packagist.org/downloads/",
2141
            "license": [
2142
                "BSD-3-Clause"
2143
            ],
2144
            "authors": [
2145
                {
2146
                    "name": "Sebastian Bergmann",
2147
                    "email": "[email protected]"
2148
                }
2149
            ],
2150
            "description": "Provides functionality to handle HHVM/PHP environments",
2151
            "homepage": "http://www.github.com/sebastianbergmann/environment",
2152
            "keywords": [
2153
                "Xdebug",
2154
                "environment",
2155
                "hhvm"
2156
            ],
2157
            "time": "2016-05-17 03:18:57"
2158
        },
2159
        {
2160
            "name": "sebastian/exporter",
2161
            "version": "1.2.1",
2162
            "source": {
2163
                "type": "git",
2164
                "url": "https://github.com/sebastianbergmann/exporter.git",
2165
                "reference": "7ae5513327cb536431847bcc0c10edba2701064e"
2166
            },
2167
            "dist": {
2168
                "type": "zip",
2169
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/7ae5513327cb536431847bcc0c10edba2701064e",
2170
                "reference": "7ae5513327cb536431847bcc0c10edba2701064e",
2171
                "shasum": ""
2172
            },
2173
            "require": {
2174
                "php": ">=5.3.3",
2175
                "sebastian/recursion-context": "~1.0"
2176
            },
2177
            "require-dev": {
2178
                "phpunit/phpunit": "~4.4"
2179
            },
2180
            "type": "library",
2181
            "extra": {
2182
                "branch-alias": {
2183
                    "dev-master": "1.2.x-dev"
2184
                }
2185
            },
2186
            "autoload": {
2187
                "classmap": [
2188
                    "src/"
2189
                ]
2190
            },
2191
            "notification-url": "https://packagist.org/downloads/",
2192
            "license": [
2193
                "BSD-3-Clause"
2194
            ],
2195
            "authors": [
2196
                {
2197
                    "name": "Jeff Welch",
2198
                    "email": "[email protected]"
2199
                },
2200
                {
2201
                    "name": "Volker Dusch",
2202
                    "email": "[email protected]"
2203
                },
2204
                {
2205
                    "name": "Bernhard Schussek",
2206
                    "email": "[email protected]"
2207
                },
2208
                {
2209
                    "name": "Sebastian Bergmann",
2210
                    "email": "[email protected]"
2211
                },
2212
                {
2213
                    "name": "Adam Harvey",
2214
                    "email": "[email protected]"
2215
                }
2216
            ],
2217
            "description": "Provides the functionality to export PHP variables for visualization",
2218
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
2219
            "keywords": [
2220
                "export",
2221
                "exporter"
2222
            ],
2223
            "time": "2015-06-21 07:55:53"
2224
        },
2225
        {
2226
            "name": "sebastian/global-state",
2227
            "version": "1.1.1",
2228
            "source": {
2229
                "type": "git",
2230
                "url": "https://github.com/sebastianbergmann/global-state.git",
2231
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
2232
            },
2233
            "dist": {
2234
                "type": "zip",
2235
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
2236
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
2237
                "shasum": ""
2238
            },
2239
            "require": {
2240
                "php": ">=5.3.3"
2241
            },
2242
            "require-dev": {
2243
                "phpunit/phpunit": "~4.2"
2244
            },
2245
            "suggest": {
2246
                "ext-uopz": "*"
2247
            },
2248
            "type": "library",
2249
            "extra": {
2250
                "branch-alias": {
2251
                    "dev-master": "1.0-dev"
2252
                }
2253
            },
2254
            "autoload": {
2255
                "classmap": [
2256
                    "src/"
2257
                ]
2258
            },
2259
            "notification-url": "https://packagist.org/downloads/",
2260
            "license": [
2261
                "BSD-3-Clause"
2262
            ],
2263
            "authors": [
2264
                {
2265
                    "name": "Sebastian Bergmann",
2266
                    "email": "[email protected]"
2267
                }
2268
            ],
2269
            "description": "Snapshotting of global state",
2270
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
2271
            "keywords": [
2272
                "global state"
2273
            ],
2274
            "time": "2015-10-12 03:26:01"
2275
        },
2276
        {
2277
            "name": "sebastian/object-enumerator",
2278
            "version": "1.0.0",
2279
            "source": {
2280
                "type": "git",
2281
                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
2282
                "reference": "d4ca2fb70344987502567bc50081c03e6192fb26"
2283
            },
2284
            "dist": {
2285
                "type": "zip",
2286
                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/d4ca2fb70344987502567bc50081c03e6192fb26",
2287
                "reference": "d4ca2fb70344987502567bc50081c03e6192fb26",
2288
                "shasum": ""
2289
            },
2290
            "require": {
2291
                "php": ">=5.6",
2292
                "sebastian/recursion-context": "~1.0"
2293
            },
2294
            "require-dev": {
2295
                "phpunit/phpunit": "~5"
2296
            },
2297
            "type": "library",
2298
            "extra": {
2299
                "branch-alias": {
2300
                    "dev-master": "1.0.x-dev"
2301
                }
2302
            },
2303
            "autoload": {
2304
                "classmap": [
2305
                    "src/"
2306
                ]
2307
            },
2308
            "notification-url": "https://packagist.org/downloads/",
2309
            "license": [
2310
                "BSD-3-Clause"
2311
            ],
2312
            "authors": [
2313
                {
2314
                    "name": "Sebastian Bergmann",
2315
                    "email": "[email protected]"
2316
                }
2317
            ],
2318
            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
2319
            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
2320
            "time": "2016-01-28 13:25:10"
2321
        },
2322
        {
2323
            "name": "sebastian/recursion-context",
2324
            "version": "1.0.2",
2325
            "source": {
2326
                "type": "git",
2327
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
2328
                "reference": "913401df809e99e4f47b27cdd781f4a258d58791"
2329
            },
2330
            "dist": {
2331
                "type": "zip",
2332
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/913401df809e99e4f47b27cdd781f4a258d58791",
2333
                "reference": "913401df809e99e4f47b27cdd781f4a258d58791",
2334
                "shasum": ""
2335
            },
2336
            "require": {
2337
                "php": ">=5.3.3"
2338
            },
2339
            "require-dev": {
2340
                "phpunit/phpunit": "~4.4"
2341
            },
2342
            "type": "library",
2343
            "extra": {
2344
                "branch-alias": {
2345
                    "dev-master": "1.0.x-dev"
2346
                }
2347
            },
2348
            "autoload": {
2349
                "classmap": [
2350
                    "src/"
2351
                ]
2352
            },
2353
            "notification-url": "https://packagist.org/downloads/",
2354
            "license": [
2355
                "BSD-3-Clause"
2356
            ],
2357
            "authors": [
2358
                {
2359
                    "name": "Jeff Welch",
2360
                    "email": "[email protected]"
2361
                },
2362
                {
2363
                    "name": "Sebastian Bergmann",
2364
                    "email": "[email protected]"
2365
                },
2366
                {
2367
                    "name": "Adam Harvey",
2368
                    "email": "[email protected]"
2369
                }
2370
            ],
2371
            "description": "Provides functionality to recursively process PHP variables",
2372
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
2373
            "time": "2015-11-11 19:50:13"
2374
        },
2375
        {
2376
            "name": "sebastian/resource-operations",
2377
            "version": "1.0.0",
2378
            "source": {
2379
                "type": "git",
2380
                "url": "https://github.com/sebastianbergmann/resource-operations.git",
2381
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
2382
            },
2383
            "dist": {
2384
                "type": "zip",
2385
                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
2386
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
2387
                "shasum": ""
2388
            },
2389
            "require": {
2390
                "php": ">=5.6.0"
2391
            },
2392
            "type": "library",
2393
            "extra": {
2394
                "branch-alias": {
2395
                    "dev-master": "1.0.x-dev"
2396
                }
2397
            },
2398
            "autoload": {
2399
                "classmap": [
2400
                    "src/"
2401
                ]
2402
            },
2403
            "notification-url": "https://packagist.org/downloads/",
2404
            "license": [
2405
                "BSD-3-Clause"
2406
            ],
2407
            "authors": [
2408
                {
2409
                    "name": "Sebastian Bergmann",
2410
                    "email": "[email protected]"
2411
                }
2412
            ],
2413
            "description": "Provides a list of PHP built-in functions that operate on resources",
2414
            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
2415
            "time": "2015-07-28 20:34:47"
2416
        },
2417
        {
2418
            "name": "sebastian/version",
2419
            "version": "2.0.0",
2420
            "source": {
2421
                "type": "git",
2422
                "url": "https://github.com/sebastianbergmann/version.git",
2423
                "reference": "c829badbd8fdf16a0bad8aa7fa7971c029f1b9c5"
2424
            },
2425
            "dist": {
2426
                "type": "zip",
2427
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c829badbd8fdf16a0bad8aa7fa7971c029f1b9c5",
2428
                "reference": "c829badbd8fdf16a0bad8aa7fa7971c029f1b9c5",
2429
                "shasum": ""
2430
            },
2431
            "require": {
2432
                "php": ">=5.6"
2433
            },
2434
            "type": "library",
2435
            "extra": {
2436
                "branch-alias": {
2437
                    "dev-master": "2.0.x-dev"
2438
                }
2439
            },
2440
            "autoload": {
2441
                "classmap": [
2442
                    "src/"
2443
                ]
2444
            },
2445
            "notification-url": "https://packagist.org/downloads/",
2446
            "license": [
2447
                "BSD-3-Clause"
2448
            ],
2449
            "authors": [
2450
                {
2451
                    "name": "Sebastian Bergmann",
2452
                    "email": "[email protected]",
2453
                    "role": "lead"
2454
                }
2455
            ],
2456
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
2457
            "homepage": "https://github.com/sebastianbergmann/version",
2458
            "time": "2016-02-04 12:56:52"
2459
        },
2460
        {
2461
            "name": "squizlabs/php_codesniffer",
2462
            "version": "2.6.0",
2463
            "source": {
2464
                "type": "git",
2465
                "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
2466
                "reference": "1bcdf03b068a530ac1962ce671dead356eeba43b"
2467
            },
2468
            "dist": {
2469
                "type": "zip",
2470
                "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/1bcdf03b068a530ac1962ce671dead356eeba43b",
2471
                "reference": "1bcdf03b068a530ac1962ce671dead356eeba43b",
2472
                "shasum": ""
2473
            },
2474
            "require": {
2475
                "ext-simplexml": "*",
2476
                "ext-tokenizer": "*",
2477
                "ext-xmlwriter": "*",
2478
                "php": ">=5.1.2"
2479
            },
2480
            "require-dev": {
2481
                "phpunit/phpunit": "~4.0"
2482
            },
2483
            "bin": [
2484
                "scripts/phpcs",
2485
                "scripts/phpcbf"
2486
            ],
2487
            "type": "library",
2488
            "extra": {
2489
                "branch-alias": {
2490
                    "dev-master": "2.x-dev"
2491
                }
2492
            },
2493
            "autoload": {
2494
                "classmap": [
2495
                    "CodeSniffer.php",
2496
                    "CodeSniffer/CLI.php",
2497
                    "CodeSniffer/Exception.php",
2498
                    "CodeSniffer/File.php",
2499
                    "CodeSniffer/Fixer.php",
2500
                    "CodeSniffer/Report.php",
2501
                    "CodeSniffer/Reporting.php",
2502
                    "CodeSniffer/Sniff.php",
2503
                    "CodeSniffer/Tokens.php",
2504
                    "CodeSniffer/Reports/",
2505
                    "CodeSniffer/Tokenizers/",
2506
                    "CodeSniffer/DocGenerators/",
2507
                    "CodeSniffer/Standards/AbstractPatternSniff.php",
2508
                    "CodeSniffer/Standards/AbstractScopeSniff.php",
2509
                    "CodeSniffer/Standards/AbstractVariableSniff.php",
2510
                    "CodeSniffer/Standards/IncorrectPatternException.php",
2511
                    "CodeSniffer/Standards/Generic/Sniffs/",
2512
                    "CodeSniffer/Standards/MySource/Sniffs/",
2513
                    "CodeSniffer/Standards/PEAR/Sniffs/",
2514
                    "CodeSniffer/Standards/PSR1/Sniffs/",
2515
                    "CodeSniffer/Standards/PSR2/Sniffs/",
2516
                    "CodeSniffer/Standards/Squiz/Sniffs/",
2517
                    "CodeSniffer/Standards/Zend/Sniffs/"
2518
                ]
2519
            },
2520
            "notification-url": "https://packagist.org/downloads/",
2521
            "license": [
2522
                "BSD-3-Clause"
2523
            ],
2524
            "authors": [
2525
                {
2526
                    "name": "Greg Sherwood",
2527
                    "role": "lead"
2528
                }
2529
            ],
2530
            "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
2531
            "homepage": "http://www.squizlabs.com/php-codesniffer",
2532
            "keywords": [
2533
                "phpcs",
2534
                "standards"
2535
            ],
2536
            "time": "2016-04-03 22:58:34"
2537
        },
2538
        {
2539
            "name": "symfony/yaml",
2540
            "version": "v3.0.6",
2541
            "source": {
2542
                "type": "git",
2543
                "url": "https://github.com/symfony/yaml.git",
2544
                "reference": "0047c8366744a16de7516622c5b7355336afae96"
2545
            },
2546
            "dist": {
2547
                "type": "zip",
2548
                "url": "https://api.github.com/repos/symfony/yaml/zipball/0047c8366744a16de7516622c5b7355336afae96",
2549
                "reference": "0047c8366744a16de7516622c5b7355336afae96",
2550
                "shasum": ""
2551
            },
2552
            "require": {
2553
                "php": ">=5.5.9"
2554
            },
2555
            "type": "library",
2556
            "extra": {
2557
                "branch-alias": {
2558
                    "dev-master": "3.0-dev"
2559
                }
2560
            },
2561
            "autoload": {
2562
                "psr-4": {
2563
                    "Symfony\\Component\\Yaml\\": ""
2564
                },
2565
                "exclude-from-classmap": [
2566
                    "/Tests/"
2567
                ]
2568
            },
2569
            "notification-url": "https://packagist.org/downloads/",
2570
            "license": [
2571
                "MIT"
2572
            ],
2573
            "authors": [
2574
                {
2575
                    "name": "Fabien Potencier",
2576
                    "email": "[email protected]"
2577
                },
2578
                {
2579
                    "name": "Symfony Community",
2580
                    "homepage": "https://symfony.com/contributors"
2581
                }
2582
            ],
2583
            "description": "Symfony Yaml Component",
2584
            "homepage": "https://symfony.com",
2585
            "time": "2016-03-04 07:55:57"
2586
        },
2587
        {
2588
            "name": "vectorface/dunit",
2589
            "version": "v2.1.0",
2590
            "source": {
2591
                "type": "git",
2592
                "url": "https://github.com/Vectorface/dunit.git",
2593
                "reference": "3f04c7a8bef5ff100666e92db96e93f80a6640bf"
2594
            },
2595
            "dist": {
2596
                "type": "zip",
2597
                "url": "https://api.github.com/repos/Vectorface/dunit/zipball/3f04c7a8bef5ff100666e92db96e93f80a6640bf",
2598
                "reference": "3f04c7a8bef5ff100666e92db96e93f80a6640bf",
2599
                "shasum": ""
2600
            },
2601
            "require-dev": {
2602
                "phpunit/phpunit": "~4.3",
2603
                "symfony/console": "~2.5"
2604
            },
2605
            "bin": [
2606
                "bin/dunit"
2607
            ],
2608
            "type": "library",
2609
            "autoload": {
2610
                "psr-4": {
2611
                    "Vectorface\\Dunit\\": "src"
2612
                }
2613
            },
2614
            "notification-url": "https://packagist.org/downloads/",
2615
            "license": [
2616
                "MIT"
2617
            ],
2618
            "authors": [
2619
                {
2620
                    "name": "Daniel Bruce",
2621
                    "email": "[email protected]",
2622
                    "role": "Developer"
2623
                },
2624
                {
2625
                    "name": "Cory Darby",
2626
                    "email": "[email protected]",
2627
                    "role": "Developer"
2628
                }
2629
            ],
2630
            "description": "Test code against multiple versions of PHP with the help of docker",
2631
            "homepage": "https://github.com/Vectorface/dunit",
2632
            "keywords": [
2633
                "docker",
2634
                "php",
2635
                "phpunit",
2636
                "testing"
2637
            ],
2638
            "time": "2015-03-31 19:30:02"
2639
        }
2640
    ],
2641
    "aliases": [],
2642
    "minimum-stability": "stable",
2643
    "stability-flags": [],
2644
    "prefer-stable": false,
2645
    "prefer-lowest": false,
2646
    "platform": {
2647
        "php": "^7.0"
2648
    },
2649
    "platform-dev": []
2650
}
2651