Completed
Push — master ( a18f70...f9f508 )
by Théo
03:58 queued 01:19
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": "229cecb000496023ebe7f7454d1452fd",
8
    "packages": [
9
        {
10
            "name": "nikic/php-parser",
11
            "version": "v3.1.4",
12
            "source": {
13
                "type": "git",
14
                "url": "https://github.com/nikic/PHP-Parser.git",
15
                "reference": "e57b3a09784f846411aa7ed664eedb73e3399078"
16
            },
17
            "dist": {
18
                "type": "zip",
19
                "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/e57b3a09784f846411aa7ed664eedb73e3399078",
20
                "reference": "e57b3a09784f846411aa7ed664eedb73e3399078",
21
                "shasum": ""
22
            },
23
            "require": {
24
                "ext-tokenizer": "*",
25
                "php": ">=5.5"
26
            },
27
            "require-dev": {
28
                "phpunit/phpunit": "~4.0|~5.0"
29
            },
30
            "bin": [
31
                "bin/php-parse"
32
            ],
33
            "type": "library",
34
            "extra": {
35
                "branch-alias": {
36
                    "dev-master": "3.0-dev"
37
                }
38
            },
39
            "autoload": {
40
                "psr-4": {
41
                    "PhpParser\\": "lib/PhpParser"
42
                }
43
            },
44
            "notification-url": "https://packagist.org/downloads/",
45
            "license": [
46
                "BSD-3-Clause"
47
            ],
48
            "authors": [
49
                {
50
                    "name": "Nikita Popov"
51
                }
52
            ],
53
            "description": "A PHP parser written in PHP",
54
            "keywords": [
55
                "parser",
56
                "php"
57
            ],
58
            "time": "2018-01-25T21:31:33+00:00"
59
        },
60
        {
61
            "name": "ocramius/package-versions",
62
            "version": "1.1.3",
63
            "source": {
64
                "type": "git",
65
                "url": "https://github.com/Ocramius/PackageVersions.git",
66
                "reference": "72b226d2957e9e6a9ed09aeaa29cabd840d1a3b7"
67
            },
68
            "dist": {
69
                "type": "zip",
70
                "url": "https://api.github.com/repos/Ocramius/PackageVersions/zipball/72b226d2957e9e6a9ed09aeaa29cabd840d1a3b7",
71
                "reference": "72b226d2957e9e6a9ed09aeaa29cabd840d1a3b7",
72
                "shasum": ""
73
            },
74
            "require": {
75
                "composer-plugin-api": "^1.0",
76
                "php": "~7.0"
77
            },
78
            "require-dev": {
79
                "composer/composer": "^1.3",
80
                "ext-zip": "*",
81
                "humbug/humbug": "dev-master",
82
                "phpunit/phpunit": "^5.7.5"
83
            },
84
            "type": "composer-plugin",
85
            "extra": {
86
                "class": "PackageVersions\\Installer",
87
                "branch-alias": {
88
                    "dev-master": "2.0.x-dev"
89
                }
90
            },
91
            "autoload": {
92
                "psr-4": {
93
                    "PackageVersions\\": "src/PackageVersions"
94
                }
95
            },
96
            "notification-url": "https://packagist.org/downloads/",
97
            "license": [
98
                "MIT"
99
            ],
100
            "authors": [
101
                {
102
                    "name": "Marco Pivetta",
103
                    "email": "[email protected]"
104
                }
105
            ],
106
            "description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)",
107
            "time": "2017-09-06T15:24:43+00:00"
108
        },
109
        {
110
            "name": "padraic/humbug_get_contents",
0 ignored issues
show
There is a security advisory for your installed version of padraic/humbug_get_contents:

HTTP Proxy header vulnerability
Loading history...
111
            "version": "1.0.4",
112
            "source": {
113
                "type": "git",
114
                "url": "https://github.com/humbug/file_get_contents.git",
115
                "reference": "66797199019d0cb4529cb8d29c6f0b4c5085b53a"
116
            },
117
            "dist": {
118
                "type": "zip",
119
                "url": "https://api.github.com/repos/humbug/file_get_contents/zipball/66797199019d0cb4529cb8d29c6f0b4c5085b53a",
120
                "reference": "66797199019d0cb4529cb8d29c6f0b4c5085b53a",
121
                "shasum": ""
122
            },
123
            "require": {
124
                "php": ">=5.3"
125
            },
126
            "require-dev": {
127
                "phpunit/phpunit": "~4.0"
128
            },
129
            "type": "library",
130
            "extra": {
131
                "branch-alias": {
132
                    "dev-master": "1.0-dev"
133
                }
134
            },
135
            "autoload": {
136
                "psr-4": {
137
                    "Humbug\\": "src/Humbug/"
138
                },
139
                "files": [
140
                    "src/function.php"
141
                ]
142
            },
143
            "notification-url": "https://packagist.org/downloads/",
144
            "license": [
145
                "BSD-3-Clause"
146
            ],
147
            "authors": [
148
                {
149
                    "name": "Pádraic Brady",
150
                    "email": "[email protected]",
151
                    "homepage": "http://blog.astrumfutura.com"
152
                }
153
            ],
154
            "description": "Secure wrapper for accessing HTTPS resources with file_get_contents for PHP 5.3+",
155
            "homepage": "https://github.com/padraic/file_get_contents",
156
            "keywords": [
157
                "download",
158
                "file_get_contents",
159
                "http",
160
                "https",
161
                "ssl",
162
                "tls"
163
            ],
164
            "time": "2015-04-22T18:45:00+00:00"
165
        },
166
        {
167
            "name": "padraic/phar-updater",
168
            "version": "1.0.4",
169
            "source": {
170
                "type": "git",
171
                "url": "https://github.com/humbug/phar-updater.git",
172
                "reference": "ac8802df2d1d03b7092b6f044a914f8d21592aae"
173
            },
174
            "dist": {
175
                "type": "zip",
176
                "url": "https://api.github.com/repos/humbug/phar-updater/zipball/ac8802df2d1d03b7092b6f044a914f8d21592aae",
177
                "reference": "ac8802df2d1d03b7092b6f044a914f8d21592aae",
178
                "shasum": ""
179
            },
180
            "require": {
181
                "padraic/humbug_get_contents": "1.0.4",
182
                "php": ">=5.3.3"
183
            },
184
            "require-dev": {
185
                "phpunit/phpunit": "~4.0"
186
            },
187
            "type": "library",
188
            "extra": {
189
                "branch-alias": {
190
                    "dev-master": "1.0-dev"
191
                }
192
            },
193
            "autoload": {
194
                "psr-4": {
195
                    "Humbug\\SelfUpdate\\": "src/"
196
                }
197
            },
198
            "notification-url": "https://packagist.org/downloads/",
199
            "license": [
200
                "BSD-3-Clause"
201
            ],
202
            "authors": [
203
                {
204
                    "name": "Padraic Brady",
205
                    "email": "[email protected]",
206
                    "homepage": "http://blog.astrumfutura.com"
207
                }
208
            ],
209
            "description": "A thing to make PHAR self-updating easy and secure.",
210
            "keywords": [
211
                "humbug",
212
                "phar",
213
                "self-update",
214
                "update"
215
            ],
216
            "time": "2017-07-12T22:42:45+00:00"
217
        },
218
        {
219
            "name": "phpdocumentor/reflection-common",
220
            "version": "1.0.1",
221
            "source": {
222
                "type": "git",
223
                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
224
                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
225
            },
226
            "dist": {
227
                "type": "zip",
228
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
229
                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
230
                "shasum": ""
231
            },
232
            "require": {
233
                "php": ">=5.5"
234
            },
235
            "require-dev": {
236
                "phpunit/phpunit": "^4.6"
237
            },
238
            "type": "library",
239
            "extra": {
240
                "branch-alias": {
241
                    "dev-master": "1.0.x-dev"
242
                }
243
            },
244
            "autoload": {
245
                "psr-4": {
246
                    "phpDocumentor\\Reflection\\": [
247
                        "src"
248
                    ]
249
                }
250
            },
251
            "notification-url": "https://packagist.org/downloads/",
252
            "license": [
253
                "MIT"
254
            ],
255
            "authors": [
256
                {
257
                    "name": "Jaap van Otterdijk",
258
                    "email": "[email protected]"
259
                }
260
            ],
261
            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
262
            "homepage": "http://www.phpdoc.org",
263
            "keywords": [
264
                "FQSEN",
265
                "phpDocumentor",
266
                "phpdoc",
267
                "reflection",
268
                "static analysis"
269
            ],
270
            "time": "2017-09-11T18:02:19+00:00"
271
        },
272
        {
273
            "name": "phpdocumentor/reflection-docblock",
274
            "version": "4.1.1",
275
            "source": {
276
                "type": "git",
277
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
278
                "reference": "2d3d238c433cf69caeb4842e97a3223a116f94b2"
279
            },
280
            "dist": {
281
                "type": "zip",
282
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/2d3d238c433cf69caeb4842e97a3223a116f94b2",
283
                "reference": "2d3d238c433cf69caeb4842e97a3223a116f94b2",
284
                "shasum": ""
285
            },
286
            "require": {
287
                "php": "^7.0",
288
                "phpdocumentor/reflection-common": "^1.0@dev",
289
                "phpdocumentor/type-resolver": "^0.4.0",
290
                "webmozart/assert": "^1.0"
291
            },
292
            "require-dev": {
293
                "mockery/mockery": "^0.9.4",
294
                "phpunit/phpunit": "^4.4"
295
            },
296
            "type": "library",
297
            "autoload": {
298
                "psr-4": {
299
                    "phpDocumentor\\Reflection\\": [
300
                        "src/"
301
                    ]
302
                }
303
            },
304
            "notification-url": "https://packagist.org/downloads/",
305
            "license": [
306
                "MIT"
307
            ],
308
            "authors": [
309
                {
310
                    "name": "Mike van Riel",
311
                    "email": "[email protected]"
312
                }
313
            ],
314
            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
315
            "time": "2017-08-30T18:51:59+00:00"
316
        },
317
        {
318
            "name": "phpdocumentor/type-resolver",
319
            "version": "0.4.0",
320
            "source": {
321
                "type": "git",
322
                "url": "https://github.com/phpDocumentor/TypeResolver.git",
323
                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
324
            },
325
            "dist": {
326
                "type": "zip",
327
                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
328
                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
329
                "shasum": ""
330
            },
331
            "require": {
332
                "php": "^5.5 || ^7.0",
333
                "phpdocumentor/reflection-common": "^1.0"
334
            },
335
            "require-dev": {
336
                "mockery/mockery": "^0.9.4",
337
                "phpunit/phpunit": "^5.2||^4.8.24"
338
            },
339
            "type": "library",
340
            "extra": {
341
                "branch-alias": {
342
                    "dev-master": "1.0.x-dev"
343
                }
344
            },
345
            "autoload": {
346
                "psr-4": {
347
                    "phpDocumentor\\Reflection\\": [
348
                        "src/"
349
                    ]
350
                }
351
            },
352
            "notification-url": "https://packagist.org/downloads/",
353
            "license": [
354
                "MIT"
355
            ],
356
            "authors": [
357
                {
358
                    "name": "Mike van Riel",
359
                    "email": "[email protected]"
360
                }
361
            ],
362
            "time": "2017-07-14T14:27:02+00:00"
363
        },
364
        {
365
            "name": "psr/log",
366
            "version": "1.0.2",
367
            "source": {
368
                "type": "git",
369
                "url": "https://github.com/php-fig/log.git",
370
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
371
            },
372
            "dist": {
373
                "type": "zip",
374
                "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
375
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
376
                "shasum": ""
377
            },
378
            "require": {
379
                "php": ">=5.3.0"
380
            },
381
            "type": "library",
382
            "extra": {
383
                "branch-alias": {
384
                    "dev-master": "1.0.x-dev"
385
                }
386
            },
387
            "autoload": {
388
                "psr-4": {
389
                    "Psr\\Log\\": "Psr/Log/"
390
                }
391
            },
392
            "notification-url": "https://packagist.org/downloads/",
393
            "license": [
394
                "MIT"
395
            ],
396
            "authors": [
397
                {
398
                    "name": "PHP-FIG",
399
                    "homepage": "http://www.php-fig.org/"
400
                }
401
            ],
402
            "description": "Common interface for logging libraries",
403
            "homepage": "https://github.com/php-fig/log",
404
            "keywords": [
405
                "log",
406
                "psr",
407
                "psr-3"
408
            ],
409
            "time": "2016-10-10T12:19:37+00:00"
410
        },
411
        {
412
            "name": "roave/better-reflection",
413
            "version": "2.0.0",
414
            "source": {
415
                "type": "git",
416
                "url": "https://github.com/Roave/BetterReflection.git",
417
                "reference": "619be9a2cef239245d8f1f466bcddc037949b788"
418
            },
419
            "dist": {
420
                "type": "zip",
421
                "url": "https://api.github.com/repos/Roave/BetterReflection/zipball/619be9a2cef239245d8f1f466bcddc037949b788",
422
                "reference": "619be9a2cef239245d8f1f466bcddc037949b788",
423
                "shasum": ""
424
            },
425
            "require": {
426
                "nikic/php-parser": "^3.1.1",
427
                "php": ">7.1.0,<7.3.0",
428
                "phpdocumentor/reflection-docblock": "^4.1.1",
429
                "phpdocumentor/type-resolver": "^0.4.0",
430
                "roave/signature": "^1.0"
431
            },
432
            "require-dev": {
433
                "phpunit/phpunit": "^6.3.0"
434
            },
435
            "suggest": {
436
                "composer/composer": "Required to use the ComposerSourceLocator"
437
            },
438
            "type": "library",
439
            "autoload": {
440
                "psr-4": {
441
                    "Roave\\BetterReflection\\": "src"
442
                }
443
            },
444
            "notification-url": "https://packagist.org/downloads/",
445
            "license": [
446
                "MIT"
447
            ],
448
            "authors": [
449
                {
450
                    "name": "Marco Pivetta",
451
                    "email": "[email protected]",
452
                    "homepage": "http://ocramius.github.io/"
453
                },
454
                {
455
                    "name": "James Titcumb",
456
                    "email": "[email protected]",
457
                    "homepage": "https://github.com/asgrim"
458
                },
459
                {
460
                    "name": "Gary Hockin",
461
                    "email": "[email protected]",
462
                    "homepage": "https://github.com/geeh"
463
                },
464
                {
465
                    "name": "Jaroslav Hanslík",
466
                    "email": "[email protected]",
467
                    "homepage": "https://github.com/kukulich"
468
                }
469
            ],
470
            "description": "Better Reflection - an improved code reflection API",
471
            "time": "2017-09-16T20:30:16+00:00"
472
        },
473
        {
474
            "name": "roave/signature",
475
            "version": "1.0.0",
476
            "source": {
477
                "type": "git",
478
                "url": "https://github.com/Roave/Signature.git",
479
                "reference": "bed4ecbdd7f312ab6bb39561ac191f520bcee386"
480
            },
481
            "dist": {
482
                "type": "zip",
483
                "url": "https://api.github.com/repos/Roave/Signature/zipball/bed4ecbdd7f312ab6bb39561ac191f520bcee386",
484
                "reference": "bed4ecbdd7f312ab6bb39561ac191f520bcee386",
485
                "shasum": ""
486
            },
487
            "require": {
488
                "php": "^7.0|^7.1"
489
            },
490
            "require-dev": {
491
                "phpunit/phpunit": "^5.6"
492
            },
493
            "type": "library",
494
            "autoload": {
495
                "psr-4": {
496
                    "Roave\\Signature\\": "src"
497
                }
498
            },
499
            "notification-url": "https://packagist.org/downloads/",
500
            "license": [
501
                "MIT"
502
            ],
503
            "description": "Sign and verify stuff",
504
            "time": "2017-02-17T13:53:21+00:00"
505
        },
506
        {
507
            "name": "symfony/console",
508
            "version": "v3.3.10",
509
            "source": {
510
                "type": "git",
511
                "url": "https://github.com/symfony/console.git",
512
                "reference": "116bc56e45a8e5572e51eb43ab58c769a352366c"
513
            },
514
            "dist": {
515
                "type": "zip",
516
                "url": "https://api.github.com/repos/symfony/console/zipball/116bc56e45a8e5572e51eb43ab58c769a352366c",
517
                "reference": "116bc56e45a8e5572e51eb43ab58c769a352366c",
518
                "shasum": ""
519
            },
520
            "require": {
521
                "php": "^5.5.9|>=7.0.8",
522
                "symfony/debug": "~2.8|~3.0",
523
                "symfony/polyfill-mbstring": "~1.0"
524
            },
525
            "conflict": {
526
                "symfony/dependency-injection": "<3.3"
527
            },
528
            "require-dev": {
529
                "psr/log": "~1.0",
530
                "symfony/config": "~3.3",
531
                "symfony/dependency-injection": "~3.3",
532
                "symfony/event-dispatcher": "~2.8|~3.0",
533
                "symfony/filesystem": "~2.8|~3.0",
534
                "symfony/process": "~2.8|~3.0"
535
            },
536
            "suggest": {
537
                "psr/log": "For using the console logger",
538
                "symfony/event-dispatcher": "",
539
                "symfony/filesystem": "",
540
                "symfony/process": ""
541
            },
542
            "type": "library",
543
            "extra": {
544
                "branch-alias": {
545
                    "dev-master": "3.3-dev"
546
                }
547
            },
548
            "autoload": {
549
                "psr-4": {
550
                    "Symfony\\Component\\Console\\": ""
551
                },
552
                "exclude-from-classmap": [
553
                    "/Tests/"
554
                ]
555
            },
556
            "notification-url": "https://packagist.org/downloads/",
557
            "license": [
558
                "MIT"
559
            ],
560
            "authors": [
561
                {
562
                    "name": "Fabien Potencier",
563
                    "email": "[email protected]"
564
                },
565
                {
566
                    "name": "Symfony Community",
567
                    "homepage": "https://symfony.com/contributors"
568
                }
569
            ],
570
            "description": "Symfony Console Component",
571
            "homepage": "https://symfony.com",
572
            "time": "2017-10-02T06:42:24+00:00"
573
        },
574
        {
575
            "name": "symfony/debug",
576
            "version": "v3.3.10",
577
            "source": {
578
                "type": "git",
579
                "url": "https://github.com/symfony/debug.git",
580
                "reference": "eb95d9ce8f18dcc1b3dfff00cb624c402be78ffd"
581
            },
582
            "dist": {
583
                "type": "zip",
584
                "url": "https://api.github.com/repos/symfony/debug/zipball/eb95d9ce8f18dcc1b3dfff00cb624c402be78ffd",
585
                "reference": "eb95d9ce8f18dcc1b3dfff00cb624c402be78ffd",
586
                "shasum": ""
587
            },
588
            "require": {
589
                "php": "^5.5.9|>=7.0.8",
590
                "psr/log": "~1.0"
591
            },
592
            "conflict": {
593
                "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
594
            },
595
            "require-dev": {
596
                "symfony/http-kernel": "~2.8|~3.0"
597
            },
598
            "type": "library",
599
            "extra": {
600
                "branch-alias": {
601
                    "dev-master": "3.3-dev"
602
                }
603
            },
604
            "autoload": {
605
                "psr-4": {
606
                    "Symfony\\Component\\Debug\\": ""
607
                },
608
                "exclude-from-classmap": [
609
                    "/Tests/"
610
                ]
611
            },
612
            "notification-url": "https://packagist.org/downloads/",
613
            "license": [
614
                "MIT"
615
            ],
616
            "authors": [
617
                {
618
                    "name": "Fabien Potencier",
619
                    "email": "[email protected]"
620
                },
621
                {
622
                    "name": "Symfony Community",
623
                    "homepage": "https://symfony.com/contributors"
624
                }
625
            ],
626
            "description": "Symfony Debug Component",
627
            "homepage": "https://symfony.com",
628
            "time": "2017-10-02T06:42:24+00:00"
629
        },
630
        {
631
            "name": "symfony/filesystem",
632
            "version": "v3.3.10",
633
            "source": {
634
                "type": "git",
635
                "url": "https://github.com/symfony/filesystem.git",
636
                "reference": "90bc45abf02ae6b7deb43895c1052cb0038506f1"
637
            },
638
            "dist": {
639
                "type": "zip",
640
                "url": "https://api.github.com/repos/symfony/filesystem/zipball/90bc45abf02ae6b7deb43895c1052cb0038506f1",
641
                "reference": "90bc45abf02ae6b7deb43895c1052cb0038506f1",
642
                "shasum": ""
643
            },
644
            "require": {
645
                "php": "^5.5.9|>=7.0.8"
646
            },
647
            "type": "library",
648
            "extra": {
649
                "branch-alias": {
650
                    "dev-master": "3.3-dev"
651
                }
652
            },
653
            "autoload": {
654
                "psr-4": {
655
                    "Symfony\\Component\\Filesystem\\": ""
656
                },
657
                "exclude-from-classmap": [
658
                    "/Tests/"
659
                ]
660
            },
661
            "notification-url": "https://packagist.org/downloads/",
662
            "license": [
663
                "MIT"
664
            ],
665
            "authors": [
666
                {
667
                    "name": "Fabien Potencier",
668
                    "email": "[email protected]"
669
                },
670
                {
671
                    "name": "Symfony Community",
672
                    "homepage": "https://symfony.com/contributors"
673
                }
674
            ],
675
            "description": "Symfony Filesystem Component",
676
            "homepage": "https://symfony.com",
677
            "time": "2017-10-03T13:33:10+00:00"
678
        },
679
        {
680
            "name": "symfony/finder",
681
            "version": "v3.3.10",
682
            "source": {
683
                "type": "git",
684
                "url": "https://github.com/symfony/finder.git",
685
                "reference": "773e19a491d97926f236942484cb541560ce862d"
686
            },
687
            "dist": {
688
                "type": "zip",
689
                "url": "https://api.github.com/repos/symfony/finder/zipball/773e19a491d97926f236942484cb541560ce862d",
690
                "reference": "773e19a491d97926f236942484cb541560ce862d",
691
                "shasum": ""
692
            },
693
            "require": {
694
                "php": "^5.5.9|>=7.0.8"
695
            },
696
            "type": "library",
697
            "extra": {
698
                "branch-alias": {
699
                    "dev-master": "3.3-dev"
700
                }
701
            },
702
            "autoload": {
703
                "psr-4": {
704
                    "Symfony\\Component\\Finder\\": ""
705
                },
706
                "exclude-from-classmap": [
707
                    "/Tests/"
708
                ]
709
            },
710
            "notification-url": "https://packagist.org/downloads/",
711
            "license": [
712
                "MIT"
713
            ],
714
            "authors": [
715
                {
716
                    "name": "Fabien Potencier",
717
                    "email": "[email protected]"
718
                },
719
                {
720
                    "name": "Symfony Community",
721
                    "homepage": "https://symfony.com/contributors"
722
                }
723
            ],
724
            "description": "Symfony Finder Component",
725
            "homepage": "https://symfony.com",
726
            "time": "2017-10-02T06:42:24+00:00"
727
        },
728
        {
729
            "name": "symfony/polyfill-mbstring",
730
            "version": "v1.5.0",
731
            "source": {
732
                "type": "git",
733
                "url": "https://github.com/symfony/polyfill-mbstring.git",
734
                "reference": "7c8fae0ac1d216eb54349e6a8baa57d515fe8803"
735
            },
736
            "dist": {
737
                "type": "zip",
738
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/7c8fae0ac1d216eb54349e6a8baa57d515fe8803",
739
                "reference": "7c8fae0ac1d216eb54349e6a8baa57d515fe8803",
740
                "shasum": ""
741
            },
742
            "require": {
743
                "php": ">=5.3.3"
744
            },
745
            "suggest": {
746
                "ext-mbstring": "For best performance"
747
            },
748
            "type": "library",
749
            "extra": {
750
                "branch-alias": {
751
                    "dev-master": "1.5-dev"
752
                }
753
            },
754
            "autoload": {
755
                "psr-4": {
756
                    "Symfony\\Polyfill\\Mbstring\\": ""
757
                },
758
                "files": [
759
                    "bootstrap.php"
760
                ]
761
            },
762
            "notification-url": "https://packagist.org/downloads/",
763
            "license": [
764
                "MIT"
765
            ],
766
            "authors": [
767
                {
768
                    "name": "Nicolas Grekas",
769
                    "email": "[email protected]"
770
                },
771
                {
772
                    "name": "Symfony Community",
773
                    "homepage": "https://symfony.com/contributors"
774
                }
775
            ],
776
            "description": "Symfony polyfill for the Mbstring extension",
777
            "homepage": "https://symfony.com",
778
            "keywords": [
779
                "compatibility",
780
                "mbstring",
781
                "polyfill",
782
                "portable",
783
                "shim"
784
            ],
785
            "time": "2017-06-14T15:44:48+00:00"
786
        },
787
        {
788
            "name": "webmozart/assert",
789
            "version": "1.2.0",
790
            "source": {
791
                "type": "git",
792
                "url": "https://github.com/webmozart/assert.git",
793
                "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f"
794
            },
795
            "dist": {
796
                "type": "zip",
797
                "url": "https://api.github.com/repos/webmozart/assert/zipball/2db61e59ff05fe5126d152bd0655c9ea113e550f",
798
                "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f",
799
                "shasum": ""
800
            },
801
            "require": {
802
                "php": "^5.3.3 || ^7.0"
803
            },
804
            "require-dev": {
805
                "phpunit/phpunit": "^4.6",
806
                "sebastian/version": "^1.0.1"
807
            },
808
            "type": "library",
809
            "extra": {
810
                "branch-alias": {
811
                    "dev-master": "1.3-dev"
812
                }
813
            },
814
            "autoload": {
815
                "psr-4": {
816
                    "Webmozart\\Assert\\": "src/"
817
                }
818
            },
819
            "notification-url": "https://packagist.org/downloads/",
820
            "license": [
821
                "MIT"
822
            ],
823
            "authors": [
824
                {
825
                    "name": "Bernhard Schussek",
826
                    "email": "[email protected]"
827
                }
828
            ],
829
            "description": "Assertions to validate method input/output with nice error messages.",
830
            "keywords": [
831
                "assert",
832
                "check",
833
                "validate"
834
            ],
835
            "time": "2016-11-23T20:04:58+00:00"
836
        }
837
    ],
