Issues (3)

Security Analysis    no request data  

This project does not seem to handle request data directly as such no vulnerable execution paths were found.

  Cross-Site Scripting
Cross-Site Scripting enables an attacker to inject code into the response of a web-request that is viewed by other users. It can for example be used to bypass access controls, or even to take over other users' accounts.
  File Exposure
File Exposure allows an attacker to gain access to local files that he should not be able to access. These files can for example include database credentials, or other configuration files.
  File Manipulation
File Manipulation enables an attacker to write custom data to files. This potentially leads to injection of arbitrary code on the server.
  Object Injection
Object Injection enables an attacker to inject an object into PHP code, and can lead to arbitrary code execution, file exposure, or file manipulation attacks.
  Code Injection
Code Injection enables an attacker to execute arbitrary code on the server.
  Response Splitting
Response Splitting can be used to send arbitrary responses.
  File Inclusion
File Inclusion enables an attacker to inject custom files into PHP's file loading mechanism, either explicitly passed to include, or for example via PHP's auto-loading mechanism.
  Command Injection
Command Injection enables an attacker to inject a shell command that is execute with the privileges of the web-server. This can be used to expose sensitive data, or gain access of your server.
  SQL Injection
SQL Injection enables an attacker to execute arbitrary SQL code on your database server gaining access to user data, or manipulating user data.
  XPath Injection
XPath Injection enables an attacker to modify the parts of XML document that are read. If that XML document is for example used for authentication, this can lead to further vulnerabilities similar to SQL Injection.
  LDAP Injection
LDAP Injection enables an attacker to inject LDAP statements potentially granting permission to run unauthorized queries, or modify content inside the LDAP tree.
  Header Injection
  Other Vulnerability
This category comprises other attack vectors such as manipulating the PHP runtime, loading custom extensions, freezing the runtime, or similar.
  Regex Injection
Regex Injection enables an attacker to execute arbitrary code in your PHP process.
  XML Injection
XML Injection enables an attacker to read files on your local filesystem including configuration files, or can be abused to freeze your web-server process.
  Variable Injection
Variable Injection enables an attacker to overwrite program variables with custom data, and can lead to further vulnerabilities.
Unfortunately, the security analysis is currently not available for your project. If you are a non-commercial open-source project, please contact support to gain access.

composer.lock (1 issue)

Severity

Upgrade to new PHP Analysis Engine

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

