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