Completed
Pull Request — master (#3)
by Arthur
02:31
created

composer.lock (1 issue)

Severity

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": "61ea702b52d2091e576c2fcc7bcfd03b",
8
    "content-hash": "159002a814d43dcab421e92597407ee9",
9
    "packages": [
10
        {
11
            "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...
12
            "version": "6.2.0",
13
            "source": {
14
                "type": "git",
15
                "url": "https://github.com/guzzle/guzzle.git",
16
                "reference": "d094e337976dff9d8e2424e8485872194e768662"
17
            },
18
            "dist": {
19
                "type": "zip",
20
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/d094e337976dff9d8e2424e8485872194e768662",
21
                "reference": "d094e337976dff9d8e2424e8485872194e768662",
22
                "shasum": ""
23
            },
24
            "require": {
25
                "guzzlehttp/promises": "~1.0",
26
                "guzzlehttp/psr7": "~1.1",
27
                "php": ">=5.5.0"
28
            },
29
            "require-dev": {
30
                "ext-curl": "*",
31
                "phpunit/phpunit": "~4.0",
32
                "psr/log": "~1.0"
33
            },
34
            "type": "library",
35
            "extra": {
36
                "branch-alias": {
37
                    "dev-master": "6.2-dev"
38
                }
39
            },
40
            "autoload": {
41
                "files": [
42
                    "src/functions_include.php"
43
                ],
44
                "psr-4": {
45
                    "GuzzleHttp\\": "src/"
46
                }
47
            },
48
            "notification-url": "https://packagist.org/downloads/",
49
            "license": [
50
                "MIT"
51
            ],
52
            "authors": [
53
                {
54
                    "name": "Michael Dowling",
55
                    "email": "[email protected]",
56
                    "homepage": "https://github.com/mtdowling"
57
                }
58
            ],
59
            "description": "Guzzle is a PHP HTTP client library",
60
            "homepage": "http://guzzlephp.org/",
61
            "keywords": [
62
                "client",
63
                "curl",
64
                "framework",
65
                "http",
66
                "http client",
67
                "rest",
68
                "web service"
69
            ],
70
            "time": "2016-03-21 20:02:09"
71
        },
72
        {
73
            "name": "guzzlehttp/promises",
74
            "version": "1.2.0",
75
            "source": {
76
                "type": "git",
77
                "url": "https://github.com/guzzle/promises.git",
78
                "reference": "c10d860e2a9595f8883527fa0021c7da9e65f579"
79
            },
80
            "dist": {
81
                "type": "zip",
82
                "url": "https://api.github.com/repos/guzzle/promises/zipball/c10d860e2a9595f8883527fa0021c7da9e65f579",
83
                "reference": "c10d860e2a9595f8883527fa0021c7da9e65f579",
84
                "shasum": ""
85
            },
86
            "require": {
87
                "php": ">=5.5.0"
88
            },
89
            "require-dev": {
90
                "phpunit/phpunit": "~4.0"
91
            },
92
            "type": "library",
93
            "extra": {
94
                "branch-alias": {
95
                    "dev-master": "1.0-dev"
96
                }
97
            },
98
            "autoload": {
99
                "psr-4": {
100
                    "GuzzleHttp\\Promise\\": "src/"
101
                },
102
                "files": [
103
                    "src/functions_include.php"
104
                ]
105
            },
106
            "notification-url": "https://packagist.org/downloads/",
107
            "license": [
108
                "MIT"
109
            ],
110
            "authors": [
111
                {
112
                    "name": "Michael Dowling",
113
                    "email": "[email protected]",
114
                    "homepage": "https://github.com/mtdowling"
115
                }
116
            ],
117
            "description": "Guzzle promises library",
118
            "keywords": [
119
                "promise"
120
            ],
121
            "time": "2016-05-18 16:56:05"
122
        },
123
        {
124
            "name": "guzzlehttp/psr7",
125
            "version": "1.3.0",
126
            "source": {
127
                "type": "git",
128
                "url": "https://github.com/guzzle/psr7.git",
129
                "reference": "31382fef2889136415751badebbd1cb022a4ed72"
130
            },
131
            "dist": {
132
                "type": "zip",
133
                "url": "https://api.github.com/repos/guzzle/psr7/zipball/31382fef2889136415751badebbd1cb022a4ed72",
134
                "reference": "31382fef2889136415751badebbd1cb022a4ed72",
135
                "shasum": ""
136
            },
137
            "require": {
138
                "php": ">=5.4.0",
139
                "psr/http-message": "~1.0"
140
            },
141
            "provide": {
142
                "psr/http-message-implementation": "1.0"
143
            },
144
            "require-dev": {
145
                "phpunit/phpunit": "~4.0"
146
            },
147
            "type": "library",
148
            "extra": {
149
                "branch-alias": {
150
                    "dev-master": "1.0-dev"
151
                }
152
            },
153
            "autoload": {
154
                "psr-4": {
155
                    "GuzzleHttp\\Psr7\\": "src/"
156
                },
157
                "files": [
158
                    "src/functions_include.php"
159
                ]
160
            },
161
            "notification-url": "https://packagist.org/downloads/",
162
            "license": [
163
                "MIT"
164
            ],
165
            "authors": [
166
                {
167
                    "name": "Michael Dowling",
168
                    "email": "[email protected]",
169
                    "homepage": "https://github.com/mtdowling"
170
                }
171
            ],
172
            "description": "PSR-7 message implementation",
173
            "keywords": [
174
                "http",
175
                "message",
176
                "stream",
177
                "uri"
178
            ],
179
            "time": "2016-04-13 19:56:01"
180
        },
181
        {
182
            "name": "psr/http-message",
183
            "version": "1.0",
184
            "source": {
185
                "type": "git",
186
                "url": "https://github.com/php-fig/http-message.git",
187
                "reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298"
188
            },
189
            "dist": {
190
                "type": "zip",
191
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/85d63699f0dbedb190bbd4b0d2b9dc707ea4c298",
192
                "reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298",
193
                "shasum": ""
194
            },
195
            "require": {
196
                "php": ">=5.3.0"
197
            },
198
            "type": "library",
199
            "extra": {
200
                "branch-alias": {
201
                    "dev-master": "1.0.x-dev"
202
                }
203
            },
204
            "autoload": {
205
                "psr-4": {
206
                    "Psr\\Http\\Message\\": "src/"
207
                }
208
            },
209
            "notification-url": "https://packagist.org/downloads/",
210
            "license": [
211
                "MIT"
212
            ],
213
            "authors": [
214
                {
215
                    "name": "PHP-FIG",
216
                    "homepage": "http://www.php-fig.org/"
217
                }
218
            ],
219
            "description": "Common interface for HTTP messages",
220
            "keywords": [
221
                "http",
222
                "http-message",
223
                "psr",
224
                "psr-7",
225
                "request",
226
                "response"
227
            ],
228
            "time": "2015-05-04 20:22:00"
229
        },
230
        {
231
            "name": "psr/log",
232
            "version": "1.0.0",
233
            "source": {
234
                "type": "git",
235
                "url": "https://github.com/php-fig/log.git",
236
                "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
237
            },
238
            "dist": {
239
                "type": "zip",
240
                "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
241
                "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
242
                "shasum": ""
243
            },
244
            "type": "library",
245
            "autoload": {
246
                "psr-0": {
247
                    "Psr\\Log\\": ""
248
                }
249
            },
250
            "notification-url": "https://packagist.org/downloads/",
251
            "license": [
252
                "MIT"
253
            ],
254
            "authors": [
255
                {
256
                    "name": "PHP-FIG",
257
                    "homepage": "http://www.php-fig.org/"
258
                }
259
            ],
260
            "description": "Common interface for logging libraries",
261
            "keywords": [
262
                "log",
263
                "psr",
264
                "psr-3"
265
            ],
266
            "time": "2012-12-21 11:40:51"
267
        }
268
    ],
269
    "packages-dev": [
270
        {
271
            "name": "doctrine/instantiator",
272
            "version": "1.0.5",
273
            "source": {
274
                "type": "git",
275
                "url": "https://github.com/doctrine/instantiator.git",
276
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
277
            },
278
            "dist": {
279
                "type": "zip",
280
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
281
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
282
                "shasum": ""
283
            },
284
            "require": {
285
                "php": ">=5.3,<8.0-DEV"
286
            },
287
            "require-dev": {
288
                "athletic/athletic": "~0.1.8",
289
                "ext-pdo": "*",
290
                "ext-phar": "*",
291
                "phpunit/phpunit": "~4.0",
292
                "squizlabs/php_codesniffer": "~2.0"
293
            },
294
            "type": "library",
295
            "extra": {
296
                "branch-alias": {
297
                    "dev-master": "1.0.x-dev"
298
                }
299
            },
300
            "autoload": {
301
                "psr-4": {
302
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
303
                }
304
            },
305
            "notification-url": "https://packagist.org/downloads/",
306
            "license": [
307
                "MIT"
308
            ],
309
            "authors": [
310
                {
311
                    "name": "Marco Pivetta",
312
                    "email": "[email protected]",
313
                    "homepage": "http://ocramius.github.com/"
314
                }
315
            ],
316
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
317
            "homepage": "https://github.com/doctrine/instantiator",
318
            "keywords": [
319
                "constructor",
320
                "instantiate"
321
            ],
322
            "time": "2015-06-14 21:17:01"
323
        },
324
        {
325
            "name": "phpdocumentor/reflection-docblock",
326
            "version": "2.0.4",
327
            "source": {
328
                "type": "git",
329
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
330
                "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8"
331
            },
332
            "dist": {
333
                "type": "zip",
334
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8",
335
                "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8",
336
                "shasum": ""
337
            },
338
            "require": {
339
                "php": ">=5.3.3"
340
            },
341
            "require-dev": {
342
                "phpunit/phpunit": "~4.0"
343
            },
344
            "suggest": {
345
                "dflydev/markdown": "~1.0",
346
                "erusev/parsedown": "~1.0"
347
            },
348
            "type": "library",
349
            "extra": {
350
                "branch-alias": {
351
                    "dev-master": "2.0.x-dev"
352
                }
353
            },
354
            "autoload": {
355
                "psr-0": {
356
                    "phpDocumentor": [
357
                        "src/"
358
                    ]
359
                }
360
            },
361
            "notification-url": "https://packagist.org/downloads/",
362
            "license": [
363
                "MIT"
364
            ],
365
            "authors": [
366
                {
367
                    "name": "Mike van Riel",
368
                    "email": "[email protected]"
369
                }
370
            ],
371
            "time": "2015-02-03 12:10:50"
372
        },
373
        {
374
            "name": "phpspec/prophecy",
375
            "version": "v1.6.0",
376
            "source": {
377
                "type": "git",
378
                "url": "https://github.com/phpspec/prophecy.git",
379
                "reference": "3c91bdf81797d725b14cb62906f9a4ce44235972"
380
            },
381
            "dist": {
382
                "type": "zip",
383
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/3c91bdf81797d725b14cb62906f9a4ce44235972",
384
                "reference": "3c91bdf81797d725b14cb62906f9a4ce44235972",
385
                "shasum": ""
386
            },
387
            "require": {
388
                "doctrine/instantiator": "^1.0.2",
389
                "php": "^5.3|^7.0",
390
                "phpdocumentor/reflection-docblock": "~2.0",
391
                "sebastian/comparator": "~1.1",
392
                "sebastian/recursion-context": "~1.0"
393
            },
394
            "require-dev": {
395
                "phpspec/phpspec": "~2.0"
396
            },
397
            "type": "library",
398
            "extra": {
399
                "branch-alias": {
400
                    "dev-master": "1.5.x-dev"
401
                }
402
            },
403
            "autoload": {
404
                "psr-0": {
405
                    "Prophecy\\": "src/"
406
                }
407
            },
408
            "notification-url": "https://packagist.org/downloads/",
409
            "license": [
410
                "MIT"
411
            ],
412
            "authors": [
413
                {
414
                    "name": "Konstantin Kudryashov",
415
                    "email": "[email protected]",
416
                    "homepage": "http://everzet.com"
417
                },
418
                {
419
                    "name": "Marcello Duarte",
420
                    "email": "[email protected]"
421
                }
422
            ],
423
            "description": "Highly opinionated mocking framework for PHP 5.3+",
424
            "homepage": "https://github.com/phpspec/prophecy",
425
            "keywords": [
426
                "Double",
427
                "Dummy",
428
                "fake",
429
                "mock",
430
                "spy",
431
                "stub"
432
            ],
433
            "time": "2016-02-15 07:46:21"
434
        },
435
        {
436
            "name": "phpunit/php-code-coverage",
437
            "version": "2.2.4",
438
            "source": {
439
                "type": "git",
440
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
441
                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
442
            },
443
            "dist": {
444
                "type": "zip",
445
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
446
                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
447
                "shasum": ""
448
            },
449
            "require": {
450
                "php": ">=5.3.3",
451
                "phpunit/php-file-iterator": "~1.3",
452
                "phpunit/php-text-template": "~1.2",
453
                "phpunit/php-token-stream": "~1.3",
454
                "sebastian/environment": "^1.3.2",
455
                "sebastian/version": "~1.0"
456
            },
457
            "require-dev": {
458
                "ext-xdebug": ">=2.1.4",
459
                "phpunit/phpunit": "~4"
460
            },
461
            "suggest": {
462
                "ext-dom": "*",
463
                "ext-xdebug": ">=2.2.1",
464
                "ext-xmlwriter": "*"
465
            },
466
            "type": "library",
467
            "extra": {
468
                "branch-alias": {
469
                    "dev-master": "2.2.x-dev"
470
                }
471
            },
472
            "autoload": {
473
                "classmap": [
474
                    "src/"
475
                ]
476
            },
477
            "notification-url": "https://packagist.org/downloads/",
478
            "license": [
479
                "BSD-3-Clause"
480
            ],
481
            "authors": [
482
                {
483
                    "name": "Sebastian Bergmann",
484
                    "email": "[email protected]",
485
                    "role": "lead"
486
                }
487
            ],
488
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
489
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
490
            "keywords": [
491
                "coverage",
492
                "testing",
493
                "xunit"
494
            ],
495
            "time": "2015-10-06 15:47:00"
496
        },
497
        {
498
            "name": "phpunit/php-file-iterator",
499
            "version": "1.4.1",
500
            "source": {
501
                "type": "git",
502
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
503
                "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0"
504
            },
505
            "dist": {
506
                "type": "zip",
507
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
508
                "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
509
                "shasum": ""
510
            },
511
            "require": {
512
                "php": ">=5.3.3"
513
            },
514
            "type": "library",
515
            "extra": {
516
                "branch-alias": {
517
                    "dev-master": "1.4.x-dev"
518
                }
519
            },
520
            "autoload": {
521
                "classmap": [
522
                    "src/"
523
                ]
524
            },
525
            "notification-url": "https://packagist.org/downloads/",
526
            "license": [
527
                "BSD-3-Clause"
528
            ],
529
            "authors": [
530
                {
531
                    "name": "Sebastian Bergmann",
532
                    "email": "[email protected]",
533
                    "role": "lead"
534
                }
535
            ],
536
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
537
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
538
            "keywords": [
539
                "filesystem",
540
                "iterator"
541
            ],
542
            "time": "2015-06-21 13:08:43"
543
        },
544
        {
545
            "name": "phpunit/php-text-template",
546
            "version": "1.2.1",
547
            "source": {
548
                "type": "git",
549
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
550
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
551
            },
552
            "dist": {
553
                "type": "zip",
554
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
555
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
556
                "shasum": ""
557
            },
558
            "require": {
559
                "php": ">=5.3.3"
560
            },
561
            "type": "library",
562
            "autoload": {
563
                "classmap": [
564
                    "src/"
565
                ]
566
            },
567
            "notification-url": "https://packagist.org/downloads/",
568
            "license": [
569
                "BSD-3-Clause"
570
            ],
571
            "authors": [
572
                {
573
                    "name": "Sebastian Bergmann",
574
                    "email": "[email protected]",
575
                    "role": "lead"
576
                }
577
            ],
578
            "description": "Simple template engine.",
579
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
580
            "keywords": [
581
                "template"
582
            ],
583
            "time": "2015-06-21 13:50:34"
584
        },
585
        {
586
            "name": "phpunit/php-timer",
587
            "version": "1.0.8",
588
            "source": {
589
                "type": "git",
590
                "url": "https://github.com/sebastianbergmann/php-timer.git",
591
                "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260"
592
            },
593
            "dist": {
594
                "type": "zip",
595
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/38e9124049cf1a164f1e4537caf19c99bf1eb260",
596
                "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260",
597
                "shasum": ""
598
            },
599
            "require": {
600
                "php": ">=5.3.3"
601
            },
602
            "require-dev": {
603
                "phpunit/phpunit": "~4|~5"
604
            },
605
            "type": "library",
606
            "autoload": {
607
                "classmap": [
608
                    "src/"
609
                ]
610
            },
611
            "notification-url": "https://packagist.org/downloads/",
612
            "license": [
613
                "BSD-3-Clause"
614
            ],
615
            "authors": [
616
                {
617
                    "name": "Sebastian Bergmann",
618
                    "email": "[email protected]",
619
                    "role": "lead"
620
                }
621
            ],
622
            "description": "Utility class for timing",
623
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
624
            "keywords": [
625
                "timer"
626
            ],
627
            "time": "2016-05-12 18:03:57"
628
        },
629
        {
630
            "name": "phpunit/php-token-stream",
631
            "version": "1.4.8",
632
            "source": {
633
                "type": "git",
634
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
635
                "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da"
636
            },
637
            "dist": {
638
                "type": "zip",
639
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
640
                "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
641
                "shasum": ""
642
            },
643
            "require": {
644
                "ext-tokenizer": "*",
645
                "php": ">=5.3.3"
646
            },
647
            "require-dev": {
648
                "phpunit/phpunit": "~4.2"
649
            },
650
            "type": "library",
651
            "extra": {
652
                "branch-alias": {
653
                    "dev-master": "1.4-dev"
654
                }
655
            },
656
            "autoload": {
657
                "classmap": [
658
                    "src/"
659
                ]
660
            },
661
            "notification-url": "https://packagist.org/downloads/",
662
            "license": [
663
                "BSD-3-Clause"
664
            ],
665
            "authors": [
666
                {
667
                    "name": "Sebastian Bergmann",
668
                    "email": "[email protected]"
669
                }
670
            ],
671
            "description": "Wrapper around PHP's tokenizer extension.",
672
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
673
            "keywords": [
674
                "tokenizer"
675
            ],
676
            "time": "2015-09-15 10:49:45"
677
        },
678
        {
679
            "name": "phpunit/phpunit",
680
            "version": "4.8.26",
681
            "source": {
682
                "type": "git",
683
                "url": "https://github.com/sebastianbergmann/phpunit.git",
684
                "reference": "fc1d8cd5b5de11625979125c5639347896ac2c74"
685
            },
686
            "dist": {
687
                "type": "zip",
688
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/fc1d8cd5b5de11625979125c5639347896ac2c74",
689
                "reference": "fc1d8cd5b5de11625979125c5639347896ac2c74",
690
                "shasum": ""
691
            },
692
            "require": {
693
                "ext-dom": "*",
694
                "ext-json": "*",
695
                "ext-pcre": "*",
696
                "ext-reflection": "*",
697
                "ext-spl": "*",
698
                "php": ">=5.3.3",
699
                "phpspec/prophecy": "^1.3.1",
700
                "phpunit/php-code-coverage": "~2.1",
701
                "phpunit/php-file-iterator": "~1.4",
702
                "phpunit/php-text-template": "~1.2",
703
                "phpunit/php-timer": "^1.0.6",
704
                "phpunit/phpunit-mock-objects": "~2.3",
705
                "sebastian/comparator": "~1.1",
706
                "sebastian/diff": "~1.2",
707
                "sebastian/environment": "~1.3",
708
                "sebastian/exporter": "~1.2",
709
                "sebastian/global-state": "~1.0",
710
                "sebastian/version": "~1.0",
711
                "symfony/yaml": "~2.1|~3.0"
712
            },
713
            "suggest": {
714
                "phpunit/php-invoker": "~1.1"
715
            },
716
            "bin": [
717
                "phpunit"
718
            ],
719
            "type": "library",
720
            "extra": {
721
                "branch-alias": {
722
                    "dev-master": "4.8.x-dev"
723
                }
724
            },
725
            "autoload": {
726
                "classmap": [
727
                    "src/"
728
                ]
729
            },
730
            "notification-url": "https://packagist.org/downloads/",
731
            "license": [
732
                "BSD-3-Clause"
733
            ],
734
            "authors": [
735
                {
736
                    "name": "Sebastian Bergmann",
737
                    "email": "[email protected]",
738
                    "role": "lead"
739
                }
740
            ],
741
            "description": "The PHP Unit Testing framework.",
742
            "homepage": "https://phpunit.de/",
743
            "keywords": [
744
                "phpunit",
745
                "testing",
746
                "xunit"
747
            ],
748
            "time": "2016-05-17 03:09:28"
749
        },
750
        {
751
            "name": "phpunit/phpunit-mock-objects",
752
            "version": "2.3.8",
753
            "source": {
754
                "type": "git",
755
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
756
                "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
757
            },
758
            "dist": {
759
                "type": "zip",
760
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
761
                "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
762
                "shasum": ""
763
            },
764
            "require": {
765
                "doctrine/instantiator": "^1.0.2",
766
                "php": ">=5.3.3",
767
                "phpunit/php-text-template": "~1.2",
768
                "sebastian/exporter": "~1.2"
769
            },
770
            "require-dev": {
771
                "phpunit/phpunit": "~4.4"
772
            },
773
            "suggest": {
774
                "ext-soap": "*"
775
            },
776
            "type": "library",
777
            "extra": {
778
                "branch-alias": {
779
                    "dev-master": "2.3.x-dev"
780
                }
781
            },
782
            "autoload": {
783
                "classmap": [
784
                    "src/"
785
                ]
786
            },
787
            "notification-url": "https://packagist.org/downloads/",
788
            "license": [
789
                "BSD-3-Clause"
790
            ],
791
            "authors": [
792
                {
793
                    "name": "Sebastian Bergmann",
794
                    "email": "[email protected]",
795
                    "role": "lead"
796
                }
797
            ],
798
            "description": "Mock Object library for PHPUnit",
799
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
800
            "keywords": [
801
                "mock",
802
                "xunit"
803
            ],
804
            "time": "2015-10-02 06:51:40"
805
        },
806
        {
807
            "name": "sebastian/comparator",
808
            "version": "1.2.0",
809
            "source": {
810
                "type": "git",
811
                "url": "https://github.com/sebastianbergmann/comparator.git",
812
                "reference": "937efb279bd37a375bcadf584dec0726f84dbf22"
813
            },
814
            "dist": {
815
                "type": "zip",
816
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22",
817
                "reference": "937efb279bd37a375bcadf584dec0726f84dbf22",
818
                "shasum": ""
819
            },
820
            "require": {
821
                "php": ">=5.3.3",
822
                "sebastian/diff": "~1.2",
823
                "sebastian/exporter": "~1.2"
824
            },
825
            "require-dev": {
826
                "phpunit/phpunit": "~4.4"
827
            },
828
            "type": "library",
829
            "extra": {
830
                "branch-alias": {
831
                    "dev-master": "1.2.x-dev"
832
                }
833
            },
834
            "autoload": {
835
                "classmap": [
836
                    "src/"
837
                ]
838
            },
839
            "notification-url": "https://packagist.org/downloads/",
840
            "license": [
841
                "BSD-3-Clause"
842
            ],
843
            "authors": [
844
                {
845
                    "name": "Jeff Welch",
846
                    "email": "[email protected]"
847
                },
848
                {
849
                    "name": "Volker Dusch",
850
                    "email": "[email protected]"
851
                },
852
                {
853
                    "name": "Bernhard Schussek",
854
                    "email": "[email protected]"
855
                },
856
                {
857
                    "name": "Sebastian Bergmann",
858
                    "email": "[email protected]"
859
                }
860
            ],
861
            "description": "Provides the functionality to compare PHP values for equality",
862
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
863
            "keywords": [
864
                "comparator",
865
                "compare",
866
                "equality"
867
            ],
868
            "time": "2015-07-26 15:48:44"
869
        },
870
        {
871
            "name": "sebastian/diff",
872
            "version": "1.4.1",
873
            "source": {
874
                "type": "git",
875
                "url": "https://github.com/sebastianbergmann/diff.git",
876
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
877
            },
878
            "dist": {
879
                "type": "zip",
880
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
881
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
882
                "shasum": ""
883
            },
884
            "require": {
885
                "php": ">=5.3.3"
886
            },
887
            "require-dev": {
888
                "phpunit/phpunit": "~4.8"
889
            },
890
            "type": "library",
891
            "extra": {
892
                "branch-alias": {
893
                    "dev-master": "1.4-dev"
894
                }
895
            },
896
            "autoload": {
897
                "classmap": [
898
                    "src/"
899
                ]
900
            },
901
            "notification-url": "https://packagist.org/downloads/",
902
            "license": [
903
                "BSD-3-Clause"
904
            ],
905
            "authors": [
906
                {
907
                    "name": "Kore Nordmann",
908
                    "email": "[email protected]"
909
                },
910
                {
911
                    "name": "Sebastian Bergmann",
912
                    "email": "[email protected]"
913
                }
914
            ],
915
            "description": "Diff implementation",
916
            "homepage": "https://github.com/sebastianbergmann/diff",
917
            "keywords": [
918
                "diff"
919
            ],
920
            "time": "2015-12-08 07:14:41"
921
        },
922
        {
923
            "name": "sebastian/environment",
924
            "version": "1.3.7",
925
            "source": {
926
                "type": "git",
927
                "url": "https://github.com/sebastianbergmann/environment.git",
928
                "reference": "4e8f0da10ac5802913afc151413bc8c53b6c2716"
929
            },
930
            "dist": {
931
                "type": "zip",
932
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/4e8f0da10ac5802913afc151413bc8c53b6c2716",
933
                "reference": "4e8f0da10ac5802913afc151413bc8c53b6c2716",
934
                "shasum": ""
935
            },
936
            "require": {
937
                "php": ">=5.3.3"
938
            },
939
            "require-dev": {
940
                "phpunit/phpunit": "~4.4"
941
            },
942
            "type": "library",
943
            "extra": {
944
                "branch-alias": {
945
                    "dev-master": "1.3.x-dev"
946
                }
947
            },
948
            "autoload": {
949
                "classmap": [
950
                    "src/"
951
                ]
952
            },
953
            "notification-url": "https://packagist.org/downloads/",
954
            "license": [
955
                "BSD-3-Clause"
956
            ],
957
            "authors": [
958
                {
959
                    "name": "Sebastian Bergmann",
960
                    "email": "[email protected]"
961
                }
962
            ],
963
            "description": "Provides functionality to handle HHVM/PHP environments",
964
            "homepage": "http://www.github.com/sebastianbergmann/environment",
965
            "keywords": [
966
                "Xdebug",
967
                "environment",
968
                "hhvm"
969
            ],
970
            "time": "2016-05-17 03:18:57"
971
        },
972
        {
973
            "name": "sebastian/exporter",
974
            "version": "1.2.1",
975
            "source": {
976
                "type": "git",
977
                "url": "https://github.com/sebastianbergmann/exporter.git",
978
                "reference": "7ae5513327cb536431847bcc0c10edba2701064e"
979
            },
980
            "dist": {
981
                "type": "zip",
982
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/7ae5513327cb536431847bcc0c10edba2701064e",
983
                "reference": "7ae5513327cb536431847bcc0c10edba2701064e",
984
                "shasum": ""
985
            },
986
            "require": {
987
                "php": ">=5.3.3",
988
                "sebastian/recursion-context": "~1.0"
989
            },
990
            "require-dev": {
991
                "phpunit/phpunit": "~4.4"
992
            },
993
            "type": "library",
994
            "extra": {
995
                "branch-alias": {
996
                    "dev-master": "1.2.x-dev"
997
                }
998
            },
999
            "autoload": {
1000
                "classmap": [
1001
                    "src/"
1002
                ]
1003
            },
1004
            "notification-url": "https://packagist.org/downloads/",
1005
            "license": [
1006
                "BSD-3-Clause"
1007
            ],
1008
            "authors": [
1009
                {
1010
                    "name": "Jeff Welch",
1011
                    "email": "[email protected]"
1012
                },
1013
                {
1014
                    "name": "Volker Dusch",
1015
                    "email": "[email protected]"
1016
                },
1017
                {
1018
                    "name": "Bernhard Schussek",
1019
                    "email": "[email protected]"
1020
                },
1021
                {
1022
                    "name": "Sebastian Bergmann",
1023
                    "email": "[email protected]"
1024
                },
1025
                {
1026
                    "name": "Adam Harvey",
1027
                    "email": "[email protected]"
1028
                }
1029
            ],
1030
            "description": "Provides the functionality to export PHP variables for visualization",
1031
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
1032
            "keywords": [
1033
                "export",
1034
                "exporter"
1035
            ],
1036
            "time": "2015-06-21 07:55:53"
1037
        },
1038
        {
1039
            "name": "sebastian/global-state",
1040
            "version": "1.1.1",
1041
            "source": {
1042
                "type": "git",
1043
                "url": "https://github.com/sebastianbergmann/global-state.git",
1044
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
1045
            },
1046
            "dist": {
1047
                "type": "zip",
1048
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
1049
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
1050
                "shasum": ""
1051
            },
1052
            "require": {
1053
                "php": ">=5.3.3"
1054
            },
1055
            "require-dev": {
1056
                "phpunit/phpunit": "~4.2"
1057
            },
1058
            "suggest": {
1059
                "ext-uopz": "*"
1060
            },
1061
            "type": "library",
1062
            "extra": {
1063
                "branch-alias": {
1064
                    "dev-master": "1.0-dev"
1065
                }
1066
            },
1067
            "autoload": {
1068
                "classmap": [
1069
                    "src/"
1070
                ]
1071
            },
1072
            "notification-url": "https://packagist.org/downloads/",
1073
            "license": [
1074
                "BSD-3-Clause"
1075
            ],
1076
            "authors": [
1077
                {
1078
                    "name": "Sebastian Bergmann",
1079
                    "email": "[email protected]"
1080
                }
1081
            ],
1082
            "description": "Snapshotting of global state",
1083
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
1084
            "keywords": [
1085
                "global state"
1086
            ],
1087
            "time": "2015-10-12 03:26:01"
1088
        },
1089
        {
1090
            "name": "sebastian/recursion-context",
1091
            "version": "1.0.2",
1092
            "source": {
1093
                "type": "git",
1094
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
1095
                "reference": "913401df809e99e4f47b27cdd781f4a258d58791"
1096
            },
1097
            "dist": {
1098
                "type": "zip",
1099
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/913401df809e99e4f47b27cdd781f4a258d58791",
1100
                "reference": "913401df809e99e4f47b27cdd781f4a258d58791",
1101
                "shasum": ""
1102
            },
1103
            "require": {
1104
                "php": ">=5.3.3"
1105
            },
1106
            "require-dev": {
1107
                "phpunit/phpunit": "~4.4"
1108
            },
1109
            "type": "library",
1110
            "extra": {
1111
                "branch-alias": {
1112
                    "dev-master": "1.0.x-dev"
1113
                }
1114
            },
1115
            "autoload": {
1116
                "classmap": [
1117
                    "src/"
1118
                ]
1119
            },
1120
            "notification-url": "https://packagist.org/downloads/",
1121
            "license": [
1122
                "BSD-3-Clause"
1123
            ],
1124
            "authors": [
1125
                {
1126
                    "name": "Jeff Welch",
1127
                    "email": "[email protected]"
1128
                },
1129
                {
1130
                    "name": "Sebastian Bergmann",
1131
                    "email": "[email protected]"
1132
                },
1133
                {
1134
                    "name": "Adam Harvey",
1135
                    "email": "[email protected]"
1136
                }
1137
            ],
1138
            "description": "Provides functionality to recursively process PHP variables",
1139
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
1140
            "time": "2015-11-11 19:50:13"
1141
        },
1142
        {
1143
            "name": "sebastian/version",
1144
            "version": "1.0.6",
1145
            "source": {
1146
                "type": "git",
1147
                "url": "https://github.com/sebastianbergmann/version.git",
1148
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
1149
            },
1150
            "dist": {
1151
                "type": "zip",
1152
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
1153
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
1154
                "shasum": ""
1155
            },
1156
            "type": "library",
1157
            "autoload": {
1158
                "classmap": [
1159
                    "src/"
1160
                ]
1161
            },
1162
            "notification-url": "https://packagist.org/downloads/",
1163
            "license": [
1164
                "BSD-3-Clause"
1165
            ],
1166
            "authors": [
1167
                {
1168
                    "name": "Sebastian Bergmann",
1169
                    "email": "[email protected]",
1170
                    "role": "lead"
1171
                }
1172
            ],
1173
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
1174
            "homepage": "https://github.com/sebastianbergmann/version",
1175
            "time": "2015-06-21 13:59:46"
1176
        },
1177
        {
1178
            "name": "symfony/yaml",
1179
            "version": "v3.0.6",
1180
            "source": {
1181
                "type": "git",
1182
                "url": "https://github.com/symfony/yaml.git",
1183
                "reference": "0047c8366744a16de7516622c5b7355336afae96"
1184
            },
1185
            "dist": {
1186
                "type": "zip",
1187
                "url": "https://api.github.com/repos/symfony/yaml/zipball/0047c8366744a16de7516622c5b7355336afae96",
1188
                "reference": "0047c8366744a16de7516622c5b7355336afae96",
1189
                "shasum": ""
1190
            },
1191
            "require": {
1192
                "php": ">=5.5.9"
1193
            },
1194
            "type": "library",
1195
            "extra": {
1196
                "branch-alias": {
1197
                    "dev-master": "3.0-dev"
1198
                }
1199
            },
1200
            "autoload": {
1201
                "psr-4": {
1202
                    "Symfony\\Component\\Yaml\\": ""
1203
                },
1204
                "exclude-from-classmap": [
1205
                    "/Tests/"
1206
                ]
1207
            },
1208
            "notification-url": "https://packagist.org/downloads/",
1209
            "license": [
1210
                "MIT"
1211
            ],
1212
            "authors": [
1213
                {
1214
                    "name": "Fabien Potencier",
1215
                    "email": "[email protected]"
1216
                },
1217
                {
1218
                    "name": "Symfony Community",
1219
                    "homepage": "https://symfony.com/contributors"
1220
                }
1221
            ],
1222
            "description": "Symfony Yaml Component",
1223
            "homepage": "https://symfony.com",
1224
            "time": "2016-03-04 07:55:57"
1225
        }
1226
    ],
1227
    "aliases": [],
1228
    "minimum-stability": "stable",
1229
    "stability-flags": [],
1230
    "prefer-stable": false,
1231
    "prefer-lowest": false,
1232
    "platform": {
1233
        "php": ">=5.5.0"
1234
    },
1235
    "platform-dev": []
1236
}
1237