Issues (62)

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

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": "5ffb7c26d69c77187935021f4b181f04",
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.3",
12
            "source": {
13
                "type": "git",
14
                "url": "https://github.com/doctrine/annotations.git",
15
                "reference": "eeda578cbe24a170331a1cfdf78be723412df7a4"
16
            },
17
            "dist": {
18
                "type": "zip",
19
                "url": "https://api.github.com/repos/doctrine/annotations/zipball/eeda578cbe24a170331a1cfdf78be723412df7a4",
20
                "reference": "eeda578cbe24a170331a1cfdf78be723412df7a4",
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-20 20:49:38"
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/inflector",
288
            "version": "v1.0.1",
289
            "source": {
290
                "type": "git",
291
                "url": "https://github.com/doctrine/inflector.git",
292
                "reference": "0bcb2e79d8571787f18b7eb036ed3d004908e604"
293
            },
294
            "dist": {
295
                "type": "zip",
296
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/0bcb2e79d8571787f18b7eb036ed3d004908e604",
297
                "reference": "0bcb2e79d8571787f18b7eb036ed3d004908e604",
298
                "shasum": ""
299
            },
300
            "require": {
301
                "php": ">=5.3.2"
302
            },
303
            "require-dev": {
304
                "phpunit/phpunit": "4.*"
305
            },
306
            "type": "library",
307
            "extra": {
308
                "branch-alias": {
309
                    "dev-master": "1.0.x-dev"
310
                }
311
            },
312
            "autoload": {
313
                "psr-0": {
314
                    "Doctrine\\Common\\Inflector\\": "lib/"
315
                }
316
            },
317
            "notification-url": "https://packagist.org/downloads/",
318
            "license": [
319
                "MIT"
320
            ],
321
            "authors": [
322
                {
323
                    "name": "Roman Borschel",
324
                    "email": "[email protected]"
325
                },
326
                {
327
                    "name": "Benjamin Eberlei",
328
                    "email": "[email protected]"
329
                },
330
                {
331
                    "name": "Guilherme Blanco",
332
                    "email": "[email protected]"
333
                },
334
                {
335
                    "name": "Jonathan Wage",
336
                    "email": "[email protected]"
337
                },
338
                {
339
                    "name": "Johannes Schmitt",
340
                    "email": "[email protected]"
341
                }
342
            ],
343
            "description": "Common String Manipulations with regard to casing and singular/plural rules.",
344
            "homepage": "http://www.doctrine-project.org",
345
            "keywords": [
346
                "inflection",
347
                "pluralize",
348
                "singularize",
349
                "string"
350
            ],
351
            "time": "2014-12-20 21:24:13"
352
        },
353
        {
354
            "name": "doctrine/instantiator",
355
            "version": "1.0.5",
356
            "source": {
357
                "type": "git",
358
                "url": "https://github.com/doctrine/instantiator.git",
359
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
360
            },
361
            "dist": {
362
                "type": "zip",
363
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
364
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
365
                "shasum": ""
366
            },
367
            "require": {
368
                "php": ">=5.3,<8.0-DEV"
369
            },
370
            "require-dev": {
371
                "athletic/athletic": "~0.1.8",
372
                "ext-pdo": "*",
373
                "ext-phar": "*",
374
                "phpunit/phpunit": "~4.0",
375
                "squizlabs/php_codesniffer": "~2.0"
376
            },
377
            "type": "library",
378
            "extra": {
379
                "branch-alias": {
380
                    "dev-master": "1.0.x-dev"
381
                }
382
            },
383
            "autoload": {
384
                "psr-4": {
385
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
386
                }
387
            },
388
            "notification-url": "https://packagist.org/downloads/",
389
            "license": [
390
                "MIT"
391
            ],
392
            "authors": [
393
                {
394
                    "name": "Marco Pivetta",
395
                    "email": "[email protected]",
396
                    "homepage": "http://ocramius.github.com/"
397
                }
398
            ],
399
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
400
            "homepage": "https://github.com/doctrine/instantiator",
401
            "keywords": [
402
                "constructor",
403
                "instantiate"
404
            ],
405
            "time": "2015-06-14 21:17:01"
406
        },
407
        {
408
            "name": "doctrine/lexer",
409
            "version": "v1.0.1",
410
            "source": {
411
                "type": "git",
412
                "url": "https://github.com/doctrine/lexer.git",
413
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
414
            },
415
            "dist": {
416
                "type": "zip",
417
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
418
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
419
                "shasum": ""
420
            },
421
            "require": {
422
                "php": ">=5.3.2"
423
            },
424
            "type": "library",
425
            "extra": {
426
                "branch-alias": {
427
                    "dev-master": "1.0.x-dev"
428
                }
429
            },
430
            "autoload": {
431
                "psr-0": {
432
                    "Doctrine\\Common\\Lexer\\": "lib/"
433
                }
434
            },
435
            "notification-url": "https://packagist.org/downloads/",
436
            "license": [
437
                "MIT"
438
            ],
439
            "authors": [
440
                {
441
                    "name": "Roman Borschel",
442
                    "email": "[email protected]"
443
                },
444
                {
445
                    "name": "Guilherme Blanco",
446
                    "email": "[email protected]"
447
                },
448
                {
449
                    "name": "Johannes Schmitt",
450
                    "email": "[email protected]"
451
                }
452
            ],
453
            "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
454
            "homepage": "http://www.doctrine-project.org",
455
            "keywords": [
456
                "lexer",
457
                "parser"
458
            ],
459
            "time": "2014-09-09 13:34:57"
460
        },
461
        {
462
            "name": "doctrine/mongodb",
463
            "version": "1.1.8",
464
            "source": {
465
                "type": "git",
466
                "url": "https://github.com/doctrine/mongodb.git",
467
                "reference": "5cd7ab2aeb6783b9f2345a47767b5c0b2d2b3305"
468
            },
469
            "dist": {
470
                "type": "zip",
471
                "url": "https://api.github.com/repos/doctrine/mongodb/zipball/5cd7ab2aeb6783b9f2345a47767b5c0b2d2b3305",
472
                "reference": "5cd7ab2aeb6783b9f2345a47767b5c0b2d2b3305",
473
                "shasum": ""
474
            },
475
            "require": {
476
                "doctrine/common": "~2.1",
477
                "ext-mongo": ">=1.2.12,<1.7-dev",
478
                "php": ">=5.3.2"
479
            },
480
            "require-dev": {
481
                "jmikola/geojson": "~1.0"
482
            },
483
            "suggest": {
484
                "jmikola/geojson": "Support GeoJSON geometry objects in 2dsphere queries"
485
            },
486
            "type": "library",
487
            "autoload": {
488
                "psr-0": {
489
                    "Doctrine\\MongoDB": "lib/"
490
                }
491
            },
492
            "notification-url": "https://packagist.org/downloads/",
493
            "license": [
494
                "MIT"
495
            ],
496
            "authors": [
497
                {
498
                    "name": "Jonathan H. Wage",
499
                    "email": "[email protected]"
500
                },
501
                {
502
                    "name": "Jeremy Mikola",
503
                    "email": "[email protected]"
504
                },
505
                {
506
                    "name": "Bulat Shakirzyanov",
507
                    "email": "[email protected]"
508
                },
509
                {
510
                    "name": "Kris Wallsmith",
511
                    "email": "[email protected]"
512
                }
513
            ],
514
            "description": "Doctrine MongoDB Abstraction Layer",
515
            "homepage": "http://www.doctrine-project.org",
516
            "keywords": [
517
                "database",
518
                "mongodb",
519
                "persistence"
520
            ],
521
            "time": "2015-02-25 00:38:50"
522
        },
523
        {
524
            "name": "doctrine/mongodb-odm",
525
            "version": "1.0.0-BETA13",
526
            "source": {
527
                "type": "git",
528
                "url": "https://github.com/doctrine/mongodb-odm.git",
529
                "reference": "f9d26e2839c657659dc129fe5b4aaa7f87d0ea55"
530
            },
531
            "dist": {
532
                "type": "zip",
533
                "url": "https://api.github.com/repos/doctrine/mongodb-odm/zipball/f9d26e2839c657659dc129fe5b4aaa7f87d0ea55",
534
                "reference": "f9d26e2839c657659dc129fe5b4aaa7f87d0ea55",
535
                "shasum": ""
536
            },
537
            "require": {
538
                "doctrine/annotations": "~1.0",
539
                "doctrine/cache": "~1.0",
540
                "doctrine/collections": "~1.1",
541
                "doctrine/common": "~2.4",
542
                "doctrine/inflector": "~1.0",
543
                "doctrine/instantiator": "~1.0.1",
544
                "doctrine/mongodb": ">=1.1.5,<2.0",
545
                "php": ">=5.3.2",
546
                "symfony/console": "~2.3|~3.0"
547
            },
548
            "require-dev": {
549
                "symfony/yaml": "~2.3|~3.0"
550
            },
551
            "suggest": {
552
                "symfony/yaml": "Enables the YAML metadata mapping driver"
553
            },
554
            "type": "library",
555
            "extra": {
556
                "branch-alias": {
557
                    "dev-master": "1.0.x-dev"
558
                }
559
            },
560
            "autoload": {
561
                "psr-0": {
562
                    "Doctrine\\ODM\\MongoDB": "lib/"
563
                }
564
            },
565
            "notification-url": "https://packagist.org/downloads/",
566
            "license": [
567
                "MIT"
568
            ],
569
            "authors": [
570
                {
571
                    "name": "Jonathan H. Wage",
572
                    "email": "[email protected]"
573
                },
574
                {
575
                    "name": "Jeremy Mikola",
576
                    "email": "[email protected]"
577
                },
578
                {
579
                    "name": "Bulat Shakirzyanov",
580
                    "email": "[email protected]"
581
                },
582
                {
583
                    "name": "Kris Wallsmith",
584
                    "email": "[email protected]"
585
                },
586
                {
587
                    "name": "Maciej Malarz",
588
                    "email": "[email protected]"
589
                },
590
                {
591
                    "name": "Andreas Braun",
592
                    "email": "[email protected]"
593
                }
594
            ],
595
            "description": "Doctrine MongoDB Object Document Mapper",
596
            "homepage": "http://www.doctrine-project.org",
597
            "keywords": [
598
                "database",
599
                "mongodb",
600
                "odm",
601
                "persistence"
602
            ],
603
            "time": "2015-05-22 07:35:15"
604
        },
605
        {
606
            "name": "hamcrest/hamcrest-php",
607
            "version": "v1.1.1",
608
            "source": {
609
                "type": "git",
610
                "url": "https://github.com/hamcrest/hamcrest-php.git",
611
                "reference": "6048f44ff583958353fd8540e971565c306bb99b"
612
            },
613
            "dist": {
614
                "type": "zip",
615
                "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/6048f44ff583958353fd8540e971565c306bb99b",
616
                "reference": "6048f44ff583958353fd8540e971565c306bb99b",
617
                "shasum": ""
618
            },
619
            "require": {
620
                "php": ">=5.3.2"
621
            },
622
            "replace": {
623
                "davedevelopment/hamcrest-php": "*",
624
                "kodova/hamcrest-php": "*"
625
            },
626
            "require-dev": {
627
                "phpunit/php-file-iterator": "1.3.3",
628
                "satooshi/php-coveralls": "dev-master"
629
            },
630
            "type": "library",
631
            "autoload": {
632
                "classmap": [
633
                    "hamcrest/",
634
                    "tests",
635
                    "generator"
636
                ]
637
            },
638
            "notification-url": "https://packagist.org/downloads/",
639
            "license": [
640
                "BSD"
641
            ],
642
            "description": "This is the PHP port of Hamcrest Matchers",
643
            "keywords": [
644
                "test"
645
            ],
646
            "time": "2013-09-16 08:13:48"
647
        },
648
        {
649
            "name": "jms/metadata",
650
            "version": "1.5.1",
651
            "source": {
652
                "type": "git",
653
                "url": "https://github.com/schmittjoh/metadata.git",
654
                "reference": "22b72455559a25777cfd28c4ffda81ff7639f353"
655
            },
656
            "dist": {
657
                "type": "zip",
658
                "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/22b72455559a25777cfd28c4ffda81ff7639f353",
659
                "reference": "22b72455559a25777cfd28c4ffda81ff7639f353",
660
                "shasum": ""
661
            },
662
            "require": {
663
                "php": ">=5.3.0"
664
            },
665
            "require-dev": {
666
                "doctrine/cache": "~1.0"
667
            },
668
            "type": "library",
669
            "extra": {
670
                "branch-alias": {
671
                    "dev-master": "1.5.x-dev"
672
                }
673
            },
674
            "autoload": {
675
                "psr-0": {
676
                    "Metadata\\": "src/"
677
                }
678
            },
679
            "notification-url": "https://packagist.org/downloads/",
680
            "license": [
681
                "Apache"
682
            ],
683
            "authors": [
684
                {
685
                    "name": "Johannes Schmitt",
686
                    "email": "[email protected]",
687
                    "homepage": "https://github.com/schmittjoh",
688
                    "role": "Developer of wrapped JMSSerializerBundle"
689
                }
690
            ],
691
            "description": "Class/method/property metadata management in PHP",
692
            "keywords": [
693
                "annotations",
694
                "metadata",
695
                "xml",
696
                "yaml"
697
            ],
698
            "time": "2014-07-12 07:13:19"
699
        },
