Completed
Push — 203-feature/icon-ui-changes ( 5a89f7 )
by Maria Daniel Deepak
06:02
created

composer.lock (3 issues)

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#composer-lock-the-lock-file",
5
        "This file is @generated automatically"
6
    ],
7
    "content-hash": "17084c0e557f9e5332c0967cb2caf0d9",
8
    "packages": [
9
        {
10
            "name": "sudar/wp-system-info",
11
            "version": "dev-master",
12
            "source": {
13
                "type": "git",
14
                "url": "https://github.com/sudar/wp-system-info.git",
15
                "reference": "374cddaff2c994b8f51d16a98ac8fe18d7285ff4"
16
            },
17
            "dist": {
18
                "type": "zip",
19
                "url": "https://api.github.com/repos/sudar/wp-system-info/zipball/374cddaff2c994b8f51d16a98ac8fe18d7285ff4",
20
                "reference": "374cddaff2c994b8f51d16a98ac8fe18d7285ff4",
21
                "shasum": ""
22
            },
23
            "require": {
24
                "php": ">=5.3"
25
            },
26
            "type": "library",
27
            "autoload": {
28
                "psr-4": {
29
                    "Sudar\\WPSystemInfo\\": "src/"
30
                }
31
            },
32
            "license": [
33
                "GPL-2.0-or-later"
34
            ],
35
            "authors": [
36
                {
37
                    "name": "Sudar Muthu",
38
                    "homepage": "https://sudarmuthu.com"
39
                }
40
            ],
41
            "description": "A WordPress library that adds System Info to WordPress plugins",
42
            "support": {
43
                "issues": "https://github.com/sudar/wp-system-info/issues",
44
                "source": "https://github.com/sudar/wp-system-info/tree/master"
45
            },
46
            "time": "2018-11-16T06:36:11+00:00"
47
        }
48
    ],
