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": "518beece07a177ac72910934b503faf5",
8
    "content-hash": "25af1f30c18eb0731ca834a0138bb617",
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.1",
126
            "source": {
127
                "type": "git",
128
                "url": "https://github.com/guzzle/psr7.git",
129
                "reference": "4d0bdbe1206df7440219ce14c972aa57cc5e4982"
130
            },
131
            "dist": {
132
                "type": "zip",
133
                "url": "https://api.github.com/repos/guzzle/psr7/zipball/4d0bdbe1206df7440219ce14c972aa57cc5e4982",
134
                "reference": "4d0bdbe1206df7440219ce14c972aa57cc5e4982",
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": "2015-11-03 01:34:55"
180
        },
181
        {
182
            "name": "psr/http-message",
183
            "version": "1.0",
184
            "source": {
185
                "type": "git",
186
                "url": "https://github.com/php-fig/http-message.git",
187
                "reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298"
188
            },
189
            "dist": {
190
                "type": "zip",
191
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/85d63699f0dbedb190bbd4b0d2b9dc707ea4c298",
192
                "reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298",
193
                "shasum": ""
194
            },
195
            "require": {
196
                "php": ">=5.3.0"
197
            },
198
            "type": "library",
199
            "extra": {
200
                "branch-alias": {
201
                    "dev-master": "1.0.x-dev"
202
                }
203
            },
204
            "autoload": {
205
                "psr-4": {
206
                    "Psr\\Http\\Message\\": "src/"
207
                }
208
            },
209
            "notification-url": "https://packagist.org/downloads/",
210
            "license": [
211
                "MIT"
212
            ],
213
            "authors": [
214
                {
215
                    "name": "PHP-FIG",
216
                    "homepage": "http://www.php-fig.org/"
217
                }
218
            ],
219
            "description": "Common interface for HTTP messages",
220
            "keywords": [
221
                "http",
222
                "http-message",
223
                "psr",
224
                "psr-7",
225
                "request",
226
                "response"
227
            ],
228
            "time": "2015-05-04 20:22:00"
229
        },
230
        {
231
            "name": "symfony/yaml",
232
            "version": "v3.0.1",
233
            "source": {
234
                "type": "git",
235
                "url": "https://github.com/symfony/yaml.git",
236
                "reference": "3df409958a646dad2bc5046c3fb671ee24a1a691"
237
            },
238
            "dist": {
239
                "type": "zip",
240
                "url": "https://api.github.com/repos/symfony/yaml/zipball/3df409958a646dad2bc5046c3fb671ee24a1a691",
241
                "reference": "3df409958a646dad2bc5046c3fb671ee24a1a691",
242
                "shasum": ""
243
            },
244
            "require": {
245
                "php": ">=5.5.9"
246
            },
247
            "type": "library",
248
            "extra": {
249
                "branch-alias": {
250
                    "dev-master": "3.0-dev"
251
                }
252
            },
253
            "autoload": {
254
                "psr-4": {
255
                    "Symfony\\Component\\Yaml\\": ""
256
                },
257
                "exclude-from-classmap": [
258
                    "/Tests/"
259
                ]
260
            },
261
            "notification-url": "https://packagist.org/downloads/",
262
            "license": [
263
                "MIT"
264
            ],
265
            "authors": [
266
                {
267
                    "name": "Fabien Potencier",
268
                    "email": "[email protected]"
269
                },
270
                {
271
                    "name": "Symfony Community",
272
                    "homepage": "https://symfony.com/contributors"
273
                }
274
            ],
275
            "description": "Symfony Yaml Component",
276
            "homepage": "https://symfony.com",
277
            "time": "2015-12-26 13:39:53"
278
        }
279
    ],
