Passed
Push — master ( 61518e...62af2e )
by Théo
08:29 queued 01:52
created

composer.lock (1 issue)

Severity

Upgrade to new PHP Analysis Engine

These results are based on our legacy PHP analysis, consider migrating to our new PHP analysis engine instead. Learn more

1
{
2
    "_readme": [
3
        "This file locks the dependencies of your project to a known state",
4
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
5
        "This file is @generated automatically"
6
    ],
7
    "content-hash": "988cb62b4c6141d1a84a1bb3e2f725e8",
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": "symfony/requirements-checker",
789
            "version": "v1.0.2",
790
            "source": {
791
                "type": "git",
792
                "url": "https://github.com/symfony/requirements-checker.git",
793
                "reference": "36fb25929509bdc841e7f51582d45e81e8c03949"
794
            },
795
            "dist": {
796
                "type": "zip",
797
                "url": "https://api.github.com/repos/symfony/requirements-checker/zipball/36fb25929509bdc841e7f51582d45e81e8c03949",
798
                "reference": "36fb25929509bdc841e7f51582d45e81e8c03949",
799
                "shasum": ""
800
            },
801
            "require": {
802
                "php": ">=5.3.9"
803
            },
804
            "bin": [
805
                "bin/requirements-checker"
806
            ],
807
            "type": "library",
808
            "extra": {
809
                "branch-alias": {
810
                    "dev-master": "1.0.x-dev"
811
                }
812
            },
813
            "autoload": {
814
                "psr-4": {
815
                    "Symfony\\Requirements\\": "src/"
816
                }
817
            },
818
            "notification-url": "https://packagist.org/downloads/",
819
            "license": [
820
                "MIT"
821
            ],
822
            "authors": [
823
                {
824
                    "name": "Fabien Potencier",
825
                    "email": "[email protected]"
826
                }
827
            ],
828
            "description": "Check Symfony requirements and give recommendations",
829
            "keywords": [
830
                "configuration",
831
                "distribution"
832
            ],
833
            "time": "2017-10-01T16:30:53+00:00"
834
        },
835
        {
836
            "name": "webmozart/assert",
837
            "version": "1.2.0",
838
            "source": {
839
                "type": "git",
840
                "url": "https://github.com/webmozart/assert.git",
841
                "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f"
842
            },
843
            "dist": {
844
                "type": "zip",
845
                "url": "https://api.github.com/repos/webmozart/assert/zipball/2db61e59ff05fe5126d152bd0655c9ea113e550f",
846
                "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f",
847
                "shasum": ""
848
            },
849
            "require": {
850
                "php": "^5.3.3 || ^7.0"
851
            },
852
            "require-dev": {
853
                "phpunit/phpunit": "^4.6",
854
                "sebastian/version": "^1.0.1"
855
            },
856
            "type": "library",
857
            "extra": {
858
                "branch-alias": {
859
                    "dev-master": "1.3-dev"
860
                }
861
            },
862
            "autoload": {
863
                "psr-4": {
864
                    "Webmozart\\Assert\\": "src/"
865
                }
866
            },
867
            "notification-url": "https://packagist.org/downloads/",
868
            "license": [
869
                "MIT"
870
            ],
871
            "authors": [
872
                {
873
                    "name": "Bernhard Schussek",
874
                    "email": "[email protected]"
875
                }
876
            ],
877
            "description": "Assertions to validate method input/output with nice error messages.",
878
            "keywords": [
879
                "assert",
880
                "check",
881
                "validate"
882
            ],
883
            "time": "2016-11-23T20:04:58+00:00"
884
        }
885
    ],
