Issues (249)

Security Analysis    no request data  

This project does not seem to handle request data directly as such no vulnerable execution paths were found.

  Cross-Site Scripting
Cross-Site Scripting enables an attacker to inject code into the response of a web-request that is viewed by other users. It can for example be used to bypass access controls, or even to take over other users' accounts.
  File Exposure
File Exposure allows an attacker to gain access to local files that he should not be able to access. These files can for example include database credentials, or other configuration files.
  File Manipulation
File Manipulation enables an attacker to write custom data to files. This potentially leads to injection of arbitrary code on the server.
  Object Injection
Object Injection enables an attacker to inject an object into PHP code, and can lead to arbitrary code execution, file exposure, or file manipulation attacks.
  Code Injection
Code Injection enables an attacker to execute arbitrary code on the server.
  Response Splitting
Response Splitting can be used to send arbitrary responses.
  File Inclusion
File Inclusion enables an attacker to inject custom files into PHP's file loading mechanism, either explicitly passed to include, or for example via PHP's auto-loading mechanism.
  Command Injection
Command Injection enables an attacker to inject a shell command that is execute with the privileges of the web-server. This can be used to expose sensitive data, or gain access of your server.
  SQL Injection
SQL Injection enables an attacker to execute arbitrary SQL code on your database server gaining access to user data, or manipulating user data.
  XPath Injection
XPath Injection enables an attacker to modify the parts of XML document that are read. If that XML document is for example used for authentication, this can lead to further vulnerabilities similar to SQL Injection.
  LDAP Injection
LDAP Injection enables an attacker to inject LDAP statements potentially granting permission to run unauthorized queries, or modify content inside the LDAP tree.
  Header Injection
  Other Vulnerability
This category comprises other attack vectors such as manipulating the PHP runtime, loading custom extensions, freezing the runtime, or similar.
  Regex Injection
Regex Injection enables an attacker to execute arbitrary code in your PHP process.
  XML Injection
XML Injection enables an attacker to read files on your local filesystem including configuration files, or can be abused to freeze your web-server process.
  Variable Injection
Variable Injection enables an attacker to overwrite program variables with custom data, and can lead to further vulnerabilities.
Unfortunately, the security analysis is currently not available for your project. If you are a non-commercial open-source project, please contact support to gain access.

composer.lock (1 issue)

Severity

Upgrade to new PHP Analysis Engine

These results are based on our legacy PHP analysis, consider migrating to our new PHP analysis engine instead. Learn more

