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