GitHub Access Token became invalid

It seems like the GitHub access token used for retrieving details about this repository from GitHub became invalid. This might prevent certain types of inspections from being run (in particular, everything related to pull requests).
Please ask an admin of your repository to re-new the access token on this website.

Issues (699)

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 (4 issues)

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 http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
5
        "This file is @generated automatically"
6
    ],
7
    "hash": "8884bdd3f52c01683ad9821c37ac2976",
8
    "packages": [
9
        {
10
            "name": "doctrine/annotations",
0 ignored issues
show
There is a security advisory for your installed version of doctrine/annotations:

Security Misconfiguration Vulnerability in various Doctrine projects
Loading history...
11
            "version": "v1.2.4",
12
            "source": {
13
                "type": "git",
14
                "url": "https://github.com/doctrine/annotations.git",
15
                "reference": "b5202eb9e83f8db52e0e58867e0a46e63be8332e"
16
            },
17
            "dist": {
18
                "type": "zip",
19
                "url": "https://api.github.com/repos/doctrine/annotations/zipball/b5202eb9e83f8db52e0e58867e0a46e63be8332e",
20
                "reference": "b5202eb9e83f8db52e0e58867e0a46e63be8332e",
21
                "shasum": ""
22
            },
23
            "require": {
24
                "doctrine/lexer": "1.*",
25
                "php": ">=5.3.2"
26
            },
27
            "require-dev": {
28
                "doctrine/cache": "1.*",
29
                "phpunit/phpunit": "4.*"
30
            },
31
            "type": "library",
32
            "extra": {
33
                "branch-alias": {
34
                    "dev-master": "1.3.x-dev"
35
                }
36
            },
37
            "autoload": {
38
                "psr-0": {
39
                    "Doctrine\\Common\\Annotations\\": "lib/"
40
                }
41
            },
42
            "notification-url": "https://packagist.org/downloads/",
43
            "license": [
44
                "MIT"
45
            ],
46
            "authors": [
47
                {
48
                    "name": "Roman Borschel",
49
                    "email": "[email protected]"
50
                },
51
                {
52
                    "name": "Benjamin Eberlei",
53
                    "email": "[email protected]"
54
                },
55
                {
56
                    "name": "Guilherme Blanco",
57
                    "email": "[email protected]"
58
                },
59
                {
60
                    "name": "Jonathan Wage",
61
                    "email": "[email protected]"
62
                },
63
                {
64
                    "name": "Johannes Schmitt",
65
                    "email": "[email protected]"
66
                }
67
            ],
68
            "description": "Docblock Annotations Parser",
69
            "homepage": "http://www.doctrine-project.org",
70
            "keywords": [
71
                "annotations",
72
                "docblock",
73
                "parser"
74
            ],
75
            "time": "2014-12-23 22:40:37"
76
        },
77
        {
78
            "name": "doctrine/cache",
0 ignored issues
show
There is a security advisory for your installed version of doctrine/cache:

Security Misconfiguration Vulnerability in various Doctrine projects
Loading history...
79
            "version": "v1.4.1",
80
            "source": {
81
                "type": "git",
82
                "url": "https://github.com/doctrine/cache.git",
83
                "reference": "c9eadeb743ac6199f7eec423cb9426bc518b7b03"
84
            },
85
            "dist": {
86
                "type": "zip",
87
                "url": "https://api.github.com/repos/doctrine/cache/zipball/c9eadeb743ac6199f7eec423cb9426bc518b7b03",
88
                "reference": "c9eadeb743ac6199f7eec423cb9426bc518b7b03",
89
                "shasum": ""
90
            },
91
            "require": {
92
                "php": ">=5.3.2"
93
            },
94
            "conflict": {
95
                "doctrine/common": ">2.2,<2.4"
96
            },
97
            "require-dev": {
98
                "phpunit/phpunit": ">=3.7",
99
                "predis/predis": "~1.0",
100
                "satooshi/php-coveralls": "~0.6"
101
            },
102
            "type": "library",
103
            "extra": {
104
                "branch-alias": {
105
                    "dev-master": "1.5.x-dev"
106
                }
107
            },
108
            "autoload": {
109
                "psr-0": {
110
                    "Doctrine\\Common\\Cache\\": "lib/"
111
                }
112
            },
113
            "notification-url": "https://packagist.org/downloads/",
114
            "license": [
115
                "MIT"
116
            ],
117
            "authors": [
118
                {
119
                    "name": "Roman Borschel",
120
                    "email": "[email protected]"
121
                },
122
                {
123
                    "name": "Benjamin Eberlei",
124
                    "email": "[email protected]"
125
                },
126
                {
127
                    "name": "Guilherme Blanco",
128
                    "email": "[email protected]"
129
                },
130
                {
131
                    "name": "Jonathan Wage",
132
                    "email": "[email protected]"
133
                },
134
                {
135
                    "name": "Johannes Schmitt",
136
                    "email": "[email protected]"
137
                }
138
            ],
139
            "description": "Caching library offering an object-oriented API for many cache backends",
140
            "homepage": "http://www.doctrine-project.org",
141
            "keywords": [
142
                "cache",
143
                "caching"
144
            ],
145
            "time": "2015-04-15 00:11:59"
146
        },
147
        {
148
            "name": "doctrine/collections",
149
            "version": "v1.3.0",
150
            "source": {
151
                "type": "git",
152
                "url": "https://github.com/doctrine/collections.git",
153
                "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a"
154
            },
155
            "dist": {
156
                "type": "zip",
157
                "url": "https://api.github.com/repos/doctrine/collections/zipball/6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
158
                "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
159
                "shasum": ""
160
            },
161
            "require": {
162
                "php": ">=5.3.2"
163
            },
164
            "require-dev": {
165
                "phpunit/phpunit": "~4.0"
166
            },
167
            "type": "library",
168
            "extra": {
169
                "branch-alias": {
170
                    "dev-master": "1.2.x-dev"
171
                }
172
            },
173
            "autoload": {
174
                "psr-0": {
175
                    "Doctrine\\Common\\Collections\\": "lib/"
176
                }
177
            },
178
            "notification-url": "https://packagist.org/downloads/",
179
            "license": [
180
                "MIT"
181
            ],
182
            "authors": [
183
                {
184
                    "name": "Roman Borschel",
185
                    "email": "[email protected]"
186
                },
187
                {
188
                    "name": "Benjamin Eberlei",
189
                    "email": "[email protected]"
190
                },
191
                {
192
                    "name": "Guilherme Blanco",
193
                    "email": "[email protected]"
194
                },
195
                {
196
                    "name": "Jonathan Wage",
197
                    "email": "[email protected]"
198
                },
199
                {
200
                    "name": "Johannes Schmitt",
201
                    "email": "[email protected]"
202
                }
203
            ],
204
            "description": "Collections Abstraction library",
205
            "homepage": "http://www.doctrine-project.org",
206
            "keywords": [
207
                "array",
208
                "collections",
209
                "iterator"
210
            ],
211
            "time": "2015-04-14 22:21:58"
212
        },
213
        {
214
            "name": "doctrine/common",
0 ignored issues
show
There is a security advisory for your installed version of doctrine/common:

Security Misconfiguration Vulnerability in various Doctrine projects
Loading history...
215
            "version": "v2.5.0",
216
            "source": {
217
                "type": "git",
218
                "url": "https://github.com/doctrine/common.git",
219
                "reference": "cd8daf2501e10c63dced7b8b9b905844316ae9d3"
220
            },
221
            "dist": {
222
                "type": "zip",
223
                "url": "https://api.github.com/repos/doctrine/common/zipball/cd8daf2501e10c63dced7b8b9b905844316ae9d3",
224
                "reference": "cd8daf2501e10c63dced7b8b9b905844316ae9d3",
225
                "shasum": ""
226
            },
227
            "require": {
228
                "doctrine/annotations": "1.*",
229
                "doctrine/cache": "1.*",
230
                "doctrine/collections": "1.*",
231
                "doctrine/inflector": "1.*",
232
                "doctrine/lexer": "1.*",
233
                "php": ">=5.3.2"
234
            },
235
            "require-dev": {
236
                "phpunit/phpunit": "~3.7"
237
            },
238
            "type": "library",
239
            "extra": {
240
                "branch-alias": {
241
                    "dev-master": "2.6.x-dev"
242
                }
243
            },
244
            "autoload": {
245
                "psr-0": {
246
                    "Doctrine\\Common\\": "lib/"
247
                }
248
            },
249
            "notification-url": "https://packagist.org/downloads/",
250
            "license": [
251
                "MIT"
252
            ],
253
            "authors": [
254
                {
255
                    "name": "Roman Borschel",
256
                    "email": "[email protected]"
257
                },
258
                {
259
                    "name": "Benjamin Eberlei",
260
                    "email": "[email protected]"
261
                },
262
                {
263
                    "name": "Guilherme Blanco",
264
                    "email": "[email protected]"
265
                },
266
                {
267
                    "name": "Jonathan Wage",
268
                    "email": "[email protected]"
269
                },
270
                {
271
                    "name": "Johannes Schmitt",
272
                    "email": "[email protected]"
273
                }
274
            ],
275
            "description": "Common Library for Doctrine projects",
276
            "homepage": "http://www.doctrine-project.org",
277
            "keywords": [
278
                "annotations",
279
                "collections",
280
                "eventmanager",
281
                "persistence",
282
                "spl"
283
            ],
284
            "time": "2015-04-02 19:55:44"
285
        },
286
        {
287
            "name": "doctrine/dbal",
288
            "version": "v2.5.1",
289
            "source": {
290
                "type": "git",
291
                "url": "https://github.com/doctrine/dbal.git",
292
                "reference": "628c2256b646ae2417d44e063bce8aec5199d48d"
293
            },
294
            "dist": {
295
                "type": "zip",
296
                "url": "https://api.github.com/repos/doctrine/dbal/zipball/628c2256b646ae2417d44e063bce8aec5199d48d",
297
                "reference": "628c2256b646ae2417d44e063bce8aec5199d48d",
298
                "shasum": ""
299
            },
300
            "require": {
301
                "doctrine/common": ">=2.4,<2.6-dev",
302
                "php": ">=5.3.2"
303
            },
304
            "require-dev": {
305
                "phpunit/phpunit": "4.*",
306
                "symfony/console": "2.*"
307
            },
308
            "suggest": {
309
                "symfony/console": "For helpful console commands such as SQL execution and import of files."
310
            },
311
            "bin": [
312
                "bin/doctrine-dbal"
313
            ],
314
            "type": "library",
315
            "extra": {
316
                "branch-alias": {
317
                    "dev-master": "2.5.x-dev"
318
                }
319
            },
320
            "autoload": {
321
                "psr-0": {
322
                    "Doctrine\\DBAL\\": "lib/"
323
                }
324
            },
325
            "notification-url": "https://packagist.org/downloads/",
326
            "license": [
327
                "MIT"
328
            ],
329
            "authors": [
330
                {
331
                    "name": "Roman Borschel",
332
                    "email": "[email protected]"
333
                },
334
                {
335
                    "name": "Benjamin Eberlei",
336
                    "email": "[email protected]"
337
                },
338
                {
339
                    "name": "Guilherme Blanco",
340
                    "email": "[email protected]"
341
                },
342
                {
343
                    "name": "Jonathan Wage",
344
                    "email": "[email protected]"
345
                }
346
            ],
347
            "description": "Database Abstraction Layer",
348
            "homepage": "http://www.doctrine-project.org",
349
            "keywords": [
350
                "database",
351
                "dbal",
352
                "persistence",
353
                "queryobject"
354
            ],
355
            "time": "2015-01-12 21:52:47"
356
        },
357
        {
358
            "name": "doctrine/inflector",
359
            "version": "v1.0.1",
360
            "source": {
361
                "type": "git",
362
                "url": "https://github.com/doctrine/inflector.git",
363
                "reference": "0bcb2e79d8571787f18b7eb036ed3d004908e604"
364
            },
365
            "dist": {
366
                "type": "zip",
367
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/0bcb2e79d8571787f18b7eb036ed3d004908e604",
368
                "reference": "0bcb2e79d8571787f18b7eb036ed3d004908e604",
369
                "shasum": ""
370
            },
371
            "require": {
372
                "php": ">=5.3.2"
373
            },
374
            "require-dev": {
375
                "phpunit/phpunit": "4.*"
376
            },
377
            "type": "library",
378
            "extra": {
379
                "branch-alias": {
380
                    "dev-master": "1.0.x-dev"
381
                }
382
            },
383
            "autoload": {
384
                "psr-0": {
385
                    "Doctrine\\Common\\Inflector\\": "lib/"
386
                }
387
            },
388
            "notification-url": "https://packagist.org/downloads/",
389
            "license": [
390
                "MIT"
391
            ],
392
            "authors": [
393
                {
394
                    "name": "Roman Borschel",
395
                    "email": "[email protected]"
396
                },
397
                {
398
                    "name": "Benjamin Eberlei",
399
                    "email": "[email protected]"
400
                },
401
                {
402
                    "name": "Guilherme Blanco",
403
                    "email": "[email protected]"
404
                },
405
                {
406
                    "name": "Jonathan Wage",
407
                    "email": "[email protected]"
408
                },
409
                {
410
                    "name": "Johannes Schmitt",
411
                    "email": "[email protected]"
412
                }
413
            ],
414
            "description": "Common String Manipulations with regard to casing and singular/plural rules.",
415
            "homepage": "http://www.doctrine-project.org",
416
            "keywords": [
417
                "inflection",
418
                "pluralize",
419
                "singularize",
420
                "string"
421
            ],
422
            "time": "2014-12-20 21:24:13"
423
        },
424
        {
425
            "name": "doctrine/instantiator",
426
            "version": "1.0.4",
427
            "source": {
428
                "type": "git",
429
                "url": "https://github.com/doctrine/instantiator.git",
430
                "reference": "f976e5de371104877ebc89bd8fecb0019ed9c119"
431
            },
432
            "dist": {
433
                "type": "zip",
434
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/f976e5de371104877ebc89bd8fecb0019ed9c119",
435
                "reference": "f976e5de371104877ebc89bd8fecb0019ed9c119",
436
                "shasum": ""
437
            },
438
            "require": {
439
                "php": ">=5.3,<8.0-DEV"
440
            },
441
            "require-dev": {
442
                "athletic/athletic": "~0.1.8",
443
                "ext-pdo": "*",
444
                "ext-phar": "*",
445
                "phpunit/phpunit": "~4.0",
446
                "squizlabs/php_codesniffer": "2.0.*@ALPHA"
447
            },
448
            "type": "library",
449
            "extra": {
450
                "branch-alias": {
451
                    "dev-master": "1.0.x-dev"
452
                }
453
            },
454
            "autoload": {
455
                "psr-0": {
456
                    "Doctrine\\Instantiator\\": "src"
457
                }
458
            },
459
            "notification-url": "https://packagist.org/downloads/",
460
            "license": [
461
                "MIT"
462
            ],
463
            "authors": [
464
                {
465
                    "name": "Marco Pivetta",
466
                    "email": "[email protected]",
467
                    "homepage": "http://ocramius.github.com/"
468
                }
469
            ],
470
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
471
            "homepage": "https://github.com/doctrine/instantiator",
472
            "keywords": [
473
                "constructor",
474
                "instantiate"
475
            ],
476
            "time": "2014-10-13 12:58:55"
477
        },
478
        {
479
            "name": "doctrine/lexer",
480
            "version": "v1.0.1",
481
            "source": {
482
                "type": "git",
483
                "url": "https://github.com/doctrine/lexer.git",
484
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
485
            },
486
            "dist": {
487
                "type": "zip",
488
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
489
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
490
                "shasum": ""
491
            },
492
            "require": {
493
                "php": ">=5.3.2"
494
            },
495
            "type": "library",
496
            "extra": {
497
                "branch-alias": {
498
                    "dev-master": "1.0.x-dev"
499
                }
500
            },
501
            "autoload": {
502
                "psr-0": {
503
                    "Doctrine\\Common\\Lexer\\": "lib/"
504
                }
505
            },
506
            "notification-url": "https://packagist.org/downloads/",
507
            "license": [
508
                "MIT"
509
            ],
510
            "authors": [
511
                {
512
                    "name": "Roman Borschel",
513
                    "email": "[email protected]"
514
                },
515
                {
516
                    "name": "Guilherme Blanco",
517
                    "email": "[email protected]"
518
                },
519
                {
520
                    "name": "Johannes Schmitt",
521
                    "email": "[email protected]"
522
                }
523
            ],
524
            "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
525
            "homepage": "http://www.doctrine-project.org",
526
            "keywords": [
527
                "lexer",
528
                "parser"
529
            ],
530
            "time": "2014-09-09 13:34:57"
531
        },
532
        {
533
            "name": "doctrine/orm",
534
            "version": "dev-master",
535
            "source": {
536
                "type": "git",
537
                "url": "https://github.com/doctrine/doctrine2.git",
538
                "reference": "71d134fcc08e9d7869f2cc09c47cdd093db5ef0a"
539
            },
540
            "dist": {
541
                "type": "zip",
542
                "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/71d134fcc08e9d7869f2cc09c47cdd093db5ef0a",
543
                "reference": "71d134fcc08e9d7869f2cc09c47cdd093db5ef0a",
544
                "shasum": ""
545
            },
546
            "require": {
547
                "doctrine/cache": "~1.4",
548
                "doctrine/collections": "~1.2",
549
                "doctrine/common": ">=2.5-dev,<2.6-dev",
550
                "doctrine/dbal": ">=2.5-dev,<2.6-dev",
551
                "doctrine/instantiator": "~1.0.1",
552
                "ext-pdo": "*",
553
                "php": ">=5.4",
554
                "symfony/console": "~2.5"
555
            },
556
            "require-dev": {
557
                "phpunit/phpunit": "~4.0",
558
                "satooshi/php-coveralls": "dev-master",
559
                "symfony/yaml": "~2.1"
560
            },
561
            "suggest": {
562
                "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
563
            },
564
            "bin": [
565
                "bin/doctrine",
566
                "bin/doctrine.php"
567
            ],
568
            "type": "library",
569
            "extra": {
570
                "branch-alias": {
571
                    "dev-master": "2.6.x-dev"
572
                }
573
            },
574
            "autoload": {
575
                "psr-0": {
576
                    "Doctrine\\ORM\\": "lib/"
577
                }
578
            },
579
            "notification-url": "https://packagist.org/downloads/",
580
            "license": [
581
                "MIT"
582
            ],
583
            "authors": [
584
                {
585
                    "name": "Roman Borschel",
586
                    "email": "[email protected]"
587
                },
588
                {
589
                    "name": "Benjamin Eberlei",
590
                    "email": "[email protected]"
591
                },
592
                {
593
                    "name": "Guilherme Blanco",
594
                    "email": "[email protected]"
595
                },
596
                {
597
                    "name": "Jonathan Wage",
598
                    "email": "[email protected]"
599
                }
600
            ],
601
            "description": "Object-Relational-Mapper for PHP",
602
            "homepage": "http://www.doctrine-project.org",
603
            "keywords": [
604
                "database",
605
                "orm"
606
            ],
607
            "time": "2015-04-18 09:13:31"
608
        },
609
        {
610
            "name": "itbz/fpdf",
611
            "version": "1.7.2",
612
            "source": {
613
                "type": "git",
614
                "url": "https://github.com/hanneskod/fpdf.git",
615
                "reference": "06d02a7bf227a62d37691a4e7e9c3a35efcb41c3"
616
            },
617
            "dist": {
618
                "type": "zip",
619
                "url": "https://api.github.com/repos/hanneskod/fpdf/zipball/06d02a7bf227a62d37691a4e7e9c3a35efcb41c3",
620
                "reference": "06d02a7bf227a62d37691a4e7e9c3a35efcb41c3",
621
                "shasum": ""
622
            },
623
            "require": {
624
                "php": ">=5.3.0"
625
            },
626
            "type": "library",
627
            "autoload": {
628
                "psr-0": {
629
                    "fpdf": "src/"
630
                }
631
            },
632
            "notification-url": "https://packagist.org/downloads/",
633
            "license": [
634
                "no usage restriction"
635
            ],
636
            "description": "Unofficial PSR-0 compliant version of the FPDF library",
637
            "homepage": "http://www.fpdf.org/",
638
            "time": "2013-12-27 14:18:15"
639
        },
640
        {
641
            "name": "phpoffice/phpexcel",
642
            "version": "1.8.0",
643
            "source": {
644
                "type": "git",
645
                "url": "https://github.com/PHPOffice/PHPExcel.git",
646
                "reference": "e69a5e4d0ffa7fb6f171859e0a04346e580df30b"
647
            },
648
            "dist": {
649
                "type": "zip",
650
                "url": "https://api.github.com/repos/PHPOffice/PHPExcel/zipball/e69a5e4d0ffa7fb6f171859e0a04346e580df30b",
651
                "reference": "e69a5e4d0ffa7fb6f171859e0a04346e580df30b",
652
                "shasum": ""
653
            },
654
            "require": {
655
                "ext-xml": "*",
656
                "ext-xmlwriter": "*",
657
                "php": ">=5.2.0"
658
            },
659
            "type": "library",
660
            "autoload": {
661
                "psr-0": {
662
                    "PHPExcel": "Classes/"
663
                }
664
            },
665
            "notification-url": "https://packagist.org/downloads/",
666
            "license": [
667
                "LGPL"
668
            ],
669
            "authors": [
670
                {
671
                    "name": "Maarten Balliauw",
672
                    "homepage": "http://blog.maartenballiauw.be"
673
                },
674
                {
675
                    "name": "Mark Baker"
676
                },
677
                {
678
                    "name": "Franck Lefevre",
679
                    "homepage": "http://blog.rootslabs.net"
680
                },
681
                {
682
                    "name": "Erik Tilt"
683
                }
684
            ],
685
            "description": "PHPExcel - OpenXML - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine",
686
            "homepage": "http://phpexcel.codeplex.com",
687
            "keywords": [
688
                "OpenXML",
689
                "excel",
690
                "php",
691
                "spreadsheet",
692
                "xls",
693
                "xlsx"
694
            ],
695
            "time": "2014-03-02 15:22:49"
696
        },
697
        {
698
            "name": "smottt/wideimage",
699
            "version": "dev-master",
700
            "source": {
701
                "type": "git",
702
                "url": "https://github.com/smottt/WideImage.git",
703
                "reference": "ee2e71be7e3f298248bd6d0f4a157bb42f432ba7"
704
            },
705
            "dist": {
706
                "type": "zip",
707
                "url": "https://api.github.com/repos/smottt/WideImage/zipball/ee2e71be7e3f298248bd6d0f4a157bb42f432ba7",
708
                "reference": "ee2e71be7e3f298248bd6d0f4a157bb42f432ba7",
709
                "shasum": ""
710
            },
711
            "type": "library",
712
            "autoload": {
713
                "psr-0": {
714
                    "WideImage": "lib/"
715
                }
716
            },
717
            "notification-url": "https://packagist.org/downloads/",
718
            "license": [
719
                "GPL-2.0",
720
                "LGPL-2.1"
721
            ],
722
            "description": "An open-source PHP library for image manipulation. (With namespaces, PHP 5.3+)",
723
            "homepage": "http://wideimage.sourceforge.net",
724
            "time": "2014-10-05 14:59:53"
725
        },
726
        {
727
            "name": "swiftmailer/swiftmailer",
0 ignored issues
show
There is a security advisory for your installed version of swiftmailer/swiftmailer:

Remote Code Execution when using the mail transport
Loading history...
728
            "version": "v5.4.0",
729
            "source": {
730
                "type": "git",
731
                "url": "https://github.com/swiftmailer/swiftmailer.git",
732
                "reference": "31454f258f10329ae7c48763eb898a75c39e0a9f"
733
            },
734
            "dist": {
735
                "type": "zip",
736
                "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/31454f258f10329ae7c48763eb898a75c39e0a9f",
737
                "reference": "31454f258f10329ae7c48763eb898a75c39e0a9f",
738
                "shasum": ""
739
            },
740
            "require": {
741
                "php": ">=5.3.3"
742
            },
743
            "require-dev": {
744
                "mockery/mockery": "~0.9.1"
745
            },
746
            "type": "library",
747
            "extra": {
748
                "branch-alias": {
749
                    "dev-master": "5.4-dev"
750
                }
751
            },
752
            "autoload": {
753
                "files": [
754
                    "lib/swift_required.php"
755
                ]
756
            },
757
            "notification-url": "https://packagist.org/downloads/",
758
            "license": [
759
                "MIT"
760
            ],
761
            "authors": [
762
                {
763
                    "name": "Chris Corbyn"
764
                },
765
                {
766
                    "name": "Fabien Potencier",
767
                    "email": "[email protected]"
768
                }
769
            ],
770
            "description": "Swiftmailer, free feature-rich PHP mailer",
771
            "homepage": "http://swiftmailer.org",
772
            "keywords": [
773
                "mail",
774
                "mailer"
775
            ],
776
            "time": "2015-03-14 06:06:39"
777
        },
778
        {
779
            "name": "symfony/console",
780
            "version": "v2.6.6",
781
            "target-dir": "Symfony/Component/Console",
782
            "source": {
783
                "type": "git",
784
                "url": "https://github.com/symfony/Console.git",
785
                "reference": "5b91dc4ed5eb08553f57f6df04c4730a73992667"
786
            },
787
            "dist": {
788
                "type": "zip",
789
                "url": "https://api.github.com/repos/symfony/Console/zipball/5b91dc4ed5eb08553f57f6df04c4730a73992667",
790
                "reference": "5b91dc4ed5eb08553f57f6df04c4730a73992667",
791
                "shasum": ""
792
            },
793
            "require": {
794
                "php": ">=5.3.3"
795
            },
796
            "require-dev": {
797
                "psr/log": "~1.0",
798
                "symfony/event-dispatcher": "~2.1",
799
                "symfony/phpunit-bridge": "~2.7",
800
                "symfony/process": "~2.1"
801
            },
802
            "suggest": {
803
                "psr/log": "For using the console logger",
804
                "symfony/event-dispatcher": "",
805
                "symfony/process": ""
806
            },
807
            "type": "library",
808
            "extra": {
809
                "branch-alias": {
810
                    "dev-master": "2.6-dev"
811
                }
812
            },
813
            "autoload": {
814
                "psr-0": {
815
                    "Symfony\\Component\\Console\\": ""
816
                }
817
            },
818
            "notification-url": "https://packagist.org/downloads/",
819
            "license": [
820
                "MIT"
821
            ],
822
            "authors": [
823
                {
824
                    "name": "Symfony Community",
825
                    "homepage": "http://symfony.com/contributors"
826
                },
827
                {
828
                    "name": "Fabien Potencier",
829
                    "email": "[email protected]"
830
                }
831
            ],
832
            "description": "Symfony Console Component",
833
            "homepage": "http://symfony.com",
834
            "time": "2015-03-30 15:54:10"
835
        },
836
        {
837
            "name": "symfony/swiftmailer-bridge",
838
            "version": "v2.6.6",
839
            "target-dir": "Symfony/Bridge/Swiftmailer",
840
            "source": {
841
                "type": "git",
842
                "url": "https://github.com/symfony/SwiftmailerBridge.git",
843
                "reference": "c05a143d5a3bc0b16ee4b1c6f6260b6f4a70d13a"
844
            },
845
            "dist": {
846
                "type": "zip",
847
                "url": "https://api.github.com/repos/symfony/SwiftmailerBridge/zipball/c05a143d5a3bc0b16ee4b1c6f6260b6f4a70d13a",
848
                "reference": "c05a143d5a3bc0b16ee4b1c6f6260b6f4a70d13a",
849
                "shasum": ""
850
            },
851
            "require": {
852
                "php": ">=5.3.3",
853
                "swiftmailer/swiftmailer": ">=4.2.0,<6.0-dev"
854
            },
855
            "require-dev": {
856
                "symfony/phpunit-bridge": "~2.7"
857
            },
858
            "suggest": {
859
                "symfony/http-kernel": ""
860
            },
861
            "type": "symfony-bridge",
862
            "extra": {
863
                "branch-alias": {
864
                    "dev-master": "2.6-dev"
865
                }
866
            },
867
            "autoload": {
868
                "psr-0": {
869
                    "Symfony\\Bridge\\Swiftmailer\\": ""
870
                }
871
            },
872
            "notification-url": "https://packagist.org/downloads/",
873
            "license": [
874
                "MIT"
875
            ],
876
            "authors": [
877
                {
878
                    "name": "Symfony Community",
879
                    "homepage": "http://symfony.com/contributors"
880
                },
881
                {
882
                    "name": "Fabien Potencier",
883
                    "email": "[email protected]"
884
                }
885
            ],
886
            "description": "Symfony Swiftmailer Bridge",
887
            "homepage": "http://symfony.com",
888
            "time": "2015-02-24 11:52:21"
889
        },
890
        {
891
            "name": "symfony/swiftmailer-bundle",
892
            "version": "dev-master",
893
            "source": {
894
                "type": "git",
895
                "url": "https://github.com/symfony/SwiftmailerBundle.git",
896
                "reference": "b5281c8cacdea3eab8c80c88df9e00fde1ea2b34"
897
            },
898
            "dist": {
899
                "type": "zip",
900
                "url": "https://api.github.com/repos/symfony/SwiftmailerBundle/zipball/b5281c8cacdea3eab8c80c88df9e00fde1ea2b34",
901
                "reference": "b5281c8cacdea3eab8c80c88df9e00fde1ea2b34",
902
                "shasum": ""
903
            },
904
            "require": {
905
                "php": ">=5.3.2",
906
                "swiftmailer/swiftmailer": ">=4.2.0,~5.0",
907
                "symfony/swiftmailer-bridge": "~2.1"
908
            },
909
            "require-dev": {
910
                "symfony/config": "~2.1",
911
                "symfony/dependency-injection": "~2.1",
912
                "symfony/http-kernel": "~2.1",
913
                "symfony/yaml": "~2.1"
914
            },
915
            "suggest": {
916
                "psr/log": "Allows logging"
917
            },
918
            "type": "symfony-bundle",
919
            "extra": {
920
                "branch-alias": {
921
                    "dev-master": "2.3-dev"
922
                }
923
            },
924
            "autoload": {
925
                "psr-4": {
926
                    "Symfony\\Bundle\\SwiftmailerBundle\\": ""
927
                }
928
            },
929
            "notification-url": "https://packagist.org/downloads/",
930
            "license": [
931
                "MIT"
932
            ],
933
            "authors": [
934
                {
935
                    "name": "Symfony Community",
936
                    "homepage": "http://symfony.com/contributors"
937
                },
938
                {
939
                    "name": "Fabien Potencier",
940
                    "email": "[email protected]"
941
                }
942
            ],
943
            "description": "Symfony SwiftmailerBundle",
944
            "homepage": "http://symfony.com",
945
            "time": "2014-12-20 09:22:58"
946
        },
947
        {
948
            "name": "vrana/notorm",
949
            "version": "dev-master",
950
            "source": {
951
                "type": "git",
952
                "url": "https://github.com/vrana/notorm.git",
953
                "reference": "e49d5d2f1bfe440dc82b61f46172635dfcb6f6dd"
954
            },
955
            "dist": {
956
                "type": "zip",
957
                "url": "https://api.github.com/repos/vrana/notorm/zipball/e49d5d2f1bfe440dc82b61f46172635dfcb6f6dd",
958
                "reference": "e49d5d2f1bfe440dc82b61f46172635dfcb6f6dd",
959
                "shasum": ""
960
            },
961
            "type": "library",
962
            "autoload": {
963
                "files": [
964
                    "NotORM.php"
965
                ]
966
            },
967
            "notification-url": "https://packagist.org/downloads/",
968
            "license": [
969
                "Apache-2.0",
970
                "GPL-2.0+"
971
            ],
972
            "authors": [
973
                {
974
                    "name": "Jakub Vrána",
975
                    "homepage": "http://www.vrana.cz/"
976
                }
977
            ],
978
            "description": "NotORM is a PHP library for simple working with data in the database.",
979
            "homepage": "http://www.notorm.com/",
980
            "keywords": [
981
                "database",
982
                "dbal"
983
            ],
984
            "time": "2014-10-30 16:55:08"
985
        }
986
    ],
987
    "packages-dev": [],
988
    "aliases": [],
989
    "minimum-stability": "stable",
990
    "stability-flags": {
991
        "symfony/swiftmailer-bundle": 20,
992
        "doctrine/orm": 20,
993
        "smottt/wideimage": 20,
994
        "vrana/notorm": 20
995
    },
996
    "prefer-stable": false,
997
    "prefer-lowest": false,
998
    "platform": {
999
        "php": ">=5.3.0"
1000
    },
1001
    "platform-dev": []
1002
}
1003