1
{
2
    "_readme": [
3
        "This file locks the dependencies of your project to a known state",
4
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
5
        "This file is @generated automatically"
6
    ],
7
    "hash": "52218add8a7d192c38dfab04a007dce8",
8
    "content-hash": "4da550137c556aa415db6ecbe02b08ee",
9
    "packages": [
10
        {
11
            "name": "doctrine/annotations",
12
            "version": "v1.2.7",
13
            "source": {
14
                "type": "git",
15
                "url": "https://github.com/doctrine/annotations.git",
16
                "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535"
17
            },
18
            "dist": {
19
                "type": "zip",
20
                "url": "https://api.github.com/repos/doctrine/annotations/zipball/f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
21
                "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
22
                "shasum": ""
23
            },
24
            "require": {
25
                "doctrine/lexer": "1.*",
26
                "php": ">=5.3.2"
27
            },
28
            "require-dev": {
29
                "doctrine/cache": "1.*",
30
                "phpunit/phpunit": "4.*"
31
            },
32
            "type": "library",
33
            "extra": {
34
                "branch-alias": {
35
                    "dev-master": "1.3.x-dev"
36
                }
37
            },
38
            "autoload": {
39
                "psr-0": {
40
                    "Doctrine\\Common\\Annotations\\": "lib/"
41
                }
42
            },
43
            "notification-url": "https://packagist.org/downloads/",
44
            "license": [
45
                "MIT"
46
            ],
47
            "authors": [
48
                {
49
                    "name": "Roman Borschel",
50
                    "email": "[email protected]"
51
                },
52
                {
53
                    "name": "Benjamin Eberlei",
54
                    "email": "[email protected]"
55
                },
56
                {
57
                    "name": "Guilherme Blanco",
58
                    "email": "[email protected]"
59
                },
60
                {
61
                    "name": "Jonathan Wage",
62
                    "email": "[email protected]"
63
                },
64
                {
65
                    "name": "Johannes Schmitt",
66
                    "email": "[email protected]"
67
                }
68
            ],
69
            "description": "Docblock Annotations Parser",
70
            "homepage": "http://www.doctrine-project.org",
71
            "keywords": [
72
                "annotations",
73
                "docblock",
74
                "parser"
75
            ],
76
            "time": "2015-08-31 12:32:49"
77
        },
78
        {
79
            "name": "doctrine/cache",
80
            "version": "v1.5.1",
81
            "source": {
82
                "type": "git",
83
                "url": "https://github.com/doctrine/cache.git",
84
                "reference": "2b9cec5a5e722010cbebc91713d4c11eaa064d5e"
85
            },
86
            "dist": {
87
                "type": "zip",
88
                "url": "https://api.github.com/repos/doctrine/cache/zipball/2b9cec5a5e722010cbebc91713d4c11eaa064d5e",
89
                "reference": "2b9cec5a5e722010cbebc91713d4c11eaa064d5e",
90
                "shasum": ""
91
            },
92
            "require": {
93
                "php": ">=5.3.2"
94
            },
95
            "conflict": {
96
                "doctrine/common": ">2.2,<2.4"
97
            },
98
            "require-dev": {
99
                "phpunit/phpunit": ">=3.7",
100
                "predis/predis": "~1.0",
101
                "satooshi/php-coveralls": "~0.6"
102
            },
103
            "type": "library",
104
            "extra": {
105
                "branch-alias": {
106
                    "dev-master": "1.5.x-dev"
107
                }
108
            },
109
            "autoload": {
110
                "psr-4": {
111
                    "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
112
                }
113
            },
114
            "notification-url": "https://packagist.org/downloads/",
115
            "license": [
116
                "MIT"
117
            ],
118
            "authors": [
119
                {
120
                    "name": "Roman Borschel",
121
                    "email": "[email protected]"
122
                },
123
                {
124
                    "name": "Benjamin Eberlei",
125
                    "email": "[email protected]"
126
                },
127
                {
128
                    "name": "Guilherme Blanco",
129
                    "email": "[email protected]"
130
                },
131
                {
132
                    "name": "Jonathan Wage",
133
                    "email": "[email protected]"
134
                },
135
                {
136
                    "name": "Johannes Schmitt",
137
                    "email": "[email protected]"
138
                }
139
            ],
140
            "description": "Caching library offering an object-oriented API for many cache backends",
141
            "homepage": "http://www.doctrine-project.org",
142
            "keywords": [
143
                "cache",
144
                "caching"
145
            ],
146
            "time": "2015-11-02 18:35:48"
147
        },
148
        {
149
            "name": "doctrine/collections",
150
            "version": "v1.3.0",
151
            "source": {
152
                "type": "git",
153
                "url": "https://github.com/doctrine/collections.git",
154
                "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a"
155
            },
156
            "dist": {
157
                "type": "zip",
158
                "url": "https://api.github.com/repos/doctrine/collections/zipball/6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
159
                "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
160
                "shasum": ""
161
            },
162
            "require": {
163
                "php": ">=5.3.2"
164
            },
165
            "require-dev": {
166
                "phpunit/phpunit": "~4.0"
167
            },
168
            "type": "library",
169
            "extra": {
170
                "branch-alias": {
171
                    "dev-master": "1.2.x-dev"
172
                }
173
            },
174
            "autoload": {
175
                "psr-0": {
176
                    "Doctrine\\Common\\Collections\\": "lib/"
177
                }
178
            },
179
            "notification-url": "https://packagist.org/downloads/",
180
            "license": [
181
                "MIT"
182
            ],
183
            "authors": [
184
                {
185
                    "name": "Roman Borschel",
186
                    "email": "[email protected]"
187
                },
188
                {
189
                    "name": "Benjamin Eberlei",
190
                    "email": "[email protected]"
191
                },
192
                {
193
                    "name": "Guilherme Blanco",
194
                    "email": "[email protected]"
195
                },
196
                {
197
                    "name": "Jonathan Wage",
198
                    "email": "[email protected]"
199
                },
200
                {
201
                    "name": "Johannes Schmitt",
202
                    "email": "[email protected]"
203
                }
204
            ],
205
            "description": "Collections Abstraction library",
206
            "homepage": "http://www.doctrine-project.org",
207
            "keywords": [
208
                "array",
209
                "collections",
210
                "iterator"
211
            ],
212
            "time": "2015-04-14 22:21:58"
213
        },
214
        {
215
            "name": "doctrine/common",
216
            "version": "v2.5.1",
217
            "source": {
218
                "type": "git",
219
                "url": "https://github.com/doctrine/common.git",
220
                "reference": "0009b8f0d4a917aabc971fb089eba80e872f83f9"
221
            },
222
            "dist": {
223
                "type": "zip",
224
                "url": "https://api.github.com/repos/doctrine/common/zipball/0009b8f0d4a917aabc971fb089eba80e872f83f9",
225
                "reference": "0009b8f0d4a917aabc971fb089eba80e872f83f9",
226
                "shasum": ""
227
            },
228
            "require": {
229
                "doctrine/annotations": "1.*",
230
                "doctrine/cache": "1.*",
231
                "doctrine/collections": "1.*",
232
                "doctrine/inflector": "1.*",
233
                "doctrine/lexer": "1.*",
234
                "php": ">=5.3.2"
235
            },
236
            "require-dev": {
237
                "phpunit/phpunit": "~3.7"
238
            },
239
            "type": "library",
240
            "extra": {
241
                "branch-alias": {
242
                    "dev-master": "2.6.x-dev"
243
                }
244
            },
245
            "autoload": {
246
                "psr-0": {
247
                    "Doctrine\\Common\\": "lib/"
248
                }
249
            },
250
            "notification-url": "https://packagist.org/downloads/",
251
            "license": [
252
                "MIT"
253
            ],
254
            "authors": [
255
                {
256
                    "name": "Roman Borschel",
257
                    "email": "[email protected]"
258
                },
259
                {
260
                    "name": "Benjamin Eberlei",
261
                    "email": "[email protected]"
262
                },
263
                {
264
                    "name": "Guilherme Blanco",
265
                    "email": "[email protected]"
266
                },
267
                {
268
                    "name": "Jonathan Wage",
269
                    "email": "[email protected]"
270
                },
271
                {
272
                    "name": "Johannes Schmitt",
273
                    "email": "[email protected]"
274
                }
275
            ],
276
            "description": "Common Library for Doctrine projects",
277
            "homepage": "http://www.doctrine-project.org",
278
            "keywords": [
279
                "annotations",
280
                "collections",
281
                "eventmanager",
282
                "persistence",
283
                "spl"
284
            ],
285
            "time": "2015-08-31 13:00:22"
286
        },
287
        {
288
            "name": "doctrine/inflector",
289
            "version": "v1.1.0",
290
            "source": {
291
                "type": "git",
292
                "url": "https://github.com/doctrine/inflector.git",
293
                "reference": "90b2128806bfde671b6952ab8bea493942c1fdae"
294
            },
295
            "dist": {
296
                "type": "zip",
297
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae",
298
                "reference": "90b2128806bfde671b6952ab8bea493942c1fdae",
299
                "shasum": ""
300
            },
301
            "require": {
302
                "php": ">=5.3.2"
303
            },
304
            "require-dev": {
305
                "phpunit/phpunit": "4.*"
306
            },
307
            "type": "library",
308
            "extra": {
309
                "branch-alias": {
310
                    "dev-master": "1.1.x-dev"
311
                }
312
            },
313
            "autoload": {
314
                "psr-0": {
315
                    "Doctrine\\Common\\Inflector\\": "lib/"
316
                }
317
            },
318
            "notification-url": "https://packagist.org/downloads/",
319
            "license": [
320
                "MIT"
321
            ],
322
            "authors": [
323
                {
324
                    "name": "Roman Borschel",
325
                    "email": "[email protected]"
326
                },
327
                {
328
                    "name": "Benjamin Eberlei",
329
                    "email": "[email protected]"
330
                },
331
                {
332
                    "name": "Guilherme Blanco",
333
                    "email": "[email protected]"
334
                },
335
                {
336
                    "name": "Jonathan Wage",
337
                    "email": "[email protected]"
338
                },
339
                {
340
                    "name": "Johannes Schmitt",
341
                    "email": "[email protected]"
342
                }
343
            ],
344
            "description": "Common String Manipulations with regard to casing and singular/plural rules.",
345
            "homepage": "http://www.doctrine-project.org",
346
            "keywords": [
347
                "inflection",
348
                "pluralize",
349
                "singularize",
350
                "string"
351
            ],
352
            "time": "2015-11-06 14:35:42"
353
        },
354
        {
355
            "name": "doctrine/instantiator",
356
            "version": "1.0.5",
357
            "source": {
358
                "type": "git",
359
                "url": "https://github.com/doctrine/instantiator.git",
360
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
361
            },
362
            "dist": {
363
                "type": "zip",
364
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
365
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
366
                "shasum": ""
367
            },
368
            "require": {
369
                "php": ">=5.3,<8.0-DEV"
370
            },
371
            "require-dev": {
372
                "athletic/athletic": "~0.1.8",
373
                "ext-pdo": "*",
374
                "ext-phar": "*",
375
                "phpunit/phpunit": "~4.0",
376
                "squizlabs/php_codesniffer": "~2.0"
377
            },
378
            "type": "library",
379
            "extra": {
380
                "branch-alias": {
381
                    "dev-master": "1.0.x-dev"
382
                }
383
            },
384
            "autoload": {
385
                "psr-4": {
386
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
387
                }
388
            },
389
            "notification-url": "https://packagist.org/downloads/",
390
            "license": [
391
                "MIT"
392
            ],
393
            "authors": [
394
                {
395
                    "name": "Marco Pivetta",
396
                    "email": "[email protected]",
397
                    "homepage": "http://ocramius.github.com/"
398
                }
399
            ],
400
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
401
            "homepage": "https://github.com/doctrine/instantiator",
402
            "keywords": [
403
                "constructor",
404
                "instantiate"
405
            ],
406
            "time": "2015-06-14 21:17:01"
407
        },
408
        {
409
            "name": "doctrine/lexer",
410
            "version": "v1.0.1",
411
            "source": {
412
                "type": "git",
413
                "url": "https://github.com/doctrine/lexer.git",
414
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
415
            },
416
            "dist": {
417
                "type": "zip",
418
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
419
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
420
                "shasum": ""
421
            },
422
            "require": {
423
                "php": ">=5.3.2"
424
            },
425
            "type": "library",
426
            "extra": {
427
                "branch-alias": {
428
                    "dev-master": "1.0.x-dev"
429
                }
430
            },
431
            "autoload": {
432
                "psr-0": {
433
                    "Doctrine\\Common\\Lexer\\": "lib/"
434
                }
435
            },
436
            "notification-url": "https://packagist.org/downloads/",
437
            "license": [
438
                "MIT"
439
            ],
440
            "authors": [
441
                {
442
                    "name": "Roman Borschel",
443
                    "email": "[email protected]"
444
                },
445
                {
446
                    "name": "Guilherme Blanco",
447
                    "email": "[email protected]"
448
                },
449
                {
450
                    "name": "Johannes Schmitt",
451
                    "email": "[email protected]"
452
                }
453
            ],
454
            "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
455
            "homepage": "http://www.doctrine-project.org",
456
            "keywords": [
457
                "lexer",
458
                "parser"
459
            ],
460
            "time": "2014-09-09 13:34:57"
461
        },
462
        {
463
            "name": "doctrine/mongodb",
464
            "version": "1.2.1",
465
            "source": {
466
                "type": "git",
467
                "url": "https://github.com/doctrine/mongodb.git",
468
                "reference": "7a724d9f200b032afc69ee1ad373f6fe5bcbdd9a"
469
            },
470
            "dist": {
471
                "type": "zip",
472
                "url": "https://api.github.com/repos/doctrine/mongodb/zipball/7a724d9f200b032afc69ee1ad373f6fe5bcbdd9a",
473
                "reference": "7a724d9f200b032afc69ee1ad373f6fe5bcbdd9a",
474
                "shasum": ""
475
            },
476
            "require": {
477
                "doctrine/common": "^2.2",
478
                "ext-mongo": "^1.2.12",
479
                "php": ">=5.3.2"
480
            },
481
            "require-dev": {
482
                "jmikola/geojson": "^1.0"
483
            },
484
            "suggest": {
485
                "jmikola/geojson": "Support GeoJSON geometry objects in 2dsphere queries"
486
            },
487
            "type": "library",
488
            "autoload": {
489
                "psr-0": {
490
                    "Doctrine\\MongoDB": "lib/"
491
                }
492
            },
493
            "notification-url": "https://packagist.org/downloads/",
494
            "license": [
495
                "MIT"
496
            ],
497
            "authors": [
498
                {
499
                    "name": "Jonathan H. Wage",
500
                    "email": "[email protected]"
501
                },
502
                {
503
                    "name": "Jeremy Mikola",
504
                    "email": "[email protected]"
505
                },
506
                {
507
                    "name": "Bulat Shakirzyanov",
508
                    "email": "[email protected]"
509
                },
510
                {
511
                    "name": "Kris Wallsmith",
512
                    "email": "[email protected]"
513
                },
514
                {
515
                    "name": "Maciej Malarz",
516
                    "email": "[email protected]"
517
                },
518
                {
519
                    "name": "Andreas Braun",
520
                    "email": "[email protected]"
521
                }
522
            ],
523
            "description": "Doctrine MongoDB Abstraction Layer",
524
            "homepage": "http://www.doctrine-project.org",
525
            "keywords": [
526
                "database",
527
                "mongodb",
528
                "persistence"
529
            ],
530
            "time": "2015-11-24 13:28:35"
531
        },
532
        {
533
            "name": "doctrine/mongodb-odm",
534
            "version": "1.0.3",
535
            "source": {
536
                "type": "git",
537
                "url": "https://github.com/doctrine/mongodb-odm.git",
538
                "reference": "cb327d1e15a17159247d70255b7fab6bea5ad4b0"
539
            },
540
            "dist": {
541
                "type": "zip",
542
                "url": "https://api.github.com/repos/doctrine/mongodb-odm/zipball/cb327d1e15a17159247d70255b7fab6bea5ad4b0",
543
                "reference": "cb327d1e15a17159247d70255b7fab6bea5ad4b0",
544
                "shasum": ""
545
            },
546
            "require": {
547
                "doctrine/annotations": "~1.0",
548
                "doctrine/cache": "~1.0",
549
                "doctrine/collections": "~1.1",
550
                "doctrine/common": "~2.4",
551
                "doctrine/inflector": "~1.0",
552
                "doctrine/instantiator": "~1.0.1",
553
                "doctrine/mongodb": "~1.2",
554
                "php": ">=5.3.2",
555
                "symfony/console": "~2.3|~3.0"
556
            },
557
            "require-dev": {
558
                "symfony/yaml": "~2.3|~3.0"
559
            },
560
            "suggest": {
561
                "symfony/yaml": "Enables the YAML metadata mapping driver"
562
            },
563
            "type": "library",
564
            "extra": {
565
                "branch-alias": {
566
                    "dev-master": "1.0.x-dev"
567
                }
568
            },
569
            "autoload": {
570
                "psr-0": {
571
                    "Doctrine\\ODM\\MongoDB": "lib/"
572
                }
573
            },
574
            "notification-url": "https://packagist.org/downloads/",
575
            "license": [
576
                "MIT"
577
            ],
578
            "authors": [
579
                {
580
                    "name": "Jonathan H. Wage",
581
                    "email": "[email protected]"
582
                },
583
                {
584
                    "name": "Jeremy Mikola",
585
                    "email": "[email protected]"
586
                },
587
                {
588
                    "name": "Bulat Shakirzyanov",
589
                    "email": "[email protected]"
590
                },
591
                {
592
                    "name": "Kris Wallsmith",
593
                    "email": "[email protected]"
594
                },
595
                {
596
                    "name": "Maciej Malarz",
597
                    "email": "[email protected]"
598
                },
599
                {
600
                    "name": "Andreas Braun",
601
                    "email": "[email protected]"
602
                }
603
            ],
604
            "description": "Doctrine MongoDB Object Document Mapper",
605
            "homepage": "http://www.doctrine-project.org",
606
            "keywords": [
607
                "database",
608
                "mongodb",
609
                "odm",
610
                "persistence"
611
            ],
612
            "time": "2015-11-03 14:58:21"
613
        },
614
        {
615
            "name": "hamcrest/hamcrest-php",
616
            "version": "v1.1.1",
617
            "source": {
618
                "type": "git",
619
                "url": "https://github.com/hamcrest/hamcrest-php.git",
620
                "reference": "6048f44ff583958353fd8540e971565c306bb99b"
621
            },
622
            "dist": {
623
                "type": "zip",
624
                "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/6048f44ff583958353fd8540e971565c306bb99b",
625
                "reference": "6048f44ff583958353fd8540e971565c306bb99b",
626
                "shasum": ""
627
            },
628
            "require": {
629
                "php": ">=5.3.2"
630
            },
631
            "replace": {
632
                "davedevelopment/hamcrest-php": "*",
633
                "kodova/hamcrest-php": "*"
634
            },
635
            "require-dev": {
636
                "phpunit/php-file-iterator": "1.3.3",
637
                "satooshi/php-coveralls": "dev-master"
638
            },
639
            "type": "library",
640
            "autoload": {
641
                "classmap": [
642
                    "hamcrest/",
643
                    "tests",
644
                    "generator"
645
                ]
646
            },
647
            "notification-url": "https://packagist.org/downloads/",
648
            "license": [
649
                "BSD"
650
            ],
651
            "description": "This is the PHP port of Hamcrest Matchers",
652
            "keywords": [
653
                "test"
654
            ],
655
            "time": "2013-09-16 08:13:48"
656
        },
657
        {
658
            "name": "jms/metadata",
659
            "version": "1.5.1",
660
            "source": {
661
                "type": "git",
662
                "url": "https://github.com/schmittjoh/metadata.git",
663
                "reference": "22b72455559a25777cfd28c4ffda81ff7639f353"
664
            },
665
            "dist": {
666
                "type": "zip",
667
                "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/22b72455559a25777cfd28c4ffda81ff7639f353",
668
                "reference": "22b72455559a25777cfd28c4ffda81ff7639f353",
669
                "shasum": ""
670
            },
671
            "require": {
672
                "php": ">=5.3.0"
673
            },
674
            "require-dev": {
675
                "doctrine/cache": "~1.0"
676
            },
677
            "type": "library",
678
            "extra": {
679
                "branch-alias": {
680
                    "dev-master": "1.5.x-dev"
681
                }
682
            },
683
            "autoload": {
684
                "psr-0": {
685
                    "Metadata\\": "src/"
686
                }
687
            },
688
            "notification-url": "https://packagist.org/downloads/",
689
            "license": [
690
                "Apache"
691
            ],
692
            "authors": [
693
                {
694
                    "name": "Johannes Schmitt",
695
                    "email": "[email protected]",
696
                    "homepage": "https://github.com/schmittjoh",
697
                    "role": "Developer of wrapped JMSSerializerBundle"
698
                }
699
            ],
700
            "description": "Class/method/property metadata management in PHP",
701
            "keywords": [
702
                "annotations",
703
                "metadata",
704
                "xml",
705
                "yaml"
706
            ],
707
            "time": "2014-07-12 07:13:19"
708
        },
709
        {
710
            "name": "jms/parser-lib",
711
            "version": "1.0.0",
712
            "source": {
713
                "type": "git",
714
                "url": "https://github.com/schmittjoh/parser-lib.git",
715
                "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d"
716
            },
717
            "dist": {
718
                "type": "zip",
719
                "url": "https://api.github.com/repos/schmittjoh/parser-lib/zipball/c509473bc1b4866415627af0e1c6cc8ac97fa51d",
720
                "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d",
721
                "shasum": ""
722
            },
723
            "require": {
724
                "phpoption/phpoption": ">=0.9,<2.0-dev"
725
            },
726
            "type": "library",
727
            "extra": {
728
                "branch-alias": {
729
                    "dev-master": "1.0-dev"
730
                }
731
            },
732
            "autoload": {
733
                "psr-0": {
734
                    "JMS\\": "src/"
735
                }
736
            },
737
            "notification-url": "https://packagist.org/downloads/",
738
            "license": [
739
                "Apache2"
740
            ],
741
            "description": "A library for easily creating recursive-descent parsers.",
742
            "time": "2012-11-18 18:08:43"
743
        },
744
        {
745
            "name": "jms/serializer",
746
            "version": "1.1.0",
747
            "source": {
748
                "type": "git",
749
                "url": "https://github.com/schmittjoh/serializer.git",
750
                "reference": "fe13a1f993ea3456e195b7820692f2eb2b6bbb48"
751
            },
752
            "dist": {
753
                "type": "zip",
754
                "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/fe13a1f993ea3456e195b7820692f2eb2b6bbb48",
755
                "reference": "fe13a1f993ea3456e195b7820692f2eb2b6bbb48",
756
                "shasum": ""
757
            },
758
            "require": {
759
                "doctrine/annotations": "1.*",
760
                "doctrine/instantiator": "~1.0.3",
761
                "jms/metadata": "~1.1",
762
                "jms/parser-lib": "1.*",
763
                "php": ">=5.4.0",
764
                "phpcollection/phpcollection": "~0.1"
765
            },
766
            "conflict": {
767
                "twig/twig": "<1.12"
768
            },
769
            "require-dev": {
770
                "doctrine/orm": "~2.1",
771
                "doctrine/phpcr-odm": "~1.0.1",
772
                "jackalope/jackalope-doctrine-dbal": "1.0.*",
773
                "phpunit/phpunit": "~4.0",
774
                "propel/propel1": "~1.7",
775
                "symfony/filesystem": "2.*",
776
                "symfony/form": "~2.1",
777
                "symfony/translation": "~2.0",
778
                "symfony/validator": "~2.0",
779
                "symfony/yaml": "2.*",
780
                "twig/twig": "~1.12|~2.0"
781
            },
782
            "suggest": {
783
                "symfony/yaml": "Required if you'd like to serialize data to YAML format."
784
            },
785
            "type": "library",
786
            "extra": {
787
                "branch-alias": {
788
                    "dev-master": "1.1-dev"
789
                }
790
            },
791
            "autoload": {
792
                "psr-0": {
793
                    "JMS\\Serializer": "src/"
794
                }
795
            },
796
            "notification-url": "https://packagist.org/downloads/",
797
            "license": [
798
                "Apache2"
799
            ],
800
            "authors": [
801
                {
802
                    "name": "Johannes M. Schmitt",
803
                    "email": "[email protected]"
804
                }
805
            ],
806
            "description": "Library for (de-)serializing data of any complexity; supports XML, JSON, and YAML.",
807
            "homepage": "http://jmsyst.com/libs/serializer",
808
            "keywords": [
809
                "deserialization",
810
                "jaxb",
811
                "json",
812
                "serialization",
813
                "xml"
814
            ],
815
            "time": "2015-10-27 09:24:41"
816
        },
817
        {
818
            "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...
819
            "version": "1.8.0",
820
            "source": {
821
                "type": "git",
822
                "url": "https://github.com/Seldaek/monolog.git",
823
                "reference": "392ef35fd470638e08d0160d6b1cbab63cb23174"
824
            },
825
            "dist": {
826
                "type": "zip",
827
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/392ef35fd470638e08d0160d6b1cbab63cb23174",
828
                "reference": "392ef35fd470638e08d0160d6b1cbab63cb23174",
829
                "shasum": ""
830
            },
831
            "require": {
832
                "php": ">=5.3.0",
833
                "psr/log": "~1.0"
834
            },
835
            "require-dev": {
836
                "aws/aws-sdk-php": "~2.4, >2.4.8",
837
                "doctrine/couchdb": "~1.0@dev",
838
                "graylog2/gelf-php": "~1.0",
839
                "phpunit/phpunit": "~3.7.0",
840
                "raven/raven": "~0.5",
841
                "ruflin/elastica": "0.90.*"
842
            },
843
            "suggest": {
844
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
845
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
846
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
847
                "ext-mongo": "Allow sending log messages to a MongoDB server",
848
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
849
                "raven/raven": "Allow sending log messages to a Sentry server",
850
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
851
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server"
852
            },
853
            "type": "library",
854
            "extra": {
855
                "branch-alias": {
856
                    "dev-master": "1.8.x-dev"
857
                }
858
            },
859
            "autoload": {
860
                "psr-4": {
861
                    "Monolog\\": "src/Monolog"
862
                }
863
            },
864
            "notification-url": "https://packagist.org/downloads/",
865
            "license": [
866
                "MIT"
867
            ],
868
            "authors": [
869
                {
870
                    "name": "Jordi Boggiano",
871
                    "email": "[email protected]",
872
                    "homepage": "http://seld.be",
873
                    "role": "Developer"
874
                }
875
            ],
876
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
877
            "homepage": "http://github.com/Seldaek/monolog",
878
            "keywords": [
879
                "log",
880
                "logging",
881
                "psr-3"
882
            ],
883
            "time": "2014-03-23 19:50:26"
884
        },
885
        {
886
            "name": "phpcollection/phpcollection",
887
            "version": "0.4.0",
888
            "source": {
889
                "type": "git",
890
                "url": "https://github.com/schmittjoh/php-collection.git",
891
                "reference": "b8bf55a0a929ca43b01232b36719f176f86c7e83"
892
            },
893
            "dist": {
894
                "type": "zip",
895
                "url": "https://api.github.com/repos/schmittjoh/php-collection/zipball/b8bf55a0a929ca43b01232b36719f176f86c7e83",
896
                "reference": "b8bf55a0a929ca43b01232b36719f176f86c7e83",
897
                "shasum": ""
898
            },
899
            "require": {
900
                "phpoption/phpoption": "1.*"
901
            },
902
            "type": "library",
903
            "extra": {
904
                "branch-alias": {
905
                    "dev-master": "0.3-dev"
906
                }
907
            },
908
            "autoload": {
909
                "psr-0": {
910
                    "PhpCollection": "src/"
911
                }
912
            },
913
            "notification-url": "https://packagist.org/downloads/",
914
            "license": [
915
                "Apache2"
916
            ],
917
            "authors": [
918
                {
919
                    "name": "Johannes Schmitt",
920
                    "email": "[email protected]",
921
                    "homepage": "https://github.com/schmittjoh",
922
                    "role": "Developer of wrapped JMSSerializerBundle"
923
                }
924
            ],
925
            "description": "General-Purpose Collection Library for PHP",
926
            "keywords": [
927
                "collection",
928
                "list",
929
                "map",
930
                "sequence",
931
                "set"
932
            ],
933
            "time": "2014-03-11 13:46:42"
934
        },
935
        {
936
            "name": "phpoption/phpoption",
937
            "version": "1.5.0",
938
            "source": {
939
                "type": "git",
940
                "url": "https://github.com/schmittjoh/php-option.git",
941
                "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed"
942
            },
943
            "dist": {
944
                "type": "zip",
945
                "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/94e644f7d2051a5f0fcf77d81605f152eecff0ed",
946
                "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed",
947
                "shasum": ""
948
            },
949
            "require": {
950
                "php": ">=5.3.0"
951
            },
952
            "require-dev": {
953
                "phpunit/phpunit": "4.7.*"
954
            },
955
            "type": "library",
956
            "extra": {
957
                "branch-alias": {
958
                    "dev-master": "1.3-dev"
959
                }
960
            },
961
            "autoload": {
962
                "psr-0": {
963
                    "PhpOption\\": "src/"
964
                }
965
            },
966
            "notification-url": "https://packagist.org/downloads/",
967
            "license": [
968
                "Apache2"
969
            ],
970
            "authors": [
971
                {
972
                    "name": "Johannes M. Schmitt",
973
                    "email": "[email protected]"
974
                }
975
            ],
976
            "description": "Option Type for PHP",
977
            "keywords": [
978
                "language",
979
                "option",
980
                "php",
981
                "type"
982
            ],
983
            "time": "2015-07-25 16:39:46"
984
        },
985
        {
986
            "name": "predis/predis",
987
            "version": "v1.0.3",
988
            "source": {
989
                "type": "git",
990
                "url": "https://github.com/nrk/predis.git",
991
                "reference": "84060b9034d756b4d79641667d7f9efe1aeb8e04"
992
            },
993
            "dist": {
994
                "type": "zip",
995
                "url": "https://api.github.com/repos/nrk/predis/zipball/84060b9034d756b4d79641667d7f9efe1aeb8e04",
996
                "reference": "84060b9034d756b4d79641667d7f9efe1aeb8e04",
997
                "shasum": ""
998
            },
999
            "require": {
1000
                "php": ">=5.3.2"
1001
            },
1002
            "require-dev": {
1003
                "phpunit/phpunit": "~4.0"
1004
            },
1005
            "suggest": {
1006
                "ext-curl": "Allows access to Webdis when paired with phpiredis",
1007
                "ext-phpiredis": "Allows faster serialization and deserialization of the Redis protocol"
1008
            },
1009
            "type": "library",
1010
            "autoload": {
1011
                "psr-4": {
1012
                    "Predis\\": "src/"
1013
                }
1014
            },
1015
            "notification-url": "https://packagist.org/downloads/",
1016
            "license": [
1017
                "MIT"
1018
            ],
1019
            "authors": [
1020
                {
1021
                    "name": "Daniele Alessandri",
1022
                    "email": "[email protected]",
1023
                    "homepage": "http://clorophilla.net"
1024
                }
1025
            ],
1026
            "description": "Flexible and feature-complete PHP client library for Redis",
1027
            "homepage": "http://github.com/nrk/predis",
1028
            "keywords": [
1029
                "nosql",
1030
                "predis",
1031
                "redis"
1032
            ],
1033
            "time": "2015-07-30 18:34:15"
1034
        },
1035
        {
1036
            "name": "psr/log",
1037
            "version": "1.0.0",
1038
            "source": {
1039
                "type": "git",
1040
                "url": "https://github.com/php-fig/log.git",
1041
                "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
1042
            },
1043
            "dist": {
1044
                "type": "zip",
1045
                "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
1046
                "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
1047
                "shasum": ""
1048
            },
1049
            "type": "library",
1050
            "autoload": {
1051
                "psr-0": {
1052
                    "Psr\\Log\\": ""
1053
                }
1054
            },
1055
            "notification-url": "https://packagist.org/downloads/",
1056
            "license": [
1057
                "MIT"
1058
            ],
1059
            "authors": [
1060
                {
1061
                    "name": "PHP-FIG",
1062
                    "homepage": "http://www.php-fig.org/"
1063
                }
1064
            ],
1065
            "description": "Common interface for logging libraries",
1066
            "keywords": [
1067
                "log",
1068
                "psr",
1069
                "psr-3"
1070
            ],
1071
            "time": "2012-12-21 11:40:51"
1072
        },
1073
        {
1074
            "name": "ramsey/uuid",
1075
            "version": "3.0.1",
1076
            "source": {
1077
                "type": "git",
1078
                "url": "https://github.com/ramsey/uuid.git",
1079
                "reference": "3c84b9e2965a5fa666dec8617a3a66a8179c6ca8"
1080
            },
1081
            "dist": {
1082
                "type": "zip",
1083
                "url": "https://api.github.com/repos/ramsey/uuid/zipball/3c84b9e2965a5fa666dec8617a3a66a8179c6ca8",
1084
                "reference": "3c84b9e2965a5fa666dec8617a3a66a8179c6ca8",
1085
                "shasum": ""
1086
            },
1087
            "require": {
1088
                "php": ">=5.4"
1089
            },
1090
            "replace": {
1091
                "rhumsaa/uuid": "self.version"
1092
            },
1093
            "require-dev": {
1094
                "apigen/apigen": "^4.1",
1095
                "ircmaxell/random-lib": "^1.1",
1096
                "jakub-onderka/php-parallel-lint": "^0.9.0",
1097
                "moontoast/math": "^1.1",
1098
                "phpunit/phpunit": "^4.7",
1099
                "satooshi/php-coveralls": "^0.6.1",
1100
                "squizlabs/php_codesniffer": "^2.3"
1101
            },
1102
            "suggest": {
1103
                "ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator",
1104
                "ircmaxell/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
1105
                "moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).",
1106
                "ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid",
1107
                "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
1108
            },
1109
            "type": "library",
1110
            "autoload": {
1111
                "psr-4": {
1112
                    "Ramsey\\Uuid\\": "src/"
1113
                }
1114
            },
1115
            "notification-url": "https://packagist.org/downloads/",
1116
            "license": [
1117
                "MIT"
1118
            ],
1119
            "authors": [
1120
                {
1121
                    "name": "Marijn Huizendveld",
1122
                    "email": "[email protected]"
1123
                },
1124
                {
1125
                    "name": "Thibaud Fabre",
1126
                    "email": "[email protected]"
1127
                },
1128
                {
1129
                    "name": "Ben Ramsey",
1130
                    "email": "[email protected]",
1131
                    "homepage": "https://benramsey.com"
1132
                }
1133
            ],
1134
            "description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).",
1135
            "homepage": "https://github.com/ramsey/uuid",
1136
            "keywords": [
1137
                "guid",
1138
                "identifier",
1139
                "uuid"
1140
            ],
1141
            "time": "2015-10-21 16:27:25"
1142
        },
1143
        {
1144
            "name": "symfony/console",
1145
            "version": "v2.7.7",
1146
            "source": {
1147
                "type": "git",
1148
                "url": "https://github.com/symfony/console.git",
1149
                "reference": "16bb1cb86df43c90931df65f529e7ebd79636750"
1150
            },
1151
            "dist": {
1152
                "type": "zip",
1153
                "url": "https://api.github.com/repos/symfony/console/zipball/16bb1cb86df43c90931df65f529e7ebd79636750",
1154
                "reference": "16bb1cb86df43c90931df65f529e7ebd79636750",
1155
                "shasum": ""
1156
            },
1157
            "require": {
1158
                "php": ">=5.3.9"
1159
            },
1160
            "require-dev": {
1161
                "psr/log": "~1.0",
1162
                "symfony/event-dispatcher": "~2.1",
1163
                "symfony/process": "~2.1"
1164
            },
1165
            "suggest": {
1166
                "psr/log": "For using the console logger",
1167
                "symfony/event-dispatcher": "",
1168
                "symfony/process": ""
1169
            },
1170
            "type": "library",
1171
            "extra": {
1172
                "branch-alias": {
1173
                    "dev-master": "2.7-dev"
1174
                }
1175
            },
1176
            "autoload": {
1177
                "psr-4": {
1178
                    "Symfony\\Component\\Console\\": ""
1179
                },
1180
                "exclude-from-classmap": [
1181
                    "/Tests/"
1182
                ]
1183
            },
1184
            "notification-url": "https://packagist.org/downloads/",
1185
            "license": [
1186
                "MIT"
1187
            ],
1188
            "authors": [
1189
                {
1190
                    "name": "Fabien Potencier",
1191
                    "email": "[email protected]"
1192
                },
1193
                {
1194
                    "name": "Symfony Community",
1195
                    "homepage": "https://symfony.com/contributors"
1196
                }
1197
            ],
1198
            "description": "Symfony Console Component",
1199
            "homepage": "https://symfony.com",
1200
            "time": "2015-11-18 09:54:26"
1201
        },
1202
        {
1203
            "name": "symfony/translation",
1204
            "version": "v2.7.7",
1205
            "source": {
1206
                "type": "git",
1207
                "url": "https://github.com/symfony/translation.git",
1208
                "reference": "e4ecb9c3ba1304eaf24de15c2d7a428101c1982f"
1209
            },
1210
            "dist": {
1211
                "type": "zip",
1212
                "url": "https://api.github.com/repos/symfony/translation/zipball/e4ecb9c3ba1304eaf24de15c2d7a428101c1982f",
1213
                "reference": "e4ecb9c3ba1304eaf24de15c2d7a428101c1982f",
1214
                "shasum": ""
1215
            },
1216
            "require": {
1217
                "php": ">=5.3.9"
1218
            },
1219
            "conflict": {
1220
                "symfony/config": "<2.7"
1221
            },
1222
            "require-dev": {
1223
                "psr/log": "~1.0",
1224
                "symfony/config": "~2.7",
1225
                "symfony/intl": "~2.4",
1226
                "symfony/yaml": "~2.2"
1227
            },
1228
            "suggest": {
1229
                "psr/log": "To use logging capability in translator",
1230
                "symfony/config": "",
1231
                "symfony/yaml": ""
1232
            },
1233
            "type": "library",
1234
            "extra": {
1235
                "branch-alias": {
1236
                    "dev-master": "2.7-dev"
1237
                }
1238
            },
1239
            "autoload": {
1240
                "psr-4": {
1241
                    "Symfony\\Component\\Translation\\": ""
1242
                },
1243
                "exclude-from-classmap": [
1244
                    "/Tests/"
1245
                ]
1246
            },
1247
            "notification-url": "https://packagist.org/downloads/",
1248
            "license": [
1249
                "MIT"
1250
            ],
1251
            "authors": [
1252
                {
1253
                    "name": "Fabien Potencier",
1254
                    "email": "[email protected]"
1255
                },
1256
                {
1257
                    "name": "Symfony Community",
1258
                    "homepage": "https://symfony.com/contributors"
1259
                }
1260
            ],
1261
            "description": "Symfony Translation Component",
1262
            "homepage": "https://symfony.com",
1263
            "time": "2015-11-18 13:41:01"
1264
        },
1265
        {
1266
            "name": "symfony/validator",
1267
            "version": "v2.7.7",
1268
            "source": {
1269
                "type": "git",
1270
                "url": "https://github.com/symfony/validator.git",
1271
                "reference": "8b78ce4c296a2fc453f9a32ece71940011b8b44b"
1272
            },
1273
            "dist": {
1274
                "type": "zip",
1275
                "url": "https://api.github.com/repos/symfony/validator/zipball/8b78ce4c296a2fc453f9a32ece71940011b8b44b",
1276
                "reference": "8b78ce4c296a2fc453f9a32ece71940011b8b44b",
1277
                "shasum": ""
1278
            },
1279
            "require": {
1280
                "php": ">=5.3.9",
1281
                "symfony/translation": "~2.4"
1282
            },
1283
            "require-dev": {
1284
                "doctrine/annotations": "~1.0",
1285
                "doctrine/cache": "~1.0",
1286
                "doctrine/common": "~2.3",
1287
                "egulias/email-validator": "~1.2,>=1.2.1",
1288
                "symfony/config": "~2.2",
1289
                "symfony/expression-language": "~2.4",
1290
                "symfony/http-foundation": "~2.1",
1291
                "symfony/intl": "~2.4",
1292
                "symfony/property-access": "~2.3",
1293
                "symfony/yaml": "~2.0,>=2.0.5"
1294
            },
1295
            "suggest": {
1296
                "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
1297
                "doctrine/cache": "For using the default cached annotation reader and metadata cache.",
1298
                "egulias/email-validator": "Strict (RFC compliant) email validation",
1299
                "symfony/config": "",
1300
                "symfony/expression-language": "For using the 2.4 Expression validator",
1301
                "symfony/http-foundation": "",
1302
                "symfony/intl": "",
1303
                "symfony/property-access": "For using the 2.4 Validator API",
1304
                "symfony/yaml": ""
1305
            },
1306
            "type": "library",
1307
            "extra": {
1308
                "branch-alias": {
1309
                    "dev-master": "2.7-dev"
1310
                }
1311
            },
1312
            "autoload": {
1313
                "psr-4": {
1314
                    "Symfony\\Component\\Validator\\": ""
1315
                },
1316
                "exclude-from-classmap": [
1317
                    "/Tests/"
1318
                ]
1319
            },
1320
            "notification-url": "https://packagist.org/downloads/",
1321
            "license": [
1322
                "MIT"
1323
            ],
1324
            "authors": [
1325
                {
1326
                    "name": "Fabien Potencier",
1327
                    "email": "[email protected]"
1328
                },
1329
                {
1330
                    "name": "Symfony Community",
1331
                    "homepage": "https://symfony.com/contributors"
1332
                }
1333
            ],
1334
            "description": "Symfony Validator Component",
1335
            "homepage": "https://symfony.com",
1336
            "time": "2015-11-18 13:41:01"
1337
        },
1338
        {
1339
            "name": "videlalvaro/php-amqplib",
1340
            "version": "v2.2.6",
1341
            "source": {
1342
                "type": "git",
1343
                "url": "https://github.com/videlalvaro/php-amqplib.git",
1344
                "reference": "6ef2ca9a45bb9fb20872f824f4c7c1518315bd3f"
1345
            },
1346
            "dist": {
1347
                "type": "zip",
1348
                "url": "https://api.github.com/repos/videlalvaro/php-amqplib/zipball/6ef2ca9a45bb9fb20872f824f4c7c1518315bd3f",
1349
                "reference": "6ef2ca9a45bb9fb20872f824f4c7c1518315bd3f",
1350
                "shasum": ""
1351
            },
1352
            "require": {
1353
                "ext-bcmath": "*",
1354
                "php": ">=5.3.0"
1355
            },
1356
            "require-dev": {
1357
                "phpunit/phpunit": "3.7.*"
1358
            },
1359
            "type": "library",
1360
            "autoload": {
1361
                "psr-0": {
1362
                    "PhpAmqpLib": ""
1363
                }
1364
            },
1365
            "notification-url": "https://packagist.org/downloads/",
1366
            "license": [
1367
                "LGPL-2.1"
1368
            ],
1369
            "authors": [
1370
                {
1371
                    "name": "Alvaro Videla"
1372
                }
1373
            ],
1374
            "description": "This library is a pure PHP implementation of the AMQP protocol. It's been tested against RabbitMQ.",
1375
            "homepage": "https://github.com/videlalvaro/php-amqplib/",
1376
            "keywords": [
1377
                "message",
1378
                "queue",
1379
                "rabbitmq"
1380
            ],
1381
            "time": "2013-12-22 12:49:53"
1382
        }
1383
    ],
1384
    "packages-dev": [
1385
        {
1386
            "name": "doctrine/dbal",
1387
            "version": "v2.5.2",
1388
            "source": {
1389
                "type": "git",
1390
                "url": "https://github.com/doctrine/dbal.git",
1391
                "reference": "01dbcbc5cd0a913d751418e635434a18a2f2a75c"
1392
            },
1393
            "dist": {
1394
                "type": "zip",
1395
                "url": "https://api.github.com/repos/doctrine/dbal/zipball/01dbcbc5cd0a913d751418e635434a18a2f2a75c",
1396
                "reference": "01dbcbc5cd0a913d751418e635434a18a2f2a75c",
1397
                "shasum": ""
1398
            },
1399
            "require": {
1400
                "doctrine/common": ">=2.4,<2.6-dev",
1401
                "php": ">=5.3.2"
1402
            },
1403
            "require-dev": {
1404
                "phpunit/phpunit": "4.*",
1405
                "symfony/console": "2.*"
1406
            },
1407
            "suggest": {
1408
                "symfony/console": "For helpful console commands such as SQL execution and import of files."
1409
            },
1410
            "bin": [
1411
                "bin/doctrine-dbal"
1412
            ],
1413
            "type": "library",
1414
            "extra": {
1415
                "branch-alias": {
1416
                    "dev-master": "2.5.x-dev"
1417
                }
1418
            },
1419
            "autoload": {
1420
                "psr-0": {
1421
                    "Doctrine\\DBAL\\": "lib/"
1422
                }
1423
            },
1424
            "notification-url": "https://packagist.org/downloads/",
1425
            "license": [
1426
                "MIT"
1427
            ],
1428
            "authors": [
1429
                {
1430
                    "name": "Roman Borschel",
1431
                    "email": "[email protected]"
1432
                },
1433
                {
1434
                    "name": "Benjamin Eberlei",
1435
                    "email": "[email protected]"
1436
                },
1437
                {
1438
                    "name": "Guilherme Blanco",
1439
                    "email": "[email protected]"
1440
                },
1441
                {
1442
                    "name": "Jonathan Wage",
1443
                    "email": "[email protected]"
1444
                }
1445
            ],
1446
            "description": "Database Abstraction Layer",
1447
            "homepage": "http://www.doctrine-project.org",
1448
            "keywords": [
1449
                "database",
1450
                "dbal",
1451
                "persistence",
1452
                "queryobject"
1453
            ],
1454
            "time": "2015-09-16 16:29:33"
1455
        },
1456
        {
1457
            "name": "doctrine/orm",
1458
            "version": "v2.5.2",
1459
            "source": {
1460
                "type": "git",
1461
                "url": "https://github.com/doctrine/doctrine2.git",
1462
                "reference": "464b5fdbfbbeb4a65465ac173c4c5d90960f41ff"
1463
            },
1464
            "dist": {
1465
                "type": "zip",
1466
                "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/464b5fdbfbbeb4a65465ac173c4c5d90960f41ff",
1467
                "reference": "464b5fdbfbbeb4a65465ac173c4c5d90960f41ff",
1468
                "shasum": ""
1469
            },
1470
            "require": {
1471
                "doctrine/cache": "~1.4",
1472
                "doctrine/collections": "~1.2",
1473
                "doctrine/common": ">=2.5-dev,<2.6-dev",
1474
                "doctrine/dbal": ">=2.5-dev,<2.6-dev",
1475
                "doctrine/instantiator": "~1.0.1",
1476
                "ext-pdo": "*",
1477
                "php": ">=5.4",
1478
                "symfony/console": "~2.5|~3.0"
1479
            },
1480
            "require-dev": {
1481
                "phpunit/phpunit": "~4.0",
1482
                "satooshi/php-coveralls": "dev-master",
1483
                "symfony/yaml": "~2.3|~3.0"
1484
            },
1485
            "suggest": {
1486
                "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
1487
            },
1488
            "bin": [
1489
                "bin/doctrine",
1490
                "bin/doctrine.php"
1491
            ],
1492
            "type": "library",
1493
            "extra": {
1494
                "branch-alias": {
1495
                    "dev-master": "2.6.x-dev"
1496
                }
1497
            },
1498
            "autoload": {
1499
                "psr-0": {
1500
                    "Doctrine\\ORM\\": "lib/"
1501
                }
1502
            },
1503
            "notification-url": "https://packagist.org/downloads/",
1504
            "license": [
1505
                "MIT"
1506
            ],
1507
            "authors": [
1508
                {
1509
                    "name": "Roman Borschel",
1510
                    "email": "[email protected]"
1511
                },
1512
                {
1513
                    "name": "Benjamin Eberlei",
1514
                    "email": "[email protected]"
1515
                },
1516
                {
1517
                    "name": "Guilherme Blanco",
1518
                    "email": "[email protected]"
1519
                },
1520
                {
1521
                    "name": "Jonathan Wage",
1522
                    "email": "[email protected]"
1523
                }
1524
            ],
1525
            "description": "Object-Relational-Mapper for PHP",
1526
            "homepage": "http://www.doctrine-project.org",
1527
            "keywords": [
1528
                "database",
1529
                "orm"
1530
            ],
1531
            "time": "2015-11-23 12:44:25"
1532
        },
1533
        {
1534
            "name": "moontoast/math",
1535
            "version": "1.1.0",
1536
            "source": {
1537
                "type": "git",
1538
                "url": "https://github.com/ramsey/moontoast-math.git",
1539
                "reference": "fce28a9d1e73e73376cb44e5e581675d15fbe2f3"
1540
            },
1541
            "dist": {
1542
                "type": "zip",
1543
                "url": "https://api.github.com/repos/ramsey/moontoast-math/zipball/fce28a9d1e73e73376cb44e5e581675d15fbe2f3",
1544
                "reference": "fce28a9d1e73e73376cb44e5e581675d15fbe2f3",
1545
                "shasum": ""
1546
            },
1547
            "require": {
1548
                "ext-bcmath": "*",
1549
                "php": ">=5.3.3"
1550
            },
1551
            "type": "library",
1552
            "autoload": {
1553
                "psr-0": {
1554
                    "Moontoast\\Math": "src/"
1555
                }
1556
            },
1557
            "notification-url": "https://packagist.org/downloads/",
1558
            "license": [
1559
                "Apache-2.0"
1560
            ],
1561
            "description": "A mathematics library, providing functionality for large numbers",
1562
            "homepage": "https://github.com/moontoast/math",
1563
            "keywords": [
1564
                "bcmath",
1565
                "math"
1566
            ],
1567
            "time": "2013-01-19 17:42:34"
1568
        },
1569
        {
1570
            "name": "phake/phake",
1571
            "version": "1.0.8",
1572
            "source": {
1573
                "type": "git",
1574
                "url": "https://github.com/mlively/Phake.git",
1575
                "reference": "c5a3d7a75fc7431e8a5e21a922f084af95456bc6"
1576
            },
1577
            "dist": {
1578
                "type": "zip",
1579
                "url": "https://api.github.com/repos/mlively/Phake/zipball/c5a3d7a75fc7431e8a5e21a922f084af95456bc6",
1580
                "reference": "c5a3d7a75fc7431e8a5e21a922f084af95456bc6",
1581
                "shasum": ""
1582
            },
1583
            "require": {
1584
                "php": ">=5.2.0"
1585
            },
1586
            "require-dev": {
1587
                "doctrine/common": "2.3.*",
1588
                "ext-soap": "*",
1589
                "hamcrest/hamcrest-php": "1.1.0",
1590
                "phpunit/phpunit": "3.7.*"
1591
            },
1592
            "type": "library",
1593
            "autoload": {
1594
                "classmap": [
1595
                    "src"
1596
                ]
1597
            },
1598
            "notification-url": "https://packagist.org/downloads/",
1599
            "include-path": [
1600
                "src"
1601
            ],
1602
            "license": [
1603
                "BSD"
1604
            ],
1605
            "authors": [
1606
                {
1607
                    "name": "Mike Lively",
1608
                    "email": "[email protected]"
1609
                }
1610
            ],
1611
            "description": "The Phake mock testing library",
1612
            "homepage": "https://github.com/mlively/Phake",
1613
            "keywords": [
1614
                "mock",
1615
                "testing"
1616
            ],
1617
            "time": "2015-01-27 15:48:39"
1618
        },
1619
        {
1620
            "name": "phpunit/php-code-coverage",
1621
            "version": "2.2.4",
1622
            "source": {
1623
                "type": "git",
1624
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
1625
                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
1626
            },
1627
            "dist": {
1628
                "type": "zip",
1629
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
1630
                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
1631
                "shasum": ""
1632
            },
1633
            "require": {
1634
                "php": ">=5.3.3",
1635
                "phpunit/php-file-iterator": "~1.3",
1636
                "phpunit/php-text-template": "~1.2",
1637
                "phpunit/php-token-stream": "~1.3",
1638
                "sebastian/environment": "^1.3.2",
1639
                "sebastian/version": "~1.0"
1640
            },
1641
            "require-dev": {
1642
                "ext-xdebug": ">=2.1.4",
1643
                "phpunit/phpunit": "~4"
1644
            },
1645
            "suggest": {
1646
                "ext-dom": "*",
1647
                "ext-xdebug": ">=2.2.1",
1648
                "ext-xmlwriter": "*"
1649
            },
1650
            "type": "library",
1651
            "extra": {
1652
                "branch-alias": {
1653
                    "dev-master": "2.2.x-dev"
1654
                }
1655
            },
1656
            "autoload": {
1657
                "classmap": [
1658
                    "src/"
1659
                ]
1660
            },
1661
            "notification-url": "https://packagist.org/downloads/",
1662
            "license": [
1663
                "BSD-3-Clause"
1664
            ],
1665
            "authors": [
1666
                {
1667
                    "name": "Sebastian Bergmann",
1668
                    "email": "[email protected]",
1669
                    "role": "lead"
1670
                }
1671
            ],
1672
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
1673
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
1674
            "keywords": [
1675
                "coverage",
1676
                "testing",
1677
                "xunit"
1678
            ],
1679
            "time": "2015-10-06 15:47:00"
1680
        },
1681
        {
1682
            "name": "phpunit/php-file-iterator",
1683
            "version": "1.3.4",
1684
            "source": {
1685
                "type": "git",
1686
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
1687
                "reference": "acd690379117b042d1c8af1fafd61bde001bf6bb"
1688
            },
1689
            "dist": {
1690
                "type": "zip",
1691
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/acd690379117b042d1c8af1fafd61bde001bf6bb",
1692
                "reference": "acd690379117b042d1c8af1fafd61bde001bf6bb",
1693
                "shasum": ""
1694
            },
1695
            "require": {
1696
                "php": ">=5.3.3"
1697
            },
1698
            "type": "library",
1699
            "autoload": {
1700
                "classmap": [
1701
                    "File/"
1702
                ]
1703
            },
1704
            "notification-url": "https://packagist.org/downloads/",
1705
            "include-path": [
1706
                ""
1707
            ],
1708
            "license": [
1709
                "BSD-3-Clause"
1710
            ],
1711
            "authors": [
1712
                {
1713
                    "name": "Sebastian Bergmann",
1714
                    "email": "[email protected]",
1715
                    "role": "lead"
1716
                }
1717
            ],
1718
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
1719
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
1720
            "keywords": [
1721
                "filesystem",
1722
                "iterator"
1723
            ],
1724
            "time": "2013-10-10 15:34:57"
1725
        },
1726
        {
1727
            "name": "phpunit/php-text-template",
1728
            "version": "1.2.1",
1729
            "source": {
1730
                "type": "git",
1731
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
1732
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
1733
            },
1734
            "dist": {
1735
                "type": "zip",
1736
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
1737
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
1738
                "shasum": ""
1739
            },
1740
            "require": {
1741
                "php": ">=5.3.3"
1742
            },
1743
            "type": "library",
1744
            "autoload": {
1745
                "classmap": [
1746
                    "src/"
1747
                ]
1748
            },
1749
            "notification-url": "https://packagist.org/downloads/",
1750
            "license": [
1751
                "BSD-3-Clause"
1752
            ],
1753
            "authors": [
1754
                {
1755
                    "name": "Sebastian Bergmann",
1756
                    "email": "[email protected]",
1757
                    "role": "lead"
1758
                }
1759
            ],
1760
            "description": "Simple template engine.",
1761
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
1762
            "keywords": [
1763
                "template"
1764
            ],
1765
            "time": "2015-06-21 13:50:34"
1766
        },
1767
        {
1768
            "name": "phpunit/php-timer",
1769
            "version": "1.0.7",
1770
            "source": {
1771
                "type": "git",
1772
                "url": "https://github.com/sebastianbergmann/php-timer.git",
1773
                "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b"
1774
            },
1775
            "dist": {
1776
                "type": "zip",
1777
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
1778
                "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
1779
                "shasum": ""
1780
            },
1781
            "require": {
1782
                "php": ">=5.3.3"
1783
            },
1784
            "type": "library",
1785
            "autoload": {
1786
                "classmap": [
1787
                    "src/"
1788
                ]
1789
            },
1790
            "notification-url": "https://packagist.org/downloads/",
1791
            "license": [
1792
                "BSD-3-Clause"
1793
            ],
1794
            "authors": [
1795
                {
1796
                    "name": "Sebastian Bergmann",
1797
                    "email": "[email protected]",
1798
                    "role": "lead"
1799
                }
1800
            ],
1801
            "description": "Utility class for timing",
1802
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
1803
            "keywords": [
1804
                "timer"
1805
            ],
1806
            "time": "2015-06-21 08:01:12"
1807
        },
1808
        {
1809
            "name": "phpunit/php-token-stream",
1810
            "version": "1.4.8",
1811
            "source": {
1812
                "type": "git",
1813
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
1814
                "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da"
1815
            },
1816
            "dist": {
1817
                "type": "zip",
1818
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
1819
                "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
1820
                "shasum": ""
1821
            },
1822
            "require": {
1823
                "ext-tokenizer": "*",
1824
                "php": ">=5.3.3"
1825
            },
1826
            "require-dev": {
1827
                "phpunit/phpunit": "~4.2"
1828
            },
1829
            "type": "library",
1830
            "extra": {
1831
                "branch-alias": {
1832
                    "dev-master": "1.4-dev"
1833
                }
1834
            },
1835
            "autoload": {
1836
                "classmap": [
1837
                    "src/"
1838
                ]
1839
            },
1840
            "notification-url": "https://packagist.org/downloads/",
1841
            "license": [
1842
                "BSD-3-Clause"
1843
            ],
1844
            "authors": [
1845
                {
1846
                    "name": "Sebastian Bergmann",
1847
                    "email": "[email protected]"
1848
                }
1849
            ],
1850
            "description": "Wrapper around PHP's tokenizer extension.",
1851
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
1852
            "keywords": [
1853
                "tokenizer"
1854
            ],
1855
            "time": "2015-09-15 10:49:45"
1856
        },
1857
        {
1858
            "name": "phpunit/phpunit",
1859
            "version": "4.2.6",
1860
            "source": {
1861
                "type": "git",
1862
                "url": "https://github.com/sebastianbergmann/phpunit.git",
1863
                "reference": "c28a790620fe30b049bb693be1ef9cd4e0fe906c"
1864
            },
1865
            "dist": {
1866
                "type": "zip",
1867
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/c28a790620fe30b049bb693be1ef9cd4e0fe906c",
1868
                "reference": "c28a790620fe30b049bb693be1ef9cd4e0fe906c",
1869
                "shasum": ""
1870
            },
1871
            "require": {
1872
                "ext-dom": "*",
1873
                "ext-json": "*",
1874
                "ext-pcre": "*",
1875
                "ext-reflection": "*",
1876
                "ext-spl": "*",
1877
                "php": ">=5.3.3",
1878
                "phpunit/php-code-coverage": "~2.0",
1879
                "phpunit/php-file-iterator": "~1.3.1",
1880
                "phpunit/php-text-template": "~1.2",
1881
                "phpunit/php-timer": "~1.0.2",
1882
                "phpunit/phpunit-mock-objects": "~2.2",
1883
                "sebastian/comparator": "~1.0",
1884
                "sebastian/diff": "~1.1",
1885
                "sebastian/environment": "~1.0",
1886
                "sebastian/exporter": "~1.0",
1887
                "sebastian/version": "~1.0",
1888
                "symfony/yaml": "~2.0"
1889
            },
1890
            "suggest": {
1891
                "phpunit/php-invoker": "~1.1"
1892
            },
1893
            "bin": [
1894
                "phpunit"
1895
            ],
1896
            "type": "library",
1897
            "extra": {
1898
                "branch-alias": {
1899
                    "dev-master": "4.2.x-dev"
1900
                }
1901
            },
1902
            "autoload": {
1903
                "classmap": [
1904
                    "src/"
1905
                ]
1906
            },
1907
            "notification-url": "https://packagist.org/downloads/",
1908
            "include-path": [
1909
                "",
1910
                "../../symfony/yaml/"
1911
            ],
1912
            "license": [
1913
                "BSD-3-Clause"
1914
            ],
1915
            "authors": [
1916
                {
1917
                    "name": "Sebastian Bergmann",
1918
                    "email": "[email protected]",
1919
                    "role": "lead"
1920
                }
1921
            ],
1922
            "description": "The PHP Unit Testing framework.",
1923
            "homepage": "http://www.phpunit.de/",
1924
            "keywords": [
1925
                "phpunit",
1926
                "testing",
1927
                "xunit"
1928
            ],
1929
            "time": "2014-09-14 09:31:24"
1930
        },
1931
        {
1932
            "name": "phpunit/phpunit-mock-objects",
1933
            "version": "2.3.8",
1934
            "source": {
1935
                "type": "git",
1936
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
1937
                "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
1938
            },
1939
            "dist": {
1940
                "type": "zip",
1941
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
1942
                "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
1943
                "shasum": ""
1944
            },
1945
            "require": {
1946
                "doctrine/instantiator": "^1.0.2",
1947
                "php": ">=5.3.3",
1948
                "phpunit/php-text-template": "~1.2",
1949
                "sebastian/exporter": "~1.2"
1950
            },
1951
            "require-dev": {
1952
                "phpunit/phpunit": "~4.4"
1953
            },
1954
            "suggest": {
1955
                "ext-soap": "*"
1956
            },
1957
            "type": "library",
1958
            "extra": {
1959
                "branch-alias": {
1960
                    "dev-master": "2.3.x-dev"
1961
                }
1962
            },
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": "Mock Object library for PHPUnit",
1980
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
1981
            "keywords": [
1982
                "mock",
1983
                "xunit"
1984
            ],
1985
            "time": "2015-10-02 06:51:40"
1986
        },
1987
        {
1988
            "name": "sebastian/comparator",
1989
            "version": "1.2.0",
1990
            "source": {
1991
                "type": "git",
1992
                "url": "https://github.com/sebastianbergmann/comparator.git",
1993
                "reference": "937efb279bd37a375bcadf584dec0726f84dbf22"
1994
            },
1995
            "dist": {
1996
                "type": "zip",
1997
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22",
1998
                "reference": "937efb279bd37a375bcadf584dec0726f84dbf22",
1999
                "shasum": ""
2000
            },
2001
            "require": {
2002
                "php": ">=5.3.3",
2003
                "sebastian/diff": "~1.2",
2004
                "sebastian/exporter": "~1.2"
2005
            },
2006
            "require-dev": {
2007
                "phpunit/phpunit": "~4.4"
2008
            },
2009
            "type": "library",
2010
            "extra": {
2011
                "branch-alias": {
2012
                    "dev-master": "1.2.x-dev"
2013
                }
2014
            },
2015
            "autoload": {
2016
                "classmap": [
2017
                    "src/"
2018
                ]
2019
            },
2020
            "notification-url": "https://packagist.org/downloads/",
2021
            "license": [
2022
                "BSD-3-Clause"
2023
            ],
2024
            "authors": [
2025
                {
2026
                    "name": "Jeff Welch",
2027
                    "email": "[email protected]"
2028
                },
2029
                {
2030
                    "name": "Volker Dusch",
2031
                    "email": "[email protected]"
2032
                },
2033
                {
2034
                    "name": "Bernhard Schussek",
2035
                    "email": "[email protected]"
2036
                },
2037
                {
2038
                    "name": "Sebastian Bergmann",
2039
                    "email": "[email protected]"
2040
                }
2041
            ],
2042
            "description": "Provides the functionality to compare PHP values for equality",
2043
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
2044
            "keywords": [
2045
                "comparator",
2046
                "compare",
2047
                "equality"
2048
            ],
2049
            "time": "2015-07-26 15:48:44"
2050
        },
2051
        {
2052
            "name": "sebastian/diff",
2053
            "version": "1.3.0",
2054
            "source": {
2055
                "type": "git",
2056
                "url": "https://github.com/sebastianbergmann/diff.git",
2057
                "reference": "863df9687835c62aa423a22412d26fa2ebde3fd3"
2058
            },
2059
            "dist": {
2060
                "type": "zip",
2061
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/863df9687835c62aa423a22412d26fa2ebde3fd3",
2062
                "reference": "863df9687835c62aa423a22412d26fa2ebde3fd3",
2063
                "shasum": ""
2064
            },
2065
            "require": {
2066
                "php": ">=5.3.3"
2067
            },
2068
            "require-dev": {
2069
                "phpunit/phpunit": "~4.2"
2070
            },
2071
            "type": "library",
2072
            "extra": {
2073
                "branch-alias": {
2074
                    "dev-master": "1.3-dev"
2075
                }
2076
            },
2077
            "autoload": {
2078
                "classmap": [
2079
                    "src/"
2080
                ]
2081
            },
2082
            "notification-url": "https://packagist.org/downloads/",
2083
            "license": [
2084
                "BSD-3-Clause"
2085
            ],
2086
            "authors": [
2087
                {
2088
                    "name": "Kore Nordmann",
2089
                    "email": "[email protected]"
2090
                },
2091
                {
2092
                    "name": "Sebastian Bergmann",
2093
                    "email": "[email protected]"
2094
                }
2095
            ],
2096
            "description": "Diff implementation",
2097
            "homepage": "http://www.github.com/sebastianbergmann/diff",
2098
            "keywords": [
2099
                "diff"
2100
            ],
2101
            "time": "2015-02-22 15:13:53"
2102
        },
2103
        {
2104
            "name": "sebastian/environment",
2105
            "version": "1.3.2",
2106
            "source": {
2107
                "type": "git",
2108
                "url": "https://github.com/sebastianbergmann/environment.git",
2109
                "reference": "6324c907ce7a52478eeeaede764f48733ef5ae44"
2110
            },
2111
            "dist": {
2112
                "type": "zip",
2113
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/6324c907ce7a52478eeeaede764f48733ef5ae44",
2114
                "reference": "6324c907ce7a52478eeeaede764f48733ef5ae44",
2115
                "shasum": ""
2116
            },
2117
            "require": {
2118
                "php": ">=5.3.3"
2119
            },
2120
            "require-dev": {
2121
                "phpunit/phpunit": "~4.4"
2122
            },
2123
            "type": "library",
2124
            "extra": {
2125
                "branch-alias": {
2126
                    "dev-master": "1.3.x-dev"
2127
                }
2128
            },
2129
            "autoload": {
2130
                "classmap": [
2131
                    "src/"
2132
                ]
2133
            },
2134
            "notification-url": "https://packagist.org/downloads/",
2135
            "license": [
2136
                "BSD-3-Clause"
2137
            ],
2138
            "authors": [
2139
                {
2140
                    "name": "Sebastian Bergmann",
2141
                    "email": "[email protected]"
2142
                }
2143
            ],
2144
            "description": "Provides functionality to handle HHVM/PHP environments",
2145
            "homepage": "http://www.github.com/sebastianbergmann/environment",
2146
            "keywords": [
2147
                "Xdebug",
2148
                "environment",
2149
                "hhvm"
2150
            ],
2151
            "time": "2015-08-03 06:14:51"
2152
        },
2153
        {
2154
            "name": "sebastian/exporter",
2155
            "version": "1.2.1",
2156
            "source": {
2157
                "type": "git",
2158
                "url": "https://github.com/sebastianbergmann/exporter.git",
2159
                "reference": "7ae5513327cb536431847bcc0c10edba2701064e"
2160
            },
2161
            "dist": {
2162
                "type": "zip",
2163
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/7ae5513327cb536431847bcc0c10edba2701064e",
2164
                "reference": "7ae5513327cb536431847bcc0c10edba2701064e",
2165
                "shasum": ""
2166
            },
2167
            "require": {
2168
                "php": ">=5.3.3",
2169
                "sebastian/recursion-context": "~1.0"
2170
            },
2171
            "require-dev": {
2172
                "phpunit/phpunit": "~4.4"
2173
            },
2174
            "type": "library",
2175
            "extra": {
2176
                "branch-alias": {
2177
                    "dev-master": "1.2.x-dev"
2178
                }
2179
            },
2180
            "autoload": {
2181
                "classmap": [
2182
                    "src/"
2183
                ]
2184
            },
2185
            "notification-url": "https://packagist.org/downloads/",
2186
            "license": [
2187
                "BSD-3-Clause"
2188
            ],
2189
            "authors": [
2190
                {
2191
                    "name": "Jeff Welch",
2192
                    "email": "[email protected]"
2193
                },
2194
                {
2195
                    "name": "Volker Dusch",
2196
                    "email": "[email protected]"
2197
                },
2198
                {
2199
                    "name": "Bernhard Schussek",
2200
                    "email": "[email protected]"
2201
                },
2202
                {
2203
                    "name": "Sebastian Bergmann",
2204
                    "email": "[email protected]"
2205
                },
2206
                {
2207
                    "name": "Adam Harvey",
2208
                    "email": "[email protected]"
2209
                }
2210
            ],
2211
            "description": "Provides the functionality to export PHP variables for visualization",
2212
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
2213
            "keywords": [
2214
                "export",
2215
                "exporter"
2216
            ],
2217
            "time": "2015-06-21 07:55:53"
2218
        },
2219
        {
2220
            "name": "sebastian/recursion-context",
2221
            "version": "1.0.1",
2222
            "source": {
2223
                "type": "git",
2224
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
2225
                "reference": "994d4a811bafe801fb06dccbee797863ba2792ba"
2226
            },
2227
            "dist": {
2228
                "type": "zip",
2229
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/994d4a811bafe801fb06dccbee797863ba2792ba",
2230
                "reference": "994d4a811bafe801fb06dccbee797863ba2792ba",
2231
                "shasum": ""
2232
            },
2233
            "require": {
2234
                "php": ">=5.3.3"
2235
            },
2236
            "require-dev": {
2237
                "phpunit/phpunit": "~4.4"
2238
            },
2239
            "type": "library",
2240
            "extra": {
2241
                "branch-alias": {
2242
                    "dev-master": "1.0.x-dev"
2243
                }
2244
            },
2245
            "autoload": {
2246
                "classmap": [
2247
                    "src/"
2248
                ]
2249
            },
2250
            "notification-url": "https://packagist.org/downloads/",
2251
            "license": [
2252
                "BSD-3-Clause"
2253
            ],
2254
            "authors": [
2255
                {
2256
                    "name": "Jeff Welch",
2257
                    "email": "[email protected]"
2258
                },
2259
                {
2260
                    "name": "Sebastian Bergmann",
2261
                    "email": "[email protected]"
2262
                },
2263
                {
2264
                    "name": "Adam Harvey",
2265
                    "email": "[email protected]"
2266
                }
2267
            ],
2268
            "description": "Provides functionality to recursively process PHP variables",
2269
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
2270
            "time": "2015-06-21 08:04:50"
2271
        },
2272
        {
2273
            "name": "sebastian/version",
2274
            "version": "1.0.6",
2275
            "source": {
2276
                "type": "git",
2277
                "url": "https://github.com/sebastianbergmann/version.git",
2278
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
2279
            },
2280
            "dist": {
2281
                "type": "zip",
2282
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
2283
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
2284
                "shasum": ""
2285
            },
2286
            "type": "library",
2287
            "autoload": {
2288
                "classmap": [
2289
                    "src/"
2290
                ]
2291
            },
2292
            "notification-url": "https://packagist.org/downloads/",
2293
            "license": [
2294
                "BSD-3-Clause"
2295
            ],
2296
            "authors": [
2297
                {
2298
                    "name": "Sebastian Bergmann",
2299
                    "email": "[email protected]",
2300
                    "role": "lead"
2301
                }
2302
            ],
2303
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
2304
            "homepage": "https://github.com/sebastianbergmann/version",
2305
            "time": "2015-06-21 13:59:46"
2306
        },
2307
        {
2308
            "name": "symfony/yaml",
2309
            "version": "v2.7.7",
2310
            "source": {
2311
                "type": "git",
2312
                "url": "https://github.com/symfony/yaml.git",
2313
                "reference": "4cfcd7a9fceba662b3c036b7d9a91f6197af046c"
2314
            },
2315
            "dist": {
2316
                "type": "zip",
2317
                "url": "https://api.github.com/repos/symfony/yaml/zipball/4cfcd7a9fceba662b3c036b7d9a91f6197af046c",
2318
                "reference": "4cfcd7a9fceba662b3c036b7d9a91f6197af046c",
2319
                "shasum": ""
2320
            },
2321
            "require": {
2322
                "php": ">=5.3.9"
2323
            },
2324
            "type": "library",
2325
            "extra": {
2326
                "branch-alias": {
2327
                    "dev-master": "2.7-dev"
2328
                }
2329
            },
2330
            "autoload": {
2331
                "psr-4": {
2332
                    "Symfony\\Component\\Yaml\\": ""
2333
                },
2334
                "exclude-from-classmap": [
2335
                    "/Tests/"
2336
                ]
2337
            },
2338
            "notification-url": "https://packagist.org/downloads/",
2339
            "license": [
2340
                "MIT"
2341
            ],
2342
            "authors": [
2343
                {
2344
                    "name": "Fabien Potencier",
2345
                    "email": "[email protected]"
2346
                },
2347
                {
2348
                    "name": "Symfony Community",
2349
                    "homepage": "https://symfony.com/contributors"
2350
                }
2351
            ],
2352
            "description": "Symfony Yaml Component",
2353
            "homepage": "https://symfony.com",
2354
            "time": "2015-11-18 13:41:01"
2355
        }
2356
    ],
2357
    "aliases": [],
2358
    "minimum-stability": "dev",
2359
    "stability-flags": {
2360
        "psr/log": 0,
2361
        "doctrine/mongodb-odm": 20
2362
    },
2363
    "prefer-stable": true,
2364
    "prefer-lowest": false,
2365
    "platform": {
2366
        "php": ">=5.5"
2367
    },
2368
    "platform-dev": []
2369
}
2370