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