Passed
Pull Request — master (#8)
by joseph
04:32
created

composer.lock (1 issue)

Severity
1
{
2
    "_readme": [
3
        "This file locks the dependencies of your project to a known state",
4
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
5
        "This file is @generated automatically"
6
    ],
7
    "content-hash": "aeb2a69876f1b2334f94dad944459053",
8
    "packages": [
9
        {
10
            "name": "symfony/http-foundation",
0 ignored issues
show
There is a security advisory for your installed version of symfony/http-foundation:

CVE-2018-14773: Remove support for legacy and risky HTTP headers
Loading history...
11
            "version": "v4.1.1",
12
            "source": {
13
                "type": "git",
14
                "url": "https://github.com/symfony/http-foundation.git",
15
                "reference": "4f9c7cf962e635b0b26b14500ac046e07dbef7f3"
16
            },
17
            "dist": {
18
                "type": "zip",
19
                "url": "https://api.github.com/repos/symfony/http-foundation/zipball/4f9c7cf962e635b0b26b14500ac046e07dbef7f3",
20
                "reference": "4f9c7cf962e635b0b26b14500ac046e07dbef7f3",
21
                "shasum": ""
22
            },
23
            "require": {
24
                "php": "^7.1.3",
25
                "symfony/polyfill-mbstring": "~1.1"
26
            },
27
            "require-dev": {
28
                "predis/predis": "~1.0",
29
                "symfony/expression-language": "~3.4|~4.0"
30
            },
31
            "type": "library",
32
            "extra": {
33
                "branch-alias": {
34
                    "dev-master": "4.1-dev"
35
                }
36
            },
37
            "autoload": {
38
                "psr-4": {
39
                    "Symfony\\Component\\HttpFoundation\\": ""
40
                },
41
                "exclude-from-classmap": [
42
                    "/Tests/"
43
                ]
44
            },
45
            "notification-url": "https://packagist.org/downloads/",
46
            "license": [
47
                "MIT"
48
            ],
49
            "authors": [
50
                {
51
                    "name": "Fabien Potencier",
52
                    "email": "[email protected]"
53
                },
54
                {
55
                    "name": "Symfony Community",
56
                    "homepage": "https://symfony.com/contributors"
57
                }
58
            ],
59
            "description": "Symfony HttpFoundation Component",
60
            "homepage": "https://symfony.com",
61
            "time": "2018-06-19T21:38:16+00:00"
62
        },
63
        {
64
            "name": "symfony/polyfill-mbstring",
65
            "version": "v1.8.0",
66
            "source": {
67
                "type": "git",
68
                "url": "https://github.com/symfony/polyfill-mbstring.git",
69
                "reference": "3296adf6a6454a050679cde90f95350ad604b171"
70
            },
71
            "dist": {
72
                "type": "zip",
73
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/3296adf6a6454a050679cde90f95350ad604b171",
74
                "reference": "3296adf6a6454a050679cde90f95350ad604b171",
75
                "shasum": ""
76
            },
77
            "require": {
78
                "php": ">=5.3.3"
79
            },
80
            "suggest": {
81
                "ext-mbstring": "For best performance"
82
            },
83
            "type": "library",
84
            "extra": {
85
                "branch-alias": {
86
                    "dev-master": "1.8-dev"
87
                }
88
            },
89
            "autoload": {
90
                "psr-4": {
91
                    "Symfony\\Polyfill\\Mbstring\\": ""
92
                },
93
                "files": [
94
                    "bootstrap.php"
95
                ]
96
            },
97
            "notification-url": "https://packagist.org/downloads/",
98
            "license": [
99
                "MIT"
100
            ],
101
            "authors": [
102
                {
103
                    "name": "Nicolas Grekas",
104
                    "email": "[email protected]"
105
                },
106
                {
107
                    "name": "Symfony Community",
108
                    "homepage": "https://symfony.com/contributors"
109
                }
110
            ],
111
            "description": "Symfony polyfill for the Mbstring extension",
112
            "homepage": "https://symfony.com",
113
            "keywords": [
114
                "compatibility",
115
                "mbstring",
116
                "polyfill",
117
                "portable",
118
                "shim"
119
            ],
120
            "time": "2018-04-26T10:06:28+00:00"
121
        },
122
        {
123
            "name": "symfony/routing",
124
            "version": "v4.1.1",
125
            "source": {
126
                "type": "git",
127
                "url": "https://github.com/symfony/routing.git",
128
                "reference": "b38b9797327b26ea2e4146a40e6e2dc9820a6932"
129
            },
130
            "dist": {
131
                "type": "zip",
132
                "url": "https://api.github.com/repos/symfony/routing/zipball/b38b9797327b26ea2e4146a40e6e2dc9820a6932",
133
                "reference": "b38b9797327b26ea2e4146a40e6e2dc9820a6932",
134
                "shasum": ""
135
            },
136
            "require": {
137
                "php": "^7.1.3"
138
            },
139
            "conflict": {
140
                "symfony/config": "<3.4",
141
                "symfony/dependency-injection": "<3.4",
142
                "symfony/yaml": "<3.4"
143
            },
144
            "require-dev": {
145
                "doctrine/annotations": "~1.0",
146
                "psr/log": "~1.0",
147
                "symfony/config": "~3.4|~4.0",
148
                "symfony/dependency-injection": "~3.4|~4.0",
149
                "symfony/expression-language": "~3.4|~4.0",
150
                "symfony/http-foundation": "~3.4|~4.0",
151
                "symfony/yaml": "~3.4|~4.0"
152
            },
153
            "suggest": {
154
                "doctrine/annotations": "For using the annotation loader",
155
                "symfony/config": "For using the all-in-one router or any loader",
156
                "symfony/dependency-injection": "For loading routes from a service",
157
                "symfony/expression-language": "For using expression matching",
158
                "symfony/http-foundation": "For using a Symfony Request object",
159
                "symfony/yaml": "For using the YAML loader"
160
            },
161
            "type": "library",
162
            "extra": {
163
                "branch-alias": {
164
                    "dev-master": "4.1-dev"
165
                }
166
            },
167
            "autoload": {
168
                "psr-4": {
169
                    "Symfony\\Component\\Routing\\": ""
170
                },
171
                "exclude-from-classmap": [
172
                    "/Tests/"
173
                ]
174
            },
175
            "notification-url": "https://packagist.org/downloads/",
176
            "license": [
177
                "MIT"
178
            ],
179
            "authors": [
180
                {
181
                    "name": "Fabien Potencier",
182
                    "email": "[email protected]"
183
                },
184
                {
185
                    "name": "Symfony Community",
186
                    "homepage": "https://symfony.com/contributors"
187
                }
188
            ],
189
            "description": "Symfony Routing Component",
190
            "homepage": "https://symfony.com",
191
            "keywords": [
192
                "router",
193
                "routing",
194
                "uri",
195
                "url"
196
            ],
197
            "time": "2018-06-19T21:38:16+00:00"
198
        }
199
    ],
200
    "packages-dev": [
201
        {
202
            "name": "composer/ca-bundle",
203
            "version": "1.1.1",
204
            "source": {
205
                "type": "git",
206
                "url": "https://github.com/composer/ca-bundle.git",
207
                "reference": "d2c0a83b7533d6912e8d516756ebd34f893e9169"
208
            },
209
            "dist": {
210
                "type": "zip",
211
                "url": "https://api.github.com/repos/composer/ca-bundle/zipball/d2c0a83b7533d6912e8d516756ebd34f893e9169",
212
                "reference": "d2c0a83b7533d6912e8d516756ebd34f893e9169",
213
                "shasum": ""
214
            },
215
            "require": {
216
                "ext-openssl": "*",
217
                "ext-pcre": "*",
218
                "php": "^5.3.2 || ^7.0"
219
            },
220
            "require-dev": {
221
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5",
222
                "psr/log": "^1.0",
223
                "symfony/process": "^2.5 || ^3.0 || ^4.0"
224
            },
225
            "type": "library",
226
            "extra": {
227
                "branch-alias": {
228
                    "dev-master": "1.x-dev"
229
                }
230
            },
231
            "autoload": {
232
                "psr-4": {
233
                    "Composer\\CaBundle\\": "src"
234
                }
235
            },
236
            "notification-url": "https://packagist.org/downloads/",
237
            "license": [
238
                "MIT"
239
            ],
240
            "authors": [
241
                {
242
                    "name": "Jordi Boggiano",
243
                    "email": "[email protected]",
244
                    "homepage": "http://seld.be"
245
                }
246
            ],
247
            "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.",
248
            "keywords": [
249
                "cabundle",
250
                "cacert",
251
                "certificate",
252
                "ssl",
253
                "tls"
254
            ],
255
            "time": "2018-03-29T19:57:20+00:00"
256
        },
257
        {
258
            "name": "doctrine/instantiator",
259
            "version": "1.1.0",
260
            "source": {
261
                "type": "git",
262
                "url": "https://github.com/doctrine/instantiator.git",
263
                "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda"
264
            },
265
            "dist": {
266
                "type": "zip",
267
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
268
                "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
269
                "shasum": ""
270
            },
271
            "require": {
272
                "php": "^7.1"
273
            },
274
            "require-dev": {
275
                "athletic/athletic": "~0.1.8",
276
                "ext-pdo": "*",
277
                "ext-phar": "*",
278
                "phpunit/phpunit": "^6.2.3",
279
                "squizlabs/php_codesniffer": "^3.0.2"
280
            },
281
            "type": "library",
282
            "extra": {
283
                "branch-alias": {
284
                    "dev-master": "1.2.x-dev"
285
                }
286
            },
287
            "autoload": {
288
                "psr-4": {
289
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
290
                }
291
            },
292
            "notification-url": "https://packagist.org/downloads/",
293
            "license": [
294
                "MIT"
295
            ],
296
            "authors": [
297
                {
298
                    "name": "Marco Pivetta",
299
                    "email": "[email protected]",
300
                    "homepage": "http://ocramius.github.com/"
301
                }
302
            ],
303
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
304
            "homepage": "https://github.com/doctrine/instantiator",
305
            "keywords": [
306
                "constructor",
307
                "instantiate"
308
            ],
309
            "time": "2017-07-22T11:58:36+00:00"
310
        },
311
        {
312
            "name": "edmondscommerce/phpqa",
313
            "version": "dev-master",
314
            "source": {
315
                "type": "git",
316
                "url": "https://github.com/edmondscommerce/phpqa.git",
317
                "reference": "20a93c2c7e5f50f49112bc105525e92025ca72d8"
318
            },
319
            "dist": {
320
                "type": "zip",
321
                "url": "https://api.github.com/repos/edmondscommerce/phpqa/zipball/20a93c2c7e5f50f49112bc105525e92025ca72d8",
322
                "reference": "20a93c2c7e5f50f49112bc105525e92025ca72d8",
323
                "shasum": ""
324
            },
325
            "require": {
326
                "funkyproject/reflection-file": "^0.1.0",
327
                "infection/infection": "^0.8",
328
                "jakub-onderka/php-console-highlighter": "^0.3.2",
329
                "jakub-onderka/php-parallel-lint": "~1",
330
                "php": "~7.1",
331
                "phploc/phploc": "^4.0",
332
                "phpmd/phpmd": "^2.6",
333
                "phpstan/phpstan-shim": "^0.9.2",
334
                "phpstan/phpstan-strict-rules": "^0.9.0",
335
                "phpunit/php-invoker": "^2.0",
336
                "phpunit/phpunit": "~6 || ~7",
337
                "sllh/composer-versions-check": "^2.0",
338
                "squizlabs/php_codesniffer": "~3"
339
            },
340
            "require-dev": {
341
                "phpstan/phpstan-phpunit": "~0"
342
            },
343
            "suggest": {
344
                "phpstan/phpstan-phpunit": "Adds checks for PHPUnit tests"
345
            },
346
            "bin": [
347
                "bin/qa",
348
                "bin/mdlinks",
349
                "bin/psr4-validate",
350
                "bin/phpunit-runfailed-filter",
351
                "bin/phpunit-check-annotation"
352
            ],
353
            "type": "project",
354
            "autoload": {
355
                "psr-4": {
356
                    "EdmondsCommerce\\PHPQA\\": [
357
                        "src/"
358
                    ]
359
                }
360
            },
361
            "notification-url": "https://packagist.org/downloads/",
362
            "license": [
363
                "MIT"
364
            ],
365
            "description": "Simple PHP QA pipeline and scripts. Largely just a collection of dependencies with configuration and scripts to run them together",
366
            "time": "2018-07-11T15:46:50+00:00"
367
        },
368
        {
369
            "name": "funkyproject/reflection-file",
370
            "version": "v0.1",
371
            "target-dir": "Funkyproject",
372
            "source": {
373
                "type": "git",
374
                "url": "https://github.com/funkyproject/reflection-file.git",
375
                "reference": "26968788a6f55e910e78b83b56ceb6675449c320"
376
            },
377
            "dist": {
378
                "type": "zip",
379
                "url": "https://api.github.com/repos/funkyproject/reflection-file/zipball/26968788a6f55e910e78b83b56ceb6675449c320",
380
                "reference": "26968788a6f55e910e78b83b56ceb6675449c320",
381
                "shasum": ""
382
            },
383
            "require-dev": {
384
                "phpunit/phpunit": "4.0.*"
385
            },
386
            "type": "library",
387
            "autoload": {
388
                "psr-0": {
389
                    "Funkyproject": ""
390
                }
391
            },
392
            "notification-url": "https://packagist.org/downloads/",
393
            "time": "2014-04-02T16:24:49+00:00"
394
        },
395
        {
396
            "name": "guzzlehttp/guzzle",
397
            "version": "6.3.3",
398
            "source": {
399
                "type": "git",
400
                "url": "https://github.com/guzzle/guzzle.git",
401
                "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba"
402
            },
403
            "dist": {
404
                "type": "zip",
405
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/407b0cb880ace85c9b63c5f9551db498cb2d50ba",
406
                "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba",
407
                "shasum": ""
408
            },
409
            "require": {
410
                "guzzlehttp/promises": "^1.0",
411
                "guzzlehttp/psr7": "^1.4",
412
                "php": ">=5.5"
413
            },
414
            "require-dev": {
415
                "ext-curl": "*",
416
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
417
                "psr/log": "^1.0"
418
            },
419
            "suggest": {
420
                "psr/log": "Required for using the Log middleware"
421
            },
422
            "type": "library",
423
            "extra": {
424
                "branch-alias": {
425
                    "dev-master": "6.3-dev"
426
                }
427
            },
428
            "autoload": {
429
                "files": [
430
                    "src/functions_include.php"
431
                ],
432
                "psr-4": {
433
                    "GuzzleHttp\\": "src/"
434
                }
435
            },
436
            "notification-url": "https://packagist.org/downloads/",
437
            "license": [
438
                "MIT"
439
            ],
440
            "authors": [
441
                {
442
                    "name": "Michael Dowling",
443
                    "email": "[email protected]",
444
                    "homepage": "https://github.com/mtdowling"
445
                }
446
            ],
447
            "description": "Guzzle is a PHP HTTP client library",
448
            "homepage": "http://guzzlephp.org/",
449
            "keywords": [
450
                "client",
451
                "curl",
452
                "framework",
453
                "http",
454
                "http client",
455
                "rest",
456
                "web service"
457
            ],
458
            "time": "2018-04-22T15:46:56+00:00"
459
        },
460
        {
461
            "name": "guzzlehttp/promises",
462
            "version": "v1.3.1",
463
            "source": {
464
                "type": "git",
465
                "url": "https://github.com/guzzle/promises.git",
466
                "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
467
            },
468
            "dist": {
469
                "type": "zip",
470
                "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
471
                "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
472
                "shasum": ""
473
            },
474
            "require": {
475
                "php": ">=5.5.0"
476
            },
477
            "require-dev": {
478
                "phpunit/phpunit": "^4.0"
479
            },
480
            "type": "library",
481
            "extra": {
482
                "branch-alias": {
483
                    "dev-master": "1.4-dev"
484
                }
485
            },
486
            "autoload": {
487
                "psr-4": {
488
                    "GuzzleHttp\\Promise\\": "src/"
489
                },
490
                "files": [
491
                    "src/functions_include.php"
492
                ]
493
            },
494
            "notification-url": "https://packagist.org/downloads/",
495
            "license": [
496
                "MIT"
497
            ],
498
            "authors": [
499
                {
500
                    "name": "Michael Dowling",
501
                    "email": "[email protected]",
502
                    "homepage": "https://github.com/mtdowling"
503
                }
504
            ],
505
            "description": "Guzzle promises library",
506
            "keywords": [
507
                "promise"
508
            ],
509
            "time": "2016-12-20T10:07:11+00:00"
510
        },
511
        {
512
            "name": "guzzlehttp/psr7",
513
            "version": "1.4.2",
514
            "source": {
515
                "type": "git",
516
                "url": "https://github.com/guzzle/psr7.git",
517
                "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c"
518
            },
519
            "dist": {
520
                "type": "zip",
521
                "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
522
                "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
523
                "shasum": ""
524
            },
525
            "require": {
526
                "php": ">=5.4.0",
527
                "psr/http-message": "~1.0"
528
            },
529
            "provide": {
530
                "psr/http-message-implementation": "1.0"
531
            },
532
            "require-dev": {
533
                "phpunit/phpunit": "~4.0"
534
            },
535
            "type": "library",
536
            "extra": {
537
                "branch-alias": {
538
                    "dev-master": "1.4-dev"
539
                }
540
            },
541
            "autoload": {
542
                "psr-4": {
543
                    "GuzzleHttp\\Psr7\\": "src/"
544
                },
545
                "files": [
546
                    "src/functions_include.php"
547
                ]
548
            },
549
            "notification-url": "https://packagist.org/downloads/",
550
            "license": [
551
                "MIT"
552
            ],
553
            "authors": [
554
                {
555
                    "name": "Michael Dowling",
556
                    "email": "[email protected]",
557
                    "homepage": "https://github.com/mtdowling"
558
                },
559
                {
560
                    "name": "Tobias Schultze",
561
                    "homepage": "https://github.com/Tobion"
562
                }
563
            ],
564
            "description": "PSR-7 message implementation that also provides common utility methods",
565
            "keywords": [
566
                "http",
567
                "message",
568
                "request",
569
                "response",
570
                "stream",
571
                "uri",
572
                "url"
573
            ],
574
            "time": "2017-03-20T17:10:46+00:00"
575
        },
576
        {
577
            "name": "infection/infection",
578
            "version": "0.8.2",
579
            "source": {
580
                "type": "git",
581
                "url": "https://github.com/infection/infection.git",
582
                "reference": "4a4fdb4fc39987dfda247213b5d6a687abf3304c"
583
            },
584
            "dist": {
585
                "type": "zip",
586
                "url": "https://api.github.com/repos/infection/infection/zipball/4a4fdb4fc39987dfda247213b5d6a687abf3304c",
587
                "reference": "4a4fdb4fc39987dfda247213b5d6a687abf3304c",
588
                "shasum": ""
589
            },
590
            "require": {
591
                "nikic/php-parser": "^3.0",
592
                "padraic/phar-updater": "^1.0.4",
593
                "php": "^7.0",
594
                "pimple/pimple": "^3.2",
595
                "sebastian/diff": "^1.4 || ^2.0 || ^3.0",
596
                "symfony/console": "^3.2 || ^4.0",
597
                "symfony/filesystem": "^3.2 || ^4.0",
598
                "symfony/finder": "^3.2 || ^4.0",
599
                "symfony/process": "^3.2 || ^4.0",
600
                "symfony/yaml": "^3.2 || ^4.0"
601
            },
602
            "conflict": {
603
                "symfony/process": "3.4.2"
604
            },
605
            "require-dev": {
606
                "mockery/mockery": "^1.0",
607
                "phpunit/phpunit": "^6.1"
608
            },
609
            "bin": [
610
                "bin/infection"
611
            ],
612
            "type": "library",
613
            "autoload": {
614
                "psr-4": {
615
                    "Infection\\": "src/"
616
                }
617
            },
618
            "notification-url": "https://packagist.org/downloads/",
619
            "license": [
620
                "BSD-3-Clause"
621
            ],
622
            "authors": [
623
                {
624
                    "name": "Maks Rafalko",
625
                    "email": "[email protected]",
626
                    "homepage": "https://twitter.com/maks_rafalko"
627
                }
628
            ],
629
            "description": "Infection is a Mutation Testing framework for PHP. The mutation adequacy score can be used to measure the effectiveness of a test set in terms of its ability to detect faults.",
630
            "keywords": [
631
                "coverage",
632
                "mutant",
633
                "mutation framework",
634
                "mutation testing",
635
                "testing",
636
                "unit testing"
637
            ],
638
            "time": "2018-05-01T19:46:52+00:00"
639
        },
640
        {
641
            "name": "jakub-onderka/php-console-color",
642
            "version": "0.1",
643
            "source": {
644
                "type": "git",
645
                "url": "https://github.com/JakubOnderka/PHP-Console-Color.git",
646
                "reference": "e0b393dacf7703fc36a4efc3df1435485197e6c1"
647
            },
648
            "dist": {
649
                "type": "zip",
650
                "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Color/zipball/e0b393dacf7703fc36a4efc3df1435485197e6c1",
651
                "reference": "e0b393dacf7703fc36a4efc3df1435485197e6c1",
652
                "shasum": ""
653
            },
654
            "require": {
655
                "php": ">=5.3.2"
656
            },
657
            "require-dev": {
658
                "jakub-onderka/php-code-style": "1.0",
659
                "jakub-onderka/php-parallel-lint": "0.*",
660
                "jakub-onderka/php-var-dump-check": "0.*",
661
                "phpunit/phpunit": "3.7.*",
662
                "squizlabs/php_codesniffer": "1.*"
663
            },
664
            "type": "library",
665
            "autoload": {
666
                "psr-0": {
667
                    "JakubOnderka\\PhpConsoleColor": "src/"
668
                }
669
            },
670
            "notification-url": "https://packagist.org/downloads/",
671
            "license": [
672
                "BSD-2-Clause"
673
            ],
674
            "authors": [
675
                {
676
                    "name": "Jakub Onderka",
677
                    "email": "[email protected]",
678
                    "homepage": "http://www.acci.cz"
679
                }
680
            ],
681
            "time": "2014-04-08T15:00:19+00:00"
682
        },
683
        {
684
            "name": "jakub-onderka/php-console-highlighter",
685
            "version": "v0.3.2",
686
            "source": {
687
                "type": "git",
688
                "url": "https://github.com/JakubOnderka/PHP-Console-Highlighter.git",
689
                "reference": "7daa75df45242c8d5b75a22c00a201e7954e4fb5"
690
            },
691
            "dist": {
692
                "type": "zip",
693
                "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Highlighter/zipball/7daa75df45242c8d5b75a22c00a201e7954e4fb5",
694
                "reference": "7daa75df45242c8d5b75a22c00a201e7954e4fb5",
695
                "shasum": ""
696
            },
697
            "require": {
698
                "jakub-onderka/php-console-color": "~0.1",
699
                "php": ">=5.3.0"
700
            },
701
            "require-dev": {
702
                "jakub-onderka/php-code-style": "~1.0",
703
                "jakub-onderka/php-parallel-lint": "~0.5",
704
                "jakub-onderka/php-var-dump-check": "~0.1",
705
                "phpunit/phpunit": "~4.0",
706
                "squizlabs/php_codesniffer": "~1.5"
707
            },
708
            "type": "library",
709
            "autoload": {
710
                "psr-0": {
711
                    "JakubOnderka\\PhpConsoleHighlighter": "src/"
712
                }
713
            },
714
            "notification-url": "https://packagist.org/downloads/",
715
            "license": [
716
                "MIT"
717
            ],
718
            "authors": [
719
                {
720
                    "name": "Jakub Onderka",
721
                    "email": "[email protected]",
722
                    "homepage": "http://www.acci.cz/"
723
                }
724
            ],
725
            "time": "2015-04-20T18:58:01+00:00"
726
        },
727
        {
728
            "name": "jakub-onderka/php-parallel-lint",
729
            "version": "v1.0.0",
730
            "source": {
731
                "type": "git",
732
                "url": "https://github.com/JakubOnderka/PHP-Parallel-Lint.git",
733
                "reference": "04fbd3f5fb1c83f08724aa58a23db90bd9086ee8"
734
            },
735
            "dist": {
736
                "type": "zip",
737
                "url": "https://api.github.com/repos/JakubOnderka/PHP-Parallel-Lint/zipball/04fbd3f5fb1c83f08724aa58a23db90bd9086ee8",
738
                "reference": "04fbd3f5fb1c83f08724aa58a23db90bd9086ee8",
739
                "shasum": ""
740
            },
741
            "require": {
742
                "php": ">=5.3.3"
743
            },
744
            "require-dev": {
745
                "jakub-onderka/php-console-highlighter": "~0.3",
746
                "nette/tester": "~1.3",
747
                "squizlabs/php_codesniffer": "~2.7"
748
            },
749
            "suggest": {
750
                "jakub-onderka/php-console-highlighter": "Highlight syntax in code snippet"
751
            },
752
            "bin": [
753
                "parallel-lint"
754
            ],
755
            "type": "library",
756
            "autoload": {
757
                "classmap": [
758
                    "./"
759
                ]
760
            },
761
            "notification-url": "https://packagist.org/downloads/",
762
            "license": [
763
                "BSD-2-Clause"
764
            ],
765
            "authors": [
766
                {
767
                    "name": "Jakub Onderka",
768
                    "email": "[email protected]"
769
                }
770
            ],
771
            "description": "This tool check syntax of PHP files about 20x faster than serial check.",
772
            "homepage": "https://github.com/JakubOnderka/PHP-Parallel-Lint",
773
            "time": "2018-02-24T15:31:20+00:00"
774
        },
775
        {
776
            "name": "myclabs/deep-copy",
777
            "version": "1.8.1",
778
            "source": {
779
                "type": "git",
780
                "url": "https://github.com/myclabs/DeepCopy.git",
781
                "reference": "3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8"
782
            },
783
            "dist": {
784
                "type": "zip",
785
                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8",
786
                "reference": "3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8",
787
                "shasum": ""
788
            },
789
            "require": {
790
                "php": "^7.1"
791
            },
792
            "replace": {
793
                "myclabs/deep-copy": "self.version"
794
            },
795
            "require-dev": {
796
                "doctrine/collections": "^1.0",
797
                "doctrine/common": "^2.6",
798
                "phpunit/phpunit": "^7.1"
799
            },
800
            "type": "library",
801
            "autoload": {
802
                "psr-4": {
803
                    "DeepCopy\\": "src/DeepCopy/"
804
                },
805
                "files": [
806
                    "src/DeepCopy/deep_copy.php"
807
                ]
808
            },
809
            "notification-url": "https://packagist.org/downloads/",
810
            "license": [
811
                "MIT"
812
            ],
813
            "description": "Create deep copies (clones) of your objects",
814
            "keywords": [
815
                "clone",
816
                "copy",
817
                "duplicate",
818
                "object",
819
                "object graph"
820
            ],
821
            "time": "2018-06-11T23:09:50+00:00"
822
        },
823
        {
824
            "name": "nikic/php-parser",
825
            "version": "v3.1.5",
826
            "source": {
827
                "type": "git",
828
                "url": "https://github.com/nikic/PHP-Parser.git",
829
                "reference": "bb87e28e7d7b8d9a7fda231d37457c9210faf6ce"
830
            },
831
            "dist": {
832
                "type": "zip",
833
                "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/bb87e28e7d7b8d9a7fda231d37457c9210faf6ce",
834
                "reference": "bb87e28e7d7b8d9a7fda231d37457c9210faf6ce",
835
                "shasum": ""
836
            },
837
            "require": {
838
                "ext-tokenizer": "*",
839
                "php": ">=5.5"
840
            },
841
            "require-dev": {
842
                "phpunit/phpunit": "~4.0|~5.0"
843
            },
844
            "bin": [
845
                "bin/php-parse"
846
            ],
847
            "type": "library",
848
            "extra": {
849
                "branch-alias": {
850
                    "dev-master": "3.0-dev"
851
                }
852
            },
853
            "autoload": {
854
                "psr-4": {
855
                    "PhpParser\\": "lib/PhpParser"
856
                }
857
            },
858
            "notification-url": "https://packagist.org/downloads/",
859
            "license": [
860
                "BSD-3-Clause"
861
            ],
862
            "authors": [
863
                {
864
                    "name": "Nikita Popov"
865
                }
866
            ],
867
            "description": "A PHP parser written in PHP",
868
            "keywords": [
869
                "parser",
870
                "php"
871
            ],
872
            "time": "2018-02-28T20:30:58+00:00"
873
        },
874
        {
875
            "name": "padraic/humbug_get_contents",
876
            "version": "1.1.2",
877
            "source": {
878
                "type": "git",
879
                "url": "https://github.com/humbug/file_get_contents.git",
880
                "reference": "dcb086060c9dd6b2f51d8f7a895500307110b7a7"
881
            },
882
            "dist": {
883
                "type": "zip",
884
                "url": "https://api.github.com/repos/humbug/file_get_contents/zipball/dcb086060c9dd6b2f51d8f7a895500307110b7a7",
885
                "reference": "dcb086060c9dd6b2f51d8f7a895500307110b7a7",
886
                "shasum": ""
887
            },
888
            "require": {
889
                "composer/ca-bundle": "^1.0",
890
                "ext-openssl": "*",
891
                "php": "^5.3 || ^7.0 || ^7.1 || ^7.2"
892
            },
893
            "require-dev": {
894
                "bamarni/composer-bin-plugin": "^1.1",
895
                "mikey179/vfsstream": "^1.6",
896
                "phpunit/phpunit": "^4.8 || ^5.7 || ^6.5"
897
            },
898
            "type": "library",
899
            "extra": {
900
                "bamarni-bin": {
901
                    "bin-links": false
902
                },
903
                "branch-alias": {
904
                    "dev-master": "2.0-dev"
905
                }
906
            },
907
            "autoload": {
908
                "psr-4": {
909
                    "Humbug\\": "src/"
910
                },
911
                "files": [
912
                    "src/function.php",
913
                    "src/functions.php"
914
                ]
915
            },
916
            "notification-url": "https://packagist.org/downloads/",
917
            "license": [
918
                "BSD-3-Clause"
919
            ],
920
            "authors": [
921
                {
922
                    "name": "Pádraic Brady",
923
                    "email": "[email protected]",
924
                    "homepage": "http://blog.astrumfutura.com"
925
                },
926
                {
927
                    "name": "Théo Fidry",
928
                    "email": "[email protected]"
929
                }
930
            ],
931
            "description": "Secure wrapper for accessing HTTPS resources with file_get_contents for PHP 5.3+",
932
            "homepage": "https://github.com/padraic/file_get_contents",
933
            "keywords": [
934
                "download",
935
                "file_get_contents",
936
                "http",
937
                "https",
938
                "ssl",
939
                "tls"
940
            ],
941
            "time": "2018-02-12T18:47:17+00:00"
942
        },
943
        {
944
            "name": "padraic/phar-updater",
945
            "version": "v1.0.6",
946
            "source": {
947
                "type": "git",
948
                "url": "https://github.com/humbug/phar-updater.git",
949
                "reference": "d01d3b8f26e541ac9b9eeba1e18d005d852f7ff1"
950
            },
951
            "dist": {
952
                "type": "zip",
953
                "url": "https://api.github.com/repos/humbug/phar-updater/zipball/d01d3b8f26e541ac9b9eeba1e18d005d852f7ff1",
954
                "reference": "d01d3b8f26e541ac9b9eeba1e18d005d852f7ff1",
955
                "shasum": ""
956
            },
957
            "require": {
958
                "padraic/humbug_get_contents": "^1.0",
959
                "php": ">=5.3.3"
960
            },
961
            "require-dev": {
962
                "phpunit/phpunit": "~4.0"
963
            },
964
            "type": "library",
965
            "extra": {
966
                "branch-alias": {
967
                    "dev-master": "1.0-dev"
968
                }
969
            },
970
            "autoload": {
971
                "psr-4": {
972
                    "Humbug\\SelfUpdate\\": "src/"
973
                }
974
            },
975
            "notification-url": "https://packagist.org/downloads/",
976
            "license": [
977
                "BSD-3-Clause"
978
            ],
979
            "authors": [
980
                {
981
                    "name": "Pádraic Brady",
982
                    "email": "[email protected]",
983
                    "homepage": "http://blog.astrumfutura.com"
984
                }
985
            ],
986
            "description": "A thing to make PHAR self-updating easy and secure.",
987
            "keywords": [
988
                "humbug",
989
                "phar",
990
                "self-update",
991
                "update"
992
            ],
993
            "time": "2018-03-30T12:52:15+00:00"
994
        },
995
        {
996
            "name": "pdepend/pdepend",
997
            "version": "2.5.2",
998
            "source": {
999
                "type": "git",
1000
                "url": "https://github.com/pdepend/pdepend.git",
1001
                "reference": "9daf26d0368d4a12bed1cacae1a9f3a6f0adf239"
1002
            },
1003
            "dist": {
1004
                "type": "zip",
1005
                "url": "https://api.github.com/repos/pdepend/pdepend/zipball/9daf26d0368d4a12bed1cacae1a9f3a6f0adf239",
1006
                "reference": "9daf26d0368d4a12bed1cacae1a9f3a6f0adf239",
1007
                "shasum": ""
1008
            },
1009
            "require": {
1010
                "php": ">=5.3.7",
1011
                "symfony/config": "^2.3.0|^3|^4",
1012
                "symfony/dependency-injection": "^2.3.0|^3|^4",
1013
                "symfony/filesystem": "^2.3.0|^3|^4"
1014
            },
1015
            "require-dev": {
1016
                "phpunit/phpunit": "^4.8|^5.7",
1017
                "squizlabs/php_codesniffer": "^2.0.0"
1018
            },
1019
            "bin": [
1020
                "src/bin/pdepend"
1021
            ],
1022
            "type": "library",
1023
            "autoload": {
1024
                "psr-4": {
1025
                    "PDepend\\": "src/main/php/PDepend"
1026
                }
1027
            },
1028
            "notification-url": "https://packagist.org/downloads/",
1029
            "license": [
1030
                "BSD-3-Clause"
1031
            ],
1032
            "description": "Official version of pdepend to be handled with Composer",
1033
            "time": "2017-12-13T13:21:38+00:00"
1034
        },
1035
        {
1036
            "name": "phar-io/manifest",
1037
            "version": "1.0.3",
1038
            "source": {
1039
                "type": "git",
1040
                "url": "https://github.com/phar-io/manifest.git",
1041
                "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4"
1042
            },
1043
            "dist": {
1044
                "type": "zip",
1045
                "url": "https://api.github.com/repos/phar-io/manifest/zipball/7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
1046
                "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
1047
                "shasum": ""
1048
            },
1049
            "require": {
1050
                "ext-dom": "*",
1051
                "ext-phar": "*",
1052
                "phar-io/version": "^2.0",
1053
                "php": "^5.6 || ^7.0"
1054
            },
1055
            "type": "library",
1056
            "extra": {
1057
                "branch-alias": {
1058
                    "dev-master": "1.0.x-dev"
1059
                }
1060
            },
1061
            "autoload": {
1062
                "classmap": [
1063
                    "src/"
1064
                ]
1065
            },
1066
            "notification-url": "https://packagist.org/downloads/",
1067
            "license": [
1068
                "BSD-3-Clause"
1069
            ],
1070
            "authors": [
1071
                {
1072
                    "name": "Arne Blankerts",
1073
                    "email": "[email protected]",
1074
                    "role": "Developer"
1075
                },
1076
                {
1077
                    "name": "Sebastian Heuer",
1078
                    "email": "[email protected]",
1079
                    "role": "Developer"
1080
                },
1081
                {
1082
                    "name": "Sebastian Bergmann",
1083
                    "email": "[email protected]",
1084
                    "role": "Developer"
1085
                }
1086
            ],
1087
            "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
1088
            "time": "2018-07-08T19:23:20+00:00"
1089
        },
1090
        {
1091
            "name": "phar-io/version",
1092
            "version": "2.0.1",
1093
            "source": {
1094
                "type": "git",
1095
                "url": "https://github.com/phar-io/version.git",
1096
                "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6"
1097
            },
1098
            "dist": {
1099
                "type": "zip",
1100
                "url": "https://api.github.com/repos/phar-io/version/zipball/45a2ec53a73c70ce41d55cedef9063630abaf1b6",
1101
                "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6",
1102
                "shasum": ""
1103
            },
1104
            "require": {
1105
                "php": "^5.6 || ^7.0"
1106
            },
1107
            "type": "library",
1108
            "autoload": {
1109
                "classmap": [
1110
                    "src/"
1111
                ]
1112
            },
1113
            "notification-url": "https://packagist.org/downloads/",
1114
            "license": [
1115
                "BSD-3-Clause"
1116
            ],
1117
            "authors": [
1118
                {
1119
                    "name": "Arne Blankerts",
1120
                    "email": "[email protected]",
1121
                    "role": "Developer"
1122
                },
1123
                {
1124
                    "name": "Sebastian Heuer",
1125
                    "email": "[email protected]",
1126
                    "role": "Developer"
1127
                },
1128
                {
1129
                    "name": "Sebastian Bergmann",
1130
                    "email": "[email protected]",
1131
                    "role": "Developer"
1132
                }
1133
            ],
1134
            "description": "Library for handling version information and constraints",
1135
            "time": "2018-07-08T19:19:57+00:00"
1136
        },
1137
        {
1138
            "name": "phpdocumentor/reflection-common",
1139
            "version": "1.0.1",
1140
            "source": {
1141
                "type": "git",
1142
                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
1143
                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
1144
            },
1145
            "dist": {
1146
                "type": "zip",
1147
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
1148
                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
1149
                "shasum": ""
1150
            },
1151
            "require": {
1152
                "php": ">=5.5"
1153
            },
1154
            "require-dev": {
1155
                "phpunit/phpunit": "^4.6"
1156
            },
1157
            "type": "library",
1158
            "extra": {
1159
                "branch-alias": {
1160
                    "dev-master": "1.0.x-dev"
1161
                }
1162
            },
1163
            "autoload": {
1164
                "psr-4": {
1165
                    "phpDocumentor\\Reflection\\": [
1166
                        "src"
1167
                    ]
1168
                }
1169
            },
1170
            "notification-url": "https://packagist.org/downloads/",
1171
            "license": [
1172
                "MIT"
1173
            ],
1174
            "authors": [
1175
                {
1176
                    "name": "Jaap van Otterdijk",
1177
                    "email": "[email protected]"
1178
                }
1179
            ],
1180
            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
1181
            "homepage": "http://www.phpdoc.org",
1182
            "keywords": [
1183
                "FQSEN",
1184
                "phpDocumentor",
1185
                "phpdoc",
1186
                "reflection",
1187
                "static analysis"
1188
            ],
1189
            "time": "2017-09-11T18:02:19+00:00"
1190
        },
1191
        {
1192
            "name": "phpdocumentor/reflection-docblock",
1193
            "version": "4.3.0",
1194
            "source": {
1195
                "type": "git",
1196
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
1197
                "reference": "94fd0001232e47129dd3504189fa1c7225010d08"
1198
            },
1199
            "dist": {
1200
                "type": "zip",
1201
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/94fd0001232e47129dd3504189fa1c7225010d08",
1202
                "reference": "94fd0001232e47129dd3504189fa1c7225010d08",
1203
                "shasum": ""
1204
            },
1205
            "require": {
1206
                "php": "^7.0",
1207
                "phpdocumentor/reflection-common": "^1.0.0",
1208
                "phpdocumentor/type-resolver": "^0.4.0",
1209
                "webmozart/assert": "^1.0"
1210
            },
1211
            "require-dev": {
1212
                "doctrine/instantiator": "~1.0.5",
1213
                "mockery/mockery": "^1.0",
1214
                "phpunit/phpunit": "^6.4"
1215
            },
1216
            "type": "library",
1217
            "extra": {
1218
                "branch-alias": {
1219
                    "dev-master": "4.x-dev"
1220
                }
1221
            },
1222
            "autoload": {
1223
                "psr-4": {
1224
                    "phpDocumentor\\Reflection\\": [
1225
                        "src/"
1226
                    ]
1227
                }
1228
            },
1229
            "notification-url": "https://packagist.org/downloads/",
1230
            "license": [
1231
                "MIT"
1232
            ],
1233
            "authors": [
1234
                {
1235
                    "name": "Mike van Riel",
1236
                    "email": "[email protected]"
1237
                }
1238
            ],
1239
            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
1240
            "time": "2017-11-30T07:14:17+00:00"
1241
        },
1242
        {
1243
            "name": "phpdocumentor/type-resolver",
1244
            "version": "0.4.0",
1245
            "source": {
1246
                "type": "git",
1247
                "url": "https://github.com/phpDocumentor/TypeResolver.git",
1248
                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
1249
            },
1250
            "dist": {
1251
                "type": "zip",
1252
                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
1253
                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
1254
                "shasum": ""
1255
            },
1256
            "require": {
1257
                "php": "^5.5 || ^7.0",
1258
                "phpdocumentor/reflection-common": "^1.0"
1259
            },
1260
            "require-dev": {
1261
                "mockery/mockery": "^0.9.4",
1262
                "phpunit/phpunit": "^5.2||^4.8.24"
1263
            },
1264
            "type": "library",
1265
            "extra": {
1266
                "branch-alias": {
1267
                    "dev-master": "1.0.x-dev"
1268
                }
1269
            },
1270
            "autoload": {
1271
                "psr-4": {
1272
                    "phpDocumentor\\Reflection\\": [
1273
                        "src/"
1274
                    ]
1275
                }
1276
            },
1277
            "notification-url": "https://packagist.org/downloads/",
1278
            "license": [
1279
                "MIT"
1280
            ],
1281
            "authors": [
1282
                {
1283
                    "name": "Mike van Riel",
1284
                    "email": "[email protected]"
1285
                }
1286
            ],
1287
            "time": "2017-07-14T14:27:02+00:00"
1288
        },
1289
        {
1290
            "name": "phploc/phploc",
1291
            "version": "4.0.1",
1292
            "source": {
1293
                "type": "git",
1294
                "url": "https://github.com/sebastianbergmann/phploc.git",
1295
                "reference": "6a8a9416517b82d6326ac9c2d040ad53c13654eb"
1296
            },
1297
            "dist": {
1298
                "type": "zip",
1299
                "url": "https://api.github.com/repos/sebastianbergmann/phploc/zipball/6a8a9416517b82d6326ac9c2d040ad53c13654eb",
1300
                "reference": "6a8a9416517b82d6326ac9c2d040ad53c13654eb",
1301
                "shasum": ""
1302
            },
1303
            "require": {
1304
                "php": "^5.6 || ^7.0",
1305
                "sebastian/finder-facade": "^1.1",
1306
                "sebastian/version": "^2.0",
1307
                "symfony/console": "^2.7|^3.0|^4.0"
1308
            },
1309
            "bin": [
1310
                "phploc"
1311
            ],
1312
            "type": "library",
1313
            "extra": {
1314
                "branch-alias": {
1315
                    "dev-master": "4.0-dev"
1316
                }
1317
            },
1318
            "autoload": {
1319
                "classmap": [
1320
                    "src/"
1321
                ]
1322
            },
1323
            "notification-url": "https://packagist.org/downloads/",
1324
            "license": [
1325
                "BSD-3-Clause"
1326
            ],
1327
            "authors": [
1328
                {
1329
                    "name": "Sebastian Bergmann",
1330
                    "email": "[email protected]",
1331
                    "role": "lead"
1332
                }
1333
            ],
1334
            "description": "A tool for quickly measuring the size of a PHP project.",
1335
            "homepage": "https://github.com/sebastianbergmann/phploc",
1336
            "time": "2017-11-18T17:35:43+00:00"
1337
        },
1338
        {
1339
            "name": "phpmd/phpmd",
1340
            "version": "2.6.0",
1341
            "source": {
1342
                "type": "git",
1343
                "url": "https://github.com/phpmd/phpmd.git",
1344
                "reference": "4e9924b2c157a3eb64395460fcf56b31badc8374"
1345
            },
1346
            "dist": {
1347
                "type": "zip",
1348
                "url": "https://api.github.com/repos/phpmd/phpmd/zipball/4e9924b2c157a3eb64395460fcf56b31badc8374",
1349
                "reference": "4e9924b2c157a3eb64395460fcf56b31badc8374",
1350
                "shasum": ""
1351
            },
1352
            "require": {
1353
                "ext-xml": "*",
1354
                "pdepend/pdepend": "^2.5",
1355
                "php": ">=5.3.9"
1356
            },
1357
            "require-dev": {
1358
                "phpunit/phpunit": "^4.0",
1359
                "squizlabs/php_codesniffer": "^2.0"
1360
            },
1361
            "bin": [
1362
                "src/bin/phpmd"
1363
            ],
1364
            "type": "project",
1365
            "autoload": {
1366
                "psr-0": {
1367
                    "PHPMD\\": "src/main/php"
1368
                }
1369
            },
1370
            "notification-url": "https://packagist.org/downloads/",
1371
            "license": [
1372
                "BSD-3-Clause"
1373
            ],
1374
            "authors": [
1375
                {
1376
                    "name": "Manuel Pichler",
1377
                    "email": "[email protected]",
1378
                    "homepage": "https://github.com/manuelpichler",
1379
                    "role": "Project Founder"
1380
                },
1381
                {
1382
                    "name": "Other contributors",
1383
                    "homepage": "https://github.com/phpmd/phpmd/graphs/contributors",
1384
                    "role": "Contributors"
1385
                },
1386
                {
1387
                    "name": "Marc Würth",
1388
                    "email": "[email protected]",
1389
                    "homepage": "https://github.com/ravage84",
1390
                    "role": "Project Maintainer"
1391
                }
1392
            ],
1393
            "description": "PHPMD is a spin-off project of PHP Depend and aims to be a PHP equivalent of the well known Java tool PMD.",
1394
            "homepage": "http://phpmd.org/",
1395
            "keywords": [
1396
                "mess detection",
1397
                "mess detector",
1398
                "pdepend",
1399
                "phpmd",
1400
                "pmd"
1401
            ],
1402
            "time": "2017-01-20T14:41:10+00:00"
1403
        },
1404
        {
1405
            "name": "phpspec/prophecy",
1406
            "version": "1.7.6",
1407
            "source": {
1408
                "type": "git",
1409
                "url": "https://github.com/phpspec/prophecy.git",
1410
                "reference": "33a7e3c4fda54e912ff6338c48823bd5c0f0b712"
1411
            },
1412
            "dist": {
1413
                "type": "zip",
1414
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/33a7e3c4fda54e912ff6338c48823bd5c0f0b712",
1415
                "reference": "33a7e3c4fda54e912ff6338c48823bd5c0f0b712",
1416
                "shasum": ""
1417
            },
1418
            "require": {
1419
                "doctrine/instantiator": "^1.0.2",
1420
                "php": "^5.3|^7.0",
1421
                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
1422
                "sebastian/comparator": "^1.1|^2.0|^3.0",
1423
                "sebastian/recursion-context": "^1.0|^2.0|^3.0"
1424
            },
1425
            "require-dev": {
1426
                "phpspec/phpspec": "^2.5|^3.2",
1427
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5"
1428
            },
1429
            "type": "library",
1430
            "extra": {
1431
                "branch-alias": {
1432
                    "dev-master": "1.7.x-dev"
1433
                }
1434
            },
1435
            "autoload": {
1436
                "psr-0": {
1437
                    "Prophecy\\": "src/"
1438
                }
1439
            },
1440
            "notification-url": "https://packagist.org/downloads/",
1441
            "license": [
1442
                "MIT"
1443
            ],
1444
            "authors": [
1445
                {
1446
                    "name": "Konstantin Kudryashov",
1447
                    "email": "[email protected]",
1448
                    "homepage": "http://everzet.com"
1449
                },
1450
                {
1451
                    "name": "Marcello Duarte",
1452
                    "email": "[email protected]"
1453
                }
1454
            ],
1455
            "description": "Highly opinionated mocking framework for PHP 5.3+",
1456
            "homepage": "https://github.com/phpspec/prophecy",
1457
            "keywords": [
1458
                "Double",
1459
                "Dummy",
1460
                "fake",
1461
                "mock",
1462
                "spy",
1463
                "stub"
1464
            ],
1465
            "time": "2018-04-18T13:57:24+00:00"
1466
        },
1467
        {
1468
            "name": "phpstan/phpstan-shim",
1469
            "version": "0.9.2",
1470
            "source": {
1471
                "type": "git",
1472
                "url": "https://github.com/phpstan/phpstan-shim.git",
1473
                "reference": "e4720fb2916be05de02869780072253e7e0e8a75"
1474
            },
1475
            "dist": {
1476
                "type": "zip",
1477
                "url": "https://api.github.com/repos/phpstan/phpstan-shim/zipball/e4720fb2916be05de02869780072253e7e0e8a75",
1478
                "reference": "e4720fb2916be05de02869780072253e7e0e8a75",
1479
                "shasum": ""
1480
            },
1481
            "require": {
1482
                "php": "~7.0"
1483
            },
1484
            "replace": {
1485
                "phpstan/phpstan": "self.version"
1486
            },
1487
            "bin": [
1488
                "phpstan",
1489
                "phpstan.phar"
1490
            ],
1491
            "type": "library",
1492
            "extra": {
1493
                "branch-alias": {
1494
                    "dev-master": "0.9-dev"
1495
                }
1496
            },
1497
            "notification-url": "https://packagist.org/downloads/",
1498
            "license": [
1499
                "MIT"
1500
            ],
1501
            "description": "PHPStan Phar distribution",
1502
            "time": "2018-01-28T14:29:27+00:00"
1503
        },
1504
        {
1505
            "name": "phpstan/phpstan-strict-rules",
1506
            "version": "0.9",
1507
            "source": {
1508
                "type": "git",
1509
                "url": "https://github.com/phpstan/phpstan-strict-rules.git",
1510
                "reference": "15be9090622c6b85c079922308f831018d8d9e23"
1511
            },
1512
            "dist": {
1513
                "type": "zip",
1514
                "url": "https://api.github.com/repos/phpstan/phpstan-strict-rules/zipball/15be9090622c6b85c079922308f831018d8d9e23",
1515
                "reference": "15be9090622c6b85c079922308f831018d8d9e23",
1516
                "shasum": ""
1517
            },
1518
            "require": {
1519
                "php": "~7.0",
1520
                "phpstan/phpstan": "^0.9"
1521
            },
1522
            "require-dev": {
1523
                "consistence/coding-standard": "^2.0.0",
1524
                "jakub-onderka/php-parallel-lint": "^0.9.2",
1525
                "phing/phing": "^2.16.0",
1526
                "phpstan/phpstan-phpunit": "^0.9",
1527
                "phpunit/phpunit": "^6.4",
1528
                "slevomat/coding-standard": "^3.3.0"
1529
            },
1530
            "type": "library",
1531
            "extra": {
1532
                "branch-alias": {
1533
                    "dev-master": "0.9-dev"
1534
                }
1535
            },
1536
            "autoload": {
1537
                "psr-4": {
1538
                    "PHPStan\\": "src/"
1539
                }
1540
            },
1541
            "notification-url": "https://packagist.org/downloads/",
1542
            "license": [
1543
                "MIT"
1544
            ],
1545
            "description": "Extra strict and opinionated rules for PHPStan",
1546
            "time": "2017-11-26T20:12:30+00:00"
1547
        },
1548
        {
1549
            "name": "phpunit/php-code-coverage",
1550
            "version": "6.0.7",
1551
            "source": {
1552
                "type": "git",
1553
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
1554
                "reference": "865662550c384bc1db7e51d29aeda1c2c161d69a"
1555
            },
1556
            "dist": {
1557
                "type": "zip",
1558
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/865662550c384bc1db7e51d29aeda1c2c161d69a",
1559
                "reference": "865662550c384bc1db7e51d29aeda1c2c161d69a",
1560
                "shasum": ""
1561
            },
1562
            "require": {
1563
                "ext-dom": "*",
1564
                "ext-xmlwriter": "*",
1565
                "php": "^7.1",
1566
                "phpunit/php-file-iterator": "^2.0",
1567
                "phpunit/php-text-template": "^1.2.1",
1568
                "phpunit/php-token-stream": "^3.0",
1569
                "sebastian/code-unit-reverse-lookup": "^1.0.1",
1570
                "sebastian/environment": "^3.1",
1571
                "sebastian/version": "^2.0.1",
1572
                "theseer/tokenizer": "^1.1"
1573
            },
1574
            "require-dev": {
1575
                "phpunit/phpunit": "^7.0"
1576
            },
1577
            "suggest": {
1578
                "ext-xdebug": "^2.6.0"
1579
            },
1580
            "type": "library",
1581
            "extra": {
1582
                "branch-alias": {
1583
                    "dev-master": "6.0-dev"
1584
                }
1585
            },
1586
            "autoload": {
1587
                "classmap": [
1588
                    "src/"
1589
                ]
1590
            },
1591
            "notification-url": "https://packagist.org/downloads/",
1592
            "license": [
1593
                "BSD-3-Clause"
1594
            ],
1595
            "authors": [
1596
                {
1597
                    "name": "Sebastian Bergmann",
1598
                    "email": "[email protected]",
1599
                    "role": "lead"
1600
                }
1601
            ],
1602
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
1603
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
1604
            "keywords": [
1605
                "coverage",
1606
                "testing",
1607
                "xunit"
1608
            ],
1609
            "time": "2018-06-01T07:51:50+00:00"
1610
        },
1611
        {
1612
            "name": "phpunit/php-file-iterator",
1613
            "version": "2.0.1",
1614
            "source": {
1615
                "type": "git",
1616
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
1617
                "reference": "cecbc684605bb0cc288828eb5d65d93d5c676d3c"
1618
            },
1619
            "dist": {
1620
                "type": "zip",
1621
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/cecbc684605bb0cc288828eb5d65d93d5c676d3c",
1622
                "reference": "cecbc684605bb0cc288828eb5d65d93d5c676d3c",
1623
                "shasum": ""
1624
            },
1625
            "require": {
1626
                "php": "^7.1"
1627
            },
1628
            "type": "library",
1629
            "extra": {
1630
                "branch-alias": {
1631
                    "dev-master": "2.0.x-dev"
1632
                }
1633
            },
1634
            "autoload": {
1635
                "classmap": [
1636
                    "src/"
1637
                ]
1638
            },
1639
            "notification-url": "https://packagist.org/downloads/",
1640
            "license": [
1641
                "BSD-3-Clause"
1642
            ],
1643
            "authors": [
1644
                {
1645
                    "name": "Sebastian Bergmann",
1646
                    "email": "[email protected]",
1647
                    "role": "lead"
1648
                }
1649
            ],
1650
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
1651
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
1652
            "keywords": [
1653
                "filesystem",
1654
                "iterator"
1655
            ],
1656
            "time": "2018-06-11T11:44:00+00:00"
1657
        },
1658
        {
1659
            "name": "phpunit/php-invoker",
1660
            "version": "2.0.0",
1661
            "source": {
1662
                "type": "git",
1663
                "url": "https://github.com/sebastianbergmann/php-invoker.git",
1664
                "reference": "4a01883f660b10d4a19a14de5efd19b22eac2d93"
1665
            },
1666
            "dist": {
1667
                "type": "zip",
1668
                "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/4a01883f660b10d4a19a14de5efd19b22eac2d93",
1669
                "reference": "4a01883f660b10d4a19a14de5efd19b22eac2d93",
1670
                "shasum": ""
1671
            },
1672
            "require": {
1673
                "ext-pcntl": "*",
1674
                "php": "^7.1"
1675
            },
1676
            "require-dev": {
1677
                "phpunit/phpunit": "^6.5"
1678
            },
1679
            "type": "library",
1680
            "extra": {
1681
                "branch-alias": {
1682
                    "dev-master": "2.0-dev"
1683
                }
1684
            },
1685
            "autoload": {
1686
                "classmap": [
1687
                    "src/"
1688
                ]
1689
            },
1690
            "notification-url": "https://packagist.org/downloads/",
1691
            "license": [
1692
                "BSD-3-Clause"
1693
            ],
1694
            "authors": [
1695
                {
1696
                    "name": "Sebastian Bergmann",
1697
                    "email": "[email protected]",
1698
                    "role": "lead"
1699
                }
1700
            ],
1701
            "description": "Invoke callables with a timeout",
1702
            "homepage": "https://github.com/sebastianbergmann/php-invoker/",
1703
            "keywords": [
1704
                "process"
1705
            ],
1706
            "time": "2018-01-27T06:52:17+00:00"
1707
        },
1708
        {
1709
            "name": "phpunit/php-text-template",
1710
            "version": "1.2.1",
1711
            "source": {
1712
                "type": "git",
1713
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
1714
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
1715
            },
1716
            "dist": {
1717
                "type": "zip",
1718
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
1719
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
1720
                "shasum": ""
1721
            },
1722
            "require": {
1723
                "php": ">=5.3.3"
1724
            },
1725
            "type": "library",
1726
            "autoload": {
1727
                "classmap": [
1728
                    "src/"
1729
                ]
1730
            },
1731
            "notification-url": "https://packagist.org/downloads/",
1732
            "license": [
1733
                "BSD-3-Clause"
1734
            ],
1735
            "authors": [
1736
                {
1737
                    "name": "Sebastian Bergmann",
1738
                    "email": "[email protected]",
1739
                    "role": "lead"
1740
                }
1741
            ],
1742
            "description": "Simple template engine.",
1743
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
1744
            "keywords": [
1745
                "template"
1746
            ],
1747
            "time": "2015-06-21T13:50:34+00:00"
1748
        },
1749
        {
1750
            "name": "phpunit/php-timer",
1751
            "version": "2.0.0",
1752
            "source": {
1753
                "type": "git",
1754
                "url": "https://github.com/sebastianbergmann/php-timer.git",
1755
                "reference": "8b8454ea6958c3dee38453d3bd571e023108c91f"
1756
            },
1757
            "dist": {
1758
                "type": "zip",
1759
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/8b8454ea6958c3dee38453d3bd571e023108c91f",
1760
                "reference": "8b8454ea6958c3dee38453d3bd571e023108c91f",
1761
                "shasum": ""
1762
            },
1763
            "require": {
1764
                "php": "^7.1"
1765
            },
1766
            "require-dev": {
1767
                "phpunit/phpunit": "^7.0"
1768
            },
1769
            "type": "library",
1770
            "extra": {
1771
                "branch-alias": {
1772
                    "dev-master": "2.0-dev"
1773
                }
1774
            },
1775
            "autoload": {
1776
                "classmap": [
1777
                    "src/"
1778
                ]
1779
            },
1780
            "notification-url": "https://packagist.org/downloads/",
1781
            "license": [
1782
                "BSD-3-Clause"
1783
            ],
1784
            "authors": [
1785
                {
1786
                    "name": "Sebastian Bergmann",
1787
                    "email": "[email protected]",
1788
                    "role": "lead"
1789
                }
1790
            ],
1791
            "description": "Utility class for timing",
1792
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
1793
            "keywords": [
1794
                "timer"
1795
            ],
1796
            "time": "2018-02-01T13:07:23+00:00"
1797
        },
1798
        {
1799
            "name": "phpunit/php-token-stream",
1800
            "version": "3.0.0",
1801
            "source": {
1802
                "type": "git",
1803
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
1804
                "reference": "21ad88bbba7c3d93530d93994e0a33cd45f02ace"
1805
            },
1806
            "dist": {
1807
                "type": "zip",
1808
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/21ad88bbba7c3d93530d93994e0a33cd45f02ace",
1809
                "reference": "21ad88bbba7c3d93530d93994e0a33cd45f02ace",
1810
                "shasum": ""
1811
            },
1812
            "require": {
1813
                "ext-tokenizer": "*",
1814
                "php": "^7.1"
1815
            },
1816
            "require-dev": {
1817
                "phpunit/phpunit": "^7.0"
1818
            },
1819
            "type": "library",
1820
            "extra": {
1821
                "branch-alias": {
1822
                    "dev-master": "3.0-dev"
1823
                }
1824
            },
1825
            "autoload": {
1826
                "classmap": [
1827
                    "src/"
1828
                ]
1829
            },
1830
            "notification-url": "https://packagist.org/downloads/",
1831
            "license": [
1832
                "BSD-3-Clause"
1833
            ],
1834
            "authors": [
1835
                {
1836
                    "name": "Sebastian Bergmann",
1837
                    "email": "[email protected]"
1838
                }
1839
            ],
1840
            "description": "Wrapper around PHP's tokenizer extension.",
1841
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
1842
            "keywords": [
1843
                "tokenizer"
1844
            ],
1845
            "time": "2018-02-01T13:16:43+00:00"
1846
        },
1847
        {
1848
            "name": "phpunit/phpunit",
1849
            "version": "7.2.7",
1850
            "source": {
1851
                "type": "git",
1852
                "url": "https://github.com/sebastianbergmann/phpunit.git",
1853
                "reference": "8e878aff7917ef66e702e03d1359b16eee254e2c"
1854
            },
1855
            "dist": {
1856
                "type": "zip",
1857
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/8e878aff7917ef66e702e03d1359b16eee254e2c",
1858
                "reference": "8e878aff7917ef66e702e03d1359b16eee254e2c",
1859
                "shasum": ""
1860
            },
1861
            "require": {
1862
                "doctrine/instantiator": "^1.1",
1863
                "ext-dom": "*",
1864
                "ext-json": "*",
1865
                "ext-libxml": "*",
1866
                "ext-mbstring": "*",
1867
                "ext-xml": "*",
1868
                "myclabs/deep-copy": "^1.7",
1869
                "phar-io/manifest": "^1.0.2",
1870
                "phar-io/version": "^2.0",
1871
                "php": "^7.1",
1872
                "phpspec/prophecy": "^1.7",
1873
                "phpunit/php-code-coverage": "^6.0.7",
1874
                "phpunit/php-file-iterator": "^2.0.1",
1875
                "phpunit/php-text-template": "^1.2.1",
1876
                "phpunit/php-timer": "^2.0",
1877
                "sebastian/comparator": "^3.0",
1878
                "sebastian/diff": "^3.0",
1879
                "sebastian/environment": "^3.1",
1880
                "sebastian/exporter": "^3.1",
1881
                "sebastian/global-state": "^2.0",
1882
                "sebastian/object-enumerator": "^3.0.3",
1883
                "sebastian/resource-operations": "^1.0",
1884
                "sebastian/version": "^2.0.1"
1885
            },
1886
            "conflict": {
1887
                "phpunit/phpunit-mock-objects": "*"
1888
            },
1889
            "require-dev": {
1890
                "ext-pdo": "*"
1891
            },
1892
            "suggest": {
1893
                "ext-soap": "*",
1894
                "ext-xdebug": "*",
1895
                "phpunit/php-invoker": "^2.0"
1896
            },
1897
            "bin": [
1898
                "phpunit"
1899
            ],
1900
            "type": "library",
1901
            "extra": {
1902
                "branch-alias": {
1903
                    "dev-master": "7.2-dev"
1904
                }
1905
            },
1906
            "autoload": {
1907
                "classmap": [
1908
                    "src/"
1909
                ]
1910
            },
1911
            "notification-url": "https://packagist.org/downloads/",
1912
            "license": [
1913
                "BSD-3-Clause"
1914
            ],
1915
            "authors": [
1916
                {
1917
                    "name": "Sebastian Bergmann",
1918
                    "email": "[email protected]",
1919
                    "role": "lead"
1920
                }
1921
            ],
1922
            "description": "The PHP Unit Testing framework.",
1923
            "homepage": "https://phpunit.de/",
1924
            "keywords": [
1925
                "phpunit",
1926
                "testing",
1927
                "xunit"
1928
            ],
1929
            "time": "2018-07-15T05:20:50+00:00"
1930
        },
1931
        {
1932
            "name": "pimple/pimple",
1933
            "version": "v3.2.3",
1934
            "source": {
1935
                "type": "git",
1936
                "url": "https://github.com/silexphp/Pimple.git",
1937
                "reference": "9e403941ef9d65d20cba7d54e29fe906db42cf32"
1938
            },
1939
            "dist": {
1940
                "type": "zip",
1941
                "url": "https://api.github.com/repos/silexphp/Pimple/zipball/9e403941ef9d65d20cba7d54e29fe906db42cf32",
1942
                "reference": "9e403941ef9d65d20cba7d54e29fe906db42cf32",
1943
                "shasum": ""
1944
            },
1945
            "require": {
1946
                "php": ">=5.3.0",
1947
                "psr/container": "^1.0"
1948
            },
1949
            "require-dev": {
1950
                "symfony/phpunit-bridge": "^3.2"
1951
            },
1952
            "type": "library",
1953
            "extra": {
1954
                "branch-alias": {
1955
                    "dev-master": "3.2.x-dev"
1956
                }
1957
            },
1958
            "autoload": {
1959
                "psr-0": {
1960
                    "Pimple": "src/"
1961
                }
1962
            },
1963
            "notification-url": "https://packagist.org/downloads/",
1964
            "license": [
1965
                "MIT"
1966
            ],
1967
            "authors": [
1968
                {
1969
                    "name": "Fabien Potencier",
1970
                    "email": "[email protected]"
1971
                }
1972
            ],
1973
            "description": "Pimple, a simple Dependency Injection Container",
1974
            "homepage": "http://pimple.sensiolabs.org",
1975
            "keywords": [
1976
                "container",
1977
                "dependency injection"
1978
            ],
1979
            "time": "2018-01-21T07:42:36+00:00"
1980
        },
1981
        {
1982
            "name": "psr/container",
1983
            "version": "1.0.0",
1984
            "source": {
1985
                "type": "git",
1986
                "url": "https://github.com/php-fig/container.git",
1987
                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
1988
            },
1989
            "dist": {
1990
                "type": "zip",
1991
                "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
1992
                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
1993
                "shasum": ""
1994
            },
1995
            "require": {
1996
                "php": ">=5.3.0"
1997
            },
1998
            "type": "library",
1999
            "extra": {
2000
                "branch-alias": {
2001
                    "dev-master": "1.0.x-dev"
2002
                }
2003
            },
2004
            "autoload": {
2005
                "psr-4": {
2006
                    "Psr\\Container\\": "src/"
2007
                }
2008
            },
2009
            "notification-url": "https://packagist.org/downloads/",
2010
            "license": [
2011
                "MIT"
2012
            ],
2013
            "authors": [
2014
                {
2015
                    "name": "PHP-FIG",
2016
                    "homepage": "http://www.php-fig.org/"
2017
                }
2018
            ],
2019
            "description": "Common Container Interface (PHP FIG PSR-11)",
2020
            "homepage": "https://github.com/php-fig/container",
2021
            "keywords": [
2022
                "PSR-11",
2023
                "container",
2024
                "container-interface",
2025
                "container-interop",
2026
                "psr"
2027
            ],
2028
            "time": "2017-02-14T16:28:37+00:00"
2029
        },
2030
        {
2031
            "name": "psr/http-message",
2032
            "version": "1.0.1",
2033
            "source": {
2034
                "type": "git",
2035
                "url": "https://github.com/php-fig/http-message.git",
2036
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
2037
            },
2038
            "dist": {
2039
                "type": "zip",
2040
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
2041
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
2042
                "shasum": ""
2043
            },
2044
            "require": {
2045
                "php": ">=5.3.0"
2046
            },
2047
            "type": "library",
2048
            "extra": {
2049
                "branch-alias": {
2050
                    "dev-master": "1.0.x-dev"
2051
                }
2052
            },
2053
            "autoload": {
2054
                "psr-4": {
2055
                    "Psr\\Http\\Message\\": "src/"
2056
                }
2057
            },
2058
            "notification-url": "https://packagist.org/downloads/",
2059
            "license": [
2060
                "MIT"
2061
            ],
2062
            "authors": [
2063
                {
2064
                    "name": "PHP-FIG",
2065
                    "homepage": "http://www.php-fig.org/"
2066
                }
2067
            ],
2068
            "description": "Common interface for HTTP messages",
2069
            "homepage": "https://github.com/php-fig/http-message",
2070
            "keywords": [
2071
                "http",
2072
                "http-message",
2073
                "psr",
2074
                "psr-7",
2075
                "request",
2076
                "response"
2077
            ],
2078
            "time": "2016-08-06T14:39:51+00:00"
2079
        },
2080
        {
2081
            "name": "sebastian/code-unit-reverse-lookup",
2082
            "version": "1.0.1",
2083
            "source": {
2084
                "type": "git",
2085
                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
2086
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
2087
            },
2088
            "dist": {
2089
                "type": "zip",
2090
                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
2091
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
2092
                "shasum": ""
2093
            },
2094
            "require": {
2095
                "php": "^5.6 || ^7.0"
2096
            },
2097
            "require-dev": {
2098
                "phpunit/phpunit": "^5.7 || ^6.0"
2099
            },
2100
            "type": "library",
2101
            "extra": {
2102
                "branch-alias": {
2103
                    "dev-master": "1.0.x-dev"
2104
                }
2105
            },
2106
            "autoload": {
2107
                "classmap": [
2108
                    "src/"
2109
                ]
2110
            },
2111
            "notification-url": "https://packagist.org/downloads/",
2112
            "license": [
2113
                "BSD-3-Clause"
2114
            ],
2115
            "authors": [
2116
                {
2117
                    "name": "Sebastian Bergmann",
2118
                    "email": "[email protected]"
2119
                }
2120
            ],
2121
            "description": "Looks up which function or method a line of code belongs to",
2122
            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
2123
            "time": "2017-03-04T06:30:41+00:00"
2124
        },
2125
        {
2126
            "name": "sebastian/comparator",
2127
            "version": "3.0.2",
2128
            "source": {
2129
                "type": "git",
2130
                "url": "https://github.com/sebastianbergmann/comparator.git",
2131
                "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da"
2132
            },
2133
            "dist": {
2134
                "type": "zip",
2135
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
2136
                "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
2137
                "shasum": ""
2138
            },
2139
            "require": {
2140
                "php": "^7.1",
2141
                "sebastian/diff": "^3.0",
2142
                "sebastian/exporter": "^3.1"
2143
            },
2144
            "require-dev": {
2145
                "phpunit/phpunit": "^7.1"
2146
            },
2147
            "type": "library",
2148
            "extra": {
2149
                "branch-alias": {
2150
                    "dev-master": "3.0-dev"
2151
                }
2152
            },
2153
            "autoload": {
2154
                "classmap": [
2155
                    "src/"
2156
                ]
2157
            },
2158
            "notification-url": "https://packagist.org/downloads/",
2159
            "license": [
2160
                "BSD-3-Clause"
2161
            ],
2162
            "authors": [
2163
                {
2164
                    "name": "Jeff Welch",
2165
                    "email": "[email protected]"
2166
                },
2167
                {
2168
                    "name": "Volker Dusch",
2169
                    "email": "[email protected]"
2170
                },
2171
                {
2172
                    "name": "Bernhard Schussek",
2173
                    "email": "[email protected]"
2174
                },
2175
                {
2176
                    "name": "Sebastian Bergmann",
2177
                    "email": "[email protected]"
2178
                }
2179
            ],
2180
            "description": "Provides the functionality to compare PHP values for equality",
2181
            "homepage": "https://github.com/sebastianbergmann/comparator",
2182
            "keywords": [
2183
                "comparator",
2184
                "compare",
2185
                "equality"
2186
            ],
2187
            "time": "2018-07-12T15:12:46+00:00"
2188
        },
2189
        {
2190
            "name": "sebastian/diff",
2191
            "version": "3.0.1",
2192
            "source": {
2193
                "type": "git",
2194
                "url": "https://github.com/sebastianbergmann/diff.git",
2195
                "reference": "366541b989927187c4ca70490a35615d3fef2dce"
2196
            },
2197
            "dist": {
2198
                "type": "zip",
2199
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/366541b989927187c4ca70490a35615d3fef2dce",
2200
                "reference": "366541b989927187c4ca70490a35615d3fef2dce",
2201
                "shasum": ""
2202
            },
2203
            "require": {
2204
                "php": "^7.1"
2205
            },
2206
            "require-dev": {
2207
                "phpunit/phpunit": "^7.0",
2208
                "symfony/process": "^2 || ^3.3 || ^4"
2209
            },
2210
            "type": "library",
2211
            "extra": {
2212
                "branch-alias": {
2213
                    "dev-master": "3.0-dev"
2214
                }
2215
            },
2216
            "autoload": {
2217
                "classmap": [
2218
                    "src/"
2219
                ]
2220
            },
2221
            "notification-url": "https://packagist.org/downloads/",
2222
            "license": [
2223
                "BSD-3-Clause"
2224
            ],
2225
            "authors": [
2226
                {
2227
                    "name": "Kore Nordmann",
2228
                    "email": "[email protected]"
2229
                },
2230
                {
2231
                    "name": "Sebastian Bergmann",
2232
                    "email": "[email protected]"
2233
                }
2234
            ],
2235
            "description": "Diff implementation",
2236
            "homepage": "https://github.com/sebastianbergmann/diff",
2237
            "keywords": [
2238
                "diff",
2239
                "udiff",
2240
                "unidiff",
2241
                "unified diff"
2242
            ],
2243
            "time": "2018-06-10T07:54:39+00:00"
2244
        },
2245
        {
2246
            "name": "sebastian/environment",
2247
            "version": "3.1.0",
2248
            "source": {
2249
                "type": "git",
2250
                "url": "https://github.com/sebastianbergmann/environment.git",
2251
                "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5"
2252
            },
2253
            "dist": {
2254
                "type": "zip",
2255
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
2256
                "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
2257
                "shasum": ""
2258
            },
2259
            "require": {
2260
                "php": "^7.0"
2261
            },
2262
            "require-dev": {
2263
                "phpunit/phpunit": "^6.1"
2264
            },
2265
            "type": "library",
2266
            "extra": {
2267
                "branch-alias": {
2268
                    "dev-master": "3.1.x-dev"
2269
                }
2270
            },
2271
            "autoload": {
2272
                "classmap": [
2273
                    "src/"
2274
                ]
2275
            },
2276
            "notification-url": "https://packagist.org/downloads/",
2277
            "license": [
2278
                "BSD-3-Clause"
2279
            ],
2280
            "authors": [
2281
                {
2282
                    "name": "Sebastian Bergmann",
2283
                    "email": "[email protected]"
2284
                }
2285
            ],
2286
            "description": "Provides functionality to handle HHVM/PHP environments",
2287
            "homepage": "http://www.github.com/sebastianbergmann/environment",
2288
            "keywords": [
2289
                "Xdebug",
2290
                "environment",
2291
                "hhvm"
2292
            ],
2293
            "time": "2017-07-01T08:51:00+00:00"
2294
        },
2295
        {
2296
            "name": "sebastian/exporter",
2297
            "version": "3.1.0",
2298
            "source": {
2299
                "type": "git",
2300
                "url": "https://github.com/sebastianbergmann/exporter.git",
2301
                "reference": "234199f4528de6d12aaa58b612e98f7d36adb937"
2302
            },
2303
            "dist": {
2304
                "type": "zip",
2305
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/234199f4528de6d12aaa58b612e98f7d36adb937",
2306
                "reference": "234199f4528de6d12aaa58b612e98f7d36adb937",
2307
                "shasum": ""
2308
            },
2309
            "require": {
2310
                "php": "^7.0",
2311
                "sebastian/recursion-context": "^3.0"
2312
            },
2313
            "require-dev": {
2314
                "ext-mbstring": "*",
2315
                "phpunit/phpunit": "^6.0"
2316
            },
2317
            "type": "library",
2318
            "extra": {
2319
                "branch-alias": {
2320
                    "dev-master": "3.1.x-dev"
2321
                }
2322
            },
2323
            "autoload": {
2324
                "classmap": [
2325
                    "src/"
2326
                ]
2327
            },
2328
            "notification-url": "https://packagist.org/downloads/",
2329
            "license": [
2330
                "BSD-3-Clause"
2331
            ],
2332
            "authors": [
2333
                {
2334
                    "name": "Jeff Welch",
2335
                    "email": "[email protected]"
2336
                },
2337
                {
2338
                    "name": "Volker Dusch",
2339
                    "email": "[email protected]"
2340
                },
2341
                {
2342
                    "name": "Bernhard Schussek",
2343
                    "email": "[email protected]"
2344
                },
2345
                {
2346
                    "name": "Sebastian Bergmann",
2347
                    "email": "[email protected]"
2348
                },
2349
                {
2350
                    "name": "Adam Harvey",
2351
                    "email": "[email protected]"
2352
                }
2353
            ],
2354
            "description": "Provides the functionality to export PHP variables for visualization",
2355
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
2356
            "keywords": [
2357
                "export",
2358
                "exporter"
2359
            ],
2360
            "time": "2017-04-03T13:19:02+00:00"
2361
        },
2362
        {
2363
            "name": "sebastian/finder-facade",
2364
            "version": "1.2.2",
2365
            "source": {
2366
                "type": "git",
2367
                "url": "https://github.com/sebastianbergmann/finder-facade.git",
2368
                "reference": "4a3174709c2dc565fe5fb26fcf827f6a1fc7b09f"
2369
            },
2370
            "dist": {
2371
                "type": "zip",
2372
                "url": "https://api.github.com/repos/sebastianbergmann/finder-facade/zipball/4a3174709c2dc565fe5fb26fcf827f6a1fc7b09f",
2373
                "reference": "4a3174709c2dc565fe5fb26fcf827f6a1fc7b09f",
2374
                "shasum": ""
2375
            },
2376
            "require": {
2377
                "symfony/finder": "~2.3|~3.0|~4.0",
2378
                "theseer/fdomdocument": "~1.3"
2379
            },
2380
            "type": "library",
2381
            "autoload": {
2382
                "classmap": [
2383
                    "src/"
2384
                ]
2385
            },
2386
            "notification-url": "https://packagist.org/downloads/",
2387
            "license": [
2388
                "BSD-3-Clause"
2389
            ],
2390
            "authors": [
2391
                {
2392
                    "name": "Sebastian Bergmann",
2393
                    "email": "[email protected]",
2394
                    "role": "lead"
2395
                }
2396
            ],
2397
            "description": "FinderFacade is a convenience wrapper for Symfony's Finder component.",
2398
            "homepage": "https://github.com/sebastianbergmann/finder-facade",
2399
            "time": "2017-11-18T17:31:49+00:00"
2400
        },
2401
        {
2402
            "name": "sebastian/global-state",
2403
            "version": "2.0.0",
2404
            "source": {
2405
                "type": "git",
2406
                "url": "https://github.com/sebastianbergmann/global-state.git",
2407
                "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4"
2408
            },
2409
            "dist": {
2410
                "type": "zip",
2411
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
2412
                "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
2413
                "shasum": ""
2414
            },
2415
            "require": {
2416
                "php": "^7.0"
2417
            },
2418
            "require-dev": {
2419
                "phpunit/phpunit": "^6.0"
2420
            },
2421
            "suggest": {
2422
                "ext-uopz": "*"
2423
            },
2424
            "type": "library",
2425
            "extra": {
2426
                "branch-alias": {
2427
                    "dev-master": "2.0-dev"
2428
                }
2429
            },
2430
            "autoload": {
2431
                "classmap": [
2432
                    "src/"
2433
                ]
2434
            },
2435
            "notification-url": "https://packagist.org/downloads/",
2436
            "license": [
2437
                "BSD-3-Clause"
2438
            ],
2439
            "authors": [
2440
                {
2441
                    "name": "Sebastian Bergmann",
2442
                    "email": "[email protected]"
2443
                }
2444
            ],
2445
            "description": "Snapshotting of global state",
2446
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
2447
            "keywords": [
2448
                "global state"
2449
            ],
2450
            "time": "2017-04-27T15:39:26+00:00"
2451
        },
2452
        {
2453
            "name": "sebastian/object-enumerator",
2454
            "version": "3.0.3",
2455
            "source": {
2456
                "type": "git",
2457
                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
2458
                "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
2459
            },
2460
            "dist": {
2461
                "type": "zip",
2462
                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
2463
                "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
2464
                "shasum": ""
2465
            },
2466
            "require": {
2467
                "php": "^7.0",
2468
                "sebastian/object-reflector": "^1.1.1",
2469
                "sebastian/recursion-context": "^3.0"
2470
            },
2471
            "require-dev": {
2472
                "phpunit/phpunit": "^6.0"
2473
            },
2474
            "type": "library",
2475
            "extra": {
2476
                "branch-alias": {
2477
                    "dev-master": "3.0.x-dev"
2478
                }
2479
            },
2480
            "autoload": {
2481
                "classmap": [
2482
                    "src/"
2483
                ]
2484
            },
2485
            "notification-url": "https://packagist.org/downloads/",
2486
            "license": [
2487
                "BSD-3-Clause"
2488
            ],
2489
            "authors": [
2490
                {
2491
                    "name": "Sebastian Bergmann",
2492
                    "email": "[email protected]"
2493
                }
2494
            ],
2495
            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
2496
            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
2497
            "time": "2017-08-03T12:35:26+00:00"
2498
        },
2499
        {
2500
            "name": "sebastian/object-reflector",
2501
            "version": "1.1.1",
2502
            "source": {
2503
                "type": "git",
2504
                "url": "https://github.com/sebastianbergmann/object-reflector.git",
2505
                "reference": "773f97c67f28de00d397be301821b06708fca0be"
2506
            },
2507
            "dist": {
2508
                "type": "zip",
2509
                "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
2510
                "reference": "773f97c67f28de00d397be301821b06708fca0be",
2511
                "shasum": ""
2512
            },
2513
            "require": {
2514
                "php": "^7.0"
2515
            },
2516
            "require-dev": {
2517
                "phpunit/phpunit": "^6.0"
2518
            },
2519
            "type": "library",
2520
            "extra": {
2521
                "branch-alias": {
2522
                    "dev-master": "1.1-dev"
2523
                }
2524
            },
2525
            "autoload": {
2526
                "classmap": [
2527
                    "src/"
2528
                ]
2529
            },
2530
            "notification-url": "https://packagist.org/downloads/",
2531
            "license": [
2532
                "BSD-3-Clause"
2533
            ],
2534
            "authors": [
2535
                {
2536
                    "name": "Sebastian Bergmann",
2537
                    "email": "[email protected]"
2538
                }
2539
            ],
2540
            "description": "Allows reflection of object attributes, including inherited and non-public ones",
2541
            "homepage": "https://github.com/sebastianbergmann/object-reflector/",
2542
            "time": "2017-03-29T09:07:27+00:00"
2543
        },
2544
        {
2545
            "name": "sebastian/recursion-context",
2546
            "version": "3.0.0",
2547
            "source": {
2548
                "type": "git",
2549
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
2550
                "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
2551
            },
2552
            "dist": {
2553
                "type": "zip",
2554
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
2555
                "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
2556
                "shasum": ""
2557
            },
2558
            "require": {
2559
                "php": "^7.0"
2560
            },
2561
            "require-dev": {
2562
                "phpunit/phpunit": "^6.0"
2563
            },
2564
            "type": "library",
2565
            "extra": {
2566
                "branch-alias": {
2567
                    "dev-master": "3.0.x-dev"
2568
                }
2569
            },
2570
            "autoload": {
2571
                "classmap": [
2572
                    "src/"
2573
                ]
2574
            },
2575
            "notification-url": "https://packagist.org/downloads/",
2576
            "license": [
2577
                "BSD-3-Clause"
2578
            ],
2579
            "authors": [
2580
                {
2581
                    "name": "Jeff Welch",
2582
                    "email": "[email protected]"
2583
                },
2584
                {
2585
                    "name": "Sebastian Bergmann",
2586
                    "email": "[email protected]"
2587
                },
2588
                {
2589
                    "name": "Adam Harvey",
2590
                    "email": "[email protected]"
2591
                }
2592
            ],
2593
            "description": "Provides functionality to recursively process PHP variables",
2594
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
2595
            "time": "2017-03-03T06:23:57+00:00"
2596
        },
2597
        {
2598
            "name": "sebastian/resource-operations",
2599
            "version": "1.0.0",
2600
            "source": {
2601
                "type": "git",
2602
                "url": "https://github.com/sebastianbergmann/resource-operations.git",
2603
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
2604
            },
2605
            "dist": {
2606
                "type": "zip",
2607
                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
2608
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
2609
                "shasum": ""
2610
            },
2611
            "require": {
2612
                "php": ">=5.6.0"
2613
            },
2614
            "type": "library",
2615
            "extra": {
2616
                "branch-alias": {
2617
                    "dev-master": "1.0.x-dev"
2618
                }
2619
            },
2620
            "autoload": {
2621
                "classmap": [
2622
                    "src/"
2623
                ]
2624
            },
2625
            "notification-url": "https://packagist.org/downloads/",
2626
            "license": [
2627
                "BSD-3-Clause"
2628
            ],
2629
            "authors": [
2630
                {
2631
                    "name": "Sebastian Bergmann",
2632
                    "email": "[email protected]"
2633
                }
2634
            ],
2635
            "description": "Provides a list of PHP built-in functions that operate on resources",
2636
            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
2637
            "time": "2015-07-28T20:34:47+00:00"
2638
        },
2639
        {
2640
            "name": "sebastian/version",
2641
            "version": "2.0.1",
2642
            "source": {
2643
                "type": "git",
2644
                "url": "https://github.com/sebastianbergmann/version.git",
2645
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
2646
            },
2647
            "dist": {
2648
                "type": "zip",
2649
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
2650
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
2651
                "shasum": ""
2652
            },
2653
            "require": {
2654
                "php": ">=5.6"
2655
            },
2656
            "type": "library",
2657
            "extra": {
2658
                "branch-alias": {
2659
                    "dev-master": "2.0.x-dev"
2660
                }
2661
            },
2662
            "autoload": {
2663
                "classmap": [
2664
                    "src/"
2665
                ]
2666
            },
2667
            "notification-url": "https://packagist.org/downloads/",
2668
            "license": [
2669
                "BSD-3-Clause"
2670
            ],
2671
            "authors": [
2672
                {
2673
                    "name": "Sebastian Bergmann",
2674
                    "email": "[email protected]",
2675
                    "role": "lead"
2676
                }
2677
            ],
2678
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
2679
            "homepage": "https://github.com/sebastianbergmann/version",
2680
            "time": "2016-10-03T07:35:21+00:00"
2681
        },
2682
        {
2683
            "name": "sllh/composer-versions-check",
2684
            "version": "v2.0.3",
2685
            "source": {
2686
                "type": "git",
2687
                "url": "https://github.com/Soullivaneuh/composer-versions-check.git",
2688
                "reference": "f6fe100dd71a9fa0d3c922612b445fb179e19127"
2689
            },
2690
            "dist": {
2691
                "type": "zip",
2692
                "url": "https://api.github.com/repos/Soullivaneuh/composer-versions-check/zipball/f6fe100dd71a9fa0d3c922612b445fb179e19127",
2693
                "reference": "f6fe100dd71a9fa0d3c922612b445fb179e19127",
2694
                "shasum": ""
2695
            },
2696
            "require": {
2697
                "composer-plugin-api": "^1.0",
2698
                "php": "^5.3 || ^7.0"
2699
            },
2700
            "require-dev": {
2701
                "composer/composer": "^1.0",
2702
                "sllh/php-cs-fixer-styleci-bridge": "^2.0",
2703
                "symfony/phpunit-bridge": "^2.7.4|^3.0"
2704
            },
2705
            "type": "composer-plugin",
2706
            "extra": {
2707
                "class": "SLLH\\ComposerVersionsCheck\\VersionsCheckPlugin",
2708
                "branch-alias": {
2709
                    "dev-master": "2.x-dev"
2710
                }
2711
            },
2712
            "autoload": {
2713
                "psr-4": {
2714
                    "SLLH\\ComposerVersionsCheck\\": "src/"
2715
                }
2716
            },
2717
            "notification-url": "https://packagist.org/downloads/",
2718
            "license": [
2719
                "MIT"
2720
            ],
2721
            "authors": [
2722
                {
2723
                    "name": "Sullivan SENECHAL",
2724
                    "email": "[email protected]"
2725
                }
2726
            ],
2727
            "description": "Checks if packages are up to date to last major versions after update",
2728
            "keywords": [
2729
                "composer",
2730
                "plugin",
2731
                "update",
2732
                "versions"
2733
            ],
2734
            "time": "2017-06-16T09:29:23+00:00"
2735
        },
2736
        {
2737
            "name": "squizlabs/php_codesniffer",
2738
            "version": "3.3.0",
2739
            "source": {
2740
                "type": "git",
2741
                "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
2742
                "reference": "d86873af43b4aa9d1f39a3601cc0cfcf02b25266"
2743
            },
2744
            "dist": {
2745
                "type": "zip",
2746
                "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/d86873af43b4aa9d1f39a3601cc0cfcf02b25266",
2747
                "reference": "d86873af43b4aa9d1f39a3601cc0cfcf02b25266",
2748
                "shasum": ""
2749
            },
2750
            "require": {
2751
                "ext-simplexml": "*",
2752
                "ext-tokenizer": "*",
2753
                "ext-xmlwriter": "*",
2754
                "php": ">=5.4.0"
2755
            },
2756
            "require-dev": {
2757
                "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
2758
            },
2759
            "bin": [
2760
                "bin/phpcs",
2761
                "bin/phpcbf"
2762
            ],
2763
            "type": "library",
2764
            "extra": {
2765
                "branch-alias": {
2766
                    "dev-master": "3.x-dev"
2767
                }
2768
            },
2769
            "notification-url": "https://packagist.org/downloads/",
2770
            "license": [
2771
                "BSD-3-Clause"
2772
            ],
2773
            "authors": [
2774
                {
2775
                    "name": "Greg Sherwood",
2776
                    "role": "lead"
2777
                }
2778
            ],
2779
            "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
2780
            "homepage": "http://www.squizlabs.com/php-codesniffer",
2781
            "keywords": [
2782
                "phpcs",
2783
                "standards"
2784
            ],
2785
            "time": "2018-06-06T23:58:19+00:00"
2786
        },
2787
        {
2788
            "name": "symfony/config",
2789
            "version": "v4.1.1",
2790
            "source": {
2791
                "type": "git",
2792
                "url": "https://github.com/symfony/config.git",
2793
                "reference": "e57e7b573df9d0eaa8c0152768c708ee7ea2b8e5"
2794
            },
2795
            "dist": {
2796
                "type": "zip",
2797
                "url": "https://api.github.com/repos/symfony/config/zipball/e57e7b573df9d0eaa8c0152768c708ee7ea2b8e5",
2798
                "reference": "e57e7b573df9d0eaa8c0152768c708ee7ea2b8e5",
2799
                "shasum": ""
2800
            },
2801
            "require": {
2802
                "php": "^7.1.3",
2803
                "symfony/filesystem": "~3.4|~4.0",
2804
                "symfony/polyfill-ctype": "~1.8"
2805
            },
2806
            "conflict": {
2807
                "symfony/finder": "<3.4"
2808
            },
2809
            "require-dev": {
2810
                "symfony/dependency-injection": "~3.4|~4.0",
2811
                "symfony/event-dispatcher": "~3.4|~4.0",
2812
                "symfony/finder": "~3.4|~4.0",
2813
                "symfony/yaml": "~3.4|~4.0"
2814
            },
2815
            "suggest": {
2816
                "symfony/yaml": "To use the yaml reference dumper"
2817
            },
2818
            "type": "library",
2819
            "extra": {
2820
                "branch-alias": {
2821
                    "dev-master": "4.1-dev"
2822
                }
2823
            },
2824
            "autoload": {
2825
                "psr-4": {
2826
                    "Symfony\\Component\\Config\\": ""
2827
                },
2828
                "exclude-from-classmap": [
2829
                    "/Tests/"
2830
                ]
2831
            },
2832
            "notification-url": "https://packagist.org/downloads/",
2833
            "license": [
2834
                "MIT"
2835
            ],
2836
            "authors": [
2837
                {
2838
                    "name": "Fabien Potencier",
2839
                    "email": "[email protected]"
2840
                },
2841
                {
2842
                    "name": "Symfony Community",
2843
                    "homepage": "https://symfony.com/contributors"
2844
                }
2845
            ],
2846
            "description": "Symfony Config Component",
2847
            "homepage": "https://symfony.com",
2848
            "time": "2018-06-20T11:15:17+00:00"
2849
        },
2850
        {
2851
            "name": "symfony/console",
2852
            "version": "v4.1.1",
2853
            "source": {
2854
                "type": "git",
2855
                "url": "https://github.com/symfony/console.git",
2856
                "reference": "70591cda56b4b47c55776ac78e157c4bb6c8b43f"
2857
            },
2858
            "dist": {
2859
                "type": "zip",
2860
                "url": "https://api.github.com/repos/symfony/console/zipball/70591cda56b4b47c55776ac78e157c4bb6c8b43f",
2861
                "reference": "70591cda56b4b47c55776ac78e157c4bb6c8b43f",
2862
                "shasum": ""
2863
            },
2864
            "require": {
2865
                "php": "^7.1.3",
2866
                "symfony/polyfill-mbstring": "~1.0"
2867
            },
2868
            "conflict": {
2869
                "symfony/dependency-injection": "<3.4",
2870
                "symfony/process": "<3.3"
2871
            },
2872
            "require-dev": {
2873
                "psr/log": "~1.0",
2874
                "symfony/config": "~3.4|~4.0",
2875
                "symfony/dependency-injection": "~3.4|~4.0",
2876
                "symfony/event-dispatcher": "~3.4|~4.0",
2877
                "symfony/lock": "~3.4|~4.0",
2878
                "symfony/process": "~3.4|~4.0"
2879
            },
2880
            "suggest": {
2881
                "psr/log-implementation": "For using the console logger",
2882
                "symfony/event-dispatcher": "",
2883
                "symfony/lock": "",
2884
                "symfony/process": ""
2885
            },
2886
            "type": "library",
2887
            "extra": {
2888
                "branch-alias": {
2889
                    "dev-master": "4.1-dev"
2890
                }
2891
            },
2892
            "autoload": {
2893
                "psr-4": {
2894
                    "Symfony\\Component\\Console\\": ""
2895
                },
2896
                "exclude-from-classmap": [
2897
                    "/Tests/"
2898
                ]
2899
            },
2900
            "notification-url": "https://packagist.org/downloads/",
2901
            "license": [
2902
                "MIT"
2903
            ],
2904
            "authors": [
2905
                {
2906
                    "name": "Fabien Potencier",
2907
                    "email": "[email protected]"
2908
                },
2909
                {
2910
                    "name": "Symfony Community",
2911
                    "homepage": "https://symfony.com/contributors"
2912
                }
2913
            ],
2914
            "description": "Symfony Console Component",
2915
            "homepage": "https://symfony.com",
2916
            "time": "2018-05-31T10:17:53+00:00"
2917
        },
2918
        {
2919
            "name": "symfony/dependency-injection",
2920
            "version": "v4.1.1",
2921
            "source": {
2922
                "type": "git",
2923
                "url": "https://github.com/symfony/dependency-injection.git",
2924
                "reference": "e761828a85d7dfc00b927f94ccbe1851ce0b6535"
2925
            },
2926
            "dist": {
2927
                "type": "zip",
2928
                "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/e761828a85d7dfc00b927f94ccbe1851ce0b6535",
2929
                "reference": "e761828a85d7dfc00b927f94ccbe1851ce0b6535",
2930
                "shasum": ""
2931
            },
2932
            "require": {
2933
                "php": "^7.1.3",
2934
                "psr/container": "^1.0"
2935
            },
2936
            "conflict": {
2937
                "symfony/config": "<4.1.1",
2938
                "symfony/finder": "<3.4",
2939
                "symfony/proxy-manager-bridge": "<3.4",
2940
                "symfony/yaml": "<3.4"
2941
            },
2942
            "provide": {
2943
                "psr/container-implementation": "1.0"
2944
            },
2945
            "require-dev": {
2946
                "symfony/config": "~4.1",
2947
                "symfony/expression-language": "~3.4|~4.0",
2948
                "symfony/yaml": "~3.4|~4.0"
2949
            },
2950
            "suggest": {
2951
                "symfony/config": "",
2952
                "symfony/expression-language": "For using expressions in service container configuration",
2953
                "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
2954
                "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
2955
                "symfony/yaml": ""
2956
            },
2957
            "type": "library",
2958
            "extra": {
2959
                "branch-alias": {
2960
                    "dev-master": "4.1-dev"
2961
                }
2962
            },
2963
            "autoload": {
2964
                "psr-4": {
2965
                    "Symfony\\Component\\DependencyInjection\\": ""
2966
                },
2967
                "exclude-from-classmap": [
2968
                    "/Tests/"
2969
                ]
2970
            },
2971
            "notification-url": "https://packagist.org/downloads/",
2972
            "license": [
2973
                "MIT"
2974
            ],
2975
            "authors": [
2976
                {
2977
                    "name": "Fabien Potencier",
2978
                    "email": "[email protected]"
2979
                },
2980
                {
2981
                    "name": "Symfony Community",
2982
                    "homepage": "https://symfony.com/contributors"
2983
                }
2984
            ],
2985
            "description": "Symfony DependencyInjection Component",
2986
            "homepage": "https://symfony.com",
2987
            "time": "2018-06-25T11:12:43+00:00"
2988
        },
2989
        {
2990
            "name": "symfony/filesystem",
2991
            "version": "v4.1.1",
2992
            "source": {
2993
                "type": "git",
2994
                "url": "https://github.com/symfony/filesystem.git",
2995
                "reference": "562bf7005b55fd80d26b582d28e3e10f2dd5ae9c"
2996
            },
2997
            "dist": {
2998
                "type": "zip",
2999
                "url": "https://api.github.com/repos/symfony/filesystem/zipball/562bf7005b55fd80d26b582d28e3e10f2dd5ae9c",
3000
                "reference": "562bf7005b55fd80d26b582d28e3e10f2dd5ae9c",
3001
                "shasum": ""
3002
            },
3003
            "require": {
3004
                "php": "^7.1.3",
3005
                "symfony/polyfill-ctype": "~1.8"
3006
            },
3007
            "type": "library",
3008
            "extra": {
3009
                "branch-alias": {
3010
                    "dev-master": "4.1-dev"
3011
                }
3012
            },
3013
            "autoload": {
3014
                "psr-4": {
3015
                    "Symfony\\Component\\Filesystem\\": ""
3016
                },
3017
                "exclude-from-classmap": [
3018
                    "/Tests/"
3019
                ]
3020
            },
3021
            "notification-url": "https://packagist.org/downloads/",
3022
            "license": [
3023
                "MIT"
3024
            ],
3025
            "authors": [
3026
                {
3027
                    "name": "Fabien Potencier",
3028
                    "email": "[email protected]"
3029
                },
3030
                {
3031
                    "name": "Symfony Community",
3032
                    "homepage": "https://symfony.com/contributors"
3033
                }
3034
            ],
3035
            "description": "Symfony Filesystem Component",
3036
            "homepage": "https://symfony.com",
3037
            "time": "2018-05-30T07:26:09+00:00"
3038
        },
3039
        {
3040
            "name": "symfony/finder",
3041
            "version": "v4.1.1",
3042
            "source": {
3043
                "type": "git",
3044
                "url": "https://github.com/symfony/finder.git",
3045
                "reference": "84714b8417d19e4ba02ea78a41a975b3efaafddb"
3046
            },
3047
            "dist": {
3048
                "type": "zip",
3049
                "url": "https://api.github.com/repos/symfony/finder/zipball/84714b8417d19e4ba02ea78a41a975b3efaafddb",
3050
                "reference": "84714b8417d19e4ba02ea78a41a975b3efaafddb",
3051
                "shasum": ""
3052
            },
3053
            "require": {
3054
                "php": "^7.1.3"
3055
            },
3056
            "type": "library",
3057
            "extra": {
3058
                "branch-alias": {
3059
                    "dev-master": "4.1-dev"
3060
                }
3061
            },
3062
            "autoload": {
3063
                "psr-4": {
3064
                    "Symfony\\Component\\Finder\\": ""
3065
                },
3066
                "exclude-from-classmap": [
3067
                    "/Tests/"
3068
                ]
3069
            },
3070
            "notification-url": "https://packagist.org/downloads/",
3071
            "license": [
3072
                "MIT"
3073
            ],
3074
            "authors": [
3075
                {
3076
                    "name": "Fabien Potencier",
3077
                    "email": "[email protected]"
3078
                },
3079
                {
3080
                    "name": "Symfony Community",
3081
                    "homepage": "https://symfony.com/contributors"
3082
                }
3083
            ],
3084
            "description": "Symfony Finder Component",
3085
            "homepage": "https://symfony.com",
3086
            "time": "2018-06-19T21:38:16+00:00"
3087
        },
3088
        {
3089
            "name": "symfony/polyfill-ctype",
3090
            "version": "v1.8.0",
3091
            "source": {
3092
                "type": "git",
3093
                "url": "https://github.com/symfony/polyfill-ctype.git",
3094
                "reference": "7cc359f1b7b80fc25ed7796be7d96adc9b354bae"
3095
            },
3096
            "dist": {
3097
                "type": "zip",
3098
                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/7cc359f1b7b80fc25ed7796be7d96adc9b354bae",
3099
                "reference": "7cc359f1b7b80fc25ed7796be7d96adc9b354bae",
3100
                "shasum": ""
3101
            },
3102
            "require": {
3103
                "php": ">=5.3.3"
3104
            },
3105
            "type": "library",
3106
            "extra": {
3107
                "branch-alias": {
3108
                    "dev-master": "1.8-dev"
3109
                }
3110
            },
3111
            "autoload": {
3112
                "psr-4": {
3113
                    "Symfony\\Polyfill\\Ctype\\": ""
3114
                },
3115
                "files": [
3116
                    "bootstrap.php"
3117
                ]
3118
            },
3119
            "notification-url": "https://packagist.org/downloads/",
3120
            "license": [
3121
                "MIT"
3122
            ],
3123
            "authors": [
3124
                {
3125
                    "name": "Symfony Community",
3126
                    "homepage": "https://symfony.com/contributors"
3127
                },
3128
                {
3129
                    "name": "Gert de Pagter",
3130
                    "email": "[email protected]"
3131
                }
3132
            ],
3133
            "description": "Symfony polyfill for ctype functions",
3134
            "homepage": "https://symfony.com",
3135
            "keywords": [
3136
                "compatibility",
3137
                "ctype",
3138
                "polyfill",
3139
                "portable"
3140
            ],
3141
            "time": "2018-04-30T19:57:29+00:00"
3142
        },
3143
        {
3144
            "name": "symfony/process",
3145
            "version": "v4.1.1",
3146
            "source": {
3147
                "type": "git",
3148
                "url": "https://github.com/symfony/process.git",
3149
                "reference": "1d1677391ecf00d1c5b9482d6050c0c27aa3ac3a"
3150
            },
3151
            "dist": {
3152
                "type": "zip",
3153
                "url": "https://api.github.com/repos/symfony/process/zipball/1d1677391ecf00d1c5b9482d6050c0c27aa3ac3a",
3154
                "reference": "1d1677391ecf00d1c5b9482d6050c0c27aa3ac3a",
3155
                "shasum": ""
3156
            },
3157
            "require": {
3158
                "php": "^7.1.3"
3159
            },
3160
            "type": "library",
3161
            "extra": {
3162
                "branch-alias": {
3163
                    "dev-master": "4.1-dev"
3164
                }
3165
            },
3166
            "autoload": {
3167
                "psr-4": {
3168
                    "Symfony\\Component\\Process\\": ""
3169
                },
3170
                "exclude-from-classmap": [
3171
                    "/Tests/"
3172
                ]
3173
            },
3174
            "notification-url": "https://packagist.org/downloads/",
3175
            "license": [
3176
                "MIT"
3177
            ],
3178
            "authors": [
3179
                {
3180
                    "name": "Fabien Potencier",
3181
                    "email": "[email protected]"
3182
                },
3183
                {
3184
                    "name": "Symfony Community",
3185
                    "homepage": "https://symfony.com/contributors"
3186
                }
3187
            ],
3188
            "description": "Symfony Process Component",
3189
            "homepage": "https://symfony.com",
3190
            "time": "2018-05-31T10:17:53+00:00"
3191
        },
3192
        {
3193
            "name": "symfony/yaml",
3194
            "version": "v4.1.1",
3195
            "source": {
3196
                "type": "git",
3197
                "url": "https://github.com/symfony/yaml.git",
3198
                "reference": "80e4bfa9685fc4a09acc4a857ec16974a9cd944e"
3199
            },
3200
            "dist": {
3201
                "type": "zip",
3202
                "url": "https://api.github.com/repos/symfony/yaml/zipball/80e4bfa9685fc4a09acc4a857ec16974a9cd944e",
3203
                "reference": "80e4bfa9685fc4a09acc4a857ec16974a9cd944e",
3204
                "shasum": ""
3205
            },
3206
            "require": {
3207
                "php": "^7.1.3",
3208
                "symfony/polyfill-ctype": "~1.8"
3209
            },
3210
            "conflict": {
3211
                "symfony/console": "<3.4"
3212
            },
3213
            "require-dev": {
3214
                "symfony/console": "~3.4|~4.0"
3215
            },
3216
            "suggest": {
3217
                "symfony/console": "For validating YAML files using the lint command"
3218
            },
3219
            "type": "library",
3220
            "extra": {
3221
                "branch-alias": {
3222
                    "dev-master": "4.1-dev"
3223
                }
3224
            },
3225
            "autoload": {
3226
                "psr-4": {
3227
                    "Symfony\\Component\\Yaml\\": ""
3228
                },
3229
                "exclude-from-classmap": [
3230
                    "/Tests/"
3231
                ]
3232
            },
3233
            "notification-url": "https://packagist.org/downloads/",
3234
            "license": [
3235
                "MIT"
3236
            ],
3237
            "authors": [
3238
                {
3239
                    "name": "Fabien Potencier",
3240
                    "email": "[email protected]"
3241
                },
3242
                {
3243
                    "name": "Symfony Community",
3244
                    "homepage": "https://symfony.com/contributors"
3245
                }
3246
            ],
3247
            "description": "Symfony Yaml Component",
3248
            "homepage": "https://symfony.com",
3249
            "time": "2018-05-30T07:26:09+00:00"
3250
        },
3251
        {
3252
            "name": "theseer/fdomdocument",
3253
            "version": "1.6.6",
3254
            "source": {
3255
                "type": "git",
3256
                "url": "https://github.com/theseer/fDOMDocument.git",
3257
                "reference": "6e8203e40a32a9c770bcb62fe37e68b948da6dca"
3258
            },
3259
            "dist": {
3260
                "type": "zip",
3261
                "url": "https://api.github.com/repos/theseer/fDOMDocument/zipball/6e8203e40a32a9c770bcb62fe37e68b948da6dca",
3262
                "reference": "6e8203e40a32a9c770bcb62fe37e68b948da6dca",
3263
                "shasum": ""
3264
            },
3265
            "require": {
3266
                "ext-dom": "*",
3267
                "lib-libxml": "*",
3268
                "php": ">=5.3.3"
3269
            },
3270
            "type": "library",
3271
            "autoload": {
3272
                "classmap": [
3273
                    "src/"
3274
                ]
3275
            },
3276
            "notification-url": "https://packagist.org/downloads/",
3277
            "license": [
3278
                "BSD-3-Clause"
3279
            ],
3280
            "authors": [
3281
                {
3282
                    "name": "Arne Blankerts",
3283
                    "email": "[email protected]",
3284
                    "role": "lead"
3285
                }
3286
            ],
3287
            "description": "The classes contained within this repository extend the standard DOM to use exceptions at all occasions of errors instead of PHP warnings or notices. They also add various custom methods and shortcuts for convenience and to simplify the usage of DOM.",
3288
            "homepage": "https://github.com/theseer/fDOMDocument",
3289
            "time": "2017-06-30T11:53:12+00:00"
3290
        },
3291
        {
3292
            "name": "theseer/tokenizer",
3293
            "version": "1.1.0",
3294
            "source": {
3295
                "type": "git",
3296
                "url": "https://github.com/theseer/tokenizer.git",
3297
                "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b"
3298
            },
3299
            "dist": {
3300
                "type": "zip",
3301
                "url": "https://api.github.com/repos/theseer/tokenizer/zipball/cb2f008f3f05af2893a87208fe6a6c4985483f8b",
3302
                "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b",
3303
                "shasum": ""
3304
            },
3305
            "require": {
3306
                "ext-dom": "*",
3307
                "ext-tokenizer": "*",
3308
                "ext-xmlwriter": "*",
3309
                "php": "^7.0"
3310
            },
3311
            "type": "library",
3312
            "autoload": {
3313
                "classmap": [
3314
                    "src/"
3315
                ]
3316
            },
3317
            "notification-url": "https://packagist.org/downloads/",
3318
            "license": [
3319
                "BSD-3-Clause"
3320
            ],
3321
            "authors": [
3322
                {
3323
                    "name": "Arne Blankerts",
3324
                    "email": "[email protected]",
3325
                    "role": "Developer"
3326
                }
3327
            ],
3328
            "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
3329
            "time": "2017-04-07T12:08:54+00:00"
3330
        },
3331
        {
3332
            "name": "webmozart/assert",
3333
            "version": "1.3.0",
3334
            "source": {
3335
                "type": "git",
3336
                "url": "https://github.com/webmozart/assert.git",
3337
                "reference": "0df1908962e7a3071564e857d86874dad1ef204a"
3338
            },
3339
            "dist": {
3340
                "type": "zip",
3341
                "url": "https://api.github.com/repos/webmozart/assert/zipball/0df1908962e7a3071564e857d86874dad1ef204a",
3342
                "reference": "0df1908962e7a3071564e857d86874dad1ef204a",
3343
                "shasum": ""
3344
            },
3345
            "require": {
3346
                "php": "^5.3.3 || ^7.0"
3347
            },
3348
            "require-dev": {
3349
                "phpunit/phpunit": "^4.6",
3350
                "sebastian/version": "^1.0.1"
3351
            },
3352
            "type": "library",
3353
            "extra": {
3354
                "branch-alias": {
3355
                    "dev-master": "1.3-dev"
3356
                }
3357
            },
3358
            "autoload": {
3359
                "psr-4": {
3360
                    "Webmozart\\Assert\\": "src/"
3361
                }
3362
            },
3363
            "notification-url": "https://packagist.org/downloads/",
3364
            "license": [
3365
                "MIT"
3366
            ],
3367
            "authors": [
3368
                {
3369
                    "name": "Bernhard Schussek",
3370
                    "email": "[email protected]"
3371
                }
3372
            ],
3373
            "description": "Assertions to validate method input/output with nice error messages.",
3374
            "keywords": [
3375
                "assert",
3376
                "check",
3377
                "validate"
3378
            ],
3379
            "time": "2018-01-29T19:49:41+00:00"
3380
        }
3381
    ],
3382
    "aliases": [],
3383
    "minimum-stability": "stable",
3384
    "stability-flags": {
3385
        "edmondscommerce/phpqa": 20
3386
    },
3387
    "prefer-stable": false,
3388
    "prefer-lowest": false,
3389
    "platform": {
3390
        "php": "~7.1"
3391
    },
3392
    "platform-dev": []
3393
}
3394