280
    "packages-dev": [
281
        {
282
            "name": "doctrine/instantiator",
283
            "version": "1.0.5",
284
            "source": {
285
                "type": "git",
286
                "url": "https://github.com/doctrine/instantiator.git",
287
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
288
            },
289
            "dist": {
290
                "type": "zip",
291
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
292
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
293
                "shasum": ""
294
            },
295
            "require": {
296
                "php": ">=5.3,<8.0-DEV"
297
            },
298
            "require-dev": {
299
                "athletic/athletic": "~0.1.8",
300
                "ext-pdo": "*",
301
                "ext-phar": "*",
302
                "phpunit/phpunit": "~4.0",
303
                "squizlabs/php_codesniffer": "~2.0"
304
            },
305
            "type": "library",
306
            "extra": {
307
                "branch-alias": {
308
                    "dev-master": "1.0.x-dev"
309
                }
310
            },
311
            "autoload": {
312
                "psr-4": {
313
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
314
                }
315
            },
316
            "notification-url": "https://packagist.org/downloads/",
317
            "license": [
318
                "MIT"
319
            ],
320
            "authors": [
321
                {
322
                    "name": "Marco Pivetta",
323
                    "email": "[email protected]",
324
                    "homepage": "http://ocramius.github.com/"
325
                }
326
            ],
327
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
328
            "homepage": "https://github.com/doctrine/instantiator",
329
            "keywords": [
330
                "constructor",
331
                "instantiate"
332
            ],
333
            "time": "2015-06-14 21:17:01"
334
        },
335
        {
336
            "name": "myclabs/deep-copy",
337
            "version": "1.5.0",
338
            "source": {
339
                "type": "git",
340
                "url": "https://github.com/myclabs/DeepCopy.git",
341
                "reference": "e3abefcd7f106677fd352cd7c187d6c969aa9ddc"
342
            },
343
            "dist": {
344
                "type": "zip",
345
                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/e3abefcd7f106677fd352cd7c187d6c969aa9ddc",
346
                "reference": "e3abefcd7f106677fd352cd7c187d6c969aa9ddc",
347
                "shasum": ""
348
            },
349
            "require": {
350
                "php": ">=5.4.0"
351
            },
352
            "require-dev": {
353
                "doctrine/collections": "1.*",
354
                "phpunit/phpunit": "~4.1"
355
            },
356
            "type": "library",
357
            "autoload": {
358
                "psr-4": {
359
                    "DeepCopy\\": "src/DeepCopy/"
360
                }
361
            },
362
            "notification-url": "https://packagist.org/downloads/",
363
            "license": [
364
                "MIT"
365
            ],
366
            "description": "Create deep copies (clones) of your objects",
367
            "homepage": "https://github.com/myclabs/DeepCopy",
368
            "keywords": [
369
                "clone",
370
                "copy",
371
                "duplicate",
372
                "object",
373
                "object graph"
374
            ],
375
            "time": "2015-11-07 22:20:37"
376
        },
377
        {
378
            "name": "phpdocumentor/reflection-docblock",
379
            "version": "2.0.4",
380
            "source": {
381
                "type": "git",
382
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
383
                "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8"
384
            },
385
            "dist": {
386
                "type": "zip",
387
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8",
388
                "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8",
389
                "shasum": ""
390
            },
391
            "require": {
392
                "php": ">=5.3.3"
393
            },
394
            "require-dev": {
395
                "phpunit/phpunit": "~4.0"
396
            },
397
            "suggest": {
398
                "dflydev/markdown": "~1.0",
399
                "erusev/parsedown": "~1.0"
400
            },
401
            "type": "library",
402
            "extra": {
403
                "branch-alias": {
404
                    "dev-master": "2.0.x-dev"
405
                }
406
            },
407
            "autoload": {
408
                "psr-0": {
409
                    "phpDocumentor": [
410
                        "src/"
411
                    ]
412
                }
413
            },
414
            "notification-url": "https://packagist.org/downloads/",
415
            "license": [
416
                "MIT"
417
            ],
418
            "authors": [
419
                {
420
                    "name": "Mike van Riel",
421
                    "email": "[email protected]"
422
                }
423
            ],
424
            "time": "2015-02-03 12:10:50"
425
        },
426
        {
427
            "name": "phpspec/prophecy",
428
            "version": "v1.5.0",
429
            "source": {
430
                "type": "git",
431
                "url": "https://github.com/phpspec/prophecy.git",
432
                "reference": "4745ded9307786b730d7a60df5cb5a6c43cf95f7"
433
            },
434
            "dist": {
435
                "type": "zip",
436
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/4745ded9307786b730d7a60df5cb5a6c43cf95f7",
437
                "reference": "4745ded9307786b730d7a60df5cb5a6c43cf95f7",
438
                "shasum": ""
439
            },
440
            "require": {
441
                "doctrine/instantiator": "^1.0.2",
442
                "phpdocumentor/reflection-docblock": "~2.0",
443
                "sebastian/comparator": "~1.1"
444
            },
445
            "require-dev": {
446
                "phpspec/phpspec": "~2.0"
447
            },
448
            "type": "library",
449
            "extra": {
450
                "branch-alias": {
451
                    "dev-master": "1.4.x-dev"
452
                }
453
            },
454
            "autoload": {
455
                "psr-0": {
456
                    "Prophecy\\": "src/"
457
                }
458
            },
459
            "notification-url": "https://packagist.org/downloads/",
460
            "license": [
461
                "MIT"
462
            ],
463
            "authors": [
464
                {
465
                    "name": "Konstantin Kudryashov",
466
                    "email": "[email protected]",
467
                    "homepage": "http://everzet.com"
468
                },
469
                {
470
                    "name": "Marcello Duarte",
471
                    "email": "[email protected]"
472
                }
473
            ],
474
            "description": "Highly opinionated mocking framework for PHP 5.3+",
475
            "homepage": "https://github.com/phpspec/prophecy",
476
            "keywords": [
477
                "Double",
478
                "Dummy",
479
                "fake",
480
                "mock",
481
                "spy",
482
                "stub"
483
            ],
484
            "time": "2015-08-13 10:07:40"
485
        },
486
        {
487
            "name": "phpunit/php-code-coverage",
488
            "version": "3.1.0",
489
            "source": {
490
                "type": "git",
491
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
492
                "reference": "64d40a593fc31a8abf4ce3d200147ddf8ca64e52"
493
            },
494
            "dist": {
495
                "type": "zip",
496
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/64d40a593fc31a8abf4ce3d200147ddf8ca64e52",
497
                "reference": "64d40a593fc31a8abf4ce3d200147ddf8ca64e52",
498
                "shasum": ""
499
            },
500
            "require": {
501
                "php": ">=5.6",
502
                "phpunit/php-file-iterator": "~1.3",
503
                "phpunit/php-text-template": "~1.2",
504
                "phpunit/php-token-stream": "~1.3",
505
                "sebastian/environment": "^1.3.2",
506
                "sebastian/version": "~1.0"
507
            },
508
            "require-dev": {
509
                "ext-xdebug": ">=2.1.4",
510
                "phpunit/phpunit": "~5"
511
            },
512
            "suggest": {
513
                "ext-dom": "*",
514
                "ext-xdebug": ">=2.2.1",
515
                "ext-xmlwriter": "*"
516
            },
517
            "type": "library",
518
            "extra": {
519
                "branch-alias": {
520
                    "dev-master": "3.1.x-dev"
521
                }
522
            },
523
            "autoload": {
524
                "classmap": [
525
                    "src/"
526
                ]
527
            },
528
            "notification-url": "https://packagist.org/downloads/",
529
            "license": [
530
                "BSD-3-Clause"
531
            ],
532
            "authors": [
533
                {
534
                    "name": "Sebastian Bergmann",
535
                    "email": "[email protected]",
536
                    "role": "lead"
537
                }
538
            ],
539
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
540
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
541
            "keywords": [
542
                "coverage",
543
                "testing",
544
                "xunit"
545
            ],
546
            "time": "2016-01-11 10:05:34"
547
        },
548
        {
549
            "name": "phpunit/php-file-iterator",
550
            "version": "1.4.1",
551
            "source": {
552
                "type": "git",
553
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
554
                "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0"
555
            },
556
            "dist": {
557
                "type": "zip",
558
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
559
                "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
560
                "shasum": ""
561
            },
562
            "require": {
563
                "php": ">=5.3.3"
564
            },
565
            "type": "library",
566
            "extra": {
567
                "branch-alias": {
568
                    "dev-master": "1.4.x-dev"
569
                }
570
            },
571
            "autoload": {
572
                "classmap": [
573
                    "src/"
574
                ]
575
            },
576
            "notification-url": "https://packagist.org/downloads/",
577
            "license": [
578
                "BSD-3-Clause"
579
            ],
580
            "authors": [
581
                {
582
                    "name": "Sebastian Bergmann",
583
                    "email": "[email protected]",
584
                    "role": "lead"
585
                }
586
            ],
587
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
588
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
589
            "keywords": [
590
                "filesystem",
591
                "iterator"
592
            ],
593
            "time": "2015-06-21 13:08:43"
594
        },
595
        {
596
            "name": "phpunit/php-text-template",
597
            "version": "1.2.1",
598
            "source": {
599
                "type": "git",
600
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
601
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
602
            },
603
            "dist": {
604
                "type": "zip",
605
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
606
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
607
                "shasum": ""
608
            },
609
            "require": {
610
                "php": ">=5.3.3"
611
            },
612
            "type": "library",
613
            "autoload": {
614
                "classmap": [
615
                    "src/"
616
                ]
617
            },
618
            "notification-url": "https://packagist.org/downloads/",
619
            "license": [
620
                "BSD-3-Clause"
621
            ],
622
            "authors": [
623
                {
624
                    "name": "Sebastian Bergmann",
625
                    "email": "[email protected]",
626
                    "role": "lead"
627
                }
628
            ],
629
            "description": "Simple template engine.",
630
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
631
            "keywords": [
632
                "template"
633
            ],
634
            "time": "2015-06-21 13:50:34"
635
        },
636
        {
637
            "name": "phpunit/php-timer",
638
            "version": "1.0.7",
639
            "source": {
640
                "type": "git",
641
                "url": "https://github.com/sebastianbergmann/php-timer.git",
642
                "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b"
643
            },
644
            "dist": {
645
                "type": "zip",
646
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
647
                "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
648
                "shasum": ""
649
            },
650
            "require": {
651
                "php": ">=5.3.3"
652
            },
653
            "type": "library",
654
            "autoload": {
655
                "classmap": [
656
                    "src/"
657
                ]
658
            },
659
            "notification-url": "https://packagist.org/downloads/",
660
            "license": [
661
                "BSD-3-Clause"
662
            ],
663
            "authors": [
664
                {
665
                    "name": "Sebastian Bergmann",
666
                    "email": "[email protected]",
667
                    "role": "lead"
668
                }
669
            ],
670
            "description": "Utility class for timing",
671
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
672
            "keywords": [
673
                "timer"
674
            ],
675
            "time": "2015-06-21 08:01:12"
676
        },
677
        {
678
            "name": "phpunit/php-token-stream",
679
            "version": "1.4.8",
680
            "source": {
681
                "type": "git",
682
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
683
                "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da"
684
            },
685
            "dist": {
686
                "type": "zip",
687
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
688
                "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
689
                "shasum": ""
690
            },
691
            "require": {
692
                "ext-tokenizer": "*",
693
                "php": ">=5.3.3"
694
            },
695
            "require-dev": {
696
                "phpunit/phpunit": "~4.2"
697
            },
698
            "type": "library",
699
            "extra": {
700
                "branch-alias": {
701
                    "dev-master": "1.4-dev"
702
                }
703
            },
704
            "autoload": {
705
                "classmap": [
706
                    "src/"
707
                ]
708
            },
709
            "notification-url": "https://packagist.org/downloads/",
710
            "license": [
711
                "BSD-3-Clause"
712
            ],
713
            "authors": [
714
                {
715
                    "name": "Sebastian Bergmann",
716
                    "email": "[email protected]"
717
                }
718
            ],
719
            "description": "Wrapper around PHP's tokenizer extension.",
720
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
721
            "keywords": [
722
                "tokenizer"
723
            ],
724
            "time": "2015-09-15 10:49:45"
725
        },
726
        {
727
            "name": "phpunit/phpunit",
728
            "version": "5.1.4",
729
            "source": {
730
                "type": "git",
731
                "url": "https://github.com/sebastianbergmann/phpunit.git",
732
                "reference": "676c25c4ac563869572c878fdaf3db21587f5f3b"
733
            },
734
            "dist": {
735
                "type": "zip",
736
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/676c25c4ac563869572c878fdaf3db21587f5f3b",
737
                "reference": "676c25c4ac563869572c878fdaf3db21587f5f3b",
738
                "shasum": ""
739
            },
740
            "require": {
741
                "ext-dom": "*",
742
                "ext-json": "*",
743
                "ext-pcre": "*",
744
                "ext-reflection": "*",
745
                "ext-spl": "*",
746
                "myclabs/deep-copy": "~1.3",
747
                "php": ">=5.6",
748
                "phpspec/prophecy": "^1.3.1",
749
                "phpunit/php-code-coverage": "~3.0",
750
                "phpunit/php-file-iterator": "~1.4",
751
                "phpunit/php-text-template": "~1.2",
752
                "phpunit/php-timer": ">=1.0.6",
753
                "phpunit/phpunit-mock-objects": ">=3.0.5",
754
                "sebastian/comparator": "~1.1",
755
                "sebastian/diff": "~1.2",
756
                "sebastian/environment": "~1.3",
757
                "sebastian/exporter": "~1.2",
758
                "sebastian/global-state": "~1.0",
759
                "sebastian/resource-operations": "~1.0",
760
                "sebastian/version": "~1.0",
761
                "symfony/yaml": "~2.1|~3.0"
762
            },
763
            "suggest": {
764
                "phpunit/php-invoker": "~1.1"
765
            },
766
            "bin": [
767
                "phpunit"
768
            ],
769
            "type": "library",
770
            "extra": {
771
                "branch-alias": {
772
                    "dev-master": "5.1.x-dev"
773
                }
774
            },
775
            "autoload": {
776
                "classmap": [
777
                    "src/"
778
                ]
779
            },
780
            "notification-url": "https://packagist.org/downloads/",
781
            "license": [
782
                "BSD-3-Clause"
783
            ],
784
            "authors": [
785
                {
786
                    "name": "Sebastian Bergmann",
787
                    "email": "[email protected]",
788
                    "role": "lead"
789
                }
790
            ],
791
            "description": "The PHP Unit Testing framework.",
792
            "homepage": "https://phpunit.de/",
793
            "keywords": [
794
                "phpunit",
795
                "testing",
796
                "xunit"
797
            ],
798
            "time": "2016-01-11 10:11:10"
799
        },
800
        {
801
            "name": "phpunit/phpunit-mock-objects",
802
            "version": "3.0.6",
803
            "source": {
804
                "type": "git",
805
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
806
                "reference": "49bc700750196c04dd6bc2c4c99cb632b893836b"
807
            },
808
            "dist": {
809
                "type": "zip",
810
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/49bc700750196c04dd6bc2c4c99cb632b893836b",
811
                "reference": "49bc700750196c04dd6bc2c4c99cb632b893836b",
812
                "shasum": ""
813
            },
814
            "require": {
815
                "doctrine/instantiator": "^1.0.2",
816
                "php": ">=5.6",
817
                "phpunit/php-text-template": "~1.2",
818
                "sebastian/exporter": "~1.2"
819
            },
820
            "require-dev": {
821
                "phpunit/phpunit": "~5"
822
            },
823
            "suggest": {
824
                "ext-soap": "*"
825
            },
826
            "type": "library",
827
            "extra": {
828
                "branch-alias": {
829
                    "dev-master": "3.0.x-dev"
830
                }
831
            },
832
            "autoload": {
833
                "classmap": [
834
                    "src/"
835
                ]
836
            },
837
            "notification-url": "https://packagist.org/downloads/",
838
            "license": [
839
                "BSD-3-Clause"
840
            ],
841
            "authors": [
842
                {
843
                    "name": "Sebastian Bergmann",
844
                    "email": "[email protected]",
845
                    "role": "lead"
846
                }
847
            ],
848
            "description": "Mock Object library for PHPUnit",
849
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
850
            "keywords": [
851
                "mock",
852
                "xunit"
853
            ],
854
            "time": "2015-12-08 08:47:06"
855
        },
856
        {
857
            "name": "sebastian/comparator",
858
            "version": "1.2.0",
859
            "source": {
860
                "type": "git",
861
                "url": "https://github.com/sebastianbergmann/comparator.git",
862
                "reference": "937efb279bd37a375bcadf584dec0726f84dbf22"
863
            },
864
            "dist": {
865
                "type": "zip",
866
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22",
867
                "reference": "937efb279bd37a375bcadf584dec0726f84dbf22",
868
                "shasum": ""
869
            },
870
            "require": {
871
                "php": ">=5.3.3",
872
                "sebastian/diff": "~1.2",
873
                "sebastian/exporter": "~1.2"
874
            },
875
            "require-dev": {
876
                "phpunit/phpunit": "~4.4"
877
            },
878
            "type": "library",
879
            "extra": {
880
                "branch-alias": {
881
                    "dev-master": "1.2.x-dev"
882
                }
883
            },
884
            "autoload": {
885
                "classmap": [
886
                    "src/"
887
                ]
888
            },
889
            "notification-url": "https://packagist.org/downloads/",
890
            "license": [
891
                "BSD-3-Clause"
892
            ],
893
            "authors": [
894
                {
895
                    "name": "Jeff Welch",
896
                    "email": "[email protected]"
897
                },
898
                {
899
                    "name": "Volker Dusch",
900
                    "email": "[email protected]"
901
                },
902
                {
903
                    "name": "Bernhard Schussek",
904
                    "email": "[email protected]"
905
                },
906
                {
907
                    "name": "Sebastian Bergmann",
908
                    "email": "[email protected]"
909
                }
910
            ],
911
            "description": "Provides the functionality to compare PHP values for equality",
912
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
913
            "keywords": [
914
                "comparator",
915
                "compare",
916
                "equality"
917
            ],
918
            "time": "2015-07-26 15:48:44"
919
        },
920
        {
921
            "name": "sebastian/diff",
922
            "version": "1.4.1",
923
            "source": {
924
                "type": "git",
925
                "url": "https://github.com/sebastianbergmann/diff.git",
926
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
927
            },
928
            "dist": {
929
                "type": "zip",
930
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
931
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
932
                "shasum": ""
933
            },
934
            "require": {
935
                "php": ">=5.3.3"
936
            },
937
            "require-dev": {
938
                "phpunit/phpunit": "~4.8"
939
            },
940
            "type": "library",
941
            "extra": {
942
                "branch-alias": {
943
                    "dev-master": "1.4-dev"
944
                }
945
            },
946
            "autoload": {
947
                "classmap": [
948
                    "src/"
949
                ]
950
            },
951
            "notification-url": "https://packagist.org/downloads/",
952
            "license": [
953
                "BSD-3-Clause"
954
            ],
955
            "authors": [
956
                {
957
                    "name": "Kore Nordmann",
958
                    "email": "[email protected]"
959
                },
960
                {
961
                    "name": "Sebastian Bergmann",
962
                    "email": "[email protected]"
963
                }
964
            ],
965
            "description": "Diff implementation",
966
            "homepage": "https://github.com/sebastianbergmann/diff",
967
            "keywords": [
968
                "diff"
969
            ],
970
            "time": "2015-12-08 07:14:41"
971
        },
972
        {
973
            "name": "sebastian/environment",
974
            "version": "1.3.3",
975
            "source": {
976
                "type": "git",
977
                "url": "https://github.com/sebastianbergmann/environment.git",
978
                "reference": "6e7133793a8e5a5714a551a8324337374be209df"
979
            },
980
            "dist": {
981
                "type": "zip",
982
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/6e7133793a8e5a5714a551a8324337374be209df",
983
                "reference": "6e7133793a8e5a5714a551a8324337374be209df",
984
                "shasum": ""
985
            },
986
            "require": {
987
                "php": ">=5.3.3"
988
            },
989
            "require-dev": {
990
                "phpunit/phpunit": "~4.4"
991
            },
992
            "type": "library",
993
            "extra": {
994
                "branch-alias": {
995
                    "dev-master": "1.3.x-dev"
996
                }
997
            },
998
            "autoload": {
999
                "classmap": [
1000
                    "src/"
1001
                ]
1002
            },
1003
            "notification-url": "https://packagist.org/downloads/",
1004
            "license": [
1005
                "BSD-3-Clause"
1006
            ],
1007
            "authors": [
1008
                {
1009
                    "name": "Sebastian Bergmann",
1010
                    "email": "[email protected]"
1011
                }
1012
            ],
1013
            "description": "Provides functionality to handle HHVM/PHP environments",
1014
            "homepage": "http://www.github.com/sebastianbergmann/environment",
1015
            "keywords": [
1016
                "Xdebug",
1017
                "environment",
1018
                "hhvm"
1019
            ],
1020
            "time": "2015-12-02 08:37:27"
1021
        },
1022
        {
1023
            "name": "sebastian/exporter",
1024
            "version": "1.2.1",
1025
            "source": {
1026
                "type": "git",
1027
                "url": "https://github.com/sebastianbergmann/exporter.git",
1028
                "reference": "7ae5513327cb536431847bcc0c10edba2701064e"
1029
            },
1030
            "dist": {
1031
                "type": "zip",
1032
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/7ae5513327cb536431847bcc0c10edba2701064e",
1033
                "reference": "7ae5513327cb536431847bcc0c10edba2701064e",
1034
                "shasum": ""
1035
            },
1036
            "require": {
1037
                "php": ">=5.3.3",
1038
                "sebastian/recursion-context": "~1.0"
1039
            },
1040
            "require-dev": {
1041
                "phpunit/phpunit": "~4.4"
1042
            },
1043
            "type": "library",
1044
            "extra": {
1045
                "branch-alias": {
1046
                    "dev-master": "1.2.x-dev"
1047
                }
1048
            },
1049
            "autoload": {
1050
                "classmap": [
1051
                    "src/"
1052
                ]
1053
            },
1054
            "notification-url": "https://packagist.org/downloads/",
1055
            "license": [
1056
                "BSD-3-Clause"
1057
            ],
1058
            "authors": [
1059
                {
1060
                    "name": "Jeff Welch",
1061
                    "email": "[email protected]"
1062
                },
1063
                {
1064
                    "name": "Volker Dusch",
1065
                    "email": "[email protected]"
1066
                },
1067
                {
1068
                    "name": "Bernhard Schussek",
1069
                    "email": "[email protected]"
1070
                },
1071
                {
1072
                    "name": "Sebastian Bergmann",
1073
                    "email": "[email protected]"
1074
                },
1075
                {
1076
                    "name": "Adam Harvey",
1077
                    "email": "[email protected]"
1078
                }
1079
            ],
1080
            "description": "Provides the functionality to export PHP variables for visualization",
1081
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
1082
            "keywords": [
1083
                "export",
1084
                "exporter"
1085
            ],
1086
            "time": "2015-06-21 07:55:53"
1087
        },
1088
        {
1089
            "name": "sebastian/global-state",
1090
            "version": "1.1.1",
1091
            "source": {
1092
                "type": "git",
1093
                "url": "https://github.com/sebastianbergmann/global-state.git",
1094
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
1095
            },
1096
            "dist": {
1097
                "type": "zip",
1098
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
1099
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
1100
                "shasum": ""
1101
            },
1102
            "require": {
1103
                "php": ">=5.3.3"
1104
            },
1105
            "require-dev": {
1106
                "phpunit/phpunit": "~4.2"
1107
            },
1108
            "suggest": {
1109
                "ext-uopz": "*"
1110
            },
1111
            "type": "library",
1112
            "extra": {
1113
                "branch-alias": {
1114
                    "dev-master": "1.0-dev"
1115
                }
1116
            },
1117
            "autoload": {
1118
                "classmap": [
1119
                    "src/"
1120
                ]
1121
            },
1122
            "notification-url": "https://packagist.org/downloads/",
1123
            "license": [
1124
                "BSD-3-Clause"
1125
            ],
1126
            "authors": [
1127
                {
1128
                    "name": "Sebastian Bergmann",
1129
                    "email": "[email protected]"
1130
                }
1131
            ],
1132
            "description": "Snapshotting of global state",
1133
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
1134
            "keywords": [
1135
                "global state"
1136
            ],
1137
            "time": "2015-10-12 03:26:01"
1138
        },
1139
        {
1140
            "name": "sebastian/recursion-context",
1141
            "version": "1.0.2",
1142
            "source": {
1143
                "type": "git",
1144
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
1145
                "reference": "913401df809e99e4f47b27cdd781f4a258d58791"
1146
            },
1147
            "dist": {
1148
                "type": "zip",
1149
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/913401df809e99e4f47b27cdd781f4a258d58791",
1150
                "reference": "913401df809e99e4f47b27cdd781f4a258d58791",
1151
                "shasum": ""
1152
            },
1153
            "require": {
1154
                "php": ">=5.3.3"
1155
            },
1156
            "require-dev": {
1157
                "phpunit/phpunit": "~4.4"
1158
            },
1159
            "type": "library",
1160
            "extra": {
1161
                "branch-alias": {
1162
                    "dev-master": "1.0.x-dev"
1163
                }
1164
            },
1165
            "autoload": {
1166
                "classmap": [
1167
                    "src/"
1168
                ]
1169
            },
1170
            "notification-url": "https://packagist.org/downloads/",
1171
            "license": [
1172
                "BSD-3-Clause"
1173
            ],
1174
            "authors": [
1175
                {
1176
                    "name": "Jeff Welch",
1177
                    "email": "[email protected]"
1178
                },
1179
                {
1180
                    "name": "Sebastian Bergmann",
1181
                    "email": "[email protected]"
1182
                },
1183
                {
1184
                    "name": "Adam Harvey",
1185
                    "email": "[email protected]"
1186
                }
1187
            ],
1188
            "description": "Provides functionality to recursively process PHP variables",
1189
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
1190
            "time": "2015-11-11 19:50:13"
1191
        },
1192
        {
1193
            "name": "sebastian/resource-operations",
1194
            "version": "1.0.0",
1195
            "source": {
1196
                "type": "git",
1197
                "url": "https://github.com/sebastianbergmann/resource-operations.git",
1198
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
1199
            },
1200
            "dist": {
1201
                "type": "zip",
1202
                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
1203
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
1204
                "shasum": ""
1205
            },
1206
            "require": {
1207
                "php": ">=5.6.0"
1208
            },
1209
            "type": "library",
1210
            "extra": {
1211
                "branch-alias": {
1212
                    "dev-master": "1.0.x-dev"
1213
                }
1214
            },
1215
            "autoload": {
1216
                "classmap": [
1217
                    "src/"
1218
                ]
1219
            },
1220
            "notification-url": "https://packagist.org/downloads/",
1221
            "license": [
1222
                "BSD-3-Clause"
1223
            ],
1224
            "authors": [
1225
                {
1226
                    "name": "Sebastian Bergmann",
1227
                    "email": "[email protected]"
1228
                }
1229
            ],
1230
            "description": "Provides a list of PHP built-in functions that operate on resources",
1231
            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
1232
            "time": "2015-07-28 20:34:47"
1233
        },
1234
        {
1235
            "name": "sebastian/version",
1236
            "version": "1.0.6",
1237
            "source": {
1238
                "type": "git",
1239
                "url": "https://github.com/sebastianbergmann/version.git",
1240
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
1241
            },
1242
            "dist": {
1243
                "type": "zip",
1244
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
1245
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
1246
                "shasum": ""
1247
            },
1248
            "type": "library",
1249
            "autoload": {
1250
                "classmap": [
1251
                    "src/"
1252
                ]
1253
            },
1254
            "notification-url": "https://packagist.org/downloads/",
1255
            "license": [
1256
                "BSD-3-Clause"
1257
            ],
1258
            "authors": [
1259
                {
1260
                    "name": "Sebastian Bergmann",
1261
                    "email": "[email protected]",
1262
                    "role": "lead"
1263
                }
1264
            ],
1265
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
1266
            "homepage": "https://github.com/sebastianbergmann/version",
1267
            "time": "2015-06-21 13:59:46"
1268
        },
1269
        {
1270
            "name": "squizlabs/php_codesniffer",
1271
            "version": "2.5.0",
1272
            "source": {
1273
                "type": "git",
1274
                "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
1275
                "reference": "e4fb41d5d0387d556e2c25534d630b3cce90ea67"
1276
            },
1277
            "dist": {
1278
                "type": "zip",
1279
                "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/e4fb41d5d0387d556e2c25534d630b3cce90ea67",
1280
                "reference": "e4fb41d5d0387d556e2c25534d630b3cce90ea67",
1281
                "shasum": ""
1282
            },
1283
            "require": {
1284
                "ext-tokenizer": "*",
1285
                "ext-xmlwriter": "*",
1286
                "php": ">=5.1.2"
1287
            },
1288
            "require-dev": {
1289
                "phpunit/phpunit": "~4.0"
1290
            },
1291
            "bin": [
1292
                "scripts/phpcs",
1293
                "scripts/phpcbf"
1294
            ],
1295
            "type": "library",
1296
            "extra": {
1297
                "branch-alias": {
1298
                    "dev-master": "2.0.x-dev"
1299
                }
1300
            },
1301
            "autoload": {
1302
                "classmap": [
1303
                    "CodeSniffer.php",
1304
                    "CodeSniffer/CLI.php",
1305
                    "CodeSniffer/Exception.php",
1306
                    "CodeSniffer/File.php",
1307
                    "CodeSniffer/Fixer.php",
1308
                    "CodeSniffer/Report.php",
1309
                    "CodeSniffer/Reporting.php",
1310
                    "CodeSniffer/Sniff.php",
1311
                    "CodeSniffer/Tokens.php",
1312
                    "CodeSniffer/Reports/",
1313
                    "CodeSniffer/Tokenizers/",
1314
                    "CodeSniffer/DocGenerators/",
1315
                    "CodeSniffer/Standards/AbstractPatternSniff.php",
1316
                    "CodeSniffer/Standards/AbstractScopeSniff.php",
1317
                    "CodeSniffer/Standards/AbstractVariableSniff.php",
1318
                    "CodeSniffer/Standards/IncorrectPatternException.php",
1319
                    "CodeSniffer/Standards/Generic/Sniffs/",
1320
                    "CodeSniffer/Standards/MySource/Sniffs/",
1321
                    "CodeSniffer/Standards/PEAR/Sniffs/",
1322
                    "CodeSniffer/Standards/PSR1/Sniffs/",
1323
                    "CodeSniffer/Standards/PSR2/Sniffs/",
1324
                    "CodeSniffer/Standards/Squiz/Sniffs/",
1325
                    "CodeSniffer/Standards/Zend/Sniffs/"
1326
                ]
1327
            },
1328
            "notification-url": "https://packagist.org/downloads/",
1329
            "license": [
1330
                "BSD-3-Clause"
1331
            ],
1332
            "authors": [
1333
                {
1334
                    "name": "Greg Sherwood",
1335
                    "role": "lead"
1336
                }
1337
            ],
1338
            "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
1339
            "homepage": "http://www.squizlabs.com/php-codesniffer",
1340
            "keywords": [
1341
                "phpcs",
1342
                "standards"
1343
            ],
1344
            "time": "2015-12-11 00:12:46"
1345
        }
1346
    ],
1347
    "aliases": [],
1348
    "minimum-stability": "stable",
1349
    "stability-flags": [],
1350
    "prefer-stable": false,
1351
    "prefer-lowest": false,
1352
    "platform": {
1353
        "php": ">=5.6"
1354
    },
1355
    "platform-dev": [],
1356
    "platform-overrides": {
1357
        "php": "5.6"
1358
    }
1359
}
1360