1
{
2
    "_readme": [
3
        "This file locks the dependencies of your project to a known state",
4
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
5
        "This file is @generated automatically"
6
    ],
7
    "hash": "47263a6a2ffe5b3ae5b0c201655ca725",
8
    "content-hash": "fe58a78a93957565539cd5754019bfb5",
9
    "packages": [
10
        {
11
            "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...
12
            "version": "6.1.1",
13
            "source": {
14
                "type": "git",
15
                "url": "https://github.com/guzzle/guzzle.git",
16
                "reference": "c6851d6e48f63b69357cbfa55bca116448140e0c"
17
            },
18
            "dist": {
19
                "type": "zip",
20
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/c6851d6e48f63b69357cbfa55bca116448140e0c",
21
                "reference": "c6851d6e48f63b69357cbfa55bca116448140e0c",
22
                "shasum": ""
23
            },
24
            "require": {
25
                "guzzlehttp/promises": "~1.0",
26
                "guzzlehttp/psr7": "~1.1",
27
                "php": ">=5.5.0"
28
            },
29
            "require-dev": {
30
                "ext-curl": "*",
31
                "phpunit/phpunit": "~4.0",
32
                "psr/log": "~1.0"
33
            },
34
            "type": "library",
35
            "extra": {
36
                "branch-alias": {
37
                    "dev-master": "6.1-dev"
38
                }
39
            },
40
            "autoload": {
41
                "files": [
42
                    "src/functions_include.php"
43
                ],
44
                "psr-4": {
45
                    "GuzzleHttp\\": "src/"
46
                }
47
            },
48
            "notification-url": "https://packagist.org/downloads/",
49
            "license": [
50
                "MIT"
51
            ],
52
            "authors": [
53
                {
54
                    "name": "Michael Dowling",
55
                    "email": "[email protected]",
56
                    "homepage": "https://github.com/mtdowling"
57
                }
58
            ],
59
            "description": "Guzzle is a PHP HTTP client library",
60
            "homepage": "http://guzzlephp.org/",
61
            "keywords": [
62
                "client",
63
                "curl",
64
                "framework",
65
                "http",
66
                "http client",
67
                "rest",
68
                "web service"
69
            ],
70
            "time": "2015-11-23 00:47:50"
71
        },
72
        {
73
            "name": "guzzlehttp/promises",
74
            "version": "1.0.3",
75
            "source": {
76
                "type": "git",
77
                "url": "https://github.com/guzzle/promises.git",
78
                "reference": "b1e1c0d55f8083c71eda2c28c12a228d708294ea"
79
            },
80
            "dist": {
81
                "type": "zip",
82
                "url": "https://api.github.com/repos/guzzle/promises/zipball/b1e1c0d55f8083c71eda2c28c12a228d708294ea",
83
                "reference": "b1e1c0d55f8083c71eda2c28c12a228d708294ea",
84
                "shasum": ""
85
            },
86
            "require": {
87
                "php": ">=5.5.0"
88
            },
89
            "require-dev": {
90
                "phpunit/phpunit": "~4.0"
91
            },
92
            "type": "library",
93
            "extra": {
94
                "branch-alias": {
95
                    "dev-master": "1.0-dev"
96
                }
97
            },
98
            "autoload": {
99
                "psr-4": {
100
                    "GuzzleHttp\\Promise\\": "src/"
101
                },
102
                "files": [
103
                    "src/functions_include.php"
104
                ]
105
            },
106
            "notification-url": "https://packagist.org/downloads/",
107
            "license": [
108
                "MIT"
109
            ],
110
            "authors": [
111
                {
112
                    "name": "Michael Dowling",
113
                    "email": "[email protected]",
114
                    "homepage": "https://github.com/mtdowling"
115
                }
116
            ],
117
            "description": "Guzzle promises library",
118
            "keywords": [
119
                "promise"
120
            ],
121
            "time": "2015-10-15 22:28:00"
122
        },
123
        {
124
            "name": "guzzlehttp/psr7",
125
            "version": "1.2.2",
126
            "source": {
127
                "type": "git",
128
                "url": "https://github.com/guzzle/psr7.git",
129
                "reference": "f5d04bdd2881ac89abde1fb78cc234bce24327bb"
130
            },
131
            "dist": {
132
                "type": "zip",
133
                "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5d04bdd2881ac89abde1fb78cc234bce24327bb",
134
                "reference": "f5d04bdd2881ac89abde1fb78cc234bce24327bb",
135
                "shasum": ""
136
            },
137
            "require": {
138
                "php": ">=5.4.0",
139
                "psr/http-message": "~1.0"
140
            },
141
            "provide": {
142
                "psr/http-message-implementation": "1.0"
143
            },
144
            "require-dev": {
145
                "phpunit/phpunit": "~4.0"
146
            },
147
            "type": "library",
148
            "extra": {
149
                "branch-alias": {
150
                    "dev-master": "1.0-dev"
151
                }
152
            },
153
            "autoload": {
154
                "psr-4": {
155
                    "GuzzleHttp\\Psr7\\": "src/"
156
                },
157
                "files": [
158
                    "src/functions_include.php"
159
                ]
160
            },
161
            "notification-url": "https://packagist.org/downloads/",
162
            "license": [
163
                "MIT"
164
            ],
165
            "authors": [
166
                {
167
                    "name": "Michael Dowling",
168
                    "email": "[email protected]",
169
                    "homepage": "https://github.com/mtdowling"
170
                }
171
            ],
172
            "description": "PSR-7 message implementation",
173
            "keywords": [
174
                "http",
175
                "message",
176
                "stream",
177
                "uri"
178
            ],
179
            "time": "2016-01-23 01:23:02"
180
        },
181
        {
182
            "name": "ircmaxell/random-lib",
183
            "version": "v1.1.0",
184
            "source": {
185
                "type": "git",
186
                "url": "https://github.com/ircmaxell/RandomLib.git",
187
                "reference": "13efa4368bb2ac88bb3b1459b487d907de4dbf7c"
188
            },
189
            "dist": {
190
                "type": "zip",
191
                "url": "https://api.github.com/repos/ircmaxell/RandomLib/zipball/13efa4368bb2ac88bb3b1459b487d907de4dbf7c",
192
                "reference": "13efa4368bb2ac88bb3b1459b487d907de4dbf7c",
193
                "shasum": ""
194
            },
195
            "require": {
196
                "ircmaxell/security-lib": "1.0.*@dev",
197
                "php": ">=5.3.2"
198
            },
199
            "require-dev": {
200
                "mikey179/vfsstream": "1.1.*",
201
                "phpunit/phpunit": "3.7.*"
202
            },
203
            "type": "library",
204
            "extra": {
205
                "branch-alias": {
206
                    "dev-master": "1.0.x-dev"
207
                }
208
            },
209
            "autoload": {
210
                "psr-0": {
211
                    "RandomLib": "lib"
212
                }
213
            },
214
            "notification-url": "https://packagist.org/downloads/",
215
            "license": [
216
                "MIT"
217
            ],
218
            "authors": [
219
                {
220
                    "name": "Anthony Ferrara",
221
                    "email": "[email protected]",
222
                    "homepage": "http://blog.ircmaxell.com"
223
                }
224
            ],
225
            "description": "A Library For Generating Secure Random Numbers",
226
            "homepage": "https://github.com/ircmaxell/RandomLib",
227
            "keywords": [
228
                "cryptography",
229
                "random",
230
                "random-numbers",
231
                "random-strings"
232
            ],
233
            "time": "2015-01-15 16:31:45"
234
        },
235
        {
236
            "name": "ircmaxell/security-lib",
237
            "version": "1.0.0",
238
            "source": {
239
                "type": "git",
240
                "url": "https://github.com/ircmaxell/SecurityLib.git",
241
                "reference": "80934de3c482dcafb46b5756e59ebece082b6dc7"
242
            },
243
            "dist": {
244
                "type": "zip",
245
                "url": "https://api.github.com/repos/ircmaxell/SecurityLib/zipball/80934de3c482dcafb46b5756e59ebece082b6dc7",
246
                "reference": "80934de3c482dcafb46b5756e59ebece082b6dc7",
247
                "shasum": ""
248
            },
249
            "require": {
250
                "php": ">=5.3.2"
251
            },
252
            "require-dev": {
253
                "mikey179/vfsstream": "1.1.*"
254
            },
255
            "type": "library",
256
            "autoload": {
257
                "psr-0": {
258
                    "SecurityLib": "lib"
259
                }
260
            },
261
            "notification-url": "https://packagist.org/downloads/",
262
            "license": [
263
                "MIT"
264
            ],
265
            "authors": [
266
                {
267
                    "name": "Anthony Ferrara",
268
                    "email": "[email protected]",
269
                    "homepage": "http://blog.ircmaxell.com"
270
                }
271
            ],
272
            "description": "A Base Security Library",
273
            "homepage": "https://github.com/ircmaxell/PHP-SecurityLib",
274
            "time": "2013-04-30 18:00:34"
275
        },
276
        {
277
            "name": "league/oauth2-client",
278
            "version": "1.2.0",
279
            "source": {
280
                "type": "git",
281
                "url": "https://github.com/thephpleague/oauth2-client.git",
282
                "reference": "4f1a51817090b861651cf3497cd25714a7cabed5"
283
            },
284
            "dist": {
285
                "type": "zip",
286
                "url": "https://api.github.com/repos/thephpleague/oauth2-client/zipball/4f1a51817090b861651cf3497cd25714a7cabed5",
287
                "reference": "4f1a51817090b861651cf3497cd25714a7cabed5",
288
                "shasum": ""
289
            },
290
            "require": {
291
                "ext-curl": "*",
292
                "guzzlehttp/guzzle": "~6.0",
293
                "ircmaxell/random-lib": "~1.1",
294
                "php": ">=5.5.0"
295
            },
296
            "require-dev": {
297
                "jakub-onderka/php-parallel-lint": "0.8.*",
298
                "mockery/mockery": "~0.9",
299
                "phpunit/phpunit": "~4.0",
300
                "satooshi/php-coveralls": "0.6.*",
301
                "squizlabs/php_codesniffer": "~2.0"
302
            },
303
            "type": "library",
304
            "extra": {
305
                "branch-alias": {
306
                    "dev-master": "1.0.x-dev"
307
                }
308
            },
309
            "autoload": {
310
                "psr-4": {
311
                    "League\\OAuth2\\Client\\": "src/"
312
                }
313
            },
314
            "notification-url": "https://packagist.org/downloads/",
315
            "license": [
316
                "MIT"
317
            ],
318
            "authors": [
319
                {
320
                    "name": "Alex Bilbie",
321
                    "email": "[email protected]",
322
                    "homepage": "http://www.alexbilbie.com",
323
                    "role": "Developer"
324
                }
325
            ],
326
            "description": "OAuth 2.0 Client Library",
327
            "keywords": [
328
                "Authentication",
329
                "SSO",
330
                "authorization",
331
                "identity",
332
                "idp",
333
                "oauth",
334
                "oauth2",
335
                "single sign on"
336
            ],
337
            "time": "2016-01-23 18:02:07"
338
        },
339
        {
340
            "name": "psr/http-message",
341
            "version": "1.0",
342
            "source": {
343
                "type": "git",
344
                "url": "https://github.com/php-fig/http-message.git",
345
                "reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298"
346
            },
347
            "dist": {
348
                "type": "zip",
349
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/85d63699f0dbedb190bbd4b0d2b9dc707ea4c298",
350
                "reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298",
351
                "shasum": ""
352
            },
353
            "require": {
354
                "php": ">=5.3.0"
355
            },
356
            "type": "library",
357
            "extra": {
358
                "branch-alias": {
359
                    "dev-master": "1.0.x-dev"
360
                }
361
            },
362
            "autoload": {
363
                "psr-4": {
364
                    "Psr\\Http\\Message\\": "src/"
365
                }
366
            },
367
            "notification-url": "https://packagist.org/downloads/",
368
            "license": [
369
                "MIT"
370
            ],
371
            "authors": [
372
                {
373
                    "name": "PHP-FIG",
374
                    "homepage": "http://www.php-fig.org/"
375
                }
376
            ],
377
            "description": "Common interface for HTTP messages",
378
            "keywords": [
379
                "http",
380
                "http-message",
381
                "psr",
382
                "psr-7",
383
                "request",
384
                "response"
385
            ],
386
            "time": "2015-05-04 20:22:00"
387
        }
388
    ],
389
    "packages-dev": [
390
        {
391
            "name": "doctrine/instantiator",
392
            "version": "1.0.5",
393
            "source": {
394
                "type": "git",
395
                "url": "https://github.com/doctrine/instantiator.git",
396
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
397
            },
398
            "dist": {
399
                "type": "zip",
400
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
401
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
402
                "shasum": ""
403
            },
404
            "require": {
405
                "php": ">=5.3,<8.0-DEV"
406
            },
407
            "require-dev": {
408
                "athletic/athletic": "~0.1.8",
409
                "ext-pdo": "*",
410
                "ext-phar": "*",
411
                "phpunit/phpunit": "~4.0",
412
                "squizlabs/php_codesniffer": "~2.0"
413
            },
414
            "type": "library",
415
            "extra": {
416
                "branch-alias": {
417
                    "dev-master": "1.0.x-dev"
418
                }
419
            },
420
            "autoload": {
421
                "psr-4": {
422
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
423
                }
424
            },
425
            "notification-url": "https://packagist.org/downloads/",
426
            "license": [
427
                "MIT"
428
            ],
429
            "authors": [
430
                {
431
                    "name": "Marco Pivetta",
432
                    "email": "[email protected]",
433
                    "homepage": "http://ocramius.github.com/"
434
                }
435
            ],
436
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
437
            "homepage": "https://github.com/doctrine/instantiator",
438
            "keywords": [
439
                "constructor",
440
                "instantiate"
441
            ],
442
            "time": "2015-06-14 21:17:01"
443
        },
444
        {
445
            "name": "hamcrest/hamcrest-php",
446
            "version": "v1.2.2",
447
            "source": {
448
                "type": "git",
449
                "url": "https://github.com/hamcrest/hamcrest-php.git",
450
                "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c"
451
            },
452
            "dist": {
453
                "type": "zip",
454
                "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/b37020aa976fa52d3de9aa904aa2522dc518f79c",
455
                "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c",
456
                "shasum": ""
457
            },
458
            "require": {
459
                "php": ">=5.3.2"
460
            },
461
            "replace": {
462
                "cordoval/hamcrest-php": "*",
463
                "davedevelopment/hamcrest-php": "*",
464
                "kodova/hamcrest-php": "*"
465
            },
466
            "require-dev": {
467
                "phpunit/php-file-iterator": "1.3.3",
468
                "satooshi/php-coveralls": "dev-master"
469
            },
470
            "type": "library",
471
            "autoload": {
472
                "classmap": [
473
                    "hamcrest"
474
                ],
475
                "files": [
476
                    "hamcrest/Hamcrest.php"
477
                ]
478
            },
479
            "notification-url": "https://packagist.org/downloads/",
480
            "license": [
481
                "BSD"
482
            ],
483
            "description": "This is the PHP port of Hamcrest Matchers",
484
            "keywords": [
485
                "test"
486
            ],
487
            "time": "2015-05-11 14:41:42"
488
        },
489
        {
490
            "name": "mockery/mockery",
491
            "version": "0.9.4",
492
            "source": {
493
                "type": "git",
494
                "url": "https://github.com/padraic/mockery.git",
495
                "reference": "70bba85e4aabc9449626651f48b9018ede04f86b"
496
            },
497
            "dist": {
498
                "type": "zip",
499
                "url": "https://api.github.com/repos/padraic/mockery/zipball/70bba85e4aabc9449626651f48b9018ede04f86b",
500
                "reference": "70bba85e4aabc9449626651f48b9018ede04f86b",
501
                "shasum": ""
502
            },
503
            "require": {
504
                "hamcrest/hamcrest-php": "~1.1",
505
                "lib-pcre": ">=7.0",
506
                "php": ">=5.3.2"
507
            },
508
            "require-dev": {
509
                "phpunit/phpunit": "~4.0"
510
            },
511
            "type": "library",
512
            "extra": {
513
                "branch-alias": {
514
                    "dev-master": "0.9.x-dev"
515
                }
516
            },
517
            "autoload": {
518
                "psr-0": {
519
                    "Mockery": "library/"
520
                }
521
            },
522
            "notification-url": "https://packagist.org/downloads/",
523
            "license": [
524
                "BSD-3-Clause"
525
            ],
526
            "authors": [
527
                {
528
                    "name": "Pádraic Brady",
529
                    "email": "[email protected]",
530
                    "homepage": "http://blog.astrumfutura.com"
531
                },
532
                {
533
                    "name": "Dave Marshall",
534
                    "email": "[email protected]",
535
                    "homepage": "http://davedevelopment.co.uk"
536
                }
537
            ],
538
            "description": "Mockery is a simple yet flexible PHP mock object framework for use in unit testing with PHPUnit, PHPSpec or any other testing framework. Its core goal is to offer a test double framework with a succinct API capable of clearly defining all possible object operations and interactions using a human readable Domain Specific Language (DSL). Designed as a drop in alternative to PHPUnit's phpunit-mock-objects library, Mockery is easy to integrate with PHPUnit and can operate alongside phpunit-mock-objects without the World ending.",
539
            "homepage": "http://github.com/padraic/mockery",
540
            "keywords": [
541
                "BDD",
542
                "TDD",
543
                "library",
544
                "mock",
545
                "mock objects",
546
                "mockery",
547
                "stub",
548
                "test",
549
                "test double",
550
                "testing"
551
            ],
552
            "time": "2015-04-02 19:54:00"
553
        },
554
        {
555
            "name": "phpdocumentor/reflection-docblock",
556
            "version": "2.0.4",
557
            "source": {
558
                "type": "git",
559
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
560
                "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8"
561
            },
562
            "dist": {
563
                "type": "zip",
564
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8",
565
                "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8",
566
                "shasum": ""
567
            },
568
            "require": {
569
                "php": ">=5.3.3"
570
            },
571
            "require-dev": {
572
                "phpunit/phpunit": "~4.0"
573
            },
574
            "suggest": {
575
                "dflydev/markdown": "~1.0",
576
                "erusev/parsedown": "~1.0"
577
            },
578
            "type": "library",
579
            "extra": {
580
                "branch-alias": {
581
                    "dev-master": "2.0.x-dev"
582
                }
583
            },
584
            "autoload": {
585
                "psr-0": {
586
                    "phpDocumentor": [
587
                        "src/"
588
                    ]
589
                }
590
            },
591
            "notification-url": "https://packagist.org/downloads/",
592
            "license": [
593
                "MIT"
594
            ],
595
            "authors": [
596
                {
597
                    "name": "Mike van Riel",
598
                    "email": "[email protected]"
599
                }
600
            ],
601
            "time": "2015-02-03 12:10:50"
602
        },
603
        {
604
            "name": "phpspec/prophecy",
605
            "version": "v1.5.0",
606
            "source": {
607
                "type": "git",
608
                "url": "https://github.com/phpspec/prophecy.git",
609
                "reference": "4745ded9307786b730d7a60df5cb5a6c43cf95f7"
610
            },
611
            "dist": {
612
                "type": "zip",
613
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/4745ded9307786b730d7a60df5cb5a6c43cf95f7",
614
                "reference": "4745ded9307786b730d7a60df5cb5a6c43cf95f7",
615
                "shasum": ""
616
            },
617
            "require": {
618
                "doctrine/instantiator": "^1.0.2",
619
                "phpdocumentor/reflection-docblock": "~2.0",
620
                "sebastian/comparator": "~1.1"
621
            },
622
            "require-dev": {
623
                "phpspec/phpspec": "~2.0"
624
            },
625
            "type": "library",
626
            "extra": {
627
                "branch-alias": {
628
                    "dev-master": "1.4.x-dev"
629
                }
630
            },
631
            "autoload": {
632
                "psr-0": {
633
                    "Prophecy\\": "src/"
634
                }
635
            },
636
            "notification-url": "https://packagist.org/downloads/",
637
            "license": [
638
                "MIT"
639
            ],
640
            "authors": [
641
                {
642
                    "name": "Konstantin Kudryashov",
643
                    "email": "[email protected]",
644
                    "homepage": "http://everzet.com"
645
                },
646
                {
647
                    "name": "Marcello Duarte",
648
                    "email": "[email protected]"
649
                }
650
            ],
651
            "description": "Highly opinionated mocking framework for PHP 5.3+",
652
            "homepage": "https://github.com/phpspec/prophecy",
653
            "keywords": [
654
                "Double",
655
                "Dummy",
656
                "fake",
657
                "mock",
658
                "spy",
659
                "stub"
660
            ],
661
            "time": "2015-08-13 10:07:40"
662
        },
663
        {
664
            "name": "phpunit/php-code-coverage",
665
            "version": "2.2.4",
666
            "source": {
667
                "type": "git",
668
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
669
                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
670
            },
671
            "dist": {
672
                "type": "zip",
673
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
674
                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
675
                "shasum": ""
676
            },
677
            "require": {
678
                "php": ">=5.3.3",
679
                "phpunit/php-file-iterator": "~1.3",
680
                "phpunit/php-text-template": "~1.2",
681
                "phpunit/php-token-stream": "~1.3",
682
                "sebastian/environment": "^1.3.2",
683
                "sebastian/version": "~1.0"
684
            },
685
            "require-dev": {
686
                "ext-xdebug": ">=2.1.4",
687
                "phpunit/phpunit": "~4"
688
            },
689
            "suggest": {
690
                "ext-dom": "*",
691
                "ext-xdebug": ">=2.2.1",
692
                "ext-xmlwriter": "*"
693
            },
694
            "type": "library",
695
            "extra": {
696
                "branch-alias": {
697
                    "dev-master": "2.2.x-dev"
698
                }
699
            },
700
            "autoload": {
701
                "classmap": [
702
                    "src/"
703
                ]
704
            },
705
            "notification-url": "https://packagist.org/downloads/",
706
            "license": [
707
                "BSD-3-Clause"
708
            ],
709
            "authors": [
710
                {
711
                    "name": "Sebastian Bergmann",
712
                    "email": "[email protected]",
713
                    "role": "lead"
714
                }
715
            ],
716
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
717
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
718
            "keywords": [
719
                "coverage",
720
                "testing",
721
                "xunit"
722
            ],
723
            "time": "2015-10-06 15:47:00"
724
        },
725
        {
726
            "name": "phpunit/php-file-iterator",
727
            "version": "1.4.1",
728
            "source": {
729
                "type": "git",
730
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
731
                "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0"
732
            },
733
            "dist": {
734
                "type": "zip",
735
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
736
                "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
737
                "shasum": ""
738
            },
739
            "require": {
740
                "php": ">=5.3.3"
741
            },
742
            "type": "library",
743
            "extra": {
744
                "branch-alias": {
745
                    "dev-master": "1.4.x-dev"
746
                }
747
            },
748
            "autoload": {
749
                "classmap": [
750
                    "src/"
751
                ]
752
            },
753
            "notification-url": "https://packagist.org/downloads/",
754
            "license": [
755
                "BSD-3-Clause"
756
            ],
757
            "authors": [
758
                {
759
                    "name": "Sebastian Bergmann",
760
                    "email": "[email protected]",
761
                    "role": "lead"
762
                }
763
            ],
764
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
765
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
766
            "keywords": [
767
                "filesystem",
768
                "iterator"
769
            ],
770
            "time": "2015-06-21 13:08:43"
771
        },
772
        {
773
            "name": "phpunit/php-text-template",
774
            "version": "1.2.1",
775
            "source": {
776
                "type": "git",
777
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
778
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
779
            },
780
            "dist": {
781
                "type": "zip",
782
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
783
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
784
                "shasum": ""
785
            },
786
            "require": {
787
                "php": ">=5.3.3"
788
            },
789
            "type": "library",
790
            "autoload": {
791
                "classmap": [
792
                    "src/"
793
                ]
794
            },
795
            "notification-url": "https://packagist.org/downloads/",
796
            "license": [
797
                "BSD-3-Clause"
798
            ],
799
            "authors": [
800
                {
801
                    "name": "Sebastian Bergmann",
802
                    "email": "[email protected]",
803
                    "role": "lead"
804
                }
805
            ],
806
            "description": "Simple template engine.",
807
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
808
            "keywords": [
809
                "template"
810
            ],
811
            "time": "2015-06-21 13:50:34"
812
        },
813
        {
814
            "name": "phpunit/php-timer",
815
            "version": "1.0.7",
816
            "source": {
817
                "type": "git",
818
                "url": "https://github.com/sebastianbergmann/php-timer.git",
819
                "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b"
820
            },
821
            "dist": {
822
                "type": "zip",
823
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
824
                "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
825
                "shasum": ""
826
            },
827
            "require": {
828
                "php": ">=5.3.3"
829
            },
830
            "type": "library",
831
            "autoload": {
832
                "classmap": [
833
                    "src/"
834
                ]
835
            },
836
            "notification-url": "https://packagist.org/downloads/",
837
            "license": [
838
                "BSD-3-Clause"
839
            ],
840
            "authors": [
841
                {
842
                    "name": "Sebastian Bergmann",
843
                    "email": "[email protected]",
844
                    "role": "lead"
845
                }
846
            ],
847
            "description": "Utility class for timing",
848
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
849
            "keywords": [
850
                "timer"
851
            ],
852
            "time": "2015-06-21 08:01:12"
853
        },
854
        {
855
            "name": "phpunit/php-token-stream",
856
            "version": "1.4.8",
857
            "source": {
858
                "type": "git",
859
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
860
                "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da"
861
            },
862
            "dist": {
863
                "type": "zip",
864
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
865
                "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
866
                "shasum": ""
867
            },
868
            "require": {
869
                "ext-tokenizer": "*",
870
                "php": ">=5.3.3"
871
            },
872
            "require-dev": {
873
                "phpunit/phpunit": "~4.2"
874
            },
875
            "type": "library",
876
            "extra": {
877
                "branch-alias": {
878
                    "dev-master": "1.4-dev"
879
                }
880
            },
881
            "autoload": {
882
                "classmap": [
883
                    "src/"
884
                ]
885
            },
886
            "notification-url": "https://packagist.org/downloads/",
887
            "license": [
888
                "BSD-3-Clause"
889
            ],
890
            "authors": [
891
                {
892
                    "name": "Sebastian Bergmann",
893
                    "email": "[email protected]"
894
                }
895
            ],
896
            "description": "Wrapper around PHP's tokenizer extension.",
897
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
898
            "keywords": [
899
                "tokenizer"
900
            ],
901
            "time": "2015-09-15 10:49:45"
902
        },
903
        {
904
            "name": "phpunit/phpunit",
905
            "version": "4.8.22",
906
            "source": {
907
                "type": "git",
908
                "url": "https://github.com/sebastianbergmann/phpunit.git",
909
                "reference": "dfb11aa5236376b4fc63853cf746af39fe780e72"
910
            },
911
            "dist": {
912
                "type": "zip",
913
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/dfb11aa5236376b4fc63853cf746af39fe780e72",
914
                "reference": "dfb11aa5236376b4fc63853cf746af39fe780e72",
915
                "shasum": ""
916
            },
917
            "require": {
918
                "ext-dom": "*",
919
                "ext-json": "*",
920
                "ext-pcre": "*",
921
                "ext-reflection": "*",
922
                "ext-spl": "*",
923
                "php": ">=5.3.3",
924
                "phpspec/prophecy": "^1.3.1",
925
                "phpunit/php-code-coverage": "~2.1",
926
                "phpunit/php-file-iterator": "~1.4",
927
                "phpunit/php-text-template": "~1.2",
928
                "phpunit/php-timer": ">=1.0.6",
929
                "phpunit/phpunit-mock-objects": "~2.3",
930
                "sebastian/comparator": "~1.1",
931
                "sebastian/diff": "~1.2",
932
                "sebastian/environment": "~1.3",
933
                "sebastian/exporter": "~1.2",
934
                "sebastian/global-state": "~1.0",
935
                "sebastian/version": "~1.0",
936
                "symfony/yaml": "~2.1|~3.0"
937
            },
938
            "suggest": {
939
                "phpunit/php-invoker": "~1.1"
940
            },
941
            "bin": [
942
                "phpunit"
943
            ],
944
            "type": "library",
945
            "extra": {
946
                "branch-alias": {
947
                    "dev-master": "4.8.x-dev"
948
                }
949
            },
950
            "autoload": {
951
                "classmap": [
952
                    "src/"
953
                ]
954
            },
955
            "notification-url": "https://packagist.org/downloads/",
956
            "license": [
957
                "BSD-3-Clause"
958
            ],
959
            "authors": [
960
                {
961
                    "name": "Sebastian Bergmann",
962
                    "email": "[email protected]",
963
                    "role": "lead"
964
                }
965
            ],
966
            "description": "The PHP Unit Testing framework.",
967
            "homepage": "https://phpunit.de/",
968
            "keywords": [
969
                "phpunit",
970
                "testing",
971
                "xunit"
972
            ],
973
            "time": "2016-02-02 09:01:21"
974
        },
975
        {
976
            "name": "phpunit/phpunit-mock-objects",
977
            "version": "2.3.8",
978
            "source": {
979
                "type": "git",
980
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
981
                "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
982
            },
983
            "dist": {
984
                "type": "zip",
985
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
986
                "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
987
                "shasum": ""
988
            },
989
            "require": {
990
                "doctrine/instantiator": "^1.0.2",
991
                "php": ">=5.3.3",
992
                "phpunit/php-text-template": "~1.2",
993
                "sebastian/exporter": "~1.2"
994
            },
995
            "require-dev": {
996
                "phpunit/phpunit": "~4.4"
997
            },
998
            "suggest": {
999
                "ext-soap": "*"
1000
            },
1001
            "type": "library",
1002
            "extra": {
1003
                "branch-alias": {
1004
                    "dev-master": "2.3.x-dev"
1005
                }
1006
            },
1007
            "autoload": {
1008
                "classmap": [
1009
                    "src/"
1010
                ]
1011
            },
1012
            "notification-url": "https://packagist.org/downloads/",
1013
            "license": [
1014
                "BSD-3-Clause"
1015
            ],
1016
            "authors": [
1017
                {
1018
                    "name": "Sebastian Bergmann",
1019
                    "email": "[email protected]",
1020
                    "role": "lead"
1021
                }
1022
            ],
1023
            "description": "Mock Object library for PHPUnit",
1024
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
1025
            "keywords": [
1026
                "mock",
1027
                "xunit"
1028
            ],
1029
            "time": "2015-10-02 06:51:40"
1030
        },
1031
        {
1032
            "name": "sebastian/comparator",
1033
            "version": "1.2.0",
1034
            "source": {
1035
                "type": "git",
1036
                "url": "https://github.com/sebastianbergmann/comparator.git",
1037
                "reference": "937efb279bd37a375bcadf584dec0726f84dbf22"
1038
            },
1039
            "dist": {
1040
                "type": "zip",
1041
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22",
1042
                "reference": "937efb279bd37a375bcadf584dec0726f84dbf22",
1043
                "shasum": ""
1044
            },
1045
            "require": {
1046
                "php": ">=5.3.3",
1047
                "sebastian/diff": "~1.2",
1048
                "sebastian/exporter": "~1.2"
1049
            },
1050
            "require-dev": {
1051
                "phpunit/phpunit": "~4.4"
1052
            },
1053
            "type": "library",
1054
            "extra": {
1055
                "branch-alias": {
1056
                    "dev-master": "1.2.x-dev"
1057
                }
1058
            },
1059
            "autoload": {
1060
                "classmap": [
1061
                    "src/"
1062
                ]
1063
            },
1064
            "notification-url": "https://packagist.org/downloads/",
1065
            "license": [
1066
                "BSD-3-Clause"
1067
            ],
1068
            "authors": [
1069
                {
1070
                    "name": "Jeff Welch",
1071
                    "email": "[email protected]"
1072
                },
1073
                {
1074
                    "name": "Volker Dusch",
1075
                    "email": "[email protected]"
1076
                },
1077
                {
1078
                    "name": "Bernhard Schussek",
1079
                    "email": "[email protected]"
1080
                },
1081
                {
1082
                    "name": "Sebastian Bergmann",
1083
                    "email": "[email protected]"
1084
                }
1085
            ],
1086
            "description": "Provides the functionality to compare PHP values for equality",
1087
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
1088
            "keywords": [
1089
                "comparator",
1090
                "compare",
1091
                "equality"
1092
            ],
1093
            "time": "2015-07-26 15:48:44"
1094
        },
1095
        {
1096
            "name": "sebastian/diff",
1097
            "version": "1.4.1",
1098
            "source": {
1099
                "type": "git",
1100
                "url": "https://github.com/sebastianbergmann/diff.git",
1101
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
1102
            },
1103
            "dist": {
1104
                "type": "zip",
1105
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
1106
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
1107
                "shasum": ""
1108
            },
1109
            "require": {
1110
                "php": ">=5.3.3"
1111
            },
1112
            "require-dev": {
1113
                "phpunit/phpunit": "~4.8"
1114
            },
1115
            "type": "library",
1116
            "extra": {
1117
                "branch-alias": {
1118
                    "dev-master": "1.4-dev"
1119
                }
1120
            },
1121
            "autoload": {
1122
                "classmap": [
1123
                    "src/"
1124
                ]
1125
            },
1126
            "notification-url": "https://packagist.org/downloads/",
1127
            "license": [
1128
                "BSD-3-Clause"
1129
            ],
1130
            "authors": [
1131
                {
1132
                    "name": "Kore Nordmann",
1133
                    "email": "[email protected]"
1134
                },
1135
                {
1136
                    "name": "Sebastian Bergmann",
1137
                    "email": "[email protected]"
1138
                }
1139
            ],
1140
            "description": "Diff implementation",
1141
            "homepage": "https://github.com/sebastianbergmann/diff",
1142
            "keywords": [
1143
                "diff"
1144
            ],
1145
            "time": "2015-12-08 07:14:41"
1146
        },
1147
        {
1148
            "name": "sebastian/environment",
1149
            "version": "1.3.3",
1150
            "source": {
1151
                "type": "git",
1152
                "url": "https://github.com/sebastianbergmann/environment.git",
1153
                "reference": "6e7133793a8e5a5714a551a8324337374be209df"
1154
            },
1155
            "dist": {
1156
                "type": "zip",
1157
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/6e7133793a8e5a5714a551a8324337374be209df",
1158
                "reference": "6e7133793a8e5a5714a551a8324337374be209df",
1159
                "shasum": ""
1160
            },
1161
            "require": {
1162
                "php": ">=5.3.3"
1163
            },
1164
            "require-dev": {
1165
                "phpunit/phpunit": "~4.4"
1166
            },
1167
            "type": "library",
1168
            "extra": {
1169
                "branch-alias": {
1170
                    "dev-master": "1.3.x-dev"
1171
                }
1172
            },
1173
            "autoload": {
1174
                "classmap": [
1175
                    "src/"
1176
                ]
1177
            },
1178
            "notification-url": "https://packagist.org/downloads/",
1179
            "license": [
1180
                "BSD-3-Clause"
1181
            ],
1182
            "authors": [
1183
                {
1184
                    "name": "Sebastian Bergmann",
1185
                    "email": "[email protected]"
1186
                }
1187
            ],
1188
            "description": "Provides functionality to handle HHVM/PHP environments",
1189
            "homepage": "http://www.github.com/sebastianbergmann/environment",
1190
            "keywords": [
1191
                "Xdebug",
1192
                "environment",
1193
                "hhvm"
1194
            ],
1195
            "time": "2015-12-02 08:37:27"
1196
        },
1197
        {
1198
            "name": "sebastian/exporter",
1199
            "version": "1.2.1",
1200
            "source": {
1201
                "type": "git",
1202
                "url": "https://github.com/sebastianbergmann/exporter.git",
1203
                "reference": "7ae5513327cb536431847bcc0c10edba2701064e"
1204
            },
1205
            "dist": {
1206
                "type": "zip",
1207
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/7ae5513327cb536431847bcc0c10edba2701064e",
1208
                "reference": "7ae5513327cb536431847bcc0c10edba2701064e",
1209
                "shasum": ""
1210
            },
1211
            "require": {
1212
                "php": ">=5.3.3",
1213
                "sebastian/recursion-context": "~1.0"
1214
            },
1215
            "require-dev": {
1216
                "phpunit/phpunit": "~4.4"
1217
            },
1218
            "type": "library",
1219
            "extra": {
1220
                "branch-alias": {
1221
                    "dev-master": "1.2.x-dev"
1222
                }
1223
            },
1224
            "autoload": {
1225
                "classmap": [
1226
                    "src/"
1227
                ]
1228
            },
1229
            "notification-url": "https://packagist.org/downloads/",
1230
            "license": [
1231
                "BSD-3-Clause"
1232
            ],
1233
            "authors": [
1234
                {
1235
                    "name": "Jeff Welch",
1236
                    "email": "[email protected]"
1237
                },
1238
                {
1239
                    "name": "Volker Dusch",
1240
                    "email": "[email protected]"
1241
                },
1242
                {
1243
                    "name": "Bernhard Schussek",
1244
                    "email": "[email protected]"
1245
                },
1246
                {
1247
                    "name": "Sebastian Bergmann",
1248
                    "email": "[email protected]"
1249
                },
1250
                {
1251
                    "name": "Adam Harvey",
1252
                    "email": "[email protected]"
1253
                }
1254
            ],
1255
            "description": "Provides the functionality to export PHP variables for visualization",
1256
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
1257
            "keywords": [
1258
                "export",
1259
                "exporter"
1260
            ],
1261
            "time": "2015-06-21 07:55:53"
1262
        },
1263
        {
1264
            "name": "sebastian/global-state",
1265
            "version": "1.1.1",
1266
            "source": {
1267
                "type": "git",
1268
                "url": "https://github.com/sebastianbergmann/global-state.git",
1269
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
1270
            },
1271
            "dist": {
1272
                "type": "zip",
1273
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
1274
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
1275
                "shasum": ""
1276
            },
1277
            "require": {
1278
                "php": ">=5.3.3"
1279
            },
1280
            "require-dev": {
1281
                "phpunit/phpunit": "~4.2"
1282
            },
1283
            "suggest": {
1284
                "ext-uopz": "*"
1285
            },
1286
            "type": "library",
1287
            "extra": {
1288
                "branch-alias": {
1289
                    "dev-master": "1.0-dev"
1290
                }
1291
            },
1292
            "autoload": {
1293
                "classmap": [
1294
                    "src/"
1295
                ]
1296
            },
1297
            "notification-url": "https://packagist.org/downloads/",
1298
            "license": [
1299
                "BSD-3-Clause"
1300
            ],
1301
            "authors": [
1302
                {
1303
                    "name": "Sebastian Bergmann",
1304
                    "email": "[email protected]"
1305
                }
1306
            ],
1307
            "description": "Snapshotting of global state",
1308
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
1309
            "keywords": [
1310
                "global state"
1311
            ],
1312
            "time": "2015-10-12 03:26:01"
1313
        },
1314
        {
1315
            "name": "sebastian/recursion-context",
1316
            "version": "1.0.2",
1317
            "source": {
1318
                "type": "git",
1319
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
1320
                "reference": "913401df809e99e4f47b27cdd781f4a258d58791"
1321
            },
1322
            "dist": {
1323
                "type": "zip",
1324
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/913401df809e99e4f47b27cdd781f4a258d58791",
1325
                "reference": "913401df809e99e4f47b27cdd781f4a258d58791",
1326
                "shasum": ""
1327
            },
1328
            "require": {
1329
                "php": ">=5.3.3"
1330
            },
1331
            "require-dev": {
1332
                "phpunit/phpunit": "~4.4"
1333
            },
1334
            "type": "library",
1335
            "extra": {
1336
                "branch-alias": {
1337
                    "dev-master": "1.0.x-dev"
1338
                }
1339
            },
1340
            "autoload": {
1341
                "classmap": [
1342
                    "src/"
1343
                ]
1344
            },
1345
            "notification-url": "https://packagist.org/downloads/",
1346
            "license": [
1347
                "BSD-3-Clause"
1348
            ],
1349
            "authors": [
1350
                {
1351
                    "name": "Jeff Welch",
1352
                    "email": "[email protected]"
1353
                },
1354
                {
1355
                    "name": "Sebastian Bergmann",
1356
                    "email": "[email protected]"
1357
                },
1358
                {
1359
                    "name": "Adam Harvey",
1360
                    "email": "[email protected]"
1361
                }
1362
            ],
1363
            "description": "Provides functionality to recursively process PHP variables",
1364
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
1365
            "time": "2015-11-11 19:50:13"
1366
        },
1367
        {
1368
            "name": "sebastian/version",
1369
            "version": "1.0.6",
1370
            "source": {
1371
                "type": "git",
1372
                "url": "https://github.com/sebastianbergmann/version.git",
1373
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
1374
            },
1375
            "dist": {
1376
                "type": "zip",
1377
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
1378
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
1379
                "shasum": ""
1380
            },
1381
            "type": "library",
1382
            "autoload": {
1383
                "classmap": [
1384
                    "src/"
1385
                ]
1386
            },
1387
            "notification-url": "https://packagist.org/downloads/",
1388
            "license": [
1389
                "BSD-3-Clause"
1390
            ],
1391
            "authors": [
1392
                {
1393
                    "name": "Sebastian Bergmann",
1394
                    "email": "[email protected]",
1395
                    "role": "lead"
1396
                }
1397
            ],
1398
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
1399
            "homepage": "https://github.com/sebastianbergmann/version",
1400
            "time": "2015-06-21 13:59:46"
1401
        },
1402
        {
1403
            "name": "squizlabs/php_codesniffer",
1404
            "version": "2.5.1",
1405
            "source": {
1406
                "type": "git",
1407
                "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
1408
                "reference": "6731851d6aaf1d0d6c58feff1065227b7fda3ba8"
1409
            },
1410
            "dist": {
1411
                "type": "zip",
1412
                "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/6731851d6aaf1d0d6c58feff1065227b7fda3ba8",
1413
                "reference": "6731851d6aaf1d0d6c58feff1065227b7fda3ba8",
1414
                "shasum": ""
1415
            },
1416
            "require": {
1417
                "ext-tokenizer": "*",
1418
                "ext-xmlwriter": "*",
1419
                "php": ">=5.1.2"
1420
            },
1421
            "require-dev": {
1422
                "phpunit/phpunit": "~4.0"
1423
            },
1424
            "bin": [
1425
                "scripts/phpcs",
1426
                "scripts/phpcbf"
1427
            ],
1428
            "type": "library",
1429
            "extra": {
1430
                "branch-alias": {
1431
                    "dev-master": "2.x-dev"
1432
                }
1433
            },
1434
            "autoload": {
1435
                "classmap": [
1436
                    "CodeSniffer.php",
1437
                    "CodeSniffer/CLI.php",
1438
                    "CodeSniffer/Exception.php",
1439
                    "CodeSniffer/File.php",
1440
                    "CodeSniffer/Fixer.php",
1441
                    "CodeSniffer/Report.php",
1442
                    "CodeSniffer/Reporting.php",
1443
                    "CodeSniffer/Sniff.php",
1444
                    "CodeSniffer/Tokens.php",
1445
                    "CodeSniffer/Reports/",
1446
                    "CodeSniffer/Tokenizers/",
1447
                    "CodeSniffer/DocGenerators/",
1448
                    "CodeSniffer/Standards/AbstractPatternSniff.php",
1449
                    "CodeSniffer/Standards/AbstractScopeSniff.php",
1450
                    "CodeSniffer/Standards/AbstractVariableSniff.php",
1451
                    "CodeSniffer/Standards/IncorrectPatternException.php",
1452
                    "CodeSniffer/Standards/Generic/Sniffs/",
1453
                    "CodeSniffer/Standards/MySource/Sniffs/",
1454
                    "CodeSniffer/Standards/PEAR/Sniffs/",
1455
                    "CodeSniffer/Standards/PSR1/Sniffs/",
1456
                    "CodeSniffer/Standards/PSR2/Sniffs/",
1457
                    "CodeSniffer/Standards/Squiz/Sniffs/",
1458
                    "CodeSniffer/Standards/Zend/Sniffs/"
1459
                ]
1460
            },
1461
            "notification-url": "https://packagist.org/downloads/",
1462
            "license": [
1463
                "BSD-3-Clause"
1464
            ],
1465
            "authors": [
1466
                {
1467
                    "name": "Greg Sherwood",
1468
                    "role": "lead"
1469
                }
1470
            ],
1471
            "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
1472
            "homepage": "http://www.squizlabs.com/php-codesniffer",
1473
            "keywords": [
1474
                "phpcs",
1475
                "standards"
1476
            ],
1477
            "time": "2016-01-19 23:39:10"
1478
        },
1479
        {
1480
            "name": "symfony/yaml",
1481
            "version": "v3.0.2",
1482
            "source": {
1483
                "type": "git",
1484
                "url": "https://github.com/symfony/yaml.git",
1485
                "reference": "3cf0709d7fe936e97bee9e954382e449003f1d9a"
1486
            },
1487
            "dist": {
1488
                "type": "zip",
1489
                "url": "https://api.github.com/repos/symfony/yaml/zipball/3cf0709d7fe936e97bee9e954382e449003f1d9a",
1490
                "reference": "3cf0709d7fe936e97bee9e954382e449003f1d9a",
1491
                "shasum": ""
1492
            },
1493
            "require": {
1494
                "php": ">=5.5.9"
1495
            },
1496
            "type": "library",
1497
            "extra": {
1498
                "branch-alias": {
1499
                    "dev-master": "3.0-dev"
1500
                }
1501
            },
1502
            "autoload": {
1503
                "psr-4": {
1504
                    "Symfony\\Component\\Yaml\\": ""
1505
                },
1506
                "exclude-from-classmap": [
1507
                    "/Tests/"
1508
                ]
1509
            },
1510
            "notification-url": "https://packagist.org/downloads/",
1511
            "license": [
1512
                "MIT"
1513
            ],
1514
            "authors": [
1515
                {
1516
                    "name": "Fabien Potencier",
1517
                    "email": "[email protected]"
1518
                },
1519
                {
1520
                    "name": "Symfony Community",
1521
                    "homepage": "https://symfony.com/contributors"
1522
                }
1523
            ],
1524
            "description": "Symfony Yaml Component",
1525
            "homepage": "https://symfony.com",
1526
            "time": "2016-02-02 13:44:19"
1527
        }
1528
    ],
1529
    "aliases": [],
1530
    "minimum-stability": "stable",
1531
    "stability-flags": [],
1532
    "prefer-stable": false,
1533
    "prefer-lowest": false,
1534
    "platform": {
1535
        "php": ">=5.5.0"
1536
    },
1537
    "platform-dev": []
1538
}
1539