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