GitHub Access Token became invalid

It seems like the GitHub access token used for retrieving details about this repository from GitHub became invalid. This might prevent certain types of inspections from being run (in particular, everything related to pull requests).
Please ask an admin of your repository to re-new the access token on this website.
Test Failed
Branch master (b6fac6)
by Dušan
03:25
created

composer.lock (2 issues)

Severity

Upgrade to new PHP Analysis Engine

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

1
{
2
    "_readme": [
3
        "This file locks the dependencies of your project to a known state",
4
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
5
        "This file is @generated automatically"
6
    ],
7
    "hash": "5a472b69cfe241e239c8710434928ae8",
8
    "content-hash": "c247f88d7997ca5b4321e30b4c926e8f",
9
    "packages": [],
10
    "packages-dev": [
11
        {
12
            "name": "ciaranmcnulty/phpspec-typehintedmethods",
13
            "version": "1.1.3",
14
            "source": {
15
                "type": "git",
16
                "url": "https://github.com/ciaranmcnulty/phpspec-typehintedmethods.git",
17
                "reference": "b2979c4f3ad45ec3ad7c6b3d7f84e912427736e1"
18
            },
19
            "dist": {
20
                "type": "zip",
21
                "url": "https://api.github.com/repos/ciaranmcnulty/phpspec-typehintedmethods/zipball/b2979c4f3ad45ec3ad7c6b3d7f84e912427736e1",
22
                "reference": "b2979c4f3ad45ec3ad7c6b3d7f84e912427736e1",
23
                "shasum": ""
24
            },
25
            "require": {
26
                "phpspec/phpspec": "~2.0,<=2.5"
27
            },
28
            "require-dev": {
29
                "behat/behat": "~3.0",
30
                "symfony/filesystem": "~2.3"
31
            },
32
            "type": "library",
33
            "autoload": {
34
                "psr-4": {
35
                    "Cjm\\PhpSpec\\": "src/"
36
                }
37
            },
38
            "notification-url": "https://packagist.org/downloads/",
39
            "license": [
40
                "MIT"
41
            ],
42
            "authors": [
43
                {
44
                    "name": "Ciaran McNulty",
45
                    "email": "[email protected]",
46
                    "homepage": "http://ciaranmcnulty.com",
47
                    "role": "Developer"
48
                }
49
            ],
50
            "description": "Extension for phpspec to enhance generated methods",
51
            "homepage": "http://github.com/ciaranmcnulty/phpspec-typehintedmethods",
52
            "keywords": [
53
                "BDD",
54
                "TDD",
55
                "phpspec"
56
            ],
57
            "time": "2016-04-19 16:37:01"
58
        },
59
        {
60
            "name": "doctrine/instantiator",
61
            "version": "1.0.5",
62
            "source": {
63
                "type": "git",
64
                "url": "https://github.com/doctrine/instantiator.git",
65
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
66
            },
67
            "dist": {
68
                "type": "zip",
69
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
70
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
71
                "shasum": ""
72
            },
73
            "require": {
74
                "php": ">=5.3,<8.0-DEV"
75
            },
76
            "require-dev": {
77
                "athletic/athletic": "~0.1.8",
78
                "ext-pdo": "*",
79
                "ext-phar": "*",
80
                "phpunit/phpunit": "~4.0",
81
                "squizlabs/php_codesniffer": "~2.0"
82
            },
83
            "type": "library",
84
            "extra": {
85
                "branch-alias": {
86
                    "dev-master": "1.0.x-dev"
87
                }
88
            },
89
            "autoload": {
90
                "psr-4": {
91
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
92
                }
93
            },
94
            "notification-url": "https://packagist.org/downloads/",
95
            "license": [
96
                "MIT"
97
            ],
98
            "authors": [
99
                {
100
                    "name": "Marco Pivetta",
101
                    "email": "[email protected]",
102
                    "homepage": "http://ocramius.github.com/"
103
                }
104
            ],
105
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
106
            "homepage": "https://github.com/doctrine/instantiator",
107
            "keywords": [
108
                "constructor",
109
                "instantiate"
110
            ],
111
            "time": "2015-06-14 21:17:01"
112
        },
113
        {
114
            "name": "henrikbjorn/phpspec-code-coverage",
115
            "version": "2.1.0",
116
            "source": {
117
                "type": "git",
118
                "url": "https://github.com/henrikbjorn/PhpSpecCodeCoverageExtension.git",
119
                "reference": "528a0c69a524f8acba5f66bc59ae8dc9bc409045"
120
            },
121
            "dist": {
122
                "type": "zip",
123
                "url": "https://api.github.com/repos/henrikbjorn/PhpSpecCodeCoverageExtension/zipball/528a0c69a524f8acba5f66bc59ae8dc9bc409045",
124
                "reference": "528a0c69a524f8acba5f66bc59ae8dc9bc409045",
125
                "shasum": ""
126
            },
127
            "require": {
128
                "php": "^5.3.3|^5.4|^5.5|^5.6|^7.0",
129
                "phpspec/phpspec": "^2.0",
130
                "phpunit/php-code-coverage": "^2.2.4|^3"
131
            },
132
            "require-dev": {
133
                "bossa/phpspec2-expect": "^1.0"
134
            },
135
            "suggest": {
136
                "ext-xdebug": "To allow coverage generation when not using a recent version of phpdbg"
137
            },
138
            "type": "library",
139
            "extra": {
140
                "branch-alias": {
141
                    "dev-master": "2.0.x-dev"
142
                }
143
            },
144
            "autoload": {
145
                "psr-4": {
146
                    "PhpSpec\\Extension\\": "src/"
147
                }
148
            },
149
            "notification-url": "https://packagist.org/downloads/",
150
            "license": [
151
                "MIT"
152
            ],
153
            "description": "Integrates CodeCoverage with PhpSpec",
154
            "time": "2016-05-05 18:25:12"
155
        },
156
        {
157
            "name": "myclabs/deep-copy",
158
            "version": "1.5.1",
159
            "source": {
160
                "type": "git",
161
                "url": "https://github.com/myclabs/DeepCopy.git",
162
                "reference": "a8773992b362b58498eed24bf85005f363c34771"
163
            },
164
            "dist": {
165
                "type": "zip",
166
                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/a8773992b362b58498eed24bf85005f363c34771",
167
                "reference": "a8773992b362b58498eed24bf85005f363c34771",
168
                "shasum": ""
169
            },
170
            "require": {
171
                "php": ">=5.4.0"
172
            },
173
            "require-dev": {
174
                "doctrine/collections": "1.*",
175
                "phpunit/phpunit": "~4.1"
176
            },
177
            "type": "library",
178
            "autoload": {
179
                "psr-4": {
180
                    "DeepCopy\\": "src/DeepCopy/"
181
                }
182
            },
183
            "notification-url": "https://packagist.org/downloads/",
184
            "license": [
185
                "MIT"
186
            ],
187
            "description": "Create deep copies (clones) of your objects",
188
            "homepage": "https://github.com/myclabs/DeepCopy",
189
            "keywords": [
190
                "clone",
191
                "copy",
192
                "duplicate",
193
                "object",
194
                "object graph"
195
            ],
196
            "time": "2015-11-20 12:04:31"
197
        },
198
        {
199
            "name": "pdepend/pdepend",
200
            "version": "2.2.4",
201
            "source": {
202
                "type": "git",
203
                "url": "https://github.com/pdepend/pdepend.git",
204
                "reference": "b086687f3a01dc6bb92d633aef071d2c5dd0db06"
205
            },
206
            "dist": {
207
                "type": "zip",
208
                "url": "https://api.github.com/repos/pdepend/pdepend/zipball/b086687f3a01dc6bb92d633aef071d2c5dd0db06",
209
                "reference": "b086687f3a01dc6bb92d633aef071d2c5dd0db06",
210
                "shasum": ""
211
            },
212
            "require": {
213
                "php": ">=5.3.7",
214
                "symfony/config": "^2.3.0|^3",
215
                "symfony/dependency-injection": "^2.3.0|^3",
216
                "symfony/filesystem": "^2.3.0|^3"
217
            },
218
            "require-dev": {
219
                "phpunit/phpunit": "^4.4.0,<4.8",
220
                "squizlabs/php_codesniffer": "^2.0.0"
221
            },
222
            "bin": [
223
                "src/bin/pdepend"
224
            ],
225
            "type": "library",
226
            "autoload": {
227
                "psr-4": {
228
                    "PDepend\\": "src/main/php/PDepend"
229
                }
230
            },
231
            "notification-url": "https://packagist.org/downloads/",
232
            "license": [
233
                "BSD-3-Clause"
234
            ],
235
            "description": "Official version of pdepend to be handled with Composer",
236
            "time": "2016-03-10 15:15:04"
237
        },
238
        {
239
            "name": "phpdocumentor/reflection-docblock",
240
            "version": "2.0.4",
241
            "source": {
242
                "type": "git",
243
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
244
                "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8"
245
            },
246
            "dist": {
247
                "type": "zip",
248
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8",
249
                "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8",
250
                "shasum": ""
251
            },
252
            "require": {
253
                "php": ">=5.3.3"
254
            },
255
            "require-dev": {
256
                "phpunit/phpunit": "~4.0"
257
            },
258
            "suggest": {
259
                "dflydev/markdown": "~1.0",
260
                "erusev/parsedown": "~1.0"
261
            },
262
            "type": "library",
263
            "extra": {
264
                "branch-alias": {
265
                    "dev-master": "2.0.x-dev"
266
                }
267
            },
268
            "autoload": {
269
                "psr-0": {
270
                    "phpDocumentor": [
271
                        "src/"
272
                    ]
273
                }
274
            },
275
            "notification-url": "https://packagist.org/downloads/",
276
            "license": [
277
                "MIT"
278
            ],
279
            "authors": [
280
                {
281
                    "name": "Mike van Riel",
282
                    "email": "[email protected]"
283
                }
284
            ],
285
            "time": "2015-02-03 12:10:50"
286
        },
287
        {
288
            "name": "phpmd/phpmd",
289
            "version": "2.4.3",
290
            "source": {
291
                "type": "git",
292
                "url": "https://github.com/phpmd/phpmd.git",
293
                "reference": "2b9c2417a18696dfb578b38c116cd0ddc19b256e"
294
            },
295
            "dist": {
296
                "type": "zip",
297
                "url": "https://api.github.com/repos/phpmd/phpmd/zipball/2b9c2417a18696dfb578b38c116cd0ddc19b256e",
298
                "reference": "2b9c2417a18696dfb578b38c116cd0ddc19b256e",
299
                "shasum": ""
300
            },
301
            "require": {
302
                "pdepend/pdepend": "^2.0.4",
303
                "php": ">=5.3.0"
304
            },
305
            "require-dev": {
306
                "phpunit/phpunit": "^4.0",
307
                "squizlabs/php_codesniffer": "^2.0"
308
            },
309
            "bin": [
310
                "src/bin/phpmd"
311
            ],
312
            "type": "project",
313
            "autoload": {
314
                "psr-0": {
315
                    "PHPMD\\": "src/main/php"
316
                }
317
            },
318
            "notification-url": "https://packagist.org/downloads/",
319
            "license": [
320
                "BSD-3-Clause"
321
            ],
322
            "authors": [
323
                {
324
                    "name": "Manuel Pichler",
325
                    "email": "[email protected]",
326
                    "homepage": "https://github.com/manuelpichler",
327
                    "role": "Project Founder"
328
                },
329
                {
330
                    "name": "Other contributors",
331
                    "homepage": "https://github.com/phpmd/phpmd/graphs/contributors",
332
                    "role": "Contributors"
333
                },
334
                {
335
                    "name": "Marc Würth",
336
                    "email": "[email protected]",
337
                    "homepage": "https://github.com/ravage84",
338
                    "role": "Project Maintainer"
339
                }
340
            ],
341
            "description": "PHPMD is a spin-off project of PHP Depend and aims to be a PHP equivalent of the well known Java tool PMD.",
342
            "homepage": "http://phpmd.org/",
343
            "keywords": [
344
                "mess detection",
345
                "mess detector",
346
                "pdepend",
347
                "phpmd",
348
                "pmd"
349
            ],
350
            "time": "2016-04-04 11:52:04"
351
        },
352
        {
353
            "name": "phpspec/php-diff",
354
            "version": "v1.0.2",
355
            "source": {
356
                "type": "git",
357
                "url": "https://github.com/phpspec/php-diff.git",
358
                "reference": "30e103d19519fe678ae64a60d77884ef3d71b28a"
359
            },
360
            "dist": {
361
                "type": "zip",
362
                "url": "https://api.github.com/repos/phpspec/php-diff/zipball/30e103d19519fe678ae64a60d77884ef3d71b28a",
363
                "reference": "30e103d19519fe678ae64a60d77884ef3d71b28a",
364
                "shasum": ""
365
            },
366
            "type": "library",
367
            "autoload": {
368
                "psr-0": {
369
                    "Diff": "lib/"
370
                }
371
            },
372
            "notification-url": "https://packagist.org/downloads/",
373
            "license": [
374
                "BSD-3-Clause"
375
            ],
376
            "authors": [
377
                {
378
                    "name": "Chris Boulton",
379
                    "homepage": "http://github.com/chrisboulton",
380
                    "role": "Original developer"
381
                }
382
            ],
383
            "description": "A comprehensive library for generating differences between two hashable objects (strings or arrays).",
384
            "time": "2013-11-01 13:02:21"
385
        },
386
        {
387
            "name": "phpspec/phpspec",
388
            "version": "2.5.0",
389
            "source": {
390
                "type": "git",
391
                "url": "https://github.com/phpspec/phpspec.git",
392
                "reference": "385ecb015e97c13818074f1517928b24d4a26067"
393
            },
394
            "dist": {
395
                "type": "zip",
396
                "url": "https://api.github.com/repos/phpspec/phpspec/zipball/385ecb015e97c13818074f1517928b24d4a26067",
397
                "reference": "385ecb015e97c13818074f1517928b24d4a26067",
398
                "shasum": ""
399
            },
400
            "require": {
401
                "doctrine/instantiator": "^1.0.1",
402
                "ext-tokenizer": "*",
403
                "php": ">=5.3.3",
404
                "phpspec/php-diff": "~1.0.0",
405
                "phpspec/prophecy": "~1.4",
406
                "sebastian/exporter": "~1.0",
407
                "symfony/console": "~2.3|~3.0",
408
                "symfony/event-dispatcher": "~2.1|~3.0",
409
                "symfony/finder": "~2.1|~3.0",
410
                "symfony/process": "^2.6|~3.0",
411
                "symfony/yaml": "~2.1|~3.0"
412
            },
413
            "require-dev": {
414
                "behat/behat": "^3.0.11",
415
                "bossa/phpspec2-expect": "~1.0",
416
                "phpunit/phpunit": "~4.4",
417
                "symfony/filesystem": "~2.1|~3.0"
418
            },
419
            "suggest": {
420
                "phpspec/nyan-formatters": "~1.0 – Adds Nyan formatters"
421
            },
422
            "bin": [
423
                "bin/phpspec"
424
            ],
425
            "type": "library",
426
            "extra": {
427
                "branch-alias": {
428
                    "dev-master": "2.2.x-dev"
429
                }
430
            },
431
            "autoload": {
432
                "psr-0": {
433
                    "PhpSpec": "src/"
434
                }
435
            },
436
            "notification-url": "https://packagist.org/downloads/",
437
            "license": [
438
                "MIT"
439
            ],
440
            "authors": [
441
                {
442
                    "name": "Konstantin Kudryashov",
443
                    "email": "[email protected]",
444
                    "homepage": "http://everzet.com"
445
                },
446
                {
447
                    "name": "Marcello Duarte",
448
                    "homepage": "http://marcelloduarte.net/"
449
                }
450
            ],
451
            "description": "Specification-oriented BDD framework for PHP 5.3+",
452
            "homepage": "http://phpspec.net/",
453
            "keywords": [
454
                "BDD",
455
                "SpecBDD",
456
                "TDD",
457
                "spec",
458
                "specification",
459
                "testing",
460
                "tests"
461
            ],
462
            "time": "2016-03-20 20:34:32"
463
        },
464
        {
465
            "name": "phpspec/prophecy",
466
            "version": "v1.6.0",
467
            "source": {
468
                "type": "git",
469
                "url": "https://github.com/phpspec/prophecy.git",
470
                "reference": "3c91bdf81797d725b14cb62906f9a4ce44235972"
471
            },
472
            "dist": {
473
                "type": "zip",
474
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/3c91bdf81797d725b14cb62906f9a4ce44235972",
475
                "reference": "3c91bdf81797d725b14cb62906f9a4ce44235972",
476
                "shasum": ""
477
            },
478
            "require": {
479
                "doctrine/instantiator": "^1.0.2",
480
                "php": "^5.3|^7.0",
481
                "phpdocumentor/reflection-docblock": "~2.0",
482
                "sebastian/comparator": "~1.1",
483
                "sebastian/recursion-context": "~1.0"
484
            },
485
            "require-dev": {
486
                "phpspec/phpspec": "~2.0"
487
            },
488
            "type": "library",
489
            "extra": {
490
                "branch-alias": {
491
                    "dev-master": "1.5.x-dev"
492
                }
493
            },
494
            "autoload": {
495
                "psr-0": {
496
                    "Prophecy\\": "src/"
497
                }
498
            },
499
            "notification-url": "https://packagist.org/downloads/",
500
            "license": [
501
                "MIT"
502
            ],
503
            "authors": [
504
                {
505
                    "name": "Konstantin Kudryashov",
506
                    "email": "[email protected]",
507
                    "homepage": "http://everzet.com"
508
                },
509
                {
510
                    "name": "Marcello Duarte",
511
                    "email": "[email protected]"
512
                }
513
            ],
514
            "description": "Highly opinionated mocking framework for PHP 5.3+",
515
            "homepage": "https://github.com/phpspec/prophecy",
516
            "keywords": [
517
                "Double",
518
                "Dummy",
519
                "fake",
520
                "mock",
521
                "spy",
522
                "stub"
523
            ],
524
            "time": "2016-02-15 07:46:21"
525
        },
526
        {
527
            "name": "phpunit/php-code-coverage",
528
            "version": "3.3.3",
529
            "source": {
530
                "type": "git",
531
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
532
                "reference": "44cd8e3930e431658d1a5de7d282d5cb37837fd5"
533
            },
534
            "dist": {
535
                "type": "zip",
536
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/44cd8e3930e431658d1a5de7d282d5cb37837fd5",
537
                "reference": "44cd8e3930e431658d1a5de7d282d5cb37837fd5",
538
                "shasum": ""
539
            },
540
            "require": {
541
                "php": "^5.6 || ^7.0",
542
                "phpunit/php-file-iterator": "~1.3",
543
                "phpunit/php-text-template": "~1.2",
544
                "phpunit/php-token-stream": "^1.4.2",
545
                "sebastian/code-unit-reverse-lookup": "~1.0",
546
                "sebastian/environment": "^1.3.2",
547
                "sebastian/version": "~1.0|~2.0"
548
            },
549
            "require-dev": {
550
                "ext-xdebug": ">=2.1.4",
551
                "phpunit/phpunit": "~5"
552
            },
553
            "suggest": {
554
                "ext-dom": "*",
555
                "ext-xdebug": ">=2.4.0",
556
                "ext-xmlwriter": "*"
557
            },
558
            "type": "library",
559
            "extra": {
560
                "branch-alias": {
561
                    "dev-master": "3.3.x-dev"
562
                }
563
            },
564
            "autoload": {
565
                "classmap": [
566
                    "src/"
567
                ]
568
            },
569
            "notification-url": "https://packagist.org/downloads/",
570
            "license": [
571
                "BSD-3-Clause"
572
            ],
573
            "authors": [
574
                {
575
                    "name": "Sebastian Bergmann",
576
                    "email": "[email protected]",
577
                    "role": "lead"
578
                }
579
            ],
580
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
581
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
582
            "keywords": [
583
                "coverage",
584
                "testing",
585
                "xunit"
586
            ],
587
            "time": "2016-05-27 16:24:29"
588
        },
589
        {
590
            "name": "phpunit/php-file-iterator",
591
            "version": "1.4.1",
592
            "source": {
593
                "type": "git",
594
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
595
                "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0"
596
            },
597
            "dist": {
598
                "type": "zip",
599
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
600
                "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
601
                "shasum": ""
602
            },
603
            "require": {
604
                "php": ">=5.3.3"
605
            },
606
            "type": "library",
607
            "extra": {
608
                "branch-alias": {
609
                    "dev-master": "1.4.x-dev"
610
                }
611
            },
612
            "autoload": {
613
                "classmap": [
614
                    "src/"
615
                ]
616
            },
617
            "notification-url": "https://packagist.org/downloads/",
618
            "license": [
619
                "BSD-3-Clause"
620
            ],
621
            "authors": [
622
                {
623
                    "name": "Sebastian Bergmann",
624
                    "email": "[email protected]",
625
                    "role": "lead"
626
                }
627
            ],
628
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
629
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
630
            "keywords": [
631
                "filesystem",
632
                "iterator"
633
            ],
634
            "time": "2015-06-21 13:08:43"
635
        },
636
        {
637
            "name": "phpunit/php-text-template",
638
            "version": "1.2.1",
639
            "source": {
640
                "type": "git",
641
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
642
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
643
            },
644
            "dist": {
645
                "type": "zip",
646
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
647
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
648
                "shasum": ""
649
            },
650
            "require": {
651
                "php": ">=5.3.3"
652
            },
653
            "type": "library",
654
            "autoload": {
655
                "classmap": [
656
                    "src/"
657
                ]
658
            },
659
            "notification-url": "https://packagist.org/downloads/",
660
            "license": [
661
                "BSD-3-Clause"
662
            ],
663
            "authors": [
664
                {
665
                    "name": "Sebastian Bergmann",
666
                    "email": "[email protected]",
667
                    "role": "lead"
668
                }
669
            ],
670
            "description": "Simple template engine.",
671
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
672
            "keywords": [
673
                "template"
674
            ],
675
            "time": "2015-06-21 13:50:34"
676
        },
677
        {
678
            "name": "phpunit/php-timer",
679
            "version": "1.0.8",
680
            "source": {
681
                "type": "git",
682
                "url": "https://github.com/sebastianbergmann/php-timer.git",
683
                "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260"
684
            },
685
            "dist": {
686
                "type": "zip",
687
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/38e9124049cf1a164f1e4537caf19c99bf1eb260",
688
                "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260",
689
                "shasum": ""
690
            },
691
            "require": {
692
                "php": ">=5.3.3"
693
            },
694
            "require-dev": {
695
                "phpunit/phpunit": "~4|~5"
696
            },
697
            "type": "library",
698
            "autoload": {
699
                "classmap": [
700
                    "src/"
701
                ]
702
            },
703
            "notification-url": "https://packagist.org/downloads/",
704
            "license": [
705
                "BSD-3-Clause"
706
            ],
707
            "authors": [
708
                {
709
                    "name": "Sebastian Bergmann",
710
                    "email": "[email protected]",
711
                    "role": "lead"
712
                }
713
            ],
714
            "description": "Utility class for timing",
715
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
716
            "keywords": [
717
                "timer"
718
            ],
719
            "time": "2016-05-12 18:03:57"
720
        },
721
        {
722
            "name": "phpunit/php-token-stream",
723
            "version": "1.4.8",
724
            "source": {
725
                "type": "git",
726
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
727
                "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da"
728
            },
729
            "dist": {
730
                "type": "zip",
731
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
732
                "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
733
                "shasum": ""
734
            },
735
            "require": {
736
                "ext-tokenizer": "*",
737
                "php": ">=5.3.3"
738
            },
739
            "require-dev": {
740
                "phpunit/phpunit": "~4.2"
741
            },
742
            "type": "library",
743
            "extra": {
744
                "branch-alias": {
745
                    "dev-master": "1.4-dev"
746
                }
747
            },
748
            "autoload": {
749
                "classmap": [
750
                    "src/"
751
                ]
752
            },
753
            "notification-url": "https://packagist.org/downloads/",
754
            "license": [
755
                "BSD-3-Clause"
756
            ],
757
            "authors": [
758
                {
759
                    "name": "Sebastian Bergmann",
760
                    "email": "[email protected]"
761
                }
762
            ],
763
            "description": "Wrapper around PHP's tokenizer extension.",
764
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
765
            "keywords": [
766
                "tokenizer"
767
            ],
768
            "time": "2015-09-15 10:49:45"
769
        },
770
        {
771
            "name": "phpunit/phpunit",
0 ignored issues
show
There is a security advisory for your installed version of phpunit/phpunit:

RCE vulnerability in phpunit
Loading history...
772
            "version": "5.3.4",
773
            "source": {
774
                "type": "git",
775
                "url": "https://github.com/sebastianbergmann/phpunit.git",
776
                "reference": "00dd95ffb48805503817ced06399017df315fe5c"
777
            },
778
            "dist": {
779
                "type": "zip",
780
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/00dd95ffb48805503817ced06399017df315fe5c",
781
                "reference": "00dd95ffb48805503817ced06399017df315fe5c",
782
                "shasum": ""
783
            },
784
            "require": {
785
                "ext-dom": "*",
786
                "ext-json": "*",
787
                "ext-pcre": "*",
788
                "ext-reflection": "*",
789
                "ext-spl": "*",
790
                "myclabs/deep-copy": "~1.3",
791
                "php": "^5.6 || ^7.0",
792
                "phpspec/prophecy": "^1.3.1",
793
                "phpunit/php-code-coverage": "^3.3.0",
794
                "phpunit/php-file-iterator": "~1.4",
795
                "phpunit/php-text-template": "~1.2",
796
                "phpunit/php-timer": "^1.0.6",
797
                "phpunit/phpunit-mock-objects": "^3.1",
798
                "sebastian/comparator": "~1.1",
799
                "sebastian/diff": "~1.2",
800
                "sebastian/environment": "~1.3",
801
                "sebastian/exporter": "~1.2",
802
                "sebastian/global-state": "~1.0",
803
                "sebastian/object-enumerator": "~1.0",
804
                "sebastian/resource-operations": "~1.0",
805
                "sebastian/version": "~1.0|~2.0",
806
                "symfony/yaml": "~2.1|~3.0"
807
            },
808
            "suggest": {
809
                "phpunit/php-invoker": "~1.1"
810
            },
811
            "bin": [
812
                "phpunit"
813
            ],
814
            "type": "library",
815
            "extra": {
816
                "branch-alias": {
817
                    "dev-master": "5.3.x-dev"
818
                }
819
            },
820
            "autoload": {
821
                "classmap": [
822
                    "src/"
823
                ]
824
            },
825
            "notification-url": "https://packagist.org/downloads/",
826
            "license": [
827
                "BSD-3-Clause"
828
            ],
829
            "authors": [
830
                {
831
                    "name": "Sebastian Bergmann",
832
                    "email": "[email protected]",
833
                    "role": "lead"
834
                }
835
            ],
836
            "description": "The PHP Unit Testing framework.",
837
            "homepage": "https://phpunit.de/",
838
            "keywords": [
839
                "phpunit",
840
                "testing",
841
                "xunit"
842
            ],
843
            "time": "2016-05-11 13:28:45"
844
        },
845
        {
846
            "name": "phpunit/phpunit-mock-objects",
847
            "version": "3.2.0",
848
            "source": {
849
                "type": "git",
850
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
851
                "reference": "314f8c44019b4dfece2571b98938574e6342be59"
852
            },
853
            "dist": {
854
                "type": "zip",
855
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/314f8c44019b4dfece2571b98938574e6342be59",
856
                "reference": "314f8c44019b4dfece2571b98938574e6342be59",
857
                "shasum": ""
858
            },
859
            "require": {
860
                "doctrine/instantiator": "^1.0.2",
861
                "php": "^5.6 || ^7.0",
862
                "phpunit/php-text-template": "^1.2",
863
                "sebastian/exporter": "^1.2"
864
            },
865
            "require-dev": {
866
                "phpunit/phpunit": "^5.4"
867
            },
868
            "suggest": {
869
                "ext-soap": "*"
870
            },
871
            "type": "library",
872
            "extra": {
873
                "branch-alias": {
874
                    "dev-master": "3.2.x-dev"
875
                }
876
            },
877
            "autoload": {
878
                "classmap": [
879
                    "src/"
880
                ]
881
            },
882
            "notification-url": "https://packagist.org/downloads/",
883
            "license": [
884
                "BSD-3-Clause"
885
            ],
886
            "authors": [
887
                {
888
                    "name": "Sebastian Bergmann",
889
                    "email": "[email protected]",
890
                    "role": "lead"
891
                }
892
            ],
893
            "description": "Mock Object library for PHPUnit",
894
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
895
            "keywords": [
896
                "mock",
897
                "xunit"
898
            ],
899
            "time": "2016-06-03 05:01:30"
900
        },
901
        {
902
            "name": "sebastian/code-unit-reverse-lookup",
903
            "version": "1.0.0",
904
            "source": {
905
                "type": "git",
906
                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
907
                "reference": "c36f5e7cfce482fde5bf8d10d41a53591e0198fe"
908
            },
909
            "dist": {
910
                "type": "zip",
911
                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/c36f5e7cfce482fde5bf8d10d41a53591e0198fe",
912
                "reference": "c36f5e7cfce482fde5bf8d10d41a53591e0198fe",
913
                "shasum": ""
914
            },
915
            "require": {
916
                "php": ">=5.6"
917
            },
918
            "require-dev": {
919
                "phpunit/phpunit": "~5"
920
            },
921
            "type": "library",
922
            "extra": {
923
                "branch-alias": {
924
                    "dev-master": "1.0.x-dev"
925
                }
926
            },
927
            "autoload": {
928
                "classmap": [
929
                    "src/"
930
                ]
931
            },
932
            "notification-url": "https://packagist.org/downloads/",
933
            "license": [
934
                "BSD-3-Clause"
935
            ],
936
            "authors": [
937
                {
938
                    "name": "Sebastian Bergmann",
939
                    "email": "[email protected]"
940
                }
941
            ],
942
            "description": "Looks up which function or method a line of code belongs to",
943
            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
944
            "time": "2016-02-13 06:45:14"
945
        },
946
        {
947
            "name": "sebastian/comparator",
948
            "version": "1.2.0",
949
            "source": {
950
                "type": "git",
951
                "url": "https://github.com/sebastianbergmann/comparator.git",
952
                "reference": "937efb279bd37a375bcadf584dec0726f84dbf22"
953
            },
954
            "dist": {
955
                "type": "zip",
956
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22",
957
                "reference": "937efb279bd37a375bcadf584dec0726f84dbf22",
958
                "shasum": ""
959
            },
960
            "require": {
961
                "php": ">=5.3.3",
962
                "sebastian/diff": "~1.2",
963
                "sebastian/exporter": "~1.2"
964
            },
965
            "require-dev": {
966
                "phpunit/phpunit": "~4.4"
967
            },
968
            "type": "library",
969
            "extra": {
970
                "branch-alias": {
971
                    "dev-master": "1.2.x-dev"
972
                }
973
            },
974
            "autoload": {
975
                "classmap": [
976
                    "src/"
977
                ]
978
            },
979
            "notification-url": "https://packagist.org/downloads/",
980
            "license": [
981
                "BSD-3-Clause"
982
            ],
983
            "authors": [
984
                {
985
                    "name": "Jeff Welch",
986
                    "email": "[email protected]"
987
                },
988
                {
989
                    "name": "Volker Dusch",
990
                    "email": "[email protected]"
991
                },
992
                {
993
                    "name": "Bernhard Schussek",
994
                    "email": "[email protected]"
995
                },
996
                {
997
                    "name": "Sebastian Bergmann",
998
                    "email": "[email protected]"
999
                }
1000
            ],
1001
            "description": "Provides the functionality to compare PHP values for equality",
1002
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
1003
            "keywords": [
1004
                "comparator",
1005
                "compare",
1006
                "equality"
1007
            ],
1008
            "time": "2015-07-26 15:48:44"
1009
        },
1010
        {
1011
            "name": "sebastian/diff",
1012
            "version": "1.4.1",
1013
            "source": {
1014
                "type": "git",
1015
                "url": "https://github.com/sebastianbergmann/diff.git",
1016
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
1017
            },
1018
            "dist": {
1019
                "type": "zip",
1020
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
1021
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
1022
                "shasum": ""
1023
            },
1024
            "require": {
1025
                "php": ">=5.3.3"
1026
            },
1027
            "require-dev": {
1028
                "phpunit/phpunit": "~4.8"
1029
            },
1030
            "type": "library",
1031
            "extra": {
1032
                "branch-alias": {
1033
                    "dev-master": "1.4-dev"
1034
                }
1035
            },
1036
            "autoload": {
1037
                "classmap": [
1038
                    "src/"
1039
                ]
1040
            },
1041
            "notification-url": "https://packagist.org/downloads/",
1042
            "license": [
1043
                "BSD-3-Clause"
1044
            ],
1045
            "authors": [
1046
                {
1047
                    "name": "Kore Nordmann",
1048
                    "email": "[email protected]"
1049
                },
1050
                {
1051
                    "name": "Sebastian Bergmann",
1052
                    "email": "[email protected]"
1053
                }
1054
            ],
1055
            "description": "Diff implementation",
1056
            "homepage": "https://github.com/sebastianbergmann/diff",
1057
            "keywords": [
1058
                "diff"
1059
            ],
1060
            "time": "2015-12-08 07:14:41"
1061
        },
1062
        {
1063
            "name": "sebastian/environment",
1064
            "version": "1.3.7",
1065
            "source": {
1066
                "type": "git",
1067
                "url": "https://github.com/sebastianbergmann/environment.git",
1068
                "reference": "4e8f0da10ac5802913afc151413bc8c53b6c2716"
1069
            },
1070
            "dist": {
1071
                "type": "zip",
1072
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/4e8f0da10ac5802913afc151413bc8c53b6c2716",
1073
                "reference": "4e8f0da10ac5802913afc151413bc8c53b6c2716",
1074
                "shasum": ""
1075
            },
1076
            "require": {
1077
                "php": ">=5.3.3"
1078
            },
1079
            "require-dev": {
1080
                "phpunit/phpunit": "~4.4"
1081
            },
1082
            "type": "library",
1083
            "extra": {
1084
                "branch-alias": {
1085
                    "dev-master": "1.3.x-dev"
1086
                }
1087
            },
1088
            "autoload": {
1089
                "classmap": [
1090
                    "src/"
1091
                ]
1092
            },
1093
            "notification-url": "https://packagist.org/downloads/",
1094
            "license": [
1095
                "BSD-3-Clause"
1096
            ],
1097
            "authors": [
1098
                {
1099
                    "name": "Sebastian Bergmann",
1100
                    "email": "[email protected]"
1101
                }
1102
            ],
1103
            "description": "Provides functionality to handle HHVM/PHP environments",
1104
            "homepage": "http://www.github.com/sebastianbergmann/environment",
1105
            "keywords": [
1106
                "Xdebug",
1107
                "environment",
1108
                "hhvm"
1109
            ],
1110
            "time": "2016-05-17 03:18:57"
1111
        },
1112
        {
1113
            "name": "sebastian/exporter",
1114
            "version": "1.2.1",
1115
            "source": {
1116
                "type": "git",
1117
                "url": "https://github.com/sebastianbergmann/exporter.git",
1118
                "reference": "7ae5513327cb536431847bcc0c10edba2701064e"
1119
            },
1120
            "dist": {
1121
                "type": "zip",
1122
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/7ae5513327cb536431847bcc0c10edba2701064e",
1123
                "reference": "7ae5513327cb536431847bcc0c10edba2701064e",
1124
                "shasum": ""
1125
            },
1126
            "require": {
1127
                "php": ">=5.3.3",
1128
                "sebastian/recursion-context": "~1.0"
1129
            },
1130
            "require-dev": {
1131
                "phpunit/phpunit": "~4.4"
1132
            },
1133
            "type": "library",
1134
            "extra": {
1135
                "branch-alias": {
1136
                    "dev-master": "1.2.x-dev"
1137
                }
1138
            },
1139
            "autoload": {
1140
                "classmap": [
1141
                    "src/"
1142
                ]
1143
            },
1144
            "notification-url": "https://packagist.org/downloads/",
1145
            "license": [
1146
                "BSD-3-Clause"
1147
            ],
1148
            "authors": [
1149
                {
1150
                    "name": "Jeff Welch",
1151
                    "email": "[email protected]"
1152
                },
1153
                {
1154
                    "name": "Volker Dusch",
1155
                    "email": "[email protected]"
1156
                },
1157
                {
1158
                    "name": "Bernhard Schussek",
1159
                    "email": "[email protected]"
1160
                },
1161
                {
1162
                    "name": "Sebastian Bergmann",
1163
                    "email": "[email protected]"
1164
                },
1165
                {
1166
                    "name": "Adam Harvey",
1167
                    "email": "[email protected]"
1168
                }
1169
            ],
1170
            "description": "Provides the functionality to export PHP variables for visualization",
1171
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
1172
            "keywords": [
1173
                "export",
1174
                "exporter"
1175
            ],
1176
            "time": "2015-06-21 07:55:53"
1177
        },
1178
        {
1179
            "name": "sebastian/global-state",
1180
            "version": "1.1.1",
1181
            "source": {
1182
                "type": "git",
1183
                "url": "https://github.com/sebastianbergmann/global-state.git",
1184
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
1185
            },
1186
            "dist": {
1187
                "type": "zip",
1188
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
1189
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
1190
                "shasum": ""
1191
            },
1192
            "require": {
1193
                "php": ">=5.3.3"
1194
            },
1195
            "require-dev": {
1196
                "phpunit/phpunit": "~4.2"
1197
            },
1198
            "suggest": {
1199
                "ext-uopz": "*"
1200
            },
1201
            "type": "library",
1202
            "extra": {
1203
                "branch-alias": {
1204
                    "dev-master": "1.0-dev"
1205
                }
1206
            },
1207
            "autoload": {
1208
                "classmap": [
1209
                    "src/"
1210
                ]
1211
            },
1212
            "notification-url": "https://packagist.org/downloads/",
1213
            "license": [
1214
                "BSD-3-Clause"
1215
            ],
1216
            "authors": [
1217
                {
1218
                    "name": "Sebastian Bergmann",
1219
                    "email": "[email protected]"
1220
                }
1221
            ],
1222
            "description": "Snapshotting of global state",
1223
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
1224
            "keywords": [
1225
                "global state"
1226
            ],
1227
            "time": "2015-10-12 03:26:01"
1228
        },
1229
        {
1230
            "name": "sebastian/object-enumerator",
1231
            "version": "1.0.0",
1232
            "source": {
1233
                "type": "git",
1234
                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
1235
                "reference": "d4ca2fb70344987502567bc50081c03e6192fb26"
1236
            },
1237
            "dist": {
1238
                "type": "zip",
1239
                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/d4ca2fb70344987502567bc50081c03e6192fb26",
1240
                "reference": "d4ca2fb70344987502567bc50081c03e6192fb26",
1241
                "shasum": ""
1242
            },
1243
            "require": {
1244
                "php": ">=5.6",
1245
                "sebastian/recursion-context": "~1.0"
1246
            },
1247
            "require-dev": {
1248
                "phpunit/phpunit": "~5"
1249
            },
1250
            "type": "library",
1251
            "extra": {
1252
                "branch-alias": {
1253
                    "dev-master": "1.0.x-dev"
1254
                }
1255
            },
1256
            "autoload": {
1257
                "classmap": [
1258
                    "src/"
1259
                ]
1260
            },
1261
            "notification-url": "https://packagist.org/downloads/",
1262
            "license": [
1263
                "BSD-3-Clause"
1264
            ],
1265
            "authors": [
1266
                {
1267
                    "name": "Sebastian Bergmann",
1268
                    "email": "[email protected]"
1269
                }
1270
            ],
1271
            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
1272
            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
1273
            "time": "2016-01-28 13:25:10"
1274
        },
1275
        {
1276
            "name": "sebastian/recursion-context",
1277
            "version": "1.0.2",
1278
            "source": {
1279
                "type": "git",
1280
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
1281
                "reference": "913401df809e99e4f47b27cdd781f4a258d58791"
1282
            },
1283
            "dist": {
1284
                "type": "zip",
1285
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/913401df809e99e4f47b27cdd781f4a258d58791",
1286
                "reference": "913401df809e99e4f47b27cdd781f4a258d58791",
1287
                "shasum": ""
1288
            },
1289
            "require": {
1290
                "php": ">=5.3.3"
1291
            },
1292
            "require-dev": {
1293
                "phpunit/phpunit": "~4.4"
1294
            },
1295
            "type": "library",
1296
            "extra": {
1297
                "branch-alias": {
1298
                    "dev-master": "1.0.x-dev"
1299
                }
1300
            },
1301
            "autoload": {
1302
                "classmap": [
1303
                    "src/"
1304
                ]
1305
            },
1306
            "notification-url": "https://packagist.org/downloads/",
1307
            "license": [
1308
                "BSD-3-Clause"
1309
            ],
1310
            "authors": [
1311
                {
1312
                    "name": "Jeff Welch",
1313
                    "email": "[email protected]"
1314
                },
1315
                {
1316
                    "name": "Sebastian Bergmann",
1317
                    "email": "[email protected]"
1318
                },
1319
                {
1320
                    "name": "Adam Harvey",
1321
                    "email": "[email protected]"
1322
                }
1323
            ],
1324
            "description": "Provides functionality to recursively process PHP variables",
1325
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
1326
            "time": "2015-11-11 19:50:13"
1327
        },
1328
        {
1329
            "name": "sebastian/resource-operations",
1330
            "version": "1.0.0",
1331
            "source": {
1332
                "type": "git",
1333
                "url": "https://github.com/sebastianbergmann/resource-operations.git",
1334
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
1335
            },
1336
            "dist": {
1337
                "type": "zip",
1338
                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
1339
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
1340
                "shasum": ""
1341
            },
1342
            "require": {
1343
                "php": ">=5.6.0"
1344
            },
1345
            "type": "library",
1346
            "extra": {
1347
                "branch-alias": {
1348
                    "dev-master": "1.0.x-dev"
1349
                }
1350
            },
1351
            "autoload": {
1352
                "classmap": [
1353
                    "src/"
1354
                ]
1355
            },
1356
            "notification-url": "https://packagist.org/downloads/",
1357
            "license": [
1358
                "BSD-3-Clause"
1359
            ],
1360
            "authors": [
1361
                {
1362
                    "name": "Sebastian Bergmann",
1363
                    "email": "[email protected]"
1364
                }
1365
            ],
1366
            "description": "Provides a list of PHP built-in functions that operate on resources",
1367
            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
1368
            "time": "2015-07-28 20:34:47"
1369
        },
1370
        {
1371
            "name": "sebastian/version",
1372
            "version": "2.0.0",
1373
            "source": {
1374
                "type": "git",
1375
                "url": "https://github.com/sebastianbergmann/version.git",
1376
                "reference": "c829badbd8fdf16a0bad8aa7fa7971c029f1b9c5"
1377
            },
1378
            "dist": {
1379
                "type": "zip",
1380
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c829badbd8fdf16a0bad8aa7fa7971c029f1b9c5",
1381
                "reference": "c829badbd8fdf16a0bad8aa7fa7971c029f1b9c5",
1382
                "shasum": ""
1383
            },
1384
            "require": {
1385
                "php": ">=5.6"
1386
            },
1387
            "type": "library",
1388
            "extra": {
1389
                "branch-alias": {
1390
                    "dev-master": "2.0.x-dev"
1391
                }
1392
            },
1393
            "autoload": {
1394
                "classmap": [
1395
                    "src/"
1396
                ]
1397
            },
1398
            "notification-url": "https://packagist.org/downloads/",
1399
            "license": [
1400
                "BSD-3-Clause"
1401
            ],
1402
            "authors": [
1403
                {
1404
                    "name": "Sebastian Bergmann",
1405
                    "email": "[email protected]",
1406
                    "role": "lead"
1407
                }
1408
            ],
1409
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
1410
            "homepage": "https://github.com/sebastianbergmann/version",
1411
            "time": "2016-02-04 12:56:52"
1412
        },
1413
        {
1414
            "name": "squizlabs/php_codesniffer",
0 ignored issues
show
There is a security advisory for your installed version of squizlabs/php_codesniffer:

Arbitrary shell execution
Loading history...
1415
            "version": "2.6.1",
1416
            "source": {
1417
                "type": "git",
1418
                "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
1419
                "reference": "fb72ed32f8418db5e7770be1653e62e0d6f5dd3d"
1420
            },
1421
            "dist": {
1422
                "type": "zip",
1423
                "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/fb72ed32f8418db5e7770be1653e62e0d6f5dd3d",
1424
                "reference": "fb72ed32f8418db5e7770be1653e62e0d6f5dd3d",
1425
                "shasum": ""
1426
            },
1427
            "require": {
1428
                "ext-simplexml": "*",
1429
                "ext-tokenizer": "*",
1430
                "ext-xmlwriter": "*",
1431
                "php": ">=5.1.2"
1432
            },
1433
            "require-dev": {
1434
                "phpunit/phpunit": "~4.0"
1435
            },
1436
            "bin": [
1437
                "scripts/phpcs",
1438
                "scripts/phpcbf"
1439
            ],
1440
            "type": "library",
1441
            "extra": {
1442
                "branch-alias": {
1443
                    "dev-master": "2.x-dev"
1444
                }
1445
            },
1446
            "autoload": {
1447
                "classmap": [
1448
                    "CodeSniffer.php",
1449
                    "CodeSniffer/CLI.php",
1450
                    "CodeSniffer/Exception.php",
1451
                    "CodeSniffer/File.php",
1452
                    "CodeSniffer/Fixer.php",
1453
                    "CodeSniffer/Report.php",
1454
                    "CodeSniffer/Reporting.php",
1455
                    "CodeSniffer/Sniff.php",
1456
                    "CodeSniffer/Tokens.php",
1457
                    "CodeSniffer/Reports/",
1458
                    "CodeSniffer/Tokenizers/",
1459
                    "CodeSniffer/DocGenerators/",
1460
                    "CodeSniffer/Standards/AbstractPatternSniff.php",
1461
                    "CodeSniffer/Standards/AbstractScopeSniff.php",
1462
                    "CodeSniffer/Standards/AbstractVariableSniff.php",
1463
                    "CodeSniffer/Standards/IncorrectPatternException.php",
1464
                    "CodeSniffer/Standards/Generic/Sniffs/",
1465
                    "CodeSniffer/Standards/MySource/Sniffs/",
1466
                    "CodeSniffer/Standards/PEAR/Sniffs/",
1467
                    "CodeSniffer/Standards/PSR1/Sniffs/",
1468
                    "CodeSniffer/Standards/PSR2/Sniffs/",
1469
                    "CodeSniffer/Standards/Squiz/Sniffs/",
1470
                    "CodeSniffer/Standards/Zend/Sniffs/"
1471
                ]
1472
            },
1473
            "notification-url": "https://packagist.org/downloads/",
1474
            "license": [
1475
                "BSD-3-Clause"
1476
            ],
1477
            "authors": [
1478
                {
1479
                    "name": "Greg Sherwood",
1480
                    "role": "lead"
1481
                }
1482
            ],
1483
            "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
1484
            "homepage": "http://www.squizlabs.com/php-codesniffer",
1485
            "keywords": [
1486
                "phpcs",
1487
                "standards"
1488
            ],
1489
            "time": "2016-05-30 22:24:32"
1490
        },
1491
        {
1492
            "name": "symfony/config",
1493
            "version": "v3.1.0",
1494
            "source": {
1495
                "type": "git",
1496
                "url": "https://github.com/symfony/config.git",
1497
                "reference": "048dc47e07f92333203c3b7045868bbc864fc40e"
1498
            },
1499
            "dist": {
1500
                "type": "zip",
1501
                "url": "https://api.github.com/repos/symfony/config/zipball/048dc47e07f92333203c3b7045868bbc864fc40e",
1502
                "reference": "048dc47e07f92333203c3b7045868bbc864fc40e",
1503
                "shasum": ""
1504
            },
1505
            "require": {
1506
                "php": ">=5.5.9",
1507
                "symfony/filesystem": "~2.8|~3.0"
1508
            },
1509
            "suggest": {
1510
                "symfony/yaml": "To use the yaml reference dumper"
1511
            },
1512
            "type": "library",
1513
            "extra": {
1514
                "branch-alias": {
1515
                    "dev-master": "3.1-dev"
1516
                }
1517
            },
1518
            "autoload": {
1519
                "psr-4": {
1520
                    "Symfony\\Component\\Config\\": ""
1521
                },
1522
                "exclude-from-classmap": [
1523
                    "/Tests/"
1524
                ]
1525
            },
1526
            "notification-url": "https://packagist.org/downloads/",
1527
            "license": [
1528
                "MIT"
1529
            ],
1530
            "authors": [
1531
                {
1532
                    "name": "Fabien Potencier",
1533
                    "email": "[email protected]"
1534
                },
1535
                {
1536
                    "name": "Symfony Community",
1537
                    "homepage": "https://symfony.com/contributors"
1538
                }
1539
            ],
1540
            "description": "Symfony Config Component",
1541
            "homepage": "https://symfony.com",
1542
            "time": "2016-05-20 11:48:17"
1543
        },
1544
        {
1545
            "name": "symfony/console",
1546
            "version": "v2.8.6",
1547
            "source": {
1548
                "type": "git",
1549
                "url": "https://github.com/symfony/console.git",
1550
                "reference": "48221d3de4dc22d2cd57c97e8b9361821da86609"
1551
            },
1552
            "dist": {
1553
                "type": "zip",
1554
                "url": "https://api.github.com/repos/symfony/console/zipball/48221d3de4dc22d2cd57c97e8b9361821da86609",
1555
                "reference": "48221d3de4dc22d2cd57c97e8b9361821da86609",
1556
                "shasum": ""
1557
            },
1558
            "require": {
1559
                "php": ">=5.3.9",
1560
                "symfony/polyfill-mbstring": "~1.0"
1561
            },
1562
            "require-dev": {
1563
                "psr/log": "~1.0",
1564
                "symfony/event-dispatcher": "~2.1|~3.0.0",
1565
                "symfony/process": "~2.1|~3.0.0"
1566
            },
1567
            "suggest": {
1568
                "psr/log": "For using the console logger",
1569
                "symfony/event-dispatcher": "",
1570
                "symfony/process": ""
1571
            },
1572
            "type": "library",
1573
            "extra": {
1574
                "branch-alias": {
1575
                    "dev-master": "2.8-dev"
1576
                }
1577
            },
1578
            "autoload": {
1579
                "psr-4": {
1580
                    "Symfony\\Component\\Console\\": ""
1581
                },
1582
                "exclude-from-classmap": [
1583
                    "/Tests/"
1584
                ]
1585
            },
1586
            "notification-url": "https://packagist.org/downloads/",
1587
            "license": [
1588
                "MIT"
1589
            ],
1590
            "authors": [
1591
                {
1592
                    "name": "Fabien Potencier",
1593
                    "email": "[email protected]"
1594
                },
1595
                {
1596
                    "name": "Symfony Community",
1597
                    "homepage": "https://symfony.com/contributors"
1598
                }
1599
            ],
1600
            "description": "Symfony Console Component",
1601
            "homepage": "https://symfony.com",
1602
            "time": "2016-04-26 12:00:47"
1603
        },
1604
        {
1605
            "name": "symfony/dependency-injection",
1606
            "version": "v3.1.0",
1607
            "source": {
1608
                "type": "git",
1609
                "url": "https://github.com/symfony/dependency-injection.git",
1610
                "reference": "383110341e8f47ae972da3a29503b099831549e1"
1611
            },
1612
            "dist": {
1613
                "type": "zip",
1614
                "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/383110341e8f47ae972da3a29503b099831549e1",
1615
                "reference": "383110341e8f47ae972da3a29503b099831549e1",
1616
                "shasum": ""
1617
            },
1618
            "require": {
1619
                "php": ">=5.5.9"
1620
            },
1621
            "require-dev": {
1622
                "symfony/config": "~2.8|~3.0",
1623
                "symfony/expression-language": "~2.8|~3.0",
1624
                "symfony/yaml": "~2.8|~3.0"
1625
            },
1626
            "suggest": {
1627
                "symfony/config": "",
1628
                "symfony/expression-language": "For using expressions in service container configuration",
1629
                "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
1630
                "symfony/yaml": ""
1631
            },
1632
            "type": "library",
1633
            "extra": {
1634
                "branch-alias": {
1635
                    "dev-master": "3.1-dev"
1636
                }
1637
            },
1638
            "autoload": {
1639
                "psr-4": {
1640
                    "Symfony\\Component\\DependencyInjection\\": ""
1641
                },
1642
                "exclude-from-classmap": [
1643
                    "/Tests/"
1644
                ]
1645
            },
1646
            "notification-url": "https://packagist.org/downloads/",
1647
            "license": [
1648
                "MIT"
1649
            ],
1650
            "authors": [
1651
                {
1652
                    "name": "Fabien Potencier",
1653
                    "email": "[email protected]"
1654
                },
1655
                {
1656
                    "name": "Symfony Community",
1657
                    "homepage": "https://symfony.com/contributors"
1658
                }
1659
            ],
1660
            "description": "Symfony DependencyInjection Component",
1661
            "homepage": "https://symfony.com",
1662
            "time": "2016-05-24 10:06:56"
1663
        },
1664
        {
1665
            "name": "symfony/event-dispatcher",
1666
            "version": "v3.1.0",
1667
            "source": {
1668
                "type": "git",
1669
                "url": "https://github.com/symfony/event-dispatcher.git",
1670
                "reference": "0343b2cedd0edb26cdc791212a8eb645c406018b"
1671
            },
1672
            "dist": {
1673
                "type": "zip",
1674
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/0343b2cedd0edb26cdc791212a8eb645c406018b",
1675
                "reference": "0343b2cedd0edb26cdc791212a8eb645c406018b",
1676
                "shasum": ""
1677
            },
1678
            "require": {
1679
                "php": ">=5.5.9"
1680
            },
1681
            "require-dev": {
1682
                "psr/log": "~1.0",
1683
                "symfony/config": "~2.8|~3.0",
1684
                "symfony/dependency-injection": "~2.8|~3.0",
1685
                "symfony/expression-language": "~2.8|~3.0",
1686
                "symfony/stopwatch": "~2.8|~3.0"
1687
            },
1688
            "suggest": {
1689
                "symfony/dependency-injection": "",
1690
                "symfony/http-kernel": ""
1691
            },
1692
            "type": "library",
1693
            "extra": {
1694
                "branch-alias": {
1695
                    "dev-master": "3.1-dev"
1696
                }
1697
            },
1698
            "autoload": {
1699
                "psr-4": {
1700
                    "Symfony\\Component\\EventDispatcher\\": ""
1701
                },
1702
                "exclude-from-classmap": [
1703
                    "/Tests/"
1704
                ]
1705
            },
1706
            "notification-url": "https://packagist.org/downloads/",
1707
            "license": [
1708
                "MIT"
1709
            ],
1710
            "authors": [
1711
                {
1712
                    "name": "Fabien Potencier",
1713
                    "email": "[email protected]"
1714
                },
1715
                {
1716
                    "name": "Symfony Community",
1717
                    "homepage": "https://symfony.com/contributors"
1718
                }
1719
            ],
1720
            "description": "Symfony EventDispatcher Component",
1721
            "homepage": "https://symfony.com",
1722
            "time": "2016-04-12 18:27:47"
1723
        },
1724
        {
1725
            "name": "symfony/filesystem",
1726
            "version": "v3.1.0",
1727
            "source": {
1728
                "type": "git",
1729
                "url": "https://github.com/symfony/filesystem.git",
1730
                "reference": "5751e80d6f94b7c018f338a4a7be0b700d6f3058"
1731
            },
1732
            "dist": {
1733
                "type": "zip",
1734
                "url": "https://api.github.com/repos/symfony/filesystem/zipball/5751e80d6f94b7c018f338a4a7be0b700d6f3058",
1735
                "reference": "5751e80d6f94b7c018f338a4a7be0b700d6f3058",
1736
                "shasum": ""
1737
            },
1738
            "require": {
1739
                "php": ">=5.5.9"
1740
            },
1741
            "type": "library",
1742
            "extra": {
1743
                "branch-alias": {
1744
                    "dev-master": "3.1-dev"
1745
                }
1746
            },
1747
            "autoload": {
1748
                "psr-4": {
1749
                    "Symfony\\Component\\Filesystem\\": ""
1750
                },
1751
                "exclude-from-classmap": [
1752
                    "/Tests/"
1753
                ]
1754
            },
1755
            "notification-url": "https://packagist.org/downloads/",
1756
            "license": [
1757
                "MIT"
1758
            ],
1759
            "authors": [
1760
                {
1761
                    "name": "Fabien Potencier",
1762
                    "email": "[email protected]"
1763
                },
1764
                {
1765
                    "name": "Symfony Community",
1766
                    "homepage": "https://symfony.com/contributors"
1767
                }
1768
            ],
1769
            "description": "Symfony Filesystem Component",
1770
            "homepage": "https://symfony.com",
1771
            "time": "2016-04-12 18:27:47"
1772
        },
1773
        {
1774
            "name": "symfony/finder",
1775
            "version": "v3.1.0",
1776
            "source": {
1777
                "type": "git",
1778
                "url": "https://github.com/symfony/finder.git",
1779
                "reference": "40d17ed287bf51a2f884c4619ce8ff2a1c5cd219"
1780
            },
1781
            "dist": {
1782
                "type": "zip",
1783
                "url": "https://api.github.com/repos/symfony/finder/zipball/40d17ed287bf51a2f884c4619ce8ff2a1c5cd219",
1784
                "reference": "40d17ed287bf51a2f884c4619ce8ff2a1c5cd219",
1785
                "shasum": ""
1786
            },
1787
            "require": {
1788
                "php": ">=5.5.9"
1789
            },
1790
            "type": "library",
1791
            "extra": {
1792
                "branch-alias": {
1793
                    "dev-master": "3.1-dev"
1794
                }
1795
            },
1796
            "autoload": {
1797
                "psr-4": {
1798
                    "Symfony\\Component\\Finder\\": ""
1799
                },
1800
                "exclude-from-classmap": [
1801
                    "/Tests/"
1802
                ]
1803
            },
1804
            "notification-url": "https://packagist.org/downloads/",
1805
            "license": [
1806
                "MIT"
1807
            ],
1808
            "authors": [
1809
                {
1810
                    "name": "Fabien Potencier",
1811
                    "email": "[email protected]"
1812
                },
1813
                {
1814
                    "name": "Symfony Community",
1815
                    "homepage": "https://symfony.com/contributors"
1816
                }
1817
            ],
1818
            "description": "Symfony Finder Component",
1819
            "homepage": "https://symfony.com",
1820
            "time": "2016-05-13 18:06:41"
1821
        },
1822
        {
1823
            "name": "symfony/polyfill-mbstring",
1824
            "version": "v1.2.0",
1825
            "source": {
1826
                "type": "git",
1827
                "url": "https://github.com/symfony/polyfill-mbstring.git",
1828
                "reference": "dff51f72b0706335131b00a7f49606168c582594"
1829
            },
1830
            "dist": {
1831
                "type": "zip",
1832
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/dff51f72b0706335131b00a7f49606168c582594",
1833
                "reference": "dff51f72b0706335131b00a7f49606168c582594",
1834
                "shasum": ""
1835
            },
1836
            "require": {
1837
                "php": ">=5.3.3"
1838
            },
1839
            "suggest": {
1840
                "ext-mbstring": "For best performance"
1841
            },
1842
            "type": "library",
1843
            "extra": {
1844
                "branch-alias": {
1845
                    "dev-master": "1.2-dev"
1846
                }
1847
            },
1848
            "autoload": {
1849
                "psr-4": {
1850
                    "Symfony\\Polyfill\\Mbstring\\": ""
1851
                },
1852
                "files": [
1853
                    "bootstrap.php"
1854
                ]
1855
            },
1856
            "notification-url": "https://packagist.org/downloads/",
1857
            "license": [
1858
                "MIT"
1859
            ],
1860
            "authors": [
1861
                {
1862
                    "name": "Nicolas Grekas",
1863
                    "email": "[email protected]"
1864
                },
1865
                {
1866
                    "name": "Symfony Community",
1867
                    "homepage": "https://symfony.com/contributors"
1868
                }
1869
            ],
1870
            "description": "Symfony polyfill for the Mbstring extension",
1871
            "homepage": "https://symfony.com",
1872
            "keywords": [
1873
                "compatibility",
1874
                "mbstring",
1875
                "polyfill",
1876
                "portable",
1877
                "shim"
1878
            ],
1879
            "time": "2016-05-18 14:26:46"
1880
        },
1881
        {
1882
            "name": "symfony/process",
1883
            "version": "v3.1.0",
1884
            "source": {
1885
                "type": "git",
1886
                "url": "https://github.com/symfony/process.git",
1887
                "reference": "1574f3451b40fa9bbae518ef71d19a56f409cac0"
1888
            },
1889
            "dist": {
1890
                "type": "zip",
1891
                "url": "https://api.github.com/repos/symfony/process/zipball/1574f3451b40fa9bbae518ef71d19a56f409cac0",
1892
                "reference": "1574f3451b40fa9bbae518ef71d19a56f409cac0",
1893
                "shasum": ""
1894
            },
1895
            "require": {
1896
                "php": ">=5.5.9"
1897
            },
1898
            "type": "library",
1899
            "extra": {
1900
                "branch-alias": {
1901
                    "dev-master": "3.1-dev"
1902
                }
1903
            },
1904
            "autoload": {
1905
                "psr-4": {
1906
                    "Symfony\\Component\\Process\\": ""
1907
                },
1908
                "exclude-from-classmap": [
1909
                    "/Tests/"
1910
                ]
1911
            },
1912
            "notification-url": "https://packagist.org/downloads/",
1913
            "license": [
1914
                "MIT"
1915
            ],
1916
            "authors": [
1917
                {
1918
                    "name": "Fabien Potencier",
1919
                    "email": "[email protected]"
1920
                },
1921
                {
1922
                    "name": "Symfony Community",
1923
                    "homepage": "https://symfony.com/contributors"
1924
                }
1925
            ],
1926
            "description": "Symfony Process Component",
1927
            "homepage": "https://symfony.com",
1928
            "time": "2016-04-12 19:11:33"
1929
        },
1930
        {
1931
            "name": "symfony/yaml",
1932
            "version": "v3.1.0",
1933
            "source": {
1934
                "type": "git",
1935
                "url": "https://github.com/symfony/yaml.git",
1936
                "reference": "eca51b7b65eb9be6af88ad7cc91685f1556f5c9a"
1937
            },
1938
            "dist": {
1939
                "type": "zip",
1940
                "url": "https://api.github.com/repos/symfony/yaml/zipball/eca51b7b65eb9be6af88ad7cc91685f1556f5c9a",
1941
                "reference": "eca51b7b65eb9be6af88ad7cc91685f1556f5c9a",
1942
                "shasum": ""
1943
            },
1944
            "require": {
1945
                "php": ">=5.5.9"
1946
            },
1947
            "type": "library",
1948
            "extra": {
1949
                "branch-alias": {
1950
                    "dev-master": "3.1-dev"
1951
                }
1952
            },
1953
            "autoload": {
1954
                "psr-4": {
1955
                    "Symfony\\Component\\Yaml\\": ""
1956
                },
1957
                "exclude-from-classmap": [
1958
                    "/Tests/"
1959
                ]
1960
            },
1961
            "notification-url": "https://packagist.org/downloads/",
1962
            "license": [
1963
                "MIT"
1964
            ],
1965
            "authors": [
1966
                {
1967
                    "name": "Fabien Potencier",
1968
                    "email": "[email protected]"
1969
                },
1970
                {
1971
                    "name": "Symfony Community",
1972
                    "homepage": "https://symfony.com/contributors"
1973
                }
1974
            ],
1975
            "description": "Symfony Yaml Component",
1976
            "homepage": "https://symfony.com",
1977
            "time": "2016-05-26 21:46:24"
1978
        }
1979
    ],
1980
    "aliases": [],
1981
    "minimum-stability": "stable",
1982
    "stability-flags": [],
1983
    "prefer-stable": false,
1984
    "prefer-lowest": false,
1985
    "platform": {
1986
        "php": ">=5.6.0"
1987
    },
1988
    "platform-dev": []
1989
}
1990