Issues (4)

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)

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": "cd694b2d14ce35955bd7757f999fdac2",
8
    "packages": [
9
        {
10
            "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...
11
            "version": "5.0.3",
12
            "source": {
13
                "type": "git",
14
                "url": "https://github.com/guzzle/guzzle.git",
15
                "reference": "6c72627de1d66832e4270e36e56acdb0d1d8f282"
16
            },
17
            "dist": {
18
                "type": "zip",
19
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/6c72627de1d66832e4270e36e56acdb0d1d8f282",
20
                "reference": "6c72627de1d66832e4270e36e56acdb0d1d8f282",
21
                "shasum": ""
22
            },
23
            "require": {
24
                "guzzlehttp/ringphp": "~1.0",
25
                "php": ">=5.4.0"
26
            },
27
            "require-dev": {
28
                "ext-curl": "*",
29
                "phpunit/phpunit": "~4.0",
30
                "psr/log": "~1.0"
31
            },
32
            "type": "library",
33
            "extra": {
34
                "branch-alias": {
35
                    "dev-master": "5.0-dev"
36
                }
37
            },
38
            "autoload": {
39
                "psr-4": {
40
                    "GuzzleHttp\\": "src/"
41
                }
42
            },
43
            "notification-url": "https://packagist.org/downloads/",
44
            "license": [
45
                "MIT"
46
            ],
47
            "authors": [
48
                {
49
                    "name": "Michael Dowling",
50
                    "email": "[email protected]",
51
                    "homepage": "https://github.com/mtdowling"
52
                }
53
            ],
54
            "description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients",
55
            "homepage": "http://guzzlephp.org/",
56
            "keywords": [
57
                "client",
58
                "curl",
59
                "framework",
60
                "http",
61
                "http client",
62
                "rest",
63
                "web service"
64
            ],
65
            "time": "2014-11-04 07:09:15"
66
        },
67
        {
68
            "name": "guzzlehttp/ringphp",
69
            "version": "1.1.0",
70
            "source": {
71
                "type": "git",
72
                "url": "https://github.com/guzzle/RingPHP.git",
73
                "reference": "dbbb91d7f6c191e5e405e900e3102ac7f261bc0b"
74
            },
75
            "dist": {
76
                "type": "zip",
77
                "url": "https://api.github.com/repos/guzzle/RingPHP/zipball/dbbb91d7f6c191e5e405e900e3102ac7f261bc0b",
78
                "reference": "dbbb91d7f6c191e5e405e900e3102ac7f261bc0b",
79
                "shasum": ""
80
            },
81
            "require": {
82
                "guzzlehttp/streams": "~3.0",
83
                "php": ">=5.4.0",
84
                "react/promise": "~2.0"
85
            },
86
            "require-dev": {
87
                "ext-curl": "*",
88
                "phpunit/phpunit": "~4.0"
89
            },
90
            "suggest": {
91
                "ext-curl": "Guzzle will use specific adapters if cURL is present"
92
            },
93
            "type": "library",
94
            "extra": {
95
                "branch-alias": {
96
                    "dev-master": "1.1-dev"
97
                }
98
            },
99
            "autoload": {
100
                "psr-4": {
101
                    "GuzzleHttp\\Ring\\": "src/"
102
                }
103
            },
104
            "notification-url": "https://packagist.org/downloads/",
105
            "license": [
106
                "MIT"
107
            ],
108
            "authors": [
109
                {
110
                    "name": "Michael Dowling",
111
                    "email": "[email protected]",
112
                    "homepage": "https://github.com/mtdowling"
113
                }
114
            ],
115
            "description": "Provides a simple API and specification that abstracts away the details of HTTP into a single PHP function.",
116
            "time": "2015-05-20 03:37:09"
117
        },
118
        {
119
            "name": "guzzlehttp/streams",
120
            "version": "3.0.0",
121
            "source": {
122
                "type": "git",
123
                "url": "https://github.com/guzzle/streams.git",
124
                "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5"
125
            },
126
            "dist": {
127
                "type": "zip",
128
                "url": "https://api.github.com/repos/guzzle/streams/zipball/47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
129
                "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
130
                "shasum": ""
131
            },
132
            "require": {
133
                "php": ">=5.4.0"
134
            },
135
            "require-dev": {
136
                "phpunit/phpunit": "~4.0"
137
            },
138
            "type": "library",
139
            "extra": {
140
                "branch-alias": {
141
                    "dev-master": "3.0-dev"
142
                }
143
            },
144
            "autoload": {
145
                "psr-4": {
146
                    "GuzzleHttp\\Stream\\": "src/"
147
                }
148
            },
149
            "notification-url": "https://packagist.org/downloads/",
150
            "license": [
151
                "MIT"
152
            ],
153
            "authors": [
154
                {
155
                    "name": "Michael Dowling",
156
                    "email": "[email protected]",
157
                    "homepage": "https://github.com/mtdowling"
158
                }
159
            ],
160
            "description": "Provides a simple abstraction over streams of data",
161
            "homepage": "http://guzzlephp.org/",
162
            "keywords": [
163
                "Guzzle",
164
                "stream"
165
            ],
166
            "time": "2014-10-12 19:18:40"
167
        },
168
        {
169
            "name": "mfrost503/snaggle",
170
            "version": "1.0.1",
171
            "source": {
172
                "type": "git",
173
                "url": "https://github.com/mfrost503/Snaggle.git",
174
                "reference": "b233774acff5f8f24c09208a22544c29dc40df86"
175
            },
176
            "dist": {
177
                "type": "zip",
178
                "url": "https://api.github.com/repos/mfrost503/Snaggle/zipball/b233774acff5f8f24c09208a22544c29dc40df86",
179
                "reference": "b233774acff5f8f24c09208a22544c29dc40df86",
180
                "shasum": ""
181
            },
182
            "require": {
183
                "php": ">=5.4.0"
184
            },
185
            "require-dev": {
186
                "phpunit/phpunit": "~4.4",
187
                "squizlabs/php_codesniffer": "~2.1"
188
            },
189
            "type": "library",
190
            "autoload": {
191
                "psr-4": {
192
                    "Snaggle\\": "src/"
193
                }
194
            },
195
            "notification-url": "https://packagist.org/downloads/",
196
            "license": [
197
                "MIT"
198
            ],
199
            "authors": [
200
                {
201
                    "name": "Matt Frost",
202
                    "email": "[email protected]",
203
                    "homepage": "http://shortwhitebaldguy.com",
204
                    "role": "developer"
205
                }
206
            ],
207
            "description": "An OAuth 1.0 Client Library",
208
            "homepage": "https://github.com/mfrost503/Snaggle",
209
            "keywords": [
210
                "Authorization Header",
211
                "client",
212
                "oauth1"
213
            ],
214
            "time": "2015-07-19 19:44:03"
215
        },
216
        {
217
            "name": "react/promise",
218
            "version": "v2.2.1",
219
            "source": {
220
                "type": "git",
221
                "url": "https://github.com/reactphp/promise.git",
222
                "reference": "3b6fca09c7d56321057fa8867c8dbe1abf648627"
223
            },
224
            "dist": {
225
                "type": "zip",
226
                "url": "https://api.github.com/repos/reactphp/promise/zipball/3b6fca09c7d56321057fa8867c8dbe1abf648627",
227
                "reference": "3b6fca09c7d56321057fa8867c8dbe1abf648627",
228
                "shasum": ""
229
            },
230
            "require": {
231
                "php": ">=5.4.0"
232
            },
233
            "type": "library",
234
            "extra": {
235
                "branch-alias": {
236
                    "dev-master": "2.0-dev"
237
                }
238
            },
239
            "autoload": {
240
                "psr-4": {
241
                    "React\\Promise\\": "src/"
242
                },
243
                "files": [
244
                    "src/functions_include.php"
245
                ]
246
            },
247
            "notification-url": "https://packagist.org/downloads/",
248
            "license": [
249
                "MIT"
250
            ],
251
            "authors": [
252
                {
253
                    "name": "Jan Sorgalla",
254
                    "email": "[email protected]"
255
                }
256
            ],
257
            "description": "A lightweight implementation of CommonJS Promises/A for PHP",
258
            "time": "2015-07-03 13:48:55"
259
        }
260
    ],
