Issues (15)

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 (5 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
    ],
6
    "hash": "a310efe498bd60924019e0e31fcd66a8",
7
    "packages": [
8
        {
9
            "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...
10
            "version": "v1.1.2",
11
            "source": {
12
                "type": "git",
13
                "url": "https://github.com/doctrine/annotations.git",
14
                "reference": "40db0c96985aab2822edbc4848b3bd2429e02670"
15
            },
16
            "dist": {
17
                "type": "zip",
18
                "url": "https://api.github.com/repos/doctrine/annotations/zipball/40db0c96985aab2822edbc4848b3bd2429e02670",
19
                "reference": "40db0c96985aab2822edbc4848b3bd2429e02670",
20
                "shasum": ""
21
            },
22
            "require": {
23
                "doctrine/lexer": "1.*",
24
                "php": ">=5.3.2"
25
            },
26
            "require-dev": {
27
                "doctrine/cache": "1.*"
28
            },
29
            "type": "library",
30
            "extra": {
31
                "branch-alias": {
32
                    "dev-master": "1.0.x-dev"
33
                }
34
            },
35
            "autoload": {
36
                "psr-0": {
37
                    "Doctrine\\Common\\Annotations\\": "lib/"
38
                }
39
            },
40
            "notification-url": "https://packagist.org/downloads/",
41
            "license": [
42
                "MIT"
43
            ],
44
            "authors": [
45
                {
46
                    "name": "Jonathan Wage",
47
                    "email": "[email protected]",
48
                    "homepage": "http://www.jwage.com/",
49
                    "role": "Creator"
50
                },
51
                {
52
                    "name": "Guilherme Blanco",
53
                    "email": "[email protected]",
54
                    "homepage": "http://www.instaclick.com"
55
                },
56
                {
57
                    "name": "Roman Borschel",
58
                    "email": "[email protected]"
59
                },
60
                {
61
                    "name": "Benjamin Eberlei",
62
                    "email": "[email protected]"
63
                },
64
                {
65
                    "name": "Johannes Schmitt",
66
                    "email": "[email protected]",
67
                    "homepage": "https://github.com/schmittjoh",
68
                    "role": "Developer of wrapped JMSSerializerBundle"
69
                }
70
            ],
71
            "description": "Docblock Annotations Parser",
72
            "homepage": "http://www.doctrine-project.org",
73
            "keywords": [
74
                "annotations",
75
                "docblock",
76
                "parser"
77
            ],
78
            "time": "2013-06-16 21:33:03"
79
        },
80
        {
81
            "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...
82
            "version": "v1.3.0",
83
            "source": {
84
                "type": "git",
85
                "url": "https://github.com/doctrine/cache.git",
86
                "reference": "e16d7adf45664a50fa86f515b6d5e7f670130449"
87
            },
88
            "dist": {
89
                "type": "zip",
90
                "url": "https://api.github.com/repos/doctrine/cache/zipball/e16d7adf45664a50fa86f515b6d5e7f670130449",
91
                "reference": "e16d7adf45664a50fa86f515b6d5e7f670130449",
92
                "shasum": ""
93
            },
94
            "require": {
95
                "php": ">=5.3.2"
96
            },
97
            "conflict": {
98
                "doctrine/common": ">2.2,<2.4"
99
            },
100
            "require-dev": {
101
                "phpunit/phpunit": ">=3.7",
102
                "satooshi/php-coveralls": "~0.6"
103
            },
104
            "type": "library",
105
            "extra": {
106
                "branch-alias": {
107
                    "dev-master": "1.0.x-dev"
108
                }
109
            },
110
            "autoload": {
111
                "psr-0": {
112
                    "Doctrine\\Common\\Cache\\": "lib/"
113
                }
114
            },
115
            "notification-url": "https://packagist.org/downloads/",
116
            "license": [
117
                "MIT"
118
            ],
119
            "authors": [
120
                {
121
                    "name": "Jonathan Wage",
122
                    "email": "[email protected]",
123
                    "homepage": "http://www.jwage.com/",
124
                    "role": "Creator"
125
                },
126
                {
127
                    "name": "Guilherme Blanco",
128
                    "email": "[email protected]",
129
                    "homepage": "http://www.instaclick.com"
130
                },
131
                {
132
                    "name": "Roman Borschel",
133
                    "email": "[email protected]"
134
                },
135
                {
136
                    "name": "Benjamin Eberlei",
137
                    "email": "[email protected]"
138
                },
139
                {
140
                    "name": "Johannes M. Schmitt",
141
                    "email": "[email protected]",
142
                    "homepage": "https://github.com/schmittjoh",
143
                    "role": "Developer of wrapped JMSSerializerBundle"
144
                }
145
            ],
146
            "description": "Caching library offering an object-oriented API for many cache backends",
147
            "homepage": "http://www.doctrine-project.org",
148
            "keywords": [
149
                "cache",
150
                "caching"
151
            ],
152
            "time": "2013-10-25 19:04:14"
153
        },
154
        {
155
            "name": "doctrine/collections",
156
            "version": "v1.2",
157
            "source": {
158
                "type": "git",
159
                "url": "https://github.com/doctrine/collections.git",
160
                "reference": "b99c5c46c87126201899afe88ec490a25eedd6a2"
161
            },
162
            "dist": {
163
                "type": "zip",
164
                "url": "https://api.github.com/repos/doctrine/collections/zipball/b99c5c46c87126201899afe88ec490a25eedd6a2",
165
                "reference": "b99c5c46c87126201899afe88ec490a25eedd6a2",
166
                "shasum": ""
167
            },
168
            "require": {
169
                "php": ">=5.3.2"
170
            },
171
            "type": "library",
172
            "extra": {
173
                "branch-alias": {
174
                    "dev-master": "1.2.x-dev"
175
                }
176
            },
177
            "autoload": {
178
                "psr-0": {
179
                    "Doctrine\\Common\\Collections\\": "lib/"
180
                }
181
            },
182
            "notification-url": "https://packagist.org/downloads/",
183
            "license": [
184
                "MIT"
185
            ],
186
            "authors": [
187
                {
188
                    "name": "Jonathan Wage",
189
                    "email": "[email protected]",
190
                    "homepage": "http://www.jwage.com/",
191
                    "role": "Creator"
192
                },
193
                {
194
                    "name": "Guilherme Blanco",
195
                    "email": "[email protected]",
196
                    "homepage": "http://www.instaclick.com"
197
                },
198
                {
199
                    "name": "Roman Borschel",
200
                    "email": "[email protected]"
201
                },
202
                {
203
                    "name": "Benjamin Eberlei",
204
                    "email": "[email protected]"
205
                },
206
                {
207
                    "name": "Johannes M. Schmitt",
208
                    "email": "[email protected]",
209
                    "homepage": "https://github.com/schmittjoh",
210
                    "role": "Developer of wrapped JMSSerializerBundle"
211
                }
212
            ],
213
            "description": "Collections Abstraction library",
214
            "homepage": "http://www.doctrine-project.org",
215
            "keywords": [
216
                "array",
217
                "collections",
218
                "iterator"
219
            ],
220
            "time": "2014-02-03 23:07:43"
221
        },
222
        {
223
            "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...
224
            "version": "v2.4.1",
225
            "source": {
226
                "type": "git",
227
                "url": "https://github.com/doctrine/common.git",
228
                "reference": "ceb18cf9b0230f3ea208b6238130fd415abda0a7"
229
            },
230
            "dist": {
231
                "type": "zip",
232
                "url": "https://api.github.com/repos/doctrine/common/zipball/ceb18cf9b0230f3ea208b6238130fd415abda0a7",
233
                "reference": "ceb18cf9b0230f3ea208b6238130fd415abda0a7",
234
                "shasum": ""
235
            },
236
            "require": {
237
                "doctrine/annotations": "1.*",
238
                "doctrine/cache": "1.*",
239
                "doctrine/collections": "1.*",
240
                "doctrine/inflector": "1.*",
241
                "doctrine/lexer": "1.*",
242
                "php": ">=5.3.2"
243
            },
244
            "type": "library",
245
            "extra": {
246
                "branch-alias": {
247
                    "dev-master": "2.4.x-dev"
248
                }
249
            },
250
            "autoload": {
251
                "psr-0": {
252
                    "Doctrine\\Common\\": "lib/"
253
                }
254
            },
255
            "notification-url": "https://packagist.org/downloads/",
256
            "license": [
257
                "MIT"
258
            ],
259
            "authors": [
260
                {
261
                    "name": "Jonathan Wage",
262
                    "email": "[email protected]",
263
                    "homepage": "http://www.jwage.com/",
264
                    "role": "Creator"
265
                },
266
                {
267
                    "name": "Guilherme Blanco",
268
                    "email": "[email protected]",
269
                    "homepage": "http://www.instaclick.com"
270
                },
271
                {
272
                    "name": "Roman Borschel",
273
                    "email": "[email protected]"
274
                },
275
                {
276
                    "name": "Benjamin Eberlei",
277
                    "email": "[email protected]"
278
                },
279
                {
280
                    "name": "Johannes M. Schmitt",
281
                    "email": "[email protected]",
282
                    "homepage": "https://github.com/schmittjoh",
283
                    "role": "Developer of wrapped JMSSerializerBundle"
284
                }
285
            ],
286
            "description": "Common Library for Doctrine projects",
287
            "homepage": "http://www.doctrine-project.org",
288
            "keywords": [
289
                "annotations",
290
                "collections",
291
                "eventmanager",
292
                "persistence",
293
                "spl"
294
            ],
295
            "time": "2013-09-07 10:20:34"
296
        },
297
        {
298
            "name": "doctrine/inflector",
299
            "version": "v1.0",
300
            "source": {
301
                "type": "git",
302
                "url": "https://github.com/doctrine/inflector.git",
303
                "reference": "54b8333d2a5682afdc690060c1cf384ba9f47f08"
304
            },
305
            "dist": {
306
                "type": "zip",
307
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/54b8333d2a5682afdc690060c1cf384ba9f47f08",
308
                "reference": "54b8333d2a5682afdc690060c1cf384ba9f47f08",
309
                "shasum": ""
310
            },
311
            "require": {
312
                "php": ">=5.3.2"
313
            },
314
            "type": "library",
315
            "autoload": {
316
                "psr-0": {
317
                    "Doctrine\\Common\\Inflector\\": "lib/"
318
                }
319
            },
320
            "notification-url": "https://packagist.org/downloads/",
321
            "license": [
322
                "MIT"
323
            ],
324
            "authors": [
325
                {
326
                    "name": "Jonathan Wage",
327
                    "email": "[email protected]",
328
                    "homepage": "http://www.jwage.com/",
329
                    "role": "Creator"
330
                },
331
                {
332
                    "name": "Guilherme Blanco",
333
                    "email": "[email protected]",
334
                    "homepage": "http://www.instaclick.com"
335
                },
336
                {
337
                    "name": "Roman Borschel",
338
                    "email": "[email protected]"
339
                },
340
                {
341
                    "name": "Benjamin Eberlei",
342
                    "email": "[email protected]"
343
                },
344
                {
345
                    "name": "Johannes M. Schmitt",
346
                    "email": "[email protected]",
347
                    "homepage": "https://github.com/schmittjoh",
348
                    "role": "Developer of wrapped JMSSerializerBundle"
349
                }
350
            ],
351
            "description": "Common String Manipulations with regard to casing and singular/plural rules.",
352
            "homepage": "http://www.doctrine-project.org",
353
            "keywords": [
354
                "inflection",
355
                "pluarlize",
356
                "singuarlize",
357
                "string"
358
            ],
359
            "time": "2013-01-10 21:49:15"
360
        },
361
        {
362
            "name": "doctrine/lexer",
363
            "version": "v1.0",
364
            "source": {
365
                "type": "git",
366
                "url": "https://github.com/doctrine/lexer.git",
367
                "reference": "2f708a85bb3aab5d99dab8be435abd73e0b18acb"
368
            },
369
            "dist": {
370
                "type": "zip",
371
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/2f708a85bb3aab5d99dab8be435abd73e0b18acb",
372
                "reference": "2f708a85bb3aab5d99dab8be435abd73e0b18acb",
373
                "shasum": ""
374
            },
375
            "require": {
376
                "php": ">=5.3.2"
377
            },
378
            "type": "library",
379
            "autoload": {
380
                "psr-0": {
381
                    "Doctrine\\Common\\Lexer\\": "lib/"
382
                }
383
            },
384
            "notification-url": "https://packagist.org/downloads/",
385
            "license": [
386
                "MIT"
387
            ],
388
            "authors": [
389
                {
390
                    "name": "Guilherme Blanco",
391
                    "email": "[email protected]",
392
                    "homepage": "http://www.instaclick.com"
393
                },
394
                {
395
                    "name": "Roman Borschel",
396
                    "email": "[email protected]"
397
                },
398
                {
399
                    "name": "Johannes M. Schmitt",
400
                    "email": "[email protected]",
401
                    "homepage": "https://github.com/schmittjoh",
402
                    "role": "Developer of wrapped JMSSerializerBundle"
403
                }
404
            ],
405
            "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
406
            "homepage": "http://www.doctrine-project.org",
407
            "keywords": [
408
                "lexer",
409
                "parser"
410
            ],
411
            "time": "2013-01-12 18:59:04"
412
        },
413
        {
414
            "name": "psr/log",
415
            "version": "1.0.0",
416
            "source": {
417
                "type": "git",
418
                "url": "https://github.com/php-fig/log.git",
419
                "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
420
            },
421
            "dist": {
422
                "type": "zip",
423
                "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
424
                "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
425
                "shasum": ""
426
            },
427
            "type": "library",
428
            "autoload": {
429
                "psr-0": {
430
                    "Psr\\Log\\": ""
431
                }
432
            },
433
            "notification-url": "https://packagist.org/downloads/",
434
            "license": [
435
                "MIT"
436
            ],
437
            "authors": [
438
                {
439
                    "name": "PHP-FIG",
440
                    "homepage": "http://www.php-fig.org/"
441
                }
442
            ],
443
            "description": "Common interface for logging libraries",
444
            "keywords": [
445
                "log",
446
                "psr",
447
                "psr-3"
448
            ],
449
            "time": "2012-12-21 11:40:51"
450
        },
451
        {
452
            "name": "symfony/icu",
453
            "version": "v1.2.1",
454
            "target-dir": "Symfony/Component/Icu",
455
            "source": {
456
                "type": "git",
457
                "url": "https://github.com/symfony/Icu.git",
458
                "reference": "98e197da54df1f966dd5e8a4992135703569c987"
459
            },
460
            "dist": {
461
                "type": "zip",
462
                "url": "https://api.github.com/repos/symfony/Icu/zipball/98e197da54df1f966dd5e8a4992135703569c987",
463
                "reference": "98e197da54df1f966dd5e8a4992135703569c987",
464
                "shasum": ""
465
            },
466
            "require": {
467
                "lib-icu": ">=4.4",
468
                "php": ">=5.3.3",
469
                "symfony/intl": "~2.3"
470
            },
471
            "type": "library",
472
            "autoload": {
473
                "psr-0": {
474
                    "Symfony\\Component\\Icu\\": ""
475
                }
476
            },
477
            "notification-url": "https://packagist.org/downloads/",
478
            "license": [
479
                "MIT"
480
            ],
481
            "authors": [
482
                {
483
                    "name": "Symfony Community",
484
                    "homepage": "http://symfony.com/contributors"
485
                },
486
                {
487
                    "name": "Bernhard Schussek",
488
                    "email": "[email protected]"
489
                }
490
            ],
491
            "description": "Contains an excerpt of the ICU data and classes to load it.",
492
            "homepage": "http://symfony.com",
493
            "keywords": [
494
                "icu",
495
                "intl"
496
            ],
497
            "time": "2013-10-04 10:06:38"
498
        },
499
        {
500
            "name": "symfony/symfony",
0 ignored issues
show
501
            "version": "v2.4.3",
502
            "source": {
503
                "type": "git",
504
                "url": "https://github.com/symfony/symfony.git",
505
                "reference": "3199b2e0d194f71fe2e13c95768b2ef22206682b"
506
            },
507
            "dist": {
508
                "type": "zip",
509
                "url": "https://api.github.com/repos/symfony/symfony/zipball/3199b2e0d194f71fe2e13c95768b2ef22206682b",
510
                "reference": "3199b2e0d194f71fe2e13c95768b2ef22206682b",
511
                "shasum": ""
512
            },
513
            "require": {
514
                "doctrine/common": "~2.2",
515
                "php": ">=5.3.3",
516
                "psr/log": "~1.0",
517
                "symfony/icu": "~1.0",
518
                "twig/twig": "~1.11"
519
            },
520
            "replace": {
521
                "symfony/browser-kit": "self.version",
522
                "symfony/class-loader": "self.version",
523
                "symfony/config": "self.version",
524
                "symfony/console": "self.version",
525
                "symfony/css-selector": "self.version",
526
                "symfony/debug": "self.version",
527
                "symfony/dependency-injection": "self.version",
528
                "symfony/doctrine-bridge": "self.version",
529
                "symfony/dom-crawler": "self.version",
530
                "symfony/event-dispatcher": "self.version",
531
                "symfony/expression-language": "self.version",
532
                "symfony/filesystem": "self.version",
533
                "symfony/finder": "self.version",
534
                "symfony/form": "self.version",
535
                "symfony/framework-bundle": "self.version",
536
                "symfony/http-foundation": "self.version",
537
                "symfony/http-kernel": "self.version",
538
                "symfony/intl": "self.version",
539
                "symfony/locale": "self.version",
540
                "symfony/monolog-bridge": "self.version",
541
                "symfony/options-resolver": "self.version",
542
                "symfony/process": "self.version",
543
                "symfony/propel1-bridge": "self.version",
544
                "symfony/property-access": "self.version",
545
                "symfony/proxy-manager-bridge": "self.version",
546
                "symfony/routing": "self.version",
547
                "symfony/security": "self.version",
548
                "symfony/security-acl": "self.version",
549
                "symfony/security-bundle": "self.version",
550
                "symfony/security-core": "self.version",
551
                "symfony/security-csrf": "self.version",
552
                "symfony/security-http": "self.version",
553
                "symfony/serializer": "self.version",
554
                "symfony/stopwatch": "self.version",
555
                "symfony/swiftmailer-bridge": "self.version",
556
                "symfony/templating": "self.version",
557
                "symfony/translation": "self.version",
558
                "symfony/twig-bridge": "self.version",
559
                "symfony/twig-bundle": "self.version",
560
                "symfony/validator": "self.version",
561
                "symfony/web-profiler-bundle": "self.version",
562
                "symfony/yaml": "self.version"
563
            },
564
            "require-dev": {
565
                "doctrine/data-fixtures": "1.0.*",
566
                "doctrine/dbal": "~2.2",
567
                "doctrine/orm": "~2.2,>=2.2.3",
568
                "ircmaxell/password-compat": "1.0.*",
569
                "monolog/monolog": "~1.3",
570
                "ocramius/proxy-manager": ">=0.3.1,<0.6-dev",
571
                "propel/propel1": "1.6.*"
572
            },
573
            "type": "library",
574
            "extra": {
575
                "branch-alias": {
576
                    "dev-master": "2.4-dev"
577
                }
578
            },
579
            "autoload": {
580
                "psr-0": {
581
                    "Symfony\\": "src/"
582
                },
583
                "classmap": [
584
                    "src/Symfony/Component/HttpFoundation/Resources/stubs",
585
                    "src/Symfony/Component/Intl/Resources/stubs"
586
                ],
587
                "files": [
588
                    "src/Symfony/Component/Intl/Resources/stubs/functions.php"
589
                ]
590
            },
591
            "notification-url": "https://packagist.org/downloads/",
592
            "license": [
593
                "MIT"
594
            ],
595
            "authors": [
596
                {
597
                    "name": "Fabien Potencier",
598
                    "email": "[email protected]",
599
                    "homepage": "http://fabien.potencier.org",
600
                    "role": "Lead Developer"
601
                },
602
                {
603
                    "name": "Symfony Community",
604
                    "homepage": "http://symfony.com/contributors"
605
                }
606
            ],
607
            "description": "The Symfony PHP framework",
608
            "homepage": "http://symfony.com",
609
            "keywords": [
610
                "framework"
611
            ],
612
            "time": "2014-04-04 10:27:02"
613
        },
614
        {
615
            "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...
616
            "version": "v1.15.1",
617
            "source": {
618
                "type": "git",
619
                "url": "https://github.com/fabpot/Twig.git",
620
                "reference": "1fb5784662f438d7d96a541e305e28b812e2eeed"
621
            },
622
            "dist": {
623
                "type": "zip",
624
                "url": "https://api.github.com/repos/fabpot/Twig/zipball/1fb5784662f438d7d96a541e305e28b812e2eeed",
625
                "reference": "1fb5784662f438d7d96a541e305e28b812e2eeed",
626
                "shasum": ""
627
            },
628
            "require": {
629
                "php": ">=5.2.4"
630
            },
631
            "type": "library",
632
            "extra": {
633
                "branch-alias": {
634
                    "dev-master": "1.15-dev"
635
                }
636
            },
637
            "autoload": {
638
                "psr-0": {
639
                    "Twig_": "lib/"
640
                }
641
            },
642
            "notification-url": "https://packagist.org/downloads/",
643
            "license": [
644
                "BSD-3-Clause"
645
            ],
646
            "authors": [
647
                {
648
                    "name": "Fabien Potencier",
649
                    "email": "[email protected]",
650
                    "homepage": "http://fabien.potencier.org",
651
                    "role": "Lead Developer"
652
                },
653
                {
654
                    "name": "Armin Ronacher",
655
                    "email": "[email protected]",
656
                    "role": "Project Founder"
657
                },
658
                {
659
                    "name": "Twig Team",
660
                    "homepage": "https://github.com/fabpot/Twig/graphs/contributors",
661
                    "role": "Contributors"
662
                }
663
            ],
664
            "description": "Twig, the flexible, fast, and secure template language for PHP",
665
            "homepage": "http://twig.sensiolabs.org",
666
            "keywords": [
667
                "templating"
668
            ],
669
            "time": "2014-02-13 10:19:29"
670
        }
671
    ],