700
        {
701
            "name": "jms/parser-lib",
702
            "version": "1.0.0",
703
            "source": {
704
                "type": "git",
705
                "url": "https://github.com/schmittjoh/parser-lib.git",
706
                "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d"
707
            },
708
            "dist": {
709
                "type": "zip",
710
                "url": "https://api.github.com/repos/schmittjoh/parser-lib/zipball/c509473bc1b4866415627af0e1c6cc8ac97fa51d",
711
                "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d",
712
                "shasum": ""
713
            },
714
            "require": {
715
                "phpoption/phpoption": ">=0.9,<2.0-dev"
716
            },
717
            "type": "library",
718
            "extra": {
719
                "branch-alias": {
720
                    "dev-master": "1.0-dev"
721
                }
722
            },
723
            "autoload": {
724
                "psr-0": {
725
                    "JMS\\": "src/"
726
                }
727
            },
728
            "notification-url": "https://packagist.org/downloads/",
729
            "license": [
730
                "Apache2"
731
            ],
732
            "description": "A library for easily creating recursive-descent parsers.",
733
            "time": "2012-11-18 18:08:43"
734
        },
735
        {
736
            "name": "jms/serializer",
737
            "version": "1.0.0",
738
            "source": {
739
                "type": "git",
740
                "url": "https://github.com/schmittjoh/serializer.git",
741
                "reference": "a29d9a204efc3ca3f39a9d182a83fd34462fef3f"
742
            },
743
            "dist": {
744
                "type": "zip",
745
                "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/a29d9a204efc3ca3f39a9d182a83fd34462fef3f",
746
                "reference": "a29d9a204efc3ca3f39a9d182a83fd34462fef3f",
747
                "shasum": ""
748
            },
749
            "require": {
750
                "doctrine/annotations": "1.*",
751
                "doctrine/instantiator": "~1.0.3",
752
                "jms/metadata": "~1.1",
753
                "jms/parser-lib": "1.*",
754
                "php": ">=5.4.0",
755
                "phpcollection/phpcollection": "~0.1"
756
            },
757
            "require-dev": {
758
                "doctrine/orm": "~2.1",
759
                "doctrine/phpcr-odm": "~1.0.1",
760
                "jackalope/jackalope-doctrine-dbal": "1.0.*",
761
                "phpunit/phpunit": "~4.0",
762
                "propel/propel1": "~1.7",
763
                "symfony/filesystem": "2.*",
764
                "symfony/form": "~2.1",
765
                "symfony/translation": "~2.0",
766
                "symfony/validator": "~2.0",
767
                "symfony/yaml": "2.*",
768
                "twig/twig": ">=1.8,<2.0-dev"
769
            },
770
            "suggest": {
771
                "symfony/yaml": "Required if you'd like to serialize data to YAML format."
772
            },
773
            "type": "library",
774
            "extra": {
775
                "branch-alias": {
776
                    "dev-master": "0.17-dev"
777
                }
778
            },
779
            "autoload": {
780
                "psr-0": {
781
                    "JMS\\Serializer": "src/"
782
                }
783
            },
784
            "notification-url": "https://packagist.org/downloads/",
785
            "license": [
786
                "Apache2"
787
            ],
788
            "authors": [
789
                {
790
                    "name": "Johannes M. Schmitt",
791
                    "email": "[email protected]"
792
                }
793
            ],
794
            "description": "Library for (de-)serializing data of any complexity; supports XML, JSON, and YAML.",
795
            "homepage": "http://jmsyst.com/libs/serializer",
796
            "keywords": [
797
                "deserialization",
798
                "jaxb",
799
                "json",
800
                "serialization",
801
                "xml"
802
            ],
803
            "time": "2015-06-16 11:50:24"
804
        },
805
        {
806
            "name": "monolog/monolog",
0 ignored issues
show
There is a security advisory for your installed version of monolog/monolog:

Header injection in NativeMailerHandler
Loading history...
807
            "version": "1.8.0",
808
            "source": {
809
                "type": "git",
810
                "url": "https://github.com/Seldaek/monolog.git",
811
                "reference": "392ef35fd470638e08d0160d6b1cbab63cb23174"
812
            },
813
            "dist": {
814
                "type": "zip",
815
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/392ef35fd470638e08d0160d6b1cbab63cb23174",
816
                "reference": "392ef35fd470638e08d0160d6b1cbab63cb23174",
817
                "shasum": ""
818
            },
819
            "require": {
820
                "php": ">=5.3.0",
821
                "psr/log": "~1.0"
822
            },
823
            "require-dev": {
824
                "aws/aws-sdk-php": "~2.4, >2.4.8",
825
                "doctrine/couchdb": "~1.0@dev",
826
                "graylog2/gelf-php": "~1.0",
827
                "phpunit/phpunit": "~3.7.0",
828
                "raven/raven": "~0.5",
829
                "ruflin/elastica": "0.90.*"
830
            },
831
            "suggest": {
832
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
833
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
834
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
835
                "ext-mongo": "Allow sending log messages to a MongoDB server",
836
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
837
                "raven/raven": "Allow sending log messages to a Sentry server",
838
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
839
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server"
840
            },
841
            "type": "library",
842
            "extra": {
843
                "branch-alias": {
844
                    "dev-master": "1.8.x-dev"
845
                }
846
            },
847
            "autoload": {
848
                "psr-4": {
849
                    "Monolog\\": "src/Monolog"
850
                }
851
            },
852
            "notification-url": "https://packagist.org/downloads/",
853
            "license": [
854
                "MIT"
855
            ],
856
            "authors": [
857
                {
858
                    "name": "Jordi Boggiano",
859
                    "email": "[email protected]",
860
                    "homepage": "http://seld.be",
861
                    "role": "Developer"
862
                }
863
            ],
864
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
865
            "homepage": "http://github.com/Seldaek/monolog",
866
            "keywords": [
867
                "log",
868
                "logging",
869
                "psr-3"
870
            ],
871
            "time": "2014-03-23 19:50:26"
872
        },
873
        {
874
            "name": "ocramius/proxy-manager",
875
            "version": "1.0.0",
876
            "source": {
877
                "type": "git",
878
                "url": "https://github.com/Ocramius/ProxyManager.git",
879
                "reference": "a80a39fac4fbd771aea7d3871929933a3a1bbf3e"
880
            },
881
            "dist": {
882
                "type": "zip",
883
                "url": "https://api.github.com/repos/Ocramius/ProxyManager/zipball/a80a39fac4fbd771aea7d3871929933a3a1bbf3e",
884
                "reference": "a80a39fac4fbd771aea7d3871929933a3a1bbf3e",
885
                "shasum": ""
886
            },
887
            "require": {
888
                "php": ">=5.3.3",
889
                "zendframework/zend-code": ">2.2.5,<3.0"
890
            },
891
            "require-dev": {
892
                "ext-phar": "*",
893
                "phpunit/phpunit": "~4.0",
894
                "squizlabs/php_codesniffer": "1.5.*"
895
            },
896
            "suggest": {
897
                "ocramius/generated-hydrator": "To have very fast object to array to object conversion for ghost objects",
898
                "zendframework/zend-json": "To have the JsonRpc adapter (Remote Object feature)",
899
                "zendframework/zend-soap": "To have the Soap adapter (Remote Object feature)",
900
                "zendframework/zend-stdlib": "To use the hydrator proxy",
901
                "zendframework/zend-xmlrpc": "To have the XmlRpc adapter (Remote Object feature)"
902
            },
903
            "type": "library",
904
            "extra": {
905
                "branch-alias": {
906
                    "dev-master": "2.0.x-dev"
907
                }
908
            },
909
            "autoload": {
910
                "psr-0": {
911
                    "ProxyManager\\": "src"
912
                }
913
            },
914
            "notification-url": "https://packagist.org/downloads/",
915
            "license": [
916
                "MIT"
917
            ],
918
            "authors": [
919
                {
920
                    "name": "Marco Pivetta",
921
                    "email": "[email protected]",
922
                    "homepage": "http://ocramius.github.com/"
923
                }
924
            ],
925
            "description": "A library providing utilities to generate, instantiate and generally operate with Object Proxies",
926
            "homepage": "https://github.com/Ocramius/ProxyManager",
927
            "keywords": [
928
                "aop",
929
                "lazy loading",
930
                "proxy",
931
                "proxy pattern",
932
                "service proxies"
933
            ],
934
            "time": "2014-12-12 10:59:05"
935
        },
936
        {
937
            "name": "phpcollection/phpcollection",
938
            "version": "0.4.0",
939
            "source": {
940
                "type": "git",
941
                "url": "https://github.com/schmittjoh/php-collection.git",
942
                "reference": "b8bf55a0a929ca43b01232b36719f176f86c7e83"
943
            },
944
            "dist": {
945
                "type": "zip",
946
                "url": "https://api.github.com/repos/schmittjoh/php-collection/zipball/b8bf55a0a929ca43b01232b36719f176f86c7e83",
947
                "reference": "b8bf55a0a929ca43b01232b36719f176f86c7e83",
948
                "shasum": ""
949
            },
950
            "require": {
951
                "phpoption/phpoption": "1.*"
952
            },
953
            "type": "library",
954
            "extra": {
955
                "branch-alias": {
956
                    "dev-master": "0.3-dev"
957
                }
958
            },
959
            "autoload": {
960
                "psr-0": {
961
                    "PhpCollection": "src/"
962
                }
963
            },
964
            "notification-url": "https://packagist.org/downloads/",
965
            "license": [
966
                "Apache2"
967
            ],
968
            "authors": [
969
                {
970
                    "name": "Johannes Schmitt",
971
                    "email": "[email protected]",
972
                    "homepage": "https://github.com/schmittjoh",
973
                    "role": "Developer of wrapped JMSSerializerBundle"
974
                }
975
            ],
976
            "description": "General-Purpose Collection Library for PHP",
977
            "keywords": [
978
                "collection",
979
                "list",
980
                "map",
981
                "sequence",
982
                "set"
983
            ],
984
            "time": "2014-03-11 13:46:42"
985
        },
986
        {
987
            "name": "phpoption/phpoption",
988
            "version": "1.4.0",
989
            "source": {
990
                "type": "git",
991
                "url": "https://github.com/schmittjoh/php-option.git",
992
                "reference": "5d099bcf0393908bf4ad69cc47dafb785d51f7f5"
993
            },
994
            "dist": {
995
                "type": "zip",
996
                "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/5d099bcf0393908bf4ad69cc47dafb785d51f7f5",
997
                "reference": "5d099bcf0393908bf4ad69cc47dafb785d51f7f5",
998
                "shasum": ""
999
            },
1000
            "require": {
1001
                "php": ">=5.3.0"
1002
            },
1003
            "type": "library",
1004
            "extra": {
1005
                "branch-alias": {
1006
                    "dev-master": "1.3-dev"
1007
                }
1008
            },
1009
            "autoload": {
1010
                "psr-0": {
1011
                    "PhpOption\\": "src/"
1012
                }
1013
            },
1014
            "notification-url": "https://packagist.org/downloads/",
1015
            "license": [
1016
                "Apache2"
1017
            ],
1018
            "authors": [
1019
                {
1020
                    "name": "Johannes Schmitt",
1021
                    "email": "[email protected]",
1022
                    "homepage": "https://github.com/schmittjoh",
1023
                    "role": "Developer of wrapped JMSSerializerBundle"
1024
                }
1025
            ],
1026
            "description": "Option Type for PHP",
1027
            "keywords": [
1028
                "language",
1029
                "option",
1030
                "php",
1031
                "type"
1032
            ],
1033
            "time": "2014-01-09 22:37:17"
1034
        },
1035
        {
1036
            "name": "predis/predis",
1037
            "version": "v1.0.1",
1038
            "source": {
1039
                "type": "git",
1040
                "url": "https://github.com/nrk/predis.git",
1041
                "reference": "7a170b3d8123c556597b4fbdb88631f99de180c2"
1042
            },
1043
            "dist": {
1044
                "type": "zip",
1045
                "url": "https://api.github.com/repos/nrk/predis/zipball/7a170b3d8123c556597b4fbdb88631f99de180c2",
1046
                "reference": "7a170b3d8123c556597b4fbdb88631f99de180c2",
1047
                "shasum": ""
1048
            },
1049
            "require": {
1050
                "php": ">=5.3.2"
1051
            },
1052
            "require-dev": {
1053
                "phpunit/phpunit": "~4.0"
1054
            },
1055
            "suggest": {
1056
                "ext-curl": "Allows access to Webdis when paired with phpiredis",
1057
                "ext-phpiredis": "Allows faster serialization and deserialization of the Redis protocol"
1058
            },
1059
            "type": "library",
1060
            "autoload": {
1061
                "psr-4": {
1062
                    "Predis\\": "src/"
1063
                }
1064
            },
1065
            "notification-url": "https://packagist.org/downloads/",
1066
            "license": [
1067
                "MIT"
1068
            ],
1069
            "authors": [
1070
                {
1071
                    "name": "Daniele Alessandri",
1072
                    "email": "[email protected]",
1073
                    "homepage": "http://clorophilla.net"
1074
                }
1075
            ],
1076
            "description": "Flexible and feature-complete PHP client library for Redis",
1077
            "homepage": "http://github.com/nrk/predis",
1078
            "keywords": [
1079
                "nosql",
1080
                "predis",
1081
                "redis"
1082
            ],
1083
            "time": "2015-01-02 12:51:34"
1084
        },
