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