838
    "packages-dev": [
839
        {
840
            "name": "bamarni/composer-bin-plugin",
841
            "version": "v1.2.0",
842
            "source": {
843
                "type": "git",
844
                "url": "https://github.com/bamarni/composer-bin-plugin.git",
845
                "reference": "62fef740245a85f00665e81ea8f0aa0b72afe6e7"
846
            },
847
            "dist": {
848
                "type": "zip",
849
                "url": "https://api.github.com/repos/bamarni/composer-bin-plugin/zipball/62fef740245a85f00665e81ea8f0aa0b72afe6e7",
850
                "reference": "62fef740245a85f00665e81ea8f0aa0b72afe6e7",
851
                "shasum": ""
852
            },
853
            "require": {
854
                "composer-plugin-api": "^1.0"
855
            },
856
            "require-dev": {
857
                "composer/composer": "dev-master",
858
                "symfony/console": "^2.5 || ^3.0"
859
            },
860
            "type": "composer-plugin",
861
            "extra": {
862
                "class": "Bamarni\\Composer\\Bin\\Plugin",
863
                "branch-alias": {
864
                    "dev-master": "1.1-dev"
865
                }
866
            },
867
            "autoload": {
868
                "psr-4": {
869
                    "Bamarni\\Composer\\Bin\\": "src"
870
                }
871
            },
872
            "notification-url": "https://packagist.org/downloads/",
873
            "license": [
874
                "MIT"
875
            ],
876
            "time": "2017-09-11T13:13:58+00:00"
877
        },
878
        {
879
            "name": "doctrine/instantiator",
880
            "version": "1.1.0",
881
            "source": {
882
                "type": "git",
883
                "url": "https://github.com/doctrine/instantiator.git",
884
                "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda"
885
            },
886
            "dist": {
887
                "type": "zip",
888
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
889
                "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
890
                "shasum": ""
891
            },
892
            "require": {
893
                "php": "^7.1"
894
            },
895
            "require-dev": {
896
                "athletic/athletic": "~0.1.8",
897
                "ext-pdo": "*",
898
                "ext-phar": "*",
899
                "phpunit/phpunit": "^6.2.3",
900
                "squizlabs/php_codesniffer": "^3.0.2"
901
            },
902
            "type": "library",
903
            "extra": {
904
                "branch-alias": {
905
                    "dev-master": "1.2.x-dev"
906
                }
907
            },
908
            "autoload": {
909
                "psr-4": {
910
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
911
                }
912
            },
913
            "notification-url": "https://packagist.org/downloads/",
914
            "license": [
915
                "MIT"
916
            ],
917
            "authors": [
918
                {
919
                    "name": "Marco Pivetta",
920
                    "email": "[email protected]",
921
                    "homepage": "http://ocramius.github.com/"
922
                }
923
            ],
924
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
925
            "homepage": "https://github.com/doctrine/instantiator",
926
            "keywords": [
927
                "constructor",
928
                "instantiate"
929
            ],
930
            "time": "2017-07-22T11:58:36+00:00"
931
        },
932
        {
933
            "name": "myclabs/deep-copy",
934
            "version": "1.6.1",
935
            "source": {
936
                "type": "git",
937
                "url": "https://github.com/myclabs/DeepCopy.git",
938
                "reference": "8e6e04167378abf1ddb4d3522d8755c5fd90d102"
939
            },
940
            "dist": {
941
                "type": "zip",
942
                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/8e6e04167378abf1ddb4d3522d8755c5fd90d102",
943
                "reference": "8e6e04167378abf1ddb4d3522d8755c5fd90d102",
944
                "shasum": ""
945
            },
946
            "require": {
947
                "php": ">=5.4.0"
948
            },
949
            "require-dev": {
950
                "doctrine/collections": "1.*",
951
                "phpunit/phpunit": "~4.1"
952
            },
953
            "type": "library",
954
            "autoload": {
955
                "psr-4": {
956
                    "DeepCopy\\": "src/DeepCopy/"
957
                }
958
            },
959
            "notification-url": "https://packagist.org/downloads/",
960
            "license": [
961
                "MIT"
962
            ],
963
            "description": "Create deep copies (clones) of your objects",
964
            "homepage": "https://github.com/myclabs/DeepCopy",
965
            "keywords": [
966
                "clone",
967
                "copy",
968
                "duplicate",
969
                "object",
970
                "object graph"
971
            ],
972
            "time": "2017-04-12T18:52:22+00:00"
973
        },
974
        {
975
            "name": "phar-io/manifest",
976
            "version": "1.0.1",
977
            "source": {
978
                "type": "git",
979
                "url": "https://github.com/phar-io/manifest.git",
980
                "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0"
981
            },
982
            "dist": {
983
                "type": "zip",
984
                "url": "https://api.github.com/repos/phar-io/manifest/zipball/2df402786ab5368a0169091f61a7c1e0eb6852d0",
985
                "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0",
986
                "shasum": ""
987
            },
988
            "require": {
989
                "ext-dom": "*",
990
                "ext-phar": "*",
991
                "phar-io/version": "^1.0.1",
992
                "php": "^5.6 || ^7.0"
993
            },
994
            "type": "library",
995
            "extra": {
996
                "branch-alias": {
997
                    "dev-master": "1.0.x-dev"
998
                }
999
            },
1000
            "autoload": {
1001
                "classmap": [
1002
                    "src/"
1003
                ]
1004
            },
1005
            "notification-url": "https://packagist.org/downloads/",
1006
            "license": [
1007
                "BSD-3-Clause"
1008
            ],
1009
            "authors": [
1010
                {
1011
                    "name": "Arne Blankerts",
1012
                    "email": "[email protected]",
1013
                    "role": "Developer"
1014
                },
1015
                {
1016
                    "name": "Sebastian Heuer",
1017
                    "email": "[email protected]",
1018
                    "role": "Developer"
1019
                },
1020
                {
1021
                    "name": "Sebastian Bergmann",
1022
                    "email": "[email protected]",
1023
                    "role": "Developer"
1024
                }
1025
            ],
1026
            "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
1027
            "time": "2017-03-05T18:14:27+00:00"
1028
        },
1029
        {
1030
            "name": "phar-io/version",
1031
            "version": "1.0.1",
1032
            "source": {
1033
                "type": "git",
1034
                "url": "https://github.com/phar-io/version.git",
1035
                "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df"
1036
            },
1037
            "dist": {
1038
                "type": "zip",
1039
                "url": "https://api.github.com/repos/phar-io/version/zipball/a70c0ced4be299a63d32fa96d9281d03e94041df",
1040
                "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df",
1041
                "shasum": ""
1042
            },
1043
            "require": {
1044
                "php": "^5.6 || ^7.0"
1045
            },
1046
            "type": "library",
1047
            "autoload": {
1048
                "classmap": [
1049
                    "src/"
1050
                ]
1051
            },
1052
            "notification-url": "https://packagist.org/downloads/",
1053
            "license": [
1054
                "BSD-3-Clause"
1055
            ],
1056
            "authors": [
1057
                {
1058
                    "name": "Arne Blankerts",
1059
                    "email": "[email protected]",
1060
                    "role": "Developer"
1061
                },
1062
                {
1063
                    "name": "Sebastian Heuer",
1064
                    "email": "[email protected]",
1065
                    "role": "Developer"
1066
                },
1067
                {
1068
                    "name": "Sebastian Bergmann",
1069
                    "email": "[email protected]",
1070
                    "role": "Developer"
1071
                }
1072
            ],
1073
            "description": "Library for handling version information and constraints",
1074
            "time": "2017-03-05T17:38:23+00:00"
1075
        },
1076
        {
1077
            "name": "phpspec/prophecy",
1078
            "version": "v1.7.2",
1079
            "source": {
1080
                "type": "git",
1081
                "url": "https://github.com/phpspec/prophecy.git",
1082
                "reference": "c9b8c6088acd19d769d4cc0ffa60a9fe34344bd6"
1083
            },
1084
            "dist": {
1085
                "type": "zip",
1086
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/c9b8c6088acd19d769d4cc0ffa60a9fe34344bd6",
1087
                "reference": "c9b8c6088acd19d769d4cc0ffa60a9fe34344bd6",
1088
                "shasum": ""
1089
            },
1090
            "require": {
1091
                "doctrine/instantiator": "^1.0.2",
1092
                "php": "^5.3|^7.0",
1093
                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
1094
                "sebastian/comparator": "^1.1|^2.0",
1095
                "sebastian/recursion-context": "^1.0|^2.0|^3.0"
1096
            },
1097
            "require-dev": {
1098
                "phpspec/phpspec": "^2.5|^3.2",
1099
                "phpunit/phpunit": "^4.8 || ^5.6.5"
1100
            },
1101
            "type": "library",
1102
            "extra": {
1103
                "branch-alias": {
1104
                    "dev-master": "1.7.x-dev"
1105
                }
1106
            },
1107
            "autoload": {
1108
                "psr-0": {
1109
                    "Prophecy\\": "src/"
1110
                }
1111
            },
1112
            "notification-url": "https://packagist.org/downloads/",
1113
            "license": [
1114
                "MIT"
1115
            ],
1116
            "authors": [
1117
                {
1118
                    "name": "Konstantin Kudryashov",
1119
                    "email": "[email protected]",
1120
                    "homepage": "http://everzet.com"
1121
                },
1122
                {
1123
                    "name": "Marcello Duarte",
1124
                    "email": "[email protected]"
1125
                }
1126
            ],
1127
            "description": "Highly opinionated mocking framework for PHP 5.3+",
1128
            "homepage": "https://github.com/phpspec/prophecy",
1129
            "keywords": [
1130
                "Double",
1131
                "Dummy",
1132
                "fake",
1133
                "mock",
1134
                "spy",
1135
                "stub"
1136
            ],
1137
            "time": "2017-09-04T11:05:03+00:00"
1138
        },
1139
        {
1140
            "name": "phpunit/php-code-coverage",
1141
            "version": "5.2.2",
1142
            "source": {
1143
                "type": "git",
1144
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
1145
                "reference": "8ed1902a57849e117b5651fc1a5c48110946c06b"
1146
            },
1147
            "dist": {
1148
                "type": "zip",
1149
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/8ed1902a57849e117b5651fc1a5c48110946c06b",
1150
                "reference": "8ed1902a57849e117b5651fc1a5c48110946c06b",
1151
                "shasum": ""
1152
            },
1153
            "require": {
1154
                "ext-dom": "*",
1155
                "ext-xmlwriter": "*",
1156
                "php": "^7.0",
1157
                "phpunit/php-file-iterator": "^1.4.2",
1158
                "phpunit/php-text-template": "^1.2.1",
1159
                "phpunit/php-token-stream": "^1.4.11 || ^2.0",
1160
                "sebastian/code-unit-reverse-lookup": "^1.0.1",
1161
                "sebastian/environment": "^3.0",
1162
                "sebastian/version": "^2.0.1",
1163
                "theseer/tokenizer": "^1.1"
1164
            },
1165
            "require-dev": {
1166
                "ext-xdebug": "^2.5",
1167
                "phpunit/phpunit": "^6.0"
1168
            },
1169
            "suggest": {
1170
                "ext-xdebug": "^2.5.5"
1171
            },
1172
            "type": "library",
1173
            "extra": {
1174
                "branch-alias": {
1175
                    "dev-master": "5.2.x-dev"
1176
                }
1177
            },
1178
            "autoload": {
1179
                "classmap": [
1180
                    "src/"
1181
                ]
1182
            },
1183
            "notification-url": "https://packagist.org/downloads/",
1184
            "license": [
1185
                "BSD-3-Clause"
1186
            ],
1187
            "authors": [
1188
                {
1189
                    "name": "Sebastian Bergmann",
1190
                    "email": "[email protected]",
1191
                    "role": "lead"
1192
                }
1193
            ],
1194
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
1195
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
1196
            "keywords": [
1197
                "coverage",
1198
                "testing",
1199
                "xunit"
1200
            ],
1201
            "time": "2017-08-03T12:40:43+00:00"
1202
        },
1203
        {
1204
            "name": "phpunit/php-file-iterator",
1205
            "version": "1.4.2",
1206
            "source": {
1207
                "type": "git",
1208
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
1209
                "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5"
1210
            },
1211
            "dist": {
1212
                "type": "zip",
1213
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
1214
                "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
1215
                "shasum": ""
1216
            },
1217
            "require": {
1218
                "php": ">=5.3.3"
1219
            },
1220
            "type": "library",
1221
            "extra": {
1222
                "branch-alias": {
1223
                    "dev-master": "1.4.x-dev"
1224
                }
1225
            },
1226
            "autoload": {
1227
                "classmap": [
1228
                    "src/"
1229
                ]
1230
            },
1231
            "notification-url": "https://packagist.org/downloads/",
1232
            "license": [
1233
                "BSD-3-Clause"
1234
            ],
1235
            "authors": [
1236
                {
1237
                    "name": "Sebastian Bergmann",
1238
                    "email": "[email protected]",
1239
                    "role": "lead"
1240
                }
1241
            ],
1242
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
1243
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
1244
            "keywords": [
1245
                "filesystem",
1246
                "iterator"
1247
            ],
1248
            "time": "2016-10-03T07:40:28+00:00"
1249
        },
1250
        {
1251
            "name": "phpunit/php-text-template",
1252
            "version": "1.2.1",
1253
            "source": {
1254
                "type": "git",
1255
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
1256
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
1257
            },
1258
            "dist": {
1259
                "type": "zip",
1260
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
1261
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
1262
                "shasum": ""
1263
            },
1264
            "require": {
1265
                "php": ">=5.3.3"
1266
            },
1267
            "type": "library",
1268
            "autoload": {
1269
                "classmap": [
1270
                    "src/"
1271
                ]
1272
            },
1273
            "notification-url": "https://packagist.org/downloads/",
1274
            "license": [
1275
                "BSD-3-Clause"
1276
            ],
1277
            "authors": [
1278
                {
1279
                    "name": "Sebastian Bergmann",
1280
                    "email": "[email protected]",
1281
                    "role": "lead"
1282
                }
1283
            ],
1284
            "description": "Simple template engine.",
1285
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
1286
            "keywords": [
1287
                "template"
1288
            ],
1289
            "time": "2015-06-21T13:50:34+00:00"
1290
        },
1291
        {
1292
            "name": "phpunit/php-timer",
1293
            "version": "1.0.9",
1294
            "source": {
1295
                "type": "git",
1296
                "url": "https://github.com/sebastianbergmann/php-timer.git",
1297
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
1298
            },
1299
            "dist": {
1300
                "type": "zip",
1301
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
1302
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
1303
                "shasum": ""
1304
            },
1305
            "require": {
1306
                "php": "^5.3.3 || ^7.0"
1307
            },
1308
            "require-dev": {
1309
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
1310
            },
1311
            "type": "library",
1312
            "extra": {
1313
                "branch-alias": {
1314
                    "dev-master": "1.0-dev"
1315
                }
1316
            },
1317
            "autoload": {
1318
                "classmap": [
1319
                    "src/"
1320
                ]
1321
            },
1322
            "notification-url": "https://packagist.org/downloads/",
1323
            "license": [
1324
                "BSD-3-Clause"
1325
            ],
1326
            "authors": [
1327
                {
1328
                    "name": "Sebastian Bergmann",
1329
                    "email": "[email protected]",
1330
                    "role": "lead"
1331
                }
1332
            ],
1333
            "description": "Utility class for timing",
1334
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
1335
            "keywords": [
1336
                "timer"
1337
            ],
1338
            "time": "2017-02-26T11:10:40+00:00"
1339
        },
1340
        {
1341
            "name": "phpunit/php-token-stream",
1342
            "version": "2.0.1",
1343
            "source": {
1344
                "type": "git",
1345
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
1346
                "reference": "9a02332089ac48e704c70f6cefed30c224e3c0b0"
1347
            },
1348
            "dist": {
1349
                "type": "zip",
1350
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/9a02332089ac48e704c70f6cefed30c224e3c0b0",
1351
                "reference": "9a02332089ac48e704c70f6cefed30c224e3c0b0",
1352
                "shasum": ""
1353
            },
1354
            "require": {
1355
                "ext-tokenizer": "*",
1356
                "php": "^7.0"
1357
            },
1358
            "require-dev": {
1359
                "phpunit/phpunit": "^6.2.4"
1360
            },
1361
            "type": "library",
1362
            "extra": {
1363
                "branch-alias": {
1364
                    "dev-master": "2.0-dev"
1365
                }
1366
            },
1367
            "autoload": {
1368
                "classmap": [
1369
                    "src/"
1370
                ]
1371
            },
1372
            "notification-url": "https://packagist.org/downloads/",
1373
            "license": [
1374
                "BSD-3-Clause"
1375
            ],
1376
            "authors": [
1377
                {
1378
                    "name": "Sebastian Bergmann",
1379
                    "email": "[email protected]"
1380
                }
1381
            ],
1382
            "description": "Wrapper around PHP's tokenizer extension.",
1383
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
1384
            "keywords": [
1385
                "tokenizer"
1386
            ],
1387
            "time": "2017-08-20T05:47:52+00:00"
1388
        },
1389
        {
1390
            "name": "phpunit/phpunit",
1391
            "version": "6.4.1",
1392
            "source": {
1393
                "type": "git",
1394
                "url": "https://github.com/sebastianbergmann/phpunit.git",
1395
                "reference": "b770d8ba7e60295ee91d69d5a5e01ae833cac220"
1396
            },
1397
            "dist": {
1398
                "type": "zip",
1399
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/b770d8ba7e60295ee91d69d5a5e01ae833cac220",
1400
                "reference": "b770d8ba7e60295ee91d69d5a5e01ae833cac220",
1401
                "shasum": ""
1402
            },
1403
            "require": {
1404
                "ext-dom": "*",
1405
                "ext-json": "*",
1406
                "ext-libxml": "*",
1407
                "ext-mbstring": "*",
1408
                "ext-xml": "*",
1409
                "myclabs/deep-copy": "^1.6.1",
1410
                "phar-io/manifest": "^1.0.1",
1411
                "phar-io/version": "^1.0",
1412
                "php": "^7.0",
1413
                "phpspec/prophecy": "^1.7",
1414
                "phpunit/php-code-coverage": "^5.2.2",
1415
                "phpunit/php-file-iterator": "^1.4.2",
1416
                "phpunit/php-text-template": "^1.2.1",
1417
                "phpunit/php-timer": "^1.0.9",
1418
                "phpunit/phpunit-mock-objects": "^4.0.3",
1419
                "sebastian/comparator": "^2.0.2",
1420
                "sebastian/diff": "^2.0",
1421
                "sebastian/environment": "^3.1",
1422
                "sebastian/exporter": "^3.1",
1423
                "sebastian/global-state": "^2.0",
1424
                "sebastian/object-enumerator": "^3.0.3",
1425
                "sebastian/resource-operations": "^1.0",
1426
                "sebastian/version": "^2.0.1"
1427
            },
1428
            "conflict": {
1429
                "phpdocumentor/reflection-docblock": "3.0.2",
1430
                "phpunit/dbunit": "<3.0"
1431
            },
1432
            "require-dev": {
1433
                "ext-pdo": "*"
1434
            },
1435
            "suggest": {
1436
                "ext-xdebug": "*",
1437
                "phpunit/php-invoker": "^1.1"
1438
            },
1439
            "bin": [
1440
                "phpunit"
1441
            ],
1442
            "type": "library",
1443
            "extra": {
1444
                "branch-alias": {
1445
                    "dev-master": "6.4.x-dev"
1446
                }
1447
            },
1448
            "autoload": {
1449
                "classmap": [
1450
                    "src/"
1451
                ]
1452
            },
1453
            "notification-url": "https://packagist.org/downloads/",
1454
            "license": [
1455
                "BSD-3-Clause"
1456
            ],
1457
            "authors": [
1458
                {
1459
                    "name": "Sebastian Bergmann",
1460
                    "email": "[email protected]",
1461
                    "role": "lead"
1462
                }
1463
            ],
1464
            "description": "The PHP Unit Testing framework.",
1465
            "homepage": "https://phpunit.de/",
1466
            "keywords": [
1467
                "phpunit",
1468
                "testing",
1469
                "xunit"
1470
            ],
1471
            "time": "2017-10-07T17:53:53+00:00"
1472
        },
1473
        {
1474
            "name": "phpunit/phpunit-mock-objects",
1475
            "version": "4.0.4",
1476
            "source": {
1477
                "type": "git",
1478
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
1479
                "reference": "2f789b59ab89669015ad984afa350c4ec577ade0"
1480
            },
1481
            "dist": {
1482
                "type": "zip",
1483
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/2f789b59ab89669015ad984afa350c4ec577ade0",
1484
                "reference": "2f789b59ab89669015ad984afa350c4ec577ade0",
1485
                "shasum": ""
1486
            },
1487
            "require": {
1488
                "doctrine/instantiator": "^1.0.5",
1489
                "php": "^7.0",
1490
                "phpunit/php-text-template": "^1.2.1",
1491
                "sebastian/exporter": "^3.0"
1492
            },
1493
            "conflict": {
1494
                "phpunit/phpunit": "<6.0"
1495
            },
1496
            "require-dev": {
1497
                "phpunit/phpunit": "^6.0"
1498
            },
1499
            "suggest": {
1500
                "ext-soap": "*"
1501
            },
1502
            "type": "library",
1503
            "extra": {
1504
                "branch-alias": {
1505
                    "dev-master": "4.0.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
                    "role": "lead"
1522
                }
1523
            ],
1524
            "description": "Mock Object library for PHPUnit",
1525
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
1526
            "keywords": [
1527
                "mock",
1528
                "xunit"
1529
            ],
1530
            "time": "2017-08-03T14:08:16+00:00"
1531
        },
1532
        {
1533
            "name": "sebastian/code-unit-reverse-lookup",
1534
            "version": "1.0.1",
1535
            "source": {
1536
                "type": "git",
1537
                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
1538
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
1539
            },
1540
            "dist": {
1541
                "type": "zip",
1542
                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
1543
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
1544
                "shasum": ""
1545
            },
1546
            "require": {
1547
                "php": "^5.6 || ^7.0"
1548
            },
1549
            "require-dev": {
1550
                "phpunit/phpunit": "^5.7 || ^6.0"
1551
            },
1552
            "type": "library",
1553
            "extra": {
1554
                "branch-alias": {
1555
                    "dev-master": "1.0.x-dev"
1556
                }
1557
            },
1558
            "autoload": {
1559
                "classmap": [
1560
                    "src/"
1561
                ]
1562
            },
1563
            "notification-url": "https://packagist.org/downloads/",
1564
            "license": [
1565
                "BSD-3-Clause"
1566
            ],
1567
            "authors": [
1568
                {
1569
                    "name": "Sebastian Bergmann",
1570
                    "email": "[email protected]"
1571
                }
1572
            ],
1573
            "description": "Looks up which function or method a line of code belongs to",
1574
            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
1575
            "time": "2017-03-04T06:30:41+00:00"
1576
        },
1577
        {
1578
            "name": "sebastian/comparator",
1579
            "version": "2.0.2",
1580
            "source": {
1581
                "type": "git",
1582
                "url": "https://github.com/sebastianbergmann/comparator.git",
1583
                "reference": "ae068fede81d06e7bb9bb46a367210a3d3e1fe6a"
1584
            },
1585
            "dist": {
1586
                "type": "zip",
1587
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/ae068fede81d06e7bb9bb46a367210a3d3e1fe6a",
1588
                "reference": "ae068fede81d06e7bb9bb46a367210a3d3e1fe6a",
1589
                "shasum": ""
1590
            },
1591
            "require": {
1592
                "php": "^7.0",
1593
                "sebastian/diff": "^2.0",
1594
                "sebastian/exporter": "^3.0"
1595
            },
1596
            "require-dev": {
1597
                "phpunit/phpunit": "^6.0"
1598
            },
1599
            "type": "library",
1600
            "extra": {
1601
                "branch-alias": {
1602
                    "dev-master": "2.0.x-dev"
1603
                }
1604
            },
1605
            "autoload": {
1606
                "classmap": [
1607
                    "src/"
1608
                ]
1609
            },
1610
            "notification-url": "https://packagist.org/downloads/",
1611
            "license": [
1612
                "BSD-3-Clause"
1613
            ],
1614
            "authors": [
1615
                {
1616
                    "name": "Jeff Welch",
1617
                    "email": "[email protected]"
1618
                },
1619
                {
1620
                    "name": "Volker Dusch",
1621
                    "email": "[email protected]"
1622
                },
1623
                {
1624
                    "name": "Bernhard Schussek",
1625
                    "email": "[email protected]"
1626
                },
1627
                {
1628
                    "name": "Sebastian Bergmann",
1629
                    "email": "[email protected]"
1630
                }
1631
            ],
1632
            "description": "Provides the functionality to compare PHP values for equality",
1633
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
1634
            "keywords": [
1635
                "comparator",
1636
                "compare",
1637
                "equality"
1638
            ],
1639
            "time": "2017-08-03T07:14:59+00:00"
1640
        },
1641
        {
1642
            "name": "sebastian/diff",
1643
            "version": "2.0.1",
1644
            "source": {
1645
                "type": "git",
1646
                "url": "https://github.com/sebastianbergmann/diff.git",
1647
                "reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd"
1648
            },
1649
            "dist": {
1650
                "type": "zip",
1651
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/347c1d8b49c5c3ee30c7040ea6fc446790e6bddd",
1652
                "reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd",
1653
                "shasum": ""
1654
            },
1655
            "require": {
1656
                "php": "^7.0"
1657
            },
1658
            "require-dev": {
1659
                "phpunit/phpunit": "^6.2"
1660
            },
1661
            "type": "library",
1662
            "extra": {
1663
                "branch-alias": {
1664
                    "dev-master": "2.0-dev"
1665
                }
1666
            },
1667
            "autoload": {
1668
                "classmap": [
1669
                    "src/"
1670
                ]
1671
            },
1672
            "notification-url": "https://packagist.org/downloads/",
1673
            "license": [
1674
                "BSD-3-Clause"
1675
            ],
1676
            "authors": [
1677
                {
1678
                    "name": "Kore Nordmann",
1679
                    "email": "[email protected]"
1680
                },
1681
                {
1682
                    "name": "Sebastian Bergmann",
1683
                    "email": "[email protected]"
1684
                }
1685
            ],
1686
            "description": "Diff implementation",
1687
            "homepage": "https://github.com/sebastianbergmann/diff",
1688
            "keywords": [
1689
                "diff"
1690
            ],
1691
            "time": "2017-08-03T08:09:46+00:00"
1692
        },
1693
        {
1694
            "name": "sebastian/environment",
1695
            "version": "3.1.0",
1696
            "source": {
1697
                "type": "git",
1698
                "url": "https://github.com/sebastianbergmann/environment.git",
1699
                "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5"
1700
            },
1701
            "dist": {
1702
                "type": "zip",
1703
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
1704
                "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
1705
                "shasum": ""
1706
            },
1707
            "require": {
1708
                "php": "^7.0"
1709
            },
1710
            "require-dev": {
1711
                "phpunit/phpunit": "^6.1"
1712
            },
1713
            "type": "library",
1714
            "extra": {
1715
                "branch-alias": {
1716
                    "dev-master": "3.1.x-dev"
1717
                }
1718
            },
1719
            "autoload": {
1720
                "classmap": [
1721
                    "src/"
1722
                ]
1723
            },
1724
            "notification-url": "https://packagist.org/downloads/",
1725
            "license": [
1726
                "BSD-3-Clause"
1727
            ],
1728
            "authors": [
1729
                {
1730
                    "name": "Sebastian Bergmann",
1731
                    "email": "[email protected]"
1732
                }
1733
            ],
1734
            "description": "Provides functionality to handle HHVM/PHP environments",
1735
            "homepage": "http://www.github.com/sebastianbergmann/environment",
1736
            "keywords": [
1737
                "Xdebug",
1738
                "environment",
1739
                "hhvm"
1740
            ],
1741
            "time": "2017-07-01T08:51:00+00:00"
1742
        },
1743
        {
1744
            "name": "sebastian/exporter",
1745
            "version": "3.1.0",
1746
            "source": {
1747
                "type": "git",
1748
                "url": "https://github.com/sebastianbergmann/exporter.git",
1749
                "reference": "234199f4528de6d12aaa58b612e98f7d36adb937"
1750
            },
1751
            "dist": {
1752
                "type": "zip",
1753
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/234199f4528de6d12aaa58b612e98f7d36adb937",
1754
                "reference": "234199f4528de6d12aaa58b612e98f7d36adb937",
1755
                "shasum": ""
1756
            },
1757
            "require": {
1758
                "php": "^7.0",
1759
                "sebastian/recursion-context": "^3.0"
1760
            },
1761
            "require-dev": {
1762
                "ext-mbstring": "*",
1763
                "phpunit/phpunit": "^6.0"
1764
            },
1765
            "type": "library",
1766
            "extra": {
1767
                "branch-alias": {
1768
                    "dev-master": "3.1.x-dev"
1769
                }
1770
            },
1771
            "autoload": {
1772
                "classmap": [
1773
                    "src/"
1774
                ]
1775
            },
1776
            "notification-url": "https://packagist.org/downloads/",
1777
            "license": [
1778
                "BSD-3-Clause"
1779
            ],
1780
            "authors": [
1781
                {
1782
                    "name": "Jeff Welch",
1783
                    "email": "[email protected]"
1784
                },
1785
                {
1786
                    "name": "Volker Dusch",
1787
                    "email": "[email protected]"
1788
                },
1789
                {
1790
                    "name": "Bernhard Schussek",
1791
                    "email": "[email protected]"
1792
                },
1793
                {
1794
                    "name": "Sebastian Bergmann",
1795
                    "email": "[email protected]"
1796
                },
1797
                {
1798
                    "name": "Adam Harvey",
1799
                    "email": "[email protected]"
1800
                }
1801
            ],
1802
            "description": "Provides the functionality to export PHP variables for visualization",
1803
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
1804
            "keywords": [
1805
                "export",
1806
                "exporter"
1807
            ],
1808
            "time": "2017-04-03T13:19:02+00:00"
1809
        },
1810
        {
1811
            "name": "sebastian/global-state",
1812
            "version": "2.0.0",
1813
            "source": {
1814
                "type": "git",
1815
                "url": "https://github.com/sebastianbergmann/global-state.git",
1816
                "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4"
1817
            },
1818
            "dist": {
1819
                "type": "zip",
1820
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
1821
                "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
1822
                "shasum": ""
1823
            },
1824
            "require": {
1825
                "php": "^7.0"
1826
            },
1827
            "require-dev": {
1828
                "phpunit/phpunit": "^6.0"
1829
            },
1830
            "suggest": {
1831
                "ext-uopz": "*"
1832
            },
1833
            "type": "library",
1834
            "extra": {
1835
                "branch-alias": {
1836
                    "dev-master": "2.0-dev"
1837
                }
1838
            },
1839
            "autoload": {
1840
                "classmap": [
1841
                    "src/"
1842
                ]
1843
            },
1844
            "notification-url": "https://packagist.org/downloads/",
1845
            "license": [
1846
                "BSD-3-Clause"
1847
            ],
1848
            "authors": [
1849
                {
1850
                    "name": "Sebastian Bergmann",
1851
                    "email": "[email protected]"
1852
                }
1853
            ],
1854
            "description": "Snapshotting of global state",
1855
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
1856
            "keywords": [
1857
                "global state"
1858
            ],
1859
            "time": "2017-04-27T15:39:26+00:00"
1860
        },
1861
        {
1862
            "name": "sebastian/object-enumerator",
1863
            "version": "3.0.3",
1864
            "source": {
1865
                "type": "git",
1866
                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
1867
                "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
1868
            },
1869
            "dist": {
1870
                "type": "zip",
1871
                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
1872
                "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
1873
                "shasum": ""
1874
            },
1875
            "require": {
1876
                "php": "^7.0",
1877
                "sebastian/object-reflector": "^1.1.1",
1878
                "sebastian/recursion-context": "^3.0"
1879
            },
1880
            "require-dev": {
1881
                "phpunit/phpunit": "^6.0"
1882
            },
1883
            "type": "library",
1884
            "extra": {
1885
                "branch-alias": {
1886
                    "dev-master": "3.0.x-dev"
1887
                }
1888
            },
1889
            "autoload": {
1890
                "classmap": [
1891
                    "src/"
1892
                ]
1893
            },
1894
            "notification-url": "https://packagist.org/downloads/",
1895
            "license": [
1896
                "BSD-3-Clause"
1897
            ],
1898
            "authors": [
1899
                {
1900
                    "name": "Sebastian Bergmann",
1901
                    "email": "[email protected]"
1902
                }
1903
            ],
1904
            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
1905
            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
1906
            "time": "2017-08-03T12:35:26+00:00"
1907
        },
1908
        {
1909
            "name": "sebastian/object-reflector",
1910
            "version": "1.1.1",
1911
            "source": {
1912
                "type": "git",
1913
                "url": "https://github.com/sebastianbergmann/object-reflector.git",
1914
                "reference": "773f97c67f28de00d397be301821b06708fca0be"
1915
            },
1916
            "dist": {
1917
                "type": "zip",
1918
                "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
1919
                "reference": "773f97c67f28de00d397be301821b06708fca0be",
1920
                "shasum": ""
1921
            },
1922
            "require": {
1923
                "php": "^7.0"
1924
            },
1925
            "require-dev": {
1926
                "phpunit/phpunit": "^6.0"
1927
            },
1928
            "type": "library",
1929
            "extra": {
1930
                "branch-alias": {
1931
                    "dev-master": "1.1-dev"
1932
                }
1933
            },
1934
            "autoload": {
1935
                "classmap": [
1936
                    "src/"
1937
                ]
1938
            },
1939
            "notification-url": "https://packagist.org/downloads/",
1940
            "license": [
1941
                "BSD-3-Clause"
1942
            ],
1943
            "authors": [
1944
                {
1945
                    "name": "Sebastian Bergmann",
1946
                    "email": "[email protected]"
1947
                }
1948
            ],
1949
            "description": "Allows reflection of object attributes, including inherited and non-public ones",
1950
            "homepage": "https://github.com/sebastianbergmann/object-reflector/",
1951
            "time": "2017-03-29T09:07:27+00:00"
1952
        },
1953
        {
1954
            "name": "sebastian/recursion-context",
1955
            "version": "3.0.0",
1956
            "source": {
1957
                "type": "git",
1958
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
1959
                "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
1960
            },
1961
            "dist": {
1962
                "type": "zip",
1963
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
1964
                "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
1965
                "shasum": ""
1966
            },
1967
            "require": {
1968
                "php": "^7.0"
1969
            },
1970
            "require-dev": {
1971
                "phpunit/phpunit": "^6.0"
1972
            },
1973
            "type": "library",
1974
            "extra": {
1975
                "branch-alias": {
1976
                    "dev-master": "3.0.x-dev"
1977
                }
1978
            },
1979
            "autoload": {
1980
                "classmap": [
1981
                    "src/"
1982
                ]
1983
            },
1984
            "notification-url": "https://packagist.org/downloads/",
1985
            "license": [
1986
                "BSD-3-Clause"
1987
            ],
1988
            "authors": [
1989
                {
1990
                    "name": "Jeff Welch",
1991
                    "email": "[email protected]"
1992
                },
1993
                {
1994
                    "name": "Sebastian Bergmann",
1995
                    "email": "[email protected]"
1996
                },
1997
                {
1998
                    "name": "Adam Harvey",
1999
                    "email": "[email protected]"
2000
                }
2001
            ],
2002
            "description": "Provides functionality to recursively process PHP variables",
2003
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
2004
            "time": "2017-03-03T06:23:57+00:00"
2005
        },
2006
        {
2007
            "name": "sebastian/resource-operations",
2008
            "version": "1.0.0",
2009
            "source": {
2010
                "type": "git",
2011
                "url": "https://github.com/sebastianbergmann/resource-operations.git",
2012
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
2013
            },
2014
            "dist": {
2015
                "type": "zip",
2016
                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
2017
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
2018
                "shasum": ""
2019
            },
2020
            "require": {
2021
                "php": ">=5.6.0"
2022
            },
2023
            "type": "library",
2024
            "extra": {
2025
                "branch-alias": {
2026
                    "dev-master": "1.0.x-dev"
2027
                }
2028
            },
2029
            "autoload": {
2030
                "classmap": [
2031
                    "src/"
2032
                ]
2033
            },
2034
            "notification-url": "https://packagist.org/downloads/",
2035
            "license": [
2036
                "BSD-3-Clause"
2037
            ],
2038
            "authors": [
2039
                {
2040
                    "name": "Sebastian Bergmann",
2041
                    "email": "[email protected]"
2042
                }
2043
            ],
2044
            "description": "Provides a list of PHP built-in functions that operate on resources",
2045
            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
2046
            "time": "2015-07-28T20:34:47+00:00"
2047
        },
2048
        {
2049
            "name": "sebastian/version",
2050
            "version": "2.0.1",
2051
            "source": {
2052
                "type": "git",
2053
                "url": "https://github.com/sebastianbergmann/version.git",
2054
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
2055
            },
2056
            "dist": {
2057
                "type": "zip",
2058
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
2059
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
2060
                "shasum": ""
2061
            },
2062
            "require": {
2063
                "php": ">=5.6"
2064
            },
2065
            "type": "library",
2066
            "extra": {
2067
                "branch-alias": {
2068
                    "dev-master": "2.0.x-dev"
2069
                }
2070
            },
2071
            "autoload": {
2072
                "classmap": [
2073
                    "src/"
2074
                ]
2075
            },
2076
            "notification-url": "https://packagist.org/downloads/",
2077
            "license": [
2078
                "BSD-3-Clause"
2079
            ],
2080
            "authors": [
2081
                {
2082
                    "name": "Sebastian Bergmann",
2083
                    "email": "[email protected]",
2084
                    "role": "lead"
2085
                }
2086
            ],
2087
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
2088
            "homepage": "https://github.com/sebastianbergmann/version",
2089
            "time": "2016-10-03T07:35:21+00:00"
2090
        },
2091
        {
2092
            "name": "theseer/tokenizer",
2093
            "version": "1.1.0",
2094
            "source": {
2095
                "type": "git",
2096
                "url": "https://github.com/theseer/tokenizer.git",
2097
                "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b"
2098
            },
2099
            "dist": {
2100
                "type": "zip",
2101
                "url": "https://api.github.com/repos/theseer/tokenizer/zipball/cb2f008f3f05af2893a87208fe6a6c4985483f8b",
2102
                "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b",
2103
                "shasum": ""
2104
            },
2105
            "require": {
2106
                "ext-dom": "*",
2107
                "ext-tokenizer": "*",
2108
                "ext-xmlwriter": "*",
2109
                "php": "^7.0"
2110
            },
2111
            "type": "library",
2112
            "autoload": {
2113
                "classmap": [
2114
                    "src/"
2115
                ]
2116
            },
2117
            "notification-url": "https://packagist.org/downloads/",
2118
            "license": [
2119
                "BSD-3-Clause"
2120
            ],
2121
            "authors": [
2122
                {
2123
                    "name": "Arne Blankerts",
2124
                    "email": "[email protected]",
2125
                    "role": "Developer"
2126
                }
2127
            ],
2128
            "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
2129
            "time": "2017-04-07T12:08:54+00:00"
2130
        }
2131
    ],
2132
    "aliases": [],
2133
    "minimum-stability": "stable",
2134
    "stability-flags": [],
2135
    "prefer-stable": false,
2136
    "prefer-lowest": false,
2137
    "platform": {
2138
        "php": "^7.1"
2139
    },
2140
    "platform-dev": []
2141
}
2142