1085
        {
1086
            "name": "psr/log",
1087
            "version": "1.0.0",
1088
            "source": {
1089
                "type": "git",
1090
                "url": "https://github.com/php-fig/log.git",
1091
                "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
1092
            },
1093
            "dist": {
1094
                "type": "zip",
1095
                "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
1096
                "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
1097
                "shasum": ""
1098
            },
1099
            "type": "library",
1100
            "autoload": {
1101
                "psr-0": {
1102
                    "Psr\\Log\\": ""
1103
                }
1104
            },
1105
            "notification-url": "https://packagist.org/downloads/",
1106
            "license": [
1107
                "MIT"
1108
            ],
1109
            "authors": [
1110
                {
1111
                    "name": "PHP-FIG",
1112
                    "homepage": "http://www.php-fig.org/"
1113
                }
1114
            ],
1115
            "description": "Common interface for logging libraries",
1116
            "keywords": [
1117
                "log",
1118
                "psr",
1119
                "psr-3"
1120
            ],
1121
            "time": "2012-12-21 11:40:51"
1122
        },
1123
        {
1124
            "name": "rhumsaa/uuid",
1125
            "version": "2.8.0",
1126
            "source": {
1127
                "type": "git",
1128
                "url": "https://github.com/ramsey/rhumsaa-uuid.git",
1129
                "reference": "cca98c652cac412c9c2f109c69e5532f313435fc"
1130
            },
1131
            "dist": {
1132
                "type": "zip",
1133
                "url": "https://api.github.com/repos/ramsey/rhumsaa-uuid/zipball/cca98c652cac412c9c2f109c69e5532f313435fc",
1134
                "reference": "cca98c652cac412c9c2f109c69e5532f313435fc",
1135
                "shasum": ""
1136
            },
1137
            "require": {
1138
                "php": ">=5.3.3"
1139
            },
1140
            "require-dev": {
1141
                "doctrine/dbal": ">=2.3",
1142
                "moontoast/math": "~1.1",
1143
                "phpunit/phpunit": "~4.1",
1144
                "satooshi/php-coveralls": "~0.6",
1145
                "symfony/console": "~2.3"
1146
            },
1147
            "suggest": {
1148
                "doctrine/dbal": "Allow the use of a UUID as doctrine field type.",
1149
                "moontoast/math": "Support for converting UUID to 128-bit integer (in string form).",
1150
                "symfony/console": "Support for use of the bin/uuid command line tool."
1151
            },
1152
            "bin": [
1153
                "bin/uuid"
1154
            ],
1155
            "type": "library",
1156
            "extra": {
1157
                "branch-alias": {
1158
                    "dev-master": "2.8.x-dev"
1159
                }
1160
            },
1161
            "autoload": {
1162
                "psr-4": {
1163
                    "Rhumsaa\\Uuid\\": "src/"
1164
                }
1165
            },
1166
            "notification-url": "https://packagist.org/downloads/",
1167
            "license": [
1168
                "MIT"
1169
            ],
1170
            "authors": [
1171
                {
1172
                    "name": "Marijn Huizendveld",
1173
                    "email": "[email protected]"
1174
                },
1175
                {
1176
                    "name": "Ben Ramsey",
1177
                    "homepage": "http://benramsey.com"
1178
                }
1179
            ],
1180
            "description": "A PHP 5.3+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).",
1181
            "homepage": "https://github.com/ramsey/uuid",
1182
            "keywords": [
1183
                "guid",
1184
                "identifier",
1185
                "uuid"
1186
            ],
1187
            "abandoned": "ramsey/uuid",
1188
            "time": "2014-11-09 18:42:56"
1189
        },
1190
        {
1191
            "name": "smartgecko/governor-framework",
1192
            "version": "dev-master",
1193
            "source": {
1194
                "type": "git",
1195
                "url": "https://github.com/SmartGecko/GovernorFramework.git",
1196
                "reference": "ef76a1f8685a7734f4dbe764daf02b4aa36448ab"
1197
            },
1198
            "dist": {
1199
                "type": "zip",
1200
                "url": "https://api.github.com/repos/SmartGecko/GovernorFramework/zipball/ef76a1f8685a7734f4dbe764daf02b4aa36448ab",
1201
                "reference": "ef76a1f8685a7734f4dbe764daf02b4aa36448ab",
1202
                "shasum": ""
1203
            },
1204
            "require": {
1205
                "doctrine/mongodb-odm": "^1.0@dev",
1206
                "hamcrest/hamcrest-php": "v1.1.1",
1207
                "jms/serializer": "*",
1208
                "monolog/monolog": "1.8.0",
1209
                "php": ">=5.5",
1210
                "predis/predis": "^1.0",
1211
                "psr/log": "@stable",
1212
                "rhumsaa/uuid": "@stable",
1213
                "symfony/validator": "~2.5",
1214
                "videlalvaro/php-amqplib": "2.2.*"
1215
            },
1216
            "require-dev": {
1217
                "doctrine/orm": ">=2.4",
1218
                "moontoast/math": "*",
1219
                "phake/phake": "1.*",
1220
                "phpunit/phpunit": "4.2.*"
1221
            },
1222
            "type": "library",
1223
            "autoload": {
1224
                "psr-0": {
1225
                    "Governor\\": "src/"
1226
                }
1227
            },
1228
            "notification-url": "https://packagist.org/downloads/",
1229
            "license": [
1230
                "MIT"
1231
            ],
1232
            "authors": [
1233
                {
1234
                    "name": "David Kalosi",
1235
                    "email": "[email protected]"
1236
                }
1237
            ],
1238
            "description": "PHP Command-Query-Responsibility-Segregation framework.",
1239
            "keywords": [
1240
                "cqrs",
1241
                "event sourcing",
1242
                "framework"
1243
            ],
1244
            "time": "2015-07-16 20:12:33"
1245
        },
1246
        {
1247
            "name": "symfony/console",
1248
            "version": "v2.7.2",
1249
            "source": {
1250
                "type": "git",
1251
                "url": "https://github.com/symfony/Console.git",
1252
                "reference": "8cf484449130cabfd98dcb4694ca9945802a21ed"
1253
            },
1254
            "dist": {
1255
                "type": "zip",
1256
                "url": "https://api.github.com/repos/symfony/Console/zipball/8cf484449130cabfd98dcb4694ca9945802a21ed",
1257
                "reference": "8cf484449130cabfd98dcb4694ca9945802a21ed",
1258
                "shasum": ""
1259
            },
1260
            "require": {
1261
                "php": ">=5.3.9"
1262
            },
1263
            "require-dev": {
1264
                "psr/log": "~1.0",
1265
                "symfony/event-dispatcher": "~2.1",
1266
                "symfony/phpunit-bridge": "~2.7",
1267
                "symfony/process": "~2.1"
1268
            },
1269
            "suggest": {
1270
                "psr/log": "For using the console logger",
1271
                "symfony/event-dispatcher": "",
1272
                "symfony/process": ""
1273
            },
1274
            "type": "library",
1275
            "extra": {
1276
                "branch-alias": {
1277
                    "dev-master": "2.7-dev"
1278
                }
1279
            },
1280
            "autoload": {
1281
                "psr-4": {
1282
                    "Symfony\\Component\\Console\\": ""
1283
                }
1284
            },
1285
            "notification-url": "https://packagist.org/downloads/",
1286
            "license": [
1287
                "MIT"
1288
            ],
1289
            "authors": [
1290
                {
1291
                    "name": "Fabien Potencier",
1292
                    "email": "[email protected]"
1293
                },
1294
                {
1295
                    "name": "Symfony Community",
1296
                    "homepage": "https://symfony.com/contributors"
1297
                }
1298
            ],
1299
            "description": "Symfony Console Component",
1300
            "homepage": "https://symfony.com",
1301
            "time": "2015-07-09 16:07:40"
1302
        },
1303
        {
1304
            "name": "symfony/dependency-injection",
1305
            "version": "v2.7.2",
1306
            "source": {
1307
                "type": "git",
1308
                "url": "https://github.com/symfony/DependencyInjection.git",
1309
                "reference": "d56b1b89a0c8b34a6eca6211ec76c43256ec4030"
1310
            },
1311
            "dist": {
1312
                "type": "zip",
1313
                "url": "https://api.github.com/repos/symfony/DependencyInjection/zipball/d56b1b89a0c8b34a6eca6211ec76c43256ec4030",
1314
                "reference": "d56b1b89a0c8b34a6eca6211ec76c43256ec4030",
1315
                "shasum": ""
1316
            },
1317
            "require": {
1318
                "php": ">=5.3.9"
1319
            },
1320
            "conflict": {
1321
                "symfony/expression-language": "<2.6"
1322
            },
1323
            "require-dev": {
1324
                "symfony/config": "~2.2",
1325
                "symfony/expression-language": "~2.6",
1326
                "symfony/phpunit-bridge": "~2.7",
1327
                "symfony/yaml": "~2.1"
1328
            },
1329
            "suggest": {
1330
                "symfony/config": "",
1331
                "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
1332
                "symfony/yaml": ""
1333
            },
1334
            "type": "library",
1335
            "extra": {
1336
                "branch-alias": {
1337
                    "dev-master": "2.7-dev"
1338
                }
1339
            },
1340
            "autoload": {
1341
                "psr-4": {
1342
                    "Symfony\\Component\\DependencyInjection\\": ""
1343
                }
1344
            },
1345
            "notification-url": "https://packagist.org/downloads/",
1346
            "license": [
1347
                "MIT"
1348
            ],
1349
            "authors": [
1350
                {
1351
                    "name": "Fabien Potencier",
1352
                    "email": "[email protected]"
1353
                },
1354
                {
1355
                    "name": "Symfony Community",
1356
                    "homepage": "https://symfony.com/contributors"
1357
                }
1358
            ],
1359
            "description": "Symfony DependencyInjection Component",
1360
            "homepage": "https://symfony.com",
1361
            "time": "2015-07-09 16:07:40"
1362
        },
1363
        {
1364
            "name": "symfony/proxy-manager-bridge",
1365
            "version": "v2.7.2",
1366
            "source": {
1367
                "type": "git",
1368
                "url": "https://github.com/symfony/ProxyManagerBridge.git",
1369
                "reference": "d82b82d47e8d93db9dac4ed186d7f521265ed93e"
1370
            },
1371
            "dist": {
1372
                "type": "zip",
1373
                "url": "https://api.github.com/repos/symfony/ProxyManagerBridge/zipball/d82b82d47e8d93db9dac4ed186d7f521265ed93e",
1374
                "reference": "d82b82d47e8d93db9dac4ed186d7f521265ed93e",
1375
                "shasum": ""
1376
            },
1377
            "require": {
1378
                "ocramius/proxy-manager": "~0.4|~1.0",
1379
                "php": ">=5.3.9",
1380
                "symfony/dependency-injection": "~2.3"
1381
            },
1382
            "require-dev": {
1383
                "symfony/config": "~2.3",
1384
                "symfony/phpunit-bridge": "~2.7"
1385
            },
1386
            "type": "symfony-bridge",
1387
            "extra": {
1388
                "branch-alias": {
1389
                    "dev-master": "2.7-dev"
1390
                }
1391
            },
1392
            "autoload": {
1393
                "psr-4": {
1394
                    "Symfony\\Bridge\\ProxyManager\\": ""
1395
                }
1396
            },
1397
            "notification-url": "https://packagist.org/downloads/",
1398
            "license": [
1399
                "MIT"
1400
            ],
1401
            "authors": [
1402
                {
1403
                    "name": "Fabien Potencier",
1404
                    "email": "[email protected]"
1405
                },
1406
                {
1407
                    "name": "Symfony Community",
1408
                    "homepage": "https://symfony.com/contributors"
1409
                }
1410
            ],
1411
            "description": "Symfony ProxyManager Bridge",
1412
            "homepage": "https://symfony.com",
1413
            "time": "2015-05-11 02:35:29"
1414
        },
1415
        {
1416
            "name": "symfony/translation",
1417
            "version": "v2.7.2",
1418
            "source": {
1419
                "type": "git",
1420
                "url": "https://github.com/symfony/Translation.git",
1421
                "reference": "c8dc34cc936152c609cdd722af317e4239d10dd6"
1422
            },
1423
            "dist": {
1424
                "type": "zip",
1425
                "url": "https://api.github.com/repos/symfony/Translation/zipball/c8dc34cc936152c609cdd722af317e4239d10dd6",
1426
                "reference": "c8dc34cc936152c609cdd722af317e4239d10dd6",
1427
                "shasum": ""
1428
            },
1429
            "require": {
1430
                "php": ">=5.3.9"
1431
            },
1432
            "conflict": {
1433
                "symfony/config": "<2.7"
1434
            },
1435
            "require-dev": {
1436
                "psr/log": "~1.0",
1437
                "symfony/config": "~2.7",
1438
                "symfony/intl": "~2.3",
1439
                "symfony/phpunit-bridge": "~2.7",
1440
                "symfony/yaml": "~2.2"
1441
            },
1442
            "suggest": {
1443
                "psr/log": "To use logging capability in translator",
1444
                "symfony/config": "",
1445
                "symfony/yaml": ""
1446
            },
1447
            "type": "library",
1448
            "extra": {
1449
                "branch-alias": {
1450
                    "dev-master": "2.7-dev"
1451
                }
1452
            },
1453
            "autoload": {
1454
                "psr-4": {
1455
                    "Symfony\\Component\\Translation\\": ""
1456
                }
1457
            },
1458
            "notification-url": "https://packagist.org/downloads/",
1459
            "license": [
1460
                "MIT"
1461
            ],
1462
            "authors": [
1463
                {
1464
                    "name": "Fabien Potencier",
1465
                    "email": "[email protected]"
1466
                },
1467
                {
1468
                    "name": "Symfony Community",
1469
                    "homepage": "https://symfony.com/contributors"
1470
                }
1471
            ],
1472
            "description": "Symfony Translation Component",
1473
            "homepage": "https://symfony.com",
1474
            "time": "2015-07-09 16:07:40"
1475
        },