886
    "packages-dev": [
887
        {
888
            "name": "bamarni/composer-bin-plugin",
889
            "version": "v1.2.0",
890
            "source": {
891
                "type": "git",
892
                "url": "https://github.com/bamarni/composer-bin-plugin.git",
893
                "reference": "62fef740245a85f00665e81ea8f0aa0b72afe6e7"
894
            },
895
            "dist": {
896
                "type": "zip",
897
                "url": "https://api.github.com/repos/bamarni/composer-bin-plugin/zipball/62fef740245a85f00665e81ea8f0aa0b72afe6e7",
898
                "reference": "62fef740245a85f00665e81ea8f0aa0b72afe6e7",
899
                "shasum": ""
900
            },
901
            "require": {
902
                "composer-plugin-api": "^1.0"
903
            },
904
            "require-dev": {
905
                "composer/composer": "dev-master",
906
                "symfony/console": "^2.5 || ^3.0"
907
            },
908
            "type": "composer-plugin",
909
            "extra": {
910
                "class": "Bamarni\\Composer\\Bin\\Plugin",
911
                "branch-alias": {
912
                    "dev-master": "1.1-dev"
913
                }
914
            },
915
            "autoload": {
916
                "psr-4": {
917
                    "Bamarni\\Composer\\Bin\\": "src"
918
                }
919
            },
920
            "notification-url": "https://packagist.org/downloads/",
921
            "license": [
922
                "MIT"
923
            ],
924
            "time": "2017-09-11T13:13:58+00:00"
925
        },
926
        {
927
            "name": "doctrine/instantiator",
928
            "version": "1.1.0",
929
            "source": {
930
                "type": "git",
931
                "url": "https://github.com/doctrine/instantiator.git",
932
                "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda"
933
            },
934
            "dist": {
935
                "type": "zip",
936
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
937
                "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
938
                "shasum": ""
939
            },
940
            "require": {
941
                "php": "^7.1"
942
            },
943
            "require-dev": {
944
                "athletic/athletic": "~0.1.8",
945
                "ext-pdo": "*",
946
                "ext-phar": "*",
947
                "phpunit/phpunit": "^6.2.3",
948
                "squizlabs/php_codesniffer": "^3.0.2"
949
            },
950
            "type": "library",
951
            "extra": {
952
                "branch-alias": {
953
                    "dev-master": "1.2.x-dev"
954
                }
955
            },
956
            "autoload": {
957
                "psr-4": {
958
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
959
                }
960
            },
961
            "notification-url": "https://packagist.org/downloads/",
962
            "license": [
963
                "MIT"
964
            ],
965
            "authors": [
966
                {
967
                    "name": "Marco Pivetta",
968
                    "email": "[email protected]",
969
                    "homepage": "http://ocramius.github.com/"
970
                }
971
            ],
972
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
973
            "homepage": "https://github.com/doctrine/instantiator",
974
            "keywords": [
975
                "constructor",
976
                "instantiate"
977
            ],
978
            "time": "2017-07-22T11:58:36+00:00"
979
        },
980
        {
981
            "name": "myclabs/deep-copy",
982
            "version": "1.6.1",
983
            "source": {
984
                "type": "git",
985
                "url": "https://github.com/myclabs/DeepCopy.git",
986
                "reference": "8e6e04167378abf1ddb4d3522d8755c5fd90d102"
987
            },
988
            "dist": {
989
                "type": "zip",
990
                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/8e6e04167378abf1ddb4d3522d8755c5fd90d102",
991
                "reference": "8e6e04167378abf1ddb4d3522d8755c5fd90d102",
992
                "shasum": ""
993
            },
994
            "require": {
995
                "php": ">=5.4.0"
996
            },
997
            "require-dev": {
998
                "doctrine/collections": "1.*",
999
                "phpunit/phpunit": "~4.1"
1000
            },
1001
            "type": "library",
1002
            "autoload": {
1003
                "psr-4": {
1004
                    "DeepCopy\\": "src/DeepCopy/"
1005
                }
1006
            },
1007
            "notification-url": "https://packagist.org/downloads/",
1008
            "license": [
1009
                "MIT"
1010
            ],
1011
            "description": "Create deep copies (clones) of your objects",
1012
            "homepage": "https://github.com/myclabs/DeepCopy",
1013
            "keywords": [
1014
                "clone",
1015
                "copy",
1016
                "duplicate",
1017
                "object",
1018
                "object graph"
1019
            ],
1020
            "time": "2017-04-12T18:52:22+00:00"
1021
        },
1022
        {
1023
            "name": "phar-io/manifest",
1024
            "version": "1.0.1",
1025
            "source": {
1026
                "type": "git",
1027
                "url": "https://github.com/phar-io/manifest.git",
1028
                "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0"
1029
            },
1030
            "dist": {
1031
                "type": "zip",
1032
                "url": "https://api.github.com/repos/phar-io/manifest/zipball/2df402786ab5368a0169091f61a7c1e0eb6852d0",
1033
                "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0",
1034
                "shasum": ""
1035
            },
1036
            "require": {
1037
                "ext-dom": "*",
1038
                "ext-phar": "*",
1039
                "phar-io/version": "^1.0.1",
1040
                "php": "^5.6 || ^7.0"
1041
            },
1042
            "type": "library",
1043
            "extra": {
1044
                "branch-alias": {
1045
                    "dev-master": "1.0.x-dev"
1046
                }
1047
            },
1048
            "autoload": {
1049
                "classmap": [
1050
                    "src/"
1051
                ]
1052
            },
1053
            "notification-url": "https://packagist.org/downloads/",
1054
            "license": [
1055
                "BSD-3-Clause"
1056
            ],
1057
            "authors": [
1058
                {
1059
                    "name": "Arne Blankerts",
1060
                    "email": "[email protected]",
1061
                    "role": "Developer"
1062
                },
1063
                {
1064
                    "name": "Sebastian Heuer",
1065
                    "email": "[email protected]",
1066
                    "role": "Developer"
1067
                },
1068
                {
1069
                    "name": "Sebastian Bergmann",
1070
                    "email": "[email protected]",
1071
                    "role": "Developer"
1072
                }
1073
            ],
1074
            "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
1075
            "time": "2017-03-05T18:14:27+00:00"
1076
        },
1077
        {
1078
            "name": "phar-io/version",
1079
            "version": "1.0.1",
1080
            "source": {
1081
                "type": "git",
1082
                "url": "https://github.com/phar-io/version.git",
1083
                "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df"
1084
            },
1085
            "dist": {
1086
                "type": "zip",
1087
                "url": "https://api.github.com/repos/phar-io/version/zipball/a70c0ced4be299a63d32fa96d9281d03e94041df",
1088
                "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df",
1089
                "shasum": ""
1090
            },
1091
            "require": {
1092
                "php": "^5.6 || ^7.0"
1093
            },
1094
            "type": "library",
1095
            "autoload": {
1096
                "classmap": [
1097
                    "src/"
1098
                ]
1099
            },
1100
            "notification-url": "https://packagist.org/downloads/",
1101
            "license": [
1102
                "BSD-3-Clause"
1103
            ],
1104
            "authors": [
1105
                {
1106
                    "name": "Arne Blankerts",
1107
                    "email": "[email protected]",
1108
                    "role": "Developer"
1109
                },
1110
                {
1111
                    "name": "Sebastian Heuer",
1112
                    "email": "[email protected]",
1113
                    "role": "Developer"
1114
                },
1115
                {
1116
                    "name": "Sebastian Bergmann",
1117
                    "email": "[email protected]",
1118
                    "role": "Developer"
1119
                }
1120
            ],
1121
            "description": "Library for handling version information and constraints",
1122
            "time": "2017-03-05T17:38:23+00:00"
1123
        },
1124
        {
1125
            "name": "phpspec/prophecy",
1126
            "version": "v1.7.2",
1127
            "source": {
1128
                "type": "git",
1129
                "url": "https://github.com/phpspec/prophecy.git",
1130
                "reference": "c9b8c6088acd19d769d4cc0ffa60a9fe34344bd6"
1131
            },
1132
            "dist": {
1133
                "type": "zip",
1134
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/c9b8c6088acd19d769d4cc0ffa60a9fe34344bd6",
1135
                "reference": "c9b8c6088acd19d769d4cc0ffa60a9fe34344bd6",
1136
                "shasum": ""
1137
            },
1138
            "require": {
1139
                "doctrine/instantiator": "^1.0.2",
1140
                "php": "^5.3|^7.0",
1141
                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
1142
                "sebastian/comparator": "^1.1|^2.0",
1143
                "sebastian/recursion-context": "^1.0|^2.0|^3.0"
1144
            },
1145
            "require-dev": {
1146
                "phpspec/phpspec": "^2.5|^3.2",
1147
                "phpunit/phpunit": "^4.8 || ^5.6.5"
1148
            },
1149
            "type": "library",
1150
            "extra": {
1151
                "branch-alias": {
1152
                    "dev-master": "1.7.x-dev"
1153
                }
1154
            },
1155
            "autoload": {
1156
                "psr-0": {
1157
                    "Prophecy\\": "src/"
1158
                }
1159
            },
1160
            "notification-url": "https://packagist.org/downloads/",
1161
            "license": [
1162
                "MIT"
1163
            ],
1164
            "authors": [
1165
                {
1166
                    "name": "Konstantin Kudryashov",
1167
                    "email": "[email protected]",
1168
                    "homepage": "http://everzet.com"
1169
                },
1170
                {
1171
                    "name": "Marcello Duarte",
1172
                    "email": "[email protected]"
1173
                }
1174
            ],
1175
            "description": "Highly opinionated mocking framework for PHP 5.3+",
1176
            "homepage": "https://github.com/phpspec/prophecy",
1177
            "keywords": [
1178
                "Double",
1179
                "Dummy",
1180
                "fake",
1181
                "mock",
1182
                "spy",
1183
                "stub"
1184
            ],
1185
            "time": "2017-09-04T11:05:03+00:00"
1186
        },
1187
        {
1188
            "name": "phpunit/php-code-coverage",
1189
            "version": "5.2.2",
1190
            "source": {
1191
                "type": "git",
1192
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
1193
                "reference": "8ed1902a57849e117b5651fc1a5c48110946c06b"
1194
            },
1195
            "dist": {
1196
                "type": "zip",
1197
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/8ed1902a57849e117b5651fc1a5c48110946c06b",
1198
                "reference": "8ed1902a57849e117b5651fc1a5c48110946c06b",
1199
                "shasum": ""
1200
            },
1201
            "require": {
1202
                "ext-dom": "*",
1203
                "ext-xmlwriter": "*",
1204
                "php": "^7.0",
1205
                "phpunit/php-file-iterator": "^1.4.2",
1206
                "phpunit/php-text-template": "^1.2.1",
1207
                "phpunit/php-token-stream": "^1.4.11 || ^2.0",
1208
                "sebastian/code-unit-reverse-lookup": "^1.0.1",
1209
                "sebastian/environment": "^3.0",
1210
                "sebastian/version": "^2.0.1",
1211
                "theseer/tokenizer": "^1.1"
1212
            },
1213
            "require-dev": {
1214
                "ext-xdebug": "^2.5",
1215
                "phpunit/phpunit": "^6.0"
1216
            },
1217
            "suggest": {
1218
                "ext-xdebug": "^2.5.5"
1219
            },
1220
            "type": "library",
1221
            "extra": {
1222
                "branch-alias": {
1223
                    "dev-master": "5.2.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": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
1243
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
1244
            "keywords": [
1245
                "coverage",
1246
                "testing",
1247
                "xunit"
1248
            ],
1249
            "time": "2017-08-03T12:40:43+00:00"
1250
        },
1251
        {
1252
            "name": "phpunit/php-file-iterator",
1253
            "version": "1.4.2",
1254
            "source": {
1255
                "type": "git",
1256
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
1257
                "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5"
1258
            },
1259
            "dist": {
1260
                "type": "zip",
1261
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
1262
                "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
1263
                "shasum": ""
1264
            },
1265
            "require": {
1266
                "php": ">=5.3.3"
1267
            },
1268
            "type": "library",
1269
            "extra": {
1270
                "branch-alias": {
1271
                    "dev-master": "1.4.x-dev"
1272
                }
1273
            },
1274
            "autoload": {
1275
                "classmap": [
1276
                    "src/"
1277
                ]
1278
            },
1279
            "notification-url": "https://packagist.org/downloads/",
1280
            "license": [
1281
                "BSD-3-Clause"
1282
            ],
1283
            "authors": [
1284
                {
1285
                    "name": "Sebastian Bergmann",
1286
                    "email": "[email protected]",
1287
                    "role": "lead"
1288
                }
1289
            ],
1290
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
1291
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
1292
            "keywords": [
1293
                "filesystem",
1294
                "iterator"
1295
            ],
1296
            "time": "2016-10-03T07:40:28+00:00"
1297
        },
1298
        {
1299
            "name": "phpunit/php-text-template",
1300
            "version": "1.2.1",
1301
            "source": {
1302
                "type": "git",
1303
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
1304
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
1305
            },
1306
            "dist": {
1307
                "type": "zip",
1308
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
1309
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
1310
                "shasum": ""
1311
            },
1312
            "require": {
1313
                "php": ">=5.3.3"
1314
            },
1315
            "type": "library",
1316
            "autoload": {
1317
                "classmap": [
1318
                    "src/"
1319
                ]
1320
            },
1321
            "notification-url": "https://packagist.org/downloads/",
1322
            "license": [
1323
                "BSD-3-Clause"
1324
            ],
1325
            "authors": [
1326
                {
1327
                    "name": "Sebastian Bergmann",
1328
                    "email": "[email protected]",
1329
                    "role": "lead"
1330
                }
1331
            ],
1332
            "description": "Simple template engine.",
1333
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
1334
            "keywords": [
1335
                "template"
1336
            ],
1337
            "time": "2015-06-21T13:50:34+00:00"
1338
        },
1339
        {
1340
            "name": "phpunit/php-timer",
1341
            "version": "1.0.9",
1342
            "source": {
1343
                "type": "git",
1344
                "url": "https://github.com/sebastianbergmann/php-timer.git",
1345
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
1346
            },
1347
            "dist": {
1348
                "type": "zip",
1349
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
1350
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
1351
                "shasum": ""
1352
            },
1353
            "require": {
1354
                "php": "^5.3.3 || ^7.0"
1355
            },
1356
            "require-dev": {
1357
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
1358
            },
1359
            "type": "library",
1360
            "extra": {
1361
                "branch-alias": {
1362
                    "dev-master": "1.0-dev"
1363
                }
1364
            },
1365
            "autoload": {
1366
                "classmap": [
1367
                    "src/"
1368
                ]
1369
            },
1370
            "notification-url": "https://packagist.org/downloads/",
1371
            "license": [
1372
                "BSD-3-Clause"
1373
            ],
1374
            "authors": [
1375
                {
1376
                    "name": "Sebastian Bergmann",
1377
                    "email": "[email protected]",
1378
                    "role": "lead"
1379
                }
1380
            ],
1381
            "description": "Utility class for timing",
1382
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
1383
            "keywords": [
1384
                "timer"
1385
            ],
1386
            "time": "2017-02-26T11:10:40+00:00"
1387
        },
1388
        {
1389
            "name": "phpunit/php-token-stream",
1390
            "version": "2.0.1",
1391
            "source": {
1392
                "type": "git",
1393
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
1394
                "reference": "9a02332089ac48e704c70f6cefed30c224e3c0b0"
1395
            },
1396
            "dist": {
1397
                "type": "zip",
1398
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/9a02332089ac48e704c70f6cefed30c224e3c0b0",
1399
                "reference": "9a02332089ac48e704c70f6cefed30c224e3c0b0",
1400
                "shasum": ""
1401
            },
1402
            "require": {
1403
                "ext-tokenizer": "*",
1404
                "php": "^7.0"
1405
            },
1406
            "require-dev": {
1407
                "phpunit/phpunit": "^6.2.4"
1408
            },
1409
            "type": "library",
1410
            "extra": {
1411
                "branch-alias": {
1412
                    "dev-master": "2.0-dev"
1413
                }
1414
            },
1415
            "autoload": {
1416
                "classmap": [
1417
                    "src/"
1418
                ]
1419
            },
1420
            "notification-url": "https://packagist.org/downloads/",
1421
            "license": [
1422
                "BSD-3-Clause"
1423
            ],
1424
            "authors": [
1425
                {
1426
                    "name": "Sebastian Bergmann",
1427
                    "email": "[email protected]"
1428
                }
1429
            ],
1430
            "description": "Wrapper around PHP's tokenizer extension.",
1431
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
1432
            "keywords": [
1433
                "tokenizer"
1434
            ],
1435
            "time": "2017-08-20T05:47:52+00:00"
1436
        },
1437
        {
1438
            "name": "phpunit/phpunit",
1439
            "version": "6.4.1",
1440
            "source": {
1441
                "type": "git",
1442
                "url": "https://github.com/sebastianbergmann/phpunit.git",
1443
                "reference": "b770d8ba7e60295ee91d69d5a5e01ae833cac220"
1444
            },
1445
            "dist": {
1446
                "type": "zip",
1447
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/b770d8ba7e60295ee91d69d5a5e01ae833cac220",
1448
                "reference": "b770d8ba7e60295ee91d69d5a5e01ae833cac220",
1449
                "shasum": ""
1450
            },
1451
            "require": {
1452
                "ext-dom": "*",
1453
                "ext-json": "*",
1454
                "ext-libxml": "*",
1455
                "ext-mbstring": "*",
1456
                "ext-xml": "*",
1457
                "myclabs/deep-copy": "^1.6.1",
1458
                "phar-io/manifest": "^1.0.1",
1459
                "phar-io/version": "^1.0",
1460
                "php": "^7.0",
1461
                "phpspec/prophecy": "^1.7",
1462
                "phpunit/php-code-coverage": "^5.2.2",
1463
                "phpunit/php-file-iterator": "^1.4.2",
1464
                "phpunit/php-text-template": "^1.2.1",
1465
                "phpunit/php-timer": "^1.0.9",
1466
                "phpunit/phpunit-mock-objects": "^4.0.3",
1467
                "sebastian/comparator": "^2.0.2",
1468
                "sebastian/diff": "^2.0",
1469
                "sebastian/environment": "^3.1",
1470
                "sebastian/exporter": "^3.1",
1471
                "sebastian/global-state": "^2.0",
1472
                "sebastian/object-enumerator": "^3.0.3",
1473
                "sebastian/resource-operations": "^1.0",
1474
                "sebastian/version": "^2.0.1"
1475
            },
1476
            "conflict": {
1477
                "phpdocumentor/reflection-docblock": "3.0.2",
1478
                "phpunit/dbunit": "<3.0"
1479
            },
1480
            "require-dev": {
1481
                "ext-pdo": "*"
1482
            },
1483
            "suggest": {
1484
                "ext-xdebug": "*",
1485
                "phpunit/php-invoker": "^1.1"
1486
            },
1487
            "bin": [
1488
                "phpunit"
1489
            ],
1490
            "type": "library",
1491
            "extra": {
1492
                "branch-alias": {
1493
                    "dev-master": "6.4.x-dev"
1494
                }
1495
            },
1496
            "autoload": {
1497
                "classmap": [
1498
                    "src/"
1499
                ]
1500
            },
1501
            "notification-url": "https://packagist.org/downloads/",
1502
            "license": [
1503
                "BSD-3-Clause"
1504
            ],
1505
            "authors": [
1506
                {
1507
                    "name": "Sebastian Bergmann",
1508
                    "email": "[email protected]",
1509
                    "role": "lead"
1510
                }
1511
            ],
1512
            "description": "The PHP Unit Testing framework.",
1513
            "homepage": "https://phpunit.de/",
1514
            "keywords": [
1515
                "phpunit",
1516
                "testing",
1517
                "xunit"
1518
            ],
1519
            "time": "2017-10-07T17:53:53+00:00"
1520
        },
1521
        {
1522
            "name": "phpunit/phpunit-mock-objects",
1523
            "version": "4.0.4",
1524
            "source": {
1525
                "type": "git",
1526
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
1527
                "reference": "2f789b59ab89669015ad984afa350c4ec577ade0"
1528
            },
1529
            "dist": {
1530
                "type": "zip",
1531
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/2f789b59ab89669015ad984afa350c4ec577ade0",
1532
                "reference": "2f789b59ab89669015ad984afa350c4ec577ade0",
1533
                "shasum": ""
1534
            },
1535
            "require": {
1536
                "doctrine/instantiator": "^1.0.5",
1537
                "php": "^7.0",
1538
                "phpunit/php-text-template": "^1.2.1",
1539
                "sebastian/exporter": "^3.0"
1540
            },
1541
            "conflict": {
1542
                "phpunit/phpunit": "<6.0"
1543
            },
1544
            "require-dev": {
1545
                "phpunit/phpunit": "^6.0"
1546
            },
1547
            "suggest": {
1548
                "ext-soap": "*"
1549
            },
1550
            "type": "library",
1551
            "extra": {
1552
                "branch-alias": {
1553
                    "dev-master": "4.0.x-dev"
1554
                }
1555
            },
1556
            "autoload": {
1557
                "classmap": [
1558
                    "src/"
1559
                ]
1560
            },
1561
            "notification-url": "https://packagist.org/downloads/",
1562
            "license": [
1563
                "BSD-3-Clause"
1564
            ],
1565
            "authors": [
1566
                {
1567
                    "name": "Sebastian Bergmann",
1568
                    "email": "[email protected]",
1569
                    "role": "lead"
1570
                }
1571
            ],
1572
            "description": "Mock Object library for PHPUnit",
1573
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
1574
            "keywords": [
1575
                "mock",
1576
                "xunit"
1577
            ],
1578
            "time": "2017-08-03T14:08:16+00:00"
1579
        },
1580
        {
1581
            "name": "sebastian/code-unit-reverse-lookup",
1582
            "version": "1.0.1",
1583
            "source": {
1584
                "type": "git",
1585
                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
1586
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
1587
            },
1588
            "dist": {
1589
                "type": "zip",
1590
                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
1591
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
1592
                "shasum": ""
1593
            },
1594
            "require": {
1595
                "php": "^5.6 || ^7.0"
1596
            },
1597
            "require-dev": {
1598
                "phpunit/phpunit": "^5.7 || ^6.0"
1599
            },
1600
            "type": "library",
1601
            "extra": {
1602
                "branch-alias": {
1603
                    "dev-master": "1.0.x-dev"
1604
                }
1605
            },
1606
            "autoload": {
1607
                "classmap": [
1608
                    "src/"
1609
                ]
1610
            },
1611
            "notification-url": "https://packagist.org/downloads/",
1612
            "license": [
1613
                "BSD-3-Clause"
1614
            ],
1615
            "authors": [
1616
                {
1617
                    "name": "Sebastian Bergmann",
1618
                    "email": "[email protected]"
1619
                }
1620
            ],
1621
            "description": "Looks up which function or method a line of code belongs to",
1622
            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
1623
            "time": "2017-03-04T06:30:41+00:00"
1624
        },
1625
        {
1626
            "name": "sebastian/comparator",
1627
            "version": "2.0.2",
1628
            "source": {
1629
                "type": "git",
1630
                "url": "https://github.com/sebastianbergmann/comparator.git",
1631
                "reference": "ae068fede81d06e7bb9bb46a367210a3d3e1fe6a"
1632
            },
1633
            "dist": {
1634
                "type": "zip",
1635
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/ae068fede81d06e7bb9bb46a367210a3d3e1fe6a",
1636
                "reference": "ae068fede81d06e7bb9bb46a367210a3d3e1fe6a",
1637
                "shasum": ""
1638
            },
1639
            "require": {
1640
                "php": "^7.0",
1641
                "sebastian/diff": "^2.0",
1642
                "sebastian/exporter": "^3.0"
1643
            },
1644
            "require-dev": {
1645
                "phpunit/phpunit": "^6.0"
1646
            },
1647
            "type": "library",
1648
            "extra": {
1649
                "branch-alias": {
1650
                    "dev-master": "2.0.x-dev"
1651
                }
1652
            },
1653
            "autoload": {
1654
                "classmap": [
1655
                    "src/"
1656
                ]
1657
            },
1658
            "notification-url": "https://packagist.org/downloads/",
1659
            "license": [
1660
                "BSD-3-Clause"
1661
            ],
1662
            "authors": [
1663
                {
1664
                    "name": "Jeff Welch",
1665
                    "email": "[email protected]"
1666
                },
1667
                {
1668
                    "name": "Volker Dusch",
1669
                    "email": "[email protected]"
1670
                },
1671
                {
1672
                    "name": "Bernhard Schussek",
1673
                    "email": "[email protected]"
1674
                },
1675
                {
1676
                    "name": "Sebastian Bergmann",
1677
                    "email": "[email protected]"
1678
                }
1679
            ],
1680
            "description": "Provides the functionality to compare PHP values for equality",
1681
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
1682
            "keywords": [
1683
                "comparator",
1684
                "compare",
1685
                "equality"
1686
            ],
1687
            "time": "2017-08-03T07:14:59+00:00"
1688
        },
1689
        {
1690
            "name": "sebastian/diff",
1691
            "version": "2.0.1",
1692
            "source": {
1693
                "type": "git",
1694
                "url": "https://github.com/sebastianbergmann/diff.git",
1695
                "reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd"
1696
            },
1697
            "dist": {
1698
                "type": "zip",
1699
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/347c1d8b49c5c3ee30c7040ea6fc446790e6bddd",
1700
                "reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd",
1701
                "shasum": ""
1702
            },
1703
            "require": {
1704
                "php": "^7.0"
1705
            },
1706
            "require-dev": {
1707
                "phpunit/phpunit": "^6.2"
1708
            },
1709
            "type": "library",
1710
            "extra": {
1711
                "branch-alias": {
1712
                    "dev-master": "2.0-dev"
1713
                }
1714
            },
1715
            "autoload": {
1716
                "classmap": [
1717
                    "src/"
1718
                ]
1719
            },
1720
            "notification-url": "https://packagist.org/downloads/",
1721
            "license": [
1722
                "BSD-3-Clause"
1723
            ],
1724
            "authors": [
1725
                {
1726
                    "name": "Kore Nordmann",
1727
                    "email": "[email protected]"
1728
                },
1729
                {
1730
                    "name": "Sebastian Bergmann",
1731
                    "email": "[email protected]"
1732
                }
1733
            ],
1734
            "description": "Diff implementation",
1735
            "homepage": "https://github.com/sebastianbergmann/diff",
1736
            "keywords": [
1737
                "diff"
1738
            ],
1739
            "time": "2017-08-03T08:09:46+00:00"
1740
        },
1741
        {
1742
            "name": "sebastian/environment",
1743
            "version": "3.1.0",
1744
            "source": {
1745
                "type": "git",
1746
                "url": "https://github.com/sebastianbergmann/environment.git",
1747
                "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5"
1748
            },
1749
            "dist": {
1750
                "type": "zip",
1751
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
1752
                "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
1753
                "shasum": ""
1754
            },
1755
            "require": {
1756
                "php": "^7.0"
1757
            },
1758
            "require-dev": {
1759
                "phpunit/phpunit": "^6.1"
1760
            },
1761
            "type": "library",
1762
            "extra": {
1763
                "branch-alias": {
1764
                    "dev-master": "3.1.x-dev"
1765
                }
1766
            },
1767
            "autoload": {
1768
                "classmap": [
1769
                    "src/"
1770
                ]
1771
            },
1772
            "notification-url": "https://packagist.org/downloads/",
1773
            "license": [
1774
                "BSD-3-Clause"
1775
            ],
1776
            "authors": [
1777
                {
1778
                    "name": "Sebastian Bergmann",
1779
                    "email": "[email protected]"
1780
                }
1781
            ],
1782
            "description": "Provides functionality to handle HHVM/PHP environments",
1783
            "homepage": "http://www.github.com/sebastianbergmann/environment",
1784
            "keywords": [
1785
                "Xdebug",
1786
                "environment",
1787
                "hhvm"
1788
            ],
1789
            "time": "2017-07-01T08:51:00+00:00"
1790
        },
1791
        {
1792
            "name": "sebastian/exporter",
1793
            "version": "3.1.0",
1794
            "source": {
1795
                "type": "git",
1796
                "url": "https://github.com/sebastianbergmann/exporter.git",
1797
                "reference": "234199f4528de6d12aaa58b612e98f7d36adb937"
1798
            },
1799
            "dist": {
1800
                "type": "zip",
1801
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/234199f4528de6d12aaa58b612e98f7d36adb937",
1802
                "reference": "234199f4528de6d12aaa58b612e98f7d36adb937",
1803
                "shasum": ""
1804
            },
1805
            "require": {
1806
                "php": "^7.0",
1807
                "sebastian/recursion-context": "^3.0"
1808
            },
1809
            "require-dev": {
1810
                "ext-mbstring": "*",
1811
                "phpunit/phpunit": "^6.0"
1812
            },
1813
            "type": "library",
1814
            "extra": {
1815
                "branch-alias": {
1816
                    "dev-master": "3.1.x-dev"
1817
                }
1818
            },
1819
            "autoload": {
1820
                "classmap": [
1821
                    "src/"
1822
                ]
1823
            },
1824
            "notification-url": "https://packagist.org/downloads/",
1825
            "license": [
1826
                "BSD-3-Clause"
1827
            ],
1828
            "authors": [
1829
                {
1830
                    "name": "Jeff Welch",
1831
                    "email": "[email protected]"
1832
                },
1833
                {
1834
                    "name": "Volker Dusch",
1835
                    "email": "[email protected]"
1836
                },
1837
                {
1838
                    "name": "Bernhard Schussek",
1839
                    "email": "[email protected]"
1840
                },
1841
                {
1842
                    "name": "Sebastian Bergmann",
1843
                    "email": "[email protected]"
1844
                },
1845
                {
1846
                    "name": "Adam Harvey",
1847
                    "email": "[email protected]"
1848
                }
1849
            ],
1850
            "description": "Provides the functionality to export PHP variables for visualization",
1851
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
1852
            "keywords": [
1853
                "export",
1854
                "exporter"
1855
            ],
1856
            "time": "2017-04-03T13:19:02+00:00"
1857
        },
1858
        {
1859
            "name": "sebastian/global-state",
1860
            "version": "2.0.0",
1861
            "source": {
1862
                "type": "git",
1863
                "url": "https://github.com/sebastianbergmann/global-state.git",
1864
                "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4"
1865
            },
1866
            "dist": {
1867
                "type": "zip",
1868
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
1869
                "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
1870
                "shasum": ""
1871
            },
1872
            "require": {
1873
                "php": "^7.0"
1874
            },
1875
            "require-dev": {
1876
                "phpunit/phpunit": "^6.0"
1877
            },
1878
            "suggest": {
1879
                "ext-uopz": "*"
1880
            },
1881
            "type": "library",
1882
            "extra": {
1883
                "branch-alias": {
1884
                    "dev-master": "2.0-dev"
1885
                }
1886
            },
1887
            "autoload": {
1888
                "classmap": [
1889
                    "src/"
1890
                ]
1891
            },
1892
            "notification-url": "https://packagist.org/downloads/",
1893
            "license": [
1894
                "BSD-3-Clause"
1895
            ],
1896
            "authors": [
1897
                {
1898
                    "name": "Sebastian Bergmann",
1899
                    "email": "[email protected]"
1900
                }
1901
            ],
1902
            "description": "Snapshotting of global state",
1903
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
1904
            "keywords": [
1905
                "global state"
1906
            ],
1907
            "time": "2017-04-27T15:39:26+00:00"
1908
        },
1909
        {
1910
            "name": "sebastian/object-enumerator",
1911
            "version": "3.0.3",
1912
            "source": {
1913
                "type": "git",
1914
                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
1915
                "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
1916
            },
1917
            "dist": {
1918
                "type": "zip",
1919
                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
1920
                "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
1921
                "shasum": ""
1922
            },
1923
            "require": {
1924
                "php": "^7.0",
1925
                "sebastian/object-reflector": "^1.1.1",
1926
                "sebastian/recursion-context": "^3.0"
1927
            },
1928
            "require-dev": {
1929
                "phpunit/phpunit": "^6.0"
1930
            },
1931
            "type": "library",
1932
            "extra": {
1933
                "branch-alias": {
1934
                    "dev-master": "3.0.x-dev"
1935
                }
1936
            },
1937
            "autoload": {
1938
                "classmap": [
1939
                    "src/"
1940
                ]
1941
            },
1942
            "notification-url": "https://packagist.org/downloads/",
1943
            "license": [
1944
                "BSD-3-Clause"
1945
            ],
1946
            "authors": [
1947
                {
1948
                    "name": "Sebastian Bergmann",
1949
                    "email": "[email protected]"
1950
                }
1951
            ],
1952
            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
1953
            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
1954
            "time": "2017-08-03T12:35:26+00:00"
1955
        },
1956
        {
1957
            "name": "sebastian/object-reflector",
1958
            "version": "1.1.1",
1959
            "source": {
1960
                "type": "git",
1961
                "url": "https://github.com/sebastianbergmann/object-reflector.git",
1962
                "reference": "773f97c67f28de00d397be301821b06708fca0be"
1963
            },
1964
            "dist": {
1965
                "type": "zip",
1966
                "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
1967
                "reference": "773f97c67f28de00d397be301821b06708fca0be",
1968
                "shasum": ""
1969
            },
1970
            "require": {
1971
                "php": "^7.0"
1972
            },
1973
            "require-dev": {
1974
                "phpunit/phpunit": "^6.0"
1975
            },
1976
            "type": "library",
1977
            "extra": {
1978
                "branch-alias": {
1979
                    "dev-master": "1.1-dev"
1980
                }
1981
            },
1982
            "autoload": {
1983
                "classmap": [
1984
                    "src/"
1985
                ]
1986
            },
1987
            "notification-url": "https://packagist.org/downloads/",
1988
            "license": [
1989
                "BSD-3-Clause"
1990
            ],
1991
            "authors": [
1992
                {
1993
                    "name": "Sebastian Bergmann",
1994
                    "email": "[email protected]"
1995
                }
1996
            ],
1997
            "description": "Allows reflection of object attributes, including inherited and non-public ones",
1998
            "homepage": "https://github.com/sebastianbergmann/object-reflector/",
1999
            "time": "2017-03-29T09:07:27+00:00"
2000
        },
2001
        {
2002
            "name": "sebastian/recursion-context",
2003
            "version": "3.0.0",
2004
            "source": {
2005
                "type": "git",
2006
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
2007
                "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
2008
            },
2009
            "dist": {
2010
                "type": "zip",
2011
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
2012
                "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
2013
                "shasum": ""
2014
            },
2015
            "require": {
2016
                "php": "^7.0"
2017
            },
2018
            "require-dev": {
2019
                "phpunit/phpunit": "^6.0"
2020
            },
2021
            "type": "library",
2022
            "extra": {
2023
                "branch-alias": {
2024
                    "dev-master": "3.0.x-dev"
2025
                }
2026
            },
2027
            "autoload": {
2028
                "classmap": [
2029
                    "src/"
2030
                ]
2031
            },
2032
            "notification-url": "https://packagist.org/downloads/",
2033
            "license": [
2034
                "BSD-3-Clause"
2035
            ],
2036
            "authors": [
2037
                {
2038
                    "name": "Jeff Welch",
2039
                    "email": "[email protected]"
2040
                },
2041
                {
2042
                    "name": "Sebastian Bergmann",
2043
                    "email": "[email protected]"
2044
                },
2045
                {
2046
                    "name": "Adam Harvey",
2047
                    "email": "[email protected]"
2048
                }
2049
            ],
2050
            "description": "Provides functionality to recursively process PHP variables",
2051
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
2052
            "time": "2017-03-03T06:23:57+00:00"
2053
        },
2054
        {
2055
            "name": "sebastian/resource-operations",
2056
            "version": "1.0.0",
2057
            "source": {
2058
                "type": "git",
2059
                "url": "https://github.com/sebastianbergmann/resource-operations.git",
2060
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
2061
            },
2062
            "dist": {
2063
                "type": "zip",
2064
                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
2065
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
2066
                "shasum": ""
2067
            },
2068
            "require": {
2069
                "php": ">=5.6.0"
2070
            },
2071
            "type": "library",
2072
            "extra": {
2073
                "branch-alias": {
2074
                    "dev-master": "1.0.x-dev"
2075
                }
2076
            },
2077
            "autoload": {
2078
                "classmap": [
2079
                    "src/"
2080
                ]
2081
            },
2082
            "notification-url": "https://packagist.org/downloads/",
2083
            "license": [
2084
                "BSD-3-Clause"
2085
            ],
2086
            "authors": [
2087
                {
2088
                    "name": "Sebastian Bergmann",
2089
                    "email": "[email protected]"
2090
                }
2091
            ],
2092
            "description": "Provides a list of PHP built-in functions that operate on resources",
2093
            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
2094
            "time": "2015-07-28T20:34:47+00:00"
2095
        },
2096
        {
2097
            "name": "sebastian/version",
2098
            "version": "2.0.1",
2099
            "source": {
2100
                "type": "git",
2101
                "url": "https://github.com/sebastianbergmann/version.git",
2102
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
2103
            },
2104
            "dist": {
2105
                "type": "zip",
2106
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
2107
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
2108
                "shasum": ""
2109
            },
2110
            "require": {
2111
                "php": ">=5.6"
2112
            },
2113
            "type": "library",
2114
            "extra": {
2115
                "branch-alias": {
2116
                    "dev-master": "2.0.x-dev"
2117
                }
2118
            },
2119
            "autoload": {
2120
                "classmap": [
2121
                    "src/"
2122
                ]
2123
            },
2124
            "notification-url": "https://packagist.org/downloads/",
2125
            "license": [
2126
                "BSD-3-Clause"
2127
            ],
2128
            "authors": [
2129
                {
2130
                    "name": "Sebastian Bergmann",
2131
                    "email": "[email protected]",
2132
                    "role": "lead"
2133
                }
2134
            ],
2135
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
2136
            "homepage": "https://github.com/sebastianbergmann/version",
2137
            "time": "2016-10-03T07:35:21+00:00"
2138
        },
2139
        {
2140
            "name": "theseer/tokenizer",
2141
            "version": "1.1.0",
2142
            "source": {
2143
                "type": "git",
2144
                "url": "https://github.com/theseer/tokenizer.git",
2145
                "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b"
2146
            },
2147
            "dist": {
2148
                "type": "zip",
2149
                "url": "https://api.github.com/repos/theseer/tokenizer/zipball/cb2f008f3f05af2893a87208fe6a6c4985483f8b",
2150
                "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b",
2151
                "shasum": ""
2152
            },
2153
            "require": {
2154
                "ext-dom": "*",
2155
                "ext-tokenizer": "*",
2156
                "ext-xmlwriter": "*",
2157
                "php": "^7.0"
2158
            },
2159
            "type": "library",
2160
            "autoload": {
2161
                "classmap": [
2162
                    "src/"
2163
                ]
2164
            },
2165
            "notification-url": "https://packagist.org/downloads/",
2166
            "license": [
2167
                "BSD-3-Clause"
2168
            ],
2169
            "authors": [
2170
                {
2171
                    "name": "Arne Blankerts",
2172
                    "email": "[email protected]",
2173
                    "role": "Developer"
2174
                }
2175
            ],
2176
            "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
2177
            "time": "2017-04-07T12:08:54+00:00"
2178
        }
2179
    ],
2180
    "aliases": [],
2181
    "minimum-stability": "stable",
2182
    "stability-flags": [],
2183
    "prefer-stable": false,
2184
    "prefer-lowest": false,
2185
    "platform": {
2186
        "php": "^7.1"
2187
    },
2188
    "platform-dev": []
2189
}
2190