Completed
Pull Request — master (#33)
by Andreas
03:43
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#installing-dependencies",
5
        "This file is @generated automatically"
6
    ],
7
    "content-hash": "e52a42d87be83932d981661de7546543",
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.1.0",
490
            "source": {
491
                "type": "git",
492
                "url": "https://github.com/doctrine/instantiator.git",
493
                "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda"
494
            },
495
            "dist": {
496
                "type": "zip",
497
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
498
                "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
499
                "shasum": ""
500
            },
501
            "require": {
502
                "php": "^7.1"
503
            },
504
            "require-dev": {
505
                "athletic/athletic": "~0.1.8",
506
                "ext-pdo": "*",
507
                "ext-phar": "*",
508
                "phpunit/phpunit": "^6.2.3",
509
                "squizlabs/php_codesniffer": "^3.0.2"
510
            },
511
            "type": "library",
512
            "extra": {
513
                "branch-alias": {
514
                    "dev-master": "1.2.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": "2017-07-22T11:58:36+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.8.1",
654
            "source": {
655
                "type": "git",
656
                "url": "https://github.com/myclabs/DeepCopy.git",
657
                "reference": "3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8"
658
            },
659
            "dist": {
660
                "type": "zip",
661
                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8",
662
                "reference": "3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8",
663
                "shasum": ""
664
            },
665
            "require": {
666
                "php": "^7.1"
667
            },
668
            "replace": {
669
                "myclabs/deep-copy": "self.version"
670
            },
671
            "require-dev": {
672
                "doctrine/collections": "^1.0",
673
                "doctrine/common": "^2.6",
674
                "phpunit/phpunit": "^7.1"
675
            },
676
            "type": "library",
677
            "autoload": {
678
                "psr-4": {
679
                    "DeepCopy\\": "src/DeepCopy/"
680
                },
681
                "files": [
682
                    "src/DeepCopy/deep_copy.php"
683
                ]
684
            },
685
            "notification-url": "https://packagist.org/downloads/",
686
            "license": [
687
                "MIT"
688
            ],
689
            "description": "Create deep copies (clones) of your objects",
690
            "keywords": [
691
                "clone",
692
                "copy",
693
                "duplicate",
694
                "object",
695
                "object graph"
696
            ],
697
            "time": "2018-06-11T23:09:50+00:00"
698
        },
699
        {
700
            "name": "phar-io/manifest",
701
            "version": "1.0.1",
702
            "source": {
703
                "type": "git",
704
                "url": "https://github.com/phar-io/manifest.git",
705
                "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0"
706
            },
707
            "dist": {
708
                "type": "zip",
709
                "url": "https://api.github.com/repos/phar-io/manifest/zipball/2df402786ab5368a0169091f61a7c1e0eb6852d0",
710
                "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0",
711
                "shasum": ""
712
            },
713
            "require": {
714
                "ext-dom": "*",
715
                "ext-phar": "*",
716
                "phar-io/version": "^1.0.1",
717
                "php": "^5.6 || ^7.0"
718
            },
719
            "type": "library",
720
            "extra": {
721
                "branch-alias": {
722
                    "dev-master": "1.0.x-dev"
723
                }
724
            },
725
            "autoload": {
726
                "classmap": [
727
                    "src/"
728
                ]
729
            },
730
            "notification-url": "https://packagist.org/downloads/",
731
            "license": [
732
                "BSD-3-Clause"
733
            ],
734
            "authors": [
735
                {
736
                    "name": "Arne Blankerts",
737
                    "email": "[email protected]",
738
                    "role": "Developer"
739
                },
740
                {
741
                    "name": "Sebastian Heuer",
742
                    "email": "[email protected]",
743
                    "role": "Developer"
744
                },
745
                {
746
                    "name": "Sebastian Bergmann",
747
                    "email": "[email protected]",
748
                    "role": "Developer"
749
                }
750
            ],
751
            "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
752
            "time": "2017-03-05T18:14:27+00:00"
753
        },
754
        {
755
            "name": "phar-io/version",
756
            "version": "1.0.1",
757
            "source": {
758
                "type": "git",
759
                "url": "https://github.com/phar-io/version.git",
760
                "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df"
761
            },
762
            "dist": {
763
                "type": "zip",
764
                "url": "https://api.github.com/repos/phar-io/version/zipball/a70c0ced4be299a63d32fa96d9281d03e94041df",
765
                "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df",
766
                "shasum": ""
767
            },
768
            "require": {
769
                "php": "^5.6 || ^7.0"
770
            },
771
            "type": "library",
772
            "autoload": {
773
                "classmap": [
774
                    "src/"
775
                ]
776
            },
777
            "notification-url": "https://packagist.org/downloads/",
778
            "license": [
779
                "BSD-3-Clause"
780
            ],
781
            "authors": [
782
                {
783
                    "name": "Arne Blankerts",
784
                    "email": "[email protected]",
785
                    "role": "Developer"
786
                },
787
                {
788
                    "name": "Sebastian Heuer",
789
                    "email": "[email protected]",
790
                    "role": "Developer"
791
                },
792
                {
793
                    "name": "Sebastian Bergmann",
794
                    "email": "[email protected]",
795
                    "role": "Developer"
796
                }
797
            ],
798
            "description": "Library for handling version information and constraints",
799
            "time": "2017-03-05T17:38:23+00:00"
800
        },
801
        {
802
            "name": "phing/phing",
803
            "version": "2.14.0",
804
            "source": {
805
                "type": "git",
806
                "url": "https://github.com/phingofficial/phing.git",
807
                "reference": "7dd73c83c377623def54b58121f46b4dcb35dd61"
808
            },
809
            "dist": {
810
                "type": "zip",
811
                "url": "https://api.github.com/repos/phingofficial/phing/zipball/7dd73c83c377623def54b58121f46b4dcb35dd61",
812
                "reference": "7dd73c83c377623def54b58121f46b4dcb35dd61",
813
                "shasum": ""
814
            },
815
            "require": {
816
                "php": ">=5.2.0"
817
            },
818
            "require-dev": {
819
                "ext-pdo_sqlite": "*",
820
                "lastcraft/simpletest": "@dev",
821
                "mikey179/vfsstream": "^1.6",
822
                "pdepend/pdepend": "2.x",
823
                "pear/archive_tar": "1.4.x",
824
                "pear/http_request2": "dev-trunk",
825
                "pear/net_growl": "dev-trunk",
826
                "pear/pear-core-minimal": "1.10.1",
827
                "pear/versioncontrol_git": "@dev",
828
                "pear/versioncontrol_svn": "~0.5",
829
                "phpdocumentor/phpdocumentor": "2.x",
830
                "phploc/phploc": "~2.0.6",
831
                "phpmd/phpmd": "~2.2",
832
                "phpunit/phpunit": ">=3.7",
833
                "sebastian/git": "~1.0",
834
                "sebastian/phpcpd": "2.x",
835
                "squizlabs/php_codesniffer": "~2.2",
836
                "symfony/yaml": "~2.7"
837
            },
838
            "suggest": {
839
                "pdepend/pdepend": "PHP version of JDepend",
840
                "pear/archive_tar": "Tar file management class",
841
                "pear/versioncontrol_git": "A library that provides OO interface to handle Git repository",
842
                "pear/versioncontrol_svn": "A simple OO-style interface for Subversion, the free/open-source version control system",
843
                "phpdocumentor/phpdocumentor": "Documentation Generator for PHP",
844
                "phploc/phploc": "A tool for quickly measuring the size of a PHP project",
845
                "phpmd/phpmd": "PHP version of PMD tool",
846
                "phpunit/php-code-coverage": "Library that provides collection, processing, and rendering functionality for PHP code coverage information",
847
                "phpunit/phpunit": "The PHP Unit Testing Framework",
848
                "sebastian/phpcpd": "Copy/Paste Detector (CPD) for PHP code",
849
                "tedivm/jshrink": "Javascript Minifier built in PHP"
850
            },
851
            "bin": [
852
                "bin/phing"
853
            ],
854
            "type": "library",
855
            "extra": {
856
                "branch-alias": {
857
                    "dev-master": "2.14.x-dev"
858
                }
859
            },
860
            "autoload": {
861
                "classmap": [
862
                    "classes/phing/"
863
                ]
864
            },
865
            "notification-url": "https://packagist.org/downloads/",
866
            "include-path": [
867
                "classes"
868
            ],
869
            "license": [
870
                "LGPL-3.0"
871
            ],
872
            "authors": [
873
                {
874
                    "name": "Michiel Rook",
875
                    "email": "[email protected]"
876
                },
877
                {
878
                    "name": "Phing Community",
879
                    "homepage": "https://www.phing.info/trac/wiki/Development/Contributors"
880
                }
881
            ],
882
            "description": "PHing Is Not GNU make; it's a PHP project build system or build tool based on Apache Ant.",
883
            "homepage": "https://www.phing.info/",
884
            "keywords": [
885
                "build",
886
                "phing",
887
                "task",
888
                "tool"
889
            ],
890
            "time": "2016-03-10T21:39:23+00:00"
891
        },
892
        {
893
            "name": "phpdocumentor/reflection-common",
894
            "version": "1.0.1",
895
            "source": {
896
                "type": "git",
897
                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
898
                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
899
            },
900
            "dist": {
901
                "type": "zip",
902
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
903
                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
904
                "shasum": ""
905
            },
906
            "require": {
907
                "php": ">=5.5"
908
            },
909
            "require-dev": {
910
                "phpunit/phpunit": "^4.6"
911
            },
912
            "type": "library",
913
            "extra": {
914
                "branch-alias": {
915
                    "dev-master": "1.0.x-dev"
916
                }
917
            },
918
            "autoload": {
919
                "psr-4": {
920
                    "phpDocumentor\\Reflection\\": [
921
                        "src"
922
                    ]
923
                }
924
            },
925
            "notification-url": "https://packagist.org/downloads/",
926
            "license": [
927
                "MIT"
928
            ],
929
            "authors": [
930
                {
931
                    "name": "Jaap van Otterdijk",
932
                    "email": "[email protected]"
933
                }
934
            ],
935
            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
936
            "homepage": "http://www.phpdoc.org",
937
            "keywords": [
938
                "FQSEN",
939
                "phpDocumentor",
940
                "phpdoc",
941
                "reflection",
942
                "static analysis"
943
            ],
944
            "time": "2017-09-11T18:02:19+00:00"
945
        },
946
        {
947
            "name": "phpdocumentor/reflection-docblock",
948
            "version": "4.3.0",
949
            "source": {
950
                "type": "git",
951
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
952
                "reference": "94fd0001232e47129dd3504189fa1c7225010d08"
953
            },
954
            "dist": {
955
                "type": "zip",
956
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/94fd0001232e47129dd3504189fa1c7225010d08",
957
                "reference": "94fd0001232e47129dd3504189fa1c7225010d08",
958
                "shasum": ""
959
            },
960
            "require": {
961
                "php": "^7.0",
962
                "phpdocumentor/reflection-common": "^1.0.0",
963
                "phpdocumentor/type-resolver": "^0.4.0",
964
                "webmozart/assert": "^1.0"
965
            },
966
            "require-dev": {
967
                "doctrine/instantiator": "~1.0.5",
968
                "mockery/mockery": "^1.0",
969
                "phpunit/phpunit": "^6.4"
970
            },
971
            "type": "library",
972
            "extra": {
973
                "branch-alias": {
974
                    "dev-master": "4.x-dev"
975
                }
976
            },
977
            "autoload": {
978
                "psr-4": {
979
                    "phpDocumentor\\Reflection\\": [
980
                        "src/"
981
                    ]
982
                }
983
            },
984
            "notification-url": "https://packagist.org/downloads/",
985
            "license": [
986
                "MIT"
987
            ],
988
            "authors": [
989
                {
990
                    "name": "Mike van Riel",
991
                    "email": "[email protected]"
992
                }
993
            ],
994
            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
995
            "time": "2017-11-30T07:14:17+00:00"
996
        },
997
        {
998
            "name": "phpdocumentor/type-resolver",
999
            "version": "0.4.0",
1000
            "source": {
1001
                "type": "git",
1002
                "url": "https://github.com/phpDocumentor/TypeResolver.git",
1003
                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
1004
            },
1005
            "dist": {
1006
                "type": "zip",
1007
                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
1008
                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
1009
                "shasum": ""
1010
            },
1011
            "require": {
1012
                "php": "^5.5 || ^7.0",
1013
                "phpdocumentor/reflection-common": "^1.0"
1014
            },
1015
            "require-dev": {
1016
                "mockery/mockery": "^0.9.4",
1017
                "phpunit/phpunit": "^5.2||^4.8.24"
1018
            },
1019
            "type": "library",
1020
            "extra": {
1021
                "branch-alias": {
1022
                    "dev-master": "1.0.x-dev"
1023
                }
1024
            },
1025
            "autoload": {
1026
                "psr-4": {
1027
                    "phpDocumentor\\Reflection\\": [
1028
                        "src/"
1029
                    ]
1030
                }
1031
            },
1032
            "notification-url": "https://packagist.org/downloads/",
1033
            "license": [
1034
                "MIT"
1035
            ],
1036
            "authors": [
1037
                {
1038
                    "name": "Mike van Riel",
1039
                    "email": "[email protected]"
1040
                }
1041
            ],
1042
            "time": "2017-07-14T14:27:02+00:00"
1043
        },
1044
        {
1045
            "name": "phpspec/prophecy",
1046
            "version": "1.7.6",
1047
            "source": {
1048
                "type": "git",
1049
                "url": "https://github.com/phpspec/prophecy.git",
1050
                "reference": "33a7e3c4fda54e912ff6338c48823bd5c0f0b712"
1051
            },
1052
            "dist": {
1053
                "type": "zip",
1054
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/33a7e3c4fda54e912ff6338c48823bd5c0f0b712",
1055
                "reference": "33a7e3c4fda54e912ff6338c48823bd5c0f0b712",
1056
                "shasum": ""
1057
            },
1058
            "require": {
1059
                "doctrine/instantiator": "^1.0.2",
1060
                "php": "^5.3|^7.0",
1061
                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
1062
                "sebastian/comparator": "^1.1|^2.0|^3.0",
1063
                "sebastian/recursion-context": "^1.0|^2.0|^3.0"
1064
            },
1065
            "require-dev": {
1066
                "phpspec/phpspec": "^2.5|^3.2",
1067
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5"
1068
            },
1069
            "type": "library",
1070
            "extra": {
1071
                "branch-alias": {
1072
                    "dev-master": "1.7.x-dev"
1073
                }
1074
            },
1075
            "autoload": {
1076
                "psr-0": {
1077
                    "Prophecy\\": "src/"
1078
                }
1079
            },
1080
            "notification-url": "https://packagist.org/downloads/",
1081
            "license": [
1082
                "MIT"
1083
            ],
1084
            "authors": [
1085
                {
1086
                    "name": "Konstantin Kudryashov",
1087
                    "email": "[email protected]",
1088
                    "homepage": "http://everzet.com"
1089
                },
1090
                {
1091
                    "name": "Marcello Duarte",
1092
                    "email": "[email protected]"
1093
                }
1094
            ],
1095
            "description": "Highly opinionated mocking framework for PHP 5.3+",
1096
            "homepage": "https://github.com/phpspec/prophecy",
1097
            "keywords": [
1098
                "Double",
1099
                "Dummy",
1100
                "fake",
1101
                "mock",
1102
                "spy",
1103
                "stub"
1104
            ],
1105
            "time": "2018-04-18T13:57:24+00:00"
1106
        },
1107
        {
1108
            "name": "phpunit/dbunit",
1109
            "version": "4.0.0",
1110
            "source": {
1111
                "type": "git",
1112
                "url": "https://github.com/sebastianbergmann/dbunit.git",
1113
                "reference": "e77b469c3962b5a563f09a2a989f1c9bd38b8615"
1114
            },
1115
            "dist": {
1116
                "type": "zip",
1117
                "url": "https://api.github.com/repos/sebastianbergmann/dbunit/zipball/e77b469c3962b5a563f09a2a989f1c9bd38b8615",
1118
                "reference": "e77b469c3962b5a563f09a2a989f1c9bd38b8615",
1119
                "shasum": ""
1120
            },
1121
            "require": {
1122
                "ext-pdo": "*",
1123
                "ext-simplexml": "*",
1124
                "php": "^7.1",
1125
                "phpunit/phpunit": "^7.0",
1126
                "symfony/yaml": "^3.0 || ^4.0"
1127
            },
1128
            "type": "library",
1129
            "extra": {
1130
                "branch-alias": {
1131
                    "dev-master": "4.0-dev"
1132
                }
1133
            },
1134
            "autoload": {
1135
                "classmap": [
1136
                    "src/"
1137
                ]
1138
            },
1139
            "notification-url": "https://packagist.org/downloads/",
1140
            "license": [
1141
                "BSD-3-Clause"
1142
            ],
1143
            "authors": [
1144
                {
1145
                    "name": "Sebastian Bergmann",
1146
                    "email": "[email protected]",
1147
                    "role": "lead"
1148
                }
1149
            ],
1150
            "description": "PHPUnit extension for database interaction testing",
1151
            "homepage": "https://github.com/sebastianbergmann/dbunit/",
1152
            "keywords": [
1153
                "database",
1154
                "testing",
1155
                "xunit"
1156
            ],
1157
            "time": "2018-02-07T06:47:59+00:00"
1158
        },
1159
        {
1160
            "name": "phpunit/php-code-coverage",
1161
            "version": "6.0.7",
1162
            "source": {
1163
                "type": "git",
1164
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
1165
                "reference": "865662550c384bc1db7e51d29aeda1c2c161d69a"
1166
            },
1167
            "dist": {
1168
                "type": "zip",
1169
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/865662550c384bc1db7e51d29aeda1c2c161d69a",
1170
                "reference": "865662550c384bc1db7e51d29aeda1c2c161d69a",
1171
                "shasum": ""
1172
            },
1173
            "require": {
1174
                "ext-dom": "*",
1175
                "ext-xmlwriter": "*",
1176
                "php": "^7.1",
1177
                "phpunit/php-file-iterator": "^2.0",
1178
                "phpunit/php-text-template": "^1.2.1",
1179
                "phpunit/php-token-stream": "^3.0",
1180
                "sebastian/code-unit-reverse-lookup": "^1.0.1",
1181
                "sebastian/environment": "^3.1",
1182
                "sebastian/version": "^2.0.1",
1183
                "theseer/tokenizer": "^1.1"
1184
            },
1185
            "require-dev": {
1186
                "phpunit/phpunit": "^7.0"
1187
            },
1188
            "suggest": {
1189
                "ext-xdebug": "^2.6.0"
1190
            },
1191
            "type": "library",
1192
            "extra": {
1193
                "branch-alias": {
1194
                    "dev-master": "6.0-dev"
1195
                }
1196
            },
1197
            "autoload": {
1198
                "classmap": [
1199
                    "src/"
1200
                ]
1201
            },
1202
            "notification-url": "https://packagist.org/downloads/",
1203
            "license": [
1204
                "BSD-3-Clause"
1205
            ],
1206
            "authors": [
1207
                {
1208
                    "name": "Sebastian Bergmann",
1209
                    "email": "[email protected]",
1210
                    "role": "lead"
1211
                }
1212
            ],
1213
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
1214
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
1215
            "keywords": [
1216
                "coverage",
1217
                "testing",
1218
                "xunit"
1219
            ],
1220
            "time": "2018-06-01T07:51:50+00:00"
1221
        },
1222
        {
1223
            "name": "phpunit/php-file-iterator",
1224
            "version": "2.0.1",
1225
            "source": {
1226
                "type": "git",
1227
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
1228
                "reference": "cecbc684605bb0cc288828eb5d65d93d5c676d3c"
1229
            },
1230
            "dist": {
1231
                "type": "zip",
1232
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/cecbc684605bb0cc288828eb5d65d93d5c676d3c",
1233
                "reference": "cecbc684605bb0cc288828eb5d65d93d5c676d3c",
1234
                "shasum": ""
1235
            },
1236
            "require": {
1237
                "php": "^7.1"
1238
            },
1239
            "type": "library",
1240
            "extra": {
1241
                "branch-alias": {
1242
                    "dev-master": "2.0.x-dev"
1243
                }
1244
            },
1245
            "autoload": {
1246
                "classmap": [
1247
                    "src/"
1248
                ]
1249
            },
1250
            "notification-url": "https://packagist.org/downloads/",
1251
            "license": [
1252
                "BSD-3-Clause"
1253
            ],
1254
            "authors": [
1255
                {
1256
                    "name": "Sebastian Bergmann",
1257
                    "email": "[email protected]",
1258
                    "role": "lead"
1259
                }
1260
            ],
1261
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
1262
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
1263
            "keywords": [
1264
                "filesystem",
1265
                "iterator"
1266
            ],
1267
            "time": "2018-06-11T11:44:00+00:00"
1268
        },
1269
        {
1270
            "name": "phpunit/php-text-template",
1271
            "version": "1.2.1",
1272
            "source": {
1273
                "type": "git",
1274
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
1275
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
1276
            },
1277
            "dist": {
1278
                "type": "zip",
1279
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
1280
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
1281
                "shasum": ""
1282
            },
1283
            "require": {
1284
                "php": ">=5.3.3"
1285
            },
1286
            "type": "library",
1287
            "autoload": {
1288
                "classmap": [
1289
                    "src/"
1290
                ]
1291
            },
1292
            "notification-url": "https://packagist.org/downloads/",
1293
            "license": [
1294
                "BSD-3-Clause"
1295
            ],
1296
            "authors": [
1297
                {
1298
                    "name": "Sebastian Bergmann",
1299
                    "email": "[email protected]",
1300
                    "role": "lead"
1301
                }
1302
            ],
1303
            "description": "Simple template engine.",
1304
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
1305
            "keywords": [
1306
                "template"
1307
            ],
1308
            "time": "2015-06-21T13:50:34+00:00"
1309
        },
1310
        {
1311
            "name": "phpunit/php-timer",
1312
            "version": "2.0.0",
1313
            "source": {
1314
                "type": "git",
1315
                "url": "https://github.com/sebastianbergmann/php-timer.git",
1316
                "reference": "8b8454ea6958c3dee38453d3bd571e023108c91f"
1317
            },
1318
            "dist": {
1319
                "type": "zip",
1320
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/8b8454ea6958c3dee38453d3bd571e023108c91f",
1321
                "reference": "8b8454ea6958c3dee38453d3bd571e023108c91f",
1322
                "shasum": ""
1323
            },
1324
            "require": {
1325
                "php": "^7.1"
1326
            },
1327
            "require-dev": {
1328
                "phpunit/phpunit": "^7.0"
1329
            },
1330
            "type": "library",
1331
            "extra": {
1332
                "branch-alias": {
1333
                    "dev-master": "2.0-dev"
1334
                }
1335
            },
1336
            "autoload": {
1337
                "classmap": [
1338
                    "src/"
1339
                ]
1340
            },
1341
            "notification-url": "https://packagist.org/downloads/",
1342
            "license": [
1343
                "BSD-3-Clause"
1344
            ],
1345
            "authors": [
1346
                {
1347
                    "name": "Sebastian Bergmann",
1348
                    "email": "[email protected]",
1349
                    "role": "lead"
1350
                }
1351
            ],
1352
            "description": "Utility class for timing",
1353
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
1354
            "keywords": [
1355
                "timer"
1356
            ],
1357
            "time": "2018-02-01T13:07:23+00:00"
1358
        },
1359
        {
1360
            "name": "phpunit/php-token-stream",
1361
            "version": "3.0.0",
1362
            "source": {
1363
                "type": "git",
1364
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
1365
                "reference": "21ad88bbba7c3d93530d93994e0a33cd45f02ace"
1366
            },
1367
            "dist": {
1368
                "type": "zip",
1369
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/21ad88bbba7c3d93530d93994e0a33cd45f02ace",
1370
                "reference": "21ad88bbba7c3d93530d93994e0a33cd45f02ace",
1371
                "shasum": ""
1372
            },
1373
            "require": {
1374
                "ext-tokenizer": "*",
1375
                "php": "^7.1"
1376
            },
1377
            "require-dev": {
1378
                "phpunit/phpunit": "^7.0"
1379
            },
1380
            "type": "library",
1381
            "extra": {
1382
                "branch-alias": {
1383
                    "dev-master": "3.0-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": "Sebastian Bergmann",
1398
                    "email": "[email protected]"
1399
                }
1400
            ],
1401
            "description": "Wrapper around PHP's tokenizer extension.",
1402
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
1403
            "keywords": [
1404
                "tokenizer"
1405
            ],
1406
            "time": "2018-02-01T13:16:43+00:00"
1407
        },
1408
        {
1409
            "name": "phpunit/phpunit",
1410
            "version": "7.2.4",
1411
            "source": {
1412
                "type": "git",
1413
                "url": "https://github.com/sebastianbergmann/phpunit.git",
1414
                "reference": "00bc0b93f0ff4f557e9ea766557fde96da9a03dd"
1415
            },
1416
            "dist": {
1417
                "type": "zip",
1418
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/00bc0b93f0ff4f557e9ea766557fde96da9a03dd",
1419
                "reference": "00bc0b93f0ff4f557e9ea766557fde96da9a03dd",
1420
                "shasum": ""
1421
            },
1422
            "require": {
1423
                "doctrine/instantiator": "^1.1",
1424
                "ext-dom": "*",
1425
                "ext-json": "*",
1426
                "ext-libxml": "*",
1427
                "ext-mbstring": "*",
1428
                "ext-xml": "*",
1429
                "myclabs/deep-copy": "^1.7",
1430
                "phar-io/manifest": "^1.0.1",
1431
                "phar-io/version": "^1.0",
1432
                "php": "^7.1",
1433
                "phpspec/prophecy": "^1.7",
1434
                "phpunit/php-code-coverage": "^6.0.7",
1435
                "phpunit/php-file-iterator": "^2.0",
1436
                "phpunit/php-text-template": "^1.2.1",
1437
                "phpunit/php-timer": "^2.0",
1438
                "sebastian/comparator": "^3.0",
1439
                "sebastian/diff": "^3.0",
1440
                "sebastian/environment": "^3.1",
1441
                "sebastian/exporter": "^3.1",
1442
                "sebastian/global-state": "^2.0",
1443
                "sebastian/object-enumerator": "^3.0.3",
1444
                "sebastian/resource-operations": "^1.0",
1445
                "sebastian/version": "^2.0.1"
1446
            },
1447
            "conflict": {
1448
                "phpunit/phpunit-mock-objects": "*"
1449
            },
1450
            "require-dev": {
1451
                "ext-pdo": "*"
1452
            },
1453
            "suggest": {
1454
                "ext-soap": "*",
1455
                "ext-xdebug": "*",
1456
                "phpunit/php-invoker": "^2.0"
1457
            },
1458
            "bin": [
1459
                "phpunit"
1460
            ],
1461
            "type": "library",
1462
            "extra": {
1463
                "branch-alias": {
1464
                    "dev-master": "7.2-dev"
1465
                }
1466
            },
1467
            "autoload": {
1468
                "classmap": [
1469
                    "src/"
1470
                ]
1471
            },
1472
            "notification-url": "https://packagist.org/downloads/",
1473
            "license": [
1474
                "BSD-3-Clause"
1475
            ],
1476
            "authors": [
1477
                {
1478
                    "name": "Sebastian Bergmann",
1479
                    "email": "[email protected]",
1480
                    "role": "lead"
1481
                }
1482
            ],
1483
            "description": "The PHP Unit Testing framework.",
1484
            "homepage": "https://phpunit.de/",
1485
            "keywords": [
1486
                "phpunit",
1487
                "testing",
1488
                "xunit"
1489
            ],
1490
            "time": "2018-06-05T03:40:05+00:00"
1491
        },
1492
        {
1493
            "name": "sebastian/code-unit-reverse-lookup",
1494
            "version": "1.0.1",
1495
            "source": {
1496
                "type": "git",
1497
                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
1498
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
1499
            },
1500
            "dist": {
1501
                "type": "zip",
1502
                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
1503
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
1504
                "shasum": ""
1505
            },
1506
            "require": {
1507
                "php": "^5.6 || ^7.0"
1508
            },
1509
            "require-dev": {
1510
                "phpunit/phpunit": "^5.7 || ^6.0"
1511
            },
1512
            "type": "library",
1513
            "extra": {
1514
                "branch-alias": {
1515
                    "dev-master": "1.0.x-dev"
1516
                }
1517
            },
1518
            "autoload": {
1519
                "classmap": [
1520
                    "src/"
1521
                ]
1522
            },
1523
            "notification-url": "https://packagist.org/downloads/",
1524
            "license": [
1525
                "BSD-3-Clause"
1526
            ],
1527
            "authors": [
1528
                {
1529
                    "name": "Sebastian Bergmann",
1530
                    "email": "[email protected]"
1531
                }
1532
            ],
1533
            "description": "Looks up which function or method a line of code belongs to",
1534
            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
1535
            "time": "2017-03-04T06:30:41+00:00"
1536
        },
1537
        {
1538
            "name": "sebastian/comparator",
1539
            "version": "3.0.1",
1540
            "source": {
1541
                "type": "git",
1542
                "url": "https://github.com/sebastianbergmann/comparator.git",
1543
                "reference": "591a30922f54656695e59b1f39501aec513403da"
1544
            },
1545
            "dist": {
1546
                "type": "zip",
1547
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/591a30922f54656695e59b1f39501aec513403da",
1548
                "reference": "591a30922f54656695e59b1f39501aec513403da",
1549
                "shasum": ""
1550
            },
1551
            "require": {
1552
                "php": "^7.1",
1553
                "sebastian/diff": "^3.0",
1554
                "sebastian/exporter": "^3.1"
1555
            },
1556
            "require-dev": {
1557
                "phpunit/phpunit": "^7.1"
1558
            },
1559
            "type": "library",
1560
            "extra": {
1561
                "branch-alias": {
1562
                    "dev-master": "3.0-dev"
1563
                }
1564
            },
1565
            "autoload": {
1566
                "classmap": [
1567
                    "src/"
1568
                ]
1569
            },
1570
            "notification-url": "https://packagist.org/downloads/",
1571
            "license": [
1572
                "BSD-3-Clause"
1573
            ],
1574
            "authors": [
1575
                {
1576
                    "name": "Jeff Welch",
1577
                    "email": "[email protected]"
1578
                },
1579
                {
1580
                    "name": "Volker Dusch",
1581
                    "email": "[email protected]"
1582
                },
1583
                {
1584
                    "name": "Bernhard Schussek",
1585
                    "email": "[email protected]"
1586
                },
1587
                {
1588
                    "name": "Sebastian Bergmann",
1589
                    "email": "[email protected]"
1590
                }
1591
            ],
1592
            "description": "Provides the functionality to compare PHP values for equality",
1593
            "homepage": "https://github.com/sebastianbergmann/comparator",
1594
            "keywords": [
1595
                "comparator",
1596
                "compare",
1597
                "equality"
1598
            ],
1599
            "time": "2018-06-14T15:05:28+00:00"
1600
        },
1601
        {
1602
            "name": "sebastian/diff",
1603
            "version": "3.0.1",
1604
            "source": {
1605
                "type": "git",
1606
                "url": "https://github.com/sebastianbergmann/diff.git",
1607
                "reference": "366541b989927187c4ca70490a35615d3fef2dce"
1608
            },
1609
            "dist": {
1610
                "type": "zip",
1611
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/366541b989927187c4ca70490a35615d3fef2dce",
1612
                "reference": "366541b989927187c4ca70490a35615d3fef2dce",
1613
                "shasum": ""
1614
            },
1615
            "require": {
1616
                "php": "^7.1"
1617
            },
1618
            "require-dev": {
1619
                "phpunit/phpunit": "^7.0",
1620
                "symfony/process": "^2 || ^3.3 || ^4"
1621
            },
1622
            "type": "library",
1623
            "extra": {
1624
                "branch-alias": {
1625
                    "dev-master": "3.0-dev"
1626
                }
1627
            },
1628
            "autoload": {
1629
                "classmap": [
1630
                    "src/"
1631
                ]
1632
            },
1633
            "notification-url": "https://packagist.org/downloads/",
1634
            "license": [
1635
                "BSD-3-Clause"
1636
            ],
1637
            "authors": [
1638
                {
1639
                    "name": "Kore Nordmann",
1640
                    "email": "[email protected]"
1641
                },
1642
                {
1643
                    "name": "Sebastian Bergmann",
1644
                    "email": "[email protected]"
1645
                }
1646
            ],
1647
            "description": "Diff implementation",
1648
            "homepage": "https://github.com/sebastianbergmann/diff",
1649
            "keywords": [
1650
                "diff",
1651
                "udiff",
1652
                "unidiff",
1653
                "unified diff"
1654
            ],
1655
            "time": "2018-06-10T07:54:39+00:00"
1656
        },
1657
        {
1658
            "name": "sebastian/environment",
1659
            "version": "3.1.0",
1660
            "source": {
1661
                "type": "git",
1662
                "url": "https://github.com/sebastianbergmann/environment.git",
1663
                "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5"
1664
            },
1665
            "dist": {
1666
                "type": "zip",
1667
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
1668
                "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
1669
                "shasum": ""
1670
            },
1671
            "require": {
1672
                "php": "^7.0"
1673
            },
1674
            "require-dev": {
1675
                "phpunit/phpunit": "^6.1"
1676
            },
1677
            "type": "library",
1678
            "extra": {
1679
                "branch-alias": {
1680
                    "dev-master": "3.1.x-dev"
1681
                }
1682
            },
1683
            "autoload": {
1684
                "classmap": [
1685
                    "src/"
1686
                ]
1687
            },
1688
            "notification-url": "https://packagist.org/downloads/",
1689
            "license": [
1690
                "BSD-3-Clause"
1691
            ],
1692
            "authors": [
1693
                {
1694
                    "name": "Sebastian Bergmann",
1695
                    "email": "[email protected]"
1696
                }
1697
            ],
1698
            "description": "Provides functionality to handle HHVM/PHP environments",
1699
            "homepage": "http://www.github.com/sebastianbergmann/environment",
1700
            "keywords": [
1701
                "Xdebug",
1702
                "environment",
1703
                "hhvm"
1704
            ],
1705
            "time": "2017-07-01T08:51:00+00:00"
1706
        },
1707
        {
1708
            "name": "sebastian/exporter",
1709
            "version": "3.1.0",
1710
            "source": {
1711
                "type": "git",
1712
                "url": "https://github.com/sebastianbergmann/exporter.git",
1713
                "reference": "234199f4528de6d12aaa58b612e98f7d36adb937"
1714
            },
1715
            "dist": {
1716
                "type": "zip",
1717
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/234199f4528de6d12aaa58b612e98f7d36adb937",
1718
                "reference": "234199f4528de6d12aaa58b612e98f7d36adb937",
1719
                "shasum": ""
1720
            },
1721
            "require": {
1722
                "php": "^7.0",
1723
                "sebastian/recursion-context": "^3.0"
1724
            },
1725
            "require-dev": {
1726
                "ext-mbstring": "*",
1727
                "phpunit/phpunit": "^6.0"
1728
            },
1729
            "type": "library",
1730
            "extra": {
1731
                "branch-alias": {
1732
                    "dev-master": "3.1.x-dev"
1733
                }
1734
            },
1735
            "autoload": {
1736
                "classmap": [
1737
                    "src/"
1738
                ]
1739
            },
1740
            "notification-url": "https://packagist.org/downloads/",
1741
            "license": [
1742
                "BSD-3-Clause"
1743
            ],
1744
            "authors": [
1745
                {
1746
                    "name": "Jeff Welch",
1747
                    "email": "[email protected]"
1748
                },
1749
                {
1750
                    "name": "Volker Dusch",
1751
                    "email": "[email protected]"
1752
                },
1753
                {
1754
                    "name": "Bernhard Schussek",
1755
                    "email": "[email protected]"
1756
                },
1757
                {
1758
                    "name": "Sebastian Bergmann",
1759
                    "email": "[email protected]"
1760
                },
1761
                {
1762
                    "name": "Adam Harvey",
1763
                    "email": "[email protected]"
1764
                }
1765
            ],
1766
            "description": "Provides the functionality to export PHP variables for visualization",
1767
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
1768
            "keywords": [
1769
                "export",
1770
                "exporter"
1771
            ],
1772
            "time": "2017-04-03T13:19:02+00:00"
1773
        },
1774
        {
1775
            "name": "sebastian/global-state",
1776
            "version": "2.0.0",
1777
            "source": {
1778
                "type": "git",
1779
                "url": "https://github.com/sebastianbergmann/global-state.git",
1780
                "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4"
1781
            },
1782
            "dist": {
1783
                "type": "zip",
1784
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
1785
                "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
1786
                "shasum": ""
1787
            },
1788
            "require": {
1789
                "php": "^7.0"
1790
            },
1791
            "require-dev": {
1792
                "phpunit/phpunit": "^6.0"
1793
            },
1794
            "suggest": {
1795
                "ext-uopz": "*"
1796
            },
1797
            "type": "library",
1798
            "extra": {
1799
                "branch-alias": {
1800
                    "dev-master": "2.0-dev"
1801
                }
1802
            },
1803
            "autoload": {
1804
                "classmap": [
1805
                    "src/"
1806
                ]
1807
            },
1808
            "notification-url": "https://packagist.org/downloads/",
1809
            "license": [
1810
                "BSD-3-Clause"
1811
            ],
1812
            "authors": [
1813
                {
1814
                    "name": "Sebastian Bergmann",
1815
                    "email": "[email protected]"
1816
                }
1817
            ],
1818
            "description": "Snapshotting of global state",
1819
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
1820
            "keywords": [
1821
                "global state"
1822
            ],
1823
            "time": "2017-04-27T15:39:26+00:00"
1824
        },
1825
        {
1826
            "name": "sebastian/object-enumerator",
1827
            "version": "3.0.3",
1828
            "source": {
1829
                "type": "git",
1830
                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
1831
                "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
1832
            },
1833
            "dist": {
1834
                "type": "zip",
1835
                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
1836
                "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
1837
                "shasum": ""
1838
            },
1839
            "require": {
1840
                "php": "^7.0",
1841
                "sebastian/object-reflector": "^1.1.1",
1842
                "sebastian/recursion-context": "^3.0"
1843
            },
1844
            "require-dev": {
1845
                "phpunit/phpunit": "^6.0"
1846
            },
1847
            "type": "library",
1848
            "extra": {
1849
                "branch-alias": {
1850
                    "dev-master": "3.0.x-dev"
1851
                }
1852
            },
1853
            "autoload": {
1854
                "classmap": [
1855
                    "src/"
1856
                ]
1857
            },
1858
            "notification-url": "https://packagist.org/downloads/",
1859
            "license": [
1860
                "BSD-3-Clause"
1861
            ],
1862
            "authors": [
1863
                {
1864
                    "name": "Sebastian Bergmann",
1865
                    "email": "[email protected]"
1866
                }
1867
            ],
1868
            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
1869
            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
1870
            "time": "2017-08-03T12:35:26+00:00"
1871
        },
1872
        {
1873
            "name": "sebastian/object-reflector",
1874
            "version": "1.1.1",
1875
            "source": {
1876
                "type": "git",
1877
                "url": "https://github.com/sebastianbergmann/object-reflector.git",
1878
                "reference": "773f97c67f28de00d397be301821b06708fca0be"
1879
            },
1880
            "dist": {
1881
                "type": "zip",
1882
                "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
1883
                "reference": "773f97c67f28de00d397be301821b06708fca0be",
1884
                "shasum": ""
1885
            },
1886
            "require": {
1887
                "php": "^7.0"
1888
            },
1889
            "require-dev": {
1890
                "phpunit/phpunit": "^6.0"
1891
            },
1892
            "type": "library",
1893
            "extra": {
1894
                "branch-alias": {
1895
                    "dev-master": "1.1-dev"
1896
                }
1897
            },
1898
            "autoload": {
1899
                "classmap": [
1900
                    "src/"
1901
                ]
1902
            },
1903
            "notification-url": "https://packagist.org/downloads/",
1904
            "license": [
1905
                "BSD-3-Clause"
1906
            ],
1907
            "authors": [
1908
                {
1909
                    "name": "Sebastian Bergmann",
1910
                    "email": "[email protected]"
1911
                }
1912
            ],
1913
            "description": "Allows reflection of object attributes, including inherited and non-public ones",
1914
            "homepage": "https://github.com/sebastianbergmann/object-reflector/",
1915
            "time": "2017-03-29T09:07:27+00:00"
1916
        },
1917
        {
1918
            "name": "sebastian/recursion-context",
1919
            "version": "3.0.0",
1920
            "source": {
1921
                "type": "git",
1922
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
1923
                "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
1924
            },
1925
            "dist": {
1926
                "type": "zip",
1927
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
1928
                "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
1929
                "shasum": ""
1930
            },
1931
            "require": {
1932
                "php": "^7.0"
1933
            },
1934
            "require-dev": {
1935
                "phpunit/phpunit": "^6.0"
1936
            },
1937
            "type": "library",
1938
            "extra": {
1939
                "branch-alias": {
1940
                    "dev-master": "3.0.x-dev"
1941
                }
1942
            },
1943
            "autoload": {
1944
                "classmap": [
1945
                    "src/"
1946
                ]
1947
            },
1948
            "notification-url": "https://packagist.org/downloads/",
1949
            "license": [
1950
                "BSD-3-Clause"
1951
            ],
1952
            "authors": [
1953
                {
1954
                    "name": "Jeff Welch",
1955
                    "email": "[email protected]"
1956
                },
1957
                {
1958
                    "name": "Sebastian Bergmann",
1959
                    "email": "[email protected]"
1960
                },
1961
                {
1962
                    "name": "Adam Harvey",
1963
                    "email": "[email protected]"
1964
                }
1965
            ],
1966
            "description": "Provides functionality to recursively process PHP variables",
1967
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
1968
            "time": "2017-03-03T06:23:57+00:00"
1969
        },
1970
        {
1971
            "name": "sebastian/resource-operations",
1972
            "version": "1.0.0",
1973
            "source": {
1974
                "type": "git",
1975
                "url": "https://github.com/sebastianbergmann/resource-operations.git",
1976
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
1977
            },
1978
            "dist": {
1979
                "type": "zip",
1980
                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
1981
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
1982
                "shasum": ""
1983
            },
1984
            "require": {
1985
                "php": ">=5.6.0"
1986
            },
1987
            "type": "library",
1988
            "extra": {
1989
                "branch-alias": {
1990
                    "dev-master": "1.0.x-dev"
1991
                }
1992
            },
1993
            "autoload": {
1994
                "classmap": [
1995
                    "src/"
1996
                ]
1997
            },
1998
            "notification-url": "https://packagist.org/downloads/",
1999
            "license": [
2000
                "BSD-3-Clause"
2001
            ],
2002
            "authors": [
2003
                {
2004
                    "name": "Sebastian Bergmann",
2005
                    "email": "[email protected]"
2006
                }
2007
            ],
2008
            "description": "Provides a list of PHP built-in functions that operate on resources",
2009
            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
2010
            "time": "2015-07-28T20:34:47+00:00"
2011
        },
2012
        {
2013
            "name": "sebastian/version",
2014
            "version": "2.0.1",
2015
            "source": {
2016
                "type": "git",
2017
                "url": "https://github.com/sebastianbergmann/version.git",
2018
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
2019
            },
2020
            "dist": {
2021
                "type": "zip",
2022
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
2023
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
2024
                "shasum": ""
2025
            },
2026
            "require": {
2027
                "php": ">=5.6"
2028
            },
2029
            "type": "library",
2030
            "extra": {
2031
                "branch-alias": {
2032
                    "dev-master": "2.0.x-dev"
2033
                }
2034
            },
2035
            "autoload": {
2036
                "classmap": [
2037
                    "src/"
2038
                ]
2039
            },
2040
            "notification-url": "https://packagist.org/downloads/",
2041
            "license": [
2042
                "BSD-3-Clause"
2043
            ],
2044
            "authors": [
2045
                {
2046
                    "name": "Sebastian Bergmann",
2047
                    "email": "[email protected]",
2048
                    "role": "lead"
2049
                }
2050
            ],
2051
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
2052
            "homepage": "https://github.com/sebastianbergmann/version",
2053
            "time": "2016-10-03T07:35:21+00:00"
2054
        },
2055
        {
2056
            "name": "squizlabs/php_codesniffer",
2057
            "version": "3.0.1",
2058
            "source": {
2059
                "type": "git",
2060
                "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
2061
                "reference": "f9eaf037edf22fdfccf04cb0ab57ebcb1e166219"
2062
            },
2063
            "dist": {
2064
                "type": "zip",
2065
                "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/f9eaf037edf22fdfccf04cb0ab57ebcb1e166219",
2066
                "reference": "f9eaf037edf22fdfccf04cb0ab57ebcb1e166219",
2067
                "shasum": ""
2068
            },
2069
            "require": {
2070
                "ext-simplexml": "*",
2071
                "ext-tokenizer": "*",
2072
                "ext-xmlwriter": "*",
2073
                "php": ">=5.4.0"
2074
            },
2075
            "require-dev": {
2076
                "phpunit/phpunit": "~4.0"
2077
            },
2078
            "bin": [
2079
                "bin/phpcs",
2080
                "bin/phpcbf"
2081
            ],
2082
            "type": "library",
2083
            "extra": {
2084
                "branch-alias": {
2085
                    "dev-master": "3.x-dev"
2086
                }
2087
            },
2088
            "notification-url": "https://packagist.org/downloads/",
2089
            "license": [
2090
                "BSD-3-Clause"
2091
            ],
2092
            "authors": [
2093
                {
2094
                    "name": "Greg Sherwood",
2095
                    "role": "lead"
2096
                }
2097
            ],
2098
            "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
2099
            "homepage": "http://www.squizlabs.com/php-codesniffer",
2100
            "keywords": [
2101
                "phpcs",
2102
                "standards"
2103
            ],
2104
            "time": "2017-06-14T01:23:49+00:00"
2105
        },
2106
        {
2107
            "name": "symfony/yaml",
2108
            "version": "v3.3.17",
2109
            "source": {
2110
                "type": "git",
2111
                "url": "https://github.com/symfony/yaml.git",
2112
                "reference": "af615970e265543a26ee712c958404eb9b7ac93d"
2113
            },
2114
            "dist": {
2115
                "type": "zip",
2116
                "url": "https://api.github.com/repos/symfony/yaml/zipball/af615970e265543a26ee712c958404eb9b7ac93d",
2117
                "reference": "af615970e265543a26ee712c958404eb9b7ac93d",
2118
                "shasum": ""
2119
            },
2120
            "require": {
2121
                "php": "^5.5.9|>=7.0.8"
2122
            },
2123
            "require-dev": {
2124
                "symfony/console": "~2.8|~3.0"
2125
            },
2126
            "suggest": {
2127
                "symfony/console": "For validating YAML files using the lint command"
2128
            },
2129
            "type": "library",
2130
            "extra": {
2131
                "branch-alias": {
2132
                    "dev-master": "3.3-dev"
2133
                }
2134
            },
2135
            "autoload": {
2136
                "psr-4": {
2137
                    "Symfony\\Component\\Yaml\\": ""
2138
                },
2139
                "exclude-from-classmap": [
2140
                    "/Tests/"
2141
                ]
2142
            },
2143
            "notification-url": "https://packagist.org/downloads/",
2144
            "license": [
2145
                "MIT"
2146
            ],
2147
            "authors": [
2148
                {
2149
                    "name": "Fabien Potencier",
2150
                    "email": "[email protected]"
2151
                },
2152
                {
2153
                    "name": "Symfony Community",
2154
                    "homepage": "https://symfony.com/contributors"
2155
                }
2156
            ],
2157
            "description": "Symfony Yaml Component",
2158
            "homepage": "https://symfony.com",
2159
            "time": "2018-01-20T15:04:53+00:00"
2160
        },
2161
        {
2162
            "name": "theseer/tokenizer",
2163
            "version": "1.1.0",
2164
            "source": {
2165
                "type": "git",
2166
                "url": "https://github.com/theseer/tokenizer.git",
2167
                "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b"
2168
            },
2169
            "dist": {
2170
                "type": "zip",
2171
                "url": "https://api.github.com/repos/theseer/tokenizer/zipball/cb2f008f3f05af2893a87208fe6a6c4985483f8b",
2172
                "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b",
2173
                "shasum": ""
2174
            },
2175
            "require": {
2176
                "ext-dom": "*",
2177
                "ext-tokenizer": "*",
2178
                "ext-xmlwriter": "*",
2179
                "php": "^7.0"
2180
            },
2181
            "type": "library",
2182
            "autoload": {
2183
                "classmap": [
2184
                    "src/"
2185
                ]
2186
            },
2187
            "notification-url": "https://packagist.org/downloads/",
2188
            "license": [
2189
                "BSD-3-Clause"
2190
            ],
2191
            "authors": [
2192
                {
2193
                    "name": "Arne Blankerts",
2194
                    "email": "[email protected]",
2195
                    "role": "Developer"
2196
                }
2197
            ],
2198
            "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
2199
            "time": "2017-04-07T12:08:54+00:00"
2200
        },
2201
        {
2202
            "name": "webmozart/assert",
2203
            "version": "1.3.0",
2204
            "source": {
2205
                "type": "git",
2206
                "url": "https://github.com/webmozart/assert.git",
2207
                "reference": "0df1908962e7a3071564e857d86874dad1ef204a"
2208
            },
2209
            "dist": {
2210
                "type": "zip",
2211
                "url": "https://api.github.com/repos/webmozart/assert/zipball/0df1908962e7a3071564e857d86874dad1ef204a",
2212
                "reference": "0df1908962e7a3071564e857d86874dad1ef204a",
2213
                "shasum": ""
2214
            },
2215
            "require": {
2216
                "php": "^5.3.3 || ^7.0"
2217
            },
2218
            "require-dev": {
2219
                "phpunit/phpunit": "^4.6",
2220
                "sebastian/version": "^1.0.1"
2221
            },
2222
            "type": "library",
2223
            "extra": {
2224
                "branch-alias": {
2225
                    "dev-master": "1.3-dev"
2226
                }
2227
            },
2228
            "autoload": {
2229
                "psr-4": {
2230
                    "Webmozart\\Assert\\": "src/"
2231
                }
2232
            },
2233
            "notification-url": "https://packagist.org/downloads/",
2234
            "license": [
2235
                "MIT"
2236
            ],
2237
            "authors": [
2238
                {
2239
                    "name": "Bernhard Schussek",
2240
                    "email": "[email protected]"
2241
                }
2242
            ],
2243
            "description": "Assertions to validate method input/output with nice error messages.",
2244
            "keywords": [
2245
                "assert",
2246
                "check",
2247
                "validate"
2248
            ],
2249
            "time": "2018-01-29T19:49:41+00:00"
2250
        }
2251
    ],
2252
    "aliases": [],
2253
    "minimum-stability": "stable",
2254
    "stability-flags": [],
2255
    "prefer-stable": false,
2256
    "prefer-lowest": false,
2257
    "platform": [],
2258
    "platform-dev": []
2259
}
2260