49
    "packages-dev": [
50
        {
51
            "name": "bacon/bacon-string-utils",
52
            "version": "1.0.3",
53
            "source": {
54
                "type": "git",
55
                "url": "https://github.com/Bacon/BaconStringUtils.git",
56
                "reference": "3810c78cdfe895cca9d6a2eea7712cb643186d05"
57
            },
58
            "dist": {
59
                "type": "zip",
60
                "url": "https://api.github.com/repos/Bacon/BaconStringUtils/zipball/3810c78cdfe895cca9d6a2eea7712cb643186d05",
61
                "reference": "3810c78cdfe895cca9d6a2eea7712cb643186d05",
62
                "shasum": ""
63
            },
64
            "require": {
65
                "php": ">=5.3.3"
66
            },
67
            "suggest": {
68
                "zendframework/zend-filter": "To use the Slugifier as a Zend\\Filter instance"
69
            },
70
            "type": "library",
71
            "autoload": {
72
                "psr-0": {
73
                    "BaconStringUtils": "src/"
74
                },
75
                "classmap": [
76
                    "./Module.php"
77
                ]
78
            },
79
            "notification-url": "https://packagist.org/downloads/",
80
            "license": [
81
                "BSD-2-Clause"
82
            ],
83
            "authors": [
84
                {
85
                    "name": "Ben Scholzen 'DASPRiD'",
86
                    "email": "[email protected]",
87
                    "homepage": "http://www.dasprids.de",
88
                    "role": "Developer"
89
                }
90
            ],
91
            "description": "BaconStringUtils contain utitilies to work with strings.",
92
            "homepage": "https://github.com/Bacon/BaconStringUtils",
93
            "time": "2013-10-11T13:59:45+00:00"
94
        },
95
        {
96
            "name": "behat/gherkin",
97
            "version": "v4.4.1",
98
            "source": {
99
                "type": "git",
100
                "url": "https://github.com/Behat/Gherkin.git",
101
                "reference": "1576b485c0f92ef6d27da9c4bbfc57ee30cf6911"
102
            },
103
            "dist": {
104
                "type": "zip",
105
                "url": "https://api.github.com/repos/Behat/Gherkin/zipball/1576b485c0f92ef6d27da9c4bbfc57ee30cf6911",
106
                "reference": "1576b485c0f92ef6d27da9c4bbfc57ee30cf6911",
107
                "shasum": ""
108
            },
109
            "require": {
110
                "php": ">=5.3.1"
111
            },
112
            "require-dev": {
113
                "phpunit/phpunit": "~4.0",
114
                "symfony/yaml": "~2.1"
115
            },
116
            "suggest": {
117
                "symfony/yaml": "If you want to parse features, represented in YAML files"
118
            },
119
            "type": "library",
120
            "extra": {
121
                "branch-alias": {
122
                    "dev-master": "4.4-dev"
123
                }
124
            },
125
            "autoload": {
126
                "psr-0": {
127
                    "Behat\\Gherkin": "src/"
128
                }
129
            },
130
            "notification-url": "https://packagist.org/downloads/",
131
            "license": [
132
                "MIT"
133
            ],
134
            "authors": [
135
                {
136
                    "name": "Konstantin Kudryashov",
137
                    "email": "[email protected]",
138
                    "homepage": "http://everzet.com"
139
                }
140
            ],
141
            "description": "Gherkin DSL parser for PHP 5.3",
142
            "homepage": "http://behat.org/",
143
            "keywords": [
144
                "BDD",
145
                "Behat",
146
                "Cucumber",
147
                "DSL",
148
                "gherkin",
149
                "parser"
150
            ],
151
            "time": "2015-12-30T14:47:00+00:00"
152
        },
153
        {
154
            "name": "codeception/codeception",
155
            "version": "2.2.2",
156
            "source": {
157
                "type": "git",
158
                "url": "https://github.com/Codeception/Codeception.git",
159
                "reference": "8d80bb4ec7470e8df5de0e4c401785bc3fa1f4f6"
160
            },
161
            "dist": {
162
                "type": "zip",
163
                "url": "https://api.github.com/repos/Codeception/Codeception/zipball/8d80bb4ec7470e8df5de0e4c401785bc3fa1f4f6",
164
                "reference": "8d80bb4ec7470e8df5de0e4c401785bc3fa1f4f6",
165
                "shasum": ""
166
            },
167
            "require": {
168
                "behat/gherkin": "~4.4.0",
169
                "ext-json": "*",
170
                "ext-mbstring": "*",
171
                "facebook/webdriver": ">=1.0.1 <2.0",
172
                "guzzlehttp/guzzle": ">=4.1.4 <7.0",
173
                "guzzlehttp/psr7": "~1.0",
174
                "php": ">=5.4.0 <8.0",
175
                "phpunit/php-code-coverage": ">=2.1.3",
176
                "phpunit/phpunit": ">4.8.20 <5.5",
177
                "sebastian/comparator": "~1.1",
178
                "sebastian/diff": "^1.4",
179
                "symfony/browser-kit": ">=2.7 <4.0",
180
                "symfony/console": ">=2.7 <4.0",
181
                "symfony/css-selector": ">=2.7 <4.0",
182
                "symfony/dom-crawler": ">=2.7 <4.0",
183
                "symfony/event-dispatcher": ">=2.7 <4.0",
184
                "symfony/finder": ">=2.7 <4.0",
185
                "symfony/yaml": ">=2.7 <4.0"
186
            },
187
            "require-dev": {
188
                "codeception/specify": "~0.3",
189
                "facebook/php-sdk-v4": "~5.0",
190
                "flow/jsonpath": "~0.2",
191
                "league/factory-muffin": "^3.0",
192
                "league/factory-muffin-faker": "^1.0",
193
                "mongodb/mongodb": "^1.0",
194
                "monolog/monolog": "~1.8",
195
                "pda/pheanstalk": "~3.0",
196
                "php-amqplib/php-amqplib": "~2.4",
197
                "predis/predis": "^1.0",
198
                "squizlabs/php_codesniffer": "~2.0"
199
            },
200
            "suggest": {
201
                "codeception/specify": "BDD-style code blocks",
202
                "codeception/verify": "BDD-style assertions",
203
                "flow/jsonpath": "For using JSONPath in REST module",
204
                "league/factory-muffin": "For DataFactory module",
205
                "league/factory-muffin-faker": "For Faker support in DataFactory module",
206
                "phpseclib/phpseclib": "for SFTP option in FTP Module",
207
                "symfony/phpunit-bridge": "For phpunit-bridge support"
208
            },
209
            "bin": [
210
                "codecept"
211
            ],
212
            "type": "library",
213
            "extra": {
214
                "branch-alias": []
215
            },
216
            "autoload": {
217
                "psr-4": {
218
                    "Codeception\\": "src\\Codeception",
219
                    "Codeception\\Extension\\": "ext"
220
                }
221
            },
222
            "notification-url": "https://packagist.org/downloads/",
223
            "license": [
224
                "MIT"
225
            ],
226
            "authors": [
227
                {
228
                    "name": "Michael Bodnarchuk",
229
                    "email": "[email protected]",
230
                    "homepage": "http://codegyre.com"
231
                }
232
            ],
233
            "description": "BDD-style testing framework",
234
            "homepage": "http://codeception.com/",
235
            "keywords": [
236
                "BDD",
237
                "TDD",
238
                "acceptance testing",
239
                "functional testing",
240
                "unit testing"
241
            ],
242
            "time": "2016-06-29T00:59:28+00:00"
243
        },
244
        {
245
            "name": "dealerdirect/phpcodesniffer-composer-installer",
246
            "version": "v0.4.2",
247
            "source": {
248
                "type": "git",
249
                "url": "https://github.com/DealerDirect/phpcodesniffer-composer-installer.git",
250
                "reference": "17130f536db62570bcfc5cce59464b36e82eb092"
251
            },
252
            "dist": {
253
                "type": "zip",
254
                "url": "https://api.github.com/repos/DealerDirect/phpcodesniffer-composer-installer/zipball/17130f536db62570bcfc5cce59464b36e82eb092",
255
                "reference": "17130f536db62570bcfc5cce59464b36e82eb092",
256
                "shasum": ""
257
            },
258
            "require": {
259
                "composer-plugin-api": "^1.0",
260
                "squizlabs/php_codesniffer": "*"
261
            },
262
            "require-dev": {
263
                "composer/composer": "*"
264
            },
265
            "suggest": {
266
                "dealerdirect/qa-tools": "All the PHP QA tools you'll need"
267
            },
268
            "type": "composer-plugin",
269
            "extra": {
270
                "class": "Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\Plugin"
271
            },
272
            "autoload": {
273
                "psr-4": {
274
                    "Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\": "src/"
275
                }
276
            },
277
            "notification-url": "https://packagist.org/downloads/",
278
            "license": [
279
                "MIT"
280
            ],
281
            "authors": [
282
                {
283
                    "name": "Franck Nijhof",
284
                    "email": "[email protected]",
285
                    "homepage": "http://workingatdealerdirect.eu",
286
                    "role": "Developer"
287
                }
288
            ],
289
            "description": "PHP_CodeSniffer Standards Composer Installer Plugin",
290
            "homepage": "http://workingatdealerdirect.eu",
291
            "keywords": [
292
                "PHPCodeSniffer",
293
                "PHP_CodeSniffer",
294
                "code quality",
295
                "codesniffer",
296
                "composer",
297
                "installer",
298
                "phpcs",
299
                "plugin",
300
                "qa",
301
                "quality",
302
                "standard",
303
                "standards",
304
                "style guide",
305
                "stylecheck",
306
                "tests"
307
            ],
308
            "time": "2017-08-16T10:25:17+00:00"
309
        },
310
        {
311
            "name": "dg/mysql-dump",
312
            "version": "v1.3.0",
313
            "source": {
314
                "type": "git",
315
                "url": "https://github.com/dg/MySQL-dump.git",
316
                "reference": "c1c00a6b7ded9cab37f0280fa2940b1809835f90"
317
            },
318
            "dist": {
319
                "type": "zip",
320
                "url": "https://api.github.com/repos/dg/MySQL-dump/zipball/c1c00a6b7ded9cab37f0280fa2940b1809835f90",
321
                "reference": "c1c00a6b7ded9cab37f0280fa2940b1809835f90",
322
                "shasum": ""
323
            },
324
            "type": "library",
325
            "autoload": {
326
                "classmap": [
327
                    "src/"
328
                ]
329
            },
330
            "notification-url": "https://packagist.org/downloads/",
331
            "license": [
332
                "BSD-3-Clause"
333
            ],
334
            "authors": [
335
                {
336
                    "name": "David Grudl",
337
                    "homepage": "http://davidgrudl.com"
338
                }
339
            ],
340
            "description": "MySQL database dump.",
341
            "homepage": "https://github.com/dg/MySQL-dump",
342
            "keywords": [
343
                "mysql"
344
            ],
345
            "time": "2015-04-18T14:09:50+00:00"
346
        },
347
        {
348
            "name": "doctrine/inflector",
349
            "version": "v1.1.0",
350
            "source": {
351
                "type": "git",
352
                "url": "https://github.com/doctrine/inflector.git",
353
                "reference": "90b2128806bfde671b6952ab8bea493942c1fdae"
354
            },
355
            "dist": {
356
                "type": "zip",
357
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae",
358
                "reference": "90b2128806bfde671b6952ab8bea493942c1fdae",
359
                "shasum": ""
360
            },
361
            "require": {
362
                "php": ">=5.3.2"
363
            },
364
            "require-dev": {
365
                "phpunit/phpunit": "4.*"
366
            },
367
            "type": "library",
368
            "extra": {
369
                "branch-alias": {
370
                    "dev-master": "1.1.x-dev"
371
                }
372
            },
373
            "autoload": {
374
                "psr-0": {
375
                    "Doctrine\\Common\\Inflector\\": "lib/"
376
                }
377
            },
378
            "notification-url": "https://packagist.org/downloads/",
379
            "license": [
380
                "MIT"
381
            ],
382
            "authors": [
383
                {
384
                    "name": "Roman Borschel",
385
                    "email": "[email protected]"
386
                },
387
                {
388
                    "name": "Benjamin Eberlei",
389
                    "email": "[email protected]"
390
                },
391
                {
392
                    "name": "Guilherme Blanco",
393
                    "email": "[email protected]"
394
                },
395
                {
396
                    "name": "Jonathan Wage",
397
                    "email": "[email protected]"
398
                },
399
                {
400
                    "name": "Johannes Schmitt",
401
                    "email": "[email protected]"
402
                }
403
            ],
404
            "description": "Common String Manipulations with regard to casing and singular/plural rules.",
405
            "homepage": "http://www.doctrine-project.org",
406
            "keywords": [
407
                "inflection",
408
                "pluralize",
409
                "singularize",
410
                "string"
411
            ],
412
            "time": "2015-11-06T14:35:42+00:00"
413
        },
414
        {
415
            "name": "doctrine/instantiator",
416
            "version": "1.0.5",
417
            "source": {
418
                "type": "git",
419
                "url": "https://github.com/doctrine/instantiator.git",
420
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
421
            },
422
            "dist": {
423
                "type": "zip",
424
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
425
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
426
                "shasum": ""
427
            },
428
            "require": {
429
                "php": ">=5.3,<8.0-DEV"
430
            },
431
            "require-dev": {
432
                "athletic/athletic": "~0.1.8",
433
                "ext-pdo": "*",
434
                "ext-phar": "*",
435
                "phpunit/phpunit": "~4.0",
436
                "squizlabs/php_codesniffer": "~2.0"
437
            },
438
            "type": "library",
439
            "extra": {
440
                "branch-alias": {
441
                    "dev-master": "1.0.x-dev"
442
                }
443
            },
444
            "autoload": {
445
                "psr-4": {
446
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
447
                }
448
            },
449
            "notification-url": "https://packagist.org/downloads/",
450
            "license": [
451
                "MIT"
452
            ],
453
            "authors": [
454
                {
455
                    "name": "Marco Pivetta",
456
                    "email": "[email protected]",
457
                    "homepage": "http://ocramius.github.com/"
458
                }
459
            ],
460
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
461
            "homepage": "https://github.com/doctrine/instantiator",
462
            "keywords": [
463
                "constructor",
464
                "instantiate"
465
            ],
466
            "time": "2015-06-14T21:17:01+00:00"
467
        },
468
        {
469
            "name": "facebook/webdriver",
470
            "version": "1.1.2",
471
            "source": {
472
                "type": "git",
473
                "url": "https://github.com/facebook/php-webdriver.git",
474
                "reference": "0b889d7de7461439f8a3bbcca46e0f696cb27986"
475
            },
476
            "dist": {
477
                "type": "zip",
478
                "url": "https://api.github.com/repos/facebook/php-webdriver/zipball/0b889d7de7461439f8a3bbcca46e0f696cb27986",
479
                "reference": "0b889d7de7461439f8a3bbcca46e0f696cb27986",
480
                "shasum": ""
481
            },
482
            "require": {
483
                "ext-curl": "*",
484
                "php": ">=5.3.19"
485
            },
486
            "require-dev": {
487
                "phpunit/phpunit": "4.6.*"
488
            },
489
            "suggest": {
490
                "phpdocumentor/phpdocumentor": "2.*"
491
            },
492
            "type": "library",
493
            "autoload": {
494
                "psr-4": {
495
                    "Facebook\\WebDriver\\": "lib/"
496
                }
497
            },
498
            "notification-url": "https://packagist.org/downloads/",
499
            "license": [
500
                "Apache-2.0"
501
            ],
502
            "description": "A PHP client for WebDriver",
503
            "homepage": "https://github.com/facebook/php-webdriver",
504
            "keywords": [
505
                "facebook",
506
                "php",
507
                "selenium",
508
                "webdriver"
509
            ],
510
            "time": "2016-06-04T00:02:34+00:00"
511
        },
512
        {
513
            "name": "guzzlehttp/guzzle",
0 ignored issues
show
There is a security advisory for your installed version of guzzlehttp/guzzle:

HTTP Proxy header vulnerability
Loading history...
514
            "version": "6.2.0",
515
            "source": {
516
                "type": "git",
517
                "url": "https://github.com/guzzle/guzzle.git",
518
                "reference": "d094e337976dff9d8e2424e8485872194e768662"
519
            },
520
            "dist": {
521
                "type": "zip",
522
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/d094e337976dff9d8e2424e8485872194e768662",
523
                "reference": "d094e337976dff9d8e2424e8485872194e768662",
524
                "shasum": ""
525
            },
526
            "require": {
527
                "guzzlehttp/promises": "~1.0",
528
                "guzzlehttp/psr7": "~1.1",
529
                "php": ">=5.5.0"
530
            },
531
            "require-dev": {
532
                "ext-curl": "*",
533
                "phpunit/phpunit": "~4.0",
534
                "psr/log": "~1.0"
535
            },
536
            "type": "library",
537
            "extra": {
538
                "branch-alias": {
539
                    "dev-master": "6.2-dev"
540
                }
541
            },
542
            "autoload": {
543
                "files": [
544
                    "src/functions_include.php"
545
                ],
546
                "psr-4": {
547
                    "GuzzleHttp\\": "src/"
548
                }
549
            },
550
            "notification-url": "https://packagist.org/downloads/",
551
            "license": [
552
                "MIT"
553
            ],
554
            "authors": [
555
                {
556
                    "name": "Michael Dowling",
557
                    "email": "[email protected]",
558
                    "homepage": "https://github.com/mtdowling"
559
                }
560
            ],
561
            "description": "Guzzle is a PHP HTTP client library",
562
            "homepage": "http://guzzlephp.org/",
563
            "keywords": [
564
                "client",
565
                "curl",
566
                "framework",
567
                "http",
568
                "http client",
569
                "rest",
570
                "web service"
571
            ],
572
            "time": "2016-03-21T20:02:09+00:00"
573
        },
574
        {
575
            "name": "guzzlehttp/promises",
576
            "version": "1.2.0",
577
            "source": {
578
                "type": "git",
579
                "url": "https://github.com/guzzle/promises.git",
580
                "reference": "c10d860e2a9595f8883527fa0021c7da9e65f579"
581
            },
582
            "dist": {
583
                "type": "zip",
584
                "url": "https://api.github.com/repos/guzzle/promises/zipball/c10d860e2a9595f8883527fa0021c7da9e65f579",
585
                "reference": "c10d860e2a9595f8883527fa0021c7da9e65f579",
586
                "shasum": ""
587
            },
588
            "require": {
589
                "php": ">=5.5.0"
590
            },
591
            "require-dev": {
592
                "phpunit/phpunit": "~4.0"
593
            },
594
            "type": "library",
595
            "extra": {
596
                "branch-alias": {
597
                    "dev-master": "1.0-dev"
598
                }
599
            },
600
            "autoload": {
601
                "psr-4": {
602
                    "GuzzleHttp\\Promise\\": "src/"
603
                },
604
                "files": [
605
                    "src/functions_include.php"
606
                ]
607
            },
608
            "notification-url": "https://packagist.org/downloads/",
609
            "license": [
610
                "MIT"
611
            ],
612
            "authors": [
613
                {
614
                    "name": "Michael Dowling",
615
                    "email": "[email protected]",
616
                    "homepage": "https://github.com/mtdowling"
617
                }
618
            ],
619
            "description": "Guzzle promises library",
620
            "keywords": [
621
                "promise"
622
            ],
623
            "time": "2016-05-18T16:56:05+00:00"
624
        },
625
        {
626
            "name": "guzzlehttp/psr7",
627
            "version": "1.3.1",
628
            "source": {
629
                "type": "git",
630
                "url": "https://github.com/guzzle/psr7.git",
631
                "reference": "5c6447c9df362e8f8093bda8f5d8873fe5c7f65b"
632
            },
633
            "dist": {
634
                "type": "zip",
635
                "url": "https://api.github.com/repos/guzzle/psr7/zipball/5c6447c9df362e8f8093bda8f5d8873fe5c7f65b",
636
                "reference": "5c6447c9df362e8f8093bda8f5d8873fe5c7f65b",
637
                "shasum": ""
638
            },
639
            "require": {
640
                "php": ">=5.4.0",
641
                "psr/http-message": "~1.0"
642
            },
643
            "provide": {
644
                "psr/http-message-implementation": "1.0"
645
            },
646
            "require-dev": {
647
                "phpunit/phpunit": "~4.0"
648
            },
649
            "type": "library",
650
            "extra": {
651
                "branch-alias": {
652
                    "dev-master": "1.4-dev"
653
                }
654
            },
655
            "autoload": {
656
                "psr-4": {
657
                    "GuzzleHttp\\Psr7\\": "src/"
658
                },
659
                "files": [
660
                    "src/functions_include.php"
661
                ]
662
            },
663
            "notification-url": "https://packagist.org/downloads/",
664
            "license": [
665
                "MIT"
666
            ],
667
            "authors": [
668
                {
669
                    "name": "Michael Dowling",
670
                    "email": "[email protected]",
671
                    "homepage": "https://github.com/mtdowling"
672
                }
673
            ],
674
            "description": "PSR-7 message implementation",
675
            "keywords": [
676
                "http",
677
                "message",
678
                "stream",
679
                "uri"
680
            ],
681
            "time": "2016-06-24T23:00:38+00:00"
682
        },
683
        {
684
            "name": "hautelook/phpass",
685
            "version": "0.3.3",
686
            "source": {
687
                "type": "git",
688
                "url": "https://github.com/hautelook/phpass.git",
689
                "reference": "9590c12bf7c92f67f646d7bf2cf6384e7292cc41"
690
            },
691
            "dist": {
692
                "type": "zip",
693
                "url": "https://api.github.com/repos/hautelook/phpass/zipball/9590c12bf7c92f67f646d7bf2cf6384e7292cc41",
694
                "reference": "9590c12bf7c92f67f646d7bf2cf6384e7292cc41",
695
                "shasum": ""
696
            },
697
            "require": {
698
                "php": ">=5.3.3"
699
            },
700
            "type": "library",
701
            "autoload": {
702
                "psr-0": {
703
                    "Hautelook": "src/"
704
                }
705
            },
706
            "notification-url": "https://packagist.org/downloads/",
707
            "license": [
708
                "Public Domain"
709
            ],
710
            "authors": [
711
                {
712
                    "name": "Solar Designer",
713
                    "email": "[email protected]",
714
                    "homepage": "http://openwall.com/phpass/"
715
                }
716
            ],
717
            "description": "Portable PHP password hashing framework",
718
            "homepage": "http://github.com/hautelook/phpass/",
719
            "keywords": [
720
                "blowfish",
721
                "crypt",
722
                "password",
723
                "security"
724
            ],
725
            "time": "2012-08-31T00:00:00+00:00"
726
        },
727
        {
728
            "name": "illuminate/contracts",
729
            "version": "v5.2.37",
730
            "source": {
731
                "type": "git",
732
                "url": "https://github.com/illuminate/contracts.git",
733
                "reference": "f4f44d7c6d20404da8dfc655bd3d6dd788dfdce5"
734
            },
735
            "dist": {
736
                "type": "zip",
737
                "url": "https://api.github.com/repos/illuminate/contracts/zipball/f4f44d7c6d20404da8dfc655bd3d6dd788dfdce5",
738
                "reference": "f4f44d7c6d20404da8dfc655bd3d6dd788dfdce5",
739
                "shasum": ""
740
            },
741
            "require": {
742
                "php": ">=5.5.9"
743
            },
744
            "type": "library",
745
            "extra": {
746
                "branch-alias": {
747
                    "dev-master": "5.2-dev"
748
                }
749
            },
750
            "autoload": {
751
                "psr-4": {
752
                    "Illuminate\\Contracts\\": ""
753
                }
754
            },
755
            "notification-url": "https://packagist.org/downloads/",
756
            "license": [
757
                "MIT"
758
            ],
759
            "authors": [
760
                {
761
                    "name": "Taylor Otwell",
762
                    "email": "[email protected]"
763
                }
764
            ],
765
            "description": "The Illuminate Contracts package.",
766
            "homepage": "http://laravel.com",
767
            "time": "2016-05-31T21:36:13+00:00"
768
        },
769
        {
770
            "name": "illuminate/support",
771
            "version": "v5.2.37",
772
            "source": {
773
                "type": "git",
774
                "url": "https://github.com/illuminate/support.git",
775
                "reference": "6e86ac2b4e3d0c42c2dc846dbac3e74d378a812b"
776
            },
777
            "dist": {
778
                "type": "zip",
779
                "url": "https://api.github.com/repos/illuminate/support/zipball/6e86ac2b4e3d0c42c2dc846dbac3e74d378a812b",
780
                "reference": "6e86ac2b4e3d0c42c2dc846dbac3e74d378a812b",
781
                "shasum": ""
782
            },
783
            "require": {
784
                "doctrine/inflector": "~1.0",
785
                "ext-mbstring": "*",
786
                "illuminate/contracts": "5.2.*",
787
                "paragonie/random_compat": "~1.4",
788
                "php": ">=5.5.9"
789
            },
790
            "suggest": {
791
                "illuminate/filesystem": "Required to use the composer class (5.2.*).",
792
                "jeremeamia/superclosure": "Required to be able to serialize closures (~2.2).",
793
                "symfony/polyfill-php56": "Required to use the hash_equals function on PHP 5.5 (~1.0).",
794
                "symfony/process": "Required to use the composer class (2.8.*|3.0.*).",
795
                "symfony/var-dumper": "Improves the dd function (2.8.*|3.0.*)."
796
            },
797
            "type": "library",
798
            "extra": {
799
                "branch-alias": {
800
                    "dev-master": "5.2-dev"
801
                }
802
            },
803
            "autoload": {
804
                "psr-4": {
805
                    "Illuminate\\Support\\": ""
806
                },
807
                "files": [
808
                    "helpers.php"
809
                ]
810
            },
811
            "notification-url": "https://packagist.org/downloads/",
812
            "license": [
813
                "MIT"
814
            ],
815
            "authors": [
816
                {
817
                    "name": "Taylor Otwell",
818
                    "email": "[email protected]"
819
                }
820
            ],
821
            "description": "The Illuminate Support package.",
822
            "homepage": "http://laravel.com",
823
            "time": "2016-05-30T02:40:53+00:00"
824
        },
825
        {
826
            "name": "jdgrimes/wp-plugin-uninstall-tester",
827
            "version": "0.6.0",
828
            "source": {
829
                "type": "git",
830
                "url": "https://github.com/JDGrimes/wp-plugin-uninstall-tester.git",
831
                "reference": "99e9c16ded11150f21a7a78a472997c2a0c59fb2"
832
            },
833
            "dist": {
834
                "type": "zip",
835
                "url": "https://api.github.com/repos/JDGrimes/wp-plugin-uninstall-tester/zipball/99e9c16ded11150f21a7a78a472997c2a0c59fb2",
836
                "reference": "99e9c16ded11150f21a7a78a472997c2a0c59fb2",
837
                "shasum": ""
838
            },
839
            "require": {
840
                "php": ">=5.2.0"
841
            },
842
            "type": "library",
843
            "notification-url": "https://packagist.org/downloads/",
844
            "license": [
845
                "MIT"
846
            ],
847
            "authors": [
848
                {
849
                    "name": "J.D. Grimes",
850
                    "email": "[email protected]",
851
                    "homepage": "http://codesymphony.co",
852
                    "role": "Developer"
853
                }
854
            ],
855
            "description": "Utilities for testing WordPress plugin install/uninstall with PHPUnit",
856
            "homepage": "https://github.com/JDGrimes/wp-plugin-uninstall-tester",
857
            "abandoned": "jdgrimes/wpppb",
858
            "time": "2016-06-30T19:28:49+00:00"
859
        },
860
        {
861
            "name": "lucatume/codeception-setup-local",
862
            "version": "1.0.1",
863
            "source": {
864
                "type": "git",
865
                "url": "https://github.com/lucatume/codeception-setup-local.git",
866
                "reference": "8764cbbaabe54866eebcb92db1cf244508ad4a71"
867
            },
868
            "dist": {
869
                "type": "zip",
870
                "url": "https://api.github.com/repos/lucatume/codeception-setup-local/zipball/8764cbbaabe54866eebcb92db1cf244508ad4a71",
871
                "reference": "8764cbbaabe54866eebcb92db1cf244508ad4a71",
872
                "shasum": ""
873
            },
874
            "require": {
875
                "codeception/codeception": "^2.1",
876
                "lucatume/wp-browser-commons": "^1.0"
877
            },
878
            "require-dev": {
879
                "codeception/codeception": "^2.1",
880
                "mikey179/vfsstream": "^1.6"
881
            },
882
            "type": "library",
883
            "autoload": {
884
                "psr-4": {
885
                    "tad\\Codeception\\Command\\": "src/Command",
886
                    "tad\\Codeception\\Command\\Helpers\\": "src/Helpers"
887
                }
888
            },
889
            "notification-url": "https://packagist.org/downloads/",
890
            "license": [
891
                "MIT"
892
            ],
893
            "authors": [
894
                {
895
                    "name": "Luca Tumedei",
896
                    "email": "[email protected]"
897
                }
898
            ],
899
            "description": "Flexible local setup for Codeception",
900
            "time": "2016-05-21T15:04:41+00:00"
901
        },
902
        {
903
            "name": "lucatume/wp-browser",
904
            "version": "1.14.3",
905
            "source": {
906
                "type": "git",
907
                "url": "https://github.com/lucatume/wp-browser.git",
908
                "reference": "e09cd702418ec787b24398281ed466351a2bd93b"
909
            },
910
            "dist": {
911
                "type": "zip",
912
                "url": "https://api.github.com/repos/lucatume/wp-browser/zipball/e09cd702418ec787b24398281ed466351a2bd93b",
913
                "reference": "e09cd702418ec787b24398281ed466351a2bd93b",
914
                "shasum": ""
915
            },
916
            "require": {
917
                "lucatume/codeception-setup-local": "~1.0",
918
                "lucatume/wp-browser-commons": "~1.0",
919
                "symfony/process": "~3.1"
920
            },
921
            "require-dev": {
922
                "codeception/codeception": "~2.2",
923
                "mikey179/vfsstream": "^1.6"
924
            },
925
            "bin": [
926
                "wpcept"
927
            ],
928
            "type": "library",
929
            "autoload": {
930
                "psr-4": {
931
                    "Codeception\\": "src\\Codeception",
932
                    "tad\\": "src\\tad"
933
                }
934
            },
935
            "notification-url": "https://packagist.org/downloads/",
936
            "license": [
937
                "MIT"
938
            ],
939
            "authors": [
940
                {
941
                    "name": "theAverageDev (Luca Tumedei)",
942
                    "email": "[email protected]",
943
                    "homepage": "http://theaveragedev.com",
944
                    "role": "Developer"
945
                }
946
            ],
947
            "description": "WordPress extension of the PhpBrowser class.",
948
            "homepage": "http://github.com/lucatume/wp-browser",
949
            "keywords": [
950
                "codeception",
951
                "wordpress"
952
            ],
953
            "time": "2016-06-27T16:41:23+00:00"
954
        },
955
        {
956
            "name": "lucatume/wp-browser-commons",
957
            "version": "1.2.2",
958
            "source": {
959
                "type": "git",
960
                "url": "https://github.com/lucatume/wp-browser-commons.git",
961
                "reference": "314075fdbeb9c6c01c0e11cd6e6955bbdf563dc8"
962
            },
963
            "dist": {
964
                "type": "zip",
965
                "url": "https://api.github.com/repos/lucatume/wp-browser-commons/zipball/314075fdbeb9c6c01c0e11cd6e6955bbdf563dc8",
966
                "reference": "314075fdbeb9c6c01c0e11cd6e6955bbdf563dc8",
967
                "shasum": ""
968
            },
969
            "require": {
970
                "bacon/bacon-string-utils": "~1.0",
971
                "codeception/codeception": "~2.1",
972
                "dg/mysql-dump": "^1.3",
973
                "mikemclin/laravel-wp-password": "~2.0.0",
974
                "php": ">=5.4.0",
975
                "symfony/filesystem": "^2.7",
976
                "xamin/handlebars.php": "~0.10"
977
            },
978
            "require-dev": {
979
                "mikey179/vfsstream": "^1.6"
980
            },
981
            "type": "library",
982
            "autoload": {
983
                "psr-4": {
984
                    "tad\\": "src\\tad"
985
                }
986
            },
987
            "notification-url": "https://packagist.org/downloads/",
988
            "license": [
989
                "GPL v2.0"
990
            ],
991
            "authors": [
992
                {
993
                    "name": "Luca Tumedei",
994
                    "email": "[email protected]"
995
                }
996
            ],
997
            "description": "Common libraries of the WP-Browser package.",
998
            "time": "2016-06-15T19:32:38+00:00"
999
        },
1000
        {
1001
            "name": "mikemclin/laravel-wp-password",
1002
            "version": "2.0.0",
1003
            "source": {
1004
                "type": "git",
1005
                "url": "https://github.com/mikemclin/laravel-wp-password.git",
1006
                "reference": "3460f1e38dea501c5d0cbe9bff67d043f6821724"
1007
            },
1008
            "dist": {
1009
                "type": "zip",
1010
                "url": "https://api.github.com/repos/mikemclin/laravel-wp-password/zipball/3460f1e38dea501c5d0cbe9bff67d043f6821724",
1011
                "reference": "3460f1e38dea501c5d0cbe9bff67d043f6821724",
1012
                "shasum": ""
1013
            },
1014
            "require": {
1015
                "hautelook/phpass": "0.3.3",
1016
                "illuminate/support": ">=4.0.0",
1017
                "php": ">=5.3.0"
1018
            },
1019
            "replace": {
1020
                "mikemclin/laravel-wp-password": "self.version"
1021
            },
1022
            "require-dev": {
1023
                "mockery/mockery": "~0.9",
1024
                "phpunit/phpunit": "~4.0",
1025
                "satooshi/php-coveralls": "dev-master"
1026
            },
1027
            "type": "laravel-package",
1028
            "autoload": {
1029
                "psr-4": {
1030
                    "MikeMcLin\\WpPassword\\": "src/"
1031
                }
1032
            },
1033
            "notification-url": "https://packagist.org/downloads/",
1034
            "license": [
1035
                "MIT"
1036
            ],
1037
            "authors": [
1038
                {
1039
                    "name": "Mike McLin",
1040
                    "email": "[email protected]",
1041
                    "homepage": "http://mikemclin.net"
1042
                }
1043
            ],
1044
            "description": "Laravel package that checks and creates WordPress password hashes",
1045
            "homepage": "https://github.com/mikemclin/laravel-wp-password",
1046
            "keywords": [
1047
                "hashing",
1048
                "laravel",
1049
                "password",
1050
                "wordpress"
1051
            ],
1052
            "time": "2015-02-12T03:09:57+00:00"
1053
        },
1054
        {
1055
            "name": "paragonie/random_compat",
0 ignored issues
show
There is a security advisory for your installed version of paragonie/random_compat:

Uses insecure CSPRNG (openssl_random_pseudo_bytes())
Loading history...
1056
            "version": "v1.4.1",
1057
            "source": {
1058
                "type": "git",
1059
                "url": "https://github.com/paragonie/random_compat.git",
1060
                "reference": "c7e26a21ba357863de030f0b9e701c7d04593774"
1061
            },
1062
            "dist": {
1063
                "type": "zip",
1064
                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/c7e26a21ba357863de030f0b9e701c7d04593774",
1065
                "reference": "c7e26a21ba357863de030f0b9e701c7d04593774",
1066
                "shasum": ""
1067
            },
1068
            "require": {
1069
                "php": ">=5.2.0"
1070
            },
1071
            "require-dev": {
1072
                "phpunit/phpunit": "4.*|5.*"
1073
            },
1074
            "suggest": {
1075
                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
1076
            },
1077
            "type": "library",
1078
            "autoload": {
1079
                "files": [
1080
                    "lib/random.php"
1081
                ]
1082
            },
1083
            "notification-url": "https://packagist.org/downloads/",
1084
            "license": [
1085
                "MIT"
1086
            ],
1087
            "authors": [
1088
                {
1089
                    "name": "Paragon Initiative Enterprises",
1090
                    "email": "[email protected]",
1091
                    "homepage": "https://paragonie.com"
1092
                }
1093
            ],
1094
            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
1095
            "keywords": [
1096
                "csprng",
1097
                "pseudorandom",
1098
                "random"
1099
            ],
1100
            "time": "2016-03-18T20:34:03+00:00"
1101
        },
1102
        {
1103
            "name": "phpdocumentor/reflection-common",
1104
            "version": "1.0",
1105
            "source": {
1106
                "type": "git",
1107
                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
1108
                "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c"
1109
            },
1110
            "dist": {
1111
                "type": "zip",
1112
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
1113
                "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
1114
                "shasum": ""
1115
            },
1116
            "require": {
1117
                "php": ">=5.5"
1118
            },
1119
            "require-dev": {
1120
                "phpunit/phpunit": "^4.6"
1121
            },
1122
            "type": "library",
1123
            "extra": {
1124
                "branch-alias": {
1125
                    "dev-master": "1.0.x-dev"
1126
                }
1127
            },
1128
            "autoload": {
1129
                "psr-4": {
1130
                    "phpDocumentor\\Reflection\\": [
1131
                        "src"
1132
                    ]
1133
                }
1134
            },
1135
            "notification-url": "https://packagist.org/downloads/",
1136
            "license": [
1137
                "MIT"
1138
            ],
1139
            "authors": [
1140
                {
1141
                    "name": "Jaap van Otterdijk",
1142
                    "email": "[email protected]"
1143
                }
1144
            ],
1145
            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
1146
            "homepage": "http://www.phpdoc.org",
1147
            "keywords": [
1148
                "FQSEN",
1149
                "phpDocumentor",
1150
                "phpdoc",
1151
                "reflection",
1152
                "static analysis"
1153
            ],
1154
            "time": "2015-12-27T11:43:31+00:00"
1155
        },
1156
        {
1157
            "name": "phpdocumentor/reflection-docblock",
1158
            "version": "3.1.0",
1159
            "source": {
1160
                "type": "git",
1161
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
1162
                "reference": "9270140b940ff02e58ec577c237274e92cd40cdd"
1163
            },
1164
            "dist": {
1165
                "type": "zip",
1166
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/9270140b940ff02e58ec577c237274e92cd40cdd",
1167
                "reference": "9270140b940ff02e58ec577c237274e92cd40cdd",
1168
                "shasum": ""
1169
            },
1170
            "require": {
1171
                "php": ">=5.5",
1172
                "phpdocumentor/reflection-common": "^1.0@dev",
1173
                "phpdocumentor/type-resolver": "^0.2.0",
1174
                "webmozart/assert": "^1.0"
1175
            },
1176
            "require-dev": {
1177
                "mockery/mockery": "^0.9.4",
1178
                "phpunit/phpunit": "^4.4"
1179
            },
1180
            "type": "library",
1181
            "autoload": {
1182
                "psr-4": {
1183
                    "phpDocumentor\\Reflection\\": [
1184
                        "src/"
1185
                    ]
1186
                }
1187
            },
1188
            "notification-url": "https://packagist.org/downloads/",
1189
            "license": [
1190
                "MIT"
1191
            ],
1192
            "authors": [
1193
                {
1194
                    "name": "Mike van Riel",
1195
                    "email": "[email protected]"
1196
                }
1197
            ],
1198
            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
1199
            "time": "2016-06-10T09:48:41+00:00"
1200
        },
1201
        {
1202
            "name": "phpdocumentor/type-resolver",
1203
            "version": "0.2",
1204
            "source": {
1205
                "type": "git",
1206
                "url": "https://github.com/phpDocumentor/TypeResolver.git",
1207
                "reference": "b39c7a5b194f9ed7bd0dd345c751007a41862443"
1208
            },
1209
            "dist": {
1210
                "type": "zip",
1211
                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/b39c7a5b194f9ed7bd0dd345c751007a41862443",
1212
                "reference": "b39c7a5b194f9ed7bd0dd345c751007a41862443",
1213
                "shasum": ""
1214
            },
1215
            "require": {
1216
                "php": ">=5.5",
1217
                "phpdocumentor/reflection-common": "^1.0"
1218
            },
1219
            "require-dev": {
1220
                "mockery/mockery": "^0.9.4",
1221
                "phpunit/phpunit": "^5.2||^4.8.24"
1222
            },
1223
            "type": "library",
1224
            "extra": {
1225
                "branch-alias": {
1226
                    "dev-master": "1.0.x-dev"
1227
                }
1228
            },
1229
            "autoload": {
1230
                "psr-4": {
1231
                    "phpDocumentor\\Reflection\\": [
1232
                        "src/"
1233
                    ]
1234
                }
1235
            },
1236
            "notification-url": "https://packagist.org/downloads/",
1237
            "license": [
1238
                "MIT"
1239
            ],
1240
            "authors": [
1241
                {
1242
                    "name": "Mike van Riel",
1243
                    "email": "[email protected]"
1244
                }
1245
            ],
1246
            "time": "2016-06-10T07:14:17+00:00"
1247
        },
1248
        {
1249
            "name": "phpspec/prophecy",
1250
            "version": "v1.6.1",
1251
            "source": {
1252
                "type": "git",
1253
                "url": "https://github.com/phpspec/prophecy.git",
1254
                "reference": "58a8137754bc24b25740d4281399a4a3596058e0"
1255
            },
1256
            "dist": {
1257
                "type": "zip",
1258
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/58a8137754bc24b25740d4281399a4a3596058e0",
1259
                "reference": "58a8137754bc24b25740d4281399a4a3596058e0",
1260
                "shasum": ""
1261
            },
1262
            "require": {
1263
                "doctrine/instantiator": "^1.0.2",
1264
                "php": "^5.3|^7.0",
1265
                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2",
1266
                "sebastian/comparator": "^1.1",
1267
                "sebastian/recursion-context": "^1.0"
1268
            },
1269
            "require-dev": {
1270
                "phpspec/phpspec": "^2.0"
1271
            },
1272
            "type": "library",
1273
            "extra": {
1274
                "branch-alias": {
1275
                    "dev-master": "1.6.x-dev"
1276
                }
1277
            },
1278
            "autoload": {
1279
                "psr-0": {
1280
                    "Prophecy\\": "src/"
1281
                }
1282
            },
1283
            "notification-url": "https://packagist.org/downloads/",
1284
            "license": [
1285
                "MIT"
1286
            ],
1287
            "authors": [
1288
                {
1289
                    "name": "Konstantin Kudryashov",
1290
                    "email": "[email protected]",
1291
                    "homepage": "http://everzet.com"
1292
                },
1293
                {
1294
                    "name": "Marcello Duarte",
1295
                    "email": "[email protected]"
1296
                }
1297
            ],
1298
            "description": "Highly opinionated mocking framework for PHP 5.3+",
1299
            "homepage": "https://github.com/phpspec/prophecy",
1300
            "keywords": [
1301
                "Double",
1302
                "Dummy",
1303
                "fake",
1304
                "mock",
1305
                "spy",
1306
                "stub"
1307
            ],
1308
            "time": "2016-06-07T08:13:47+00:00"
1309
        },
1310
        {
1311
            "name": "phpunit/php-code-coverage",
1312
            "version": "2.2.4",
1313
            "source": {
1314
                "type": "git",
1315
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
1316
                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
1317
            },
1318
            "dist": {
1319
                "type": "zip",
1320
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
1321
                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
1322
                "shasum": ""
1323
            },
1324
            "require": {
1325
                "php": ">=5.3.3",
1326
                "phpunit/php-file-iterator": "~1.3",
1327
                "phpunit/php-text-template": "~1.2",
1328
                "phpunit/php-token-stream": "~1.3",
1329
                "sebastian/environment": "^1.3.2",
1330
                "sebastian/version": "~1.0"
1331
            },
1332
            "require-dev": {
1333
                "ext-xdebug": ">=2.1.4",
1334
                "phpunit/phpunit": "~4"
1335
            },
1336
            "suggest": {
1337
                "ext-dom": "*",
1338
                "ext-xdebug": ">=2.2.1",
1339
                "ext-xmlwriter": "*"
1340
            },
1341
            "type": "library",
1342
            "extra": {
1343
                "branch-alias": {
1344
                    "dev-master": "2.2.x-dev"
1345
                }
1346
            },
1347
            "autoload": {
1348
                "classmap": [
1349
                    "src/"
1350
                ]
1351
            },
1352
            "notification-url": "https://packagist.org/downloads/",
1353
            "license": [
1354
                "BSD-3-Clause"
1355
            ],
1356
            "authors": [
1357
                {
1358
                    "name": "Sebastian Bergmann",
1359
                    "email": "[email protected]",
1360
                    "role": "lead"
1361
                }
1362
            ],
1363
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
1364
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
1365
            "keywords": [
1366
                "coverage",
1367
                "testing",
1368
                "xunit"
1369
            ],
1370
            "time": "2015-10-06T15:47:00+00:00"
1371
        },
1372
        {
1373
            "name": "phpunit/php-file-iterator",
1374
            "version": "1.4.1",
1375
            "source": {
1376
                "type": "git",
1377
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
1378
                "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0"
1379
            },
1380
            "dist": {
1381
                "type": "zip",
1382
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
1383
                "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
1384
                "shasum": ""
1385
            },
1386
            "require": {
1387
                "php": ">=5.3.3"
1388
            },
1389
            "type": "library",
1390
            "extra": {
1391
                "branch-alias": {
1392
                    "dev-master": "1.4.x-dev"
1393
                }
1394
            },
1395
            "autoload": {
1396
                "classmap": [
1397
                    "src/"
1398
                ]
1399
            },
1400
            "notification-url": "https://packagist.org/downloads/",
1401
            "license": [
1402
                "BSD-3-Clause"
1403
            ],
1404
            "authors": [
1405
                {
1406
                    "name": "Sebastian Bergmann",
1407
                    "email": "[email protected]",
1408
                    "role": "lead"
1409
                }
1410
            ],
1411
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
1412
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
1413
            "keywords": [
1414
                "filesystem",
1415
                "iterator"
1416
            ],
1417
            "time": "2015-06-21T13:08:43+00:00"
1418
        },
1419
        {
1420
            "name": "phpunit/php-text-template",
1421
            "version": "1.2.1",
1422
            "source": {
1423
                "type": "git",
1424
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
1425
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
1426
            },
1427
            "dist": {
1428
                "type": "zip",
1429
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
1430
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
1431
                "shasum": ""
1432
            },
1433
            "require": {
1434
                "php": ">=5.3.3"
1435
            },
1436
            "type": "library",
1437
            "autoload": {
1438
                "classmap": [
1439
                    "src/"
1440
                ]
1441
            },
1442
            "notification-url": "https://packagist.org/downloads/",
1443
            "license": [
1444
                "BSD-3-Clause"
1445
            ],
1446
            "authors": [
1447
                {
1448
                    "name": "Sebastian Bergmann",
1449
                    "email": "[email protected]",
1450
                    "role": "lead"
1451
                }
1452
            ],
1453
            "description": "Simple template engine.",
1454
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
1455
            "keywords": [
1456
                "template"
1457
            ],
1458
            "time": "2015-06-21T13:50:34+00:00"
1459
        },
1460
        {
1461
            "name": "phpunit/php-timer",
1462
            "version": "1.0.8",
1463
            "source": {
1464
                "type": "git",
1465
                "url": "https://github.com/sebastianbergmann/php-timer.git",
1466
                "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260"
1467
            },
1468
            "dist": {
1469
                "type": "zip",
1470
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/38e9124049cf1a164f1e4537caf19c99bf1eb260",
1471
                "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260",
1472
                "shasum": ""
1473
            },
1474
            "require": {
1475
                "php": ">=5.3.3"
1476
            },
1477
            "require-dev": {
1478
                "phpunit/phpunit": "~4|~5"
1479
            },
1480
            "type": "library",
1481
            "autoload": {
1482
                "classmap": [
1483
                    "src/"
1484
                ]
1485
            },
1486
            "notification-url": "https://packagist.org/downloads/",
1487
            "license": [
1488
                "BSD-3-Clause"
1489
            ],
1490
            "authors": [
1491
                {
1492
                    "name": "Sebastian Bergmann",
1493
                    "email": "[email protected]",
1494
                    "role": "lead"
1495
                }
1496
            ],
1497
            "description": "Utility class for timing",
1498
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
1499
            "keywords": [
1500
                "timer"
1501
            ],
1502
            "time": "2016-05-12T18:03:57+00:00"
1503
        },
1504
        {
1505
            "name": "phpunit/php-token-stream",
1506
            "version": "1.4.8",
1507
            "source": {
1508
                "type": "git",
1509
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
1510
                "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da"
1511
            },
1512
            "dist": {
1513
                "type": "zip",
1514
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
1515
                "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
1516
                "shasum": ""
1517
            },
1518
            "require": {
1519
                "ext-tokenizer": "*",
1520
                "php": ">=5.3.3"
1521
            },
1522
            "require-dev": {
1523
                "phpunit/phpunit": "~4.2"
1524
            },
1525
            "type": "library",
1526
            "extra": {
1527
                "branch-alias": {
1528
                    "dev-master": "1.4-dev"
1529
                }
1530
            },
1531
            "autoload": {
1532
                "classmap": [
1533
                    "src/"
1534
                ]
1535
            },
1536
            "notification-url": "https://packagist.org/downloads/",
1537
            "license": [
1538
                "BSD-3-Clause"
1539
            ],
1540
            "authors": [
1541
                {
1542
                    "name": "Sebastian Bergmann",
1543
                    "email": "[email protected]"
1544
                }
1545
            ],
1546
            "description": "Wrapper around PHP's tokenizer extension.",
1547
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
1548
            "keywords": [
1549
                "tokenizer"
1550
            ],
1551
            "time": "2015-09-15T10:49:45+00:00"
1552
        },
1553
        {
1554
            "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...
1555
            "version": "4.8.26",
1556
            "source": {
1557
                "type": "git",
1558
                "url": "https://github.com/sebastianbergmann/phpunit.git",
1559
                "reference": "fc1d8cd5b5de11625979125c5639347896ac2c74"
1560
            },
1561
            "dist": {
1562
                "type": "zip",
1563
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/fc1d8cd5b5de11625979125c5639347896ac2c74",
1564
                "reference": "fc1d8cd5b5de11625979125c5639347896ac2c74",
1565
                "shasum": ""
1566
            },
1567
            "require": {
1568
                "ext-dom": "*",
1569
                "ext-json": "*",
1570
                "ext-pcre": "*",
1571
                "ext-reflection": "*",
1572
                "ext-spl": "*",
1573
                "php": ">=5.3.3",
1574
                "phpspec/prophecy": "^1.3.1",
1575
                "phpunit/php-code-coverage": "~2.1",
1576
                "phpunit/php-file-iterator": "~1.4",
1577
                "phpunit/php-text-template": "~1.2",
1578
                "phpunit/php-timer": "^1.0.6",
1579
                "phpunit/phpunit-mock-objects": "~2.3",
1580
                "sebastian/comparator": "~1.1",
1581
                "sebastian/diff": "~1.2",
1582
                "sebastian/environment": "~1.3",
1583
                "sebastian/exporter": "~1.2",
1584
                "sebastian/global-state": "~1.0",
1585
                "sebastian/version": "~1.0",
1586
                "symfony/yaml": "~2.1|~3.0"
1587
            },
1588
            "suggest": {
1589
                "phpunit/php-invoker": "~1.1"
1590
            },
1591
            "bin": [
1592
                "phpunit"
1593
            ],
1594
            "type": "library",
1595
            "extra": {
1596
                "branch-alias": {
1597
                    "dev-master": "4.8.x-dev"
1598
                }
1599
            },
1600
            "autoload": {
1601
                "classmap": [
1602
                    "src/"
1603
                ]
1604
            },
1605
            "notification-url": "https://packagist.org/downloads/",
1606
            "license": [
1607
                "BSD-3-Clause"
1608
            ],
1609
            "authors": [
1610
                {
1611
                    "name": "Sebastian Bergmann",
1612
                    "email": "[email protected]",
1613
                    "role": "lead"
1614
                }
1615
            ],
1616
            "description": "The PHP Unit Testing framework.",
1617
            "homepage": "https://phpunit.de/",
1618
            "keywords": [
1619
                "phpunit",
1620
                "testing",
1621
                "xunit"
1622
            ],
1623
            "time": "2016-05-17T03:09:28+00:00"
1624
        },
1625
        {
1626
            "name": "phpunit/phpunit-mock-objects",
1627
            "version": "2.3.8",
1628
            "source": {
1629
                "type": "git",
1630
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
1631
                "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
1632
            },
1633
            "dist": {
1634
                "type": "zip",
1635
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
1636
                "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
1637
                "shasum": ""
1638
            },
1639
            "require": {
1640
                "doctrine/instantiator": "^1.0.2",
1641
                "php": ">=5.3.3",
1642
                "phpunit/php-text-template": "~1.2",
1643
                "sebastian/exporter": "~1.2"
1644
            },
1645
            "require-dev": {
1646
                "phpunit/phpunit": "~4.4"
1647
            },
1648
            "suggest": {
1649
                "ext-soap": "*"
1650
            },
1651
            "type": "library",
1652
            "extra": {
1653
                "branch-alias": {
1654
                    "dev-master": "2.3.x-dev"
1655
                }
1656
            },
1657
            "autoload": {
1658
                "classmap": [
1659
                    "src/"
1660
                ]
1661
            },
1662
            "notification-url": "https://packagist.org/downloads/",
1663
            "license": [
1664
                "BSD-3-Clause"
1665
            ],
1666
            "authors": [
1667
                {
1668
                    "name": "Sebastian Bergmann",
1669
                    "email": "[email protected]",
1670
                    "role": "lead"
1671
                }
1672
            ],
1673
            "description": "Mock Object library for PHPUnit",
1674
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
1675
            "keywords": [
1676
                "mock",
1677
                "xunit"
1678
            ],
1679
            "time": "2015-10-02T06:51:40+00:00"
1680
        },
1681
        {
1682
            "name": "psr/http-message",
1683
            "version": "1.0",
1684
            "source": {
1685
                "type": "git",
1686
                "url": "https://github.com/php-fig/http-message.git",
1687
                "reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298"
1688
            },
1689
            "dist": {
1690
                "type": "zip",
1691
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/85d63699f0dbedb190bbd4b0d2b9dc707ea4c298",
1692
                "reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298",
1693
                "shasum": ""
1694
            },
1695
            "require": {
1696
                "php": ">=5.3.0"
1697
            },
1698
            "type": "library",
1699
            "extra": {
1700
                "branch-alias": {
1701
                    "dev-master": "1.0.x-dev"
1702
                }
1703
            },
1704
            "autoload": {
1705
                "psr-4": {
1706
                    "Psr\\Http\\Message\\": "src/"
1707
                }
1708
            },
1709
            "notification-url": "https://packagist.org/downloads/",
1710
            "license": [
1711
                "MIT"
1712
            ],
1713
            "authors": [
1714
                {
1715
                    "name": "PHP-FIG",
1716
                    "homepage": "http://www.php-fig.org/"
1717
                }
1718
            ],
1719
            "description": "Common interface for HTTP messages",
1720
            "keywords": [
1721
                "http",
1722
                "http-message",
1723
                "psr",
1724
                "psr-7",
1725
                "request",
1726
                "response"
1727
            ],
1728
            "time": "2015-05-04T20:22:00+00:00"
1729
        },
1730
        {
1731
            "name": "sebastian/comparator",
1732
            "version": "1.2.0",
1733
            "source": {
1734
                "type": "git",
1735
                "url": "https://github.com/sebastianbergmann/comparator.git",
1736
                "reference": "937efb279bd37a375bcadf584dec0726f84dbf22"
1737
            },
1738
            "dist": {
1739
                "type": "zip",
1740
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22",
1741
                "reference": "937efb279bd37a375bcadf584dec0726f84dbf22",
1742
                "shasum": ""
1743
            },
1744
            "require": {
1745
                "php": ">=5.3.3",
1746
                "sebastian/diff": "~1.2",
1747
                "sebastian/exporter": "~1.2"
1748
            },
1749
            "require-dev": {
1750
                "phpunit/phpunit": "~4.4"
1751
            },
1752
            "type": "library",
1753
            "extra": {
1754
                "branch-alias": {
1755
                    "dev-master": "1.2.x-dev"
1756
                }
1757
            },
1758
            "autoload": {
1759
                "classmap": [
1760
                    "src/"
1761
                ]
1762
            },
1763
            "notification-url": "https://packagist.org/downloads/",
1764
            "license": [
1765
                "BSD-3-Clause"
1766
            ],
1767
            "authors": [
1768
                {
1769
                    "name": "Jeff Welch",
1770
                    "email": "[email protected]"
1771
                },
1772
                {
1773
                    "name": "Volker Dusch",
1774
                    "email": "[email protected]"
1775
                },
1776
                {
1777
                    "name": "Bernhard Schussek",
1778
                    "email": "[email protected]"
1779
                },
1780
                {
1781
                    "name": "Sebastian Bergmann",
1782
                    "email": "[email protected]"
1783
                }
1784
            ],
1785
            "description": "Provides the functionality to compare PHP values for equality",
1786
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
1787
            "keywords": [
1788
                "comparator",
1789
                "compare",
1790
                "equality"
1791
            ],
1792
            "time": "2015-07-26T15:48:44+00:00"
1793
        },
1794
        {
1795
            "name": "sebastian/diff",
1796
            "version": "1.4.1",
1797
            "source": {
1798
                "type": "git",
1799
                "url": "https://github.com/sebastianbergmann/diff.git",
1800
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
1801
            },
1802
            "dist": {
1803
                "type": "zip",
1804
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
1805
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
1806
                "shasum": ""
1807
            },
1808
            "require": {
1809
                "php": ">=5.3.3"
1810
            },
1811
            "require-dev": {
1812
                "phpunit/phpunit": "~4.8"
1813
            },
1814
            "type": "library",
1815
            "extra": {
1816
                "branch-alias": {
1817
                    "dev-master": "1.4-dev"
1818
                }
1819
            },
1820
            "autoload": {
1821
                "classmap": [
1822
                    "src/"
1823
                ]
1824
            },
1825
            "notification-url": "https://packagist.org/downloads/",
1826
            "license": [
1827
                "BSD-3-Clause"
1828
            ],
1829
            "authors": [
1830
                {
1831
                    "name": "Kore Nordmann",
1832
                    "email": "[email protected]"
1833
                },
1834
                {
1835
                    "name": "Sebastian Bergmann",
1836
                    "email": "[email protected]"
1837
                }
1838
            ],
1839
            "description": "Diff implementation",
1840
            "homepage": "https://github.com/sebastianbergmann/diff",
1841
            "keywords": [
1842
                "diff"
1843
            ],
1844
            "time": "2015-12-08T07:14:41+00:00"
1845
        },
1846
        {
1847
            "name": "sebastian/environment",
1848
            "version": "1.3.7",
1849
            "source": {
1850
                "type": "git",
1851
                "url": "https://github.com/sebastianbergmann/environment.git",
1852
                "reference": "4e8f0da10ac5802913afc151413bc8c53b6c2716"
1853
            },
1854
            "dist": {
1855
                "type": "zip",
1856
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/4e8f0da10ac5802913afc151413bc8c53b6c2716",
1857
                "reference": "4e8f0da10ac5802913afc151413bc8c53b6c2716",
1858
                "shasum": ""
1859
            },
1860
            "require": {
1861
                "php": ">=5.3.3"
1862
            },
1863
            "require-dev": {
1864
                "phpunit/phpunit": "~4.4"
1865
            },
1866
            "type": "library",
1867
            "extra": {
1868
                "branch-alias": {
1869
                    "dev-master": "1.3.x-dev"
1870
                }
1871
            },
1872
            "autoload": {
1873
                "classmap": [
1874
                    "src/"
1875
                ]
1876
            },
1877
            "notification-url": "https://packagist.org/downloads/",
1878
            "license": [
1879
                "BSD-3-Clause"
1880
            ],
1881
            "authors": [
1882
                {
1883
                    "name": "Sebastian Bergmann",
1884
                    "email": "[email protected]"
1885
                }
1886
            ],
1887
            "description": "Provides functionality to handle HHVM/PHP environments",
1888
            "homepage": "http://www.github.com/sebastianbergmann/environment",
1889
            "keywords": [
1890
                "Xdebug",
1891
                "environment",
1892
                "hhvm"
1893
            ],
1894
            "time": "2016-05-17T03:18:57+00:00"
1895
        },
1896
        {
1897
            "name": "sebastian/exporter",
1898
            "version": "1.2.2",
1899
            "source": {
1900
                "type": "git",
1901
                "url": "https://github.com/sebastianbergmann/exporter.git",
1902
                "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4"
1903
            },
1904
            "dist": {
1905
                "type": "zip",
1906
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4",
1907
                "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4",
1908
                "shasum": ""
1909
            },
1910
            "require": {
1911
                "php": ">=5.3.3",
1912
                "sebastian/recursion-context": "~1.0"
1913
            },
1914
            "require-dev": {
1915
                "ext-mbstring": "*",
1916
                "phpunit/phpunit": "~4.4"
1917
            },
1918
            "type": "library",
1919
            "extra": {
1920
                "branch-alias": {
1921
                    "dev-master": "1.3.x-dev"
1922
                }
1923
            },
1924
            "autoload": {
1925
                "classmap": [
1926
                    "src/"
1927
                ]
1928
            },
1929
            "notification-url": "https://packagist.org/downloads/",
1930
            "license": [
1931
                "BSD-3-Clause"
1932
            ],
1933
            "authors": [
1934
                {
1935
                    "name": "Jeff Welch",
1936
                    "email": "[email protected]"
1937
                },
1938
                {
1939
                    "name": "Volker Dusch",
1940
                    "email": "[email protected]"
1941
                },
1942
                {
1943
                    "name": "Bernhard Schussek",
1944
                    "email": "[email protected]"
1945
                },
1946
                {
1947
                    "name": "Sebastian Bergmann",
1948
                    "email": "[email protected]"
1949
                },
1950
                {
1951
                    "name": "Adam Harvey",
1952
                    "email": "[email protected]"
1953
                }
1954
            ],
1955
            "description": "Provides the functionality to export PHP variables for visualization",
1956
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
1957
            "keywords": [
1958
                "export",
1959
                "exporter"
1960
            ],
1961
            "time": "2016-06-17T09:04:28+00:00"
1962
        },
1963
        {
1964
            "name": "sebastian/global-state",
1965
            "version": "1.1.1",
1966
            "source": {
1967
                "type": "git",
1968
                "url": "https://github.com/sebastianbergmann/global-state.git",
1969
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
1970
            },
1971
            "dist": {
1972
                "type": "zip",
1973
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
1974
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
1975
                "shasum": ""
1976
            },
1977
            "require": {
1978
                "php": ">=5.3.3"
1979
            },
1980
            "require-dev": {
1981
                "phpunit/phpunit": "~4.2"
1982
            },
1983
            "suggest": {
1984
                "ext-uopz": "*"
1985
            },
1986
            "type": "library",
1987
            "extra": {
1988
                "branch-alias": {
1989
                    "dev-master": "1.0-dev"
1990
                }
1991
            },
1992
            "autoload": {
1993
                "classmap": [
1994
                    "src/"
1995
                ]
1996
            },
1997
            "notification-url": "https://packagist.org/downloads/",
1998
            "license": [
1999
                "BSD-3-Clause"
2000
            ],
2001
            "authors": [
2002
                {
2003
                    "name": "Sebastian Bergmann",
2004
                    "email": "[email protected]"
2005
                }
2006
            ],
2007
            "description": "Snapshotting of global state",
2008
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
2009
            "keywords": [
2010
                "global state"
2011
            ],
2012
            "time": "2015-10-12T03:26:01+00:00"
2013
        },
2014
        {
2015
            "name": "sebastian/recursion-context",
2016
            "version": "1.0.2",
2017
            "source": {
2018
                "type": "git",
2019
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
2020
                "reference": "913401df809e99e4f47b27cdd781f4a258d58791"
2021
            },
2022
            "dist": {
2023
                "type": "zip",
2024
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/913401df809e99e4f47b27cdd781f4a258d58791",
2025
                "reference": "913401df809e99e4f47b27cdd781f4a258d58791",
2026
                "shasum": ""
2027
            },
2028
            "require": {
2029
                "php": ">=5.3.3"
2030
            },
2031
            "require-dev": {
2032
                "phpunit/phpunit": "~4.4"
2033
            },
2034
            "type": "library",
2035
            "extra": {
2036
                "branch-alias": {
2037
                    "dev-master": "1.0.x-dev"
2038
                }
2039
            },
2040
            "autoload": {
2041
                "classmap": [
2042
                    "src/"
2043
                ]
2044
            },
2045
            "notification-url": "https://packagist.org/downloads/",
2046
            "license": [
2047
                "BSD-3-Clause"
2048
            ],
2049
            "authors": [
2050
                {
2051
                    "name": "Jeff Welch",
2052
                    "email": "[email protected]"
2053
                },
2054
                {
2055
                    "name": "Sebastian Bergmann",
2056
                    "email": "[email protected]"
2057
                },
2058
                {
2059
                    "name": "Adam Harvey",
2060
                    "email": "[email protected]"
2061
                }
2062
            ],
2063
            "description": "Provides functionality to recursively process PHP variables",
2064
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
2065
            "time": "2015-11-11T19:50:13+00:00"
2066
        },
2067
        {
2068
            "name": "sebastian/version",
2069
            "version": "1.0.6",
2070
            "source": {
2071
                "type": "git",
2072
                "url": "https://github.com/sebastianbergmann/version.git",
2073
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
2074
            },
2075
            "dist": {
2076
                "type": "zip",
2077
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
2078
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
2079
                "shasum": ""
2080
            },
2081
            "type": "library",
2082
            "autoload": {
2083
                "classmap": [
2084
                    "src/"
2085
                ]
2086
            },
2087
            "notification-url": "https://packagist.org/downloads/",
2088
            "license": [
2089
                "BSD-3-Clause"
2090
            ],
2091
            "authors": [
2092
                {
2093
                    "name": "Sebastian Bergmann",
2094
                    "email": "[email protected]",
2095
                    "role": "lead"
2096
                }
2097
            ],
2098
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
2099
            "homepage": "https://github.com/sebastianbergmann/version",
2100
            "time": "2015-06-21T13:59:46+00:00"
2101
        },
2102
        {
2103
            "name": "squizlabs/php_codesniffer",
2104
            "version": "3.0.2",
2105
            "source": {
2106
                "type": "git",
2107
                "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
2108
                "reference": "c7594a88ae75401e8f8d0bd4deb8431b39045c51"
2109
            },
2110
            "dist": {
2111
                "type": "zip",
2112
                "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/c7594a88ae75401e8f8d0bd4deb8431b39045c51",
2113
                "reference": "c7594a88ae75401e8f8d0bd4deb8431b39045c51",
2114
                "shasum": ""
2115
            },
2116
            "require": {
2117
                "ext-simplexml": "*",
2118
                "ext-tokenizer": "*",
2119
                "ext-xmlwriter": "*",
2120
                "php": ">=5.4.0"
2121
            },
2122
            "require-dev": {
2123
                "phpunit/phpunit": "~4.0"
2124
            },
2125
            "bin": [
2126
                "bin/phpcs",
2127
                "bin/phpcbf"
2128
            ],
2129
            "type": "library",
2130
            "extra": {
2131
                "branch-alias": {
2132
                    "dev-master": "3.x-dev"
2133
                }
2134
            },
2135
            "notification-url": "https://packagist.org/downloads/",
2136
            "license": [
2137
                "BSD-3-Clause"
2138
            ],
2139
            "authors": [
2140
                {
2141
                    "name": "Greg Sherwood",
2142
                    "role": "lead"
2143
                }
2144
            ],
2145
            "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
2146
            "homepage": "http://www.squizlabs.com/php-codesniffer",
2147
            "keywords": [
2148
                "phpcs",
2149
                "standards"
2150
            ],
2151
            "time": "2017-07-18T01:12:32+00:00"
2152
        },
2153
        {
2154
            "name": "symfony/browser-kit",
2155
            "version": "v3.1.2",
2156
            "source": {
2157
                "type": "git",
2158
                "url": "https://github.com/symfony/browser-kit.git",
2159
                "reference": "dcf41ed026b0499254385b5c88f03247b2ba010b"
2160
            },
2161
            "dist": {
2162
                "type": "zip",
2163
                "url": "https://api.github.com/repos/symfony/browser-kit/zipball/dcf41ed026b0499254385b5c88f03247b2ba010b",
2164
                "reference": "dcf41ed026b0499254385b5c88f03247b2ba010b",
2165
                "shasum": ""
2166
            },
2167
            "require": {
2168
                "php": ">=5.5.9",
2169
                "symfony/dom-crawler": "~2.8|~3.0"
2170
            },
2171
            "require-dev": {
2172
                "symfony/css-selector": "~2.8|~3.0",
2173
                "symfony/process": "~2.8|~3.0"
2174
            },
2175
            "suggest": {
2176
                "symfony/process": ""
2177
            },
2178
            "type": "library",
2179
            "extra": {
2180
                "branch-alias": {
2181
                    "dev-master": "3.1-dev"
2182
                }
2183
            },
2184
            "autoload": {
2185
                "psr-4": {
2186
                    "Symfony\\Component\\BrowserKit\\": ""
2187
                },
2188
                "exclude-from-classmap": [
2189
                    "/Tests/"
2190
                ]
2191
            },
2192
            "notification-url": "https://packagist.org/downloads/",
2193
            "license": [
2194
                "MIT"
2195
            ],
2196
            "authors": [
2197
                {
2198
                    "name": "Fabien Potencier",
2199
                    "email": "[email protected]"
2200
                },
2201
                {
2202
                    "name": "Symfony Community",
2203
                    "homepage": "https://symfony.com/contributors"
2204
                }
2205
            ],
2206
            "description": "Symfony BrowserKit Component",
2207
            "homepage": "https://symfony.com",
2208
            "time": "2016-06-29T05:41:56+00:00"
2209
        },
2210
        {
2211
            "name": "symfony/console",
2212
            "version": "v3.1.2",
2213
            "source": {
2214
                "type": "git",
2215
                "url": "https://github.com/symfony/console.git",
2216
                "reference": "747154aa69b0f83cd02fc9aa554836dee417631a"
2217
            },
2218
            "dist": {
2219
                "type": "zip",
2220
                "url": "https://api.github.com/repos/symfony/console/zipball/747154aa69b0f83cd02fc9aa554836dee417631a",
2221
                "reference": "747154aa69b0f83cd02fc9aa554836dee417631a",
2222
                "shasum": ""
2223
            },
2224
            "require": {
2225
                "php": ">=5.5.9",
2226
                "symfony/polyfill-mbstring": "~1.0"
2227
            },
2228
            "require-dev": {
2229
                "psr/log": "~1.0",
2230
                "symfony/event-dispatcher": "~2.8|~3.0",
2231
                "symfony/process": "~2.8|~3.0"
2232
            },
2233
            "suggest": {
2234
                "psr/log": "For using the console logger",
2235
                "symfony/event-dispatcher": "",
2236
                "symfony/process": ""
2237
            },
2238
            "type": "library",
2239
            "extra": {
2240
                "branch-alias": {
2241
                    "dev-master": "3.1-dev"
2242
                }
2243
            },
2244
            "autoload": {
2245
                "psr-4": {
2246
                    "Symfony\\Component\\Console\\": ""
2247
                },
2248
                "exclude-from-classmap": [
2249
                    "/Tests/"
2250
                ]
2251
            },
2252
            "notification-url": "https://packagist.org/downloads/",
2253
            "license": [
2254
                "MIT"
2255
            ],
2256
            "authors": [
2257
                {
2258
                    "name": "Fabien Potencier",
2259
                    "email": "[email protected]"
2260
                },
2261
                {
2262
                    "name": "Symfony Community",
2263
                    "homepage": "https://symfony.com/contributors"
2264
                }
2265
            ],
2266
            "description": "Symfony Console Component",
2267
            "homepage": "https://symfony.com",
2268
            "time": "2016-06-29T07:02:31+00:00"
2269
        },
2270
        {
2271
            "name": "symfony/css-selector",
2272
            "version": "v3.1.2",
2273
            "source": {
2274
                "type": "git",
2275
                "url": "https://github.com/symfony/css-selector.git",
2276
                "reference": "2851e1932d77ce727776154d659b232d061e816a"
2277
            },
2278
            "dist": {
2279
                "type": "zip",
2280
                "url": "https://api.github.com/repos/symfony/css-selector/zipball/2851e1932d77ce727776154d659b232d061e816a",
2281
                "reference": "2851e1932d77ce727776154d659b232d061e816a",
2282
                "shasum": ""
2283
            },
2284
            "require": {
2285
                "php": ">=5.5.9"
2286
            },
2287
            "type": "library",
2288
            "extra": {
2289
                "branch-alias": {
2290
                    "dev-master": "3.1-dev"
2291
                }
2292
            },
2293
            "autoload": {
2294
                "psr-4": {
2295
                    "Symfony\\Component\\CssSelector\\": ""
2296
                },
2297
                "exclude-from-classmap": [
2298
                    "/Tests/"
2299
                ]
2300
            },
2301
            "notification-url": "https://packagist.org/downloads/",
2302
            "license": [
2303
                "MIT"
2304
            ],
2305
            "authors": [
2306
                {
2307
                    "name": "Jean-François Simon",
2308
                    "email": "[email protected]"
2309
                },
2310
                {
2311
                    "name": "Fabien Potencier",
2312
                    "email": "[email protected]"
2313
                },
2314
                {
2315
                    "name": "Symfony Community",
2316
                    "homepage": "https://symfony.com/contributors"
2317
                }
2318
            ],
2319
            "description": "Symfony CssSelector Component",
2320
            "homepage": "https://symfony.com",
2321
            "time": "2016-06-29T05:41:56+00:00"
2322
        },
2323
        {
2324
            "name": "symfony/dom-crawler",
2325
            "version": "v3.1.2",
2326
            "source": {
2327
                "type": "git",
2328
                "url": "https://github.com/symfony/dom-crawler.git",
2329
                "reference": "99ec4a23330fcd0c8667095f3ef7aa204ffd9dc0"
2330
            },
2331
            "dist": {
2332
                "type": "zip",
2333
                "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/99ec4a23330fcd0c8667095f3ef7aa204ffd9dc0",
2334
                "reference": "99ec4a23330fcd0c8667095f3ef7aa204ffd9dc0",
2335
                "shasum": ""
2336
            },
2337
            "require": {
2338
                "php": ">=5.5.9",
2339
                "symfony/polyfill-mbstring": "~1.0"
2340
            },
2341
            "require-dev": {
2342
                "symfony/css-selector": "~2.8|~3.0"
2343
            },
2344
            "suggest": {
2345
                "symfony/css-selector": ""
2346
            },
2347
            "type": "library",
2348
            "extra": {
2349
                "branch-alias": {
2350
                    "dev-master": "3.1-dev"
2351
                }
2352
            },
2353
            "autoload": {
2354
                "psr-4": {
2355
                    "Symfony\\Component\\DomCrawler\\": ""
2356
                },
2357
                "exclude-from-classmap": [
2358
                    "/Tests/"
2359
                ]
2360
            },
2361
            "notification-url": "https://packagist.org/downloads/",
2362
            "license": [
2363
                "MIT"
2364
            ],
2365
            "authors": [
2366
                {
2367
                    "name": "Fabien Potencier",
2368
                    "email": "[email protected]"
2369
                },
2370
                {
2371
                    "name": "Symfony Community",
2372
                    "homepage": "https://symfony.com/contributors"
2373
                }
2374
            ],
2375
            "description": "Symfony DomCrawler Component",
2376
            "homepage": "https://symfony.com",
2377
            "time": "2016-06-29T05:41:56+00:00"
2378
        },
2379
        {
2380
            "name": "symfony/event-dispatcher",
2381
            "version": "v3.1.2",
2382
            "source": {
2383
                "type": "git",
2384
                "url": "https://github.com/symfony/event-dispatcher.git",
2385
                "reference": "7f9839ede2070f53e7e2f0849b9bd14748c434c5"
2386
            },
2387
            "dist": {
2388
                "type": "zip",
2389
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/7f9839ede2070f53e7e2f0849b9bd14748c434c5",
2390
                "reference": "7f9839ede2070f53e7e2f0849b9bd14748c434c5",
2391
                "shasum": ""
2392
            },
2393
            "require": {
2394
                "php": ">=5.5.9"
2395
            },
2396
            "require-dev": {
2397
                "psr/log": "~1.0",
2398
                "symfony/config": "~2.8|~3.0",
2399
                "symfony/dependency-injection": "~2.8|~3.0",
2400
                "symfony/expression-language": "~2.8|~3.0",
2401
                "symfony/stopwatch": "~2.8|~3.0"
2402
            },
2403
            "suggest": {
2404
                "symfony/dependency-injection": "",
2405
                "symfony/http-kernel": ""
2406
            },
2407
            "type": "library",
2408
            "extra": {
2409
                "branch-alias": {
2410
                    "dev-master": "3.1-dev"
2411
                }
2412
            },
2413
            "autoload": {
2414
                "psr-4": {
2415
                    "Symfony\\Component\\EventDispatcher\\": ""
2416
                },
2417
                "exclude-from-classmap": [
2418
                    "/Tests/"
2419
                ]
2420
            },
2421
            "notification-url": "https://packagist.org/downloads/",
2422
            "license": [
2423
                "MIT"
2424
            ],
2425
            "authors": [
2426
                {
2427
                    "name": "Fabien Potencier",
2428
                    "email": "[email protected]"
2429
                },
2430
                {
2431
                    "name": "Symfony Community",
2432
                    "homepage": "https://symfony.com/contributors"
2433
                }
2434
            ],
2435
            "description": "Symfony EventDispatcher Component",
2436
            "homepage": "https://symfony.com",
2437
            "time": "2016-06-29T05:41:56+00:00"
2438
        },
2439
        {
2440
            "name": "symfony/filesystem",
2441
            "version": "v2.8.8",
2442
            "source": {
2443
                "type": "git",
2444
                "url": "https://github.com/symfony/filesystem.git",
2445
                "reference": "7258ddd6f987053f21fa43d03430580ba54e6096"
2446
            },
2447
            "dist": {
2448
                "type": "zip",
2449
                "url": "https://api.github.com/repos/symfony/filesystem/zipball/7258ddd6f987053f21fa43d03430580ba54e6096",
2450
                "reference": "7258ddd6f987053f21fa43d03430580ba54e6096",
2451
                "shasum": ""
2452
            },
2453
            "require": {
2454
                "php": ">=5.3.9"
2455
            },
2456
            "type": "library",
2457
            "extra": {
2458
                "branch-alias": {
2459
                    "dev-master": "2.8-dev"
2460
                }
2461
            },
2462
            "autoload": {
2463
                "psr-4": {
2464
                    "Symfony\\Component\\Filesystem\\": ""
2465
                },
2466
                "exclude-from-classmap": [
2467
                    "/Tests/"
2468
                ]
2469
            },
2470
            "notification-url": "https://packagist.org/downloads/",
2471
            "license": [
2472
                "MIT"
2473
            ],
2474
            "authors": [
2475
                {
2476
                    "name": "Fabien Potencier",
2477
                    "email": "[email protected]"
2478
                },
2479
                {
2480
                    "name": "Symfony Community",
2481
                    "homepage": "https://symfony.com/contributors"
2482
                }
2483
            ],
2484
            "description": "Symfony Filesystem Component",
2485
            "homepage": "https://symfony.com",
2486
            "time": "2016-06-29T05:31:50+00:00"
2487
        },
2488
        {
2489
            "name": "symfony/finder",
2490
            "version": "v3.1.2",
2491
            "source": {
2492
                "type": "git",
2493
                "url": "https://github.com/symfony/finder.git",
2494
                "reference": "8201978de88a9fa0923e18601bb17f1df9c721e7"
2495
            },
2496
            "dist": {
2497
                "type": "zip",
2498
                "url": "https://api.github.com/repos/symfony/finder/zipball/8201978de88a9fa0923e18601bb17f1df9c721e7",
2499
                "reference": "8201978de88a9fa0923e18601bb17f1df9c721e7",
2500
                "shasum": ""
2501
            },
2502
            "require": {
2503
                "php": ">=5.5.9"
2504
            },
2505
            "type": "library",
2506
            "extra": {
2507
                "branch-alias": {
2508
                    "dev-master": "3.1-dev"
2509
                }
2510
            },
2511
            "autoload": {
2512
                "psr-4": {
2513
                    "Symfony\\Component\\Finder\\": ""
2514
                },
2515
                "exclude-from-classmap": [
2516
                    "/Tests/"
2517
                ]
2518
            },
2519
            "notification-url": "https://packagist.org/downloads/",
2520
            "license": [
2521
                "MIT"
2522
            ],
2523
            "authors": [
2524
                {
2525
                    "name": "Fabien Potencier",
2526
                    "email": "[email protected]"
2527
                },
2528
                {
2529
                    "name": "Symfony Community",
2530
                    "homepage": "https://symfony.com/contributors"
2531
                }
2532
            ],
2533
            "description": "Symfony Finder Component",
2534
            "homepage": "https://symfony.com",
2535
            "time": "2016-06-29T05:41:56+00:00"
2536
        },
2537
        {
2538
            "name": "symfony/polyfill-mbstring",
2539
            "version": "v1.2.0",
2540
            "source": {
2541
                "type": "git",
2542
                "url": "https://github.com/symfony/polyfill-mbstring.git",
2543
                "reference": "dff51f72b0706335131b00a7f49606168c582594"
2544
            },
2545
            "dist": {
2546
                "type": "zip",
2547
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/dff51f72b0706335131b00a7f49606168c582594",
2548
                "reference": "dff51f72b0706335131b00a7f49606168c582594",
2549
                "shasum": ""
2550
            },
2551
            "require": {
2552
                "php": ">=5.3.3"
2553
            },
2554
            "suggest": {
2555
                "ext-mbstring": "For best performance"
2556
            },
2557
            "type": "library",
2558
            "extra": {
2559
                "branch-alias": {
2560
                    "dev-master": "1.2-dev"
2561
                }
2562
            },
2563
            "autoload": {
2564
                "psr-4": {
2565
                    "Symfony\\Polyfill\\Mbstring\\": ""
2566
                },
2567
                "files": [
2568
                    "bootstrap.php"
2569
                ]
2570
            },
2571
            "notification-url": "https://packagist.org/downloads/",
2572
            "license": [
2573
                "MIT"
2574
            ],
2575
            "authors": [
2576
                {
2577
                    "name": "Nicolas Grekas",
2578
                    "email": "[email protected]"
2579
                },
2580
                {
2581
                    "name": "Symfony Community",
2582
                    "homepage": "https://symfony.com/contributors"
2583
                }
2584
            ],
2585
            "description": "Symfony polyfill for the Mbstring extension",
2586
            "homepage": "https://symfony.com",
2587
            "keywords": [
2588
                "compatibility",
2589
                "mbstring",
2590
                "polyfill",
2591
                "portable",
2592
                "shim"
2593
            ],
2594
            "time": "2016-05-18T14:26:46+00:00"
2595
        },
2596
        {
2597
            "name": "symfony/process",
2598
            "version": "v3.1.2",
2599
            "source": {
2600
                "type": "git",
2601
                "url": "https://github.com/symfony/process.git",
2602
                "reference": "5c11a1a4d4016662eeaf0f8757958c7de069f9a0"
2603
            },
2604
            "dist": {
2605
                "type": "zip",
2606
                "url": "https://api.github.com/repos/symfony/process/zipball/5c11a1a4d4016662eeaf0f8757958c7de069f9a0",
2607
                "reference": "5c11a1a4d4016662eeaf0f8757958c7de069f9a0",
2608
                "shasum": ""
2609
            },
2610
            "require": {
2611
                "php": ">=5.5.9"
2612
            },
2613
            "type": "library",
2614
            "extra": {
2615
                "branch-alias": {
2616
                    "dev-master": "3.1-dev"
2617
                }
2618
            },
2619
            "autoload": {
2620
                "psr-4": {
2621
                    "Symfony\\Component\\Process\\": ""
2622
                },
2623
                "exclude-from-classmap": [
2624
                    "/Tests/"
2625
                ]
2626
            },
2627
            "notification-url": "https://packagist.org/downloads/",
2628
            "license": [
2629
                "MIT"
2630
            ],
2631
            "authors": [
2632
                {
2633
                    "name": "Fabien Potencier",
2634
                    "email": "[email protected]"
2635
                },
2636
                {
2637
                    "name": "Symfony Community",
2638
                    "homepage": "https://symfony.com/contributors"
2639
                }
2640
            ],
2641
            "description": "Symfony Process Component",
2642
            "homepage": "https://symfony.com",
2643
            "time": "2016-06-29T05:42:25+00:00"
2644
        },
2645
        {
2646
            "name": "symfony/yaml",
2647
            "version": "v3.1.2",
2648
            "source": {
2649
                "type": "git",
2650
                "url": "https://github.com/symfony/yaml.git",
2651
                "reference": "2884c26ce4c1d61aebf423a8b912950fe7c764de"
2652
            },
2653
            "dist": {
2654
                "type": "zip",
2655
                "url": "https://api.github.com/repos/symfony/yaml/zipball/2884c26ce4c1d61aebf423a8b912950fe7c764de",
2656
                "reference": "2884c26ce4c1d61aebf423a8b912950fe7c764de",
2657
                "shasum": ""
2658
            },
2659
            "require": {
2660
                "php": ">=5.5.9"
2661
            },
2662
            "type": "library",
2663
            "extra": {
2664
                "branch-alias": {
2665
                    "dev-master": "3.1-dev"
2666
                }
2667
            },
2668
            "autoload": {
2669
                "psr-4": {
2670
                    "Symfony\\Component\\Yaml\\": ""
2671
                },
2672
                "exclude-from-classmap": [
2673
                    "/Tests/"
2674
                ]
2675
            },
2676
            "notification-url": "https://packagist.org/downloads/",
2677
            "license": [
2678
                "MIT"
2679
            ],
2680
            "authors": [
2681
                {
2682
                    "name": "Fabien Potencier",
2683
                    "email": "[email protected]"
2684
                },
2685
                {
2686
                    "name": "Symfony Community",
2687
                    "homepage": "https://symfony.com/contributors"
2688
                }
2689
            ],
2690
            "description": "Symfony Yaml Component",
2691
            "homepage": "https://symfony.com",
2692
            "time": "2016-06-29T05:41:56+00:00"
2693
        },
2694
        {
2695
            "name": "webmozart/assert",
2696
            "version": "1.0.2",
2697
            "source": {
2698
                "type": "git",
2699
                "url": "https://github.com/webmozart/assert.git",
2700
                "reference": "30eed06dd6bc88410a4ff7f77b6d22f3ce13dbde"
2701
            },
2702
            "dist": {
2703
                "type": "zip",
2704
                "url": "https://api.github.com/repos/webmozart/assert/zipball/30eed06dd6bc88410a4ff7f77b6d22f3ce13dbde",
2705
                "reference": "30eed06dd6bc88410a4ff7f77b6d22f3ce13dbde",
2706
                "shasum": ""
2707
            },
2708
            "require": {
2709
                "php": ">=5.3.3"
2710
            },
2711
            "require-dev": {
2712
                "phpunit/phpunit": "^4.6"
2713
            },
2714
            "type": "library",
2715
            "extra": {
2716
                "branch-alias": {
2717
                    "dev-master": "1.0-dev"
2718
                }
2719
            },
2720
            "autoload": {
2721
                "psr-4": {
2722
                    "Webmozart\\Assert\\": "src/"
2723
                }
2724
            },
2725
            "notification-url": "https://packagist.org/downloads/",
2726
            "license": [
2727
                "MIT"
2728
            ],
2729
            "authors": [
2730
                {
2731
                    "name": "Bernhard Schussek",
2732
                    "email": "[email protected]"
2733
                }
2734
            ],
2735
            "description": "Assertions to validate method input/output with nice error messages.",
2736
            "keywords": [
2737
                "assert",
2738
                "check",
2739
                "validate"
2740
            ],
2741
            "time": "2015-08-24T13:29:44+00:00"
2742
        },
2743
        {
2744
            "name": "wimg/php-compatibility",
2745
            "version": "8.0.1",
2746
            "source": {
2747
                "type": "git",
2748
                "url": "https://github.com/wimg/PHPCompatibility.git",
2749
                "reference": "4c4385fb891dff0501009670f988d4fe36785249"
2750
            },
2751
            "dist": {
2752
                "type": "zip",
2753
                "url": "https://api.github.com/repos/wimg/PHPCompatibility/zipball/4c4385fb891dff0501009670f988d4fe36785249",
2754
                "reference": "4c4385fb891dff0501009670f988d4fe36785249",
2755
                "shasum": ""
2756
            },
2757
            "require": {
2758
                "php": ">=5.3",
2759
                "squizlabs/php_codesniffer": "^2.2 || ^3.0.2"
2760
            },
2761
            "conflict": {
2762
                "squizlabs/php_codesniffer": "2.6.2"
2763
            },
2764
            "require-dev": {
2765
                "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0"
2766
            },
2767
            "suggest": {
2768
                "dealerdirect/phpcodesniffer-composer-installer": "^0.4.1"
2769
            },
2770
            "type": "phpcodesniffer-standard",
2771
            "autoload": {
2772
                "psr-4": {
2773
                    "PHPCompatibility\\": "PHPCompatibility/"
2774
                }
2775
            },
2776
            "notification-url": "https://packagist.org/downloads/",
2777
            "license": [
2778
                "LGPL-3.0"
2779
            ],
2780
            "authors": [
2781
                {
2782
                    "name": "Wim Godden",
2783
                    "role": "lead"
2784
                }
2785
            ],
2786
            "description": "A set of sniffs for PHP_CodeSniffer that checks for PHP version compatibility.",
2787
            "homepage": "http://techblog.wimgodden.be/tag/codesniffer/",
2788
            "keywords": [
2789
                "compatibility",
2790
                "phpcs",
2791
                "standards"
2792
            ],
2793
            "time": "2017-08-07T19:39:05+00:00"
2794
        },
2795
        {
2796
            "name": "xamin/handlebars.php",
2797
            "version": "v0.10.3",
2798
            "source": {
2799
                "type": "git",
2800
                "url": "https://github.com/XaminProject/handlebars.php.git",
2801
                "reference": "5e1db1d1c7969fae32eab331a3b4d9b93257a709"
2802
            },
2803
            "dist": {
2804
                "type": "zip",
2805
                "url": "https://api.github.com/repos/XaminProject/handlebars.php/zipball/5e1db1d1c7969fae32eab331a3b4d9b93257a709",
2806
                "reference": "5e1db1d1c7969fae32eab331a3b4d9b93257a709",
2807
                "shasum": ""
2808
            },
2809
            "require-dev": {
2810
                "phpunit/phpunit": "~4.4",
2811
                "squizlabs/php_codesniffer": "~1.5"
2812
            },
2813
            "type": "library",
2814
            "autoload": {
2815
                "psr-0": {
2816
                    "Handlebars": "src/"
2817
                }
2818
            },
2819
            "notification-url": "https://packagist.org/downloads/",
2820
            "license": [
2821
                "MIT"
2822
            ],
2823
            "authors": [
2824
                {
2825
                    "name": "fzerorubigd",
2826
                    "email": "[email protected]"
2827
                },
2828
                {
2829
                    "name": "Behrooz Shabani (everplays)",
2830
                    "email": "[email protected]"
2831
                }
2832
            ],
2833
            "description": "Handlebars processor for php",
2834
            "homepage": "https://github.com/XaminProject/handlebars.php",
2835
            "time": "2015-08-06T22:16:36+00:00"
2836
        }
2837
    ],
2838
    "aliases": [],
2839
    "minimum-stability": "stable",
2840
    "stability-flags": {
2841
        "sudar/wp-system-info": 20
2842
    },
2843
    "prefer-stable": false,
2844
    "prefer-lowest": false,
2845
    "platform": {
2846
        "php": ">=5.3"
2847
    },
2848
    "platform-dev": []
2849
}
2850