Completed
Push — master ( 7633c5...295faf )
by Andreas
02:54 queued 19s
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": "bf0ff9543f352cae98a7e84eb7e48c61",
8
    "content-hash": "5c746ba644bedd7804180c881f7b5139",
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.1.0",
75
            "source": {
76
                "type": "git",
77
                "url": "https://github.com/guzzle/promises.git",
78
                "reference": "bb9024c526b22f3fe6ae55a561fd70653d470aa8"
79
            },
80
            "dist": {
81
                "type": "zip",
82
                "url": "https://api.github.com/repos/guzzle/promises/zipball/bb9024c526b22f3fe6ae55a561fd70653d470aa8",
83
                "reference": "bb9024c526b22f3fe6ae55a561fd70653d470aa8",
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-03-08 01:15:46"
122
        },
123
        {
124
            "name": "guzzlehttp/psr7",
125
            "version": "1.2.3",
126
            "source": {
127
                "type": "git",
128
                "url": "https://github.com/guzzle/psr7.git",
129
                "reference": "2e89629ff057ebb49492ba08e6995d3a6a80021b"
130
            },
131
            "dist": {
132
                "type": "zip",
133
                "url": "https://api.github.com/repos/guzzle/psr7/zipball/2e89629ff057ebb49492ba08e6995d3a6a80021b",
134
                "reference": "2e89629ff057ebb49492ba08e6995d3a6a80021b",
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-02-18 21:54:00"
180
        },
181
        {
182
            "name": "org_heigl/trait-iterator",
183
            "version": "1.0.0",
184
            "source": {
185
                "type": "git",
186
                "url": "https://github.com/heiglandreas/IteratorTrait.git",
187
                "reference": "78a72a53187459a3d6f0f2fa1c4d6f51ca84c971"
188
            },
189
            "dist": {
190
                "type": "zip",
191
                "url": "https://api.github.com/repos/heiglandreas/IteratorTrait/zipball/78a72a53187459a3d6f0f2fa1c4d6f51ca84c971",
192
                "reference": "78a72a53187459a3d6f0f2fa1c4d6f51ca84c971",
193
                "shasum": ""
194
            },
195
            "type": "library",
196
            "autoload": {
197
                "psr-4": {
198
                    "Org_Heigl\\IteratorTrait\\": "src/"
199
                }
200
            },
201
            "notification-url": "https://packagist.org/downloads/",
202
            "license": [
203
                "MIT"
204
            ],
205
            "authors": [
206
                {
207
                    "name": "Andreas Heigl",
208
                    "email": "[email protected]"
209
                }
210
            ],
211
            "description": "A Trait for the iterator-interface",
212
            "keywords": [
213
                "interface",
214
                "iterator",
215
                "trait"
216
            ],
217
            "time": "2016-03-27 19:16:07"
218
        },
219
        {
220
            "name": "psr/http-message",
221
            "version": "1.0",
222
            "source": {
223
                "type": "git",
224
                "url": "https://github.com/php-fig/http-message.git",
225
                "reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298"
226
            },
227
            "dist": {
228
                "type": "zip",
229
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/85d63699f0dbedb190bbd4b0d2b9dc707ea4c298",
230
                "reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298",
231
                "shasum": ""
232
            },
233
            "require": {
234
                "php": ">=5.3.0"
235
            },
236
            "type": "library",
237
            "extra": {
238
                "branch-alias": {
239
                    "dev-master": "1.0.x-dev"
240
                }
241
            },
242
            "autoload": {
243
                "psr-4": {
244
                    "Psr\\Http\\Message\\": "src/"
245
                }
246
            },
247
            "notification-url": "https://packagist.org/downloads/",
248
            "license": [
249
                "MIT"
250
            ],
251
            "authors": [
252
                {
253
                    "name": "PHP-FIG",
254
                    "homepage": "http://www.php-fig.org/"
255
                }
256
            ],
257
            "description": "Common interface for HTTP messages",
258
            "keywords": [
259
                "http",
260
                "http-message",
261
                "psr",
262
                "psr-7",
263
                "request",
264
                "response"
265
            ],
266
            "time": "2015-05-04 20:22:00"
267
        },
268
        {
269
            "name": "symfony/console",
270
            "version": "v2.8.4",
271
            "source": {
272
                "type": "git",
273
                "url": "https://github.com/symfony/console.git",
274
                "reference": "9a5aef5fc0d4eff86853d44202b02be8d5a20154"
275
            },
276
            "dist": {
277
                "type": "zip",
278
                "url": "https://api.github.com/repos/symfony/console/zipball/9a5aef5fc0d4eff86853d44202b02be8d5a20154",
279
                "reference": "9a5aef5fc0d4eff86853d44202b02be8d5a20154",
280
                "shasum": ""
281
            },
282
            "require": {
283
                "php": ">=5.3.9",
284
                "symfony/polyfill-mbstring": "~1.0"
285
            },
286
            "require-dev": {
287
                "psr/log": "~1.0",
288
                "symfony/event-dispatcher": "~2.1|~3.0.0",
289
                "symfony/process": "~2.1|~3.0.0"
290
            },
291
            "suggest": {
292
                "psr/log": "For using the console logger",
293
                "symfony/event-dispatcher": "",
294
                "symfony/process": ""
295
            },
296
            "type": "library",
297
            "extra": {
298
                "branch-alias": {
299
                    "dev-master": "2.8-dev"
300
                }
301
            },
302
            "autoload": {
303
                "psr-4": {
304
                    "Symfony\\Component\\Console\\": ""
305
                },
306
                "exclude-from-classmap": [
307
                    "/Tests/"
308
                ]
309
            },
310
            "notification-url": "https://packagist.org/downloads/",
311
            "license": [
312
                "MIT"
313
            ],
314
            "authors": [
315
                {
316
                    "name": "Fabien Potencier",
317
                    "email": "[email protected]"
318
                },
319
                {
320
                    "name": "Symfony Community",
321
                    "homepage": "https://symfony.com/contributors"
322
                }
323
            ],
324
            "description": "Symfony Console Component",
325
            "homepage": "https://symfony.com",
326
            "time": "2016-03-17 09:19:04"
327
        },
328
        {
329
            "name": "symfony/polyfill-mbstring",
330
            "version": "v1.1.1",
331
            "source": {
332
                "type": "git",
333
                "url": "https://github.com/symfony/polyfill-mbstring.git",
334
                "reference": "1289d16209491b584839022f29257ad859b8532d"
335
            },
336
            "dist": {
337
                "type": "zip",
338
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/1289d16209491b584839022f29257ad859b8532d",
339
                "reference": "1289d16209491b584839022f29257ad859b8532d",
340
                "shasum": ""
341
            },
342
            "require": {
343
                "php": ">=5.3.3"
344
            },
345
            "suggest": {
346
                "ext-mbstring": "For best performance"
347
            },
348
            "type": "library",
349
            "extra": {
350
                "branch-alias": {
351
                    "dev-master": "1.1-dev"
352
                }
353
            },
354
            "autoload": {
355
                "psr-4": {
356
                    "Symfony\\Polyfill\\Mbstring\\": ""
357
                },
358
                "files": [
359
                    "bootstrap.php"
360
                ]
361
            },
362
            "notification-url": "https://packagist.org/downloads/",
363
            "license": [
364
                "MIT"
365
            ],
366
            "authors": [
367
                {
368
                    "name": "Nicolas Grekas",
369
                    "email": "[email protected]"
370
                },
371
                {
372
                    "name": "Symfony Community",
373
                    "homepage": "https://symfony.com/contributors"
374
                }
375
            ],
376
            "description": "Symfony polyfill for the Mbstring extension",
377
            "homepage": "https://symfony.com",
378
            "keywords": [
379
                "compatibility",
380
                "mbstring",
381
                "polyfill",
382
                "portable",
383
                "shim"
384
            ],
385
            "time": "2016-01-20 09:13:37"
386
        }
387
    ],