261
    "packages-dev": [
262
        {
263
            "name": "doctrine/instantiator",
264
            "version": "1.0.5",
265
            "source": {
266
                "type": "git",
267
                "url": "https://github.com/doctrine/instantiator.git",
268
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
269
            },
270
            "dist": {
271
                "type": "zip",
272
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
273
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
274
                "shasum": ""
275
            },
276
            "require": {
277
                "php": ">=5.3,<8.0-DEV"
278
            },
279
            "require-dev": {
280
                "athletic/athletic": "~0.1.8",
281
                "ext-pdo": "*",
282
                "ext-phar": "*",
283
                "phpunit/phpunit": "~4.0",
284
                "squizlabs/php_codesniffer": "~2.0"
285
            },
286
            "type": "library",
287
            "extra": {
288
                "branch-alias": {
289
                    "dev-master": "1.0.x-dev"
290
                }
291
            },
292
            "autoload": {
293
                "psr-4": {
294
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
295
                }
296
            },
297
            "notification-url": "https://packagist.org/downloads/",
298
            "license": [
299
                "MIT"
300
            ],
301
            "authors": [
302
                {
303
                    "name": "Marco Pivetta",
304
                    "email": "[email protected]",
305
                    "homepage": "http://ocramius.github.com/"
306
                }
307
            ],
308
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
309
            "homepage": "https://github.com/doctrine/instantiator",
310
            "keywords": [
311
                "constructor",
312
                "instantiate"
313
            ],
314
            "time": "2015-06-14 21:17:01"
315
        },
316
        {
317
            "name": "phpunit/php-code-coverage",
318
            "version": "2.1.8",
319
            "source": {
320
                "type": "git",
321
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
322
                "reference": "6044546998c7627ab997501a3d0db972b3db9790"
323
            },
324
            "dist": {
325
                "type": "zip",
326
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/6044546998c7627ab997501a3d0db972b3db9790",
327
                "reference": "6044546998c7627ab997501a3d0db972b3db9790",
328
                "shasum": ""
329
            },
330
            "require": {
331
                "php": ">=5.3.3",
332
                "phpunit/php-file-iterator": "~1.3",
333
                "phpunit/php-text-template": "~1.2",
334
                "phpunit/php-token-stream": "~1.3",
335
                "sebastian/environment": "~1.0",
336
                "sebastian/version": "~1.0"
337
            },
338
            "require-dev": {
339
                "ext-xdebug": ">=2.1.4",
340
                "phpunit/phpunit": "~4"
341
            },
342
            "suggest": {
343
                "ext-dom": "*",
344
                "ext-xdebug": ">=2.2.1",
345
                "ext-xmlwriter": "*"
346
            },
347
            "type": "library",
348
            "extra": {
349
                "branch-alias": {
350
                    "dev-master": "2.1.x-dev"
351
                }
352
            },
353
            "autoload": {
354
                "classmap": [
355
                    "src/"
356
                ]
357
            },
358
            "notification-url": "https://packagist.org/downloads/",
359
            "license": [
360
                "BSD-3-Clause"
361
            ],
362
            "authors": [
363
                {
364
                    "name": "Sebastian Bergmann",
365
                    "email": "[email protected]",
366
                    "role": "lead"
367
                }
368
            ],
369
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
370
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
371
            "keywords": [
372
                "coverage",
373
                "testing",
374
                "xunit"
375
            ],
376
            "time": "2015-07-13 11:25:58"
377
        },
378
        {
379
            "name": "phpunit/php-file-iterator",
380
            "version": "1.3.4",
381
            "source": {
382
                "type": "git",
383
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
384
                "reference": "acd690379117b042d1c8af1fafd61bde001bf6bb"
385
            },
386
            "dist": {
387
                "type": "zip",
388
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/acd690379117b042d1c8af1fafd61bde001bf6bb",
389
                "reference": "acd690379117b042d1c8af1fafd61bde001bf6bb",
390
                "shasum": ""
391
            },
392
            "require": {
393
                "php": ">=5.3.3"
394
            },
395
            "type": "library",
396
            "autoload": {
397
                "classmap": [
398
                    "File/"
399
                ]
400
            },
401
            "notification-url": "https://packagist.org/downloads/",
402
            "include-path": [
403
                ""
404
            ],
405
            "license": [
406
                "BSD-3-Clause"
407
            ],
408
            "authors": [
409
                {
410
                    "name": "Sebastian Bergmann",
411
                    "email": "[email protected]",
412
                    "role": "lead"
413
                }
414
            ],
415
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
416
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
417
            "keywords": [
418
                "filesystem",
419
                "iterator"
420
            ],
421
            "time": "2013-10-10 15:34:57"
422
        },
423
        {
424
            "name": "phpunit/php-text-template",
425
            "version": "1.2.1",
426
            "source": {
427
                "type": "git",
428
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
429
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
430
            },
431
            "dist": {
432
                "type": "zip",
433
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
434
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
435
                "shasum": ""
436
            },
437
            "require": {
438
                "php": ">=5.3.3"
439
            },
440
            "type": "library",
441
            "autoload": {
442
                "classmap": [
443
                    "src/"
444
                ]
445
            },
446
            "notification-url": "https://packagist.org/downloads/",
447
            "license": [
448
                "BSD-3-Clause"
449
            ],
450
            "authors": [
451
                {
452
                    "name": "Sebastian Bergmann",
453
                    "email": "[email protected]",
454
                    "role": "lead"
455
                }
456
            ],
457
            "description": "Simple template engine.",
458
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
459
            "keywords": [
460
                "template"
461
            ],
462
            "time": "2015-06-21 13:50:34"
463
        },
464
        {
465
            "name": "phpunit/php-timer",
466
            "version": "1.0.6",
467
            "source": {
468
                "type": "git",
469
                "url": "https://github.com/sebastianbergmann/php-timer.git",
470
                "reference": "83fe1bdc5d47658b727595c14da140da92b3d66d"
471
            },
472
            "dist": {
473
                "type": "zip",
474
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/83fe1bdc5d47658b727595c14da140da92b3d66d",
475
                "reference": "83fe1bdc5d47658b727595c14da140da92b3d66d",
476
                "shasum": ""
477
            },
478
            "require": {
479
                "php": ">=5.3.3"
480
            },
481
            "type": "library",
482
            "autoload": {
483
                "classmap": [
484
                    "src/"
485
                ]
486
            },
487
            "notification-url": "https://packagist.org/downloads/",
488
            "license": [
489
                "BSD-3-Clause"
490
            ],
491
            "authors": [
492
                {
493
                    "name": "Sebastian Bergmann",
494
                    "email": "[email protected]",
495
                    "role": "lead"
496
                }
497
            ],
498
            "description": "Utility class for timing",
499
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
500
            "keywords": [
501
                "timer"
502
            ],
503
            "time": "2015-06-13 07:35:30"
504
        },
505
        {
506
            "name": "phpunit/php-token-stream",
507
            "version": "1.4.3",
508
            "source": {
509
                "type": "git",
510
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
511
                "reference": "7a9b0969488c3c54fd62b4d504b3ec758fd005d9"
512
            },
513
            "dist": {
514
                "type": "zip",
515
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/7a9b0969488c3c54fd62b4d504b3ec758fd005d9",
516
                "reference": "7a9b0969488c3c54fd62b4d504b3ec758fd005d9",
517
                "shasum": ""
518
            },
519
            "require": {
520
                "ext-tokenizer": "*",
521
                "php": ">=5.3.3"
522
            },
523
            "require-dev": {
524
                "phpunit/phpunit": "~4.2"
525
            },
526
            "type": "library",
527
            "extra": {
528
                "branch-alias": {
529
                    "dev-master": "1.4-dev"
530
                }
531
            },
532
            "autoload": {
533
                "classmap": [
534
                    "src/"
535
                ]
536
            },
537
            "notification-url": "https://packagist.org/downloads/",
538
            "license": [
539
                "BSD-3-Clause"
540
            ],
541
            "authors": [
542
                {
543
                    "name": "Sebastian Bergmann",
544
                    "email": "[email protected]"
545
                }
546
            ],
547
            "description": "Wrapper around PHP's tokenizer extension.",
548
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
549
            "keywords": [
550
                "tokenizer"
551
            ],
552
            "time": "2015-06-19 03:43:16"
553
        },
554
        {
555
            "name": "phpunit/phpunit",
556
            "version": "4.4.5",
557
            "source": {
558
                "type": "git",
559
                "url": "https://github.com/sebastianbergmann/phpunit.git",
560
                "reference": "2e8580deebb7d1ac92ac878595e6bffe01069c2a"
561
            },
562
            "dist": {
563
                "type": "zip",
564
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/2e8580deebb7d1ac92ac878595e6bffe01069c2a",
565
                "reference": "2e8580deebb7d1ac92ac878595e6bffe01069c2a",
566
                "shasum": ""
567
            },
568
            "require": {
569
                "ext-dom": "*",
570
                "ext-json": "*",
571
                "ext-pcre": "*",
572
                "ext-reflection": "*",
573
                "ext-spl": "*",
574
                "php": ">=5.3.3",
575
                "phpunit/php-code-coverage": "~2.0",
576
                "phpunit/php-file-iterator": "~1.3.2",
577
                "phpunit/php-text-template": "~1.2",
578
                "phpunit/php-timer": "~1.0.2",
579
                "phpunit/phpunit-mock-objects": "~2.3",
580
                "sebastian/comparator": "~1.0",
581
                "sebastian/diff": "~1.1",
582
                "sebastian/environment": "~1.1",
583
                "sebastian/exporter": "~1.1",
584
                "sebastian/global-state": "~1.0",
585
                "sebastian/recursion-context": "~1.0",
586
                "sebastian/version": "~1.0",
587
                "symfony/yaml": "~2.0"
588
            },
589
            "suggest": {
590
                "phpunit/php-invoker": "~1.1"
591
            },
592
            "bin": [
593
                "phpunit"
594
            ],
595
            "type": "library",
596
            "extra": {
597
                "branch-alias": {
598
                    "dev-master": "4.4.x-dev"
599
                }
600
            },
601
            "autoload": {
602
                "classmap": [
603
                    "src/"
604
                ]
605
            },
606
            "notification-url": "https://packagist.org/downloads/",
607
            "license": [
608
                "BSD-3-Clause"
609
            ],
610
            "authors": [
611
                {
612
                    "name": "Sebastian Bergmann",
613
                    "email": "[email protected]",
614
                    "role": "lead"
615
                }
616
            ],
617
            "description": "The PHP Unit Testing framework.",
618
            "homepage": "https://phpunit.de/",
619
            "keywords": [
620
                "phpunit",
621
                "testing",
622
                "xunit"
623
            ],
624
            "time": "2015-01-27 16:06:15"
625
        },
626
        {
627
            "name": "phpunit/phpunit-mock-objects",
628
            "version": "2.3.5",
629
            "source": {
630
                "type": "git",
631
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
632
                "reference": "1c330b1b6e1ea8fd15f2fbea46770576e366855c"
633
            },
634
            "dist": {
635
                "type": "zip",
636
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/1c330b1b6e1ea8fd15f2fbea46770576e366855c",
637
                "reference": "1c330b1b6e1ea8fd15f2fbea46770576e366855c",
638
                "shasum": ""
639
            },
640
            "require": {
641
                "doctrine/instantiator": "~1.0,>=1.0.2",
642
                "php": ">=5.3.3",
643
                "phpunit/php-text-template": "~1.2"
644
            },
645
            "require-dev": {
646
                "phpunit/phpunit": "~4.4"
647
            },
648
            "suggest": {
649
                "ext-soap": "*"
650
            },
651
            "type": "library",
652
            "extra": {
653
                "branch-alias": {
654
                    "dev-master": "2.3.x-dev"
655
                }
656
            },
657
            "autoload": {
658
                "classmap": [
659
                    "src/"
660
                ]
661
            },
662
            "notification-url": "https://packagist.org/downloads/",
663
            "license": [
664
                "BSD-3-Clause"
665
            ],
666
            "authors": [
667
                {
668
                    "name": "Sebastian Bergmann",
669
                    "email": "[email protected]",
670
                    "role": "lead"
671
                }
672
            ],
673
            "description": "Mock Object library for PHPUnit",
674
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
675
            "keywords": [
676
                "mock",
677
                "xunit"
678
            ],
679
            "time": "2015-07-04 05:41:32"
680
        },
681
        {
682
            "name": "sebastian/comparator",
683
            "version": "1.1.1",
684
            "source": {
685
                "type": "git",
686
                "url": "https://github.com/sebastianbergmann/comparator.git",
687
                "reference": "1dd8869519a225f7f2b9eb663e225298fade819e"
688
            },
689
            "dist": {
690
                "type": "zip",
691
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/1dd8869519a225f7f2b9eb663e225298fade819e",
692
                "reference": "1dd8869519a225f7f2b9eb663e225298fade819e",
693
                "shasum": ""
694
            },
695
            "require": {
696
                "php": ">=5.3.3",
697
                "sebastian/diff": "~1.2",
698
                "sebastian/exporter": "~1.2"
699
            },
700
            "require-dev": {
701
                "phpunit/phpunit": "~4.4"
702
            },
703
            "type": "library",
704
            "extra": {
705
                "branch-alias": {
706
                    "dev-master": "1.1.x-dev"
707
                }
708
            },
709
            "autoload": {
710
                "classmap": [
711
                    "src/"
712
                ]
713
            },
714
            "notification-url": "https://packagist.org/downloads/",
715
            "license": [
716
                "BSD-3-Clause"
717
            ],
718
            "authors": [
719
                {
720
                    "name": "Jeff Welch",
721
                    "email": "[email protected]"
722
                },
723
                {
724
                    "name": "Volker Dusch",
725
                    "email": "[email protected]"
726
                },
727
                {
728
                    "name": "Bernhard Schussek",
729
                    "email": "[email protected]"
730
                },
731
                {
732
                    "name": "Sebastian Bergmann",
733
                    "email": "[email protected]"
734
                }
735
            ],
736
            "description": "Provides the functionality to compare PHP values for equality",
737
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
738
            "keywords": [
739
                "comparator",
740
                "compare",
741
                "equality"
742
            ],
743
            "time": "2015-01-29 16:28:08"
744
        },
745
        {
746
            "name": "sebastian/diff",
747
            "version": "1.3.0",
748
            "source": {
749
                "type": "git",
750
                "url": "https://github.com/sebastianbergmann/diff.git",
751
                "reference": "863df9687835c62aa423a22412d26fa2ebde3fd3"
752
            },
753
            "dist": {
754
                "type": "zip",
755
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/863df9687835c62aa423a22412d26fa2ebde3fd3",
756
                "reference": "863df9687835c62aa423a22412d26fa2ebde3fd3",
757
                "shasum": ""
758
            },
759
            "require": {
760
                "php": ">=5.3.3"
761
            },
762
            "require-dev": {
763
                "phpunit/phpunit": "~4.2"
764
            },
765
            "type": "library",
766
            "extra": {
767
                "branch-alias": {
768
                    "dev-master": "1.3-dev"
769
                }
770
            },
771
            "autoload": {
772
                "classmap": [
773
                    "src/"
774
                ]
775
            },
776
            "notification-url": "https://packagist.org/downloads/",
777
            "license": [
778
                "BSD-3-Clause"
779
            ],
780
            "authors": [
781
                {
782
                    "name": "Kore Nordmann",
783
                    "email": "[email protected]"
784
                },
785
                {
786
                    "name": "Sebastian Bergmann",
787
                    "email": "[email protected]"
788
                }
789
            ],
790
            "description": "Diff implementation",
791
            "homepage": "http://www.github.com/sebastianbergmann/diff",
792
            "keywords": [
793
                "diff"
794
            ],
795
            "time": "2015-02-22 15:13:53"
796
        },
797
        {
798
            "name": "sebastian/environment",
799
            "version": "1.2.2",
800
            "source": {
801
                "type": "git",
802
                "url": "https://github.com/sebastianbergmann/environment.git",
803
                "reference": "5a8c7d31914337b69923db26c4221b81ff5a196e"
804
            },
805
            "dist": {
806
                "type": "zip",
807
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/5a8c7d31914337b69923db26c4221b81ff5a196e",
808
                "reference": "5a8c7d31914337b69923db26c4221b81ff5a196e",
809
                "shasum": ""
810
            },
811
            "require": {
812
                "php": ">=5.3.3"
813
            },
814
            "require-dev": {
815
                "phpunit/phpunit": "~4.4"
816
            },
817
            "type": "library",
818
            "extra": {
819
                "branch-alias": {
820
                    "dev-master": "1.3.x-dev"
821
                }
822
            },
823
            "autoload": {
824
                "classmap": [
825
                    "src/"
826
                ]
827
            },
828
            "notification-url": "https://packagist.org/downloads/",
829
            "license": [
830
                "BSD-3-Clause"
831
            ],
832
            "authors": [
833
                {
834
                    "name": "Sebastian Bergmann",
835
                    "email": "[email protected]"
836
                }
837
            ],
838
            "description": "Provides functionality to handle HHVM/PHP environments",
839
            "homepage": "http://www.github.com/sebastianbergmann/environment",
840
            "keywords": [
841
                "Xdebug",
842
                "environment",
843
                "hhvm"
844
            ],
845
            "time": "2015-01-01 10:01:08"
846
        },
847
        {
848
            "name": "sebastian/exporter",
849
            "version": "1.2.0",
850
            "source": {
851
                "type": "git",
852
                "url": "https://github.com/sebastianbergmann/exporter.git",
853
                "reference": "84839970d05254c73cde183a721c7af13aede943"
854
            },
855
            "dist": {
856
                "type": "zip",
857
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/84839970d05254c73cde183a721c7af13aede943",
858
                "reference": "84839970d05254c73cde183a721c7af13aede943",
859
                "shasum": ""
860
            },
861
            "require": {
862
                "php": ">=5.3.3",
863
                "sebastian/recursion-context": "~1.0"
864
            },
865
            "require-dev": {
866
                "phpunit/phpunit": "~4.4"
867
            },
868
            "type": "library",
869
            "extra": {
870
                "branch-alias": {
871
                    "dev-master": "1.2.x-dev"
872
                }
873
            },
874
            "autoload": {
875
                "classmap": [
876
                    "src/"
877
                ]
878
            },
879
            "notification-url": "https://packagist.org/downloads/",
880
            "license": [
881
                "BSD-3-Clause"
882
            ],
883
            "authors": [
884
                {
885
                    "name": "Jeff Welch",
886
                    "email": "[email protected]"
887
                },
888
                {
889
                    "name": "Volker Dusch",
890
                    "email": "[email protected]"
891
                },
892
                {
893
                    "name": "Bernhard Schussek",
894
                    "email": "[email protected]"
895
                },
896
                {
897
                    "name": "Sebastian Bergmann",
898
                    "email": "[email protected]"
899
                },
900
                {
901
                    "name": "Adam Harvey",
902
                    "email": "[email protected]"
903
                }
904
            ],
905
            "description": "Provides the functionality to export PHP variables for visualization",
906
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
907
            "keywords": [
908
                "export",
909
                "exporter"
910
            ],
911
            "time": "2015-01-27 07:23:06"
912
        },
913
        {
914
            "name": "sebastian/global-state",
915
            "version": "1.0.0",
916
            "source": {
917
                "type": "git",
918
                "url": "https://github.com/sebastianbergmann/global-state.git",
919
                "reference": "c7428acdb62ece0a45e6306f1ae85e1c05b09c01"
920
            },
921
            "dist": {
922
                "type": "zip",
923
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/c7428acdb62ece0a45e6306f1ae85e1c05b09c01",
924
                "reference": "c7428acdb62ece0a45e6306f1ae85e1c05b09c01",
925
                "shasum": ""
926
            },
927
            "require": {
928
                "php": ">=5.3.3"
929
            },
930
            "require-dev": {
931
                "phpunit/phpunit": "~4.2"
932
            },
933
            "suggest": {
934
                "ext-uopz": "*"
935
            },
936
            "type": "library",
937
            "extra": {
938
                "branch-alias": {
939
                    "dev-master": "1.0-dev"
940
                }
941
            },
942
            "autoload": {
943
                "classmap": [
944
                    "src/"
945
                ]
946
            },
947
            "notification-url": "https://packagist.org/downloads/",
948
            "license": [
949
                "BSD-3-Clause"
950
            ],
951
            "authors": [
952
                {
953
                    "name": "Sebastian Bergmann",
954
                    "email": "[email protected]"
955
                }
956
            ],
957
            "description": "Snapshotting of global state",
958
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
959
            "keywords": [
960
                "global state"
961
            ],
962
            "time": "2014-10-06 09:23:50"
963
        },
964
        {
965
            "name": "sebastian/recursion-context",
966
            "version": "1.0.0",
967
            "source": {
968
                "type": "git",
969
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
970
                "reference": "3989662bbb30a29d20d9faa04a846af79b276252"
971
            },
972
            "dist": {
973
                "type": "zip",
974
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/3989662bbb30a29d20d9faa04a846af79b276252",
975
                "reference": "3989662bbb30a29d20d9faa04a846af79b276252",
976
                "shasum": ""
977
            },
978
            "require": {
979
                "php": ">=5.3.3"
980
            },
981
            "require-dev": {
982
                "phpunit/phpunit": "~4.4"
983
            },
984
            "type": "library",
985
            "extra": {
986
                "branch-alias": {
987
                    "dev-master": "1.0.x-dev"
988
                }
989
            },
990
            "autoload": {
991
                "classmap": [
992
                    "src/"
993
                ]
994
            },
995
            "notification-url": "https://packagist.org/downloads/",
996
            "license": [
997
                "BSD-3-Clause"
998
            ],
999
            "authors": [
1000
                {
1001
                    "name": "Jeff Welch",
1002
                    "email": "[email protected]"
1003
                },
1004
                {
1005
                    "name": "Sebastian Bergmann",
1006
                    "email": "[email protected]"
1007
                },
1008
                {
1009
                    "name": "Adam Harvey",
1010
                    "email": "[email protected]"
1011
                }
1012
            ],
1013
            "description": "Provides functionality to recursively process PHP variables",
1014
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
1015
            "time": "2015-01-24 09:48:32"
1016
        },
1017
        {
1018
            "name": "sebastian/version",
1019
            "version": "1.0.6",
1020
            "source": {
1021
                "type": "git",
1022
                "url": "https://github.com/sebastianbergmann/version.git",
1023
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
1024
            },
1025
            "dist": {
1026
                "type": "zip",
1027
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
1028
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
1029
                "shasum": ""
1030
            },
1031
            "type": "library",
1032
            "autoload": {
1033
                "classmap": [
1034
                    "src/"
1035
                ]
1036
            },
1037
            "notification-url": "https://packagist.org/downloads/",
1038
            "license": [
1039
                "BSD-3-Clause"
1040
            ],
1041
            "authors": [
1042
                {
1043
                    "name": "Sebastian Bergmann",
1044
                    "email": "[email protected]",
1045
                    "role": "lead"
1046
                }
1047
            ],
1048
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
1049
            "homepage": "https://github.com/sebastianbergmann/version",
1050
            "time": "2015-06-21 13:59:46"
1051
        },
1052
        {
1053
            "name": "squizlabs/php_codesniffer",
1054
            "version": "2.3.3",
1055
            "source": {
1056
                "type": "git",
1057
                "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
1058
                "reference": "c1a26c729508f73560c1a4f767f60b8ab6b4a666"
1059
            },
1060
            "dist": {
1061
                "type": "zip",
1062
                "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/c1a26c729508f73560c1a4f767f60b8ab6b4a666",
1063
                "reference": "c1a26c729508f73560c1a4f767f60b8ab6b4a666",
1064
                "shasum": ""
1065
            },
1066
            "require": {
1067
                "ext-tokenizer": "*",
1068
                "ext-xmlwriter": "*",
1069
                "php": ">=5.1.2"
1070
            },
1071
            "bin": [
1072
                "scripts/phpcs",
1073
                "scripts/phpcbf"
1074
            ],
1075
            "type": "library",
1076
            "extra": {
1077
                "branch-alias": {
1078
                    "dev-master": "2.0.x-dev"
1079
                }
1080
            },
1081
            "autoload": {
1082
                "classmap": [
1083
                    "CodeSniffer.php",
1084
                    "CodeSniffer/CLI.php",
1085
                    "CodeSniffer/Exception.php",
1086
                    "CodeSniffer/File.php",
1087
                    "CodeSniffer/Fixer.php",
1088
                    "CodeSniffer/Report.php",
1089
                    "CodeSniffer/Reporting.php",
1090
                    "CodeSniffer/Sniff.php",
1091
                    "CodeSniffer/Tokens.php",
1092
                    "CodeSniffer/Reports/",
1093
                    "CodeSniffer/Tokenizers/",
1094
                    "CodeSniffer/DocGenerators/",
1095
                    "CodeSniffer/Standards/AbstractPatternSniff.php",
1096
                    "CodeSniffer/Standards/AbstractScopeSniff.php",
1097
                    "CodeSniffer/Standards/AbstractVariableSniff.php",
1098
                    "CodeSniffer/Standards/IncorrectPatternException.php",
1099
                    "CodeSniffer/Standards/Generic/Sniffs/",
1100
                    "CodeSniffer/Standards/MySource/Sniffs/",
1101
                    "CodeSniffer/Standards/PEAR/Sniffs/",
1102
                    "CodeSniffer/Standards/PSR1/Sniffs/",
1103
                    "CodeSniffer/Standards/PSR2/Sniffs/",
1104
                    "CodeSniffer/Standards/Squiz/Sniffs/",
1105
                    "CodeSniffer/Standards/Zend/Sniffs/"
1106
                ]
1107
            },
1108
            "notification-url": "https://packagist.org/downloads/",
1109
            "license": [
1110
                "BSD-3-Clause"
1111
            ],
1112
            "authors": [
1113
                {
1114
                    "name": "Greg Sherwood",
1115
                    "role": "lead"
1116
                }
1117
            ],
1118
            "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
1119
            "homepage": "http://www.squizlabs.com/php-codesniffer",
1120
            "keywords": [
1121
                "phpcs",
1122
                "standards"
1123
            ],
1124
            "time": "2015-06-24 03:16:23"
1125
        },
1126
        {
1127
            "name": "symfony/yaml",
1128
            "version": "v2.7.2",
1129
            "source": {
1130
                "type": "git",
1131
                "url": "https://github.com/symfony/Yaml.git",
1132
                "reference": "4bfbe0ed3909bfddd75b70c094391ec1f142f860"
1133
            },
1134
            "dist": {
1135
                "type": "zip",
1136
                "url": "https://api.github.com/repos/symfony/Yaml/zipball/4bfbe0ed3909bfddd75b70c094391ec1f142f860",
1137
                "reference": "4bfbe0ed3909bfddd75b70c094391ec1f142f860",
1138
                "shasum": ""
1139
            },
1140
            "require": {
1141
                "php": ">=5.3.9"
1142
            },
1143
            "require-dev": {
1144
                "symfony/phpunit-bridge": "~2.7"
1145
            },
1146
            "type": "library",
1147
            "extra": {
1148
                "branch-alias": {
1149
                    "dev-master": "2.7-dev"
1150
                }
1151
            },
1152
            "autoload": {
1153
                "psr-4": {
1154
                    "Symfony\\Component\\Yaml\\": ""
1155
                }
1156
            },
1157
            "notification-url": "https://packagist.org/downloads/",
1158
            "license": [
1159
                "MIT"
1160
            ],
1161
            "authors": [
1162
                {
1163
                    "name": "Fabien Potencier",
1164
                    "email": "[email protected]"
1165
                },
1166
                {
1167
                    "name": "Symfony Community",
1168
                    "homepage": "https://symfony.com/contributors"
1169
                }
1170
            ],
1171
            "description": "Symfony Yaml Component",
1172
            "homepage": "https://symfony.com",
1173
            "time": "2015-07-01 11:25:50"
1174
        },
1175
        {
1176
            "name": "whatthejeff/fab",
1177
            "version": "v1.0.0",
1178
            "source": {
1179
                "type": "git",
1180
                "url": "https://github.com/whatthejeff/fab.git",
1181
                "reference": "1f9d9cdc354cabda0d7b72b7e2ab5fdfb747b8ef"
1182
            },
1183
            "dist": {
1184
                "type": "zip",
1185
                "url": "https://api.github.com/repos/whatthejeff/fab/zipball/1f9d9cdc354cabda0d7b72b7e2ab5fdfb747b8ef",
1186
                "reference": "1f9d9cdc354cabda0d7b72b7e2ab5fdfb747b8ef",
1187
                "shasum": ""
1188
            },
1189
            "require": {
1190
                "php": ">=5.3.3"
1191
            },
1192
            "require-dev": {
1193
                "phpunit/phpunit": "3.7.*"
1194
            },
1195
            "type": "library",
1196
            "extra": {
1197
                "branch-alias": {
1198
                    "dev-master": "1.0.x-dev"
1199
                }
1200
            },
1201
            "autoload": {
1202
                "psr-0": {
1203
                    "Fab": "src/"
1204
                }
1205
            },
1206
            "notification-url": "https://packagist.org/downloads/",
1207
            "license": [
1208
                "MIT"
1209
            ],
1210
            "authors": [
1211
                {
1212
                    "name": "Jeff Welch",
1213
                    "email": "[email protected]"
1214
                }
1215
            ],
1216
            "description": "Make your output fabulous!",
1217
            "homepage": "http://github.com/whatthejeff/fab",
1218
            "keywords": [
1219
                "colorful",
1220
                "fab",
1221
                "fabulous",
1222
                "rainbow"
1223
            ],
1224
            "time": "2013-02-14 01:28:47"
1225
        },
1226
        {
1227
            "name": "whatthejeff/nyancat-phpunit-resultprinter",
1228
            "version": "v1.2.0",
1229
            "source": {
1230
                "type": "git",
1231
                "url": "https://github.com/whatthejeff/nyancat-phpunit-resultprinter.git",
1232
                "reference": "ccfa266c1991bcde1cf590b3de808b3465ca9b1d"
1233
            },
1234
            "dist": {
1235
                "type": "zip",
1236
                "url": "https://api.github.com/repos/whatthejeff/nyancat-phpunit-resultprinter/zipball/ccfa266c1991bcde1cf590b3de808b3465ca9b1d",
1237
                "reference": "ccfa266c1991bcde1cf590b3de808b3465ca9b1d",
1238
                "shasum": ""
1239
            },
1240
            "require": {
1241
                "php": ">=5.3.3",
1242
                "whatthejeff/nyancat-scoreboard": "~1.1"
1243
            },
1244
            "require-dev": {
1245
                "pear-pear/pear": "1.9.4",
1246
                "phpunit/php-code-coverage": "1.3.*@dev",
1247
                "phpunit/php-file-iterator": ">=1.3.1@dev",
1248
                "phpunit/php-text-template": ">=1.1.1@dev",
1249
                "phpunit/php-timer": ">=1.1.0@dev",
1250
                "phpunit/phpunit": "3.8.*@dev",
1251
                "phpunit/phpunit-mock-objects": "1.3.*@dev",
1252
                "sebastian/diff": ">=1.0.0@dev",
1253
                "sebastian/exporter": ">=1.0.0@dev",
1254
                "sebastian/version": ">=1.0.0@dev"
1255
            },
1256
            "type": "library",
1257
            "extra": {
1258
                "branch-alias": {
1259
                    "dev-master": "1.2.x-dev"
1260
                }
1261
            },
1262
            "autoload": {
1263
                "psr-0": {
1264
                    "NyanCat": "src/"
1265
                }
1266
            },
1267
            "notification-url": "https://packagist.org/downloads/",
1268
            "license": [
1269
                "MIT"
1270
            ],
1271
            "authors": [
1272
                {
1273
                    "name": "Jeff Welch",
1274
                    "email": "[email protected]"
1275
                }
1276
            ],
1277
            "description": "Nyan Cat result printer for PHPUnit",
1278
            "homepage": "http://github.com/whatthejeff/nyancat-phpunit-resultprinter",
1279
            "keywords": [
1280
                "cat",
1281
                "nyan",
1282
                "phpunit",
1283
                "rainbow",
1284
                "tests"
1285
            ],
1286
            "time": "2013-10-30 06:26:11"
1287
        },
1288
        {
1289
            "name": "whatthejeff/nyancat-scoreboard",
1290
            "version": "v1.1.1",
1291
            "source": {
1292
                "type": "git",
1293
                "url": "https://github.com/whatthejeff/nyancat-scoreboard.git",
1294
                "reference": "ab5e68605d4950f299684f4e161d56e96be6994c"
1295
            },
1296
            "dist": {
1297
                "type": "zip",
1298
                "url": "https://api.github.com/repos/whatthejeff/nyancat-scoreboard/zipball/ab5e68605d4950f299684f4e161d56e96be6994c",
1299
                "reference": "ab5e68605d4950f299684f4e161d56e96be6994c",
1300
                "shasum": ""
1301
            },
1302
            "require": {
1303
                "php": ">=5.3.3",
1304
                "whatthejeff/fab": "~1.0"
1305
            },
1306
            "require-dev": {
1307
                "pear-pear/pear": "1.9.4",
1308
                "phpunit/php-code-coverage": "1.3.*@dev",
1309
                "phpunit/phpunit": "3.8.*@dev",
1310
                "phpunit/phpunit-mock-objects": "1.3.*@dev"
1311
            },
1312
            "type": "library",
1313
            "extra": {
1314
                "branch-alias": {
1315
                    "dev-master": "1.1.x-dev"
1316
                }
1317
            },
1318
            "autoload": {
1319
                "psr-0": {
1320
                    "NyanCat": "src/"
1321
                }
1322
            },
1323
            "notification-url": "https://packagist.org/downloads/",
1324
            "license": [
1325
                "MIT"
1326
            ],
1327
            "authors": [
1328
                {
1329
                    "name": "Jeff Welch",
1330
                    "email": "[email protected]"
1331
                }
1332
            ],
1333
            "description": "Nyan Cat Scoreboard",
1334
            "homepage": "http://github.com/whatthejeff/nyancat-scoreboard",
1335
            "keywords": [
1336
                "cat",
1337
                "nyan",
1338
                "rainbow",
1339
                "scoreboard",
1340
                "tests"
1341
            ],
1342
            "time": "2014-02-12 22:16:49"
1343
        }
1344
    ],
1345
    "aliases": [],
1346
    "minimum-stability": "stable",
1347
    "stability-flags": [],
1348
    "prefer-stable": false,
1349
    "prefer-lowest": false,
1350
    "platform": {
1351
        "php": ">=5.4.0"
1352
    },
1353
    "platform-dev": []
1354
}
1355