672
    "packages-dev": [
673
        {
674
            "name": "modera/foundation-bundle",
675
            "version": "dev-master",
676
            "target-dir": "Modera/FoundationBundle",
677
            "source": {
678
                "type": "git",
679
                "url": "https://github.com/modera/ModeraFoundationBundle.git",
680
                "reference": "67208331515aba24fa5711cd59c0571d36b749f5"
681
            },
682
            "dist": {
683
                "type": "zip",
684
                "url": "https://api.github.com/repos/modera/ModeraFoundationBundle/zipball/67208331515aba24fa5711cd59c0571d36b749f5",
685
                "reference": "67208331515aba24fa5711cd59c0571d36b749f5",
686
                "shasum": ""
687
            },
688
            "require": {
689
                "php": ">=5.3.0",
690
                "symfony/symfony": "~2.0"
691
            },
692
            "require-dev": {
693
                "phpunit/phpunit": "3.7.*"
694
            },
695
            "type": "symfony-bundle",
696
            "autoload": {
697
                "psr-0": {
698
                    "Modera\\FoundationBundle": ""
699
                }
700
            },
701
            "notification-url": "https://packagist.org/downloads/",
702
            "license": [
703
                "MIT"
704
            ],
705
            "authors": [
706
                {
707
                    "name": "Sergei Lissovski",
708
                    "email": "[email protected]",
709
                    "homepage": "http://sergei.lissovski.org/"
710
                }
711
            ],
712
            "time": "2014-03-24 08:03:14"
713
        },
714
        {
715
            "name": "phpunit/php-code-coverage",
716
            "version": "1.2.17",
717
            "source": {
718
                "type": "git",
719
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
720
                "reference": "6ef2bf3a1c47eca07ea95f0d8a902a6340390b34"
721
            },
722
            "dist": {
723
                "type": "zip",
724
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/6ef2bf3a1c47eca07ea95f0d8a902a6340390b34",
725
                "reference": "6ef2bf3a1c47eca07ea95f0d8a902a6340390b34",
726
                "shasum": ""
727
            },
728
            "require": {
729
                "php": ">=5.3.3",
730
                "phpunit/php-file-iterator": ">=1.3.0@stable",
731
                "phpunit/php-text-template": ">=1.2.0@stable",
732
                "phpunit/php-token-stream": ">=1.1.3@stable"
733
            },
734
            "require-dev": {
735
                "phpunit/phpunit": "3.7.*@dev"
736
            },
737
            "suggest": {
738
                "ext-dom": "*",
739
                "ext-xdebug": ">=2.0.5"
740
            },
741
            "type": "library",
742
            "extra": {
743
                "branch-alias": {
744
                    "dev-master": "1.2.x-dev"
745
                }
746
            },
747
            "autoload": {
748
                "classmap": [
749
                    "PHP/"
750
                ]
751
            },
752
            "notification-url": "https://packagist.org/downloads/",
753
            "include-path": [
754
                ""
755
            ],
756
            "license": [
757
                "BSD-3-Clause"
758
            ],
759
            "authors": [
760
                {
761
                    "name": "Sebastian Bergmann",
762
                    "email": "[email protected]",
763
                    "role": "lead"
764
                }
765
            ],
766
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
767
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
768
            "keywords": [
769
                "coverage",
770
                "testing",
771
                "xunit"
772
            ],
773
            "time": "2014-03-28 10:53:45"
774
        },
775
        {
776
            "name": "phpunit/php-file-iterator",
777
            "version": "1.3.4",
778
            "source": {
779
                "type": "git",
780
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
781
                "reference": "acd690379117b042d1c8af1fafd61bde001bf6bb"
782
            },
783
            "dist": {
784
                "type": "zip",
785
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/acd690379117b042d1c8af1fafd61bde001bf6bb",
786
                "reference": "acd690379117b042d1c8af1fafd61bde001bf6bb",
787
                "shasum": ""
788
            },
789
            "require": {
790
                "php": ">=5.3.3"
791
            },
792
            "type": "library",
793
            "autoload": {
794
                "classmap": [
795
                    "File/"
796
                ]
797
            },
798
            "notification-url": "https://packagist.org/downloads/",
799
            "include-path": [
800
                ""
801
            ],
802
            "license": [
803
                "BSD-3-Clause"
804
            ],
805
            "authors": [
806
                {
807
                    "name": "Sebastian Bergmann",
808
                    "email": "[email protected]",
809
                    "role": "lead"
810
                }
811
            ],
812
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
813
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
814
            "keywords": [
815
                "filesystem",
816
                "iterator"
817
            ],
818
            "time": "2013-10-10 15:34:57"
819
        },
820
        {
821
            "name": "phpunit/php-text-template",
822
            "version": "1.2.0",
823
            "source": {
824
                "type": "git",
825
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
826
                "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a"
827
            },
828
            "dist": {
829
                "type": "zip",
830
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/206dfefc0ffe9cebf65c413e3d0e809c82fbf00a",
831
                "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a",
832
                "shasum": ""
833
            },
834
            "require": {
835
                "php": ">=5.3.3"
836
            },
837
            "type": "library",
838
            "autoload": {
839
                "classmap": [
840
                    "Text/"
841
                ]
842
            },
843
            "notification-url": "https://packagist.org/downloads/",
844
            "include-path": [
845
                ""
846
            ],
847
            "license": [
848
                "BSD-3-Clause"
849
            ],
850
            "authors": [
851
                {
852
                    "name": "Sebastian Bergmann",
853
                    "email": "[email protected]",
854
                    "role": "lead"
855
                }
856
            ],
857
            "description": "Simple template engine.",
858
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
859
            "keywords": [
860
                "template"
861
            ],
862
            "time": "2014-01-30 17:20:04"
863
        },
864
        {
865
            "name": "phpunit/php-timer",
866
            "version": "1.0.5",
867
            "source": {
868
                "type": "git",
869
                "url": "https://github.com/sebastianbergmann/php-timer.git",
870
                "reference": "19689d4354b295ee3d8c54b4f42c3efb69cbc17c"
871
            },
872
            "dist": {
873
                "type": "zip",
874
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/19689d4354b295ee3d8c54b4f42c3efb69cbc17c",
875
                "reference": "19689d4354b295ee3d8c54b4f42c3efb69cbc17c",
876
                "shasum": ""
877
            },
878
            "require": {
879
                "php": ">=5.3.3"
880
            },
881
            "type": "library",
882
            "autoload": {
883
                "classmap": [
884
                    "PHP/"
885
                ]
886
            },
887
            "notification-url": "https://packagist.org/downloads/",
888
            "include-path": [
889
                ""
890
            ],
891
            "license": [
892
                "BSD-3-Clause"
893
            ],
894
            "authors": [
895
                {
896
                    "name": "Sebastian Bergmann",
897
                    "email": "[email protected]",
898
                    "role": "lead"
899
                }
900
            ],
901
            "description": "Utility class for timing",
902
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
903
            "keywords": [
904
                "timer"
905
            ],
906
            "time": "2013-08-02 07:42:54"
907
        },
908
        {
909
            "name": "phpunit/php-token-stream",
910
            "version": "1.2.2",
911
            "source": {
912
                "type": "git",
913
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
914
                "reference": "ad4e1e23ae01b483c16f600ff1bebec184588e32"
915
            },
916
            "dist": {
917
                "type": "zip",
918
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/ad4e1e23ae01b483c16f600ff1bebec184588e32",
919
                "reference": "ad4e1e23ae01b483c16f600ff1bebec184588e32",
920
                "shasum": ""
921
            },
922
            "require": {
923
                "ext-tokenizer": "*",
924
                "php": ">=5.3.3"
925
            },
926
            "type": "library",
927
            "extra": {
928
                "branch-alias": {
929
                    "dev-master": "1.2-dev"
930
                }
931
            },
932
            "autoload": {
933
                "classmap": [
934
                    "PHP/"
935
                ]
936
            },
937
            "notification-url": "https://packagist.org/downloads/",
938
            "include-path": [
939
                ""
940
            ],
941
            "license": [
942
                "BSD-3-Clause"
943
            ],
944
            "authors": [
945
                {
946
                    "name": "Sebastian Bergmann",
947
                    "email": "[email protected]",
948
                    "role": "lead"
949
                }
950
            ],
951
            "description": "Wrapper around PHP's tokenizer extension.",
952
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
953
            "keywords": [
954
                "tokenizer"
955
            ],
956
            "time": "2014-03-03 05:10:30"
957
        },
958
        {
959
            "name": "phpunit/phpunit",
960
            "version": "3.7.34",
961
            "source": {
962
                "type": "git",
963
                "url": "https://github.com/sebastianbergmann/phpunit.git",
964
                "reference": "248d6ce95e6ca7f0e3135252c0b984bbe1f52f19"
965
            },
966
            "dist": {
967
                "type": "zip",
968
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/248d6ce95e6ca7f0e3135252c0b984bbe1f52f19",
969
                "reference": "248d6ce95e6ca7f0e3135252c0b984bbe1f52f19",
970
                "shasum": ""
971
            },
972
            "require": {
973
                "ext-dom": "*",
974
                "ext-pcre": "*",
975
                "ext-reflection": "*",
976
                "ext-spl": "*",
977
                "php": ">=5.3.3",
978
                "phpunit/php-code-coverage": "~1.2",
979
                "phpunit/php-file-iterator": "~1.3",
980
                "phpunit/php-text-template": "~1.1",
981
                "phpunit/php-timer": "~1.0",
982
                "phpunit/phpunit-mock-objects": "~1.2",
983
                "symfony/yaml": "~2.0"
984
            },
985
            "require-dev": {
986
                "pear-pear.php.net/pear": "1.9.4"
987
            },
988
            "suggest": {
989
                "ext-json": "*",
990
                "ext-simplexml": "*",
991
                "ext-tokenizer": "*",
992
                "phpunit/php-invoker": "~1.1"
993
            },
994
            "bin": [
995
                "composer/bin/phpunit"
996
            ],
997
            "type": "library",
998
            "extra": {
999
                "branch-alias": {
1000
                    "dev-master": "3.7.x-dev"
1001
                }
1002
            },
1003
            "autoload": {
1004
                "classmap": [
1005
                    "PHPUnit/"
1006
                ]
1007
            },
1008
            "notification-url": "https://packagist.org/downloads/",
1009
            "include-path": [
1010
                "",
1011
                "../../symfony/yaml/"
1012
            ],
1013
            "license": [
1014
                "BSD-3-Clause"
1015
            ],
1016
            "authors": [
1017
                {
1018
                    "name": "Sebastian Bergmann",
1019
                    "email": "[email protected]",
1020
                    "role": "lead"
1021
                }
1022
            ],
1023
            "description": "The PHP Unit Testing framework.",
1024
            "homepage": "http://www.phpunit.de/",
1025
            "keywords": [
1026
                "phpunit",
1027
                "testing",
1028
                "xunit"
1029
            ],
1030
            "time": "2014-03-28 11:04:36"
1031
        },
1032
        {
1033
            "name": "phpunit/phpunit-mock-objects",
1034
            "version": "1.2.3",
1035
            "source": {
1036
                "type": "git",
1037
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
1038
                "reference": "5794e3c5c5ba0fb037b11d8151add2a07fa82875"
1039
            },
1040
            "dist": {
1041
                "type": "zip",
1042
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/5794e3c5c5ba0fb037b11d8151add2a07fa82875",
1043
                "reference": "5794e3c5c5ba0fb037b11d8151add2a07fa82875",
1044
                "shasum": ""
1045
            },
1046
            "require": {
1047
                "php": ">=5.3.3",
1048
                "phpunit/php-text-template": ">=1.1.1@stable"
1049
            },
1050
            "suggest": {
1051
                "ext-soap": "*"
1052
            },
1053
            "type": "library",
1054
            "autoload": {
1055
                "classmap": [
1056
                    "PHPUnit/"
1057
                ]
1058
            },
1059
            "notification-url": "https://packagist.org/downloads/",
1060
            "include-path": [
1061
                ""
1062
            ],
1063
            "license": [
1064
                "BSD-3-Clause"
1065
            ],
1066
            "authors": [
1067
                {
1068
                    "name": "Sebastian Bergmann",
1069
                    "email": "[email protected]",
1070
                    "role": "lead"
1071
                }
1072
            ],
1073
            "description": "Mock Object library for PHPUnit",
1074
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
1075
            "keywords": [
1076
                "mock",
1077
                "xunit"
1078
            ],
1079
            "time": "2013-01-13 10:24:48"
1080
        }
1081
    ],
1082
    "aliases": [
1083
1084
    ],
1085
    "minimum-stability": "stable",
1086
    "stability-flags": {
1087
        "modera/foundation-bundle": 20
1088
    },
1089
    "platform": {
1090
        "php": ">=5.4"
1091
    },
1092
    "platform-dev": [
1093
1094
    ]
1095
}
1096