388
    "packages-dev": [
389
        {
390
            "name": "doctrine/instantiator",
391
            "version": "1.0.5",
392
            "source": {
393
                "type": "git",
394
                "url": "https://github.com/doctrine/instantiator.git",
395
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
396
            },
397
            "dist": {
398
                "type": "zip",
399
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
400
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
401
                "shasum": ""
402
            },
403
            "require": {
404
                "php": ">=5.3,<8.0-DEV"
405
            },
406
            "require-dev": {
407
                "athletic/athletic": "~0.1.8",
408
                "ext-pdo": "*",
409
                "ext-phar": "*",
410
                "phpunit/phpunit": "~4.0",
411
                "squizlabs/php_codesniffer": "~2.0"
412
            },
413
            "type": "library",
414
            "extra": {
415
                "branch-alias": {
416
                    "dev-master": "1.0.x-dev"
417
                }
418
            },
419
            "autoload": {
420
                "psr-4": {
421
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
422
                }
423
            },
424
            "notification-url": "https://packagist.org/downloads/",
425
            "license": [
426
                "MIT"
427
            ],
428
            "authors": [
429
                {
430
                    "name": "Marco Pivetta",
431
                    "email": "[email protected]",
432
                    "homepage": "http://ocramius.github.com/"
433
                }
434
            ],
435
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
436
            "homepage": "https://github.com/doctrine/instantiator",
437
            "keywords": [
438
                "constructor",
439
                "instantiate"
440
            ],
441
            "time": "2015-06-14 21:17:01"
442
        },
443
        {
444
            "name": "fabpot/php-cs-fixer",
445
            "version": "v1.11.2",
446
            "source": {
447
                "type": "git",
448
                "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
449
                "reference": "41f70154642ec0f9ea9ea9c290943f3b5dfa76fc"
450
            },
451
            "dist": {
452
                "type": "zip",
453
                "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/41f70154642ec0f9ea9ea9c290943f3b5dfa76fc",
454
                "reference": "41f70154642ec0f9ea9ea9c290943f3b5dfa76fc",
455
                "shasum": ""
456
            },
457
            "require": {
458
                "ext-tokenizer": "*",
459
                "php": ">=5.3.6",
460
                "sebastian/diff": "~1.1",
461
                "symfony/console": "~2.3|~3.0",
462
                "symfony/event-dispatcher": "~2.1|~3.0",
463
                "symfony/filesystem": "~2.1|~3.0",
464
                "symfony/finder": "~2.1|~3.0",
465
                "symfony/process": "~2.3|~3.0",
466
                "symfony/stopwatch": "~2.5|~3.0"
467
            },
468
            "require-dev": {
469
                "satooshi/php-coveralls": "0.7.*@dev"
470
            },
471
            "bin": [
472
                "php-cs-fixer"
473
            ],
474
            "type": "application",
475
            "autoload": {
476
                "psr-4": {
477
                    "Symfony\\CS\\": "Symfony/CS/"
478
                }
479
            },
480
            "notification-url": "https://packagist.org/downloads/",
481
            "license": [
482
                "MIT"
483
            ],
484
            "authors": [
485
                {
486
                    "name": "Dariusz Rumiński",
487
                    "email": "[email protected]"
488
                },
489
                {
490
                    "name": "Fabien Potencier",
491
                    "email": "[email protected]"
492
                }
493
            ],
494
            "description": "A tool to automatically fix PHP code style",
495
            "time": "2016-02-26 07:37:29"
496
        },
497
        {
498
            "name": "myclabs/deep-copy",
499
            "version": "1.5.0",
500
            "source": {
501
                "type": "git",
502
                "url": "https://github.com/myclabs/DeepCopy.git",
503
                "reference": "e3abefcd7f106677fd352cd7c187d6c969aa9ddc"
504
            },
505
            "dist": {
506
                "type": "zip",
507
                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/e3abefcd7f106677fd352cd7c187d6c969aa9ddc",
508
                "reference": "e3abefcd7f106677fd352cd7c187d6c969aa9ddc",
509
                "shasum": ""
510
            },
511
            "require": {
512
                "php": ">=5.4.0"
513
            },
514
            "require-dev": {
515
                "doctrine/collections": "1.*",
516
                "phpunit/phpunit": "~4.1"
517
            },
518
            "type": "library",
519
            "autoload": {
520
                "psr-4": {
521
                    "DeepCopy\\": "src/DeepCopy/"
522
                }
523
            },
524
            "notification-url": "https://packagist.org/downloads/",
525
            "license": [
526
                "MIT"
527
            ],
528
            "description": "Create deep copies (clones) of your objects",
529
            "homepage": "https://github.com/myclabs/DeepCopy",
530
            "keywords": [
531
                "clone",
532
                "copy",
533
                "duplicate",
534
                "object",
535
                "object graph"
536
            ],
537
            "time": "2015-11-07 22:20:37"
538
        },
539
        {
540
            "name": "phing/phing",
541
            "version": "2.14.0",
542
            "source": {
543
                "type": "git",
544
                "url": "https://github.com/phingofficial/phing.git",
545
                "reference": "7dd73c83c377623def54b58121f46b4dcb35dd61"
546
            },
547
            "dist": {
548
                "type": "zip",
549
                "url": "https://api.github.com/repos/phingofficial/phing/zipball/7dd73c83c377623def54b58121f46b4dcb35dd61",
550
                "reference": "7dd73c83c377623def54b58121f46b4dcb35dd61",
551
                "shasum": ""
552
            },
553
            "require": {
554
                "php": ">=5.2.0"
555
            },
556
            "require-dev": {
557
                "ext-pdo_sqlite": "*",
558
                "lastcraft/simpletest": "@dev",
559
                "mikey179/vfsstream": "^1.6",
560
                "pdepend/pdepend": "2.x",
561
                "pear/archive_tar": "1.4.x",
562
                "pear/http_request2": "dev-trunk",
563
                "pear/net_growl": "dev-trunk",
564
                "pear/pear-core-minimal": "1.10.1",
565
                "pear/versioncontrol_git": "@dev",
566
                "pear/versioncontrol_svn": "~0.5",
567
                "phpdocumentor/phpdocumentor": "2.x",
568
                "phploc/phploc": "~2.0.6",
569
                "phpmd/phpmd": "~2.2",
570
                "phpunit/phpunit": ">=3.7",
571
                "sebastian/git": "~1.0",
572
                "sebastian/phpcpd": "2.x",
573
                "squizlabs/php_codesniffer": "~2.2",
574
                "symfony/yaml": "~2.7"
575
            },
576
            "suggest": {
577
                "pdepend/pdepend": "PHP version of JDepend",
578
                "pear/archive_tar": "Tar file management class",
579
                "pear/versioncontrol_git": "A library that provides OO interface to handle Git repository",
580
                "pear/versioncontrol_svn": "A simple OO-style interface for Subversion, the free/open-source version control system",
581
                "phpdocumentor/phpdocumentor": "Documentation Generator for PHP",
582
                "phploc/phploc": "A tool for quickly measuring the size of a PHP project",
583
                "phpmd/phpmd": "PHP version of PMD tool",
584
                "phpunit/php-code-coverage": "Library that provides collection, processing, and rendering functionality for PHP code coverage information",
585
                "phpunit/phpunit": "The PHP Unit Testing Framework",
586
                "sebastian/phpcpd": "Copy/Paste Detector (CPD) for PHP code",
587
                "tedivm/jshrink": "Javascript Minifier built in PHP"
588
            },
589
            "bin": [
590
                "bin/phing"
591
            ],
592
            "type": "library",
593
            "extra": {
594
                "branch-alias": {
595
                    "dev-master": "2.14.x-dev"
596
                }
597
            },
598
            "autoload": {
599
                "classmap": [
600
                    "classes/phing/"
601
                ]
602
            },
603
            "notification-url": "https://packagist.org/downloads/",
604
            "include-path": [
605
                "classes"
606
            ],
607
            "license": [
608
                "LGPL-3.0"
609
            ],
610
            "authors": [
611
                {
612
                    "name": "Michiel Rook",
613
                    "email": "[email protected]"
614
                },
615
                {
616
                    "name": "Phing Community",
617
                    "homepage": "https://www.phing.info/trac/wiki/Development/Contributors"
618
                }
619
            ],
620
            "description": "PHing Is Not GNU make; it's a PHP project build system or build tool based on Apache Ant.",
621
            "homepage": "https://www.phing.info/",
622
            "keywords": [
623
                "build",
624
                "phing",
625
                "task",
626
                "tool"
627
            ],
628
            "time": "2016-03-10 21:39:23"
629
        },
630
        {
631
            "name": "phpdocumentor/reflection-docblock",
632
            "version": "2.0.4",
633
            "source": {
634
                "type": "git",
635
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
636
                "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8"
637
            },
638
            "dist": {
639
                "type": "zip",
640
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8",
641
                "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8",
642
                "shasum": ""
643
            },
644
            "require": {
645
                "php": ">=5.3.3"
646
            },
647
            "require-dev": {
648
                "phpunit/phpunit": "~4.0"
649
            },
650
            "suggest": {
651
                "dflydev/markdown": "~1.0",
652
                "erusev/parsedown": "~1.0"
653
            },
654
            "type": "library",
655
            "extra": {
656
                "branch-alias": {
657
                    "dev-master": "2.0.x-dev"
658
                }
659
            },
660
            "autoload": {
661
                "psr-0": {
662
                    "phpDocumentor": [
663
                        "src/"
664
                    ]
665
                }
666
            },
667
            "notification-url": "https://packagist.org/downloads/",
668
            "license": [
669
                "MIT"
670
            ],
671
            "authors": [
672
                {
673
                    "name": "Mike van Riel",
674
                    "email": "[email protected]"
675
                }
676
            ],
677
            "time": "2015-02-03 12:10:50"
678
        },
679
        {
680
            "name": "phpspec/prophecy",
681
            "version": "v1.6.0",
682
            "source": {
683
                "type": "git",
684
                "url": "https://github.com/phpspec/prophecy.git",
685
                "reference": "3c91bdf81797d725b14cb62906f9a4ce44235972"
686
            },
687
            "dist": {
688
                "type": "zip",
689
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/3c91bdf81797d725b14cb62906f9a4ce44235972",
690
                "reference": "3c91bdf81797d725b14cb62906f9a4ce44235972",
691
                "shasum": ""
692
            },
693
            "require": {
694
                "doctrine/instantiator": "^1.0.2",
695
                "php": "^5.3|^7.0",
696
                "phpdocumentor/reflection-docblock": "~2.0",
697
                "sebastian/comparator": "~1.1",
698
                "sebastian/recursion-context": "~1.0"
699
            },
700
            "require-dev": {
701
                "phpspec/phpspec": "~2.0"
702
            },
703
            "type": "library",
704
            "extra": {
705
                "branch-alias": {
706
                    "dev-master": "1.5.x-dev"
707
                }
708
            },
709
            "autoload": {
710
                "psr-0": {
711
                    "Prophecy\\": "src/"
712
                }
713
            },
714
            "notification-url": "https://packagist.org/downloads/",
715
            "license": [
716
                "MIT"
717
            ],
718
            "authors": [
719
                {
720
                    "name": "Konstantin Kudryashov",
721
                    "email": "[email protected]",
722
                    "homepage": "http://everzet.com"
723
                },
724
                {
725
                    "name": "Marcello Duarte",
726
                    "email": "[email protected]"
727
                }
728
            ],
729
            "description": "Highly opinionated mocking framework for PHP 5.3+",
730
            "homepage": "https://github.com/phpspec/prophecy",
731
            "keywords": [
732
                "Double",
733
                "Dummy",
734
                "fake",
735
                "mock",
736
                "spy",
737
                "stub"
738
            ],
739
            "time": "2016-02-15 07:46:21"
740
        },
741
        {
742
            "name": "phpunit/dbunit",
743
            "version": "2.0.2",
744
            "source": {
745
                "type": "git",
746
                "url": "https://github.com/sebastianbergmann/dbunit.git",
747
                "reference": "390cefcb101e07e1d6400dbdfc3b90ecf2c1279f"
748
            },
749
            "dist": {
750
                "type": "zip",
751
                "url": "https://api.github.com/repos/sebastianbergmann/dbunit/zipball/390cefcb101e07e1d6400dbdfc3b90ecf2c1279f",
752
                "reference": "390cefcb101e07e1d6400dbdfc3b90ecf2c1279f",
753
                "shasum": ""
754
            },
755
            "require": {
756
                "ext-pdo": "*",
757
                "ext-simplexml": "*",
758
                "php": ">=5.4",
759
                "phpunit/phpunit": "~4|~5",
760
                "symfony/yaml": "~2.1|~3.0"
761
            },
762
            "bin": [
763
                "dbunit"
764
            ],
765
            "type": "library",
766
            "extra": {
767
                "branch-alias": {
768
                    "dev-master": "2.0.x-dev"
769
                }
770
            },
771
            "autoload": {
772
                "classmap": [
773
                    "src/"
774
                ]
775
            },
776
            "notification-url": "https://packagist.org/downloads/",
777
            "license": [
778
                "BSD-3-Clause"
779
            ],
780
            "authors": [
781
                {
782
                    "name": "Sebastian Bergmann",
783
                    "email": "[email protected]",
784
                    "role": "lead"
785
                }
786
            ],
787
            "description": "DbUnit port for PHP/PHPUnit to support database interaction testing.",
788
            "homepage": "https://github.com/sebastianbergmann/dbunit/",
789
            "keywords": [
790
                "database",
791
                "testing",
792
                "xunit"
793
            ],
794
            "time": "2015-11-03 11:17:01"
795
        },
796
        {
797
            "name": "phpunit/php-code-coverage",
798
            "version": "3.3.0",
799
            "source": {
800
                "type": "git",
801
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
802
                "reference": "fe33716763b604ade4cb442c0794f5bd5ad73004"
803
            },
804
            "dist": {
805
                "type": "zip",
806
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/fe33716763b604ade4cb442c0794f5bd5ad73004",
807
                "reference": "fe33716763b604ade4cb442c0794f5bd5ad73004",
808
                "shasum": ""
809
            },
810
            "require": {
811
                "php": "^5.6 || ^7.0",
812
                "phpunit/php-file-iterator": "~1.3",
813
                "phpunit/php-text-template": "~1.2",
814
                "phpunit/php-token-stream": "^1.4.2",
815
                "sebastian/code-unit-reverse-lookup": "~1.0",
816
                "sebastian/environment": "^1.3.2",
817
                "sebastian/version": "~1.0|~2.0"
818
            },
819
            "require-dev": {
820
                "ext-xdebug": ">=2.1.4",
821
                "phpunit/phpunit": "~5"
822
            },
823
            "suggest": {
824
                "ext-dom": "*",
825
                "ext-xdebug": ">=2.2.1",
826
                "ext-xmlwriter": "*"
827
            },
828
            "type": "library",
829
            "extra": {
830
                "branch-alias": {
831
                    "dev-master": "3.3.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": "Sebastian Bergmann",
846
                    "email": "[email protected]",
847
                    "role": "lead"
848
                }
849
            ],
850
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
851
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
852
            "keywords": [
853
                "coverage",
854
                "testing",
855
                "xunit"
856
            ],
857
            "time": "2016-03-03 08:49:08"
858
        },
859
        {
860
            "name": "phpunit/php-file-iterator",
861
            "version": "1.4.1",
862
            "source": {
863
                "type": "git",
864
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
865
                "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0"
866
            },
867
            "dist": {
868
                "type": "zip",
869
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
870
                "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
871
                "shasum": ""
872
            },
873
            "require": {
874
                "php": ">=5.3.3"
875
            },
876
            "type": "library",
877
            "extra": {
878
                "branch-alias": {
879
                    "dev-master": "1.4.x-dev"
880
                }
881
            },
882
            "autoload": {
883
                "classmap": [
884
                    "src/"
885
                ]
886
            },
887
            "notification-url": "https://packagist.org/downloads/",
888
            "license": [
889
                "BSD-3-Clause"
890
            ],
891
            "authors": [
892
                {
893
                    "name": "Sebastian Bergmann",
894
                    "email": "[email protected]",
895
                    "role": "lead"
896
                }
897
            ],
898
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
899
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
900
            "keywords": [
901
                "filesystem",
902
                "iterator"
903
            ],
904
            "time": "2015-06-21 13:08:43"
905
        },
906
        {
907
            "name": "phpunit/php-text-template",
908
            "version": "1.2.1",
909
            "source": {
910
                "type": "git",
911
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
912
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
913
            },
914
            "dist": {
915
                "type": "zip",
916
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
917
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
918
                "shasum": ""
919
            },
920
            "require": {
921
                "php": ">=5.3.3"
922
            },
923
            "type": "library",
924
            "autoload": {
925
                "classmap": [
926
                    "src/"
927
                ]
928
            },
929
            "notification-url": "https://packagist.org/downloads/",
930
            "license": [
931
                "BSD-3-Clause"
932
            ],
933
            "authors": [
934
                {
935
                    "name": "Sebastian Bergmann",
936
                    "email": "[email protected]",
937
                    "role": "lead"
938
                }
939
            ],
940
            "description": "Simple template engine.",
941
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
942
            "keywords": [
943
                "template"
944
            ],
945
            "time": "2015-06-21 13:50:34"
946
        },
947
        {
948
            "name": "phpunit/php-timer",
949
            "version": "1.0.7",
950
            "source": {
951
                "type": "git",
952
                "url": "https://github.com/sebastianbergmann/php-timer.git",
953
                "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b"
954
            },
955
            "dist": {
956
                "type": "zip",
957
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
958
                "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
959
                "shasum": ""
960
            },
961
            "require": {
962
                "php": ">=5.3.3"
963
            },
964
            "type": "library",
965
            "autoload": {
966
                "classmap": [
967
                    "src/"
968
                ]
969
            },
970
            "notification-url": "https://packagist.org/downloads/",
971
            "license": [
972
                "BSD-3-Clause"
973
            ],
974
            "authors": [
975
                {
976
                    "name": "Sebastian Bergmann",
977
                    "email": "[email protected]",
978
                    "role": "lead"
979
                }
980
            ],
981
            "description": "Utility class for timing",
982
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
983
            "keywords": [
984
                "timer"
985
            ],
986
            "time": "2015-06-21 08:01:12"
987
        },
988
        {
989
            "name": "phpunit/php-token-stream",
990
            "version": "1.4.8",
991
            "source": {
992
                "type": "git",
993
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
994
                "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da"
995
            },
996
            "dist": {
997
                "type": "zip",
998
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
999
                "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
1000
                "shasum": ""
1001
            },
1002
            "require": {
1003
                "ext-tokenizer": "*",
1004
                "php": ">=5.3.3"
1005
            },
1006
            "require-dev": {
1007
                "phpunit/phpunit": "~4.2"
1008
            },
1009
            "type": "library",
1010
            "extra": {
1011
                "branch-alias": {
1012
                    "dev-master": "1.4-dev"
1013
                }
1014
            },
1015
            "autoload": {
1016
                "classmap": [
1017
                    "src/"
1018
                ]
1019
            },
1020
            "notification-url": "https://packagist.org/downloads/",
1021
            "license": [
1022
                "BSD-3-Clause"
1023
            ],
1024
            "authors": [
1025
                {
1026
                    "name": "Sebastian Bergmann",
1027
                    "email": "[email protected]"
1028
                }
1029
            ],
1030
            "description": "Wrapper around PHP's tokenizer extension.",
1031
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
1032
            "keywords": [
1033
                "tokenizer"
1034
            ],
1035
            "time": "2015-09-15 10:49:45"
1036
        },
1037
        {
1038
            "name": "phpunit/phpunit",
1039
            "version": "5.2.12",
1040
            "source": {
1041
                "type": "git",
1042
                "url": "https://github.com/sebastianbergmann/phpunit.git",
1043
                "reference": "6f0948bab32270352f97d1913d82a49338dcb0da"
1044
            },
1045
            "dist": {
1046
                "type": "zip",
1047
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/6f0948bab32270352f97d1913d82a49338dcb0da",
1048
                "reference": "6f0948bab32270352f97d1913d82a49338dcb0da",
1049
                "shasum": ""
1050
            },
1051
            "require": {
1052
                "ext-dom": "*",
1053
                "ext-json": "*",
1054
                "ext-pcre": "*",
1055
                "ext-reflection": "*",
1056
                "ext-spl": "*",
1057
                "myclabs/deep-copy": "~1.3",
1058
                "php": "^5.6 || ^7.0",
1059
                "phpspec/prophecy": "^1.3.1",
1060
                "phpunit/php-code-coverage": "^3.3.0",
1061
                "phpunit/php-file-iterator": "~1.4",
1062
                "phpunit/php-text-template": "~1.2",
1063
                "phpunit/php-timer": ">=1.0.6",
1064
                "phpunit/phpunit-mock-objects": ">=3.0.5",
1065
                "sebastian/comparator": "~1.1",
1066
                "sebastian/diff": "~1.2",
1067
                "sebastian/environment": "~1.3",
1068
                "sebastian/exporter": "~1.2",
1069
                "sebastian/global-state": "~1.0",
1070
                "sebastian/resource-operations": "~1.0",
1071
                "sebastian/version": "~1.0|~2.0",
1072
                "symfony/yaml": "~2.1|~3.0"
1073
            },
1074
            "suggest": {
1075
                "phpunit/php-invoker": "~1.1"
1076
            },
1077
            "bin": [
1078
                "phpunit"
1079
            ],
1080
            "type": "library",
1081
            "extra": {
1082
                "branch-alias": {
1083
                    "dev-master": "5.2.x-dev"
1084
                }
1085
            },
1086
            "autoload": {
1087
                "classmap": [
1088
                    "src/"
1089
                ]
1090
            },
1091
            "notification-url": "https://packagist.org/downloads/",
1092
            "license": [
1093
                "BSD-3-Clause"
1094
            ],
1095
            "authors": [
1096
                {
1097
                    "name": "Sebastian Bergmann",
1098
                    "email": "[email protected]",
1099
                    "role": "lead"
1100
                }
1101
            ],
1102
            "description": "The PHP Unit Testing framework.",
1103
            "homepage": "https://phpunit.de/",
1104
            "keywords": [
1105
                "phpunit",
1106
                "testing",
1107
                "xunit"
1108
            ],
1109
            "time": "2016-03-15 05:59:58"
1110
        },
1111
        {
1112
            "name": "phpunit/phpunit-mock-objects",
1113
            "version": "3.1.2",
1114
            "source": {
1115
                "type": "git",
1116
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
1117
                "reference": "7c34c9bdde4131b824086457a3145e27dba10ca1"
1118
            },
1119
            "dist": {
1120
                "type": "zip",
1121
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/7c34c9bdde4131b824086457a3145e27dba10ca1",
1122
                "reference": "7c34c9bdde4131b824086457a3145e27dba10ca1",
1123
                "shasum": ""
1124
            },
1125
            "require": {
1126
                "doctrine/instantiator": "^1.0.2",
1127
                "php": ">=5.6",
1128
                "phpunit/php-text-template": "~1.2",
1129
                "sebastian/exporter": "~1.2"
1130
            },
1131
            "require-dev": {
1132
                "phpunit/phpunit": "~5"
1133
            },
1134
            "suggest": {
1135
                "ext-soap": "*"
1136
            },
1137
            "type": "library",
1138
            "extra": {
1139
                "branch-alias": {
1140
                    "dev-master": "3.1.x-dev"
1141
                }
1142
            },
1143
            "autoload": {
1144
                "classmap": [
1145
                    "src/"
1146
                ]
1147
            },
1148
            "notification-url": "https://packagist.org/downloads/",
1149
            "license": [
1150
                "BSD-3-Clause"
1151
            ],
1152
            "authors": [
1153
                {
1154
                    "name": "Sebastian Bergmann",
1155
                    "email": "[email protected]",
1156
                    "role": "lead"
1157
                }
1158
            ],
1159
            "description": "Mock Object library for PHPUnit",
1160
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
1161
            "keywords": [
1162
                "mock",
1163
                "xunit"
1164
            ],
1165
            "time": "2016-03-24 05:58:25"
1166
        },
1167
        {
1168
            "name": "sebastian/code-unit-reverse-lookup",
1169
            "version": "1.0.0",
1170
            "source": {
1171
                "type": "git",
1172
                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
1173
                "reference": "c36f5e7cfce482fde5bf8d10d41a53591e0198fe"
1174
            },
1175
            "dist": {
1176
                "type": "zip",
1177
                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/c36f5e7cfce482fde5bf8d10d41a53591e0198fe",
1178
                "reference": "c36f5e7cfce482fde5bf8d10d41a53591e0198fe",
1179
                "shasum": ""
1180
            },
1181
            "require": {
1182
                "php": ">=5.6"
1183
            },
1184
            "require-dev": {
1185
                "phpunit/phpunit": "~5"
1186
            },
1187
            "type": "library",
1188
            "extra": {
1189
                "branch-alias": {
1190
                    "dev-master": "1.0.x-dev"
1191
                }
1192
            },
1193
            "autoload": {
1194
                "classmap": [
1195
                    "src/"
1196
                ]
1197
            },
1198
            "notification-url": "https://packagist.org/downloads/",
1199
            "license": [
1200
                "BSD-3-Clause"
1201
            ],
1202
            "authors": [
1203
                {
1204
                    "name": "Sebastian Bergmann",
1205
                    "email": "[email protected]"
1206
                }
1207
            ],
1208
            "description": "Looks up which function or method a line of code belongs to",
1209
            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
1210
            "time": "2016-02-13 06:45:14"
1211
        },
1212
        {
1213
            "name": "sebastian/comparator",
1214
            "version": "1.2.0",
1215
            "source": {
1216
                "type": "git",
1217
                "url": "https://github.com/sebastianbergmann/comparator.git",
1218
                "reference": "937efb279bd37a375bcadf584dec0726f84dbf22"
1219
            },
1220
            "dist": {
1221
                "type": "zip",
1222
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22",
1223
                "reference": "937efb279bd37a375bcadf584dec0726f84dbf22",
1224
                "shasum": ""
1225
            },
1226
            "require": {
1227
                "php": ">=5.3.3",
1228
                "sebastian/diff": "~1.2",
1229
                "sebastian/exporter": "~1.2"
1230
            },
1231
            "require-dev": {
1232
                "phpunit/phpunit": "~4.4"
1233
            },
1234
            "type": "library",
1235
            "extra": {
1236
                "branch-alias": {
1237
                    "dev-master": "1.2.x-dev"
1238
                }
1239
            },
1240
            "autoload": {
1241
                "classmap": [
1242
                    "src/"
1243
                ]
1244
            },
1245
            "notification-url": "https://packagist.org/downloads/",
1246
            "license": [
1247
                "BSD-3-Clause"
1248
            ],
1249
            "authors": [
1250
                {
1251
                    "name": "Jeff Welch",
1252
                    "email": "[email protected]"
1253
                },
1254
                {
1255
                    "name": "Volker Dusch",
1256
                    "email": "[email protected]"
1257
                },
1258
                {
1259
                    "name": "Bernhard Schussek",
1260
                    "email": "[email protected]"
1261
                },
1262
                {
1263
                    "name": "Sebastian Bergmann",
1264
                    "email": "[email protected]"
1265
                }
1266
            ],
1267
            "description": "Provides the functionality to compare PHP values for equality",
1268
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
1269
            "keywords": [
1270
                "comparator",
1271
                "compare",
1272
                "equality"
1273
            ],
1274
            "time": "2015-07-26 15:48:44"
1275
        },
1276
        {
1277
            "name": "sebastian/diff",
1278
            "version": "1.4.1",
1279
            "source": {
1280
                "type": "git",
1281
                "url": "https://github.com/sebastianbergmann/diff.git",
1282
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
1283
            },
1284
            "dist": {
1285
                "type": "zip",
1286
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
1287
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
1288
                "shasum": ""
1289
            },
1290
            "require": {
1291
                "php": ">=5.3.3"
1292
            },
1293
            "require-dev": {
1294
                "phpunit/phpunit": "~4.8"
1295
            },
1296
            "type": "library",
1297
            "extra": {
1298
                "branch-alias": {
1299
                    "dev-master": "1.4-dev"
1300
                }
1301
            },
1302
            "autoload": {
1303
                "classmap": [
1304
                    "src/"
1305
                ]
1306
            },
1307
            "notification-url": "https://packagist.org/downloads/",
1308
            "license": [
1309
                "BSD-3-Clause"
1310
            ],
1311
            "authors": [
1312
                {
1313
                    "name": "Kore Nordmann",
1314
                    "email": "[email protected]"
1315
                },
1316
                {
1317
                    "name": "Sebastian Bergmann",
1318
                    "email": "[email protected]"
1319
                }
1320
            ],
1321
            "description": "Diff implementation",
1322
            "homepage": "https://github.com/sebastianbergmann/diff",
1323
            "keywords": [
1324
                "diff"
1325
            ],
1326
            "time": "2015-12-08 07:14:41"
1327
        },
1328
        {
1329
            "name": "sebastian/environment",
1330
            "version": "1.3.5",
1331
            "source": {
1332
                "type": "git",
1333
                "url": "https://github.com/sebastianbergmann/environment.git",
1334
                "reference": "dc7a29032cf72b54f36dac15a1ca5b3a1b6029bf"
1335
            },
1336
            "dist": {
1337
                "type": "zip",
1338
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/dc7a29032cf72b54f36dac15a1ca5b3a1b6029bf",
1339
                "reference": "dc7a29032cf72b54f36dac15a1ca5b3a1b6029bf",
1340
                "shasum": ""
1341
            },
1342
            "require": {
1343
                "php": ">=5.3.3"
1344
            },
1345
            "require-dev": {
1346
                "phpunit/phpunit": "~4.4"
1347
            },
1348
            "type": "library",
1349
            "extra": {
1350
                "branch-alias": {
1351
                    "dev-master": "1.3.x-dev"
1352
                }
1353
            },
1354
            "autoload": {
1355
                "classmap": [
1356
                    "src/"
1357
                ]
1358
            },
1359
            "notification-url": "https://packagist.org/downloads/",
1360
            "license": [
1361
                "BSD-3-Clause"
1362
            ],
1363
            "authors": [
1364
                {
1365
                    "name": "Sebastian Bergmann",
1366
                    "email": "[email protected]"
1367
                }
1368
            ],
1369
            "description": "Provides functionality to handle HHVM/PHP environments",
1370
            "homepage": "http://www.github.com/sebastianbergmann/environment",
1371
            "keywords": [
1372
                "Xdebug",
1373
                "environment",
1374
                "hhvm"
1375
            ],
1376
            "time": "2016-02-26 18:40:46"
1377
        },
1378
        {
1379
            "name": "sebastian/exporter",
1380
            "version": "1.2.1",
1381
            "source": {
1382
                "type": "git",
1383
                "url": "https://github.com/sebastianbergmann/exporter.git",
1384
                "reference": "7ae5513327cb536431847bcc0c10edba2701064e"
1385
            },
1386
            "dist": {
1387
                "type": "zip",
1388
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/7ae5513327cb536431847bcc0c10edba2701064e",
1389
                "reference": "7ae5513327cb536431847bcc0c10edba2701064e",
1390
                "shasum": ""
1391
            },
1392
            "require": {
1393
                "php": ">=5.3.3",
1394
                "sebastian/recursion-context": "~1.0"
1395
            },
1396
            "require-dev": {
1397
                "phpunit/phpunit": "~4.4"
1398
            },
1399
            "type": "library",
1400
            "extra": {
1401
                "branch-alias": {
1402
                    "dev-master": "1.2.x-dev"
1403
                }
1404
            },
1405
            "autoload": {
1406
                "classmap": [
1407
                    "src/"
1408
                ]
1409
            },
1410
            "notification-url": "https://packagist.org/downloads/",
1411
            "license": [
1412
                "BSD-3-Clause"
1413
            ],
1414
            "authors": [
1415
                {
1416
                    "name": "Jeff Welch",
1417
                    "email": "[email protected]"
1418
                },
1419
                {
1420
                    "name": "Volker Dusch",
1421
                    "email": "[email protected]"
1422
                },
1423
                {
1424
                    "name": "Bernhard Schussek",
1425
                    "email": "[email protected]"
1426
                },
1427
                {
1428
                    "name": "Sebastian Bergmann",
1429
                    "email": "[email protected]"
1430
                },
1431
                {
1432
                    "name": "Adam Harvey",
1433
                    "email": "[email protected]"
1434
                }
1435
            ],
1436
            "description": "Provides the functionality to export PHP variables for visualization",
1437
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
1438
            "keywords": [
1439
                "export",
1440
                "exporter"
1441
            ],
1442
            "time": "2015-06-21 07:55:53"
1443
        },
1444
        {
1445
            "name": "sebastian/global-state",
1446
            "version": "1.1.1",
1447
            "source": {
1448
                "type": "git",
1449
                "url": "https://github.com/sebastianbergmann/global-state.git",
1450
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
1451
            },
1452
            "dist": {
1453
                "type": "zip",
1454
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
1455
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
1456
                "shasum": ""
1457
            },
1458
            "require": {
1459
                "php": ">=5.3.3"
1460
            },
1461
            "require-dev": {
1462
                "phpunit/phpunit": "~4.2"
1463
            },
1464
            "suggest": {
1465
                "ext-uopz": "*"
1466
            },
1467
            "type": "library",
1468
            "extra": {
1469
                "branch-alias": {
1470
                    "dev-master": "1.0-dev"
1471
                }
1472
            },
1473
            "autoload": {
1474
                "classmap": [
1475
                    "src/"
1476
                ]
1477
            },
1478
            "notification-url": "https://packagist.org/downloads/",
1479
            "license": [
1480
                "BSD-3-Clause"
1481
            ],
1482
            "authors": [
1483
                {
1484
                    "name": "Sebastian Bergmann",
1485
                    "email": "[email protected]"
1486
                }
1487
            ],
1488
            "description": "Snapshotting of global state",
1489
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
1490
            "keywords": [
1491
                "global state"
1492
            ],
1493
            "time": "2015-10-12 03:26:01"
1494
        },
1495
        {
1496
            "name": "sebastian/recursion-context",
1497
            "version": "1.0.2",
1498
            "source": {
1499
                "type": "git",
1500
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
1501
                "reference": "913401df809e99e4f47b27cdd781f4a258d58791"
1502
            },
1503
            "dist": {
1504
                "type": "zip",
1505
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/913401df809e99e4f47b27cdd781f4a258d58791",
1506
                "reference": "913401df809e99e4f47b27cdd781f4a258d58791",
1507
                "shasum": ""
1508
            },
1509
            "require": {
1510
                "php": ">=5.3.3"
1511
            },
1512
            "require-dev": {
1513
                "phpunit/phpunit": "~4.4"
1514
            },
1515
            "type": "library",
1516
            "extra": {
1517
                "branch-alias": {
1518
                    "dev-master": "1.0.x-dev"
1519
                }
1520
            },
1521
            "autoload": {
1522
                "classmap": [
1523
                    "src/"
1524
                ]
1525
            },
1526
            "notification-url": "https://packagist.org/downloads/",
1527
            "license": [
1528
                "BSD-3-Clause"
1529
            ],
1530
            "authors": [
1531
                {
1532
                    "name": "Jeff Welch",
1533
                    "email": "[email protected]"
1534
                },
1535
                {
1536
                    "name": "Sebastian Bergmann",
1537
                    "email": "[email protected]"
1538
                },
1539
                {
1540
                    "name": "Adam Harvey",
1541
                    "email": "[email protected]"
1542
                }
1543
            ],
1544
            "description": "Provides functionality to recursively process PHP variables",
1545
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
1546
            "time": "2015-11-11 19:50:13"
1547
        },
1548
        {
1549
            "name": "sebastian/resource-operations",
1550
            "version": "1.0.0",
1551
            "source": {
1552
                "type": "git",
1553
                "url": "https://github.com/sebastianbergmann/resource-operations.git",
1554
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
1555
            },
1556
            "dist": {
1557
                "type": "zip",
1558
                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
1559
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
1560
                "shasum": ""
1561
            },
1562
            "require": {
1563
                "php": ">=5.6.0"
1564
            },
1565
            "type": "library",
1566
            "extra": {
1567
                "branch-alias": {
1568
                    "dev-master": "1.0.x-dev"
1569
                }
1570
            },
1571
            "autoload": {
1572
                "classmap": [
1573
                    "src/"
1574
                ]
1575
            },
1576
            "notification-url": "https://packagist.org/downloads/",
1577
            "license": [
1578
                "BSD-3-Clause"
1579
            ],
1580
            "authors": [
1581
                {
1582
                    "name": "Sebastian Bergmann",
1583
                    "email": "[email protected]"
1584
                }
1585
            ],
1586
            "description": "Provides a list of PHP built-in functions that operate on resources",
1587
            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
1588
            "time": "2015-07-28 20:34:47"
1589
        },
1590
        {
1591
            "name": "sebastian/version",
1592
            "version": "2.0.0",
1593
            "source": {
1594
                "type": "git",
1595
                "url": "https://github.com/sebastianbergmann/version.git",
1596
                "reference": "c829badbd8fdf16a0bad8aa7fa7971c029f1b9c5"
1597
            },
1598
            "dist": {
1599
                "type": "zip",
1600
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c829badbd8fdf16a0bad8aa7fa7971c029f1b9c5",
1601
                "reference": "c829badbd8fdf16a0bad8aa7fa7971c029f1b9c5",
1602
                "shasum": ""
1603
            },
1604
            "require": {
1605
                "php": ">=5.6"
1606
            },
1607
            "type": "library",
1608
            "extra": {
1609
                "branch-alias": {
1610
                    "dev-master": "2.0.x-dev"
1611
                }
1612
            },
1613
            "autoload": {
1614
                "classmap": [
1615
                    "src/"
1616
                ]
1617
            },
1618
            "notification-url": "https://packagist.org/downloads/",
1619
            "license": [
1620
                "BSD-3-Clause"
1621
            ],
1622
            "authors": [
1623
                {
1624
                    "name": "Sebastian Bergmann",
1625
                    "email": "[email protected]",
1626
                    "role": "lead"
1627
                }
1628
            ],
1629
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
1630
            "homepage": "https://github.com/sebastianbergmann/version",
1631
            "time": "2016-02-04 12:56:52"
1632
        },
1633
        {
1634
            "name": "symfony/event-dispatcher",
1635
            "version": "v3.0.3",
1636
            "source": {
1637
                "type": "git",
1638
                "url": "https://github.com/symfony/event-dispatcher.git",
1639
                "reference": "4dd5df31a28c0f82b41cb1e1599b74b5dcdbdafa"
1640
            },
1641
            "dist": {
1642
                "type": "zip",
1643
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/4dd5df31a28c0f82b41cb1e1599b74b5dcdbdafa",
1644
                "reference": "4dd5df31a28c0f82b41cb1e1599b74b5dcdbdafa",
1645
                "shasum": ""
1646
            },
1647
            "require": {
1648
                "php": ">=5.5.9"
1649
            },
1650
            "require-dev": {
1651
                "psr/log": "~1.0",
1652
                "symfony/config": "~2.8|~3.0",
1653
                "symfony/dependency-injection": "~2.8|~3.0",
1654
                "symfony/expression-language": "~2.8|~3.0",
1655
                "symfony/stopwatch": "~2.8|~3.0"
1656
            },
1657
            "suggest": {
1658
                "symfony/dependency-injection": "",
1659
                "symfony/http-kernel": ""
1660
            },
1661
            "type": "library",
1662
            "extra": {
1663
                "branch-alias": {
1664
                    "dev-master": "3.0-dev"
1665
                }
1666
            },
1667
            "autoload": {
1668
                "psr-4": {
1669
                    "Symfony\\Component\\EventDispatcher\\": ""
1670
                },
1671
                "exclude-from-classmap": [
1672
                    "/Tests/"
1673
                ]
1674
            },
1675
            "notification-url": "https://packagist.org/downloads/",
1676
            "license": [
1677
                "MIT"
1678
            ],
1679
            "authors": [
1680
                {
1681
                    "name": "Fabien Potencier",
1682
                    "email": "[email protected]"
1683
                },
1684
                {
1685
                    "name": "Symfony Community",
1686
                    "homepage": "https://symfony.com/contributors"
1687
                }
1688
            ],
1689
            "description": "Symfony EventDispatcher Component",
1690
            "homepage": "https://symfony.com",
1691
            "time": "2016-01-27 05:14:46"
1692
        },
1693
        {
1694
            "name": "symfony/filesystem",
1695
            "version": "v3.0.3",
1696
            "source": {
1697
                "type": "git",
1698
                "url": "https://github.com/symfony/filesystem.git",
1699
                "reference": "23ae8f9648d0a7fe94a47c8e20e5bf37c489a451"
1700
            },
1701
            "dist": {
1702
                "type": "zip",
1703
                "url": "https://api.github.com/repos/symfony/filesystem/zipball/23ae8f9648d0a7fe94a47c8e20e5bf37c489a451",
1704
                "reference": "23ae8f9648d0a7fe94a47c8e20e5bf37c489a451",
1705
                "shasum": ""
1706
            },
1707
            "require": {
1708
                "php": ">=5.5.9"
1709
            },
1710
            "type": "library",
1711
            "extra": {
1712
                "branch-alias": {
1713
                    "dev-master": "3.0-dev"
1714
                }
1715
            },
1716
            "autoload": {
1717
                "psr-4": {
1718
                    "Symfony\\Component\\Filesystem\\": ""
1719
                },
1720
                "exclude-from-classmap": [
1721
                    "/Tests/"
1722
                ]
1723
            },
1724
            "notification-url": "https://packagist.org/downloads/",
1725
            "license": [
1726
                "MIT"
1727
            ],
1728
            "authors": [
1729
                {
1730
                    "name": "Fabien Potencier",
1731
                    "email": "[email protected]"
1732
                },
1733
                {
1734
                    "name": "Symfony Community",
1735
                    "homepage": "https://symfony.com/contributors"
1736
                }
1737
            ],
1738
            "description": "Symfony Filesystem Component",
1739
            "homepage": "https://symfony.com",
1740
            "time": "2016-02-23 15:16:06"
1741
        },
1742
        {
1743
            "name": "symfony/finder",
1744
            "version": "v3.0.3",
1745
            "source": {
1746
                "type": "git",
1747
                "url": "https://github.com/symfony/finder.git",
1748
                "reference": "623bda0abd9aa29e529c8e9c08b3b84171914723"
1749
            },
1750
            "dist": {
1751
                "type": "zip",
1752
                "url": "https://api.github.com/repos/symfony/finder/zipball/623bda0abd9aa29e529c8e9c08b3b84171914723",
1753
                "reference": "623bda0abd9aa29e529c8e9c08b3b84171914723",
1754
                "shasum": ""
1755
            },
1756
            "require": {
1757
                "php": ">=5.5.9"
1758
            },
1759
            "type": "library",
1760
            "extra": {
1761
                "branch-alias": {
1762
                    "dev-master": "3.0-dev"
1763
                }
1764
            },
1765
            "autoload": {
1766
                "psr-4": {
1767
                    "Symfony\\Component\\Finder\\": ""
1768
                },
1769
                "exclude-from-classmap": [
1770
                    "/Tests/"
1771
                ]
1772
            },
1773
            "notification-url": "https://packagist.org/downloads/",
1774
            "license": [
1775
                "MIT"
1776
            ],
1777
            "authors": [
1778
                {
1779
                    "name": "Fabien Potencier",
1780
                    "email": "[email protected]"
1781
                },
1782
                {
1783
                    "name": "Symfony Community",
1784
                    "homepage": "https://symfony.com/contributors"
1785
                }
1786
            ],
1787
            "description": "Symfony Finder Component",
1788
            "homepage": "https://symfony.com",
1789
            "time": "2016-01-27 05:14:46"
1790
        },
1791
        {
1792
            "name": "symfony/process",
1793
            "version": "v3.0.3",
1794
            "source": {
1795
                "type": "git",
1796
                "url": "https://github.com/symfony/process.git",
1797
                "reference": "dfecef47506179db2501430e732adbf3793099c8"
1798
            },
1799
            "dist": {
1800
                "type": "zip",
1801
                "url": "https://api.github.com/repos/symfony/process/zipball/dfecef47506179db2501430e732adbf3793099c8",
1802
                "reference": "dfecef47506179db2501430e732adbf3793099c8",
1803
                "shasum": ""
1804
            },
1805
            "require": {
1806
                "php": ">=5.5.9"
1807
            },
1808
            "type": "library",
1809
            "extra": {
1810
                "branch-alias": {
1811
                    "dev-master": "3.0-dev"
1812
                }
1813
            },
1814
            "autoload": {
1815
                "psr-4": {
1816
                    "Symfony\\Component\\Process\\": ""
1817
                },
1818
                "exclude-from-classmap": [
1819
                    "/Tests/"
1820
                ]
1821
            },
1822
            "notification-url": "https://packagist.org/downloads/",
1823
            "license": [
1824
                "MIT"
1825
            ],
1826
            "authors": [
1827
                {
1828
                    "name": "Fabien Potencier",
1829
                    "email": "[email protected]"
1830
                },
1831
                {
1832
                    "name": "Symfony Community",
1833
                    "homepage": "https://symfony.com/contributors"
1834
                }
1835
            ],
1836
            "description": "Symfony Process Component",
1837
            "homepage": "https://symfony.com",
1838
            "time": "2016-02-02 13:44:19"
1839
        },
1840
        {
1841
            "name": "symfony/stopwatch",
1842
            "version": "v3.0.3",
1843
            "source": {
1844
                "type": "git",
1845
                "url": "https://github.com/symfony/stopwatch.git",
1846
                "reference": "4a204804952ff267ace88cf499e0b4bb302a475e"
1847
            },
1848
            "dist": {
1849
                "type": "zip",
1850
                "url": "https://api.github.com/repos/symfony/stopwatch/zipball/4a204804952ff267ace88cf499e0b4bb302a475e",
1851
                "reference": "4a204804952ff267ace88cf499e0b4bb302a475e",
1852
                "shasum": ""
1853
            },
1854
            "require": {
1855
                "php": ">=5.5.9"
1856
            },
1857
            "type": "library",
1858
            "extra": {
1859
                "branch-alias": {
1860
                    "dev-master": "3.0-dev"
1861
                }
1862
            },
1863
            "autoload": {
1864
                "psr-4": {
1865
                    "Symfony\\Component\\Stopwatch\\": ""
1866
                },
1867
                "exclude-from-classmap": [
1868
                    "/Tests/"
1869
                ]
1870
            },
1871
            "notification-url": "https://packagist.org/downloads/",
1872
            "license": [
1873
                "MIT"
1874
            ],
1875
            "authors": [
1876
                {
1877
                    "name": "Fabien Potencier",
1878
                    "email": "[email protected]"
1879
                },
1880
                {
1881
                    "name": "Symfony Community",
1882
                    "homepage": "https://symfony.com/contributors"
1883
                }
1884
            ],
1885
            "description": "Symfony Stopwatch Component",
1886
            "homepage": "https://symfony.com",
1887
            "time": "2016-01-03 15:35:16"
1888
        },
1889
        {
1890
            "name": "symfony/yaml",
1891
            "version": "v3.0.3",
1892
            "source": {
1893
                "type": "git",
1894
                "url": "https://github.com/symfony/yaml.git",
1895
                "reference": "b5ba64cd67ecd6887f63868fa781ca094bd1377c"
1896
            },
1897
            "dist": {
1898
                "type": "zip",
1899
                "url": "https://api.github.com/repos/symfony/yaml/zipball/b5ba64cd67ecd6887f63868fa781ca094bd1377c",
1900
                "reference": "b5ba64cd67ecd6887f63868fa781ca094bd1377c",
1901
                "shasum": ""
1902
            },
1903
            "require": {
1904
                "php": ">=5.5.9"
1905
            },
1906
            "type": "library",
1907
            "extra": {
1908
                "branch-alias": {
1909
                    "dev-master": "3.0-dev"
1910
                }
1911
            },
1912
            "autoload": {
1913
                "psr-4": {
1914
                    "Symfony\\Component\\Yaml\\": ""
1915
                },
1916
                "exclude-from-classmap": [
1917
                    "/Tests/"
1918
                ]
1919
            },
1920
            "notification-url": "https://packagist.org/downloads/",
1921
            "license": [
1922
                "MIT"
1923
            ],
1924
            "authors": [
1925
                {
1926
                    "name": "Fabien Potencier",
1927
                    "email": "[email protected]"
1928
                },
1929
                {
1930
                    "name": "Symfony Community",
1931
                    "homepage": "https://symfony.com/contributors"
1932
                }
1933
            ],
1934
            "description": "Symfony Yaml Component",
1935
            "homepage": "https://symfony.com",
1936
            "time": "2016-02-23 15:16:06"
1937
        }
1938
    ],
1939
    "aliases": [],
1940
    "minimum-stability": "stable",
1941
    "stability-flags": [],
1942
    "prefer-stable": false,
1943
    "prefer-lowest": false,
1944
    "platform": [],
1945
    "platform-dev": []
1946
}
1947