Passed
Push — 194-hotfix/wp-ses-incompatibil... ( a813c4...881597 )
by Maria Daniel Deepak
04:37
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
    "hash": "a84e5f58009ed414dbb158ce8aa9beb2",
8
    "content-hash": "3414a064cf4accd19f7d1ecd2ab6a9a8",
9
    "packages": [],
10
    "packages-dev": [
11
        {
12
            "name": "bacon/bacon-string-utils",
13
            "version": "1.0.3",
14
            "source": {
15
                "type": "git",
16
                "url": "https://github.com/Bacon/BaconStringUtils.git",
17
                "reference": "3810c78cdfe895cca9d6a2eea7712cb643186d05"
18
            },
19
            "dist": {
20
                "type": "zip",
21
                "url": "https://api.github.com/repos/Bacon/BaconStringUtils/zipball/3810c78cdfe895cca9d6a2eea7712cb643186d05",
22
                "reference": "3810c78cdfe895cca9d6a2eea7712cb643186d05",
23
                "shasum": ""
24
            },
25
            "require": {
26
                "php": ">=5.3.3"
27
            },
28
            "suggest": {
29
                "zendframework/zend-filter": "To use the Slugifier as a Zend\\Filter instance"
30
            },
31
            "type": "library",
32
            "autoload": {
33
                "psr-0": {
34
                    "BaconStringUtils": "src/"
35
                },
36
                "classmap": [
37
                    "./Module.php"
38
                ]
39
            },
40
            "notification-url": "https://packagist.org/downloads/",
41
            "license": [
42
                "BSD-2-Clause"
43
            ],
44
            "authors": [
45
                {
46
                    "name": "Ben Scholzen 'DASPRiD'",
47
                    "email": "[email protected]",
48
                    "homepage": "http://www.dasprids.de",
49
                    "role": "Developer"
50
                }
51
            ],
52
            "description": "BaconStringUtils contain utitilies to work with strings.",
53
            "homepage": "https://github.com/Bacon/BaconStringUtils",
54
            "time": "2013-10-11 13:59:45"
55
        },
56
        {
57
            "name": "behat/gherkin",
58
            "version": "v4.4.1",
59
            "source": {
60
                "type": "git",
61
                "url": "https://github.com/Behat/Gherkin.git",
62
                "reference": "1576b485c0f92ef6d27da9c4bbfc57ee30cf6911"
63
            },
64
            "dist": {
65
                "type": "zip",
66
                "url": "https://api.github.com/repos/Behat/Gherkin/zipball/1576b485c0f92ef6d27da9c4bbfc57ee30cf6911",
67
                "reference": "1576b485c0f92ef6d27da9c4bbfc57ee30cf6911",
68
                "shasum": ""
69
            },
70
            "require": {
71
                "php": ">=5.3.1"
72
            },
73
            "require-dev": {
74
                "phpunit/phpunit": "~4.0",
75
                "symfony/yaml": "~2.1"
76
            },
77
            "suggest": {
78
                "symfony/yaml": "If you want to parse features, represented in YAML files"
79
            },
80
            "type": "library",
81
            "extra": {
82
                "branch-alias": {
83
                    "dev-master": "4.4-dev"
84
                }
85
            },
86
            "autoload": {
87
                "psr-0": {
88
                    "Behat\\Gherkin": "src/"
89
                }
90
            },
91
            "notification-url": "https://packagist.org/downloads/",
92
            "license": [
93
                "MIT"
94
            ],
95
            "authors": [
96
                {
97
                    "name": "Konstantin Kudryashov",
98
                    "email": "[email protected]",
99
                    "homepage": "http://everzet.com"
100
                }
101
            ],
102
            "description": "Gherkin DSL parser for PHP 5.3",
103
            "homepage": "http://behat.org/",
104
            "keywords": [
105
                "BDD",
106
                "Behat",
107
                "Cucumber",
108
                "DSL",
109
                "gherkin",
110
                "parser"
111
            ],
112
            "time": "2015-12-30 14:47:00"
113
        },
114
        {
115
            "name": "codeception/codeception",
116
            "version": "2.2.2",
117
            "source": {
118
                "type": "git",
119
                "url": "https://github.com/Codeception/Codeception.git",
120
                "reference": "8d80bb4ec7470e8df5de0e4c401785bc3fa1f4f6"
121
            },
122
            "dist": {
123
                "type": "zip",
124
                "url": "https://api.github.com/repos/Codeception/Codeception/zipball/8d80bb4ec7470e8df5de0e4c401785bc3fa1f4f6",
125
                "reference": "8d80bb4ec7470e8df5de0e4c401785bc3fa1f4f6",
126
                "shasum": ""
127
            },
128
            "require": {
129
                "behat/gherkin": "~4.4.0",
130
                "ext-json": "*",
131
                "ext-mbstring": "*",
132
                "facebook/webdriver": ">=1.0.1 <2.0",
133
                "guzzlehttp/guzzle": ">=4.1.4 <7.0",
134
                "guzzlehttp/psr7": "~1.0",
135
                "php": ">=5.4.0 <8.0",
136
                "phpunit/php-code-coverage": ">=2.1.3",
137
                "phpunit/phpunit": ">4.8.20 <5.5",
138
                "sebastian/comparator": "~1.1",
139
                "sebastian/diff": "^1.4",
140
                "symfony/browser-kit": ">=2.7 <4.0",
141
                "symfony/console": ">=2.7 <4.0",
142
                "symfony/css-selector": ">=2.7 <4.0",
143
                "symfony/dom-crawler": ">=2.7 <4.0",
144
                "symfony/event-dispatcher": ">=2.7 <4.0",
145
                "symfony/finder": ">=2.7 <4.0",
146
                "symfony/yaml": ">=2.7 <4.0"
147
            },
148
            "require-dev": {
149
                "codeception/specify": "~0.3",
150
                "facebook/php-sdk-v4": "~5.0",
151
                "flow/jsonpath": "~0.2",
152
                "league/factory-muffin": "^3.0",
153
                "league/factory-muffin-faker": "^1.0",
154
                "mongodb/mongodb": "^1.0",
155
                "monolog/monolog": "~1.8",
156
                "pda/pheanstalk": "~3.0",
157
                "php-amqplib/php-amqplib": "~2.4",
158
                "predis/predis": "^1.0",
159
                "squizlabs/php_codesniffer": "~2.0"
160
            },
161
            "suggest": {
162
                "codeception/specify": "BDD-style code blocks",
163
                "codeception/verify": "BDD-style assertions",
164
                "flow/jsonpath": "For using JSONPath in REST module",
165
                "league/factory-muffin": "For DataFactory module",
166
                "league/factory-muffin-faker": "For Faker support in DataFactory module",
167
                "phpseclib/phpseclib": "for SFTP option in FTP Module",
168
                "symfony/phpunit-bridge": "For phpunit-bridge support"
169
            },
170
            "bin": [
171
                "codecept"
172
            ],
173
            "type": "library",
174
            "extra": {
175
                "branch-alias": []
176
            },
177
            "autoload": {
178
                "psr-4": {
179
                    "Codeception\\": "src\\Codeception",
180
                    "Codeception\\Extension\\": "ext"
181
                }
182
            },
183
            "notification-url": "https://packagist.org/downloads/",
184
            "license": [
185
                "MIT"
186
            ],
187
            "authors": [
188
                {
189
                    "name": "Michael Bodnarchuk",
190
                    "email": "[email protected]",
191
                    "homepage": "http://codegyre.com"
192
                }
193
            ],
194
            "description": "BDD-style testing framework",
195
            "homepage": "http://codeception.com/",
196
            "keywords": [
197
                "BDD",
198
                "TDD",
199
                "acceptance testing",
200
                "functional testing",
201
                "unit testing"
202
            ],
203
            "time": "2016-06-29 00:59:28"
204
        },
205
        {
206
            "name": "dealerdirect/phpcodesniffer-composer-installer",
207
            "version": "v0.4.2",
208
            "source": {
209
                "type": "git",
210
                "url": "https://github.com/DealerDirect/phpcodesniffer-composer-installer.git",
211
                "reference": "17130f536db62570bcfc5cce59464b36e82eb092"
212
            },
213
            "dist": {
214
                "type": "zip",
215
                "url": "https://api.github.com/repos/DealerDirect/phpcodesniffer-composer-installer/zipball/17130f536db62570bcfc5cce59464b36e82eb092",
216
                "reference": "17130f536db62570bcfc5cce59464b36e82eb092",
217
                "shasum": ""
218
            },
219
            "require": {
220
                "composer-plugin-api": "^1.0",
221
                "squizlabs/php_codesniffer": "*"
222
            },
223
            "require-dev": {
224
                "composer/composer": "*"
225
            },
226
            "suggest": {
227
                "dealerdirect/qa-tools": "All the PHP QA tools you'll need"
228
            },
229
            "type": "composer-plugin",
230
            "extra": {
231
                "class": "Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\Plugin"
232
            },
233
            "autoload": {
234
                "psr-4": {
235
                    "Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\": "src/"
236
                }
237
            },
238
            "notification-url": "https://packagist.org/downloads/",
239
            "license": [
240
                "MIT"
241
            ],
242
            "authors": [
243
                {
244
                    "name": "Franck Nijhof",
245
                    "email": "[email protected]",
246
                    "homepage": "http://workingatdealerdirect.eu",
247
                    "role": "Developer"
248
                }
249
            ],
250
            "description": "PHP_CodeSniffer Standards Composer Installer Plugin",
251
            "homepage": "http://workingatdealerdirect.eu",
252
            "keywords": [
253
                "PHPCodeSniffer",
254
                "PHP_CodeSniffer",
255
                "code quality",
256
                "codesniffer",
257
                "composer",
258
                "installer",
259
                "phpcs",
260
                "plugin",
261
                "qa",
262
                "quality",
263
                "standard",
264
                "standards",
265
                "style guide",
266
                "stylecheck",
267
                "tests"
268
            ],
269
            "time": "2017-08-16 10:25:17"
270
        },
271
        {
272
            "name": "dg/mysql-dump",
273
            "version": "v1.3.0",
274
            "source": {
275
                "type": "git",
276
                "url": "https://github.com/dg/MySQL-dump.git",
277
                "reference": "c1c00a6b7ded9cab37f0280fa2940b1809835f90"
278
            },
279
            "dist": {
280
                "type": "zip",
281
                "url": "https://api.github.com/repos/dg/MySQL-dump/zipball/c1c00a6b7ded9cab37f0280fa2940b1809835f90",
282
                "reference": "c1c00a6b7ded9cab37f0280fa2940b1809835f90",
283
                "shasum": ""
284
            },
285
            "type": "library",
286
            "autoload": {
287
                "classmap": [
288
                    "src/"
289
                ]
290
            },
291
            "notification-url": "https://packagist.org/downloads/",
292
            "license": [
293
                "BSD-3-Clause"
294
            ],
295
            "authors": [
296
                {
297
                    "name": "David Grudl",
298
                    "homepage": "http://davidgrudl.com"
299
                }
300
            ],
301
            "description": "MySQL database dump.",
302
            "homepage": "https://github.com/dg/MySQL-dump",
303
            "keywords": [
304
                "mysql"
305
            ],
306
            "time": "2015-04-18 14:09:50"
307
        },
308
        {
309
            "name": "doctrine/inflector",
310
            "version": "v1.1.0",
311
            "source": {
312
                "type": "git",
313
                "url": "https://github.com/doctrine/inflector.git",
314
                "reference": "90b2128806bfde671b6952ab8bea493942c1fdae"
315
            },
316
            "dist": {
317
                "type": "zip",
318
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae",
319
                "reference": "90b2128806bfde671b6952ab8bea493942c1fdae",
320
                "shasum": ""
321
            },
322
            "require": {
323
                "php": ">=5.3.2"
324
            },
325
            "require-dev": {
326
                "phpunit/phpunit": "4.*"
327
            },
328
            "type": "library",
329
            "extra": {
330
                "branch-alias": {
331
                    "dev-master": "1.1.x-dev"
332
                }
333
            },
334
            "autoload": {
335
                "psr-0": {
336
                    "Doctrine\\Common\\Inflector\\": "lib/"
337
                }
338
            },
339
            "notification-url": "https://packagist.org/downloads/",
340
            "license": [
341
                "MIT"
342
            ],
343
            "authors": [
344
                {
345
                    "name": "Roman Borschel",
346
                    "email": "[email protected]"
347
                },
348
                {
349
                    "name": "Benjamin Eberlei",
350
                    "email": "[email protected]"
351
                },
352
                {
353
                    "name": "Guilherme Blanco",
354
                    "email": "[email protected]"
355
                },
356
                {
357
                    "name": "Jonathan Wage",
358
                    "email": "[email protected]"
359
                },
360
                {
361
                    "name": "Johannes Schmitt",
362
                    "email": "[email protected]"
363
                }
364
            ],
365
            "description": "Common String Manipulations with regard to casing and singular/plural rules.",
366
            "homepage": "http://www.doctrine-project.org",
367
            "keywords": [
368
                "inflection",
369
                "pluralize",
370
                "singularize",
371
                "string"
372
            ],
373
            "time": "2015-11-06 14:35:42"
374
        },
375
        {
376
            "name": "doctrine/instantiator",
377
            "version": "1.0.5",
378
            "source": {
379
                "type": "git",
380
                "url": "https://github.com/doctrine/instantiator.git",
381
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
382
            },
383
            "dist": {
384
                "type": "zip",
385
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
386
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
387
                "shasum": ""
388
            },
389
            "require": {
390
                "php": ">=5.3,<8.0-DEV"
391
            },
392
            "require-dev": {
393
                "athletic/athletic": "~0.1.8",
394
                "ext-pdo": "*",
395
                "ext-phar": "*",
396
                "phpunit/phpunit": "~4.0",
397
                "squizlabs/php_codesniffer": "~2.0"
398
            },
399
            "type": "library",
400
            "extra": {
401
                "branch-alias": {
402
                    "dev-master": "1.0.x-dev"
403
                }
404
            },
405
            "autoload": {
406
                "psr-4": {
407
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
408
                }
409
            },
410
            "notification-url": "https://packagist.org/downloads/",
411
            "license": [
412
                "MIT"
413
            ],
414
            "authors": [
415
                {
416
                    "name": "Marco Pivetta",
417
                    "email": "[email protected]",
418
                    "homepage": "http://ocramius.github.com/"
419
                }
420
            ],
421
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
422
            "homepage": "https://github.com/doctrine/instantiator",
423
            "keywords": [
424
                "constructor",
425
                "instantiate"
426
            ],
427
            "time": "2015-06-14 21:17:01"
428
        },
429
        {
430
            "name": "facebook/webdriver",
431
            "version": "1.1.2",
432
            "source": {
433
                "type": "git",
434
                "url": "https://github.com/facebook/php-webdriver.git",
435
                "reference": "0b889d7de7461439f8a3bbcca46e0f696cb27986"
436
            },
437
            "dist": {
438
                "type": "zip",
439
                "url": "https://api.github.com/repos/facebook/php-webdriver/zipball/0b889d7de7461439f8a3bbcca46e0f696cb27986",
440
                "reference": "0b889d7de7461439f8a3bbcca46e0f696cb27986",
441
                "shasum": ""
442
            },
443
            "require": {
444
                "ext-curl": "*",
445
                "php": ">=5.3.19"
446
            },
447
            "require-dev": {
448
                "phpunit/phpunit": "4.6.*"
449
            },
450
            "suggest": {
451
                "phpdocumentor/phpdocumentor": "2.*"
452
            },
453
            "type": "library",
454
            "autoload": {
455
                "psr-4": {
456
                    "Facebook\\WebDriver\\": "lib/"
457
                }
458
            },
459
            "notification-url": "https://packagist.org/downloads/",
460
            "license": [
461
                "Apache-2.0"
462
            ],
463
            "description": "A PHP client for WebDriver",
464
            "homepage": "https://github.com/facebook/php-webdriver",
465
            "keywords": [
466
                "facebook",
467
                "php",
468
                "selenium",
469
                "webdriver"
470
            ],
471
            "time": "2016-06-04 00:02:34"
472
        },
473
        {
474
            "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...
475
            "version": "6.2.0",
476
            "source": {
477
                "type": "git",
478
                "url": "https://github.com/guzzle/guzzle.git",
479
                "reference": "d094e337976dff9d8e2424e8485872194e768662"
480
            },
481
            "dist": {
482
                "type": "zip",
483
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/d094e337976dff9d8e2424e8485872194e768662",
484
                "reference": "d094e337976dff9d8e2424e8485872194e768662",
485
                "shasum": ""
486
            },
487
            "require": {
488
                "guzzlehttp/promises": "~1.0",
489
                "guzzlehttp/psr7": "~1.1",
490
                "php": ">=5.5.0"
491
            },
492
            "require-dev": {
493
                "ext-curl": "*",
494
                "phpunit/phpunit": "~4.0",
495
                "psr/log": "~1.0"
496
            },
497
            "type": "library",
498
            "extra": {
499
                "branch-alias": {
500
                    "dev-master": "6.2-dev"
501
                }
502
            },
503
            "autoload": {
504
                "files": [
505
                    "src/functions_include.php"
506
                ],
507
                "psr-4": {
508
                    "GuzzleHttp\\": "src/"
509
                }
510
            },
511
            "notification-url": "https://packagist.org/downloads/",
512
            "license": [
513
                "MIT"
514
            ],
515
            "authors": [
516
                {
517
                    "name": "Michael Dowling",
518
                    "email": "[email protected]",
519
                    "homepage": "https://github.com/mtdowling"
520
                }
521
            ],
522
            "description": "Guzzle is a PHP HTTP client library",
523
            "homepage": "http://guzzlephp.org/",
524
            "keywords": [
525
                "client",
526
                "curl",
527
                "framework",
528
                "http",
529
                "http client",
530
                "rest",
531
                "web service"
532
            ],
533
            "time": "2016-03-21 20:02:09"
534
        },
535
        {
536
            "name": "guzzlehttp/promises",
537
            "version": "1.2.0",
538
            "source": {
539
                "type": "git",
540
                "url": "https://github.com/guzzle/promises.git",
541
                "reference": "c10d860e2a9595f8883527fa0021c7da9e65f579"
542
            },
543
            "dist": {
544
                "type": "zip",
545
                "url": "https://api.github.com/repos/guzzle/promises/zipball/c10d860e2a9595f8883527fa0021c7da9e65f579",
546
                "reference": "c10d860e2a9595f8883527fa0021c7da9e65f579",
547
                "shasum": ""
548
            },
549
            "require": {
550
                "php": ">=5.5.0"
551
            },
552
            "require-dev": {
553
                "phpunit/phpunit": "~4.0"
554
            },
555
            "type": "library",
556
            "extra": {
557
                "branch-alias": {
558
                    "dev-master": "1.0-dev"
559
                }
560
            },
561
            "autoload": {
562
                "psr-4": {
563
                    "GuzzleHttp\\Promise\\": "src/"
564
                },
565
                "files": [
566
                    "src/functions_include.php"
567
                ]
568
            },
569
            "notification-url": "https://packagist.org/downloads/",
570
            "license": [
571
                "MIT"
572
            ],
573
            "authors": [
574
                {
575
                    "name": "Michael Dowling",
576
                    "email": "[email protected]",
577
                    "homepage": "https://github.com/mtdowling"
578
                }
579
            ],
580
            "description": "Guzzle promises library",
581
            "keywords": [
582
                "promise"
583
            ],
584
            "time": "2016-05-18 16:56:05"
585
        },
586
        {
587
            "name": "guzzlehttp/psr7",
588
            "version": "1.3.1",
589
            "source": {
590
                "type": "git",
591
                "url": "https://github.com/guzzle/psr7.git",
592
                "reference": "5c6447c9df362e8f8093bda8f5d8873fe5c7f65b"
593
            },
594
            "dist": {
595
                "type": "zip",
596
                "url": "https://api.github.com/repos/guzzle/psr7/zipball/5c6447c9df362e8f8093bda8f5d8873fe5c7f65b",
597
                "reference": "5c6447c9df362e8f8093bda8f5d8873fe5c7f65b",
598
                "shasum": ""
599
            },
600
            "require": {
601
                "php": ">=5.4.0",
602
                "psr/http-message": "~1.0"
603
            },
604
            "provide": {
605
                "psr/http-message-implementation": "1.0"
606
            },
607
            "require-dev": {
608
                "phpunit/phpunit": "~4.0"
609
            },
610
            "type": "library",
611
            "extra": {
612
                "branch-alias": {
613
                    "dev-master": "1.4-dev"
614
                }
615
            },
616
            "autoload": {
617
                "psr-4": {
618
                    "GuzzleHttp\\Psr7\\": "src/"
619
                },
620
                "files": [
621
                    "src/functions_include.php"
622
                ]
623
            },
624
            "notification-url": "https://packagist.org/downloads/",
625
            "license": [
626
                "MIT"
627
            ],
628
            "authors": [
629
                {
630
                    "name": "Michael Dowling",
631
                    "email": "[email protected]",
632
                    "homepage": "https://github.com/mtdowling"
633
                }
634
            ],
635
            "description": "PSR-7 message implementation",
636
            "keywords": [
637
                "http",
638
                "message",
639
                "stream",
640
                "uri"
641
            ],
642
            "time": "2016-06-24 23:00:38"
643
        },
644
        {
645
            "name": "hautelook/phpass",
646
            "version": "0.3.3",
647
            "source": {
648
                "type": "git",
649
                "url": "https://github.com/hautelook/phpass.git",
650
                "reference": "9590c12bf7c92f67f646d7bf2cf6384e7292cc41"
651
            },
652
            "dist": {
653
                "type": "zip",
654
                "url": "https://api.github.com/repos/hautelook/phpass/zipball/9590c12bf7c92f67f646d7bf2cf6384e7292cc41",
655
                "reference": "9590c12bf7c92f67f646d7bf2cf6384e7292cc41",
656
                "shasum": ""
657
            },
658
            "require": {
659
                "php": ">=5.3.3"
660
            },
661
            "type": "library",
662
            "autoload": {
663
                "psr-0": {
664
                    "Hautelook": "src/"
665
                }
666
            },
667
            "notification-url": "https://packagist.org/downloads/",
668
            "license": [
669
                "Public Domain"
670
            ],
671
            "authors": [
672
                {
673
                    "name": "Solar Designer",
674
                    "email": "[email protected]",
675
                    "homepage": "http://openwall.com/phpass/"
676
                }
677
            ],
678
            "description": "Portable PHP password hashing framework",
679
            "homepage": "http://github.com/hautelook/phpass/",
680
            "keywords": [
681
                "blowfish",
682
                "crypt",
683
                "password",
684
                "security"
685
            ],
686
            "time": "2012-08-31 00:00:00"
687
        },
688
        {
689
            "name": "illuminate/contracts",
690
            "version": "v5.2.37",
691
            "source": {
692
                "type": "git",
693
                "url": "https://github.com/illuminate/contracts.git",
694
                "reference": "f4f44d7c6d20404da8dfc655bd3d6dd788dfdce5"
695
            },
696
            "dist": {
697
                "type": "zip",
698
                "url": "https://api.github.com/repos/illuminate/contracts/zipball/f4f44d7c6d20404da8dfc655bd3d6dd788dfdce5",
699
                "reference": "f4f44d7c6d20404da8dfc655bd3d6dd788dfdce5",
700
                "shasum": ""
701
            },
702
            "require": {
703
                "php": ">=5.5.9"
704
            },
705
            "type": "library",
706
            "extra": {
707
                "branch-alias": {
708
                    "dev-master": "5.2-dev"
709
                }
710
            },
711
            "autoload": {
712
                "psr-4": {
713
                    "Illuminate\\Contracts\\": ""
714
                }
715
            },
716
            "notification-url": "https://packagist.org/downloads/",
717
            "license": [
718
                "MIT"
719
            ],
720
            "authors": [
721
                {
722
                    "name": "Taylor Otwell",
723
                    "email": "[email protected]"
724
                }
725
            ],
726
            "description": "The Illuminate Contracts package.",
727
            "homepage": "http://laravel.com",
728
            "time": "2016-05-31 21:36:13"
729
        },
730
        {
731
            "name": "illuminate/support",
732
            "version": "v5.2.37",
733
            "source": {
734
                "type": "git",
735
                "url": "https://github.com/illuminate/support.git",
736
                "reference": "6e86ac2b4e3d0c42c2dc846dbac3e74d378a812b"
737
            },
738
            "dist": {
739
                "type": "zip",
740
                "url": "https://api.github.com/repos/illuminate/support/zipball/6e86ac2b4e3d0c42c2dc846dbac3e74d378a812b",
741
                "reference": "6e86ac2b4e3d0c42c2dc846dbac3e74d378a812b",
742
                "shasum": ""
743
            },
744
            "require": {
745
                "doctrine/inflector": "~1.0",
746
                "ext-mbstring": "*",
747
                "illuminate/contracts": "5.2.*",
748
                "paragonie/random_compat": "~1.4",
749
                "php": ">=5.5.9"
750
            },
751
            "suggest": {
752
                "illuminate/filesystem": "Required to use the composer class (5.2.*).",
753
                "jeremeamia/superclosure": "Required to be able to serialize closures (~2.2).",
754
                "symfony/polyfill-php56": "Required to use the hash_equals function on PHP 5.5 (~1.0).",
755
                "symfony/process": "Required to use the composer class (2.8.*|3.0.*).",
756
                "symfony/var-dumper": "Improves the dd function (2.8.*|3.0.*)."
757
            },
758
            "type": "library",
759
            "extra": {
760
                "branch-alias": {
761
                    "dev-master": "5.2-dev"
762
                }
763
            },
764
            "autoload": {
765
                "psr-4": {
766
                    "Illuminate\\Support\\": ""
767
                },
768
                "files": [
769
                    "helpers.php"
770
                ]
771
            },
772
            "notification-url": "https://packagist.org/downloads/",
773
            "license": [
774
                "MIT"
775
            ],
776
            "authors": [
777
                {
778
                    "name": "Taylor Otwell",
779
                    "email": "[email protected]"
780
                }
781
            ],
782
            "description": "The Illuminate Support package.",
783
            "homepage": "http://laravel.com",
784
            "time": "2016-05-30 02:40:53"
785
        },
786
        {
787
            "name": "jdgrimes/wp-plugin-uninstall-tester",
788
            "version": "0.6.0",
789
            "source": {
790
                "type": "git",
791
                "url": "https://github.com/JDGrimes/wp-plugin-uninstall-tester.git",
792
                "reference": "99e9c16ded11150f21a7a78a472997c2a0c59fb2"
793
            },
794
            "dist": {
795
                "type": "zip",
796
                "url": "https://api.github.com/repos/JDGrimes/wp-plugin-uninstall-tester/zipball/99e9c16ded11150f21a7a78a472997c2a0c59fb2",
797
                "reference": "99e9c16ded11150f21a7a78a472997c2a0c59fb2",
798
                "shasum": ""
799
            },
800
            "require": {
801
                "php": ">=5.2.0"
802
            },
803
            "type": "library",
804
            "notification-url": "https://packagist.org/downloads/",
805
            "license": [
806
                "MIT"
807
            ],
808
            "authors": [
809
                {
810
                    "name": "J.D. Grimes",
811
                    "email": "[email protected]",
812
                    "homepage": "http://codesymphony.co",
813
                    "role": "Developer"
814
                }
815
            ],
816
            "description": "Utilities for testing WordPress plugin install/uninstall with PHPUnit",
817
            "homepage": "https://github.com/JDGrimes/wp-plugin-uninstall-tester",
818
            "abandoned": "jdgrimes/wpppb",
819
            "time": "2016-06-30 19:28:49"
820
        },
821
        {
822
            "name": "lucatume/codeception-setup-local",
823
            "version": "1.0.1",
824
            "source": {
825
                "type": "git",
826
                "url": "https://github.com/lucatume/codeception-setup-local.git",
827
                "reference": "8764cbbaabe54866eebcb92db1cf244508ad4a71"
828
            },
829
            "dist": {
830
                "type": "zip",
831
                "url": "https://api.github.com/repos/lucatume/codeception-setup-local/zipball/8764cbbaabe54866eebcb92db1cf244508ad4a71",
832
                "reference": "8764cbbaabe54866eebcb92db1cf244508ad4a71",
833
                "shasum": ""
834
            },
835
            "require": {
836
                "codeception/codeception": "^2.1",
837
                "lucatume/wp-browser-commons": "^1.0"
838
            },
839
            "require-dev": {
840
                "codeception/codeception": "^2.1",
841
                "mikey179/vfsstream": "^1.6"
842
            },
843
            "type": "library",
844
            "autoload": {
845
                "psr-4": {
846
                    "tad\\Codeception\\Command\\": "src/Command",
847
                    "tad\\Codeception\\Command\\Helpers\\": "src/Helpers"
848
                }
849
            },
850
            "notification-url": "https://packagist.org/downloads/",
851
            "license": [
852
                "MIT"
853
            ],
854
            "authors": [
855
                {
856
                    "name": "Luca Tumedei",
857
                    "email": "[email protected]"
858
                }
859
            ],
860
            "description": "Flexible local setup for Codeception",
861
            "time": "2016-05-21 15:04:41"
862
        },
863
        {
864
            "name": "lucatume/wp-browser",
865
            "version": "1.14.3",
866
            "source": {
867
                "type": "git",
868
                "url": "https://github.com/lucatume/wp-browser.git",
869
                "reference": "e09cd702418ec787b24398281ed466351a2bd93b"
870
            },
871
            "dist": {
872
                "type": "zip",
873
                "url": "https://api.github.com/repos/lucatume/wp-browser/zipball/e09cd702418ec787b24398281ed466351a2bd93b",
874
                "reference": "e09cd702418ec787b24398281ed466351a2bd93b",
875
                "shasum": ""
876
            },
877
            "require": {
878
                "lucatume/codeception-setup-local": "~1.0",
879
                "lucatume/wp-browser-commons": "~1.0",
880
                "symfony/process": "~3.1"
881
            },
882
            "require-dev": {
883
                "codeception/codeception": "~2.2",
884
                "mikey179/vfsstream": "^1.6"
885
            },
886
            "bin": [
887
                "wpcept"
888
            ],
889
            "type": "library",
890
            "autoload": {
891
                "psr-4": {
892
                    "Codeception\\": "src\\Codeception",
893
                    "tad\\": "src\\tad"
894
                }
895
            },
896
            "notification-url": "https://packagist.org/downloads/",
897
            "license": [
898
                "MIT"
899
            ],
900
            "authors": [
901
                {
902
                    "name": "theAverageDev (Luca Tumedei)",
903
                    "email": "[email protected]",
904
                    "homepage": "http://theaveragedev.com",
905
                    "role": "Developer"
906
                }
907
            ],
908
            "description": "WordPress extension of the PhpBrowser class.",
909
            "homepage": "http://github.com/lucatume/wp-browser",
910
            "keywords": [
911
                "codeception",
912
                "wordpress"
913
            ],
914
            "time": "2016-06-27 16:41:23"
915
        },
916
        {
917
            "name": "lucatume/wp-browser-commons",
918
            "version": "1.2.2",
919
            "source": {
920
                "type": "git",
921
                "url": "https://github.com/lucatume/wp-browser-commons.git",
922
                "reference": "314075fdbeb9c6c01c0e11cd6e6955bbdf563dc8"
923
            },
924
            "dist": {
925
                "type": "zip",
926
                "url": "https://api.github.com/repos/lucatume/wp-browser-commons/zipball/314075fdbeb9c6c01c0e11cd6e6955bbdf563dc8",
927
                "reference": "314075fdbeb9c6c01c0e11cd6e6955bbdf563dc8",
928
                "shasum": ""
929
            },
930
            "require": {
931
                "bacon/bacon-string-utils": "~1.0",
932
                "codeception/codeception": "~2.1",
933
                "dg/mysql-dump": "^1.3",
934
                "mikemclin/laravel-wp-password": "~2.0.0",
935
                "php": ">=5.4.0",
936
                "symfony/filesystem": "^2.7",
937
                "xamin/handlebars.php": "~0.10"
938
            },
939
            "require-dev": {
940
                "mikey179/vfsstream": "^1.6"
941
            },
942
            "type": "library",
943
            "autoload": {
944
                "psr-4": {
945
                    "tad\\": "src\\tad"
946
                }
947
            },
948
            "notification-url": "https://packagist.org/downloads/",
949
            "license": [
950
                "GPL v2.0"
951
            ],
952
            "authors": [
953
                {
954
                    "name": "Luca Tumedei",
955
                    "email": "[email protected]"
956
                }
957
            ],
958
            "description": "Common libraries of the WP-Browser package.",
959
            "time": "2016-06-15 19:32:38"
960
        },
961
        {
962
            "name": "mikemclin/laravel-wp-password",
963
            "version": "2.0.0",
964
            "source": {
965
                "type": "git",
966
                "url": "https://github.com/mikemclin/laravel-wp-password.git",
967
                "reference": "3460f1e38dea501c5d0cbe9bff67d043f6821724"
968
            },
969
            "dist": {
970
                "type": "zip",
971
                "url": "https://api.github.com/repos/mikemclin/laravel-wp-password/zipball/3460f1e38dea501c5d0cbe9bff67d043f6821724",
972
                "reference": "3460f1e38dea501c5d0cbe9bff67d043f6821724",
973
                "shasum": ""
974
            },
975
            "require": {
976
                "hautelook/phpass": "0.3.3",
977
                "illuminate/support": ">=4.0.0",
978
                "php": ">=5.3.0"
979
            },
980
            "replace": {
981
                "mikemclin/laravel-wp-password": "self.version"
982
            },
983
            "require-dev": {
984
                "mockery/mockery": "~0.9",
985
                "phpunit/phpunit": "~4.0",
986
                "satooshi/php-coveralls": "dev-master"
987
            },
988
            "type": "laravel-package",
989
            "autoload": {
990
                "psr-4": {
991
                    "MikeMcLin\\WpPassword\\": "src/"
992
                }
993
            },
994
            "notification-url": "https://packagist.org/downloads/",
995
            "license": [
996
                "MIT"
997
            ],
998
            "authors": [
999
                {
1000
                    "name": "Mike McLin",
1001
                    "email": "[email protected]",
1002
                    "homepage": "http://mikemclin.net"
1003
                }
1004
            ],
1005
            "description": "Laravel package that checks and creates WordPress password hashes",
1006
            "homepage": "https://github.com/mikemclin/laravel-wp-password",
1007
            "keywords": [
1008
                "hashing",
1009
                "laravel",
1010
                "password",
1011
                "wordpress"
1012
            ],
1013
            "time": "2015-02-12 03:09:57"
1014
        },
1015
        {
1016
            "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...
1017
            "version": "v1.4.1",
1018
            "source": {
1019
                "type": "git",
1020
                "url": "https://github.com/paragonie/random_compat.git",
1021
                "reference": "c7e26a21ba357863de030f0b9e701c7d04593774"
1022
            },
1023
            "dist": {
1024
                "type": "zip",
1025
                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/c7e26a21ba357863de030f0b9e701c7d04593774",
1026
                "reference": "c7e26a21ba357863de030f0b9e701c7d04593774",
1027
                "shasum": ""
1028
            },
1029
            "require": {
1030
                "php": ">=5.2.0"
1031
            },
1032
            "require-dev": {
1033
                "phpunit/phpunit": "4.*|5.*"
1034
            },
1035
            "suggest": {
1036
                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
1037
            },
1038
            "type": "library",
1039
            "autoload": {
1040
                "files": [
1041
                    "lib/random.php"
1042
                ]
1043
            },
1044
            "notification-url": "https://packagist.org/downloads/",
1045
            "license": [
1046
                "MIT"
1047
            ],
1048
            "authors": [
1049
                {
1050
                    "name": "Paragon Initiative Enterprises",
1051
                    "email": "[email protected]",
1052
                    "homepage": "https://paragonie.com"
1053
                }
1054
            ],
1055
            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
1056
            "keywords": [
1057
                "csprng",
1058
                "pseudorandom",
1059
                "random"
1060
            ],
1061
            "time": "2016-03-18 20:34:03"
1062
        },
1063
        {
1064
            "name": "phpdocumentor/reflection-common",
1065
            "version": "1.0",
1066
            "source": {
1067
                "type": "git",
1068
                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
1069
                "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c"
1070
            },
1071
            "dist": {
1072
                "type": "zip",
1073
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
1074
                "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
1075
                "shasum": ""
1076
            },
1077
            "require": {
1078
                "php": ">=5.5"
1079
            },
1080
            "require-dev": {
1081
                "phpunit/phpunit": "^4.6"
1082
            },
1083
            "type": "library",
1084
            "extra": {
1085
                "branch-alias": {
1086
                    "dev-master": "1.0.x-dev"
1087
                }
1088
            },
1089
            "autoload": {
1090
                "psr-4": {
1091
                    "phpDocumentor\\Reflection\\": [
1092
                        "src"
1093
                    ]
1094
                }
1095
            },
1096
            "notification-url": "https://packagist.org/downloads/",
1097
            "license": [
1098
                "MIT"
1099
            ],
1100
            "authors": [
1101
                {
1102
                    "name": "Jaap van Otterdijk",
1103
                    "email": "[email protected]"
1104
                }
1105
            ],
1106
            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
1107
            "homepage": "http://www.phpdoc.org",
1108
            "keywords": [
1109
                "FQSEN",
1110
                "phpDocumentor",
1111
                "phpdoc",
1112
                "reflection",
1113
                "static analysis"
1114
            ],
1115
            "time": "2015-12-27 11:43:31"
1116
        },
1117
        {
1118
            "name": "phpdocumentor/reflection-docblock",
1119
            "version": "3.1.0",
1120
            "source": {
1121
                "type": "git",
1122
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
1123
                "reference": "9270140b940ff02e58ec577c237274e92cd40cdd"
1124
            },
1125
            "dist": {
1126
                "type": "zip",
1127
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/9270140b940ff02e58ec577c237274e92cd40cdd",
1128
                "reference": "9270140b940ff02e58ec577c237274e92cd40cdd",
1129
                "shasum": ""
1130
            },
1131
            "require": {
1132
                "php": ">=5.5",
1133
                "phpdocumentor/reflection-common": "^1.0@dev",
1134
                "phpdocumentor/type-resolver": "^0.2.0",
1135
                "webmozart/assert": "^1.0"
1136
            },
1137
            "require-dev": {
1138
                "mockery/mockery": "^0.9.4",
1139
                "phpunit/phpunit": "^4.4"
1140
            },
1141
            "type": "library",
1142
            "autoload": {
1143
                "psr-4": {
1144
                    "phpDocumentor\\Reflection\\": [
1145
                        "src/"
1146
                    ]
1147
                }
1148
            },
1149
            "notification-url": "https://packagist.org/downloads/",
1150
            "license": [
1151
                "MIT"
1152
            ],
1153
            "authors": [
1154
                {
1155
                    "name": "Mike van Riel",
1156
                    "email": "[email protected]"
1157
                }
1158
            ],
1159
            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
1160
            "time": "2016-06-10 09:48:41"
1161
        },
1162
        {
1163
            "name": "phpdocumentor/type-resolver",
1164
            "version": "0.2",
1165
            "source": {
1166
                "type": "git",
1167
                "url": "https://github.com/phpDocumentor/TypeResolver.git",
1168
                "reference": "b39c7a5b194f9ed7bd0dd345c751007a41862443"
1169
            },
1170
            "dist": {
1171
                "type": "zip",
1172
                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/b39c7a5b194f9ed7bd0dd345c751007a41862443",
1173
                "reference": "b39c7a5b194f9ed7bd0dd345c751007a41862443",
1174
                "shasum": ""
1175
            },
1176
            "require": {
1177
                "php": ">=5.5",
1178
                "phpdocumentor/reflection-common": "^1.0"
1179
            },
1180
            "require-dev": {
1181
                "mockery/mockery": "^0.9.4",
1182
                "phpunit/phpunit": "^5.2||^4.8.24"
1183
            },
1184
            "type": "library",
1185
            "extra": {
1186
                "branch-alias": {
1187
                    "dev-master": "1.0.x-dev"
1188
                }
1189
            },
1190
            "autoload": {
1191
                "psr-4": {
1192
                    "phpDocumentor\\Reflection\\": [
1193
                        "src/"
1194
                    ]
1195
                }
1196
            },
1197
            "notification-url": "https://packagist.org/downloads/",
1198
            "license": [
1199
                "MIT"
1200
            ],
1201
            "authors": [
1202
                {
1203
                    "name": "Mike van Riel",
1204
                    "email": "[email protected]"
1205
                }
1206
            ],
1207
            "time": "2016-06-10 07:14:17"
1208
        },
1209
        {
1210
            "name": "phpspec/prophecy",
1211
            "version": "v1.6.1",
1212
            "source": {
1213
                "type": "git",
1214
                "url": "https://github.com/phpspec/prophecy.git",
1215
                "reference": "58a8137754bc24b25740d4281399a4a3596058e0"
1216
            },
1217
            "dist": {
1218
                "type": "zip",
1219
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/58a8137754bc24b25740d4281399a4a3596058e0",
1220
                "reference": "58a8137754bc24b25740d4281399a4a3596058e0",
1221
                "shasum": ""
1222
            },
1223
            "require": {
1224
                "doctrine/instantiator": "^1.0.2",
1225
                "php": "^5.3|^7.0",
1226
                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2",
1227
                "sebastian/comparator": "^1.1",
1228
                "sebastian/recursion-context": "^1.0"
1229
            },
1230
            "require-dev": {
1231
                "phpspec/phpspec": "^2.0"
1232
            },
1233
            "type": "library",
1234
            "extra": {
1235
                "branch-alias": {
1236
                    "dev-master": "1.6.x-dev"
1237
                }
1238
            },
1239
            "autoload": {
1240
                "psr-0": {
1241
                    "Prophecy\\": "src/"
1242
                }
1243
            },
1244
            "notification-url": "https://packagist.org/downloads/",
1245
            "license": [
1246
                "MIT"
1247
            ],
1248
            "authors": [
1249
                {
1250
                    "name": "Konstantin Kudryashov",
1251
                    "email": "[email protected]",
1252
                    "homepage": "http://everzet.com"
1253
                },
1254
                {
1255
                    "name": "Marcello Duarte",
1256
                    "email": "[email protected]"
1257
                }
1258
            ],
1259
            "description": "Highly opinionated mocking framework for PHP 5.3+",
1260
            "homepage": "https://github.com/phpspec/prophecy",
1261
            "keywords": [
1262
                "Double",
1263
                "Dummy",
1264
                "fake",
1265
                "mock",
1266
                "spy",
1267
                "stub"
1268
            ],
1269
            "time": "2016-06-07 08:13:47"
1270
        },
1271
        {
1272
            "name": "phpunit/php-code-coverage",
1273
            "version": "2.2.4",
1274
            "source": {
1275
                "type": "git",
1276
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
1277
                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
1278
            },
1279
            "dist": {
1280
                "type": "zip",
1281
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
1282
                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
1283
                "shasum": ""
1284
            },
1285
            "require": {
1286
                "php": ">=5.3.3",
1287
                "phpunit/php-file-iterator": "~1.3",
1288
                "phpunit/php-text-template": "~1.2",
1289
                "phpunit/php-token-stream": "~1.3",
1290
                "sebastian/environment": "^1.3.2",
1291
                "sebastian/version": "~1.0"
1292
            },
1293
            "require-dev": {
1294
                "ext-xdebug": ">=2.1.4",
1295
                "phpunit/phpunit": "~4"
1296
            },
1297
            "suggest": {
1298
                "ext-dom": "*",
1299
                "ext-xdebug": ">=2.2.1",
1300
                "ext-xmlwriter": "*"
1301
            },
1302
            "type": "library",
1303
            "extra": {
1304
                "branch-alias": {
1305
                    "dev-master": "2.2.x-dev"
1306
                }
1307
            },
1308
            "autoload": {
1309
                "classmap": [
1310
                    "src/"
1311
                ]
1312
            },
1313
            "notification-url": "https://packagist.org/downloads/",
1314
            "license": [
1315
                "BSD-3-Clause"
1316
            ],
1317
            "authors": [
1318
                {
1319
                    "name": "Sebastian Bergmann",
1320
                    "email": "[email protected]",
1321
                    "role": "lead"
1322
                }
1323
            ],
1324
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
1325
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
1326
            "keywords": [
1327
                "coverage",
1328
                "testing",
1329
                "xunit"
1330
            ],
1331
            "time": "2015-10-06 15:47:00"
1332
        },
1333
        {
1334
            "name": "phpunit/php-file-iterator",
1335
            "version": "1.4.1",
1336
            "source": {
1337
                "type": "git",
1338
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
1339
                "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0"
1340
            },
1341
            "dist": {
1342
                "type": "zip",
1343
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
1344
                "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
1345
                "shasum": ""
1346
            },
1347
            "require": {
1348
                "php": ">=5.3.3"
1349
            },
1350
            "type": "library",
1351
            "extra": {
1352
                "branch-alias": {
1353
                    "dev-master": "1.4.x-dev"
1354
                }
1355
            },
1356
            "autoload": {
1357
                "classmap": [
1358
                    "src/"
1359
                ]
1360
            },
1361
            "notification-url": "https://packagist.org/downloads/",
1362
            "license": [
1363
                "BSD-3-Clause"
1364
            ],
1365
            "authors": [
1366
                {
1367
                    "name": "Sebastian Bergmann",
1368
                    "email": "[email protected]",
1369
                    "role": "lead"
1370
                }
1371
            ],
1372
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
1373
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
1374
            "keywords": [
1375
                "filesystem",
1376
                "iterator"
1377
            ],
1378
            "time": "2015-06-21 13:08:43"
1379
        },
1380
        {
1381
            "name": "phpunit/php-text-template",
1382
            "version": "1.2.1",
1383
            "source": {
1384
                "type": "git",
1385
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
1386
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
1387
            },
1388
            "dist": {
1389
                "type": "zip",
1390
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
1391
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
1392
                "shasum": ""
1393
            },
1394
            "require": {
1395
                "php": ">=5.3.3"
1396
            },
1397
            "type": "library",
1398
            "autoload": {
1399
                "classmap": [
1400
                    "src/"
1401
                ]
1402
            },
1403
            "notification-url": "https://packagist.org/downloads/",
1404
            "license": [
1405
                "BSD-3-Clause"
1406
            ],
1407
            "authors": [
1408
                {
1409
                    "name": "Sebastian Bergmann",
1410
                    "email": "[email protected]",
1411
                    "role": "lead"
1412
                }
1413
            ],
1414
            "description": "Simple template engine.",
1415
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
1416
            "keywords": [
1417
                "template"
1418
            ],
1419
            "time": "2015-06-21 13:50:34"
1420
        },
1421
        {
1422
            "name": "phpunit/php-timer",
1423
            "version": "1.0.8",
1424
            "source": {
1425
                "type": "git",
1426
                "url": "https://github.com/sebastianbergmann/php-timer.git",
1427
                "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260"
1428
            },
1429
            "dist": {
1430
                "type": "zip",
1431
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/38e9124049cf1a164f1e4537caf19c99bf1eb260",
1432
                "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260",
1433
                "shasum": ""
1434
            },
1435
            "require": {
1436
                "php": ">=5.3.3"
1437
            },
1438
            "require-dev": {
1439
                "phpunit/phpunit": "~4|~5"
1440
            },
1441
            "type": "library",
1442
            "autoload": {
1443
                "classmap": [
1444
                    "src/"
1445
                ]
1446
            },
1447
            "notification-url": "https://packagist.org/downloads/",
1448
            "license": [
1449
                "BSD-3-Clause"
1450
            ],
1451
            "authors": [
1452
                {
1453
                    "name": "Sebastian Bergmann",
1454
                    "email": "[email protected]",
1455
                    "role": "lead"
1456
                }
1457
            ],
1458
            "description": "Utility class for timing",
1459
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
1460
            "keywords": [
1461
                "timer"
1462
            ],
1463
            "time": "2016-05-12 18:03:57"
1464
        },
1465
        {
1466
            "name": "phpunit/php-token-stream",
1467
            "version": "1.4.8",
1468
            "source": {
1469
                "type": "git",
1470
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
1471
                "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da"
1472
            },
1473
            "dist": {
1474
                "type": "zip",
1475
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
1476
                "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
1477
                "shasum": ""
1478
            },
1479
            "require": {
1480
                "ext-tokenizer": "*",
1481
                "php": ">=5.3.3"
1482
            },
1483
            "require-dev": {
1484
                "phpunit/phpunit": "~4.2"
1485
            },
1486
            "type": "library",
1487
            "extra": {
1488
                "branch-alias": {
1489
                    "dev-master": "1.4-dev"
1490
                }
1491
            },
1492
            "autoload": {
1493
                "classmap": [
1494
                    "src/"
1495
                ]
1496
            },
1497
            "notification-url": "https://packagist.org/downloads/",
1498
            "license": [
1499
                "BSD-3-Clause"
1500
            ],
1501
            "authors": [
1502
                {
1503
                    "name": "Sebastian Bergmann",
1504
                    "email": "[email protected]"
1505
                }
1506
            ],
1507
            "description": "Wrapper around PHP's tokenizer extension.",
1508
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
1509
            "keywords": [
1510
                "tokenizer"
1511
            ],
1512
            "time": "2015-09-15 10:49:45"
1513
        },
1514
        {
1515
            "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...
1516
            "version": "4.8.26",
1517
            "source": {
1518
                "type": "git",
1519
                "url": "https://github.com/sebastianbergmann/phpunit.git",
1520
                "reference": "fc1d8cd5b5de11625979125c5639347896ac2c74"
1521
            },
1522
            "dist": {
1523
                "type": "zip",
1524
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/fc1d8cd5b5de11625979125c5639347896ac2c74",
1525
                "reference": "fc1d8cd5b5de11625979125c5639347896ac2c74",
1526
                "shasum": ""
1527
            },
1528
            "require": {
1529
                "ext-dom": "*",
1530
                "ext-json": "*",
1531
                "ext-pcre": "*",
1532
                "ext-reflection": "*",
1533
                "ext-spl": "*",
1534
                "php": ">=5.3.3",
1535
                "phpspec/prophecy": "^1.3.1",
1536
                "phpunit/php-code-coverage": "~2.1",
1537
                "phpunit/php-file-iterator": "~1.4",
1538
                "phpunit/php-text-template": "~1.2",
1539
                "phpunit/php-timer": "^1.0.6",
1540
                "phpunit/phpunit-mock-objects": "~2.3",
1541
                "sebastian/comparator": "~1.1",
1542
                "sebastian/diff": "~1.2",
1543
                "sebastian/environment": "~1.3",
1544
                "sebastian/exporter": "~1.2",
1545
                "sebastian/global-state": "~1.0",
1546
                "sebastian/version": "~1.0",
1547
                "symfony/yaml": "~2.1|~3.0"
1548
            },
1549
            "suggest": {
1550
                "phpunit/php-invoker": "~1.1"
1551
            },
1552
            "bin": [
1553
                "phpunit"
1554
            ],
1555
            "type": "library",
1556
            "extra": {
1557
                "branch-alias": {
1558
                    "dev-master": "4.8.x-dev"
1559
                }
1560
            },
1561
            "autoload": {
1562
                "classmap": [
1563
                    "src/"
1564
                ]
1565
            },
1566
            "notification-url": "https://packagist.org/downloads/",
1567
            "license": [
1568
                "BSD-3-Clause"
1569
            ],
1570
            "authors": [
1571
                {
1572
                    "name": "Sebastian Bergmann",
1573
                    "email": "[email protected]",
1574
                    "role": "lead"
1575
                }
1576
            ],
1577
            "description": "The PHP Unit Testing framework.",
1578
            "homepage": "https://phpunit.de/",
1579
            "keywords": [
1580
                "phpunit",
1581
                "testing",
1582
                "xunit"
1583
            ],
1584
            "time": "2016-05-17 03:09:28"
1585
        },
1586
        {
1587
            "name": "phpunit/phpunit-mock-objects",
1588
            "version": "2.3.8",
1589
            "source": {
1590
                "type": "git",
1591
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
1592
                "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
1593
            },
1594
            "dist": {
1595
                "type": "zip",
1596
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
1597
                "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
1598
                "shasum": ""
1599
            },
1600
            "require": {
1601
                "doctrine/instantiator": "^1.0.2",
1602
                "php": ">=5.3.3",
1603
                "phpunit/php-text-template": "~1.2",
1604
                "sebastian/exporter": "~1.2"
1605
            },
1606
            "require-dev": {
1607
                "phpunit/phpunit": "~4.4"
1608
            },
1609
            "suggest": {
1610
                "ext-soap": "*"
1611
            },
1612
            "type": "library",
1613
            "extra": {
1614
                "branch-alias": {
1615
                    "dev-master": "2.3.x-dev"
1616
                }
1617
            },
1618
            "autoload": {
1619
                "classmap": [
1620
                    "src/"
1621
                ]
1622
            },
1623
            "notification-url": "https://packagist.org/downloads/",
1624
            "license": [
1625
                "BSD-3-Clause"
1626
            ],
1627
            "authors": [
1628
                {
1629
                    "name": "Sebastian Bergmann",
1630
                    "email": "[email protected]",
1631
                    "role": "lead"
1632
                }
1633
            ],
1634
            "description": "Mock Object library for PHPUnit",
1635
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
1636
            "keywords": [
1637
                "mock",
1638
                "xunit"
1639
            ],
1640
            "time": "2015-10-02 06:51:40"
1641
        },
1642
        {
1643
            "name": "psr/http-message",
1644
            "version": "1.0",
1645
            "source": {
1646
                "type": "git",
1647
                "url": "https://github.com/php-fig/http-message.git",
1648
                "reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298"
1649
            },
1650
            "dist": {
1651
                "type": "zip",
1652
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/85d63699f0dbedb190bbd4b0d2b9dc707ea4c298",
1653
                "reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298",
1654
                "shasum": ""
1655
            },
1656
            "require": {
1657
                "php": ">=5.3.0"
1658
            },
1659
            "type": "library",
1660
            "extra": {
1661
                "branch-alias": {
1662
                    "dev-master": "1.0.x-dev"
1663
                }
1664
            },
1665
            "autoload": {
1666
                "psr-4": {
1667
                    "Psr\\Http\\Message\\": "src/"
1668
                }
1669
            },
1670
            "notification-url": "https://packagist.org/downloads/",
1671
            "license": [
1672
                "MIT"
1673
            ],
1674
            "authors": [
1675
                {
1676
                    "name": "PHP-FIG",
1677
                    "homepage": "http://www.php-fig.org/"
1678
                }
1679
            ],
1680
            "description": "Common interface for HTTP messages",
1681
            "keywords": [
1682
                "http",
1683
                "http-message",
1684
                "psr",
1685
                "psr-7",
1686
                "request",
1687
                "response"
1688
            ],
1689
            "time": "2015-05-04 20:22:00"
1690
        },
1691
        {
1692
            "name": "sebastian/comparator",
1693
            "version": "1.2.0",
1694
            "source": {
1695
                "type": "git",
1696
                "url": "https://github.com/sebastianbergmann/comparator.git",
1697
                "reference": "937efb279bd37a375bcadf584dec0726f84dbf22"
1698
            },
1699
            "dist": {
1700
                "type": "zip",
1701
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22",
1702
                "reference": "937efb279bd37a375bcadf584dec0726f84dbf22",
1703
                "shasum": ""
1704
            },
1705
            "require": {
1706
                "php": ">=5.3.3",
1707
                "sebastian/diff": "~1.2",
1708
                "sebastian/exporter": "~1.2"
1709
            },
1710
            "require-dev": {
1711
                "phpunit/phpunit": "~4.4"
1712
            },
1713
            "type": "library",
1714
            "extra": {
1715
                "branch-alias": {
1716
                    "dev-master": "1.2.x-dev"
1717
                }
1718
            },
1719
            "autoload": {
1720
                "classmap": [
1721
                    "src/"
1722
                ]
1723
            },
1724
            "notification-url": "https://packagist.org/downloads/",
1725
            "license": [
1726
                "BSD-3-Clause"
1727
            ],
1728
            "authors": [
1729
                {
1730
                    "name": "Jeff Welch",
1731
                    "email": "[email protected]"
1732
                },
1733
                {
1734
                    "name": "Volker Dusch",
1735
                    "email": "[email protected]"
1736
                },
1737
                {
1738
                    "name": "Bernhard Schussek",
1739
                    "email": "[email protected]"
1740
                },
1741
                {
1742
                    "name": "Sebastian Bergmann",
1743
                    "email": "[email protected]"
1744
                }
1745
            ],
1746
            "description": "Provides the functionality to compare PHP values for equality",
1747
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
1748
            "keywords": [
1749
                "comparator",
1750
                "compare",
1751
                "equality"
1752
            ],
1753
            "time": "2015-07-26 15:48:44"
1754
        },
1755
        {
1756
            "name": "sebastian/diff",
1757
            "version": "1.4.1",
1758
            "source": {
1759
                "type": "git",
1760
                "url": "https://github.com/sebastianbergmann/diff.git",
1761
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
1762
            },
1763
            "dist": {
1764
                "type": "zip",
1765
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
1766
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
1767
                "shasum": ""
1768
            },
1769
            "require": {
1770
                "php": ">=5.3.3"
1771
            },
1772
            "require-dev": {
1773
                "phpunit/phpunit": "~4.8"
1774
            },
1775
            "type": "library",
1776
            "extra": {
1777
                "branch-alias": {
1778
                    "dev-master": "1.4-dev"
1779
                }
1780
            },
1781
            "autoload": {
1782
                "classmap": [
1783
                    "src/"
1784
                ]
1785
            },
1786
            "notification-url": "https://packagist.org/downloads/",
1787
            "license": [
1788
                "BSD-3-Clause"
1789
            ],
1790
            "authors": [
1791
                {
1792
                    "name": "Kore Nordmann",
1793
                    "email": "[email protected]"
1794
                },
1795
                {
1796
                    "name": "Sebastian Bergmann",
1797
                    "email": "[email protected]"
1798
                }
1799
            ],
1800
            "description": "Diff implementation",
1801
            "homepage": "https://github.com/sebastianbergmann/diff",
1802
            "keywords": [
1803
                "diff"
1804
            ],
1805
            "time": "2015-12-08 07:14:41"
1806
        },
1807
        {
1808
            "name": "sebastian/environment",
1809
            "version": "1.3.7",
1810
            "source": {
1811
                "type": "git",
1812
                "url": "https://github.com/sebastianbergmann/environment.git",
1813
                "reference": "4e8f0da10ac5802913afc151413bc8c53b6c2716"
1814
            },
1815
            "dist": {
1816
                "type": "zip",
1817
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/4e8f0da10ac5802913afc151413bc8c53b6c2716",
1818
                "reference": "4e8f0da10ac5802913afc151413bc8c53b6c2716",
1819
                "shasum": ""
1820
            },
1821
            "require": {
1822
                "php": ">=5.3.3"
1823
            },
1824
            "require-dev": {
1825
                "phpunit/phpunit": "~4.4"
1826
            },
1827
            "type": "library",
1828
            "extra": {
1829
                "branch-alias": {
1830
                    "dev-master": "1.3.x-dev"
1831
                }
1832
            },
1833
            "autoload": {
1834
                "classmap": [
1835
                    "src/"
1836
                ]
1837
            },
1838
            "notification-url": "https://packagist.org/downloads/",
1839
            "license": [
1840
                "BSD-3-Clause"
1841
            ],
1842
            "authors": [
1843
                {
1844
                    "name": "Sebastian Bergmann",
1845
                    "email": "[email protected]"
1846
                }
1847
            ],
1848
            "description": "Provides functionality to handle HHVM/PHP environments",
1849
            "homepage": "http://www.github.com/sebastianbergmann/environment",
1850
            "keywords": [
1851
                "Xdebug",
1852
                "environment",
1853
                "hhvm"
1854
            ],
1855
            "time": "2016-05-17 03:18:57"
1856
        },
1857
        {
1858
            "name": "sebastian/exporter",
1859
            "version": "1.2.2",
1860
            "source": {
1861
                "type": "git",
1862
                "url": "https://github.com/sebastianbergmann/exporter.git",
1863
                "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4"
1864
            },
1865
            "dist": {
1866
                "type": "zip",
1867
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4",
1868
                "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4",
1869
                "shasum": ""
1870
            },
1871
            "require": {
1872
                "php": ">=5.3.3",
1873
                "sebastian/recursion-context": "~1.0"
1874
            },
1875
            "require-dev": {
1876
                "ext-mbstring": "*",
1877
                "phpunit/phpunit": "~4.4"
1878
            },
1879
            "type": "library",
1880
            "extra": {
1881
                "branch-alias": {
1882
                    "dev-master": "1.3.x-dev"
1883
                }
1884
            },
1885
            "autoload": {
1886
                "classmap": [
1887
                    "src/"
1888
                ]
1889
            },
1890
            "notification-url": "https://packagist.org/downloads/",
1891
            "license": [
1892
                "BSD-3-Clause"
1893
            ],
1894
            "authors": [
1895
                {
1896
                    "name": "Jeff Welch",
1897
                    "email": "[email protected]"
1898
                },
1899
                {
1900
                    "name": "Volker Dusch",
1901
                    "email": "[email protected]"
1902
                },
1903
                {
1904
                    "name": "Bernhard Schussek",
1905
                    "email": "[email protected]"
1906
                },
1907
                {
1908
                    "name": "Sebastian Bergmann",
1909
                    "email": "[email protected]"
1910
                },
1911
                {
1912
                    "name": "Adam Harvey",
1913
                    "email": "[email protected]"
1914
                }
1915
            ],
1916
            "description": "Provides the functionality to export PHP variables for visualization",
1917
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
1918
            "keywords": [
1919
                "export",
1920
                "exporter"
1921
            ],
1922
            "time": "2016-06-17 09:04:28"
1923
        },
1924
        {
1925
            "name": "sebastian/global-state",
1926
            "version": "1.1.1",
1927
            "source": {
1928
                "type": "git",
1929
                "url": "https://github.com/sebastianbergmann/global-state.git",
1930
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
1931
            },
1932
            "dist": {
1933
                "type": "zip",
1934
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
1935
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
1936
                "shasum": ""
1937
            },
1938
            "require": {
1939
                "php": ">=5.3.3"
1940
            },
1941
            "require-dev": {
1942
                "phpunit/phpunit": "~4.2"
1943
            },
1944
            "suggest": {
1945
                "ext-uopz": "*"
1946
            },
1947
            "type": "library",
1948
            "extra": {
1949
                "branch-alias": {
1950
                    "dev-master": "1.0-dev"
1951
                }
1952
            },
1953
            "autoload": {
1954
                "classmap": [
1955
                    "src/"
1956
                ]
1957
            },
1958
            "notification-url": "https://packagist.org/downloads/",
1959
            "license": [
1960
                "BSD-3-Clause"
1961
            ],
1962
            "authors": [
1963
                {
1964
                    "name": "Sebastian Bergmann",
1965
                    "email": "[email protected]"
1966
                }
1967
            ],
1968
            "description": "Snapshotting of global state",
1969
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
1970
            "keywords": [
1971
                "global state"
1972
            ],
1973
            "time": "2015-10-12 03:26:01"
1974
        },
1975
        {
1976
            "name": "sebastian/recursion-context",
1977
            "version": "1.0.2",
1978
            "source": {
1979
                "type": "git",
1980
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
1981
                "reference": "913401df809e99e4f47b27cdd781f4a258d58791"
1982
            },
1983
            "dist": {
1984
                "type": "zip",
1985
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/913401df809e99e4f47b27cdd781f4a258d58791",
1986
                "reference": "913401df809e99e4f47b27cdd781f4a258d58791",
1987
                "shasum": ""
1988
            },
1989
            "require": {
1990
                "php": ">=5.3.3"
1991
            },
1992
            "require-dev": {
1993
                "phpunit/phpunit": "~4.4"
1994
            },
1995
            "type": "library",
1996
            "extra": {
1997
                "branch-alias": {
1998
                    "dev-master": "1.0.x-dev"
1999
                }
2000
            },
2001
            "autoload": {
2002
                "classmap": [
2003
                    "src/"
2004
                ]
2005
            },
2006
            "notification-url": "https://packagist.org/downloads/",
2007
            "license": [
2008
                "BSD-3-Clause"
2009
            ],
2010
            "authors": [
2011
                {
2012
                    "name": "Jeff Welch",
2013
                    "email": "[email protected]"
2014
                },
2015
                {
2016
                    "name": "Sebastian Bergmann",
2017
                    "email": "[email protected]"
2018
                },
2019
                {
2020
                    "name": "Adam Harvey",
2021
                    "email": "[email protected]"
2022
                }
2023
            ],
2024
            "description": "Provides functionality to recursively process PHP variables",
2025
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
2026
            "time": "2015-11-11 19:50:13"
2027
        },
2028
        {
2029
            "name": "sebastian/version",
2030
            "version": "1.0.6",
2031
            "source": {
2032
                "type": "git",
2033
                "url": "https://github.com/sebastianbergmann/version.git",
2034
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
2035
            },
2036
            "dist": {
2037
                "type": "zip",
2038
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
2039
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
2040
                "shasum": ""
2041
            },
2042
            "type": "library",
2043
            "autoload": {
2044
                "classmap": [
2045
                    "src/"
2046
                ]
2047
            },
2048
            "notification-url": "https://packagist.org/downloads/",
2049
            "license": [
2050
                "BSD-3-Clause"
2051
            ],
2052
            "authors": [
2053
                {
2054
                    "name": "Sebastian Bergmann",
2055
                    "email": "[email protected]",
2056
                    "role": "lead"
2057
                }
2058
            ],
2059
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
2060
            "homepage": "https://github.com/sebastianbergmann/version",
2061
            "time": "2015-06-21 13:59:46"
2062
        },
2063
        {
2064
            "name": "squizlabs/php_codesniffer",
2065
            "version": "3.0.2",
2066
            "source": {
2067
                "type": "git",
2068
                "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
2069
                "reference": "c7594a88ae75401e8f8d0bd4deb8431b39045c51"
2070
            },
2071
            "dist": {
2072
                "type": "zip",
2073
                "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/c7594a88ae75401e8f8d0bd4deb8431b39045c51",
2074
                "reference": "c7594a88ae75401e8f8d0bd4deb8431b39045c51",
2075
                "shasum": ""
2076
            },
2077
            "require": {
2078
                "ext-simplexml": "*",
2079
                "ext-tokenizer": "*",
2080
                "ext-xmlwriter": "*",
2081
                "php": ">=5.4.0"
2082
            },
2083
            "require-dev": {
2084
                "phpunit/phpunit": "~4.0"
2085
            },
2086
            "bin": [
2087
                "bin/phpcs",
2088
                "bin/phpcbf"
2089
            ],
2090
            "type": "library",
2091
            "extra": {
2092
                "branch-alias": {
2093
                    "dev-master": "3.x-dev"
2094
                }
2095
            },
2096
            "notification-url": "https://packagist.org/downloads/",
2097
            "license": [
2098
                "BSD-3-Clause"
2099
            ],
2100
            "authors": [
2101
                {
2102
                    "name": "Greg Sherwood",
2103
                    "role": "lead"
2104
                }
2105
            ],
2106
            "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
2107
            "homepage": "http://www.squizlabs.com/php-codesniffer",
2108
            "keywords": [
2109
                "phpcs",
2110
                "standards"
2111
            ],
2112
            "time": "2017-07-18 01:12:32"
2113
        },
2114
        {
2115
            "name": "symfony/browser-kit",
2116
            "version": "v3.1.2",
2117
            "source": {
2118
                "type": "git",
2119
                "url": "https://github.com/symfony/browser-kit.git",
2120
                "reference": "dcf41ed026b0499254385b5c88f03247b2ba010b"
2121
            },
2122
            "dist": {
2123
                "type": "zip",
2124
                "url": "https://api.github.com/repos/symfony/browser-kit/zipball/dcf41ed026b0499254385b5c88f03247b2ba010b",
2125
                "reference": "dcf41ed026b0499254385b5c88f03247b2ba010b",
2126
                "shasum": ""
2127
            },
2128
            "require": {
2129
                "php": ">=5.5.9",
2130
                "symfony/dom-crawler": "~2.8|~3.0"
2131
            },
2132
            "require-dev": {
2133
                "symfony/css-selector": "~2.8|~3.0",
2134
                "symfony/process": "~2.8|~3.0"
2135
            },
2136
            "suggest": {
2137
                "symfony/process": ""
2138
            },
2139
            "type": "library",
2140
            "extra": {
2141
                "branch-alias": {
2142
                    "dev-master": "3.1-dev"
2143
                }
2144
            },
2145
            "autoload": {
2146
                "psr-4": {
2147
                    "Symfony\\Component\\BrowserKit\\": ""
2148
                },
2149
                "exclude-from-classmap": [
2150
                    "/Tests/"
2151
                ]
2152
            },
2153
            "notification-url": "https://packagist.org/downloads/",
2154
            "license": [
2155
                "MIT"
2156
            ],
2157
            "authors": [
2158
                {
2159
                    "name": "Fabien Potencier",
2160
                    "email": "[email protected]"
2161
                },
2162
                {
2163
                    "name": "Symfony Community",
2164
                    "homepage": "https://symfony.com/contributors"
2165
                }
2166
            ],
2167
            "description": "Symfony BrowserKit Component",
2168
            "homepage": "https://symfony.com",
2169
            "time": "2016-06-29 05:41:56"
2170
        },
2171
        {
2172
            "name": "symfony/console",
2173
            "version": "v3.1.2",
2174
            "source": {
2175
                "type": "git",
2176
                "url": "https://github.com/symfony/console.git",
2177
                "reference": "747154aa69b0f83cd02fc9aa554836dee417631a"
2178
            },
2179
            "dist": {
2180
                "type": "zip",
2181
                "url": "https://api.github.com/repos/symfony/console/zipball/747154aa69b0f83cd02fc9aa554836dee417631a",
2182
                "reference": "747154aa69b0f83cd02fc9aa554836dee417631a",
2183
                "shasum": ""
2184
            },
2185
            "require": {
2186
                "php": ">=5.5.9",
2187
                "symfony/polyfill-mbstring": "~1.0"
2188
            },
2189
            "require-dev": {
2190
                "psr/log": "~1.0",
2191
                "symfony/event-dispatcher": "~2.8|~3.0",
2192
                "symfony/process": "~2.8|~3.0"
2193
            },
2194
            "suggest": {
2195
                "psr/log": "For using the console logger",
2196
                "symfony/event-dispatcher": "",
2197
                "symfony/process": ""
2198
            },
2199
            "type": "library",
2200
            "extra": {
2201
                "branch-alias": {
2202
                    "dev-master": "3.1-dev"
2203
                }
2204
            },
2205
            "autoload": {
2206
                "psr-4": {
2207
                    "Symfony\\Component\\Console\\": ""
2208
                },
2209
                "exclude-from-classmap": [
2210
                    "/Tests/"
2211
                ]
2212
            },
2213
            "notification-url": "https://packagist.org/downloads/",
2214
            "license": [
2215
                "MIT"
2216
            ],
2217
            "authors": [
2218
                {
2219
                    "name": "Fabien Potencier",
2220
                    "email": "[email protected]"
2221
                },
2222
                {
2223
                    "name": "Symfony Community",
2224
                    "homepage": "https://symfony.com/contributors"
2225
                }
2226
            ],
2227
            "description": "Symfony Console Component",
2228
            "homepage": "https://symfony.com",
2229
            "time": "2016-06-29 07:02:31"
2230
        },
2231
        {
2232
            "name": "symfony/css-selector",
2233
            "version": "v3.1.2",
2234
            "source": {
2235
                "type": "git",
2236
                "url": "https://github.com/symfony/css-selector.git",
2237
                "reference": "2851e1932d77ce727776154d659b232d061e816a"
2238
            },
2239
            "dist": {
2240
                "type": "zip",
2241
                "url": "https://api.github.com/repos/symfony/css-selector/zipball/2851e1932d77ce727776154d659b232d061e816a",
2242
                "reference": "2851e1932d77ce727776154d659b232d061e816a",
2243
                "shasum": ""
2244
            },
2245
            "require": {
2246
                "php": ">=5.5.9"
2247
            },
2248
            "type": "library",
2249
            "extra": {
2250
                "branch-alias": {
2251
                    "dev-master": "3.1-dev"
2252
                }
2253
            },
2254
            "autoload": {
2255
                "psr-4": {
2256
                    "Symfony\\Component\\CssSelector\\": ""
2257
                },
2258
                "exclude-from-classmap": [
2259
                    "/Tests/"
2260
                ]
2261
            },
2262
            "notification-url": "https://packagist.org/downloads/",
2263
            "license": [
2264
                "MIT"
2265
            ],
2266
            "authors": [
2267
                {
2268
                    "name": "Jean-François Simon",
2269
                    "email": "[email protected]"
2270
                },
2271
                {
2272
                    "name": "Fabien Potencier",
2273
                    "email": "[email protected]"
2274
                },
2275
                {
2276
                    "name": "Symfony Community",
2277
                    "homepage": "https://symfony.com/contributors"
2278
                }
2279
            ],
2280
            "description": "Symfony CssSelector Component",
2281
            "homepage": "https://symfony.com",
2282
            "time": "2016-06-29 05:41:56"
2283
        },
2284
        {
2285
            "name": "symfony/dom-crawler",
2286
            "version": "v3.1.2",
2287
            "source": {
2288
                "type": "git",
2289
                "url": "https://github.com/symfony/dom-crawler.git",
2290
                "reference": "99ec4a23330fcd0c8667095f3ef7aa204ffd9dc0"
2291
            },
2292
            "dist": {
2293
                "type": "zip",
2294
                "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/99ec4a23330fcd0c8667095f3ef7aa204ffd9dc0",
2295
                "reference": "99ec4a23330fcd0c8667095f3ef7aa204ffd9dc0",
2296
                "shasum": ""
2297
            },
2298
            "require": {
2299
                "php": ">=5.5.9",
2300
                "symfony/polyfill-mbstring": "~1.0"
2301
            },
2302
            "require-dev": {
2303
                "symfony/css-selector": "~2.8|~3.0"
2304
            },
2305
            "suggest": {
2306
                "symfony/css-selector": ""
2307
            },
2308
            "type": "library",
2309
            "extra": {
2310
                "branch-alias": {
2311
                    "dev-master": "3.1-dev"
2312
                }
2313
            },
2314
            "autoload": {
2315
                "psr-4": {
2316
                    "Symfony\\Component\\DomCrawler\\": ""
2317
                },
2318
                "exclude-from-classmap": [
2319
                    "/Tests/"
2320
                ]
2321
            },
2322
            "notification-url": "https://packagist.org/downloads/",
2323
            "license": [
2324
                "MIT"
2325
            ],
2326
            "authors": [
2327
                {
2328
                    "name": "Fabien Potencier",
2329
                    "email": "[email protected]"
2330
                },
2331
                {
2332
                    "name": "Symfony Community",
2333
                    "homepage": "https://symfony.com/contributors"
2334
                }
2335
            ],
2336
            "description": "Symfony DomCrawler Component",
2337
            "homepage": "https://symfony.com",
2338
            "time": "2016-06-29 05:41:56"
2339
        },
2340
        {
2341
            "name": "symfony/event-dispatcher",
2342
            "version": "v3.1.2",
2343
            "source": {
2344
                "type": "git",
2345
                "url": "https://github.com/symfony/event-dispatcher.git",
2346
                "reference": "7f9839ede2070f53e7e2f0849b9bd14748c434c5"
2347
            },
2348
            "dist": {
2349
                "type": "zip",
2350
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/7f9839ede2070f53e7e2f0849b9bd14748c434c5",
2351
                "reference": "7f9839ede2070f53e7e2f0849b9bd14748c434c5",
2352
                "shasum": ""
2353
            },
2354
            "require": {
2355
                "php": ">=5.5.9"
2356
            },
2357
            "require-dev": {
2358
                "psr/log": "~1.0",
2359
                "symfony/config": "~2.8|~3.0",
2360
                "symfony/dependency-injection": "~2.8|~3.0",
2361
                "symfony/expression-language": "~2.8|~3.0",
2362
                "symfony/stopwatch": "~2.8|~3.0"
2363
            },
2364
            "suggest": {
2365
                "symfony/dependency-injection": "",
2366
                "symfony/http-kernel": ""
2367
            },
2368
            "type": "library",
2369
            "extra": {
2370
                "branch-alias": {
2371
                    "dev-master": "3.1-dev"
2372
                }
2373
            },
2374
            "autoload": {
2375
                "psr-4": {
2376
                    "Symfony\\Component\\EventDispatcher\\": ""
2377
                },
2378
                "exclude-from-classmap": [
2379
                    "/Tests/"
2380
                ]
2381
            },
2382
            "notification-url": "https://packagist.org/downloads/",
2383
            "license": [
2384
                "MIT"
2385
            ],
2386
            "authors": [
2387
                {
2388
                    "name": "Fabien Potencier",
2389
                    "email": "[email protected]"
2390
                },
2391
                {
2392
                    "name": "Symfony Community",
2393
                    "homepage": "https://symfony.com/contributors"
2394
                }
2395
            ],
2396
            "description": "Symfony EventDispatcher Component",
2397
            "homepage": "https://symfony.com",
2398
            "time": "2016-06-29 05:41:56"
2399
        },
2400
        {
2401
            "name": "symfony/filesystem",
2402
            "version": "v2.8.8",
2403
            "source": {
2404
                "type": "git",
2405
                "url": "https://github.com/symfony/filesystem.git",
2406
                "reference": "7258ddd6f987053f21fa43d03430580ba54e6096"
2407
            },
2408
            "dist": {
2409
                "type": "zip",
2410
                "url": "https://api.github.com/repos/symfony/filesystem/zipball/7258ddd6f987053f21fa43d03430580ba54e6096",
2411
                "reference": "7258ddd6f987053f21fa43d03430580ba54e6096",
2412
                "shasum": ""
2413
            },
2414
            "require": {
2415
                "php": ">=5.3.9"
2416
            },
2417
            "type": "library",
2418
            "extra": {
2419
                "branch-alias": {
2420
                    "dev-master": "2.8-dev"
2421
                }
2422
            },
2423
            "autoload": {
2424
                "psr-4": {
2425
                    "Symfony\\Component\\Filesystem\\": ""
2426
                },
2427
                "exclude-from-classmap": [
2428
                    "/Tests/"
2429
                ]
2430
            },
2431
            "notification-url": "https://packagist.org/downloads/",
2432
            "license": [
2433
                "MIT"
2434
            ],
2435
            "authors": [
2436
                {
2437
                    "name": "Fabien Potencier",
2438
                    "email": "[email protected]"
2439
                },
2440
                {
2441
                    "name": "Symfony Community",
2442
                    "homepage": "https://symfony.com/contributors"
2443
                }
2444
            ],
2445
            "description": "Symfony Filesystem Component",
2446
            "homepage": "https://symfony.com",
2447
            "time": "2016-06-29 05:31:50"
2448
        },
2449
        {
2450
            "name": "symfony/finder",
2451
            "version": "v3.1.2",
2452
            "source": {
2453
                "type": "git",
2454
                "url": "https://github.com/symfony/finder.git",
2455
                "reference": "8201978de88a9fa0923e18601bb17f1df9c721e7"
2456
            },
2457
            "dist": {
2458
                "type": "zip",
2459
                "url": "https://api.github.com/repos/symfony/finder/zipball/8201978de88a9fa0923e18601bb17f1df9c721e7",
2460
                "reference": "8201978de88a9fa0923e18601bb17f1df9c721e7",
2461
                "shasum": ""
2462
            },
2463
            "require": {
2464
                "php": ">=5.5.9"
2465
            },
2466
            "type": "library",
2467
            "extra": {
2468
                "branch-alias": {
2469
                    "dev-master": "3.1-dev"
2470
                }
2471
            },
2472
            "autoload": {
2473
                "psr-4": {
2474
                    "Symfony\\Component\\Finder\\": ""
2475
                },
2476
                "exclude-from-classmap": [
2477
                    "/Tests/"
2478
                ]
2479
            },
2480
            "notification-url": "https://packagist.org/downloads/",
2481
            "license": [
2482
                "MIT"
2483
            ],
2484
            "authors": [
2485
                {
2486
                    "name": "Fabien Potencier",
2487
                    "email": "[email protected]"
2488
                },
2489
                {
2490
                    "name": "Symfony Community",
2491
                    "homepage": "https://symfony.com/contributors"
2492
                }
2493
            ],
2494
            "description": "Symfony Finder Component",
2495
            "homepage": "https://symfony.com",
2496
            "time": "2016-06-29 05:41:56"
2497
        },
2498
        {
2499
            "name": "symfony/polyfill-mbstring",
2500
            "version": "v1.2.0",
2501
            "source": {
2502
                "type": "git",
2503
                "url": "https://github.com/symfony/polyfill-mbstring.git",
2504
                "reference": "dff51f72b0706335131b00a7f49606168c582594"
2505
            },
2506
            "dist": {
2507
                "type": "zip",
2508
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/dff51f72b0706335131b00a7f49606168c582594",
2509
                "reference": "dff51f72b0706335131b00a7f49606168c582594",
2510
                "shasum": ""
2511
            },
2512
            "require": {
2513
                "php": ">=5.3.3"
2514
            },
2515
            "suggest": {
2516
                "ext-mbstring": "For best performance"
2517
            },
2518
            "type": "library",
2519
            "extra": {
2520
                "branch-alias": {
2521
                    "dev-master": "1.2-dev"
2522
                }
2523
            },
2524
            "autoload": {
2525
                "psr-4": {
2526
                    "Symfony\\Polyfill\\Mbstring\\": ""
2527
                },
2528
                "files": [
2529
                    "bootstrap.php"
2530
                ]
2531
            },
2532
            "notification-url": "https://packagist.org/downloads/",
2533
            "license": [
2534
                "MIT"
2535
            ],
2536
            "authors": [
2537
                {
2538
                    "name": "Nicolas Grekas",
2539
                    "email": "[email protected]"
2540
                },
2541
                {
2542
                    "name": "Symfony Community",
2543
                    "homepage": "https://symfony.com/contributors"
2544
                }
2545
            ],
2546
            "description": "Symfony polyfill for the Mbstring extension",
2547
            "homepage": "https://symfony.com",
2548
            "keywords": [
2549
                "compatibility",
2550
                "mbstring",
2551
                "polyfill",
2552
                "portable",
2553
                "shim"
2554
            ],
2555
            "time": "2016-05-18 14:26:46"
2556
        },
2557
        {
2558
            "name": "symfony/process",
2559
            "version": "v3.1.2",
2560
            "source": {
2561
                "type": "git",
2562
                "url": "https://github.com/symfony/process.git",
2563
                "reference": "5c11a1a4d4016662eeaf0f8757958c7de069f9a0"
2564
            },
2565
            "dist": {
2566
                "type": "zip",
2567
                "url": "https://api.github.com/repos/symfony/process/zipball/5c11a1a4d4016662eeaf0f8757958c7de069f9a0",
2568
                "reference": "5c11a1a4d4016662eeaf0f8757958c7de069f9a0",
2569
                "shasum": ""
2570
            },
2571
            "require": {
2572
                "php": ">=5.5.9"
2573
            },
2574
            "type": "library",
2575
            "extra": {
2576
                "branch-alias": {
2577
                    "dev-master": "3.1-dev"
2578
                }
2579
            },
2580
            "autoload": {
2581
                "psr-4": {
2582
                    "Symfony\\Component\\Process\\": ""
2583
                },
2584
                "exclude-from-classmap": [
2585
                    "/Tests/"
2586
                ]
2587
            },
2588
            "notification-url": "https://packagist.org/downloads/",
2589
            "license": [
2590
                "MIT"
2591
            ],
2592
            "authors": [
2593
                {
2594
                    "name": "Fabien Potencier",
2595
                    "email": "[email protected]"
2596
                },
2597
                {
2598
                    "name": "Symfony Community",
2599
                    "homepage": "https://symfony.com/contributors"
2600
                }
2601
            ],
2602
            "description": "Symfony Process Component",
2603
            "homepage": "https://symfony.com",
2604
            "time": "2016-06-29 05:42:25"
2605
        },
2606
        {
2607
            "name": "symfony/yaml",
2608
            "version": "v3.1.2",
2609
            "source": {
2610
                "type": "git",
2611
                "url": "https://github.com/symfony/yaml.git",
2612
                "reference": "2884c26ce4c1d61aebf423a8b912950fe7c764de"
2613
            },
2614
            "dist": {
2615
                "type": "zip",
2616
                "url": "https://api.github.com/repos/symfony/yaml/zipball/2884c26ce4c1d61aebf423a8b912950fe7c764de",
2617
                "reference": "2884c26ce4c1d61aebf423a8b912950fe7c764de",
2618
                "shasum": ""
2619
            },
2620
            "require": {
2621
                "php": ">=5.5.9"
2622
            },
2623
            "type": "library",
2624
            "extra": {
2625
                "branch-alias": {
2626
                    "dev-master": "3.1-dev"
2627
                }
2628
            },
2629
            "autoload": {
2630
                "psr-4": {
2631
                    "Symfony\\Component\\Yaml\\": ""
2632
                },
2633
                "exclude-from-classmap": [
2634
                    "/Tests/"
2635
                ]
2636
            },
2637
            "notification-url": "https://packagist.org/downloads/",
2638
            "license": [
2639
                "MIT"
2640
            ],
2641
            "authors": [
2642
                {
2643
                    "name": "Fabien Potencier",
2644
                    "email": "[email protected]"
2645
                },
2646
                {
2647
                    "name": "Symfony Community",
2648
                    "homepage": "https://symfony.com/contributors"
2649
                }
2650
            ],
2651
            "description": "Symfony Yaml Component",
2652
            "homepage": "https://symfony.com",
2653
            "time": "2016-06-29 05:41:56"
2654
        },
2655
        {
2656
            "name": "webmozart/assert",
2657
            "version": "1.0.2",
2658
            "source": {
2659
                "type": "git",
2660
                "url": "https://github.com/webmozart/assert.git",
2661
                "reference": "30eed06dd6bc88410a4ff7f77b6d22f3ce13dbde"
2662
            },
2663
            "dist": {
2664
                "type": "zip",
2665
                "url": "https://api.github.com/repos/webmozart/assert/zipball/30eed06dd6bc88410a4ff7f77b6d22f3ce13dbde",
2666
                "reference": "30eed06dd6bc88410a4ff7f77b6d22f3ce13dbde",
2667
                "shasum": ""
2668
            },
2669
            "require": {
2670
                "php": ">=5.3.3"
2671
            },
2672
            "require-dev": {
2673
                "phpunit/phpunit": "^4.6"
2674
            },
2675
            "type": "library",
2676
            "extra": {
2677
                "branch-alias": {
2678
                    "dev-master": "1.0-dev"
2679
                }
2680
            },
2681
            "autoload": {
2682
                "psr-4": {
2683
                    "Webmozart\\Assert\\": "src/"
2684
                }
2685
            },
2686
            "notification-url": "https://packagist.org/downloads/",
2687
            "license": [
2688
                "MIT"
2689
            ],
2690
            "authors": [
2691
                {
2692
                    "name": "Bernhard Schussek",
2693
                    "email": "[email protected]"
2694
                }
2695
            ],
2696
            "description": "Assertions to validate method input/output with nice error messages.",
2697
            "keywords": [
2698
                "assert",
2699
                "check",
2700
                "validate"
2701
            ],
2702
            "time": "2015-08-24 13:29:44"
2703
        },
2704
        {
2705
            "name": "wimg/php-compatibility",
2706
            "version": "8.0.1",
2707
            "source": {
2708
                "type": "git",
2709
                "url": "https://github.com/wimg/PHPCompatibility.git",
2710
                "reference": "4c4385fb891dff0501009670f988d4fe36785249"
2711
            },
2712
            "dist": {
2713
                "type": "zip",
2714
                "url": "https://api.github.com/repos/wimg/PHPCompatibility/zipball/4c4385fb891dff0501009670f988d4fe36785249",
2715
                "reference": "4c4385fb891dff0501009670f988d4fe36785249",
2716
                "shasum": ""
2717
            },
2718
            "require": {
2719
                "php": ">=5.3",
2720
                "squizlabs/php_codesniffer": "^2.2 || ^3.0.2"
2721
            },
2722
            "conflict": {
2723
                "squizlabs/php_codesniffer": "2.6.2"
2724
            },
2725
            "require-dev": {
2726
                "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0"
2727
            },
2728
            "suggest": {
2729
                "dealerdirect/phpcodesniffer-composer-installer": "^0.4.1"
2730
            },
2731
            "type": "phpcodesniffer-standard",
2732
            "autoload": {
2733
                "psr-4": {
2734
                    "PHPCompatibility\\": "PHPCompatibility/"
2735
                }
2736
            },
2737
            "notification-url": "https://packagist.org/downloads/",
2738
            "license": [
2739
                "LGPL-3.0"
2740
            ],
2741
            "authors": [
2742
                {
2743
                    "name": "Wim Godden",
2744
                    "role": "lead"
2745
                }
2746
            ],
2747
            "description": "A set of sniffs for PHP_CodeSniffer that checks for PHP version compatibility.",
2748
            "homepage": "http://techblog.wimgodden.be/tag/codesniffer/",
2749
            "keywords": [
2750
                "compatibility",
2751
                "phpcs",
2752
                "standards"
2753
            ],
2754
            "time": "2017-08-07 19:39:05"
2755
        },
2756
        {
2757
            "name": "xamin/handlebars.php",
2758
            "version": "v0.10.3",
2759
            "source": {
2760
                "type": "git",
2761
                "url": "https://github.com/XaminProject/handlebars.php.git",
2762
                "reference": "5e1db1d1c7969fae32eab331a3b4d9b93257a709"
2763
            },
2764
            "dist": {
2765
                "type": "zip",
2766
                "url": "https://api.github.com/repos/XaminProject/handlebars.php/zipball/5e1db1d1c7969fae32eab331a3b4d9b93257a709",
2767
                "reference": "5e1db1d1c7969fae32eab331a3b4d9b93257a709",
2768
                "shasum": ""
2769
            },
2770
            "require-dev": {
2771
                "phpunit/phpunit": "~4.4",
2772
                "squizlabs/php_codesniffer": "~1.5"
2773
            },
2774
            "type": "library",
2775
            "autoload": {
2776
                "psr-0": {
2777
                    "Handlebars": "src/"
2778
                }
2779
            },
2780
            "notification-url": "https://packagist.org/downloads/",
2781
            "license": [
2782
                "MIT"
2783
            ],
2784
            "authors": [
2785
                {
2786
                    "name": "fzerorubigd",
2787
                    "email": "[email protected]"
2788
                },
2789
                {
2790
                    "name": "Behrooz Shabani (everplays)",
2791
                    "email": "[email protected]"
2792
                }
2793
            ],
2794
            "description": "Handlebars processor for php",
2795
            "homepage": "https://github.com/XaminProject/handlebars.php",
2796
            "time": "2015-08-06 22:16:36"
2797
        }
2798
    ],
2799
    "aliases": [],
2800
    "minimum-stability": "stable",
2801
    "stability-flags": [],
2802
    "prefer-stable": false,
2803
    "prefer-lowest": false,
2804
    "platform": [],
2805
    "platform-dev": []
2806
}
2807