1476
        {
1477
            "name": "symfony/validator",
1478
            "version": "v2.7.2",
1479
            "source": {
1480
                "type": "git",
1481
                "url": "https://github.com/symfony/Validator.git",
1482
                "reference": "26a190dbdf7a19fc2251c2d59547a717918b6c77"
1483
            },
1484
            "dist": {
1485
                "type": "zip",
1486
                "url": "https://api.github.com/repos/symfony/Validator/zipball/26a190dbdf7a19fc2251c2d59547a717918b6c77",
1487
                "reference": "26a190dbdf7a19fc2251c2d59547a717918b6c77",
1488
                "shasum": ""
1489
            },
1490
            "require": {
1491
                "php": ">=5.3.9",
1492
                "symfony/translation": "~2.4"
1493
            },
1494
            "require-dev": {
1495
                "doctrine/annotations": "~1.0",
1496
                "doctrine/cache": "~1.0",
1497
                "egulias/email-validator": "~1.2,>=1.2.1",
1498
                "symfony/config": "~2.2",
1499
                "symfony/expression-language": "~2.4",
1500
                "symfony/http-foundation": "~2.1",
1501
                "symfony/intl": "~2.3",
1502
                "symfony/phpunit-bridge": "~2.7",
1503
                "symfony/property-access": "~2.3",
1504
                "symfony/yaml": "~2.0,>=2.0.5"
1505
            },
1506
            "suggest": {
1507
                "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
1508
                "doctrine/cache": "For using the default cached annotation reader and metadata cache.",
1509
                "egulias/email-validator": "Strict (RFC compliant) email validation",
1510
                "symfony/config": "",
1511
                "symfony/expression-language": "For using the 2.4 Expression validator",
1512
                "symfony/http-foundation": "",
1513
                "symfony/intl": "",
1514
                "symfony/property-access": "For using the 2.4 Validator API",
1515
                "symfony/yaml": ""
1516
            },
1517
            "type": "library",
1518
            "extra": {
1519
                "branch-alias": {
1520
                    "dev-master": "2.7-dev"
1521
                }
1522
            },
1523
            "autoload": {
1524
                "psr-4": {
1525
                    "Symfony\\Component\\Validator\\": ""
1526
                }
1527
            },
1528
            "notification-url": "https://packagist.org/downloads/",
1529
            "license": [
1530
                "MIT"
1531
            ],
1532
            "authors": [
1533
                {
1534
                    "name": "Fabien Potencier",
1535
                    "email": "[email protected]"
1536
                },
1537
                {
1538
                    "name": "Symfony Community",
1539
                    "homepage": "https://symfony.com/contributors"
1540
                }
1541
            ],
1542
            "description": "Symfony Validator Component",
1543
            "homepage": "https://symfony.com",
1544
            "time": "2015-07-02 06:17:05"
1545
        },
1546
        {
1547
            "name": "videlalvaro/php-amqplib",
1548
            "version": "v2.2.6",
1549
            "source": {
1550
                "type": "git",
1551
                "url": "https://github.com/videlalvaro/php-amqplib.git",
1552
                "reference": "6ef2ca9a45bb9fb20872f824f4c7c1518315bd3f"
1553
            },
1554
            "dist": {
1555
                "type": "zip",
1556
                "url": "https://api.github.com/repos/videlalvaro/php-amqplib/zipball/6ef2ca9a45bb9fb20872f824f4c7c1518315bd3f",
1557
                "reference": "6ef2ca9a45bb9fb20872f824f4c7c1518315bd3f",
1558
                "shasum": ""
1559
            },
1560
            "require": {
1561
                "ext-bcmath": "*",
1562
                "php": ">=5.3.0"
1563
            },
1564
            "require-dev": {
1565
                "phpunit/phpunit": "3.7.*"
1566
            },
1567
            "type": "library",
1568
            "autoload": {
1569
                "psr-0": {
1570
                    "PhpAmqpLib": ""
1571
                }
1572
            },
1573
            "notification-url": "https://packagist.org/downloads/",
1574
            "license": [
1575
                "LGPL-2.1"
1576
            ],
1577
            "authors": [
1578
                {
1579
                    "name": "Alvaro Videla"
1580
                }
1581
            ],
1582
            "description": "This library is a pure PHP implementation of the AMQP protocol. It's been tested against RabbitMQ.",
1583
            "homepage": "https://github.com/videlalvaro/php-amqplib/",
1584
            "keywords": [
1585
                "message",
1586
                "queue",
1587
                "rabbitmq"
1588
            ],
1589
            "time": "2013-12-22 12:49:53"
1590
        },
1591
        {
1592
            "name": "zendframework/zend-code",
1593
            "version": "2.5.1",
1594
            "source": {
1595
                "type": "git",
1596
                "url": "https://github.com/zendframework/zend-code.git",
1597
                "reference": "5d998f261ec2a55171c71da57a11622745680153"
1598
            },
1599
            "dist": {
1600
                "type": "zip",
1601
                "url": "https://api.github.com/repos/zendframework/zend-code/zipball/5d998f261ec2a55171c71da57a11622745680153",
1602
                "reference": "5d998f261ec2a55171c71da57a11622745680153",
1603
                "shasum": ""
1604
            },
1605
            "require": {
1606
                "php": ">=5.3.23",
1607
                "zendframework/zend-eventmanager": "~2.5"
1608
            },
1609
            "require-dev": {
1610
                "doctrine/common": ">=2.1",
1611
                "fabpot/php-cs-fixer": "1.7.*",
1612
                "phpunit/phpunit": "~4.0",
1613
                "zendframework/zend-stdlib": "~2.5",
1614
                "zendframework/zend-version": "~2.5"
1615
            },
1616
            "suggest": {
1617
                "doctrine/common": "Doctrine\\Common >=2.1 for annotation features",
1618
                "zendframework/zend-stdlib": "Zend\\Stdlib component"
1619
            },
1620
            "type": "library",
1621
            "extra": {
1622
                "branch-alias": {
1623
                    "dev-master": "2.5-dev",
1624
                    "dev-develop": "2.6-dev"
1625
                }
1626
            },
1627
            "autoload": {
1628
                "psr-4": {
1629
                    "Zend\\Code\\": "src/"
1630
                }
1631
            },
1632
            "notification-url": "https://packagist.org/downloads/",
1633
            "license": [
1634
                "BSD-3-Clause"
1635
            ],
1636
            "description": "provides facilities to generate arbitrary code using an object oriented interface",
1637
            "homepage": "https://github.com/zendframework/zend-code",
1638
            "keywords": [
1639
                "code",
1640
                "zf2"
1641
            ],
1642
            "time": "2015-06-03 15:31:59"
1643
        },
1644
        {
1645
            "name": "zendframework/zend-eventmanager",
1646
            "version": "2.5.2",
1647
            "source": {
1648
                "type": "git",
1649
                "url": "https://github.com/zendframework/zend-eventmanager.git",
1650
                "reference": "135af03d07fd048c322259aab6611d2be290475c"
1651
            },
1652
            "dist": {
1653
                "type": "zip",
1654
                "url": "https://api.github.com/repos/zendframework/zend-eventmanager/zipball/135af03d07fd048c322259aab6611d2be290475c",
1655
                "reference": "135af03d07fd048c322259aab6611d2be290475c",
1656
                "shasum": ""
1657
            },
1658
            "require": {
1659
                "php": ">=5.5",
1660
                "zendframework/zend-stdlib": "~2.5"
1661
            },
1662
            "require-dev": {
1663
                "fabpot/php-cs-fixer": "1.7.*",
1664
                "phpunit/phpunit": "~4.0"
1665
            },
1666
            "type": "library",
1667
            "extra": {
1668
                "branch-alias": {
1669
                    "dev-master": "2.5-dev",
1670
                    "dev-develop": "2.6-dev"
1671
                }
1672
            },
1673
            "autoload": {
1674
                "psr-4": {
1675
                    "Zend\\EventManager\\": "src/"
1676
                }
1677
            },
1678
            "notification-url": "https://packagist.org/downloads/",
1679
            "license": [
1680
                "BSD-3-Clause"
1681
            ],
1682
            "homepage": "https://github.com/zendframework/zend-eventmanager",
1683
            "keywords": [
1684
                "eventmanager",
1685
                "zf2"
1686
            ],
1687
            "time": "2015-07-16 19:00:49"
1688
        },
1689
        {
1690
            "name": "zendframework/zend-stdlib",
1691
            "version": "2.5.1",
1692
            "source": {
1693
                "type": "git",
1694
                "url": "https://github.com/zendframework/zend-stdlib.git",
1695
                "reference": "cc8e90a60dd5d44b9730b77d07b97550091da1ae"
1696
            },
1697
            "dist": {
1698
                "type": "zip",
1699
                "url": "https://api.github.com/repos/zendframework/zend-stdlib/zipball/cc8e90a60dd5d44b9730b77d07b97550091da1ae",
1700
                "reference": "cc8e90a60dd5d44b9730b77d07b97550091da1ae",
1701
                "shasum": ""
1702
            },
1703
            "require": {
1704
                "php": ">=5.3.23"
1705
            },
1706
            "require-dev": {
1707
                "fabpot/php-cs-fixer": "1.7.*",
1708
                "phpunit/phpunit": "~4.0",
1709
                "zendframework/zend-config": "~2.5",
1710
                "zendframework/zend-eventmanager": "~2.5",
1711
                "zendframework/zend-filter": "~2.5",
1712
                "zendframework/zend-inputfilter": "~2.5",
1713
                "zendframework/zend-serializer": "~2.5",
1714
                "zendframework/zend-servicemanager": "~2.5"
1715
            },
1716
            "suggest": {
1717
                "zendframework/zend-eventmanager": "To support aggregate hydrator usage",
1718
                "zendframework/zend-filter": "To support naming strategy hydrator usage",
1719
                "zendframework/zend-serializer": "Zend\\Serializer component",
1720
                "zendframework/zend-servicemanager": "To support hydrator plugin manager usage"
1721
            },
1722
            "type": "library",
1723
            "extra": {
1724
                "branch-alias": {
1725
                    "dev-master": "2.5-dev",
1726
                    "dev-develop": "2.6-dev"
1727
                }
1728
            },
1729
            "autoload": {
1730
                "psr-4": {
1731
                    "Zend\\Stdlib\\": "src/"
1732
                }
1733
            },
1734
            "notification-url": "https://packagist.org/downloads/",
1735
            "license": [
1736
                "BSD-3-Clause"
1737
            ],
1738
            "homepage": "https://github.com/zendframework/zend-stdlib",
1739
            "keywords": [
1740
                "stdlib",
1741
                "zf2"
1742
            ],
1743
            "time": "2015-06-03 15:32:03"
1744
        }
1745
    ],
