Issues (438)

Security Analysis    not enabled

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": "8d8d6f7a40e4f508630d713b9bd22015",
8
    "packages": [
9
        {
10
            "name": "3rdpartyeve/perry",
11
            "version": "1.5.0",
12
            "source": {
13
                "type": "git",
14
                "url": "https://github.com/3rdpartyeve/perry.git",
15
                "reference": "06a0141e18733887005d8548d5de2fda5507648c"
16
            },
17
            "dist": {
18
                "type": "zip",
19
                "url": "https://api.github.com/repos/3rdpartyeve/perry/zipball/06a0141e18733887005d8548d5de2fda5507648c",
20
                "reference": "06a0141e18733887005d8548d5de2fda5507648c",
21
                "shasum": ""
22
            },
23
            "require": {
24
                "guzzlehttp/guzzle": "4.0.*"
25
            },
26
            "require-dev": {
27
                "phpunit/phpunit": "4.0.*"
28
            },
29
            "type": "library",
30
            "autoload": {
31
                "psr-4": {
32
                    "Perry\\": "src/Perry/",
33
                    "Psr\\": "src/Psr/"
34
                }
35
            },
36
            "notification-url": "https://packagist.org/downloads/",
37
            "license": [
38
                "MIT"
39
            ],
40
            "authors": [
41
                {
42
                    "name": "Peter Petermann",
43
                    "email": "[email protected]"
44
                }
45
            ],
46
            "description": "A PHP Library to access EVE Online's CREST API",
47
            "time": "2014-07-25 14:44:48"
48
        },
49
        {
50
            "name": "3rdpartyeve/phealng",
51
            "version": "1.3.0",
52
            "source": {
53
                "type": "git",
54
                "url": "https://github.com/3rdpartyeve/phealng.git",
55
                "reference": "22f92674c0bf5272d559cd54a49bd09d3af2f015"
56
            },
57
            "dist": {
58
                "type": "zip",
59
                "url": "https://api.github.com/repos/3rdpartyeve/phealng/zipball/22f92674c0bf5272d559cd54a49bd09d3af2f015",
60
                "reference": "22f92674c0bf5272d559cd54a49bd09d3af2f015",
61
                "shasum": ""
62
            },
63
            "require": {
64
                "php": ">=5.3.0"
65
            },
66
            "type": "library",
67
            "autoload": {
68
                "psr-4": {
69
                    "Pheal\\": "lib/Pheal/"
70
                }
71
            },
72
            "notification-url": "https://packagist.org/downloads/",
73
            "license": [
74
                "MIT"
75
            ],
76
            "authors": [
77
                {
78
                    "name": "Peter Petermann",
79
                    "email": "[email protected]",
80
                    "homepage": "http://devedge.eu"
81
                },
82
                {
83
                    "name": "Wollari",
84
                    "homepage": "http://evemaps.dotlan.net/"
85
                }
86
            ],
87
            "description": "PHP Eve Api Library, a simple PHP lib to access the EVE Online API",
88
            "homepage": "https://github.com/3rdpartyeve/phealng",
89
            "keywords": [
90
                "EVE API",
91
                "EVE Online",
92
                "Pheal",
93
                "PhealNG"
94
            ],
95
            "time": "2014-11-21 09:42:47"
96
        },
97
        {
98
            "name": "dg/twitter-php",
99
            "version": "v3.5",
100
            "source": {
101
                "type": "git",
102
                "url": "https://github.com/dg/twitter-php.git",
103
                "reference": "8c3ba6862ac7a300d3836aabfd4688b4d63049f0"
104
            },
105
            "dist": {
106
                "type": "zip",
107
                "url": "https://api.github.com/repos/dg/twitter-php/zipball/8c3ba6862ac7a300d3836aabfd4688b4d63049f0",
108
                "reference": "8c3ba6862ac7a300d3836aabfd4688b4d63049f0",
109
                "shasum": ""
110
            },
111
            "type": "library",
112
            "autoload": {
113
                "classmap": [
114
                    "src/"
115
                ]
116
            },
117
            "notification-url": "https://packagist.org/downloads/",
118
            "license": [
119
                "BSD-3-Clause"
120
            ],
121
            "authors": [
122
                {
123
                    "name": "David Grudl",
124
                    "homepage": "http://davidgrudl.com"
125
                }
126
            ],
127
            "description": "Small and easy Twitter library for PHP",
128
            "homepage": "https://github.com/dg/twitter-php",
129
            "keywords": [
130
                "oauth",
131
                "twitter"
132
            ],
133
            "time": "2014-12-31 10:29:19"
134
        },
135
        {
136
            "name": "domnikl/statsd",
137
            "version": "2.1.4",
138
            "source": {
139
                "type": "git",
140
                "url": "https://github.com/domnikl/statsd-php.git",
141
                "reference": "c6ef2464b1d002001f5615cbd005d82f15d89c10"
142
            },
143
            "dist": {
144
                "type": "zip",
145
                "url": "https://api.github.com/repos/domnikl/statsd-php/zipball/c6ef2464b1d002001f5615cbd005d82f15d89c10",
146
                "reference": "c6ef2464b1d002001f5615cbd005d82f15d89c10",
147
                "shasum": ""
148
            },
149
            "require": {
150
                "php": ">= 5.4.0"
151
            },
152
            "require-dev": {
153
                "phpunit/phpunit": ">= 4.4.0"
154
            },
155
            "type": "library",
156
            "autoload": {
157
                "psr-4": {
158
                    "Domnikl\\Statsd\\": "lib/"
159
                }
160
            },
161
            "notification-url": "https://packagist.org/downloads/",
162
            "license": [
163
                "MIT"
164
            ],
165
            "authors": [
166
                {
167
                    "name": "Dominik Liebler",
168
                    "email": "[email protected]"
169
                }
170
            ],
171
            "description": "a PHP client for statsd",
172
            "homepage": "https://domnikl.github.com/statsd-php",
173
            "keywords": [
174
                "Metrics",
175
                "monitoring",
176
                "statistics",
177
                "statsd",
178
                "udp"
179
            ],
180
            "time": "2015-04-14 07:00:57"
181
        },
182
        {
183
            "name": "erusev/parsedown",
184
            "version": "dev-master",
185
            "source": {
186
                "type": "git",
187
                "url": "https://github.com/erusev/parsedown.git",
188
                "reference": "b9e5228e92e5f5c17d7774cfb2de8e5e8362de1a"
189
            },
190
            "dist": {
191
                "type": "zip",
192
                "url": "https://api.github.com/repos/erusev/parsedown/zipball/b9e5228e92e5f5c17d7774cfb2de8e5e8362de1a",
193
                "reference": "b9e5228e92e5f5c17d7774cfb2de8e5e8362de1a",
194
                "shasum": ""
195
            },
196
            "type": "library",
197
            "autoload": {
198
                "psr-0": {
199
                    "Parsedown": ""
200
                }
201
            },
202
            "notification-url": "https://packagist.org/downloads/",
203
            "license": [
204
                "MIT"
205
            ],
206
            "authors": [
207
                {
208
                    "name": "Emanuil Rusev",
209
                    "email": "[email protected]",
210
                    "homepage": "http://erusev.com"
211
                }
212
            ],
213
            "description": "Parser for Markdown.",
214
            "homepage": "http://parsedown.org",
215
            "keywords": [
216
                "markdown",
217
                "parser"
218
            ],
219
            "time": "2015-04-29 20:22:24"
220
        },
221
        {
222
            "name": "filp/whoops",
223
            "version": "1.1.5",
224
            "source": {
225
                "type": "git",
226
                "url": "https://github.com/filp/whoops.git",
227
                "reference": "c982fe62c44798c433229cb0425c61b487cc1883"
228
            },
229
            "dist": {
230
                "type": "zip",
231
                "url": "https://api.github.com/repos/filp/whoops/zipball/c982fe62c44798c433229cb0425c61b487cc1883",
232
                "reference": "c982fe62c44798c433229cb0425c61b487cc1883",
233
                "shasum": ""
234
            },
235
            "require": {
236
                "php": ">=5.3.0"
237
            },
238
            "require-dev": {
239
                "mockery/mockery": "0.9.*"
240
            },
241
            "type": "library",
242
            "extra": {
243
                "branch-alias": {
244
                    "dev-master": "1.2-dev"
245
                }
246
            },
247
            "autoload": {
248
                "psr-0": {
249
                    "Whoops": "src/"
250
                },
251
                "classmap": [
252
                    "src/deprecated"
253
                ]
254
            },
255
            "notification-url": "https://packagist.org/downloads/",
256
            "license": [
257
                "MIT"
258
            ],
259
            "authors": [
260
                {
261
                    "name": "Filipe Dobreira",
262
                    "homepage": "https://github.com/filp",
263
                    "role": "Developer"
264
                }
265
            ],
266
            "description": "php error handling for cool kids",
267
            "homepage": "https://github.com/filp/whoops",
268
            "keywords": [
269
                "error",
270
                "exception",
271
                "handling",
272
                "library",
273
                "silex-provider",
274
                "whoops",
275
                "zf2"
276
            ],
277
            "time": "2015-03-30 15:26:59"
278
        },
279
        {
280
            "name": "guzzlehttp/guzzle",
281
            "version": "4.0.2",
282
            "source": {
283
                "type": "git",
284
                "url": "https://github.com/guzzle/guzzle.git",
285
                "reference": "40db53833aaea528347994acd4578d7b9b2211ee"
286
            },
287
            "dist": {
288
                "type": "zip",
289
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/40db53833aaea528347994acd4578d7b9b2211ee",
290
                "reference": "40db53833aaea528347994acd4578d7b9b2211ee",
291
                "shasum": ""
292
            },
293
            "require": {
294
                "guzzlehttp/streams": "~1.0",
295
                "php": ">=5.4.0"
296
            },
297
            "require-dev": {
298
                "ext-curl": "*",
299
                "phpunit/phpunit": "~4.0",
300
                "psr/log": "~1.0"
301
            },
302
            "type": "library",
303
            "extra": {
304
                "branch-alias": {
305
                    "dev-master": "4.0.x-dev"
306
                }
307
            },
308
            "autoload": {
309
                "psr-4": {
310
                    "GuzzleHttp\\": "src/"
311
                },
312
                "files": [
313
                    "src/functions.php"
314
                ]
315
            },
316
            "notification-url": "https://packagist.org/downloads/",
317
            "license": [
318
                "MIT"
319
            ],
320
            "authors": [
321
                {
322
                    "name": "Michael Dowling",
323
                    "email": "[email protected]",
324
                    "homepage": "https://github.com/mtdowling"
325
                }
326
            ],
327
            "description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients",
328
            "homepage": "http://guzzlephp.org/",
329
            "keywords": [
330
                "client",
331
                "curl",
332
                "framework",
333
                "http",
334
                "http client",
335
                "rest",
336
                "web service"
337
            ],
338
            "time": "2014-04-16 17:33:22"
339
        },
340
        {
341
            "name": "guzzlehttp/streams",
342
            "version": "1.5.1",
343
            "source": {
344
                "type": "git",
345
                "url": "https://github.com/guzzle/streams.git",
346
                "reference": "fb0d1ee29987c2bdc59867bffaade6fc88c2675f"
347
            },
348
            "dist": {
349
                "type": "zip",
350
                "url": "https://api.github.com/repos/guzzle/streams/zipball/fb0d1ee29987c2bdc59867bffaade6fc88c2675f",
351
                "reference": "fb0d1ee29987c2bdc59867bffaade6fc88c2675f",
352
                "shasum": ""
353
            },
354
            "require": {
355
                "php": ">=5.4.0"
356
            },
357
            "require-dev": {
358
                "phpunit/phpunit": "~4.0"
359
            },
360
            "type": "library",
361
            "extra": {
362
                "branch-alias": {
363
                    "dev-master": "1.5-dev"
364
                }
365
            },
366
            "autoload": {
367
                "psr-4": {
368
                    "GuzzleHttp\\Stream\\": "src/"
369
                },
370
                "files": [
371
                    "src/functions.php"
372
                ]
373
            },
374
            "notification-url": "https://packagist.org/downloads/",
375
            "license": [
376
                "MIT"
377
            ],
378
            "authors": [
379
                {
380
                    "name": "Michael Dowling",
381
                    "email": "[email protected]",
382
                    "homepage": "https://github.com/mtdowling"
383
                }
384
            ],
385
            "description": "Provides a simple abstraction over streams of data (Guzzle 4+)",
386
            "homepage": "http://guzzlephp.org/",
387
            "keywords": [
388
                "Guzzle",
389
                "stream"
390
            ],
391
            "time": "2014-08-10 23:57:01"
392
        },
393
        {
394
            "name": "ircmaxell/password-compat",
395
            "version": "v1.0.4",
396
            "source": {
397
                "type": "git",
398
                "url": "https://github.com/ircmaxell/password_compat.git",
399
                "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c"
400
            },
401
            "dist": {
402
                "type": "zip",
403
                "url": "https://api.github.com/repos/ircmaxell/password_compat/zipball/5c5cde8822a69545767f7c7f3058cb15ff84614c",
404
                "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c",
405
                "shasum": ""
406
            },
407
            "require-dev": {
408
                "phpunit/phpunit": "4.*"
409
            },
410
            "type": "library",
411
            "autoload": {
412
                "files": [
413
                    "lib/password.php"
414
                ]
415
            },
416
            "notification-url": "https://packagist.org/downloads/",
417
            "license": [
418
                "MIT"
419
            ],
420
            "authors": [
421
                {
422
                    "name": "Anthony Ferrara",
423
                    "email": "[email protected]",
424
                    "homepage": "http://blog.ircmaxell.com"
425
                }
426
            ],
427
            "description": "A compatibility library for the proposed simplified password hashing algorithm: https://wiki.php.net/rfc/password_hash",
428
            "homepage": "https://github.com/ircmaxell/password_compat",
429
            "keywords": [
430
                "hashing",
431
                "password"
432
            ],
433
            "time": "2014-11-20 16:49:30"
434
        },
435
        {
436
            "name": "mobiledetect/mobiledetectlib",
437
            "version": "2.8.13",
438
            "source": {
439
                "type": "git",
440
                "url": "https://github.com/serbanghita/Mobile-Detect.git",
441
                "reference": "fc81cb582c9cd9024a16e0698c02b6d3cb0229df"
442
            },
443
            "dist": {
444
                "type": "zip",
445
                "url": "https://api.github.com/repos/serbanghita/Mobile-Detect/zipball/fc81cb582c9cd9024a16e0698c02b6d3cb0229df",
446
                "reference": "fc81cb582c9cd9024a16e0698c02b6d3cb0229df",
447
                "shasum": ""
448
            },
449
            "require": {
450
                "php": ">=5.0.0"
451
            },
452
            "require-dev": {
453
                "codeclimate/php-test-reporter": "dev-master",
454
                "johnkary/phpunit-speedtrap": "~1.0@dev",
455
                "phpunit/phpunit": "*"
456
            },
457
            "type": "library",
458
            "autoload": {
459
                "classmap": [
460
                    "Mobile_Detect.php"
461
                ],
462
                "psr-0": {
463
                    "Detection": "namespaced/"
464
                }
465
            },
466
            "notification-url": "https://packagist.org/downloads/",
467
            "license": [
468
                "MIT"
469
            ],
470
            "authors": [
471
                {
472
                    "name": "Serban Ghita",
473
                    "email": "[email protected]",
474
                    "homepage": "http://mobiledetect.net",
475
                    "role": "Developer"
476
                }
477
            ],
478
            "description": "Mobile_Detect is a lightweight PHP class for detecting mobile devices. It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.",
479
            "homepage": "https://github.com/serbanghita/Mobile-Detect",
480
            "keywords": [
481
                "detect mobile devices",
482
                "mobile",
483
                "mobile detect",
484
                "mobile detector",
485
                "php mobile detect"
486
            ],
487
            "time": "2015-04-25 20:10:52"
488
        },
489
        {
490
            "name": "phpmailer/phpmailer",
491
            "version": "v5.2.10",
492
            "source": {
493
                "type": "git",
494
                "url": "https://github.com/PHPMailer/PHPMailer.git",
495
                "reference": "07005ecbb80d11ec8c0f067bb37e8909cc7fcbb7"
496
            },
497
            "dist": {
498
                "type": "zip",
499
                "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/07005ecbb80d11ec8c0f067bb37e8909cc7fcbb7",
500
                "reference": "07005ecbb80d11ec8c0f067bb37e8909cc7fcbb7",
501
                "shasum": ""
502
            },
503
            "require": {
504
                "php": ">=5.0.0"
505
            },
506
            "require-dev": {
507
                "phpdocumentor/phpdocumentor": "*",
508
                "phpunit/phpunit": "4.3.*"
509
            },
510
            "type": "library",
511
            "autoload": {
512
                "classmap": [
513
                    "class.phpmailer.php",
514
                    "class.smtp.php",
515
                    "class.pop3.php",
516
                    "extras/EasyPeasyICS.php",
517
                    "extras/ntlm_sasl_client.php"
518
                ]
519
            },
520
            "notification-url": "https://packagist.org/downloads/",
521
            "license": [
522
                "LGPL-2.1"
523
            ],
524
            "authors": [
525
                {
526
                    "name": "Jim Jagielski",
527
                    "email": "[email protected]"
528
                },
529
                {
530
                    "name": "Marcus Bointon",
531
                    "email": "[email protected]"
532
                },
533
                {
534
                    "name": "Andy Prevost",
535
                    "email": "[email protected]"
536
                },
537
                {
538
                    "name": "Brent R. Matzelle"
539
                }
540
            ],
541
            "description": "PHPMailer is a full-featured email creation and transfer class for PHP",
542
            "time": "2015-05-04 12:37:21"
543
        },
544
        {
545
            "name": "slim/slim",
546
            "version": "2.6.2",
547
            "source": {
548
                "type": "git",
549
                "url": "https://github.com/slimphp/Slim.git",
550
                "reference": "20a02782f76830b67ae56a5c08eb1f563c351a37"
551
            },
552
            "dist": {
553
                "type": "zip",
554
                "url": "https://api.github.com/repos/slimphp/Slim/zipball/20a02782f76830b67ae56a5c08eb1f563c351a37",
555
                "reference": "20a02782f76830b67ae56a5c08eb1f563c351a37",
556
                "shasum": ""
557
            },
558
            "require": {
559
                "php": ">=5.3.0"
560
            },
561
            "suggest": {
562
                "ext-mcrypt": "Required for HTTP cookie encryption"
563
            },
564
            "type": "library",
565
            "autoload": {
566
                "psr-0": {
567
                    "Slim": "."
568
                }
569
            },
570
            "notification-url": "https://packagist.org/downloads/",
571
            "license": [
572
                "MIT"
573
            ],
574
            "authors": [
575
                {
576
                    "name": "Josh Lockhart",
577
                    "email": "[email protected]",
578
                    "homepage": "http://www.joshlockhart.com/"
579
                }
580
            ],
581
            "description": "Slim Framework, a PHP micro framework",
582
            "homepage": "http://github.com/codeguy/Slim",
583
            "keywords": [
584
                "microframework",
585
                "rest",
586
                "router"
587
            ],
588
            "time": "2015-03-08 18:41:17"
589
        },
590
        {
591
            "name": "slim/views",
592
            "version": "0.1.3",
593
            "source": {
594
                "type": "git",
595
                "url": "https://github.com/slimphp/Slim-Views.git",
596
                "reference": "8561c785e55a39df6cb6f95c3aba3281a60ed5b0"
597
            },
598
            "dist": {
599
                "type": "zip",
600
                "url": "https://api.github.com/repos/slimphp/Slim-Views/zipball/8561c785e55a39df6cb6f95c3aba3281a60ed5b0",
601
                "reference": "8561c785e55a39df6cb6f95c3aba3281a60ed5b0",
602
                "shasum": ""
603
            },
604
            "require": {
605
                "php": ">=5.3.0",
606
                "slim/slim": ">=2.4.0"
607
            },
608
            "suggest": {
609
                "smarty/smarty": "Smarty templating system",
610
                "twig/twig": "Twig templating system"
611
            },
612
            "type": "library",
613
            "autoload": {
614
                "psr-4": {
615
                    "Slim\\Views\\": "./"
616
                }
617
            },
618
            "notification-url": "https://packagist.org/downloads/",
619
            "license": [
620
                "MIT"
621
            ],
622
            "authors": [
623
                {
624
                    "name": "Josh Lockhart",
625
                    "email": "[email protected]",
626
                    "homepage": "http://www.joshlockhart.com/"
627
                },
628
                {
629
                    "name": "Andrew Smith",
630
                    "email": "[email protected]",
631
                    "homepage": "http://thoughts.silentworks.co.uk/"
632
                }
633
            ],
634
            "description": "Smarty and Twig View Parser package for the Slim Framework",
635
            "homepage": "http://github.com/codeguy/Slim-Views",
636
            "keywords": [
637
                "extensions",
638
                "slimphp",
639
                "templating"
640
            ],
641
            "time": "2014-12-09 23:48:51"
642
        },
643
        {
644
            "name": "textalk/websocket",
645
            "version": "1.0.3",
646
            "source": {
647
                "type": "git",
648
                "url": "https://github.com/Textalk/websocket-php.git",
649
                "reference": "ba2e5f9ef7cf24d536d1c864ae74b2a9599b86eb"
650
            },
651
            "dist": {
652
                "type": "zip",
653
                "url": "https://api.github.com/repos/Textalk/websocket-php/zipball/ba2e5f9ef7cf24d536d1c864ae74b2a9599b86eb",
654
                "reference": "ba2e5f9ef7cf24d536d1c864ae74b2a9599b86eb",
655
                "shasum": ""
656
            },
657
            "require-dev": {
658
                "phpunit/phpunit": "4.1.*",
659
                "phpunit/phpunit-selenium": "1.3.3",
660
                "satooshi/php-coveralls": "dev-master"
661
            },
662
            "type": "library",
663
            "autoload": {
664
                "psr-4": {
665
                    "WebSocket\\": "lib"
666
                }
667
            },
668
            "notification-url": "https://packagist.org/downloads/",
669
            "license": [
670
                "MIT"
671
            ],
672
            "authors": [
673
                {
674
                    "name": "Fredrik Liljegren",
675
                    "email": "[email protected]"
676
                }
677
            ],
678
            "description": "WebSocket client and server",
679
            "time": "2015-04-11 05:45:54"
680
        },
681
        {
682
            "name": "twig/twig",
0 ignored issues
show
There is a security advisory for your installed version of twig/twig:

Remote code execution in templates
Loading history...
683
            "version": "v1.18.1",
684
            "source": {
685
                "type": "git",
686
                "url": "https://github.com/twigphp/Twig.git",
687
                "reference": "9f70492f44398e276d1b81c1b43adfe6751c7b7f"
688
            },
689
            "dist": {
690
                "type": "zip",
691
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/9f70492f44398e276d1b81c1b43adfe6751c7b7f",
692
                "reference": "9f70492f44398e276d1b81c1b43adfe6751c7b7f",
693
                "shasum": ""
694
            },
695
            "require": {
696
                "php": ">=5.2.7"
697
            },
698
            "type": "library",
699
            "extra": {
700
                "branch-alias": {
701
                    "dev-master": "1.18-dev"
702
                }
703
            },
704
            "autoload": {
705
                "psr-0": {
706
                    "Twig_": "lib/"
707
                }
708
            },
709
            "notification-url": "https://packagist.org/downloads/",
710
            "license": [
711
                "BSD-3-Clause"
712
            ],
713
            "authors": [
714
                {
715
                    "name": "Fabien Potencier",
716
                    "email": "[email protected]",
717
                    "homepage": "http://fabien.potencier.org",
718
                    "role": "Lead Developer"
719
                },
720
                {
721
                    "name": "Armin Ronacher",
722
                    "email": "[email protected]",
723
                    "role": "Project Founder"
724
                },
725
                {
726
                    "name": "Twig Team",
727
                    "homepage": "http://twig.sensiolabs.org/contributors",
728
                    "role": "Contributors"
729
                }
730
            ],
731
            "description": "Twig, the flexible, fast, and secure template language for PHP",
732
            "homepage": "http://twig.sensiolabs.org",
733
            "keywords": [
734
                "templating"
735
            ],
736
            "time": "2015-04-19 08:30:27"
737
        },
738
        {
739
            "name": "zeuxisoo/slim-whoops",
740
            "version": "0.2.0",
741
            "source": {
742
                "type": "git",
743
                "url": "https://github.com/zeuxisoo/php-slim-whoops.git",
744
                "reference": "189d6f8907e0f78d18513bb14897a91dd68a423f"
745
            },
746
            "dist": {
747
                "type": "zip",
748
                "url": "https://api.github.com/repos/zeuxisoo/php-slim-whoops/zipball/189d6f8907e0f78d18513bb14897a91dd68a423f",
749
                "reference": "189d6f8907e0f78d18513bb14897a91dd68a423f",
750
                "shasum": ""
751
            },
752
            "require": {
753
                "php": ">=5.3.0"
754
            },
755
            "require-dev": {
756
                "filp/whoops": "1.*",
757
                "phpunit/phpunit": "3.7.*@dev",
758
                "slim/slim": "2.*"
759
            },
760
            "type": "library",
761
            "autoload": {
762
                "psr-0": {
763
                    "Zeuxisoo\\Whoops\\Provider\\Slim\\WhoopsMiddleware": "src/"
764
                }
765
            },
766
            "notification-url": "https://packagist.org/downloads/",
767
            "license": [
768
                "BSD-2-Clause"
769
            ],
770
            "authors": [
771
                {
772
                    "name": "Zeuxis.Lo",
773
                    "email": "[email protected]",
774
                    "homepage": "http://www.chair.im/",
775
                    "role": "Developer"
776
                }
777
            ],
778
            "description": "PHP whoops error on slim framework",
779
            "homepage": "https://github.com/zeuxisoo/php-slim-whoops/",
780
            "keywords": [
781
                "error",
782
                "exception",
783
                "slim",
784
                "whoops"
785
            ],
786
            "time": "2014-04-02 04:57:23"
787
        }
788
    ],
789
    "packages-dev": [],
790
    "aliases": [],
791
    "minimum-stability": "stable",
792
    "stability-flags": {
793
        "erusev/parsedown": 20
794
    },
795
    "prefer-stable": true,
796
    "prefer-lowest": false,
797
    "platform": [],
798
    "platform-dev": []
799
}
800