1746
    "packages-dev": [
1747
        {
1748
            "name": "phake/phake",
1749
            "version": "1.0.8",
1750
            "source": {
1751
                "type": "git",
1752
                "url": "https://github.com/mlively/Phake.git",
1753
                "reference": "c5a3d7a75fc7431e8a5e21a922f084af95456bc6"
1754
            },
1755
            "dist": {
1756
                "type": "zip",
1757
                "url": "https://api.github.com/repos/mlively/Phake/zipball/c5a3d7a75fc7431e8a5e21a922f084af95456bc6",
1758
                "reference": "c5a3d7a75fc7431e8a5e21a922f084af95456bc6",
1759
                "shasum": ""
1760
            },
1761
            "require": {
1762
                "php": ">=5.2.0"
1763
            },
1764
            "require-dev": {
1765
                "doctrine/common": "2.3.*",
1766
                "ext-soap": "*",
1767
                "hamcrest/hamcrest-php": "1.1.0",
1768
                "phpunit/phpunit": "3.7.*"
1769
            },
1770
            "type": "library",
1771
            "autoload": {
1772
                "classmap": [
1773
                    "src"
1774
                ]
1775
            },
1776
            "notification-url": "https://packagist.org/downloads/",
1777
            "include-path": [
1778
                "src"
1779
            ],
1780
            "license": [
1781
                "BSD"
1782
            ],
1783
            "authors": [
1784
                {
1785
                    "name": "Mike Lively",
1786
                    "email": "[email protected]"
1787
                }
1788
            ],
1789
            "description": "The Phake mock testing library",
1790
            "homepage": "https://github.com/mlively/Phake",
1791
            "keywords": [
1792
                "mock",
1793
                "testing"
1794
            ],
1795
            "time": "2015-01-27 15:48:39"
1796
        },
1797
        {
1798
            "name": "phpunit/php-code-coverage",
1799
            "version": "2.1.8",
1800
            "source": {
1801
                "type": "git",
1802
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
1803
                "reference": "6044546998c7627ab997501a3d0db972b3db9790"
1804
            },
1805
            "dist": {
1806
                "type": "zip",
1807
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/6044546998c7627ab997501a3d0db972b3db9790",
1808
                "reference": "6044546998c7627ab997501a3d0db972b3db9790",
1809
                "shasum": ""
1810
            },
1811
            "require": {
1812
                "php": ">=5.3.3",
1813
                "phpunit/php-file-iterator": "~1.3",
1814
                "phpunit/php-text-template": "~1.2",
1815
                "phpunit/php-token-stream": "~1.3",
1816
                "sebastian/environment": "~1.0",
1817
                "sebastian/version": "~1.0"
1818
            },
1819
            "require-dev": {
1820
                "ext-xdebug": ">=2.1.4",
1821
                "phpunit/phpunit": "~4"
1822
            },
1823
            "suggest": {
1824
                "ext-dom": "*",
1825
                "ext-xdebug": ">=2.2.1",
1826
                "ext-xmlwriter": "*"
1827
            },
1828
            "type": "library",
1829
            "extra": {
1830
                "branch-alias": {
1831
                    "dev-master": "2.1.x-dev"
1832
                }
1833
            },
1834
            "autoload": {
1835
                "classmap": [
1836
                    "src/"
1837
                ]
1838
            },
1839
            "notification-url": "https://packagist.org/downloads/",
1840
            "license": [
1841
                "BSD-3-Clause"
1842
            ],
1843
            "authors": [
1844
                {
1845
                    "name": "Sebastian Bergmann",
1846
                    "email": "[email protected]",
1847
                    "role": "lead"
1848
                }
1849
            ],
1850
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
1851
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
1852
            "keywords": [
1853
                "coverage",
1854
                "testing",
1855
                "xunit"
1856
            ],
1857
            "time": "2015-07-13 11:25:58"
1858
        },
1859
        {
1860
            "name": "phpunit/php-file-iterator",
1861
            "version": "1.3.4",
1862
            "source": {
1863
                "type": "git",
1864
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
1865
                "reference": "acd690379117b042d1c8af1fafd61bde001bf6bb"
1866
            },
1867
            "dist": {
1868
                "type": "zip",
1869
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/acd690379117b042d1c8af1fafd61bde001bf6bb",
1870
                "reference": "acd690379117b042d1c8af1fafd61bde001bf6bb",
1871
                "shasum": ""
1872
            },
1873
            "require": {
1874
                "php": ">=5.3.3"
1875
            },
1876
            "type": "library",
1877
            "autoload": {
1878
                "classmap": [
1879
                    "File/"
1880
                ]
1881
            },
1882
            "notification-url": "https://packagist.org/downloads/",
1883
            "include-path": [
1884
                ""
1885
            ],
1886
            "license": [
1887
                "BSD-3-Clause"
1888
            ],
1889
            "authors": [
1890
                {
1891
                    "name": "Sebastian Bergmann",
1892
                    "email": "[email protected]",
1893
                    "role": "lead"
1894
                }
1895
            ],
1896
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
1897
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
1898
            "keywords": [
1899
                "filesystem",
1900
                "iterator"
1901
            ],
1902
            "time": "2013-10-10 15:34:57"
1903
        },
1904
        {
1905
            "name": "phpunit/php-text-template",
1906
            "version": "1.2.1",
1907
            "source": {
1908
                "type": "git",
1909
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
1910
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
1911
            },
1912
            "dist": {
1913
                "type": "zip",
1914
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
1915
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
1916
                "shasum": ""
1917
            },
1918
            "require": {
1919
                "php": ">=5.3.3"
1920
            },
1921
            "type": "library",
1922
            "autoload": {
1923
                "classmap": [
1924
                    "src/"
1925
                ]
1926
            },
1927
            "notification-url": "https://packagist.org/downloads/",
1928
            "license": [
1929
                "BSD-3-Clause"
1930
            ],
1931
            "authors": [
1932
                {
1933
                    "name": "Sebastian Bergmann",
1934
                    "email": "[email protected]",
1935
                    "role": "lead"
1936
                }
1937
            ],
1938
            "description": "Simple template engine.",
1939
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
1940
            "keywords": [
1941
                "template"
1942
            ],
1943
            "time": "2015-06-21 13:50:34"
1944
        },
1945
        {
1946
            "name": "phpunit/php-timer",
1947
            "version": "1.0.6",
1948
            "source": {
1949
                "type": "git",
1950
                "url": "https://github.com/sebastianbergmann/php-timer.git",
1951
                "reference": "83fe1bdc5d47658b727595c14da140da92b3d66d"
1952
            },
1953
            "dist": {
1954
                "type": "zip",
1955
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/83fe1bdc5d47658b727595c14da140da92b3d66d",
1956
                "reference": "83fe1bdc5d47658b727595c14da140da92b3d66d",
1957
                "shasum": ""
1958
            },
1959
            "require": {
1960
                "php": ">=5.3.3"
1961
            },
1962
            "type": "library",
1963
            "autoload": {
1964
                "classmap": [
1965
                    "src/"
1966
                ]
1967
            },
1968
            "notification-url": "https://packagist.org/downloads/",
1969
            "license": [
1970
                "BSD-3-Clause"
1971
            ],
1972
            "authors": [
1973
                {
1974
                    "name": "Sebastian Bergmann",
1975
                    "email": "[email protected]",
1976
                    "role": "lead"
1977
                }
1978
            ],
1979
            "description": "Utility class for timing",
1980
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
1981
            "keywords": [
1982
                "timer"
1983
            ],
1984
            "time": "2015-06-13 07:35:30"
1985
        },
1986
        {
1987
            "name": "phpunit/php-token-stream",
1988
            "version": "1.4.3",
1989
            "source": {
1990
                "type": "git",
1991
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
1992
                "reference": "7a9b0969488c3c54fd62b4d504b3ec758fd005d9"
1993
            },
1994
            "dist": {
1995
                "type": "zip",
1996
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/7a9b0969488c3c54fd62b4d504b3ec758fd005d9",
1997
                "reference": "7a9b0969488c3c54fd62b4d504b3ec758fd005d9",
1998
                "shasum": ""
1999
            },
2000
            "require": {
2001
                "ext-tokenizer": "*",
2002
                "php": ">=5.3.3"
2003
            },
2004
            "require-dev": {
2005
                "phpunit/phpunit": "~4.2"
2006
            },
2007
            "type": "library",
2008
            "extra": {
2009
                "branch-alias": {
2010
                    "dev-master": "1.4-dev"
2011
                }
2012
            },
2013
            "autoload": {
2014
                "classmap": [
2015
                    "src/"
2016
                ]
2017
            },
2018
            "notification-url": "https://packagist.org/downloads/",
2019
            "license": [
2020
                "BSD-3-Clause"
2021
            ],
2022
            "authors": [
2023
                {
2024
                    "name": "Sebastian Bergmann",
2025
                    "email": "[email protected]"
2026
                }
2027
            ],
2028
            "description": "Wrapper around PHP's tokenizer extension.",
2029
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
2030
            "keywords": [
2031
                "tokenizer"
2032
            ],
2033
            "time": "2015-06-19 03:43:16"
2034
        },
2035
        {
2036
            "name": "phpunit/phpunit",
2037
            "version": "4.2.6",
2038
            "source": {
2039
                "type": "git",
2040
                "url": "https://github.com/sebastianbergmann/phpunit.git",
2041
                "reference": "c28a790620fe30b049bb693be1ef9cd4e0fe906c"
2042
            },
2043
            "dist": {
2044
                "type": "zip",
2045
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/c28a790620fe30b049bb693be1ef9cd4e0fe906c",
2046
                "reference": "c28a790620fe30b049bb693be1ef9cd4e0fe906c",
2047
                "shasum": ""
2048
            },
2049
            "require": {
2050
                "ext-dom": "*",
2051
                "ext-json": "*",
2052
                "ext-pcre": "*",
2053
                "ext-reflection": "*",
2054
                "ext-spl": "*",
2055
                "php": ">=5.3.3",
2056
                "phpunit/php-code-coverage": "~2.0",
2057
                "phpunit/php-file-iterator": "~1.3.1",
2058
                "phpunit/php-text-template": "~1.2",
2059
                "phpunit/php-timer": "~1.0.2",
2060
                "phpunit/phpunit-mock-objects": "~2.2",
2061
                "sebastian/comparator": "~1.0",
2062
                "sebastian/diff": "~1.1",
2063
                "sebastian/environment": "~1.0",
2064
                "sebastian/exporter": "~1.0",
2065
                "sebastian/version": "~1.0",
2066
                "symfony/yaml": "~2.0"
2067
            },
2068
            "suggest": {
2069
                "phpunit/php-invoker": "~1.1"
2070
            },
2071
            "bin": [
2072
                "phpunit"
2073
            ],
2074
            "type": "library",
2075
            "extra": {
2076
                "branch-alias": {
2077
                    "dev-master": "4.2.x-dev"
2078
                }
2079
            },
2080
            "autoload": {
2081
                "classmap": [
2082
                    "src/"
2083
                ]
2084
            },
2085
            "notification-url": "https://packagist.org/downloads/",
2086
            "include-path": [
2087
                "",
2088
                "../../symfony/yaml/"
2089
            ],
2090
            "license": [
2091
                "BSD-3-Clause"
2092
            ],
2093
            "authors": [
2094
                {
2095
                    "name": "Sebastian Bergmann",
2096
                    "email": "[email protected]",
2097
                    "role": "lead"
2098
                }
2099
            ],
2100
            "description": "The PHP Unit Testing framework.",
2101
            "homepage": "http://www.phpunit.de/",
2102
            "keywords": [
2103
                "phpunit",
2104
                "testing",
2105
                "xunit"
2106
            ],
2107
            "time": "2014-09-14 09:31:24"
2108
        },
2109
        {
2110
            "name": "phpunit/phpunit-mock-objects",
2111
            "version": "2.3.5",
2112
            "source": {
2113
                "type": "git",
2114
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
2115
                "reference": "1c330b1b6e1ea8fd15f2fbea46770576e366855c"
2116
            },
2117
            "dist": {
2118
                "type": "zip",
2119
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/1c330b1b6e1ea8fd15f2fbea46770576e366855c",
2120
                "reference": "1c330b1b6e1ea8fd15f2fbea46770576e366855c",
2121
                "shasum": ""
2122
            },
2123
            "require": {
2124
                "doctrine/instantiator": "~1.0,>=1.0.2",
2125
                "php": ">=5.3.3",
2126
                "phpunit/php-text-template": "~1.2"
2127
            },
2128
            "require-dev": {
2129
                "phpunit/phpunit": "~4.4"
2130
            },
2131
            "suggest": {
2132
                "ext-soap": "*"
2133
            },
2134
            "type": "library",
2135
            "extra": {
2136
                "branch-alias": {
2137
                    "dev-master": "2.3.x-dev"
2138
                }
2139
            },
2140
            "autoload": {
2141
                "classmap": [
2142
                    "src/"
2143
                ]
2144
            },
2145
            "notification-url": "https://packagist.org/downloads/",
2146
            "license": [
2147
                "BSD-3-Clause"
2148
            ],
2149
            "authors": [
2150
                {
2151
                    "name": "Sebastian Bergmann",
2152
                    "email": "[email protected]",
2153
                    "role": "lead"
2154
                }
2155
            ],
2156
            "description": "Mock Object library for PHPUnit",
2157
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
2158
            "keywords": [
2159
                "mock",
2160
                "xunit"
2161
            ],
2162
            "time": "2015-07-04 05:41:32"
2163
        },
2164
        {
2165
            "name": "sebastian/comparator",
2166
            "version": "1.1.1",
2167
            "source": {
2168
                "type": "git",
2169
                "url": "https://github.com/sebastianbergmann/comparator.git",
2170
                "reference": "1dd8869519a225f7f2b9eb663e225298fade819e"
2171
            },
2172
            "dist": {
2173
                "type": "zip",
2174
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/1dd8869519a225f7f2b9eb663e225298fade819e",
2175
                "reference": "1dd8869519a225f7f2b9eb663e225298fade819e",
2176
                "shasum": ""
2177
            },
2178
            "require": {
2179
                "php": ">=5.3.3",
2180
                "sebastian/diff": "~1.2",
2181
                "sebastian/exporter": "~1.2"
2182
            },
2183
            "require-dev": {
2184
                "phpunit/phpunit": "~4.4"
2185
            },
2186
            "type": "library",
2187
            "extra": {
2188
                "branch-alias": {
2189
                    "dev-master": "1.1.x-dev"
2190
                }
2191
            },
2192
            "autoload": {
2193
                "classmap": [
2194
                    "src/"
2195
                ]
2196
            },
2197
            "notification-url": "https://packagist.org/downloads/",
2198
            "license": [
2199
                "BSD-3-Clause"
2200
            ],
2201
            "authors": [
2202
                {
2203
                    "name": "Jeff Welch",
2204
                    "email": "[email protected]"
2205
                },
2206
                {
2207
                    "name": "Volker Dusch",
2208
                    "email": "[email protected]"
2209
                },
2210
                {
2211
                    "name": "Bernhard Schussek",
2212
                    "email": "[email protected]"
2213
                },
2214
                {
2215
                    "name": "Sebastian Bergmann",
2216
                    "email": "[email protected]"
2217
                }
2218
            ],
2219
            "description": "Provides the functionality to compare PHP values for equality",
2220
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
2221
            "keywords": [
2222
                "comparator",
2223
                "compare",
2224
                "equality"
2225
            ],
2226
            "time": "2015-01-29 16:28:08"
2227
        },
2228
        {
2229
            "name": "sebastian/diff",
2230
            "version": "1.3.0",
2231
            "source": {
2232
                "type": "git",
2233
                "url": "https://github.com/sebastianbergmann/diff.git",
2234
                "reference": "863df9687835c62aa423a22412d26fa2ebde3fd3"
2235
            },
2236
            "dist": {
2237
                "type": "zip",
2238
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/863df9687835c62aa423a22412d26fa2ebde3fd3",
2239
                "reference": "863df9687835c62aa423a22412d26fa2ebde3fd3",
2240
                "shasum": ""
2241
            },
2242
            "require": {
2243
                "php": ">=5.3.3"
2244
            },
2245
            "require-dev": {
2246
                "phpunit/phpunit": "~4.2"
2247
            },
2248
            "type": "library",
2249
            "extra": {
2250
                "branch-alias": {
2251
                    "dev-master": "1.3-dev"
2252
                }
2253
            },
2254
            "autoload": {
2255
                "classmap": [
2256
                    "src/"
2257
                ]
2258
            },
2259
            "notification-url": "https://packagist.org/downloads/",
2260
            "license": [
2261
                "BSD-3-Clause"
2262
            ],
2263
            "authors": [
2264
                {
2265
                    "name": "Kore Nordmann",
2266
                    "email": "[email protected]"
2267
                },
2268
                {
2269
                    "name": "Sebastian Bergmann",
2270
                    "email": "[email protected]"
2271
                }
2272
            ],
2273
            "description": "Diff implementation",
2274
            "homepage": "http://www.github.com/sebastianbergmann/diff",
2275
            "keywords": [
2276
                "diff"
2277
            ],
2278
            "time": "2015-02-22 15:13:53"
2279
        },
2280
        {
2281
            "name": "sebastian/environment",
2282
            "version": "1.2.2",
2283
            "source": {
2284
                "type": "git",
2285
                "url": "https://github.com/sebastianbergmann/environment.git",
2286
                "reference": "5a8c7d31914337b69923db26c4221b81ff5a196e"
2287
            },
2288
            "dist": {
2289
                "type": "zip",
2290
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/5a8c7d31914337b69923db26c4221b81ff5a196e",
2291
                "reference": "5a8c7d31914337b69923db26c4221b81ff5a196e",
2292
                "shasum": ""
2293
            },
2294
            "require": {
2295
                "php": ">=5.3.3"
2296
            },
2297
            "require-dev": {
2298
                "phpunit/phpunit": "~4.4"
2299
            },
2300
            "type": "library",
2301
            "extra": {
2302
                "branch-alias": {
2303
                    "dev-master": "1.3.x-dev"
2304
                }
2305
            },
2306
            "autoload": {
2307
                "classmap": [
2308
                    "src/"
2309
                ]
2310
            },
2311
            "notification-url": "https://packagist.org/downloads/",
2312
            "license": [
2313
                "BSD-3-Clause"
2314
            ],
2315
            "authors": [
2316
                {
2317
                    "name": "Sebastian Bergmann",
2318
                    "email": "[email protected]"
2319
                }
2320
            ],
2321
            "description": "Provides functionality to handle HHVM/PHP environments",
2322
            "homepage": "http://www.github.com/sebastianbergmann/environment",
2323
            "keywords": [
2324
                "Xdebug",
2325
                "environment",
2326
                "hhvm"
2327
            ],
2328
            "time": "2015-01-01 10:01:08"
2329
        },
2330
        {
2331
            "name": "sebastian/exporter",
2332
            "version": "1.2.0",
2333
            "source": {
2334
                "type": "git",
2335
                "url": "https://github.com/sebastianbergmann/exporter.git",
2336
                "reference": "84839970d05254c73cde183a721c7af13aede943"
2337
            },
2338
            "dist": {
2339
                "type": "zip",
2340
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/84839970d05254c73cde183a721c7af13aede943",
2341
                "reference": "84839970d05254c73cde183a721c7af13aede943",
2342
                "shasum": ""
2343
            },
2344
            "require": {
2345
                "php": ">=5.3.3",
2346
                "sebastian/recursion-context": "~1.0"
2347
            },
2348
            "require-dev": {
2349
                "phpunit/phpunit": "~4.4"
2350
            },
2351
            "type": "library",
2352
            "extra": {
2353
                "branch-alias": {
2354
                    "dev-master": "1.2.x-dev"
2355
                }
2356
            },
2357
            "autoload": {
2358
                "classmap": [
2359
                    "src/"
2360
                ]
2361
            },
2362
            "notification-url": "https://packagist.org/downloads/",
2363
            "license": [
2364
                "BSD-3-Clause"
2365
            ],
2366
            "authors": [
2367
                {
2368
                    "name": "Jeff Welch",
2369
                    "email": "[email protected]"
2370
                },
2371
                {
2372
                    "name": "Volker Dusch",
2373
                    "email": "[email protected]"
2374
                },
2375
                {
2376
                    "name": "Bernhard Schussek",
2377
                    "email": "[email protected]"
2378
                },
2379
                {
2380
                    "name": "Sebastian Bergmann",
2381
                    "email": "[email protected]"
2382
                },
2383
                {
2384
                    "name": "Adam Harvey",
2385
                    "email": "[email protected]"
2386
                }
2387
            ],
2388
            "description": "Provides the functionality to export PHP variables for visualization",
2389
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
2390
            "keywords": [
2391
                "export",
2392
                "exporter"
2393
            ],
2394
            "time": "2015-01-27 07:23:06"
2395
        },
2396
        {
2397
            "name": "sebastian/recursion-context",
2398
            "version": "1.0.0",
2399
            "source": {
2400
                "type": "git",
2401
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
2402
                "reference": "3989662bbb30a29d20d9faa04a846af79b276252"
2403
            },
2404
            "dist": {
2405
                "type": "zip",
2406
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/3989662bbb30a29d20d9faa04a846af79b276252",
2407
                "reference": "3989662bbb30a29d20d9faa04a846af79b276252",
2408
                "shasum": ""
2409
            },
2410
            "require": {
2411
                "php": ">=5.3.3"
2412
            },
2413
            "require-dev": {
2414
                "phpunit/phpunit": "~4.4"
2415
            },
2416
            "type": "library",
2417
            "extra": {
2418
                "branch-alias": {
2419
                    "dev-master": "1.0.x-dev"
2420
                }
2421
            },
2422
            "autoload": {
2423
                "classmap": [
2424
                    "src/"
2425
                ]
2426
            },
2427
            "notification-url": "https://packagist.org/downloads/",
2428
            "license": [
2429
                "BSD-3-Clause"
2430
            ],
2431
            "authors": [
2432
                {
2433
                    "name": "Jeff Welch",
2434
                    "email": "[email protected]"
2435
                },
2436
                {
2437
                    "name": "Sebastian Bergmann",
2438
                    "email": "[email protected]"
2439
                },
2440
                {
2441
                    "name": "Adam Harvey",
2442
                    "email": "[email protected]"
2443
                }
2444
            ],
2445
            "description": "Provides functionality to recursively process PHP variables",
2446
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
2447
            "time": "2015-01-24 09:48:32"
2448
        },
2449
        {
2450
            "name": "sebastian/version",
2451
            "version": "1.0.6",
2452
            "source": {
2453
                "type": "git",
2454
                "url": "https://github.com/sebastianbergmann/version.git",
2455
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
2456
            },
2457
            "dist": {
2458
                "type": "zip",
2459
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
2460
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
2461
                "shasum": ""
2462
            },
2463
            "type": "library",
2464
            "autoload": {
2465
                "classmap": [
2466
                    "src/"
2467
                ]
2468
            },
2469
            "notification-url": "https://packagist.org/downloads/",
2470
            "license": [
2471
                "BSD-3-Clause"
2472
            ],
2473
            "authors": [
2474
                {
2475
                    "name": "Sebastian Bergmann",
2476
                    "email": "[email protected]",
2477
                    "role": "lead"
2478
                }
2479
            ],
2480
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
2481
            "homepage": "https://github.com/sebastianbergmann/version",
2482
            "time": "2015-06-21 13:59:46"
2483
        },
2484
        {
2485
            "name": "symfony/asset",
2486
            "version": "v2.7.2",
2487
            "source": {
2488
                "type": "git",
2489
                "url": "https://github.com/symfony/asset.git",
2490
                "reference": "11f8e32ff4a854297f8a5ea3497e78f9d57d3b22"
2491
            },
2492
            "dist": {
2493
                "type": "zip",
2494
                "url": "https://api.github.com/repos/symfony/asset/zipball/11f8e32ff4a854297f8a5ea3497e78f9d57d3b22",
2495
                "reference": "11f8e32ff4a854297f8a5ea3497e78f9d57d3b22",
2496
                "shasum": ""
2497
            },
2498
            "require": {
2499
                "php": ">=5.3.3"
2500
            },
2501
            "require-dev": {
2502
                "symfony/http-foundation": "~2.4",
2503
                "symfony/phpunit-bridge": "~2.7"
2504
            },
2505
            "suggest": {
2506
                "symfony/http-foundation": ""
2507
            },
2508
            "type": "library",
2509
            "extra": {
2510
                "branch-alias": {
2511
                    "dev-master": "2.7-dev"
2512
                }
2513
            },
2514
            "autoload": {
2515
                "psr-4": {
2516
                    "Symfony\\Component\\Asset\\": ""
2517
                }
2518
            },
2519
            "notification-url": "https://packagist.org/downloads/",
2520
            "license": [
2521
                "MIT"
2522
            ],
2523
            "authors": [
2524
                {
2525
                    "name": "Fabien Potencier",
2526
                    "email": "[email protected]"
2527
                },
2528
                {
2529
                    "name": "Symfony Community",
2530
                    "homepage": "https://symfony.com/contributors"
2531
                }
2532
            ],
2533
            "description": "Symfony Asset Component",
2534
            "homepage": "https://symfony.com",
2535
            "time": "2015-05-01 14:16:41"
2536
        },
2537
        {
2538
            "name": "symfony/config",
2539
            "version": "v2.7.2",
2540
            "source": {
2541
                "type": "git",
2542
                "url": "https://github.com/symfony/Config.git",
2543
                "reference": "6c905bbed1e728226de656e4c07d620dfe9e80d9"
2544
            },
2545
            "dist": {
2546
                "type": "zip",
2547
                "url": "https://api.github.com/repos/symfony/Config/zipball/6c905bbed1e728226de656e4c07d620dfe9e80d9",
2548
                "reference": "6c905bbed1e728226de656e4c07d620dfe9e80d9",
2549
                "shasum": ""
2550
            },
2551
            "require": {
2552
                "php": ">=5.3.9",
2553
                "symfony/filesystem": "~2.3"
2554
            },
2555
            "require-dev": {
2556
                "symfony/phpunit-bridge": "~2.7"
2557
            },
2558
            "type": "library",
2559
            "extra": {
2560
                "branch-alias": {
2561
                    "dev-master": "2.7-dev"
2562
                }
2563
            },
2564
            "autoload": {
2565
                "psr-4": {
2566
                    "Symfony\\Component\\Config\\": ""
2567
                }
2568
            },
2569
            "notification-url": "https://packagist.org/downloads/",
2570
            "license": [
2571
                "MIT"
2572
            ],
2573
            "authors": [
2574
                {
2575
                    "name": "Fabien Potencier",
2576
                    "email": "[email protected]"
2577
                },
2578
                {
2579
                    "name": "Symfony Community",
2580
                    "homepage": "https://symfony.com/contributors"
2581
                }
2582
            ],
2583
            "description": "Symfony Config Component",
2584
            "homepage": "https://symfony.com",
2585
            "time": "2015-07-09 16:07:40"
2586
        },
2587
        {
2588
            "name": "symfony/debug",
2589
            "version": "v2.7.2",
2590
            "source": {
2591
                "type": "git",
2592
                "url": "https://github.com/symfony/Debug.git",
2593
                "reference": "9daa1bf9f7e615fa2fba30357e479a90141222e3"
2594
            },
2595
            "dist": {
2596
                "type": "zip",
2597
                "url": "https://api.github.com/repos/symfony/Debug/zipball/9daa1bf9f7e615fa2fba30357e479a90141222e3",
2598
                "reference": "9daa1bf9f7e615fa2fba30357e479a90141222e3",
2599
                "shasum": ""
2600
            },
2601
            "require": {
2602
                "php": ">=5.3.9",
2603
                "psr/log": "~1.0"
2604
            },
2605
            "conflict": {
2606
                "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
2607
            },
2608
            "require-dev": {
2609
                "symfony/class-loader": "~2.2",
2610
                "symfony/http-foundation": "~2.1",
2611
                "symfony/http-kernel": "~2.3.24|~2.5.9|~2.6,>=2.6.2",
2612
                "symfony/phpunit-bridge": "~2.7"
2613
            },
2614
            "suggest": {
2615
                "symfony/http-foundation": "",
2616
                "symfony/http-kernel": ""
2617
            },
2618
            "type": "library",
2619
            "extra": {
2620
                "branch-alias": {
2621
                    "dev-master": "2.7-dev"
2622
                }
2623
            },
2624
            "autoload": {
2625
                "psr-4": {
2626
                    "Symfony\\Component\\Debug\\": ""
2627
                }
2628
            },
2629
            "notification-url": "https://packagist.org/downloads/",
2630
            "license": [
2631
                "MIT"
2632
            ],
2633
            "authors": [
2634
                {
2635
                    "name": "Fabien Potencier",
2636
                    "email": "[email protected]"
2637
                },
2638
                {
2639
                    "name": "Symfony Community",
2640
                    "homepage": "https://symfony.com/contributors"
2641
                }
2642
            ],
2643
            "description": "Symfony Debug Component",
2644
            "homepage": "https://symfony.com",
2645
            "time": "2015-07-09 16:07:40"
2646
        },
2647
        {
2648
            "name": "symfony/event-dispatcher",
2649
            "version": "v2.7.2",
2650
            "source": {
2651
                "type": "git",
2652
                "url": "https://github.com/symfony/EventDispatcher.git",
2653
                "reference": "9310b5f9a87ec2ea75d20fec0b0017c77c66dac3"
2654
            },
2655
            "dist": {
2656
                "type": "zip",
2657
                "url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/9310b5f9a87ec2ea75d20fec0b0017c77c66dac3",
2658
                "reference": "9310b5f9a87ec2ea75d20fec0b0017c77c66dac3",
2659
                "shasum": ""
2660
            },
2661
            "require": {
2662
                "php": ">=5.3.9"
2663
            },
2664
            "require-dev": {
2665
                "psr/log": "~1.0",
2666
                "symfony/config": "~2.0,>=2.0.5",
2667
                "symfony/dependency-injection": "~2.6",
2668
                "symfony/expression-language": "~2.6",
2669
                "symfony/phpunit-bridge": "~2.7",
2670
                "symfony/stopwatch": "~2.3"
2671
            },
2672
            "suggest": {
2673
                "symfony/dependency-injection": "",
2674
                "symfony/http-kernel": ""
2675
            },
2676
            "type": "library",
2677
            "extra": {
2678
                "branch-alias": {
2679
                    "dev-master": "2.7-dev"
2680
                }
2681
            },
2682
            "autoload": {
2683
                "psr-4": {
2684
                    "Symfony\\Component\\EventDispatcher\\": ""
2685
                }
2686
            },
2687
            "notification-url": "https://packagist.org/downloads/",
2688
            "license": [
2689
                "MIT"
2690
            ],
2691
            "authors": [
2692
                {
2693
                    "name": "Fabien Potencier",
2694
                    "email": "[email protected]"
2695
                },
2696
                {
2697
                    "name": "Symfony Community",
2698
                    "homepage": "https://symfony.com/contributors"
2699
                }
2700
            ],
2701
            "description": "Symfony EventDispatcher Component",
2702
            "homepage": "https://symfony.com",
2703
            "time": "2015-06-18 19:21:56"
2704
        },
2705
        {
2706
            "name": "symfony/filesystem",
2707
            "version": "v2.7.2",
2708
            "source": {
2709
                "type": "git",
2710
                "url": "https://github.com/symfony/Filesystem.git",
2711
                "reference": "2d7b2ddaf3f548f4292df49a99d19c853d43f0b8"
2712
            },
2713
            "dist": {
2714
                "type": "zip",
2715
                "url": "https://api.github.com/repos/symfony/Filesystem/zipball/2d7b2ddaf3f548f4292df49a99d19c853d43f0b8",
2716
                "reference": "2d7b2ddaf3f548f4292df49a99d19c853d43f0b8",
2717
                "shasum": ""
2718
            },
2719
            "require": {
2720
                "php": ">=5.3.9"
2721
            },
2722
            "require-dev": {
2723
                "symfony/phpunit-bridge": "~2.7"
2724
            },
2725
            "type": "library",
2726
            "extra": {
2727
                "branch-alias": {
2728
                    "dev-master": "2.7-dev"
2729
                }
2730
            },
2731
            "autoload": {
2732
                "psr-4": {
2733
                    "Symfony\\Component\\Filesystem\\": ""
2734
                }
2735
            },
2736
            "notification-url": "https://packagist.org/downloads/",
2737
            "license": [
2738
                "MIT"
2739
            ],
2740
            "authors": [
2741
                {
2742
                    "name": "Fabien Potencier",
2743
                    "email": "[email protected]"
2744
                },
2745
                {
2746
                    "name": "Symfony Community",
2747
                    "homepage": "https://symfony.com/contributors"
2748
                }
2749
            ],
2750
            "description": "Symfony Filesystem Component",
2751
            "homepage": "https://symfony.com",
2752
            "time": "2015-07-09 16:07:40"
2753
        },
2754
        {
2755
            "name": "symfony/finder",
2756
            "version": "v2.7.2",
2757
            "source": {
2758
                "type": "git",
2759
                "url": "https://github.com/symfony/Finder.git",
2760
                "reference": "ae0f363277485094edc04c9f3cbe595b183b78e4"
2761
            },
2762
            "dist": {
2763
                "type": "zip",
2764
                "url": "https://api.github.com/repos/symfony/Finder/zipball/ae0f363277485094edc04c9f3cbe595b183b78e4",
2765
                "reference": "ae0f363277485094edc04c9f3cbe595b183b78e4",
2766
                "shasum": ""
2767
            },
2768
            "require": {
2769
                "php": ">=5.3.9"
2770
            },
2771
            "require-dev": {
2772
                "symfony/phpunit-bridge": "~2.7"
2773
            },
2774
            "type": "library",
2775
            "extra": {
2776
                "branch-alias": {
2777
                    "dev-master": "2.7-dev"
2778
                }
2779
            },
2780
            "autoload": {
2781
                "psr-4": {
2782
                    "Symfony\\Component\\Finder\\": ""
2783
                }
2784
            },
2785
            "notification-url": "https://packagist.org/downloads/",
2786
            "license": [
2787
                "MIT"
2788
            ],
2789
            "authors": [
2790
                {
2791
                    "name": "Fabien Potencier",
2792
                    "email": "[email protected]"
2793
                },
2794
                {
2795
                    "name": "Symfony Community",
2796
                    "homepage": "https://symfony.com/contributors"
2797
                }
2798
            ],
2799
            "description": "Symfony Finder Component",
2800
            "homepage": "https://symfony.com",
2801
            "time": "2015-07-09 16:07:40"
2802
        },
2803
        {
2804
            "name": "symfony/framework-bundle",
2805
            "version": "v2.7.2",
2806
            "source": {
2807
                "type": "git",
2808
                "url": "https://github.com/symfony/FrameworkBundle.git",
2809
                "reference": "a796b26e4fa0afddadfd42e2fd374974dd68ced2"
2810
            },
2811
            "dist": {
2812
                "type": "zip",
2813
                "url": "https://api.github.com/repos/symfony/FrameworkBundle/zipball/a796b26e4fa0afddadfd42e2fd374974dd68ced2",
2814
                "reference": "a796b26e4fa0afddadfd42e2fd374974dd68ced2",
2815
                "shasum": ""
2816
            },
2817
            "require": {
2818
                "doctrine/annotations": "~1.0",
2819
                "php": ">=5.3.9",
2820
                "symfony/asset": "~2.7",
2821
                "symfony/config": "~2.4",
2822
                "symfony/dependency-injection": "~2.6,>=2.6.2",
2823
                "symfony/event-dispatcher": "~2.5",
2824
                "symfony/filesystem": "~2.3",
2825
                "symfony/http-foundation": "~2.4.9|~2.5,>=2.5.4",
2826
                "symfony/http-kernel": "~2.7",
2827
                "symfony/routing": "~2.6,>2.6.4",
2828
                "symfony/security-core": "~2.6",
2829
                "symfony/security-csrf": "~2.6",
2830
                "symfony/stopwatch": "~2.3",
2831
                "symfony/templating": "~2.1",
2832
                "symfony/translation": "~2.7"
2833
            },
2834
            "require-dev": {
2835
                "symfony/browser-kit": "~2.4",
2836
                "symfony/class-loader": "~2.1",
2837
                "symfony/console": "~2.7",
2838
                "symfony/css-selector": "~2.0,>=2.0.5",
2839
                "symfony/dom-crawler": "~2.0,>=2.0.5",
2840
                "symfony/expression-language": "~2.6",
2841
                "symfony/finder": "~2.0,>=2.0.5",
2842
                "symfony/form": "~2.7",
2843
                "symfony/intl": "~2.3",
2844
                "symfony/phpunit-bridge": "~2.7",
2845
                "symfony/process": "~2.0,>=2.0.5",
2846
                "symfony/security": "~2.6",
2847
                "symfony/validator": "~2.5",
2848
                "symfony/yaml": "~2.0,>=2.0.5"
2849
            },
2850
            "suggest": {
2851
                "doctrine/cache": "For using alternative cache drivers",
2852
                "symfony/console": "For using the console commands",
2853
                "symfony/finder": "For using the translation loader and cache warmer",
2854
                "symfony/form": "For using forms",
2855
                "symfony/validator": "For using validation",
2856
                "symfony/yaml": "For using the debug:config and lint:yaml commands"
2857
            },
2858
            "type": "symfony-bundle",
2859
            "extra": {
2860
                "branch-alias": {
2861
                    "dev-master": "2.7-dev"
2862
                }
2863
            },
2864
            "autoload": {
2865
                "psr-4": {
2866
                    "Symfony\\Bundle\\FrameworkBundle\\": ""
2867
                }
2868
            },
2869
            "notification-url": "https://packagist.org/downloads/",
2870
            "license": [
2871
                "MIT"
2872
            ],
2873
            "authors": [
2874
                {
2875
                    "name": "Fabien Potencier",
2876
                    "email": "[email protected]"
2877
                },
2878
                {
2879
                    "name": "Symfony Community",
2880
                    "homepage": "https://symfony.com/contributors"
2881
                }
2882
            ],
2883
            "description": "Symfony FrameworkBundle",
2884
            "homepage": "https://symfony.com",
2885
            "time": "2015-07-09 16:32:09"
2886
        },
2887
        {
2888
            "name": "symfony/http-foundation",
2889
            "version": "v2.7.2",
2890
            "source": {
2891
                "type": "git",
2892
                "url": "https://github.com/symfony/HttpFoundation.git",
2893
                "reference": "88903c0531b90d4ecd90282b18f08c0c77bde0b2"
2894
            },
2895
            "dist": {
2896
                "type": "zip",
2897
                "url": "https://api.github.com/repos/symfony/HttpFoundation/zipball/88903c0531b90d4ecd90282b18f08c0c77bde0b2",
2898
                "reference": "88903c0531b90d4ecd90282b18f08c0c77bde0b2",
2899
                "shasum": ""
2900
            },
2901
            "require": {
2902
                "php": ">=5.3.9"
2903
            },
2904
            "require-dev": {
2905
                "symfony/expression-language": "~2.4",
2906
                "symfony/phpunit-bridge": "~2.7"
2907
            },
2908
            "type": "library",
2909
            "extra": {
2910
                "branch-alias": {
2911
                    "dev-master": "2.7-dev"
2912
                }
2913
            },
2914
            "autoload": {
2915
                "psr-4": {
2916
                    "Symfony\\Component\\HttpFoundation\\": ""
2917
                },
2918
                "classmap": [
2919
                    "Resources/stubs"
2920
                ]
2921
            },
2922
            "notification-url": "https://packagist.org/downloads/",
2923
            "license": [
2924
                "MIT"
2925
            ],
2926
            "authors": [
2927
                {
2928
                    "name": "Fabien Potencier",
2929
                    "email": "[email protected]"
2930
                },
2931
                {
2932
                    "name": "Symfony Community",
2933
                    "homepage": "https://symfony.com/contributors"
2934
                }
2935
            ],
2936
            "description": "Symfony HttpFoundation Component",
2937
            "homepage": "https://symfony.com",
2938
            "time": "2015-07-09 16:07:40"
2939
        },
2940
        {
2941
            "name": "symfony/http-kernel",
2942
            "version": "v2.7.2",
2943
            "source": {
2944
                "type": "git",
2945
                "url": "https://github.com/symfony/HttpKernel.git",
2946
                "reference": "4a8a6f2a847475b3a38da50363a07f69b5cbf37e"
2947
            },
2948
            "dist": {
2949
                "type": "zip",
2950
                "url": "https://api.github.com/repos/symfony/HttpKernel/zipball/4a8a6f2a847475b3a38da50363a07f69b5cbf37e",
2951
                "reference": "4a8a6f2a847475b3a38da50363a07f69b5cbf37e",
2952
                "shasum": ""
2953
            },
2954
            "require": {
2955
                "php": ">=5.3.9",
2956
                "psr/log": "~1.0",
2957
                "symfony/debug": "~2.6,>=2.6.2",
2958
                "symfony/event-dispatcher": "~2.5.9|~2.6,>=2.6.2",
2959
                "symfony/http-foundation": "~2.5,>=2.5.4"
2960
            },
2961
            "conflict": {
2962
                "symfony/config": "<2.7"
2963
            },
2964
            "require-dev": {
2965
                "symfony/browser-kit": "~2.3",
2966
                "symfony/class-loader": "~2.1",
2967
                "symfony/config": "~2.7",
2968
                "symfony/console": "~2.3",
2969
                "symfony/css-selector": "~2.0,>=2.0.5",
2970
                "symfony/dependency-injection": "~2.2",
2971
                "symfony/dom-crawler": "~2.0,>=2.0.5",
2972
                "symfony/expression-language": "~2.4",
2973
                "symfony/finder": "~2.0,>=2.0.5",
2974
                "symfony/phpunit-bridge": "~2.7",
2975
                "symfony/process": "~2.0,>=2.0.5",
2976
                "symfony/routing": "~2.2",
2977
                "symfony/stopwatch": "~2.3",
2978
                "symfony/templating": "~2.2",
2979
                "symfony/translation": "~2.0,>=2.0.5",
2980
                "symfony/var-dumper": "~2.6"
2981
            },
2982
            "suggest": {
2983
                "symfony/browser-kit": "",
2984
                "symfony/class-loader": "",
2985
                "symfony/config": "",
2986
                "symfony/console": "",
2987
                "symfony/dependency-injection": "",
2988
                "symfony/finder": "",
2989
                "symfony/var-dumper": ""
2990
            },
2991
            "type": "library",
2992
            "extra": {
2993
                "branch-alias": {
2994
                    "dev-master": "2.7-dev"
2995
                }
2996
            },
2997
            "autoload": {
2998
                "psr-4": {
2999
                    "Symfony\\Component\\HttpKernel\\": ""
3000
                }
3001
            },
3002
            "notification-url": "https://packagist.org/downloads/",
3003
            "license": [
3004
                "MIT"
3005
            ],
3006
            "authors": [
3007
                {
3008
                    "name": "Fabien Potencier",
3009
                    "email": "[email protected]"
3010
                },
3011
                {
3012
                    "name": "Symfony Community",
3013
                    "homepage": "https://symfony.com/contributors"
3014
                }
3015
            ],
3016
            "description": "Symfony HttpKernel Component",
3017
            "homepage": "https://symfony.com",
3018
            "time": "2015-07-13 19:27:49"
3019
        },
3020
        {
3021
            "name": "symfony/routing",
3022
            "version": "v2.7.2",
3023
            "source": {
3024
                "type": "git",
3025
                "url": "https://github.com/symfony/Routing.git",
3026
                "reference": "ea9134f277162b02e5f80ac058b75a77637b0d26"
3027
            },
3028
            "dist": {
3029
                "type": "zip",
3030
                "url": "https://api.github.com/repos/symfony/Routing/zipball/ea9134f277162b02e5f80ac058b75a77637b0d26",
3031
                "reference": "ea9134f277162b02e5f80ac058b75a77637b0d26",
3032
                "shasum": ""
3033
            },
3034
            "require": {
3035
                "php": ">=5.3.9"
3036
            },
3037
            "conflict": {
3038
                "symfony/config": "<2.7"
3039
            },
3040
            "require-dev": {
3041
                "doctrine/annotations": "~1.0",
3042
                "doctrine/common": "~2.2",
3043
                "psr/log": "~1.0",
3044
                "symfony/config": "~2.7",
3045
                "symfony/expression-language": "~2.4",
3046
                "symfony/http-foundation": "~2.3",
3047
                "symfony/phpunit-bridge": "~2.7",
3048
                "symfony/yaml": "~2.0,>=2.0.5"
3049
            },
3050
            "suggest": {
3051
                "doctrine/annotations": "For using the annotation loader",
3052
                "symfony/config": "For using the all-in-one router or any loader",
3053
                "symfony/expression-language": "For using expression matching",
3054
                "symfony/yaml": "For using the YAML loader"
3055
            },
3056
            "type": "library",
3057
            "extra": {
3058
                "branch-alias": {
3059
                    "dev-master": "2.7-dev"
3060
                }
3061
            },
3062
            "autoload": {
3063
                "psr-4": {
3064
                    "Symfony\\Component\\Routing\\": ""
3065
                }
3066
            },
3067
            "notification-url": "https://packagist.org/downloads/",
3068
            "license": [
3069
                "MIT"
3070
            ],
3071
            "authors": [
3072
                {
3073
                    "name": "Fabien Potencier",
3074
                    "email": "[email protected]"
3075
                },
3076
                {
3077
                    "name": "Symfony Community",
3078
                    "homepage": "https://symfony.com/contributors"
3079
                }
3080
            ],
3081
            "description": "Symfony Routing Component",
3082
            "homepage": "https://symfony.com",
3083
            "keywords": [
3084
                "router",
3085
                "routing",
3086
                "uri",
3087
                "url"
3088
            ],
3089
            "time": "2015-07-09 16:07:40"
3090
        },
3091
        {
3092
            "name": "symfony/security-core",
3093
            "version": "v2.7.2",
3094
            "source": {
3095
                "type": "git",
3096
                "url": "https://github.com/symfony/security-core.git",
3097
                "reference": "de1a3aa7a298e99587f6082e4c5754a9b0dc0fcd"
3098
            },
3099
            "dist": {
3100
                "type": "zip",
3101
                "url": "https://api.github.com/repos/symfony/security-core/zipball/de1a3aa7a298e99587f6082e4c5754a9b0dc0fcd",
3102
                "reference": "de1a3aa7a298e99587f6082e4c5754a9b0dc0fcd",
3103
                "shasum": ""
3104
            },
3105
            "require": {
3106
                "php": ">=5.3.9"
3107
            },
3108
            "require-dev": {
3109
                "ircmaxell/password-compat": "1.0.*",
3110
                "psr/log": "~1.0",
3111
                "symfony/event-dispatcher": "~2.1",
3112
                "symfony/expression-language": "~2.6",
3113
                "symfony/http-foundation": "~2.4",
3114
                "symfony/phpunit-bridge": "~2.7",
3115
                "symfony/translation": "~2.0,>=2.0.5",
3116
                "symfony/validator": "~2.5,>=2.5.5"
3117
            },
3118
            "suggest": {
3119
                "ircmaxell/password-compat": "For using the BCrypt password encoder in PHP <5.5",
3120
                "symfony/event-dispatcher": "",
3121
                "symfony/expression-language": "For using the expression voter",
3122
                "symfony/http-foundation": "",
3123
                "symfony/validator": "For using the user password constraint"
3124
            },
3125
            "type": "library",
3126
            "extra": {
3127
                "branch-alias": {
3128
                    "dev-master": "2.7-dev"
3129
                }
3130
            },
3131
            "autoload": {
3132
                "psr-4": {
3133
                    "Symfony\\Component\\Security\\Core\\": ""
3134
                }
3135
            },
3136
            "notification-url": "https://packagist.org/downloads/",
3137
            "license": [
3138
                "MIT"
3139
            ],
3140
            "authors": [
3141
                {
3142
                    "name": "Fabien Potencier",
3143
                    "email": "[email protected]"
3144
                },
3145
                {
3146
                    "name": "Symfony Community",
3147
                    "homepage": "https://symfony.com/contributors"
3148
                }
3149
            ],
3150
            "description": "Symfony Security Component - Core Library",
3151
            "homepage": "https://symfony.com",
3152
            "time": "2015-07-09 16:07:40"
3153
        },
3154
        {
3155
            "name": "symfony/security-csrf",
3156
            "version": "v2.7.2",
3157
            "source": {
3158
                "type": "git",
3159
                "url": "https://github.com/symfony/security-csrf.git",
3160
                "reference": "e438b3e7de930e2147e397830126d2f0d32a0088"
3161
            },
3162
            "dist": {
3163
                "type": "zip",
3164
                "url": "https://api.github.com/repos/symfony/security-csrf/zipball/e438b3e7de930e2147e397830126d2f0d32a0088",
3165
                "reference": "e438b3e7de930e2147e397830126d2f0d32a0088",
3166
                "shasum": ""
3167
            },
3168
            "require": {
3169
                "php": ">=5.3.9",
3170
                "symfony/security-core": "~2.4"
3171
            },
3172
            "require-dev": {
3173
                "symfony/http-foundation": "~2.1",
3174
                "symfony/phpunit-bridge": "~2.7"
3175
            },
3176
            "suggest": {
3177
                "symfony/http-foundation": "For using the class SessionTokenStorage."
3178
            },
3179
            "type": "library",
3180
            "extra": {
3181
                "branch-alias": {
3182
                    "dev-master": "2.7-dev"
3183
                }
3184
            },
3185
            "autoload": {
3186
                "psr-4": {
3187
                    "Symfony\\Component\\Security\\Csrf\\": ""
3188
                }
3189
            },
3190
            "notification-url": "https://packagist.org/downloads/",
3191
            "license": [
3192
                "MIT"
3193
            ],
3194
            "authors": [
3195
                {
3196
                    "name": "Fabien Potencier",
3197
                    "email": "[email protected]"
3198
                },
3199
                {
3200
                    "name": "Symfony Community",
3201
                    "homepage": "https://symfony.com/contributors"
3202
                }
3203
            ],
3204
            "description": "Symfony Security Component - CSRF Library",
3205
            "homepage": "https://symfony.com",
3206
            "time": "2015-05-13 11:34:46"
3207
        },
3208
        {
3209
            "name": "symfony/stopwatch",
3210
            "version": "v2.7.2",
3211
            "source": {
3212
                "type": "git",
3213
                "url": "https://github.com/symfony/Stopwatch.git",
3214
                "reference": "b07a866719bbac5294c67773340f97b871733310"
3215
            },
3216
            "dist": {
3217
                "type": "zip",
3218
                "url": "https://api.github.com/repos/symfony/Stopwatch/zipball/b07a866719bbac5294c67773340f97b871733310",
3219
                "reference": "b07a866719bbac5294c67773340f97b871733310",
3220
                "shasum": ""
3221
            },
3222
            "require": {
3223
                "php": ">=5.3.9"
3224
            },
3225
            "require-dev": {
3226
                "symfony/phpunit-bridge": "~2.7"
3227
            },
3228
            "type": "library",
3229
            "extra": {
3230
                "branch-alias": {
3231
                    "dev-master": "2.7-dev"
3232
                }
3233
            },
3234
            "autoload": {
3235
                "psr-4": {
3236
                    "Symfony\\Component\\Stopwatch\\": ""
3237
                }
3238
            },
3239
            "notification-url": "https://packagist.org/downloads/",
3240
            "license": [
3241
                "MIT"
3242
            ],
3243
            "authors": [
3244
                {
3245
                    "name": "Fabien Potencier",
3246
                    "email": "[email protected]"
3247
                },
3248
                {
3249
                    "name": "Symfony Community",
3250
                    "homepage": "https://symfony.com/contributors"
3251
                }
3252
            ],
3253
            "description": "Symfony Stopwatch Component",
3254
            "homepage": "https://symfony.com",
3255
            "time": "2015-07-01 18:23:16"
3256
        },
3257
        {
3258
            "name": "symfony/templating",
3259
            "version": "v2.7.2",
3260
            "source": {
3261
                "type": "git",
3262
                "url": "https://github.com/symfony/Templating.git",
3263
                "reference": "8e50f4d32dbbe4deedac6b92af414db8a7de2065"
3264
            },
3265
            "dist": {
3266
                "type": "zip",
3267
                "url": "https://api.github.com/repos/symfony/Templating/zipball/8e50f4d32dbbe4deedac6b92af414db8a7de2065",
3268
                "reference": "8e50f4d32dbbe4deedac6b92af414db8a7de2065",
3269
                "shasum": ""
3270
            },
3271
            "require": {
3272
                "php": ">=5.3.9"
3273
            },
3274
            "require-dev": {
3275
                "psr/log": "~1.0",
3276
                "symfony/phpunit-bridge": "~2.7"
3277
            },
3278
            "suggest": {
3279
                "psr/log": "For using debug logging in loaders"
3280
            },
3281
            "type": "library",
3282
            "extra": {
3283
                "branch-alias": {
3284
                    "dev-master": "2.7-dev"
3285
                }
3286
            },
3287
            "autoload": {
3288
                "psr-4": {
3289
                    "Symfony\\Component\\Templating\\": ""
3290
                }
3291
            },
3292
            "notification-url": "https://packagist.org/downloads/",
3293
            "license": [
3294
                "MIT"
3295
            ],
3296
            "authors": [
3297
                {
3298
                    "name": "Fabien Potencier",
3299
                    "email": "[email protected]"
3300
                },
3301
                {
3302
                    "name": "Symfony Community",
3303
                    "homepage": "https://symfony.com/contributors"
3304
                }
3305
            ],
3306
            "description": "Symfony Templating Component",
3307
            "homepage": "https://symfony.com",
3308
            "time": "2015-06-25 12:52:11"
3309
        },
3310
        {
3311
            "name": "symfony/yaml",
3312
            "version": "v2.7.2",
3313
            "source": {
3314
                "type": "git",
3315
                "url": "https://github.com/symfony/Yaml.git",
3316
                "reference": "4bfbe0ed3909bfddd75b70c094391ec1f142f860"
3317
            },
3318
            "dist": {
3319
                "type": "zip",
3320
                "url": "https://api.github.com/repos/symfony/Yaml/zipball/4bfbe0ed3909bfddd75b70c094391ec1f142f860",
3321
                "reference": "4bfbe0ed3909bfddd75b70c094391ec1f142f860",
3322
                "shasum": ""
3323
            },
3324
            "require": {
3325
                "php": ">=5.3.9"
3326
            },
3327
            "require-dev": {
3328
                "symfony/phpunit-bridge": "~2.7"
3329
            },
3330
            "type": "library",
3331
            "extra": {
3332
                "branch-alias": {
3333
                    "dev-master": "2.7-dev"
3334
                }
3335
            },
3336
            "autoload": {
3337
                "psr-4": {
3338
                    "Symfony\\Component\\Yaml\\": ""
3339
                }
3340
            },
3341
            "notification-url": "https://packagist.org/downloads/",
3342
            "license": [
3343
                "MIT"
3344
            ],
3345
            "authors": [
3346
                {
3347
                    "name": "Fabien Potencier",
3348
                    "email": "[email protected]"
3349
                },
3350
                {
3351
                    "name": "Symfony Community",
3352
                    "homepage": "https://symfony.com/contributors"
3353
                }
3354
            ],
3355
            "description": "Symfony Yaml Component",
3356
            "homepage": "https://symfony.com",
3357
            "time": "2015-07-01 11:25:50"
3358
        }
3359
    ],
3360
    "aliases": [],
3361
    "minimum-stability": "dev",
3362
    "stability-flags": {
3363
        "smartgecko/governor-framework": 20
3364
    },
3365
    "prefer-stable": true,
3366
    "prefer-lowest": false,
3367
    "platform": {
3368
        "php": ">=5.5"
3369
    },
3370
    "platform-dev": []
3371
}
3372