Completed
Push — master ( 5fd068...fdcd72 )
by Laurent
17s
created

composer.lock (7 issues)

Severity

Upgrade to new PHP Analysis Engine

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

1
{
2
    "_readme": [
3
        "This file locks the dependencies of your project to a known state",
4
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
5
        "This file is @generated automatically"
6
    ],
7
    "hash": "22b2ac32946d0d10245cd156e2ea4e5a",
8
    "packages": [
9
        {
10
            "name": "behat/transliterator",
11
            "version": "v1.0.1",
12
            "source": {
13
                "type": "git",
14
                "url": "https://github.com/Behat/Transliterator.git",
15
                "reference": "c93521d3462a554332d1ef5bb0e9b5b8ca4106c4"
16
            },
17
            "dist": {
18
                "type": "zip",
19
                "url": "https://api.github.com/repos/Behat/Transliterator/zipball/c93521d3462a554332d1ef5bb0e9b5b8ca4106c4",
20
                "reference": "c93521d3462a554332d1ef5bb0e9b5b8ca4106c4",
21
                "shasum": ""
22
            },
23
            "require": {
24
                "php": ">=5.3.3"
25
            },
26
            "type": "library",
27
            "extra": {
28
                "branch-alias": {
29
                    "dev-master": "1.0-dev"
30
                }
31
            },
32
            "autoload": {
33
                "psr-0": {
34
                    "Behat\\Transliterator": "src/"
35
                }
36
            },
37
            "notification-url": "https://packagist.org/downloads/",
38
            "license": [
39
                "Artistic-1.0"
40
            ],
41
            "description": "String transliterator",
42
            "keywords": [
43
                "i18n",
44
                "slug",
45
                "transliterator"
46
            ],
47
            "time": "2014-05-15 22:08:22"
48
        },
49
        {
50
            "name": "coresphere/console-bundle",
51
            "version": "dev-master",
52
            "target-dir": "CoreSphere/ConsoleBundle",
53
            "source": {
54
                "type": "git",
55
                "url": "https://github.com/CoreSphere/ConsoleBundle.git",
56
                "reference": "ebec960dd0f9ef71ae9a8d3ff942770e1df73324"
57
            },
58
            "dist": {
59
                "type": "zip",
60
                "url": "https://api.github.com/repos/CoreSphere/ConsoleBundle/zipball/ebec960dd0f9ef71ae9a8d3ff942770e1df73324",
61
                "reference": "ebec960dd0f9ef71ae9a8d3ff942770e1df73324",
62
                "shasum": ""
63
            },
64
            "require": {
65
                "php": ">=5.3.3",
66
                "symfony/framework-bundle": ">=2.1.0,<3.0"
67
            },
68
            "require-dev": {
69
                "symfony/console": ">=2.1.0,<3.0"
70
            },
71
            "type": "symfony-bundle",
72
            "autoload": {
73
                "psr-0": {
74
                    "CoreSphere\\ConsoleBundle": ""
75
                }
76
            },
77
            "notification-url": "https://packagist.org/downloads/",
78
            "license": [
79
                "MIT"
80
            ],
81
            "authors": [
82
                {
83
                    "name": "Laszlo Korte",
84
                    "email": "[email protected]"
85
                },
86
                {
87
                    "name": "Marmus Ullman",
88
                    "email": "[email protected]"
89
                }
90
            ],
91
            "description": "This bundle allows you accessing the symfony2 console via your browser",
92
            "keywords": [
93
                "console",
94
                "javascript",
95
                "symfony"
96
            ],
97
            "time": "2015-06-01 15:18:51"
98
        },
99
        {
100
            "name": "doctrine/annotations",
0 ignored issues
show
There is a security advisory for your installed version of doctrine/annotations:

Security Misconfiguration Vulnerability in various Doctrine projects
Loading history...
101
            "version": "v1.2.4",
102
            "source": {
103
                "type": "git",
104
                "url": "https://github.com/doctrine/annotations.git",
105
                "reference": "b5202eb9e83f8db52e0e58867e0a46e63be8332e"
106
            },
107
            "dist": {
108
                "type": "zip",
109
                "url": "https://api.github.com/repos/doctrine/annotations/zipball/b5202eb9e83f8db52e0e58867e0a46e63be8332e",
110
                "reference": "b5202eb9e83f8db52e0e58867e0a46e63be8332e",
111
                "shasum": ""
112
            },
113
            "require": {
114
                "doctrine/lexer": "1.*",
115
                "php": ">=5.3.2"
116
            },
117
            "require-dev": {
118
                "doctrine/cache": "1.*",
119
                "phpunit/phpunit": "4.*"
120
            },
121
            "type": "library",
122
            "extra": {
123
                "branch-alias": {
124
                    "dev-master": "1.3.x-dev"
125
                }
126
            },
127
            "autoload": {
128
                "psr-0": {
129
                    "Doctrine\\Common\\Annotations\\": "lib/"
130
                }
131
            },
132
            "notification-url": "https://packagist.org/downloads/",
133
            "license": [
134
                "MIT"
135
            ],
136
            "authors": [
137
                {
138
                    "name": "Roman Borschel",
139
                    "email": "[email protected]"
140
                },
141
                {
142
                    "name": "Benjamin Eberlei",
143
                    "email": "[email protected]"
144
                },
145
                {
146
                    "name": "Guilherme Blanco",
147
                    "email": "[email protected]"
148
                },
149
                {
150
                    "name": "Jonathan Wage",
151
                    "email": "[email protected]"
152
                },
153
                {
154
                    "name": "Johannes Schmitt",
155
                    "email": "[email protected]"
156
                }
157
            ],
158
            "description": "Docblock Annotations Parser",
159
            "homepage": "http://www.doctrine-project.org",
160
            "keywords": [
161
                "annotations",
162
                "docblock",
163
                "parser"
164
            ],
165
            "time": "2014-12-23 22:40:37"
166
        },
167
        {
168
            "name": "doctrine/cache",
0 ignored issues
show
There is a security advisory for your installed version of doctrine/cache:

Security Misconfiguration Vulnerability in various Doctrine projects
Loading history...
169
            "version": "v1.4.1",
170
            "source": {
171
                "type": "git",
172
                "url": "https://github.com/doctrine/cache.git",
173
                "reference": "c9eadeb743ac6199f7eec423cb9426bc518b7b03"
174
            },
175
            "dist": {
176
                "type": "zip",
177
                "url": "https://api.github.com/repos/doctrine/cache/zipball/c9eadeb743ac6199f7eec423cb9426bc518b7b03",
178
                "reference": "c9eadeb743ac6199f7eec423cb9426bc518b7b03",
179
                "shasum": ""
180
            },
181
            "require": {
182
                "php": ">=5.3.2"
183
            },
184
            "conflict": {
185
                "doctrine/common": ">2.2,<2.4"
186
            },
187
            "require-dev": {
188
                "phpunit/phpunit": ">=3.7",
189
                "predis/predis": "~1.0",
190
                "satooshi/php-coveralls": "~0.6"
191
            },
192
            "type": "library",
193
            "extra": {
194
                "branch-alias": {
195
                    "dev-master": "1.5.x-dev"
196
                }
197
            },
198
            "autoload": {
199
                "psr-0": {
200
                    "Doctrine\\Common\\Cache\\": "lib/"
201
                }
202
            },
203
            "notification-url": "https://packagist.org/downloads/",
204
            "license": [
205
                "MIT"
206
            ],
207
            "authors": [
208
                {
209
                    "name": "Roman Borschel",
210
                    "email": "[email protected]"
211
                },
212
                {
213
                    "name": "Benjamin Eberlei",
214
                    "email": "[email protected]"
215
                },
216
                {
217
                    "name": "Guilherme Blanco",
218
                    "email": "[email protected]"
219
                },
220
                {
221
                    "name": "Jonathan Wage",
222
                    "email": "[email protected]"
223
                },
224
                {
225
                    "name": "Johannes Schmitt",
226
                    "email": "[email protected]"
227
                }
228
            ],
229
            "description": "Caching library offering an object-oriented API for many cache backends",
230
            "homepage": "http://www.doctrine-project.org",
231
            "keywords": [
232
                "cache",
233
                "caching"
234
            ],
235
            "time": "2015-04-15 00:11:59"
236
        },
237
        {
238
            "name": "doctrine/collections",
239
            "version": "v1.3.0",
240
            "source": {
241
                "type": "git",
242
                "url": "https://github.com/doctrine/collections.git",
243
                "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a"
244
            },
245
            "dist": {
246
                "type": "zip",
247
                "url": "https://api.github.com/repos/doctrine/collections/zipball/6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
248
                "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
249
                "shasum": ""
250
            },
251
            "require": {
252
                "php": ">=5.3.2"
253
            },
254
            "require-dev": {
255
                "phpunit/phpunit": "~4.0"
256
            },
257
            "type": "library",
258
            "extra": {
259
                "branch-alias": {
260
                    "dev-master": "1.2.x-dev"
261
                }
262
            },
263
            "autoload": {
264
                "psr-0": {
265
                    "Doctrine\\Common\\Collections\\": "lib/"
266
                }
267
            },
268
            "notification-url": "https://packagist.org/downloads/",
269
            "license": [
270
                "MIT"
271
            ],
272
            "authors": [
273
                {
274
                    "name": "Roman Borschel",
275
                    "email": "[email protected]"
276
                },
277
                {
278
                    "name": "Benjamin Eberlei",
279
                    "email": "[email protected]"
280
                },
281
                {
282
                    "name": "Guilherme Blanco",
283
                    "email": "[email protected]"
284
                },
285
                {
286
                    "name": "Jonathan Wage",
287
                    "email": "[email protected]"
288
                },
289
                {
290
                    "name": "Johannes Schmitt",
291
                    "email": "[email protected]"
292
                }
293
            ],
294
            "description": "Collections Abstraction library",
295
            "homepage": "http://www.doctrine-project.org",
296
            "keywords": [
297
                "array",
298
                "collections",
299
                "iterator"
300
            ],
301
            "time": "2015-04-14 22:21:58"
302
        },
303
        {
304
            "name": "doctrine/common",
0 ignored issues
show
There is a security advisory for your installed version of doctrine/common:

Security Misconfiguration Vulnerability in various Doctrine projects
Loading history...
305
            "version": "v2.5.0",
306
            "source": {
307
                "type": "git",
308
                "url": "https://github.com/doctrine/common.git",
309
                "reference": "cd8daf2501e10c63dced7b8b9b905844316ae9d3"
310
            },
311
            "dist": {
312
                "type": "zip",
313
                "url": "https://api.github.com/repos/doctrine/common/zipball/cd8daf2501e10c63dced7b8b9b905844316ae9d3",
314
                "reference": "cd8daf2501e10c63dced7b8b9b905844316ae9d3",
315
                "shasum": ""
316
            },
317
            "require": {
318
                "doctrine/annotations": "1.*",
319
                "doctrine/cache": "1.*",
320
                "doctrine/collections": "1.*",
321
                "doctrine/inflector": "1.*",
322
                "doctrine/lexer": "1.*",
323
                "php": ">=5.3.2"
324
            },
325
            "require-dev": {
326
                "phpunit/phpunit": "~3.7"
327
            },
328
            "type": "library",
329
            "extra": {
330
                "branch-alias": {
331
                    "dev-master": "2.6.x-dev"
332
                }
333
            },
334
            "autoload": {
335
                "psr-0": {
336
                    "Doctrine\\Common\\": "lib/"
337
                }
338
            },
339
            "notification-url": "https://packagist.org/downloads/",
340
            "license": [
341
                "MIT"
342
            ],
343
            "authors": [
344
                {
345
                    "name": "Roman Borschel",
346
                    "email": "[email protected]"
347
                },
348
                {
349
                    "name": "Benjamin Eberlei",
350
                    "email": "[email protected]"
351
                },
352
                {
353
                    "name": "Guilherme Blanco",
354
                    "email": "[email protected]"
355
                },
356
                {
357
                    "name": "Jonathan Wage",
358
                    "email": "[email protected]"
359
                },
360
                {
361
                    "name": "Johannes Schmitt",
362
                    "email": "[email protected]"
363
                }
364
            ],
365
            "description": "Common Library for Doctrine projects",
366
            "homepage": "http://www.doctrine-project.org",
367
            "keywords": [
368
                "annotations",
369
                "collections",
370
                "eventmanager",
371
                "persistence",
372
                "spl"
373
            ],
374
            "time": "2015-04-02 19:55:44"
375
        },
376
        {
377
            "name": "doctrine/data-fixtures",
378
            "version": "dev-master",
379
            "source": {
380
                "type": "git",
381
                "url": "https://github.com/doctrine/data-fixtures.git",
382
                "reference": "bd44f6b6e40247b6530bc8abe802e4e4d914976a"
383
            },
384
            "dist": {
385
                "type": "zip",
386
                "url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/bd44f6b6e40247b6530bc8abe802e4e4d914976a",
387
                "reference": "bd44f6b6e40247b6530bc8abe802e4e4d914976a",
388
                "shasum": ""
389
            },
390
            "require": {
391
                "doctrine/common": "~2.2",
392
                "php": ">=5.3.2"
393
            },
394
            "conflict": {
395
                "doctrine/orm": "< 2.4"
396
            },
397
            "require-dev": {
398
                "doctrine/orm": "~2.4"
399
            },
400
            "suggest": {
401
                "doctrine/mongodb-odm": "For loading MongoDB ODM fixtures",
402
                "doctrine/orm": "For loading ORM fixtures",
403
                "doctrine/phpcr-odm": "For loading PHPCR ODM fixtures"
404
            },
405
            "type": "library",
406
            "extra": {
407
                "branch-alias": {
408
                    "dev-master": "1.1.x-dev"
409
                }
410
            },
411
            "autoload": {
412
                "psr-0": {
413
                    "Doctrine\\Common\\DataFixtures": "lib/"
414
                }
415
            },
416
            "notification-url": "https://packagist.org/downloads/",
417
            "license": [
418
                "MIT"
419
            ],
420
            "authors": [
421
                {
422
                    "name": "Jonathan Wage",
423
                    "email": "[email protected]"
424
                }
425
            ],
426
            "description": "Data Fixtures for all Doctrine Object Managers",
427
            "homepage": "http://www.doctrine-project.org",
428
            "keywords": [
429
                "database"
430
            ],
431
            "time": "2015-03-30 12:14:13"
432
        },
433
        {
434
            "name": "doctrine/dbal",
435
            "version": "v2.4.4",
436
            "source": {
437
                "type": "git",
438
                "url": "https://github.com/doctrine/dbal.git",
439
                "reference": "a370e5b95e509a7809d11f3d280acfc9310d464b"
440
            },
441
            "dist": {
442
                "type": "zip",
443
                "url": "https://api.github.com/repos/doctrine/dbal/zipball/a370e5b95e509a7809d11f3d280acfc9310d464b",
444
                "reference": "a370e5b95e509a7809d11f3d280acfc9310d464b",
445
                "shasum": ""
446
            },
447
            "require": {
448
                "doctrine/common": "~2.4",
449
                "php": ">=5.3.2"
450
            },
451
            "require-dev": {
452
                "phpunit/phpunit": "3.7.*",
453
                "symfony/console": "~2.0"
454
            },
455
            "suggest": {
456
                "symfony/console": "For helpful console commands such as SQL execution and import of files."
457
            },
458
            "type": "library",
459
            "autoload": {
460
                "psr-0": {
461
                    "Doctrine\\DBAL\\": "lib/"
462
                }
463
            },
464
            "notification-url": "https://packagist.org/downloads/",
465
            "license": [
466
                "MIT"
467
            ],
468
            "authors": [
469
                {
470
                    "name": "Roman Borschel",
471
                    "email": "[email protected]"
472
                },
473
                {
474
                    "name": "Benjamin Eberlei",
475
                    "email": "[email protected]"
476
                },
477
                {
478
                    "name": "Guilherme Blanco",
479
                    "email": "[email protected]"
480
                },
481
                {
482
                    "name": "Jonathan Wage",
483
                    "email": "[email protected]"
484
                }
485
            ],
486
            "description": "Database Abstraction Layer",
487
            "homepage": "http://www.doctrine-project.org",
488
            "keywords": [
489
                "database",
490
                "dbal",
491
                "persistence",
492
                "queryobject"
493
            ],
494
            "time": "2015-01-12 21:57:01"
495
        },
496
        {
497
            "name": "doctrine/doctrine-bundle",
0 ignored issues
show
There is a security advisory for your installed version of doctrine/doctrine-bundle:

Security Misconfiguration Vulnerability in various Doctrine projects
Loading history...
498
            "version": "v1.2.0",
499
            "target-dir": "Doctrine/Bundle/DoctrineBundle",
500
            "source": {
501
                "type": "git",
502
                "url": "https://github.com/doctrine/DoctrineBundle.git",
503
                "reference": "765b0d87fcc3e839c74817b7211258cbef3a4fb9"
504
            },
505
            "dist": {
506
                "type": "zip",
507
                "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/765b0d87fcc3e839c74817b7211258cbef3a4fb9",
508
                "reference": "765b0d87fcc3e839c74817b7211258cbef3a4fb9",
509
                "shasum": ""
510
            },
511
            "require": {
512
                "doctrine/dbal": ">=2.2,<2.5-dev",
513
                "jdorn/sql-formatter": "~1.1",
514
                "php": ">=5.3.2",
515
                "symfony/doctrine-bridge": "~2.2",
516
                "symfony/framework-bundle": "~2.2"
517
            },
518
            "require-dev": {
519
                "doctrine/orm": ">=2.2,<2.5-dev",
520
                "symfony/validator": "~2.2",
521
                "symfony/yaml": "~2.2"
522
            },
523
            "suggest": {
524
                "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.",
525
                "symfony/web-profiler-bundle": "to use the data collector"
526
            },
527
            "type": "symfony-bundle",
528
            "extra": {
529
                "branch-alias": {
530
                    "dev-master": "1.2.x-dev"
531
                }
532
            },
533
            "autoload": {
534
                "psr-0": {
535
                    "Doctrine\\Bundle\\DoctrineBundle": ""
536
                }
537
            },
538
            "notification-url": "https://packagist.org/downloads/",
539
            "license": [
540
                "MIT"
541
            ],
542
            "authors": [
543
                {
544
                    "name": "Fabien Potencier",
545
                    "email": "[email protected]",
546
                    "homepage": "http://fabien.potencier.org",
547
                    "role": "Lead Developer"
548
                },
549
                {
550
                    "name": "Symfony Community",
551
                    "homepage": "http://symfony.com/contributors"
552
                },
553
                {
554
                    "name": "Benjamin Eberlei",
555
                    "email": "[email protected]"
556
                }
557
            ],
558
            "description": "Symfony DoctrineBundle",
559
            "homepage": "http://www.doctrine-project.org",
560
            "keywords": [
561
                "database",
562
                "dbal",
563
                "orm",
564
                "persistence"
565
            ],
566
            "time": "2013-03-25 20:13:59"
567
        },
568
        {
569
            "name": "doctrine/doctrine-fixtures-bundle",
570
            "version": "dev-master",
571
            "target-dir": "Doctrine/Bundle/FixturesBundle",
572
            "source": {
573
                "type": "git",
574
                "url": "https://github.com/doctrine/DoctrineFixturesBundle.git",
575
                "reference": "c5ff0542772102ddd4e2fbe173e9ad40ad67c22f"
576
            },
577
            "dist": {
578
                "type": "zip",
579
                "url": "https://api.github.com/repos/doctrine/DoctrineFixturesBundle/zipball/c5ff0542772102ddd4e2fbe173e9ad40ad67c22f",
580
                "reference": "c5ff0542772102ddd4e2fbe173e9ad40ad67c22f",
581
                "shasum": ""
582
            },
583
            "require": {
584
                "doctrine/data-fixtures": "~1.0",
585
                "doctrine/doctrine-bundle": "~1.0",
586
                "php": ">=5.3.2",
587
                "symfony/doctrine-bridge": "~2.1"
588
            },
589
            "type": "symfony-bundle",
590
            "extra": {
591
                "branch-alias": {
592
                    "dev-master": "2.2.x-dev"
593
                }
594
            },
595
            "autoload": {
596
                "psr-0": {
597
                    "Doctrine\\Bundle\\FixturesBundle": ""
598
                }
599
            },
600
            "notification-url": "https://packagist.org/downloads/",
601
            "license": [
602
                "MIT"
603
            ],
604
            "authors": [
605
                {
606
                    "name": "Symfony Community",
607
                    "homepage": "http://symfony.com/contributors"
608
                },
609
                {
610
                    "name": "Doctrine Project",
611
                    "homepage": "http://www.doctrine-project.org"
612
                },
613
                {
614
                    "name": "Fabien Potencier",
615
                    "email": "[email protected]"
616
                }
617
            ],
618
            "description": "Symfony DoctrineFixturesBundle",
619
            "homepage": "http://www.doctrine-project.org",
620
            "keywords": [
621
                "Fixture",
622
                "persistence"
623
            ],
624
            "time": "2015-01-19 02:21:37"
625
        },
626
        {
627
            "name": "doctrine/inflector",
628
            "version": "v1.0.1",
629
            "source": {
630
                "type": "git",
631
                "url": "https://github.com/doctrine/inflector.git",
632
                "reference": "0bcb2e79d8571787f18b7eb036ed3d004908e604"
633
            },
634
            "dist": {
635
                "type": "zip",
636
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/0bcb2e79d8571787f18b7eb036ed3d004908e604",
637
                "reference": "0bcb2e79d8571787f18b7eb036ed3d004908e604",
638
                "shasum": ""
639
            },
640
            "require": {
641
                "php": ">=5.3.2"
642
            },
643
            "require-dev": {
644
                "phpunit/phpunit": "4.*"
645
            },
646
            "type": "library",
647
            "extra": {
648
                "branch-alias": {
649
                    "dev-master": "1.0.x-dev"
650
                }
651
            },
652
            "autoload": {
653
                "psr-0": {
654
                    "Doctrine\\Common\\Inflector\\": "lib/"
655
                }
656
            },
657
            "notification-url": "https://packagist.org/downloads/",
658
            "license": [
659
                "MIT"
660
            ],
661
            "authors": [
662
                {
663
                    "name": "Roman Borschel",
664
                    "email": "[email protected]"
665
                },
666
                {
667
                    "name": "Benjamin Eberlei",
668
                    "email": "[email protected]"
669
                },
670
                {
671
                    "name": "Guilherme Blanco",
672
                    "email": "[email protected]"
673
                },
674
                {
675
                    "name": "Jonathan Wage",
676
                    "email": "[email protected]"
677
                },
678
                {
679
                    "name": "Johannes Schmitt",
680
                    "email": "[email protected]"
681
                }
682
            ],
683
            "description": "Common String Manipulations with regard to casing and singular/plural rules.",
684
            "homepage": "http://www.doctrine-project.org",
685
            "keywords": [
686
                "inflection",
687
                "pluralize",
688
                "singularize",
689
                "string"
690
            ],
691
            "time": "2014-12-20 21:24:13"
692
        },
693
        {
694
            "name": "doctrine/instantiator",
695
            "version": "1.0.4",
696
            "source": {
697
                "type": "git",
698
                "url": "https://github.com/doctrine/instantiator.git",
699
                "reference": "f976e5de371104877ebc89bd8fecb0019ed9c119"
700
            },
701
            "dist": {
702
                "type": "zip",
703
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/f976e5de371104877ebc89bd8fecb0019ed9c119",
704
                "reference": "f976e5de371104877ebc89bd8fecb0019ed9c119",
705
                "shasum": ""
706
            },
707
            "require": {
708
                "php": ">=5.3,<8.0-DEV"
709
            },
710
            "require-dev": {
711
                "athletic/athletic": "~0.1.8",
712
                "ext-pdo": "*",
713
                "ext-phar": "*",
714
                "phpunit/phpunit": "~4.0",
715
                "squizlabs/php_codesniffer": "2.0.*@ALPHA"
716
            },
717
            "type": "library",
718
            "extra": {
719
                "branch-alias": {
720
                    "dev-master": "1.0.x-dev"
721
                }
722
            },
723
            "autoload": {
724
                "psr-0": {
725
                    "Doctrine\\Instantiator\\": "src"
726
                }
727
            },
728
            "notification-url": "https://packagist.org/downloads/",
729
            "license": [
730
                "MIT"
731
            ],
732
            "authors": [
733
                {
734
                    "name": "Marco Pivetta",
735
                    "email": "[email protected]",
736
                    "homepage": "http://ocramius.github.com/"
737
                }
738
            ],
739
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
740
            "homepage": "https://github.com/doctrine/instantiator",
741
            "keywords": [
742
                "constructor",
743
                "instantiate"
744
            ],
745
            "time": "2014-10-13 12:58:55"
746
        },
747
        {
748
            "name": "doctrine/lexer",
749
            "version": "v1.0.1",
750
            "source": {
751
                "type": "git",
752
                "url": "https://github.com/doctrine/lexer.git",
753
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
754
            },
755
            "dist": {
756
                "type": "zip",
757
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
758
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
759
                "shasum": ""
760
            },
761
            "require": {
762
                "php": ">=5.3.2"
763
            },
764
            "type": "library",
765
            "extra": {
766
                "branch-alias": {
767
                    "dev-master": "1.0.x-dev"
768
                }
769
            },
770
            "autoload": {
771
                "psr-0": {
772
                    "Doctrine\\Common\\Lexer\\": "lib/"
773
                }
774
            },
775
            "notification-url": "https://packagist.org/downloads/",
776
            "license": [
777
                "MIT"
778
            ],
779
            "authors": [
780
                {
781
                    "name": "Roman Borschel",
782
                    "email": "[email protected]"
783
                },
784
                {
785
                    "name": "Guilherme Blanco",
786
                    "email": "[email protected]"
787
                },
788
                {
789
                    "name": "Johannes Schmitt",
790
                    "email": "[email protected]"
791
                }
792
            ],
793
            "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
794
            "homepage": "http://www.doctrine-project.org",
795
            "keywords": [
796
                "lexer",
797
                "parser"
798
            ],
799
            "time": "2014-09-09 13:34:57"
800
        },
801
        {
802
            "name": "doctrine/orm",
0 ignored issues
show
There is a security advisory for your installed version of doctrine/orm:

Security Misconfiguration Vulnerability in various Doctrine projects
Loading history...
803
            "version": "v2.4.7",
804
            "source": {
805
                "type": "git",
806
                "url": "https://github.com/doctrine/doctrine2.git",
807
                "reference": "2bc4ff3cab2ae297bcd05f2e619d42e6a7ca9e68"
808
            },
809
            "dist": {
810
                "type": "zip",
811
                "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/2bc4ff3cab2ae297bcd05f2e619d42e6a7ca9e68",
812
                "reference": "2bc4ff3cab2ae297bcd05f2e619d42e6a7ca9e68",
813
                "shasum": ""
814
            },
815
            "require": {
816
                "doctrine/collections": "~1.1",
817
                "doctrine/dbal": "~2.4",
818
                "ext-pdo": "*",
819
                "php": ">=5.3.2",
820
                "symfony/console": "~2.0"
821
            },
822
            "require-dev": {
823
                "satooshi/php-coveralls": "dev-master",
824
                "symfony/yaml": "~2.1"
825
            },
826
            "suggest": {
827
                "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
828
            },
829
            "bin": [
830
                "bin/doctrine",
831
                "bin/doctrine.php"
832
            ],
833
            "type": "library",
834
            "extra": {
835
                "branch-alias": {
836
                    "dev-master": "2.4.x-dev"
837
                }
838
            },
839
            "autoload": {
840
                "psr-0": {
841
                    "Doctrine\\ORM\\": "lib/"
842
                }
843
            },
844
            "notification-url": "https://packagist.org/downloads/",
845
            "license": [
846
                "MIT"
847
            ],
848
            "authors": [
849
                {
850
                    "name": "Roman Borschel",
851
                    "email": "[email protected]"
852
                },
853
                {
854
                    "name": "Benjamin Eberlei",
855
                    "email": "[email protected]"
856
                },
857
                {
858
                    "name": "Guilherme Blanco",
859
                    "email": "[email protected]"
860
                },
861
                {
862
                    "name": "Jonathan Wage",
863
                    "email": "[email protected]"
864
                }
865
            ],
866
            "description": "Object-Relational-Mapper for PHP",
867
            "homepage": "http://www.doctrine-project.org",
868
            "keywords": [
869
                "database",
870
                "orm"
871
            ],
872
            "time": "2014-12-16 13:45:01"
873
        },
874
        {
875
            "name": "friendsofsymfony/user-bundle",
876
            "version": "dev-master",
877
            "source": {
878
                "type": "git",
879
                "url": "https://github.com/FriendsOfSymfony/FOSUserBundle.git",
880
                "reference": "3efbc08a97f218d0a4524dee926fc4381e3d0947"
881
            },
882
            "dist": {
883
                "type": "zip",
884
                "url": "https://api.github.com/repos/FriendsOfSymfony/FOSUserBundle/zipball/3efbc08a97f218d0a4524dee926fc4381e3d0947",
885
                "reference": "3efbc08a97f218d0a4524dee926fc4381e3d0947",
886
                "shasum": ""
887
            },
888
            "require": {
889
                "php": ">=5.3.2",
890
                "symfony/form": "~2.3",
891
                "symfony/framework-bundle": "~2.3",
892
                "symfony/security-bundle": "~2.3",
893
                "symfony/twig-bundle": "~2.3"
894
            },
895
            "require-dev": {
896
                "doctrine/doctrine-bundle": "~1.3",
897
                "swiftmailer/swiftmailer": "~4.3|~5",
898
                "symfony/validator": "~2.3",
899
                "symfony/yaml": "~2.3",
900
                "willdurand/propel-typehintable-behavior": "~1.0"
901
            },
902
            "suggest": {
903
                "willdurand/propel-typehintable-behavior": "Needed when using the propel implementation"
904
            },
905
            "type": "symfony-bundle",
906
            "extra": {
907
                "branch-alias": {
908
                    "dev-master": "2.0.x-dev"
909
                }
910
            },
911
            "autoload": {
912
                "psr-4": {
913
                    "FOS\\UserBundle\\": ""
914
                }
915
            },
916
            "notification-url": "https://packagist.org/downloads/",
917
            "license": [
918
                "MIT"
919
            ],
920
            "authors": [
921
                {
922
                    "name": "Christophe Coevoet",
923
                    "email": "[email protected]"
924
                },
925
                {
926
                    "name": "FriendsOfSymfony Community",
927
                    "homepage": "https://github.com/friendsofsymfony/FOSUserBundle/contributors"
928
                },
929
                {
930
                    "name": "Thibault Duplessis",
931
                    "email": "[email protected]"
932
                }
933
            ],
934
            "description": "Symfony FOSUserBundle",
935
            "homepage": "http://friendsofsymfony.github.com",
936
            "keywords": [
937
                "User management"
938
            ],
939
            "time": "2015-06-10 08:27:05"
940
        },
941
        {
942
            "name": "gedmo/doctrine-extensions",
943
            "version": "v2.3.12",
944
            "source": {
945
                "type": "git",
946
                "url": "https://github.com/Atlantic18/DoctrineExtensions.git",
947
                "reference": "c3ff3c73c95b01e107af33d4fe3abf80794e2df9"
948
            },
949
            "dist": {
950
                "type": "zip",
951
                "url": "https://api.github.com/repos/Atlantic18/DoctrineExtensions/zipball/c3ff3c73c95b01e107af33d4fe3abf80794e2df9",
952
                "reference": "c3ff3c73c95b01e107af33d4fe3abf80794e2df9",
953
                "shasum": ""
954
            },
955
            "require": {
956
                "behat/transliterator": "~1.0",
957
                "doctrine/common": "~2.4",
958
                "php": ">=5.3.2"
959
            },
960
            "require-dev": {
961
                "doctrine/mongodb-odm": ">=1.0.0-BETA11",
962
                "doctrine/orm": "~2.4",
963
                "phpunit/phpunit": "~4.4",
964
                "phpunit/phpunit-mock-objects": "~2.3",
965
                "symfony/yaml": "~2.3"
966
            },
967
            "suggest": {
968
                "doctrine/mongodb-odm": "to use the extensions with the MongoDB ODM",
969
                "doctrine/orm": "to use the extensions with the ORM"
970
            },
971
            "type": "library",
972
            "extra": {
973
                "branch-alias": {
974
                    "dev-master": "2.3.x-dev"
975
                }
976
            },
977
            "autoload": {
978
                "psr-0": {
979
                    "Gedmo\\": "lib/"
980
                }
981
            },
982
            "notification-url": "https://packagist.org/downloads/",
983
            "license": [
984
                "MIT"
985
            ],
986
            "authors": [
987
                {
988
                    "name": "David Buchmann",
989
                    "email": "[email protected]"
990
                },
991
                {
992
                    "name": "Gediminas Morkevicius",
993
                    "email": "[email protected]"
994
                },
995
                {
996
                    "name": "Gustavo Falco",
997
                    "email": "[email protected]"
998
                }
999
            ],
1000
            "description": "Doctrine2 behavioral extensions",
1001
            "homepage": "http://gediminasm.org/",
1002
            "keywords": [
1003
                "Blameable",
1004
                "behaviors",
1005
                "doctrine2",
1006
                "extensions",
1007
                "gedmo",
1008
                "loggable",
1009
                "nestedset",
1010
                "sluggable",
1011
                "sortable",
1012
                "timestampable",
1013
                "translatable",
1014
                "tree",
1015
                "uploadable"
1016
            ],
1017
            "time": "2015-02-24 21:41:37"
1018
        },
1019
        {
1020
            "name": "giggsey/libphonenumber-for-php",
1021
            "version": "7.0.6",
1022
            "source": {
1023
                "type": "git",
1024
                "url": "https://github.com/giggsey/libphonenumber-for-php.git",
1025
                "reference": "88554d43fcb2a686949f01a1c8f364962551ba24"
1026
            },
1027
            "dist": {
1028
                "type": "zip",
1029
                "url": "https://api.github.com/repos/giggsey/libphonenumber-for-php/zipball/88554d43fcb2a686949f01a1c8f364962551ba24",
1030
                "reference": "88554d43fcb2a686949f01a1c8f364962551ba24",
1031
                "shasum": ""
1032
            },
1033
            "require": {
1034
                "ext-mbstring": "*"
1035
            },
1036
            "require-dev": {
1037
                "phing/phing": "~2.7",
1038
                "phpunit/phpunit": "~4.0",
1039
                "satooshi/php-coveralls": "~0.6",
1040
                "symfony/console": "~2.4"
1041
            },
1042
            "suggest": {
1043
                "ext-intl": "To use the geocoder and carrier mapping"
1044
            },
1045
            "type": "library",
1046
            "extra": {
1047
                "branch-alias": {
1048
                    "dev-master": "7.x-dev"
1049
                }
1050
            },
1051
            "autoload": {
1052
                "psr-0": {
1053
                    "libphonenumber": "src/"
1054
                }
1055
            },
1056
            "notification-url": "https://packagist.org/downloads/",
1057
            "license": [
1058
                "Apache-2.0"
1059
            ],
1060
            "authors": [
1061
                {
1062
                    "name": "Joshua Gigg",
1063
                    "email": "[email protected]",
1064
                    "homepage": "http://giggsey.com/"
1065
                }
1066
            ],
1067
            "description": "PHP Port of Google's libphonenumber",
1068
            "homepage": "https://github.com/giggsey/libphonenumber-for-php",
1069
            "keywords": [
1070
                "geocoding",
1071
                "geolocation",
1072
                "libphonenumber",
1073
                "mobile",
1074
                "phonenumber",
1075
                "validation"
1076
            ],
1077
            "time": "2015-06-01 13:53:38"
1078
        },
1079
        {
1080
            "name": "incenteev/composer-parameter-handler",
1081
            "version": "v2.1.1",
1082
            "source": {
1083
                "type": "git",
1084
                "url": "https://github.com/Incenteev/ParameterHandler.git",
1085
                "reference": "84a205fe80a46101607bafbc423019527893ddd0"
1086
            },
1087
            "dist": {
1088
                "type": "zip",
1089
                "url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/84a205fe80a46101607bafbc423019527893ddd0",
1090
                "reference": "84a205fe80a46101607bafbc423019527893ddd0",
1091
                "shasum": ""
1092
            },
1093
            "require": {
1094
                "php": ">=5.3.3",
1095
                "symfony/yaml": "~2.0"
1096
            },
1097
            "require-dev": {
1098
                "composer/composer": "1.0.*@dev",
1099
                "phpspec/prophecy-phpunit": "~1.0",
1100
                "symfony/filesystem": "~2.2"
1101
            },
1102
            "type": "library",
1103
            "extra": {
1104
                "branch-alias": {
1105
                    "dev-master": "2.1.x-dev"
1106
                }
1107
            },
1108
            "autoload": {
1109
                "psr-4": {
1110
                    "Incenteev\\ParameterHandler\\": ""
1111
                }
1112
            },
1113
            "notification-url": "https://packagist.org/downloads/",
1114
            "license": [
1115
                "MIT"
1116
            ],
1117
            "authors": [
1118
                {
1119
                    "name": "Christophe Coevoet",
1120
                    "email": "[email protected]"
1121
                }
1122
            ],
1123
            "description": "Composer script handling your ignored parameter file",
1124
            "homepage": "https://github.com/Incenteev/ParameterHandler",
1125
            "keywords": [
1126
                "parameters management"
1127
            ],
1128
            "time": "2015-06-03 08:27:03"
1129
        },
1130
        {
1131
            "name": "jdorn/sql-formatter",
1132
            "version": "v1.2.17",
1133
            "source": {
1134
                "type": "git",
1135
                "url": "https://github.com/jdorn/sql-formatter.git",
1136
                "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc"
1137
            },
1138
            "dist": {
1139
                "type": "zip",
1140
                "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc",
1141
                "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc",
1142
                "shasum": ""
1143
            },
1144
            "require": {
1145
                "php": ">=5.2.4"
1146
            },
1147
            "require-dev": {
1148
                "phpunit/phpunit": "3.7.*"
1149
            },
1150
            "type": "library",
1151
            "extra": {
1152
                "branch-alias": {
1153
                    "dev-master": "1.3.x-dev"
1154
                }
1155
            },
1156
            "autoload": {
1157
                "classmap": [
1158
                    "lib"
1159
                ]
1160
            },
1161
            "notification-url": "https://packagist.org/downloads/",
1162
            "license": [
1163
                "MIT"
1164
            ],
1165
            "authors": [
1166
                {
1167
                    "name": "Jeremy Dorn",
1168
                    "email": "[email protected]",
1169
                    "homepage": "http://jeremydorn.com/"
1170
                }
1171
            ],
1172
            "description": "a PHP SQL highlighting library",
1173
            "homepage": "https://github.com/jdorn/sql-formatter/",
1174
            "keywords": [
1175
                "highlight",
1176
                "sql"
1177
            ],
1178
            "time": "2014-01-12 16:20:24"
1179
        },
1180
        {
1181
            "name": "jms/aop-bundle",
1182
            "version": "1.0.1",
1183
            "target-dir": "JMS/AopBundle",
1184
            "source": {
1185
                "type": "git",
1186
                "url": "https://github.com/schmittjoh/JMSAopBundle.git",
1187
                "reference": "93f41ab85ed409430bc3bab2e0b7c7677f152aa8"
1188
            },
1189
            "dist": {
1190
                "type": "zip",
1191
                "url": "https://api.github.com/repos/schmittjoh/JMSAopBundle/zipball/93f41ab85ed409430bc3bab2e0b7c7677f152aa8",
1192
                "reference": "93f41ab85ed409430bc3bab2e0b7c7677f152aa8",
1193
                "shasum": ""
1194
            },
1195
            "require": {
1196
                "jms/cg": "1.*",
1197
                "symfony/framework-bundle": "2.*"
1198
            },
1199
            "type": "symfony-bundle",
1200
            "extra": {
1201
                "branch-alias": {
1202
                    "dev-master": "1.1.x-dev"
1203
                }
1204
            },
1205
            "autoload": {
1206
                "psr-0": {
1207
                    "JMS\\AopBundle": ""
1208
                }
1209
            },
1210
            "notification-url": "https://packagist.org/downloads/",
1211
            "license": [
1212
                "Apache"
1213
            ],
1214
            "authors": [
1215
                {
1216
                    "name": "Johannes Schmitt",
1217
                    "email": "[email protected]",
1218
                    "homepage": "https://github.com/schmittjoh",
1219
                    "role": "Developer of wrapped JMSSerializerBundle"
1220
                }
1221
            ],
1222
            "description": "Adds AOP capabilities to Symfony2",
1223
            "keywords": [
1224
                "annotations",
1225
                "aop"
1226
            ],
1227
            "time": "2013-07-29 09:34:26"
1228
        },
1229
        {
1230
            "name": "jms/cg",
1231
            "version": "1.0.0",
1232
            "source": {
1233
                "type": "git",
1234
                "url": "https://github.com/schmittjoh/cg-library.git",
1235
                "reference": "ce8ef43dd6bfe6ce54e5e9844ab71be2343bf2fc"
1236
            },
1237
            "dist": {
1238
                "type": "zip",
1239
                "url": "https://api.github.com/repos/schmittjoh/cg-library/zipball/ce8ef43dd6bfe6ce54e5e9844ab71be2343bf2fc",
1240
                "reference": "ce8ef43dd6bfe6ce54e5e9844ab71be2343bf2fc",
1241
                "shasum": ""
1242
            },
1243
            "require": {
1244
                "php": ">=5.3.0"
1245
            },
1246
            "type": "library",
1247
            "autoload": {
1248
                "psr-0": {
1249
                    "CG\\": "src/"
1250
                }
1251
            },
1252
            "notification-url": "https://packagist.org/downloads/",
1253
            "license": [
1254
                "Apache"
1255
            ],
1256
            "authors": [
1257
                {
1258
                    "name": "Johannes Schmitt",
1259
                    "email": "[email protected]",
1260
                    "homepage": "https://github.com/schmittjoh",
1261
                    "role": "Developer of wrapped JMSSerializerBundle"
1262
                }
1263
            ],
1264
            "description": "Toolset for generating PHP code",
1265
            "keywords": [
1266
                "code generation"
1267
            ],
1268
            "time": "2012-01-02 20:40:52"
1269
        },
1270
        {
1271
            "name": "jms/di-extra-bundle",
1272
            "version": "1.5.0",
1273
            "target-dir": "JMS/DiExtraBundle",
1274
            "source": {
1275
                "type": "git",
1276
                "url": "https://github.com/schmittjoh/JMSDiExtraBundle.git",
1277
                "reference": "4a0db1a5469940f83cc7d9c156224469ec8b6c01"
1278
            },
1279
            "dist": {
1280
                "type": "zip",
1281
                "url": "https://api.github.com/repos/schmittjoh/JMSDiExtraBundle/zipball/4a0db1a5469940f83cc7d9c156224469ec8b6c01",
1282
                "reference": "4a0db1a5469940f83cc7d9c156224469ec8b6c01",
1283
                "shasum": ""
1284
            },
1285
            "require": {
1286
                "jms/aop-bundle": ">=1.0.0,<1.2-dev",
1287
                "jms/metadata": "1.*",
1288
                "symfony/finder": "~2.1",
1289
                "symfony/framework-bundle": "~2.1",
1290
                "symfony/process": "~2.1"
1291
            },
1292
            "require-dev": {
1293
                "doctrine/doctrine-bundle": "*",
1294
                "doctrine/orm": "*",
1295
                "jms/security-extra-bundle": "1.*",
1296
                "phpcollection/phpcollection": ">=0.1,<0.3-dev",
1297
                "sensio/framework-extra-bundle": "*",
1298
                "symfony/browser-kit": "*",
1299
                "symfony/class-loader": "*",
1300
                "symfony/form": "*",
1301
                "symfony/security-bundle": "*",
1302
                "symfony/twig-bundle": "*",
1303
                "symfony/validator": "*",
1304
                "symfony/yaml": "*"
1305
            },
1306
            "type": "symfony-bundle",
1307
            "extra": {
1308
                "branch-alias": {
1309
                    "dev-master": "1.5-dev"
1310
                }
1311
            },
1312
            "autoload": {
1313
                "psr-0": {
1314
                    "JMS\\DiExtraBundle": ""
1315
                }
1316
            },
1317
            "notification-url": "https://packagist.org/downloads/",
1318
            "license": [
1319
                "Apache"
1320
            ],
1321
            "authors": [
1322
                {
1323
                    "name": "Johannes M. Schmitt",
1324
                    "email": "[email protected]"
1325
                }
1326
            ],
1327
            "description": "Allows to configure dependency injection using annotations",
1328
            "homepage": "http://jmsyst.com/bundles/JMSDiExtraBundle",
1329
            "keywords": [
1330
                "annotations",
1331
                "dependency injection"
1332
            ],
1333
            "time": "2014-11-24 08:56:26"
1334
        },
1335
        {
1336
            "name": "jms/metadata",
1337
            "version": "1.5.1",
1338
            "source": {
1339
                "type": "git",
1340
                "url": "https://github.com/schmittjoh/metadata.git",
1341
                "reference": "22b72455559a25777cfd28c4ffda81ff7639f353"
1342
            },
1343
            "dist": {
1344
                "type": "zip",
1345
                "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/22b72455559a25777cfd28c4ffda81ff7639f353",
1346
                "reference": "22b72455559a25777cfd28c4ffda81ff7639f353",
1347
                "shasum": ""
1348
            },
1349
            "require": {
1350
                "php": ">=5.3.0"
1351
            },
1352
            "require-dev": {
1353
                "doctrine/cache": "~1.0"
1354
            },
1355
            "type": "library",
1356
            "extra": {
1357
                "branch-alias": {
1358
                    "dev-master": "1.5.x-dev"
1359
                }
1360
            },
1361
            "autoload": {
1362
                "psr-0": {
1363
                    "Metadata\\": "src/"
1364
                }
1365
            },
1366
            "notification-url": "https://packagist.org/downloads/",
1367
            "license": [
1368
                "Apache"
1369
            ],
1370
            "authors": [
1371
                {
1372
                    "name": "Johannes Schmitt",
1373
                    "email": "[email protected]",
1374
                    "homepage": "https://github.com/schmittjoh",
1375
                    "role": "Developer of wrapped JMSSerializerBundle"
1376
                }
1377
            ],
1378
            "description": "Class/method/property metadata management in PHP",
1379
            "keywords": [
1380
                "annotations",
1381
                "metadata",
1382
                "xml",
1383
                "yaml"
1384
            ],
1385
            "time": "2014-07-12 07:13:19"
1386
        },
1387
        {
1388
            "name": "jms/parser-lib",
1389
            "version": "1.0.0",
1390
            "source": {
1391
                "type": "git",
1392
                "url": "https://github.com/schmittjoh/parser-lib.git",
1393
                "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d"
1394
            },
1395
            "dist": {
1396
                "type": "zip",
1397
                "url": "https://api.github.com/repos/schmittjoh/parser-lib/zipball/c509473bc1b4866415627af0e1c6cc8ac97fa51d",
1398
                "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d",
1399
                "shasum": ""
1400
            },
1401
            "require": {
1402
                "phpoption/phpoption": ">=0.9,<2.0-dev"
1403
            },
1404
            "type": "library",
1405
            "extra": {
1406
                "branch-alias": {
1407
                    "dev-master": "1.0-dev"
1408
                }
1409
            },
1410
            "autoload": {
1411
                "psr-0": {
1412
                    "JMS\\": "src/"
1413
                }
1414
            },
1415
            "notification-url": "https://packagist.org/downloads/",
1416
            "license": [
1417
                "Apache2"
1418
            ],
1419
            "description": "A library for easily creating recursive-descent parsers.",
1420
            "time": "2012-11-18 18:08:43"
1421
        },
1422
        {
1423
            "name": "jms/security-extra-bundle",
1424
            "version": "dev-master",
1425
            "target-dir": "JMS/SecurityExtraBundle",
1426
            "source": {
1427
                "type": "git",
1428
                "url": "https://github.com/schmittjoh/JMSSecurityExtraBundle.git",
1429
                "reference": "9e9a697fd39c8cd2f6af73fbe4762227848f8e31"
1430
            },
1431
            "dist": {
1432
                "type": "zip",
1433
                "url": "https://api.github.com/repos/schmittjoh/JMSSecurityExtraBundle/zipball/9e9a697fd39c8cd2f6af73fbe4762227848f8e31",
1434
                "reference": "9e9a697fd39c8cd2f6af73fbe4762227848f8e31",
1435
                "shasum": ""
1436
            },
1437
            "require": {
1438
                "jms/aop-bundle": "~1.0",
1439
                "jms/di-extra-bundle": "~1.3",
1440
                "jms/metadata": "~1.0",
1441
                "jms/parser-lib": "~1.0",
1442
                "symfony/framework-bundle": "~2.1",
1443
                "symfony/security-bundle": "*"
1444
            },
1445
            "require-dev": {
1446
                "doctrine/doctrine-bundle": "*",
1447
                "doctrine/orm": "*",
1448
                "sensio/framework-extra-bundle": "*",
1449
                "symfony/browser-kit": "*",
1450
                "symfony/class-loader": "*",
1451
                "symfony/css-selector": "*",
1452
                "symfony/finder": "*",
1453
                "symfony/form": "*",
1454
                "symfony/process": "*",
1455
                "symfony/twig-bundle": "*",
1456
                "symfony/validator": "*",
1457
                "symfony/yaml": "*"
1458
            },
1459
            "type": "symfony-bundle",
1460
            "extra": {
1461
                "branch-alias": {
1462
                    "dev-master": "1.5-dev"
1463
                }
1464
            },
1465
            "autoload": {
1466
                "psr-0": {
1467
                    "JMS\\SecurityExtraBundle": ""
1468
                }
1469
            },
1470
            "notification-url": "https://packagist.org/downloads/",
1471
            "license": [
1472
                "Apache2"
1473
            ],
1474
            "authors": [
1475
                {
1476
                    "name": "Johannes M. Schmitt",
1477
                    "email": "[email protected]"
1478
                }
1479
            ],
1480
            "description": "Enhances the Symfony2 Security Component by adding several new features",
1481
            "homepage": "http://jmsyst.com/bundles/JMSSecurityExtraBundle",
1482
            "keywords": [
1483
                "annotations",
1484
                "authorization",
1485
                "expression",
1486
                "secure",
1487
                "security"
1488
            ],
1489
            "time": "2015-06-11 16:55:49"
1490
        },
1491
        {
1492
            "name": "knplabs/knp-markdown-bundle",
1493
            "version": "1.3.2",
1494
            "target-dir": "Knp/Bundle/MarkdownBundle",
1495
            "source": {
1496
                "type": "git",
1497
                "url": "https://github.com/KnpLabs/KnpMarkdownBundle.git",
1498
                "reference": "c24fca93e1ecedbbc8a90b4df3449eed30774d59"
1499
            },
1500
            "dist": {
1501
                "type": "zip",
1502
                "url": "https://api.github.com/repos/KnpLabs/KnpMarkdownBundle/zipball/c24fca93e1ecedbbc8a90b4df3449eed30774d59",
1503
                "reference": "c24fca93e1ecedbbc8a90b4df3449eed30774d59",
1504
                "shasum": ""
1505
            },
1506
            "require": {
1507
                "michelf/php-markdown": "1.4.0",
1508
                "php": ">=5.3.9",
1509
                "symfony/framework-bundle": "~2.1"
1510
            },
1511
            "suggest": {
1512
                "ext-sundown": "to use optional support for php-sundown extension instead of php implementation",
1513
                "symfony/twig-bundle": "to use the Twig markdown filter"
1514
            },
1515
            "type": "symfony-bundle",
1516
            "extra": {
1517
                "branch-alias": {
1518
                    "dev-master": "1.2.x-dev"
1519
                }
1520
            },
1521
            "autoload": {
1522
                "psr-0": {
1523
                    "Knp\\Bundle\\MarkdownBundle": ""
1524
                }
1525
            },
1526
            "notification-url": "https://packagist.org/downloads/",
1527
            "license": [
1528
                "MIT"
1529
            ],
1530
            "authors": [
1531
                {
1532
                    "name": "KnpLabs Team",
1533
                    "homepage": "http://knplabs.com"
1534
                },
1535
                {
1536
                    "name": "Symfony Community",
1537
                    "homepage": "http://github.com/KnpLabs/KnpMarkdownBundle/contributors"
1538
                }
1539
            ],
1540
            "description": "Knplabs markdown bundle transforms markdown into html",
1541
            "homepage": "http://github.com/KnpLabs/KnpMarkdownBundle",
1542
            "keywords": [
1543
                "bundle",
1544
                "knp",
1545
                "knplabs",
1546
                "markdown"
1547
            ],
1548
            "time": "2014-02-20 11:01:37"
1549
        },
1550
        {
1551
            "name": "knplabs/knp-snappy",
1552
            "version": "0.4",
1553
            "source": {
1554
                "type": "git",
1555
                "url": "https://github.com/KnpLabs/snappy.git",
1556
                "reference": "f29edc4e53429deec2b394926a8f743a0ad2e28e"
1557
            },
1558
            "dist": {
1559
                "type": "zip",
1560
                "url": "https://api.github.com/repos/KnpLabs/snappy/zipball/f29edc4e53429deec2b394926a8f743a0ad2e28e",
1561
                "reference": "f29edc4e53429deec2b394926a8f743a0ad2e28e",
1562
                "shasum": ""
1563
            },
1564
            "require": {
1565
                "php": ">=5.3.0"
1566
            },
1567
            "require-dev": {
1568
                "symfony/process": "~2.1"
1569
            },
1570
            "suggest": {
1571
                "h4cc/wkhtmltopdf-amd64": "Provide wkhtmltopdf-amd64 binary, use version `0.12.0` as dependency",
1572
                "h4cc/wkhtmltopdf-i386": "Provide wkhtmltopdf-i386 binary, use version `0.12.0` as dependency"
1573
            },
1574
            "type": "library",
1575
            "extra": {
1576
                "branch-alias": {
1577
                    "dev-master": "0.3.x-dev"
1578
                }
1579
            },
1580
            "autoload": {
1581
                "psr-0": {
1582
                    "Knp\\Snappy": "src/"
1583
                }
1584
            },
1585
            "notification-url": "https://packagist.org/downloads/",
1586
            "license": [
1587
                "MIT"
1588
            ],
1589
            "authors": [
1590
                {
1591
                    "name": "KnpLabs Team",
1592
                    "homepage": "http://knplabs.com"
1593
                },
1594
                {
1595
                    "name": "Symfony Community",
1596
                    "homepage": "http://github.com/KnpLabs/snappy/contributors"
1597
                }
1598
            ],
1599
            "description": "PHP5 library allowing thumbnail, snapshot or PDF generation from a url or a html page. Wrapper for wkhtmltopdf/wkhtmltoimage.",
1600
            "homepage": "http://github.com/KnpLabs/snappy",
1601
            "keywords": [
1602
                "knp",
1603
                "knplabs",
1604
                "pdf",
1605
                "snapshot",
1606
                "thumbnail",
1607
                "wkhtmltopdf"
1608
            ],
1609
            "time": "2015-05-07 07:43:07"
1610
        },
1611
        {
1612
            "name": "knplabs/knp-snappy-bundle",
1613
            "version": "dev-master",
1614
            "target-dir": "Knp/Bundle/SnappyBundle",
1615
            "source": {
1616
                "type": "git",
1617
                "url": "https://github.com/KnpLabs/KnpSnappyBundle.git",
1618
                "reference": "e68e893787ab7c07105f042247750875b3154239"
1619
            },
1620
            "dist": {
1621
                "type": "zip",
1622
                "url": "https://api.github.com/repos/KnpLabs/KnpSnappyBundle/zipball/e68e893787ab7c07105f042247750875b3154239",
1623
                "reference": "e68e893787ab7c07105f042247750875b3154239",
1624
                "shasum": ""
1625
            },
1626
            "require": {
1627
                "knplabs/knp-snappy": "*",
1628
                "php": ">=5.3.2",
1629
                "symfony/finder": ">=2.0.0",
1630
                "symfony/framework-bundle": ">=2.0.0",
1631
                "symfony/validator": ">=2.0.0"
1632
            },
1633
            "type": "symfony-bundle",
1634
            "extra": {
1635
                "branch-alias": {
1636
                    "dev-master": "1.2.x-dev"
1637
                }
1638
            },
1639
            "autoload": {
1640
                "psr-0": {
1641
                    "Knp\\Bundle\\SnappyBundle": ""
1642
                }
1643
            },
1644
            "notification-url": "https://packagist.org/downloads/",
1645
            "license": [
1646
                "MIT"
1647
            ],
1648
            "authors": [
1649
                {
1650
                    "name": "KnpLabs Team",
1651
                    "homepage": "http://knplabs.com"
1652
                },
1653
                {
1654
                    "name": "Symfony Community",
1655
                    "homepage": "http://github.com/KnpLabs/KnpSnappyBundle/contributors"
1656
                }
1657
            ],
1658
            "description": "Easily create PDF and images in Symfony2 by converting Twig/HTML templates.",
1659
            "homepage": "http://github.com/KnpLabs/KnpSnappyBundle",
1660
            "keywords": [
1661
                "bundle",
1662
                "knp",
1663
                "knplabs",
1664
                "pdf",
1665
                "snappy"
1666
            ],
1667
            "time": "2015-05-05 11:14:34"
1668
        },
1669
        {
1670
            "name": "kriswallsmith/assetic",
1671
            "version": "v1.1.3",
1672
            "source": {
1673
                "type": "git",
1674
                "url": "https://github.com/kriswallsmith/assetic.git",
1675
                "reference": "02105abcd35fb32933bc566e4c3bec84c612e9c1"
1676
            },
1677
            "dist": {
1678
                "type": "zip",
1679
                "url": "https://api.github.com/repos/kriswallsmith/assetic/zipball/02105abcd35fb32933bc566e4c3bec84c612e9c1",
1680
                "reference": "02105abcd35fb32933bc566e4c3bec84c612e9c1",
1681
                "shasum": ""
1682
            },
1683
            "require": {
1684
                "php": ">=5.3.1",
1685
                "symfony/process": "~2.1"
1686
            },
1687
            "require-dev": {
1688
                "cssmin/cssmin": "*",
1689
                "joliclic/javascript-packer": "*",
1690
                "kamicane/packager": "*",
1691
                "leafo/lessphp": "*",
1692
                "leafo/scssphp": "*",
1693
                "leafo/scssphp-compass": "*",
1694
                "mrclay/minify": "*",
1695
                "phpunit/phpunit": "~3.7",
1696
                "ptachoire/cssembed": "*",
1697
                "twig/twig": "~1.6"
1698
            },
1699
            "suggest": {
1700
                "leafo/lessphp": "Assetic provides the integration with the lessphp LESS compiler",
1701
                "leafo/scssphp": "Assetic provides the integration with the scssphp SCSS compiler",
1702
                "leafo/scssphp-compass": "Assetic provides the integration with the SCSS compass plugin",
1703
                "ptachoire/cssembed": "Assetic provides the integration with phpcssembed to embed data uris",
1704
                "twig/twig": "Assetic provides the integration with the Twig templating engine"
1705
            },
1706
            "type": "library",
1707
            "extra": {
1708
                "branch-alias": {
1709
                    "dev-master": "1.1-dev"
1710
                }
1711
            },
1712
            "autoload": {
1713
                "psr-0": {
1714
                    "Assetic": "src/"
1715
                },
1716
                "files": [
1717
                    "src/functions.php"
1718
                ]
1719
            },
1720
            "notification-url": "https://packagist.org/downloads/",
1721
            "license": [
1722
                "MIT"
1723
            ],
1724
            "authors": [
1725
                {
1726
                    "name": "Kris Wallsmith",
1727
                    "email": "[email protected]",
1728
                    "homepage": "http://kriswallsmith.net/"
1729
                }
1730
            ],
1731
            "description": "Asset Management for PHP",
1732
            "homepage": "https://github.com/kriswallsmith/assetic",
1733
            "keywords": [
1734
                "assets",
1735
                "compression",
1736
                "minification"
1737
            ],
1738
            "time": "2014-12-12 05:37:00"
1739
        },
1740
        {
1741
            "name": "kriswallsmith/buzz",
1742
            "version": "v0.14",
1743
            "source": {
1744
                "type": "git",
1745
                "url": "https://github.com/kriswallsmith/Buzz.git",
1746
                "reference": "f802a9b9d01b53496f50c9c5e09b5c779cbbd300"
1747
            },
1748
            "dist": {
1749
                "type": "zip",
1750
                "url": "https://api.github.com/repos/kriswallsmith/Buzz/zipball/f802a9b9d01b53496f50c9c5e09b5c779cbbd300",
1751
                "reference": "f802a9b9d01b53496f50c9c5e09b5c779cbbd300",
1752
                "shasum": ""
1753
            },
1754
            "require": {
1755
                "php": ">=5.3.0"
1756
            },
1757
            "require-dev": {
1758
                "phpunit/phpunit": "3.7.*"
1759
            },
1760
            "suggest": {
1761
                "ext-curl": "*"
1762
            },
1763
            "type": "library",
1764
            "autoload": {
1765
                "psr-0": {
1766
                    "Buzz": "lib/"
1767
                }
1768
            },
1769
            "notification-url": "https://packagist.org/downloads/",
1770
            "license": [
1771
                "MIT"
1772
            ],
1773
            "authors": [
1774
                {
1775
                    "name": "Kris Wallsmith",
1776
                    "email": "[email protected]",
1777
                    "homepage": "http://kriswallsmith.net/"
1778
                }
1779
            ],
1780
            "description": "Lightweight HTTP client",
1781
            "homepage": "https://github.com/kriswallsmith/Buzz",
1782
            "keywords": [
1783
                "curl",
1784
                "http client"
1785
            ],
1786
            "time": "2015-06-02 16:48:29"
1787
        },
1788
        {
1789
            "name": "michelf/php-markdown",
1790
            "version": "1.4.0",
1791
            "source": {
1792
                "type": "git",
1793
                "url": "https://github.com/michelf/php-markdown.git",
1794
                "reference": "96d8150406f67e683ef4acc09fef91785fef1266"
1795
            },
1796
            "dist": {
1797
                "type": "zip",
1798
                "url": "https://api.github.com/repos/michelf/php-markdown/zipball/96d8150406f67e683ef4acc09fef91785fef1266",
1799
                "reference": "96d8150406f67e683ef4acc09fef91785fef1266",
1800
                "shasum": ""
1801
            },
1802
            "require": {
1803
                "php": ">=5.3.0"
1804
            },
1805
            "type": "library",
1806
            "extra": {
1807
                "branch-alias": {
1808
                    "dev-lib": "1.4.x-dev"
1809
                }
1810
            },
1811
            "autoload": {
1812
                "psr-0": {
1813
                    "Michelf": ""
1814
                }
1815
            },
1816
            "notification-url": "https://packagist.org/downloads/",
1817
            "license": [
1818
                "BSD-3-Clause"
1819
            ],
1820
            "authors": [
1821
                {
1822
                    "name": "Michel Fortin",
1823
                    "email": "[email protected]",
1824
                    "homepage": "http://michelf.ca/",
1825
                    "role": "Developer"
1826
                },
1827
                {
1828
                    "name": "John Gruber",
1829
                    "homepage": "http://daringfireball.net/"
1830
                }
1831
            ],
1832
            "description": "PHP Markdown",
1833
            "homepage": "http://michelf.ca/projects/php-markdown/",
1834
            "keywords": [
1835
                "markdown"
1836
            ],
1837
            "time": "2013-11-29 17:09:24"
1838
        },
1839
        {
1840
            "name": "misd/phone-number-bundle",
1841
            "version": "v1.0.5",
1842
            "source": {
1843
                "type": "git",
1844
                "url": "https://github.com/misd-service-development/phone-number-bundle.git",
1845
                "reference": "7b7a928d1135a5593714133db3f246e9b86044f5"
1846
            },
1847
            "dist": {
1848
                "type": "zip",
1849
                "url": "https://api.github.com/repos/misd-service-development/phone-number-bundle/zipball/7b7a928d1135a5593714133db3f246e9b86044f5",
1850
                "reference": "7b7a928d1135a5593714133db3f246e9b86044f5",
1851
                "shasum": ""
1852
            },
1853
            "require": {
1854
                "giggsey/libphonenumber-for-php": "~5.7|~6.0|~7.0",
1855
                "php": ">=5.3.3",
1856
                "symfony/framework-bundle": "~2.1"
1857
            },
1858
            "conflict": {
1859
                "twig/twig": "<1.12.0"
1860
            },
1861
            "require-dev": {
1862
                "doctrine/doctrine-bundle": "~1.0",
1863
                "jms/serializer-bundle": "~0.11",
1864
                "phpunit/phpunit": "~4.0",
1865
                "symfony/form": "~2.3",
1866
                "symfony/templating": "~2.1",
1867
                "symfony/twig-bundle": "~2.1",
1868
                "symfony/validator": "~2.1"
1869
            },
1870
            "suggest": {
1871
                "doctrine/doctrine-bundle": "Add a DBAL mapping type",
1872
                "jms/serializer-bundle": "Serialize/deserialize phone numbers",
1873
                "symfony/form": "Add a data transformer",
1874
                "symfony/templating": "Format phone numbers in templates",
1875
                "symfony/twig-bundle": "Format phone numbers in Twig templates",
1876
                "symfony/validator": "Add a validation constraint"
1877
            },
1878
            "type": "symfony-bundle",
1879
            "extra": {
1880
                "branch-alias": {
1881
                    "dev-master": "1.0.x-dev"
1882
                }
1883
            },
1884
            "autoload": {
1885
                "psr-4": {
1886
                    "Misd\\PhoneNumberBundle\\": ""
1887
                }
1888
            },
1889
            "notification-url": "https://packagist.org/downloads/",
1890
            "license": [
1891
                "MIT"
1892
            ],
1893
            "authors": [
1894
                {
1895
                    "name": "Chris Wilkinson",
1896
                    "email": "[email protected]"
1897
                }
1898
            ],
1899
            "description": "Integrates libphonenumber into your Symfony2 application",
1900
            "homepage": "https://github.com/misd-service-development/phone-number-bundle",
1901
            "keywords": [
1902
                "bundle",
1903
                "libphonenumber",
1904
                "phone-number",
1905
                "phonenumber",
1906
                "telephone number"
1907
            ],
1908
            "time": "2015-04-15 14:07:34"
1909
        },
1910
        {
1911
            "name": "monolog/monolog",
1912
            "version": "1.13.1",
1913
            "source": {
1914
                "type": "git",
1915
                "url": "https://github.com/Seldaek/monolog.git",
1916
                "reference": "c31a2c4e8db5da8b46c74cf275d7f109c0f249ac"
1917
            },
1918
            "dist": {
1919
                "type": "zip",
1920
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/c31a2c4e8db5da8b46c74cf275d7f109c0f249ac",
1921
                "reference": "c31a2c4e8db5da8b46c74cf275d7f109c0f249ac",
1922
                "shasum": ""
1923
            },
1924
            "require": {
1925
                "php": ">=5.3.0",
1926
                "psr/log": "~1.0"
1927
            },
1928
            "provide": {
1929
                "psr/log-implementation": "1.0.0"
1930
            },
1931
            "require-dev": {
1932
                "aws/aws-sdk-php": "~2.4, >2.4.8",
1933
                "doctrine/couchdb": "~1.0@dev",
1934
                "graylog2/gelf-php": "~1.0",
1935
                "phpunit/phpunit": "~4.0",
1936
                "raven/raven": "~0.5",
1937
                "ruflin/elastica": "0.90.*",
1938
                "swiftmailer/swiftmailer": "~5.3",
1939
                "videlalvaro/php-amqplib": "~2.4"
1940
            },
1941
            "suggest": {
1942
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
1943
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
1944
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
1945
                "ext-mongo": "Allow sending log messages to a MongoDB server",
1946
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
1947
                "raven/raven": "Allow sending log messages to a Sentry server",
1948
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
1949
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
1950
                "videlalvaro/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib"
1951
            },
1952
            "type": "library",
1953
            "extra": {
1954
                "branch-alias": {
1955
                    "dev-master": "1.13.x-dev"
1956
                }
1957
            },
1958
            "autoload": {
1959
                "psr-4": {
1960
                    "Monolog\\": "src/Monolog"
1961
                }
1962
            },
1963
            "notification-url": "https://packagist.org/downloads/",
1964
            "license": [
1965
                "MIT"
1966
            ],
1967
            "authors": [
1968
                {
1969
                    "name": "Jordi Boggiano",
1970
                    "email": "[email protected]",
1971
                    "homepage": "http://seld.be"
1972
                }
1973
            ],
1974
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
1975
            "homepage": "http://github.com/Seldaek/monolog",
1976
            "keywords": [
1977
                "log",
1978
                "logging",
1979
                "psr-3"
1980
            ],
1981
            "time": "2015-03-09 09:58:04"
1982
        },
1983
        {
1984
            "name": "ornicar/akismet-bundle",
1985
            "version": "dev-master",
1986
            "target-dir": "Ornicar/AkismetBundle",
1987
            "source": {
1988
                "type": "git",
1989
                "url": "https://github.com/ornicar/OrnicarAkismetBundle.git",
1990
                "reference": "008cb4503ef79ef82a780fce6763d2f86e1860ec"
1991
            },
1992
            "dist": {
1993
                "type": "zip",
1994
                "url": "https://api.github.com/repos/ornicar/OrnicarAkismetBundle/zipball/008cb4503ef79ef82a780fce6763d2f86e1860ec",
1995
                "reference": "008cb4503ef79ef82a780fce6763d2f86e1860ec",
1996
                "shasum": ""
1997
            },
1998
            "require": {
1999
                "kriswallsmith/buzz": "*",
2000
                "php": ">=5.3.0"
2001
            },
2002
            "type": "library",
2003
            "autoload": {
2004
                "psr-0": {
2005
                    "Ornicar\\AkismetBundle": ""
2006
                }
2007
            },
2008
            "notification-url": "https://packagist.org/downloads/",
2009
            "license": [
2010
                "MIT"
2011
            ],
2012
            "authors": [
2013
                {
2014
                    "name": "Thibault Duplessis",
2015
                    "email": "[email protected]",
2016
                    "homepage": "http://ornicar.github.com"
2017
                }
2018
            ],
2019
            "description": "Akismet Integration for symfony",
2020
            "homepage": "https://github.com/ornicar/OrnicarAkismetBundle",
2021
            "keywords": [
2022
                "Akismet",
2023
                "package",
2024
                "spam",
2025
                "symfony"
2026
            ],
2027
            "time": "2013-01-29 16:41:33"
2028
        },
2029
        {
2030
            "name": "phpdocumentor/reflection-docblock",
2031
            "version": "2.0.4",
2032
            "source": {
2033
                "type": "git",
2034
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
2035
                "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8"
2036
            },
2037
            "dist": {
2038
                "type": "zip",
2039
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8",
2040
                "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8",
2041
                "shasum": ""
2042
            },
2043
            "require": {
2044
                "php": ">=5.3.3"
2045
            },
2046
            "require-dev": {
2047
                "phpunit/phpunit": "~4.0"
2048
            },
2049
            "suggest": {
2050
                "dflydev/markdown": "~1.0",
2051
                "erusev/parsedown": "~1.0"
2052
            },
2053
            "type": "library",
2054
            "extra": {
2055
                "branch-alias": {
2056
                    "dev-master": "2.0.x-dev"
2057
                }
2058
            },
2059
            "autoload": {
2060
                "psr-0": {
2061
                    "phpDocumentor": [
2062
                        "src/"
2063
                    ]
2064
                }
2065
            },
2066
            "notification-url": "https://packagist.org/downloads/",
2067
            "license": [
2068
                "MIT"
2069
            ],
2070
            "authors": [
2071
                {
2072
                    "name": "Mike van Riel",
2073
                    "email": "[email protected]"
2074
                }
2075
            ],
2076
            "time": "2015-02-03 12:10:50"
2077
        },
2078
        {
2079
            "name": "phpoption/phpoption",
2080
            "version": "1.4.0",
2081
            "source": {
2082
                "type": "git",
2083
                "url": "https://github.com/schmittjoh/php-option.git",
2084
                "reference": "5d099bcf0393908bf4ad69cc47dafb785d51f7f5"
2085
            },
2086
            "dist": {
2087
                "type": "zip",
2088
                "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/5d099bcf0393908bf4ad69cc47dafb785d51f7f5",
2089
                "reference": "5d099bcf0393908bf4ad69cc47dafb785d51f7f5",
2090
                "shasum": ""
2091
            },
2092
            "require": {
2093
                "php": ">=5.3.0"
2094
            },
2095
            "type": "library",
2096
            "extra": {
2097
                "branch-alias": {
2098
                    "dev-master": "1.3-dev"
2099
                }
2100
            },
2101
            "autoload": {
2102
                "psr-0": {
2103
                    "PhpOption\\": "src/"
2104
                }
2105
            },
2106
            "notification-url": "https://packagist.org/downloads/",
2107
            "license": [
2108
                "Apache2"
2109
            ],
2110
            "authors": [
2111
                {
2112
                    "name": "Johannes Schmitt",
2113
                    "email": "[email protected]",
2114
                    "homepage": "https://github.com/schmittjoh",
2115
                    "role": "Developer of wrapped JMSSerializerBundle"
2116
                }
2117
            ],
2118
            "description": "Option Type for PHP",
2119
            "keywords": [
2120
                "language",
2121
                "option",
2122
                "php",
2123
                "type"
2124
            ],
2125
            "time": "2014-01-09 22:37:17"
2126
        },
2127
        {
2128
            "name": "phpspec/prophecy",
2129
            "version": "v1.4.1",
2130
            "source": {
2131
                "type": "git",
2132
                "url": "https://github.com/phpspec/prophecy.git",
2133
                "reference": "3132b1f44c7bf2ec4c7eb2d3cb78fdeca760d373"
2134
            },
2135
            "dist": {
2136
                "type": "zip",
2137
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/3132b1f44c7bf2ec4c7eb2d3cb78fdeca760d373",
2138
                "reference": "3132b1f44c7bf2ec4c7eb2d3cb78fdeca760d373",
2139
                "shasum": ""
2140
            },
2141
            "require": {
2142
                "doctrine/instantiator": "^1.0.2",
2143
                "phpdocumentor/reflection-docblock": "~2.0",
2144
                "sebastian/comparator": "~1.1"
2145
            },
2146
            "require-dev": {
2147
                "phpspec/phpspec": "~2.0"
2148
            },
2149
            "type": "library",
2150
            "extra": {
2151
                "branch-alias": {
2152
                    "dev-master": "1.4.x-dev"
2153
                }
2154
            },
2155
            "autoload": {
2156
                "psr-0": {
2157
                    "Prophecy\\": "src/"
2158
                }
2159
            },
2160
            "notification-url": "https://packagist.org/downloads/",
2161
            "license": [
2162
                "MIT"
2163
            ],
2164
            "authors": [
2165
                {
2166
                    "name": "Konstantin Kudryashov",
2167
                    "email": "[email protected]",
2168
                    "homepage": "http://everzet.com"
2169
                },
2170
                {
2171
                    "name": "Marcello Duarte",
2172
                    "email": "[email protected]"
2173
                }
2174
            ],
2175
            "description": "Highly opinionated mocking framework for PHP 5.3+",
2176
            "homepage": "https://github.com/phpspec/prophecy",
2177
            "keywords": [
2178
                "Double",
2179
                "Dummy",
2180
                "fake",
2181
                "mock",
2182
                "spy",
2183
                "stub"
2184
            ],
2185
            "time": "2015-04-27 22:15:08"
2186
        },
2187
        {
2188
            "name": "phpunit/dbunit",
2189
            "version": "1.4.0",
2190
            "source": {
2191
                "type": "git",
2192
                "url": "https://github.com/sebastianbergmann/dbunit.git",
2193
                "reference": "1afe25c90834ec499f007f48dd73767fdec3bf4f"
2194
            },
2195
            "dist": {
2196
                "type": "zip",
2197
                "url": "https://api.github.com/repos/sebastianbergmann/dbunit/zipball/1afe25c90834ec499f007f48dd73767fdec3bf4f",
2198
                "reference": "1afe25c90834ec499f007f48dd73767fdec3bf4f",
2199
                "shasum": ""
2200
            },
2201
            "require": {
2202
                "ext-pdo": "*",
2203
                "ext-simplexml": "*",
2204
                "php": ">=5.3.3",
2205
                "phpunit/phpunit": "~4.0",
2206
                "symfony/yaml": "~2.1"
2207
            },
2208
            "bin": [
2209
                "composer/bin/dbunit"
2210
            ],
2211
            "type": "library",
2212
            "extra": {
2213
                "branch-alias": {
2214
                    "dev-master": "1.3.x-dev"
2215
                }
2216
            },
2217
            "autoload": {
2218
                "classmap": [
2219
                    "PHPUnit/"
2220
                ]
2221
            },
2222
            "notification-url": "https://packagist.org/downloads/",
2223
            "include-path": [
2224
                "",
2225
                "../../symfony/yaml/"
2226
            ],
2227
            "license": [
2228
                "BSD-3-Clause"
2229
            ],
2230
            "authors": [
2231
                {
2232
                    "name": "Sebastian Bergmann",
2233
                    "email": "[email protected]",
2234
                    "role": "lead"
2235
                }
2236
            ],
2237
            "description": "DbUnit port for PHP/PHPUnit to support database interaction testing.",
2238
            "homepage": "https://github.com/sebastianbergmann/dbunit/",
2239
            "keywords": [
2240
                "database",
2241
                "testing",
2242
                "xunit"
2243
            ],
2244
            "time": "2015-05-21 21:11:02"
2245
        },
2246
        {
2247
            "name": "phpunit/php-code-coverage",
2248
            "version": "2.1.5",
2249
            "source": {
2250
                "type": "git",
2251
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
2252
                "reference": "be2286cb8c7e1773eded49d9719219e6f74f9e3e"
2253
            },
2254
            "dist": {
2255
                "type": "zip",
2256
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/be2286cb8c7e1773eded49d9719219e6f74f9e3e",
2257
                "reference": "be2286cb8c7e1773eded49d9719219e6f74f9e3e",
2258
                "shasum": ""
2259
            },
2260
            "require": {
2261
                "php": ">=5.3.3",
2262
                "phpunit/php-file-iterator": "~1.3",
2263
                "phpunit/php-text-template": "~1.2",
2264
                "phpunit/php-token-stream": "~1.3",
2265
                "sebastian/environment": "~1.0",
2266
                "sebastian/version": "~1.0"
2267
            },
2268
            "require-dev": {
2269
                "ext-xdebug": ">=2.1.4",
2270
                "phpunit/phpunit": "~4"
2271
            },
2272
            "suggest": {
2273
                "ext-dom": "*",
2274
                "ext-xdebug": ">=2.2.1",
2275
                "ext-xmlwriter": "*"
2276
            },
2277
            "type": "library",
2278
            "extra": {
2279
                "branch-alias": {
2280
                    "dev-master": "2.1.x-dev"
2281
                }
2282
            },
2283
            "autoload": {
2284
                "classmap": [
2285
                    "src/"
2286
                ]
2287
            },
2288
            "notification-url": "https://packagist.org/downloads/",
2289
            "license": [
2290
                "BSD-3-Clause"
2291
            ],
2292
            "authors": [
2293
                {
2294
                    "name": "Sebastian Bergmann",
2295
                    "email": "[email protected]",
2296
                    "role": "lead"
2297
                }
2298
            ],
2299
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
2300
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
2301
            "keywords": [
2302
                "coverage",
2303
                "testing",
2304
                "xunit"
2305
            ],
2306
            "time": "2015-06-09 13:05:42"
2307
        },
2308
        {
2309
            "name": "phpunit/php-file-iterator",
2310
            "version": "1.3.4",
2311
            "source": {
2312
                "type": "git",
2313
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
2314
                "reference": "acd690379117b042d1c8af1fafd61bde001bf6bb"
2315
            },
2316
            "dist": {
2317
                "type": "zip",
2318
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/acd690379117b042d1c8af1fafd61bde001bf6bb",
2319
                "reference": "acd690379117b042d1c8af1fafd61bde001bf6bb",
2320
                "shasum": ""
2321
            },
2322
            "require": {
2323
                "php": ">=5.3.3"
2324
            },
2325
            "type": "library",
2326
            "autoload": {
2327
                "classmap": [
2328
                    "File/"
2329
                ]
2330
            },
2331
            "notification-url": "https://packagist.org/downloads/",
2332
            "include-path": [
2333
                ""
2334
            ],
2335
            "license": [
2336
                "BSD-3-Clause"
2337
            ],
2338
            "authors": [
2339
                {
2340
                    "name": "Sebastian Bergmann",
2341
                    "email": "[email protected]",
2342
                    "role": "lead"
2343
                }
2344
            ],
2345
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
2346
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
2347
            "keywords": [
2348
                "filesystem",
2349
                "iterator"
2350
            ],
2351
            "time": "2013-10-10 15:34:57"
2352
        },
2353
        {
2354
            "name": "phpunit/php-text-template",
2355
            "version": "1.2.0",
2356
            "source": {
2357
                "type": "git",
2358
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
2359
                "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a"
2360
            },
2361
            "dist": {
2362
                "type": "zip",
2363
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/206dfefc0ffe9cebf65c413e3d0e809c82fbf00a",
2364
                "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a",
2365
                "shasum": ""
2366
            },
2367
            "require": {
2368
                "php": ">=5.3.3"
2369
            },
2370
            "type": "library",
2371
            "autoload": {
2372
                "classmap": [
2373
                    "Text/"
2374
                ]
2375
            },
2376
            "notification-url": "https://packagist.org/downloads/",
2377
            "include-path": [
2378
                ""
2379
            ],
2380
            "license": [
2381
                "BSD-3-Clause"
2382
            ],
2383
            "authors": [
2384
                {
2385
                    "name": "Sebastian Bergmann",
2386
                    "email": "[email protected]",
2387
                    "role": "lead"
2388
                }
2389
            ],
2390
            "description": "Simple template engine.",
2391
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
2392
            "keywords": [
2393
                "template"
2394
            ],
2395
            "time": "2014-01-30 17:20:04"
2396
        },
2397
        {
2398
            "name": "phpunit/php-timer",
2399
            "version": "1.0.6",
2400
            "source": {
2401
                "type": "git",
2402
                "url": "https://github.com/sebastianbergmann/php-timer.git",
2403
                "reference": "83fe1bdc5d47658b727595c14da140da92b3d66d"
2404
            },
2405
            "dist": {
2406
                "type": "zip",
2407
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/83fe1bdc5d47658b727595c14da140da92b3d66d",
2408
                "reference": "83fe1bdc5d47658b727595c14da140da92b3d66d",
2409
                "shasum": ""
2410
            },
2411
            "require": {
2412
                "php": ">=5.3.3"
2413
            },
2414
            "type": "library",
2415
            "autoload": {
2416
                "classmap": [
2417
                    "src/"
2418
                ]
2419
            },
2420
            "notification-url": "https://packagist.org/downloads/",
2421
            "license": [
2422
                "BSD-3-Clause"
2423
            ],
2424
            "authors": [
2425
                {
2426
                    "name": "Sebastian Bergmann",
2427
                    "email": "[email protected]",
2428
                    "role": "lead"
2429
                }
2430
            ],
2431
            "description": "Utility class for timing",
2432
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
2433
            "keywords": [
2434
                "timer"
2435
            ],
2436
            "time": "2015-06-13 07:35:30"
2437
        },
2438
        {
2439
            "name": "phpunit/php-token-stream",
2440
            "version": "1.4.2",
2441
            "source": {
2442
                "type": "git",
2443
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
2444
                "reference": "db63be1159c81df649cd0260e30249a586d4129e"
2445
            },
2446
            "dist": {
2447
                "type": "zip",
2448
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/db63be1159c81df649cd0260e30249a586d4129e",
2449
                "reference": "db63be1159c81df649cd0260e30249a586d4129e",
2450
                "shasum": ""
2451
            },
2452
            "require": {
2453
                "ext-tokenizer": "*",
2454
                "php": ">=5.3.3"
2455
            },
2456
            "require-dev": {
2457
                "phpunit/phpunit": "~4.2"
2458
            },
2459
            "type": "library",
2460
            "extra": {
2461
                "branch-alias": {
2462
                    "dev-master": "1.4-dev"
2463
                }
2464
            },
2465
            "autoload": {
2466
                "classmap": [
2467
                    "src/"
2468
                ]
2469
            },
2470
            "notification-url": "https://packagist.org/downloads/",
2471
            "license": [
2472
                "BSD-3-Clause"
2473
            ],
2474
            "authors": [
2475
                {
2476
                    "name": "Sebastian Bergmann",
2477
                    "email": "[email protected]"
2478
                }
2479
            ],
2480
            "description": "Wrapper around PHP's tokenizer extension.",
2481
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
2482
            "keywords": [
2483
                "tokenizer"
2484
            ],
2485
            "time": "2015-06-12 07:34:24"
2486
        },
2487
        {
2488
            "name": "phpunit/phpunit",
2489
            "version": "4.5.1",
2490
            "source": {
2491
                "type": "git",
2492
                "url": "https://github.com/sebastianbergmann/phpunit.git",
2493
                "reference": "d6429b0995b24a2d9dfe5587ee3a7071c1161af4"
2494
            },
2495
            "dist": {
2496
                "type": "zip",
2497
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/d6429b0995b24a2d9dfe5587ee3a7071c1161af4",
2498
                "reference": "d6429b0995b24a2d9dfe5587ee3a7071c1161af4",
2499
                "shasum": ""
2500
            },
2501
            "require": {
2502
                "ext-dom": "*",
2503
                "ext-json": "*",
2504
                "ext-pcre": "*",
2505
                "ext-reflection": "*",
2506
                "ext-spl": "*",
2507
                "php": ">=5.3.3",
2508
                "phpspec/prophecy": "~1.3,>=1.3.1",
2509
                "phpunit/php-code-coverage": "~2.0,>=2.0.11",
2510
                "phpunit/php-file-iterator": "~1.3.2",
2511
                "phpunit/php-text-template": "~1.2",
2512
                "phpunit/php-timer": "~1.0.2",
2513
                "phpunit/phpunit-mock-objects": "~2.3",
2514
                "sebastian/comparator": "~1.1",
2515
                "sebastian/diff": "~1.1",
2516
                "sebastian/environment": "~1.2",
2517
                "sebastian/exporter": "~1.2",
2518
                "sebastian/global-state": "~1.0",
2519
                "sebastian/version": "~1.0",
2520
                "symfony/yaml": "~2.0"
2521
            },
2522
            "suggest": {
2523
                "phpunit/php-invoker": "~1.1"
2524
            },
2525
            "bin": [
2526
                "phpunit"
2527
            ],
2528
            "type": "library",
2529
            "extra": {
2530
                "branch-alias": {
2531
                    "dev-master": "4.5.x-dev"
2532
                }
2533
            },
2534
            "autoload": {
2535
                "classmap": [
2536
                    "src/"
2537
                ]
2538
            },
2539
            "notification-url": "https://packagist.org/downloads/",
2540
            "license": [
2541
                "BSD-3-Clause"
2542
            ],
2543
            "authors": [
2544
                {
2545
                    "name": "Sebastian Bergmann",
2546
                    "email": "[email protected]",
2547
                    "role": "lead"
2548
                }
2549
            ],
2550
            "description": "The PHP Unit Testing framework.",
2551
            "homepage": "https://phpunit.de/",
2552
            "keywords": [
2553
                "phpunit",
2554
                "testing",
2555
                "xunit"
2556
            ],
2557
            "time": "2015-03-29 09:24:05"
2558
        },
2559
        {
2560
            "name": "phpunit/phpunit-mock-objects",
2561
            "version": "2.3.4",
2562
            "source": {
2563
                "type": "git",
2564
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
2565
                "reference": "92408bb1968a81b3217a6fdf6c1a198da83caa35"
2566
            },
2567
            "dist": {
2568
                "type": "zip",
2569
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/92408bb1968a81b3217a6fdf6c1a198da83caa35",
2570
                "reference": "92408bb1968a81b3217a6fdf6c1a198da83caa35",
2571
                "shasum": ""
2572
            },
2573
            "require": {
2574
                "doctrine/instantiator": "~1.0,>=1.0.2",
2575
                "php": ">=5.3.3",
2576
                "phpunit/php-text-template": "~1.2"
2577
            },
2578
            "require-dev": {
2579
                "phpunit/phpunit": "~4.4"
2580
            },
2581
            "suggest": {
2582
                "ext-soap": "*"
2583
            },
2584
            "type": "library",
2585
            "extra": {
2586
                "branch-alias": {
2587
                    "dev-master": "2.3.x-dev"
2588
                }
2589
            },
2590
            "autoload": {
2591
                "classmap": [
2592
                    "src/"
2593
                ]
2594
            },
2595
            "notification-url": "https://packagist.org/downloads/",
2596
            "license": [
2597
                "BSD-3-Clause"
2598
            ],
2599
            "authors": [
2600
                {
2601
                    "name": "Sebastian Bergmann",
2602
                    "email": "[email protected]",
2603
                    "role": "lead"
2604
                }
2605
            ],
2606
            "description": "Mock Object library for PHPUnit",
2607
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
2608
            "keywords": [
2609
                "mock",
2610
                "xunit"
2611
            ],
2612
            "time": "2015-06-11 15:55:48"
2613
        },
2614
        {
2615
            "name": "psr/log",
2616
            "version": "1.0.0",
2617
            "source": {
2618
                "type": "git",
2619
                "url": "https://github.com/php-fig/log.git",
2620
                "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
2621
            },
2622
            "dist": {
2623
                "type": "zip",
2624
                "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
2625
                "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
2626
                "shasum": ""
2627
            },
2628
            "type": "library",
2629
            "autoload": {
2630
                "psr-0": {
2631
                    "Psr\\Log\\": ""
2632
                }
2633
            },
2634
            "notification-url": "https://packagist.org/downloads/",
2635
            "license": [
2636
                "MIT"
2637
            ],
2638
            "authors": [
2639
                {
2640
                    "name": "PHP-FIG",
2641
                    "homepage": "http://www.php-fig.org/"
2642
                }
2643
            ],
2644
            "description": "Common interface for logging libraries",
2645
            "keywords": [
2646
                "log",
2647
                "psr",
2648
                "psr-3"
2649
            ],
2650
            "time": "2012-12-21 11:40:51"
2651
        },
2652
        {
2653
            "name": "sebastian/comparator",
2654
            "version": "1.1.1",
2655
            "source": {
2656
                "type": "git",
2657
                "url": "https://github.com/sebastianbergmann/comparator.git",
2658
                "reference": "1dd8869519a225f7f2b9eb663e225298fade819e"
2659
            },
2660
            "dist": {
2661
                "type": "zip",
2662
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/1dd8869519a225f7f2b9eb663e225298fade819e",
2663
                "reference": "1dd8869519a225f7f2b9eb663e225298fade819e",
2664
                "shasum": ""
2665
            },
2666
            "require": {
2667
                "php": ">=5.3.3",
2668
                "sebastian/diff": "~1.2",
2669
                "sebastian/exporter": "~1.2"
2670
            },
2671
            "require-dev": {
2672
                "phpunit/phpunit": "~4.4"
2673
            },
2674
            "type": "library",
2675
            "extra": {
2676
                "branch-alias": {
2677
                    "dev-master": "1.1.x-dev"
2678
                }
2679
            },
2680
            "autoload": {
2681
                "classmap": [
2682
                    "src/"
2683
                ]
2684
            },
2685
            "notification-url": "https://packagist.org/downloads/",
2686
            "license": [
2687
                "BSD-3-Clause"
2688
            ],
2689
            "authors": [
2690
                {
2691
                    "name": "Jeff Welch",
2692
                    "email": "[email protected]"
2693
                },
2694
                {
2695
                    "name": "Volker Dusch",
2696
                    "email": "[email protected]"
2697
                },
2698
                {
2699
                    "name": "Bernhard Schussek",
2700
                    "email": "[email protected]"
2701
                },
2702
                {
2703
                    "name": "Sebastian Bergmann",
2704
                    "email": "[email protected]"
2705
                }
2706
            ],
2707
            "description": "Provides the functionality to compare PHP values for equality",
2708
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
2709
            "keywords": [
2710
                "comparator",
2711
                "compare",
2712
                "equality"
2713
            ],
2714
            "time": "2015-01-29 16:28:08"
2715
        },
2716
        {
2717
            "name": "sebastian/diff",
2718
            "version": "1.3.0",
2719
            "source": {
2720
                "type": "git",
2721
                "url": "https://github.com/sebastianbergmann/diff.git",
2722
                "reference": "863df9687835c62aa423a22412d26fa2ebde3fd3"
2723
            },
2724
            "dist": {
2725
                "type": "zip",
2726
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/863df9687835c62aa423a22412d26fa2ebde3fd3",
2727
                "reference": "863df9687835c62aa423a22412d26fa2ebde3fd3",
2728
                "shasum": ""
2729
            },
2730
            "require": {
2731
                "php": ">=5.3.3"
2732
            },
2733
            "require-dev": {
2734
                "phpunit/phpunit": "~4.2"
2735
            },
2736
            "type": "library",
2737
            "extra": {
2738
                "branch-alias": {
2739
                    "dev-master": "1.3-dev"
2740
                }
2741
            },
2742
            "autoload": {
2743
                "classmap": [
2744
                    "src/"
2745
                ]
2746
            },
2747
            "notification-url": "https://packagist.org/downloads/",
2748
            "license": [
2749
                "BSD-3-Clause"
2750
            ],
2751
            "authors": [
2752
                {
2753
                    "name": "Kore Nordmann",
2754
                    "email": "[email protected]"
2755
                },
2756
                {
2757
                    "name": "Sebastian Bergmann",
2758
                    "email": "[email protected]"
2759
                }
2760
            ],
2761
            "description": "Diff implementation",
2762
            "homepage": "http://www.github.com/sebastianbergmann/diff",
2763
            "keywords": [
2764
                "diff"
2765
            ],
2766
            "time": "2015-02-22 15:13:53"
2767
        },
2768
        {
2769
            "name": "sebastian/environment",
2770
            "version": "1.2.2",
2771
            "source": {
2772
                "type": "git",
2773
                "url": "https://github.com/sebastianbergmann/environment.git",
2774
                "reference": "5a8c7d31914337b69923db26c4221b81ff5a196e"
2775
            },
2776
            "dist": {
2777
                "type": "zip",
2778
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/5a8c7d31914337b69923db26c4221b81ff5a196e",
2779
                "reference": "5a8c7d31914337b69923db26c4221b81ff5a196e",
2780
                "shasum": ""
2781
            },
2782
            "require": {
2783
                "php": ">=5.3.3"
2784
            },
2785
            "require-dev": {
2786
                "phpunit/phpunit": "~4.4"
2787
            },
2788
            "type": "library",
2789
            "extra": {
2790
                "branch-alias": {
2791
                    "dev-master": "1.3.x-dev"
2792
                }
2793
            },
2794
            "autoload": {
2795
                "classmap": [
2796
                    "src/"
2797
                ]
2798
            },
2799
            "notification-url": "https://packagist.org/downloads/",
2800
            "license": [
2801
                "BSD-3-Clause"
2802
            ],
2803
            "authors": [
2804
                {
2805
                    "name": "Sebastian Bergmann",
2806
                    "email": "[email protected]"
2807
                }
2808
            ],
2809
            "description": "Provides functionality to handle HHVM/PHP environments",
2810
            "homepage": "http://www.github.com/sebastianbergmann/environment",
2811
            "keywords": [
2812
                "Xdebug",
2813
                "environment",
2814
                "hhvm"
2815
            ],
2816
            "time": "2015-01-01 10:01:08"
2817
        },
2818
        {
2819
            "name": "sebastian/exporter",
2820
            "version": "1.2.0",
2821
            "source": {
2822
                "type": "git",
2823
                "url": "https://github.com/sebastianbergmann/exporter.git",
2824
                "reference": "84839970d05254c73cde183a721c7af13aede943"
2825
            },
2826
            "dist": {
2827
                "type": "zip",
2828
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/84839970d05254c73cde183a721c7af13aede943",
2829
                "reference": "84839970d05254c73cde183a721c7af13aede943",
2830
                "shasum": ""
2831
            },
2832
            "require": {
2833
                "php": ">=5.3.3",
2834
                "sebastian/recursion-context": "~1.0"
2835
            },
2836
            "require-dev": {
2837
                "phpunit/phpunit": "~4.4"
2838
            },
2839
            "type": "library",
2840
            "extra": {
2841
                "branch-alias": {
2842
                    "dev-master": "1.2.x-dev"
2843
                }
2844
            },
2845
            "autoload": {
2846
                "classmap": [
2847
                    "src/"
2848
                ]
2849
            },
2850
            "notification-url": "https://packagist.org/downloads/",
2851
            "license": [
2852
                "BSD-3-Clause"
2853
            ],
2854
            "authors": [
2855
                {
2856
                    "name": "Jeff Welch",
2857
                    "email": "[email protected]"
2858
                },
2859
                {
2860
                    "name": "Volker Dusch",
2861
                    "email": "[email protected]"
2862
                },
2863
                {
2864
                    "name": "Bernhard Schussek",
2865
                    "email": "[email protected]"
2866
                },
2867
                {
2868
                    "name": "Sebastian Bergmann",
2869
                    "email": "[email protected]"
2870
                },
2871
                {
2872
                    "name": "Adam Harvey",
2873
                    "email": "[email protected]"
2874
                }
2875
            ],
2876
            "description": "Provides the functionality to export PHP variables for visualization",
2877
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
2878
            "keywords": [
2879
                "export",
2880
                "exporter"
2881
            ],
2882
            "time": "2015-01-27 07:23:06"
2883
        },
2884
        {
2885
            "name": "sebastian/global-state",
2886
            "version": "1.0.0",
2887
            "source": {
2888
                "type": "git",
2889
                "url": "https://github.com/sebastianbergmann/global-state.git",
2890
                "reference": "c7428acdb62ece0a45e6306f1ae85e1c05b09c01"
2891
            },
2892
            "dist": {
2893
                "type": "zip",
2894
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/c7428acdb62ece0a45e6306f1ae85e1c05b09c01",
2895
                "reference": "c7428acdb62ece0a45e6306f1ae85e1c05b09c01",
2896
                "shasum": ""
2897
            },
2898
            "require": {
2899
                "php": ">=5.3.3"
2900
            },
2901
            "require-dev": {
2902
                "phpunit/phpunit": "~4.2"
2903
            },
2904
            "suggest": {
2905
                "ext-uopz": "*"
2906
            },
2907
            "type": "library",
2908
            "extra": {
2909
                "branch-alias": {
2910
                    "dev-master": "1.0-dev"
2911
                }
2912
            },
2913
            "autoload": {
2914
                "classmap": [
2915
                    "src/"
2916
                ]
2917
            },
2918
            "notification-url": "https://packagist.org/downloads/",
2919
            "license": [
2920
                "BSD-3-Clause"
2921
            ],
2922
            "authors": [
2923
                {
2924
                    "name": "Sebastian Bergmann",
2925
                    "email": "[email protected]"
2926
                }
2927
            ],
2928
            "description": "Snapshotting of global state",
2929
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
2930
            "keywords": [
2931
                "global state"
2932
            ],
2933
            "time": "2014-10-06 09:23:50"
2934
        },
2935
        {
2936
            "name": "sebastian/recursion-context",
2937
            "version": "1.0.0",
2938
            "source": {
2939
                "type": "git",
2940
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
2941
                "reference": "3989662bbb30a29d20d9faa04a846af79b276252"
2942
            },
2943
            "dist": {
2944
                "type": "zip",
2945
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/3989662bbb30a29d20d9faa04a846af79b276252",
2946
                "reference": "3989662bbb30a29d20d9faa04a846af79b276252",
2947
                "shasum": ""
2948
            },
2949
            "require": {
2950
                "php": ">=5.3.3"
2951
            },
2952
            "require-dev": {
2953
                "phpunit/phpunit": "~4.4"
2954
            },
2955
            "type": "library",
2956
            "extra": {
2957
                "branch-alias": {
2958
                    "dev-master": "1.0.x-dev"
2959
                }
2960
            },
2961
            "autoload": {
2962
                "classmap": [
2963
                    "src/"
2964
                ]
2965
            },
2966
            "notification-url": "https://packagist.org/downloads/",
2967
            "license": [
2968
                "BSD-3-Clause"
2969
            ],
2970
            "authors": [
2971
                {
2972
                    "name": "Jeff Welch",
2973
                    "email": "[email protected]"
2974
                },
2975
                {
2976
                    "name": "Sebastian Bergmann",
2977
                    "email": "[email protected]"
2978
                },
2979
                {
2980
                    "name": "Adam Harvey",
2981
                    "email": "[email protected]"
2982
                }
2983
            ],
2984
            "description": "Provides functionality to recursively process PHP variables",
2985
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
2986
            "time": "2015-01-24 09:48:32"
2987
        },
2988
        {
2989
            "name": "sebastian/version",
2990
            "version": "1.0.5",
2991
            "source": {
2992
                "type": "git",
2993
                "url": "https://github.com/sebastianbergmann/version.git",
2994
                "reference": "ab931d46cd0d3204a91e1b9a40c4bc13032b58e4"
2995
            },
2996
            "dist": {
2997
                "type": "zip",
2998
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/ab931d46cd0d3204a91e1b9a40c4bc13032b58e4",
2999
                "reference": "ab931d46cd0d3204a91e1b9a40c4bc13032b58e4",
3000
                "shasum": ""
3001
            },
3002
            "type": "library",
3003
            "autoload": {
3004
                "classmap": [
3005
                    "src/"
3006
                ]
3007
            },
3008
            "notification-url": "https://packagist.org/downloads/",
3009
            "license": [
3010
                "BSD-3-Clause"
3011
            ],
3012
            "authors": [
3013
                {
3014
                    "name": "Sebastian Bergmann",
3015
                    "email": "[email protected]",
3016
                    "role": "lead"
3017
                }
3018
            ],
3019
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
3020
            "homepage": "https://github.com/sebastianbergmann/version",
3021
            "time": "2015-02-24 06:35:25"
3022
        },
3023
        {
3024
            "name": "sensio/distribution-bundle",
3025
            "version": "v2.3.22",
3026
            "target-dir": "Sensio/Bundle/DistributionBundle",
3027
            "source": {
3028
                "type": "git",
3029
                "url": "https://github.com/sensiolabs/SensioDistributionBundle.git",
3030
                "reference": "98bdda791e7c2dfb5fd55781e69a4b00e4f751a6"
3031
            },
3032
            "dist": {
3033
                "type": "zip",
3034
                "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/98bdda791e7c2dfb5fd55781e69a4b00e4f751a6",
3035
                "reference": "98bdda791e7c2dfb5fd55781e69a4b00e4f751a6",
3036
                "shasum": ""
3037
            },
3038
            "require": {
3039
                "symfony/framework-bundle": "~2.2"
3040
            },
3041
            "type": "symfony-bundle",
3042
            "extra": {
3043
                "branch-alias": {
3044
                    "dev-master": "2.3.x-dev"
3045
                }
3046
            },
3047
            "autoload": {
3048
                "psr-0": {
3049
                    "Sensio\\Bundle\\DistributionBundle": ""
3050
                }
3051
            },
3052
            "notification-url": "https://packagist.org/downloads/",
3053
            "license": [
3054
                "MIT"
3055
            ],
3056
            "authors": [
3057
                {
3058
                    "name": "Fabien Potencier",
3059
                    "email": "[email protected]"
3060
                }
3061
            ],
3062
            "description": "The base bundle for the Symfony Distributions",
3063
            "keywords": [
3064
                "configuration",
3065
                "distribution"
3066
            ],
3067
            "time": "2015-06-05 22:32:08"
3068
        },
3069
        {
3070
            "name": "sensio/framework-extra-bundle",
3071
            "version": "v2.3.4",
3072
            "target-dir": "Sensio/Bundle/FrameworkExtraBundle",
3073
            "source": {
3074
                "type": "git",
3075
                "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
3076
                "reference": "cce05719041d952bbec856789ca18646a1891d03"
3077
            },
3078
            "dist": {
3079
                "type": "zip",
3080
                "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/cce05719041d952bbec856789ca18646a1891d03",
3081
                "reference": "cce05719041d952bbec856789ca18646a1891d03",
3082
                "shasum": ""
3083
            },
3084
            "require": {
3085
                "doctrine/common": "~2.2",
3086
                "symfony/framework-bundle": "~2.2"
3087
            },
3088
            "type": "symfony-bundle",
3089
            "extra": {
3090
                "branch-alias": {
3091
                    "dev-master": "2.3.x-dev"
3092
                }
3093
            },
3094
            "autoload": {
3095
                "psr-0": {
3096
                    "Sensio\\Bundle\\FrameworkExtraBundle": ""
3097
                }
3098
            },
3099
            "notification-url": "https://packagist.org/downloads/",
3100
            "license": [
3101
                "MIT"
3102
            ],
3103
            "authors": [
3104
                {
3105
                    "name": "Fabien Potencier",
3106
                    "email": "[email protected]",
3107
                    "homepage": "http://fabien.potencier.org",
3108
                    "role": "Lead Developer"
3109
                }
3110
            ],
3111
            "description": "This bundle provides a way to configure your controllers with annotations",
3112
            "keywords": [
3113
                "annotations",
3114
                "controllers"
3115
            ],
3116
            "time": "2013-07-24 08:49:53"
3117
        },
3118
        {
3119
            "name": "sensio/generator-bundle",
3120
            "version": "v2.3.5",
3121
            "target-dir": "Sensio/Bundle/GeneratorBundle",
3122
            "source": {
3123
                "type": "git",
3124
                "url": "https://github.com/sensiolabs/SensioGeneratorBundle.git",
3125
                "reference": "8b7a33aa3d22388443b6de0b0cf184122e9f60d2"
3126
            },
3127
            "dist": {
3128
                "type": "zip",
3129
                "url": "https://api.github.com/repos/sensiolabs/SensioGeneratorBundle/zipball/8b7a33aa3d22388443b6de0b0cf184122e9f60d2",
3130
                "reference": "8b7a33aa3d22388443b6de0b0cf184122e9f60d2",
3131
                "shasum": ""
3132
            },
3133
            "require": {
3134
                "symfony/console": "~2.0",
3135
                "symfony/framework-bundle": "~2.2"
3136
            },
3137
            "require-dev": {
3138
                "doctrine/orm": "~2.2,>=2.2.3",
3139
                "symfony/doctrine-bridge": "~2.2",
3140
                "twig/twig": "~1.11"
3141
            },
3142
            "type": "symfony-bundle",
3143
            "extra": {
3144
                "branch-alias": {
3145
                    "dev-master": "2.3.x-dev"
3146
                }
3147
            },
3148
            "autoload": {
3149
                "psr-0": {
3150
                    "Sensio\\Bundle\\GeneratorBundle": ""
3151
                }
3152
            },
3153
            "notification-url": "https://packagist.org/downloads/",
3154
            "license": [
3155
                "MIT"
3156
            ],
3157
            "authors": [
3158
                {
3159
                    "name": "Fabien Potencier",
3160
                    "email": "[email protected]",
3161
                    "homepage": "http://fabien.potencier.org",
3162
                    "role": "Lead Developer"
3163
                }
3164
            ],
3165
            "description": "This bundle generates code for you",
3166
            "time": "2014-04-28 14:01:06"
3167
        },
3168
        {
3169
            "name": "stof/doctrine-extensions-bundle",
3170
            "version": "dev-master",
3171
            "source": {
3172
                "type": "git",
3173
                "url": "https://github.com/stof/StofDoctrineExtensionsBundle.git",
3174
                "reference": "2ff8473e33e224af87dc00d48a552a35a75115af"
3175
            },
3176
            "dist": {
3177
                "type": "zip",
3178
                "url": "https://api.github.com/repos/stof/StofDoctrineExtensionsBundle/zipball/2ff8473e33e224af87dc00d48a552a35a75115af",
3179
                "reference": "2ff8473e33e224af87dc00d48a552a35a75115af",
3180
                "shasum": ""
3181
            },
3182
            "require": {
3183
                "gedmo/doctrine-extensions": "~2.3.1",
3184
                "php": ">=5.3.2",
3185
                "symfony/framework-bundle": "~2.1"
3186
            },
3187
            "suggest": {
3188
                "doctrine/doctrine-bundle": "to use the ORM extensions",
3189
                "doctrine/mongodb-odm-bundle": "to use the MongoDB ODM extensions"
3190
            },
3191
            "type": "symfony-bundle",
3192
            "extra": {
3193
                "branch-alias": {
3194
                    "dev-master": "1.2.x-dev"
3195
                }
3196
            },
3197
            "autoload": {
3198
                "psr-4": {
3199
                    "Stof\\DoctrineExtensionsBundle\\": ""
3200
                }
3201
            },
3202
            "notification-url": "https://packagist.org/downloads/",
3203
            "license": [
3204
                "MIT"
3205
            ],
3206
            "authors": [
3207
                {
3208
                    "name": "Christophe Coevoet",
3209
                    "email": "[email protected]"
3210
                }
3211
            ],
3212
            "description": "Integration of the gedmo/doctrine-extensions with Symfony2",
3213
            "homepage": "https://github.com/stof/StofDoctrineExtensionsBundle",
3214
            "keywords": [
3215
                "behaviors",
3216
                "doctrine2",
3217
                "extensions",
3218
                "gedmo",
3219
                "loggable",
3220
                "nestedset",
3221
                "sluggable",
3222
                "sortable",
3223
                "timestampable",
3224
                "translatable",
3225
                "tree"
3226
            ],
3227
            "time": "2014-09-30 08:24:40"
3228
        },
3229
        {
3230
            "name": "swiftmailer/swiftmailer",
3231
            "version": "v5.4.1",
3232
            "source": {
3233
                "type": "git",
3234
                "url": "https://github.com/swiftmailer/swiftmailer.git",
3235
                "reference": "0697e6aa65c83edf97bb0f23d8763f94e3f11421"
3236
            },
3237
            "dist": {
3238
                "type": "zip",
3239
                "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/0697e6aa65c83edf97bb0f23d8763f94e3f11421",
3240
                "reference": "0697e6aa65c83edf97bb0f23d8763f94e3f11421",
3241
                "shasum": ""
3242
            },
3243
            "require": {
3244
                "php": ">=5.3.3"
3245
            },
3246
            "require-dev": {
3247
                "mockery/mockery": "~0.9.1,<0.9.4"
3248
            },
3249
            "type": "library",
3250
            "extra": {
3251
                "branch-alias": {
3252
                    "dev-master": "5.4-dev"
3253
                }
3254
            },
3255
            "autoload": {
3256
                "files": [
3257
                    "lib/swift_required.php"
3258
                ]
3259
            },
3260
            "notification-url": "https://packagist.org/downloads/",
3261
            "license": [
3262
                "MIT"
3263
            ],
3264
            "authors": [
3265
                {
3266
                    "name": "Chris Corbyn"
3267
                },
3268
                {
3269
                    "name": "Fabien Potencier",
3270
                    "email": "[email protected]"
3271
                }
3272
            ],
3273
            "description": "Swiftmailer, free feature-rich PHP mailer",
3274
            "homepage": "http://swiftmailer.org",
3275
            "keywords": [
3276
                "email",
3277
                "mail",
3278
                "mailer"
3279
            ],
3280
            "time": "2015-06-06 14:19:39"
3281
        },
3282
        {
3283
            "name": "symfony/assetic-bundle",
3284
            "version": "v2.3.1",
3285
            "target-dir": "Symfony/Bundle/AsseticBundle",
3286
            "source": {
3287
                "type": "git",
3288
                "url": "https://github.com/symfony/AsseticBundle.git",
3289
                "reference": "099e0bb5d80e7039af20db384a41017fde521f21"
3290
            },
3291
            "dist": {
3292
                "type": "zip",
3293
                "url": "https://api.github.com/repos/symfony/AsseticBundle/zipball/099e0bb5d80e7039af20db384a41017fde521f21",
3294
                "reference": "099e0bb5d80e7039af20db384a41017fde521f21",
3295
                "shasum": ""
3296
            },
3297
            "require": {
3298
                "kriswallsmith/assetic": "1.1.x",
3299
                "php": ">=5.3.0",
3300
                "symfony/framework-bundle": "~2.1"
3301
            },
3302
            "require-dev": {
3303
                "symfony/class-loader": "~2.1",
3304
                "symfony/console": "~2.1",
3305
                "symfony/css-selector": "~2.1",
3306
                "symfony/dom-crawler": "~2.1",
3307
                "symfony/form": "~2.1",
3308
                "symfony/twig-bundle": "~2.1",
3309
                "symfony/yaml": "~2.1"
3310
            },
3311
            "suggest": {
3312
                "symfony/twig-bundle": "~2.1"
3313
            },
3314
            "type": "symfony-bundle",
3315
            "extra": {
3316
                "branch-alias": {
3317
                    "dev-master": "2.3-dev"
3318
                }
3319
            },
3320
            "autoload": {
3321
                "psr-0": {
3322
                    "Symfony\\Bundle\\AsseticBundle": ""
3323
                }
3324
            },
3325
            "notification-url": "https://packagist.org/downloads/",
3326
            "license": [
3327
                "MIT"
3328
            ],
3329
            "authors": [
3330
                {
3331
                    "name": "Kris Wallsmith",
3332
                    "email": "[email protected]",
3333
                    "homepage": "http://kriswallsmith.net/"
3334
                }
3335
            ],
3336
            "description": "Integrates Assetic into Symfony2",
3337
            "homepage": "https://github.com/symfony/AsseticBundle",
3338
            "keywords": [
3339
                "assets",
3340
                "compression",
3341
                "minification"
3342
            ],
3343
            "time": "2013-11-25 16:34:50"
3344
        },
3345
        {
3346
            "name": "symfony/intl",
3347
            "version": "2.5.x-dev",
3348
            "target-dir": "Symfony/Component/Intl",
3349
            "source": {
3350
                "type": "git",
3351
                "url": "https://github.com/symfony/Intl.git",
3352
                "reference": "96c7b7925f23623c175bbec0c0e2e7cf88d352e8"
3353
            },
3354
            "dist": {
3355
                "type": "zip",
3356
                "url": "https://api.github.com/repos/symfony/Intl/zipball/96c7b7925f23623c175bbec0c0e2e7cf88d352e8",
3357
                "reference": "96c7b7925f23623c175bbec0c0e2e7cf88d352e8",
3358
                "shasum": ""
3359
            },
3360
            "require": {
3361
                "php": ">=5.3.3"
3362
            },
3363
            "require-dev": {
3364
                "symfony/filesystem": ">=2.1"
3365
            },
3366
            "suggest": {
3367
                "ext-intl": "to use the component with locales other than \"en\""
3368
            },
3369
            "type": "library",
3370
            "extra": {
3371
                "branch-alias": {
3372
                    "dev-master": "2.5-dev"
3373
                }
3374
            },
3375
            "autoload": {
3376
                "psr-0": {
3377
                    "Symfony\\Component\\Intl\\": ""
3378
                },
3379
                "classmap": [
3380
                    "Symfony/Component/Intl/Resources/stubs"
3381
                ],
3382
                "files": [
3383
                    "Symfony/Component/Intl/Resources/stubs/functions.php"
3384
                ]
3385
            },
3386
            "notification-url": "https://packagist.org/downloads/",
3387
            "license": [
3388
                "MIT"
3389
            ],
3390
            "authors": [
3391
                {
3392
                    "name": "Symfony Community",
3393
                    "homepage": "http://symfony.com/contributors"
3394
                },
3395
                {
3396
                    "name": "Bernhard Schussek",
3397
                    "email": "[email protected]"
3398
                },
3399
                {
3400
                    "name": "Eriksen Costa",
3401
                    "email": "[email protected]"
3402
                },
3403
                {
3404
                    "name": "Igor Wiedler",
3405
                    "email": "[email protected]"
3406
                }
3407
            ],
3408
            "description": "A PHP replacement layer for the C intl extension that includes additional data from the ICU library.",
3409
            "homepage": "http://symfony.com",
3410
            "keywords": [
3411
                "i18n",
3412
                "icu",
3413
                "internationalization",
3414
                "intl",
3415
                "l10n",
3416
                "localization"
3417
            ],
3418
            "time": "2015-01-25 04:37:39"
3419
        },
3420
        {
3421
            "name": "symfony/monolog-bundle",
3422
            "version": "v2.3.0",
3423
            "target-dir": "Symfony/Bundle/MonologBundle",
3424
            "source": {
3425
                "type": "git",
3426
                "url": "https://github.com/symfony/MonologBundle.git",
3427
                "reference": "03ed73bc11367b3156cc21f22ac37c7f70fcd10a"
3428
            },
3429
            "dist": {
3430
                "type": "zip",
3431
                "url": "https://api.github.com/repos/symfony/MonologBundle/zipball/03ed73bc11367b3156cc21f22ac37c7f70fcd10a",
3432
                "reference": "03ed73bc11367b3156cc21f22ac37c7f70fcd10a",
3433
                "shasum": ""
3434
            },
3435
            "require": {
3436
                "monolog/monolog": "~1.3",
3437
                "php": ">=5.3.2",
3438
                "symfony/config": "~2.2-beta2",
3439
                "symfony/dependency-injection": "~2.2-beta2",
3440
                "symfony/monolog-bridge": "~2.2-beta2"
3441
            },
3442
            "require-dev": {
3443
                "symfony/yaml": "~2.2-beta2"
3444
            },
3445
            "type": "symfony-bundle",
3446
            "extra": {
3447
                "branch-alias": {
3448
                    "dev-master": "2.2.x-dev"
3449
                }
3450
            },
3451
            "autoload": {
3452
                "psr-0": {
3453
                    "Symfony\\Bundle\\MonologBundle": ""
3454
                }
3455
            },
3456
            "notification-url": "https://packagist.org/downloads/",
3457
            "license": [
3458
                "MIT"
3459
            ],
3460
            "authors": [
3461
                {
3462
                    "name": "Fabien Potencier",
3463
                    "email": "[email protected]",
3464
                    "homepage": "http://fabien.potencier.org",
3465
                    "role": "Lead Developer"
3466
                },
3467
                {
3468
                    "name": "Symfony Community",
3469
                    "homepage": "http://symfony.com/contributors"
3470
                }
3471
            ],
3472
            "description": "Symfony MonologBundle",
3473
            "homepage": "http://symfony.com",
3474
            "keywords": [
3475
                "log",
3476
                "logging"
3477
            ],
3478
            "time": "2013-05-27 18:06:55"
3479
        },
3480
        {
3481
            "name": "symfony/swiftmailer-bundle",
3482
            "version": "v2.3.8",
3483
            "source": {
3484
                "type": "git",
3485
                "url": "https://github.com/symfony/SwiftmailerBundle.git",
3486
                "reference": "970b13d01871207e81d17b17ddda025e7e21e797"
3487
            },
3488
            "dist": {
3489
                "type": "zip",
3490
                "url": "https://api.github.com/repos/symfony/SwiftmailerBundle/zipball/970b13d01871207e81d17b17ddda025e7e21e797",
3491
                "reference": "970b13d01871207e81d17b17ddda025e7e21e797",
3492
                "shasum": ""
3493
            },
3494
            "require": {
3495
                "php": ">=5.3.2",
3496
                "swiftmailer/swiftmailer": ">=4.2.0,~5.0",
3497
                "symfony/swiftmailer-bridge": "~2.1"
3498
            },
3499
            "require-dev": {
3500
                "symfony/config": "~2.1",
3501
                "symfony/dependency-injection": "~2.1",
3502
                "symfony/http-kernel": "~2.1",
3503
                "symfony/yaml": "~2.1"
3504
            },
3505
            "suggest": {
3506
                "psr/log": "Allows logging"
3507
            },
3508
            "type": "symfony-bundle",
3509
            "extra": {
3510
                "branch-alias": {
3511
                    "dev-master": "2.3-dev"
3512
                }
3513
            },
3514
            "autoload": {
3515
                "psr-4": {
3516
                    "Symfony\\Bundle\\SwiftmailerBundle\\": ""
3517
                }
3518
            },
3519
            "notification-url": "https://packagist.org/downloads/",
3520
            "license": [
3521
                "MIT"
3522
            ],
3523
            "authors": [
3524
                {
3525
                    "name": "Symfony Community",
3526
                    "homepage": "http://symfony.com/contributors"
3527
                },
3528
                {
3529
                    "name": "Fabien Potencier",
3530
                    "email": "[email protected]"
3531
                }
3532
            ],
3533
            "description": "Symfony SwiftmailerBundle",
3534
            "homepage": "http://symfony.com",
3535
            "time": "2014-12-01 17:44:50"
3536
        },
3537
        {
3538
            "name": "symfony/symfony",
0 ignored issues
show
3539
            "version": "v2.3.30",
3540
            "source": {
3541
                "type": "git",
3542
                "url": "https://github.com/symfony/symfony.git",
3543
                "reference": "6dfe5551b71d156739a0df1043ba81b326e36f4a"
3544
            },
3545
            "dist": {
3546
                "type": "zip",
3547
                "url": "https://api.github.com/repos/symfony/symfony/zipball/6dfe5551b71d156739a0df1043ba81b326e36f4a",
3548
                "reference": "6dfe5551b71d156739a0df1043ba81b326e36f4a",
3549
                "shasum": ""
3550
            },
3551
            "require": {
3552
                "doctrine/common": "~2.3",
3553
                "php": ">=5.3.3",
3554
                "psr/log": "~1.0",
3555
                "twig/twig": "~1.12,>=1.12.3"
3556
            },
3557
            "replace": {
3558
                "symfony/browser-kit": "self.version",
3559
                "symfony/class-loader": "self.version",
3560
                "symfony/config": "self.version",
3561
                "symfony/console": "self.version",
3562
                "symfony/css-selector": "self.version",
3563
                "symfony/debug": "self.version",
3564
                "symfony/dependency-injection": "self.version",
3565
                "symfony/doctrine-bridge": "self.version",
3566
                "symfony/dom-crawler": "self.version",
3567
                "symfony/event-dispatcher": "self.version",
3568
                "symfony/filesystem": "self.version",
3569
                "symfony/finder": "self.version",
3570
                "symfony/form": "self.version",
3571
                "symfony/framework-bundle": "self.version",
3572
                "symfony/http-foundation": "self.version",
3573
                "symfony/http-kernel": "self.version",
3574
                "symfony/intl": "self.version",
3575
                "symfony/locale": "self.version",
3576
                "symfony/monolog-bridge": "self.version",
3577
                "symfony/options-resolver": "self.version",
3578
                "symfony/process": "self.version",
3579
                "symfony/propel1-bridge": "self.version",
3580
                "symfony/property-access": "self.version",
3581
                "symfony/proxy-manager-bridge": "self.version",
3582
                "symfony/routing": "self.version",
3583
                "symfony/security": "self.version",
3584
                "symfony/security-bundle": "self.version",
3585
                "symfony/serializer": "self.version",
3586
                "symfony/stopwatch": "self.version",
3587
                "symfony/swiftmailer-bridge": "self.version",
3588
                "symfony/templating": "self.version",
3589
                "symfony/translation": "self.version",
3590
                "symfony/twig-bridge": "self.version",
3591
                "symfony/twig-bundle": "self.version",
3592
                "symfony/validator": "self.version",
3593
                "symfony/web-profiler-bundle": "self.version",
3594
                "symfony/yaml": "self.version"
3595
            },
3596
            "require-dev": {
3597
                "doctrine/data-fixtures": "1.0.*",
3598
                "doctrine/dbal": "~2.2",
3599
                "doctrine/orm": "~2.2,>=2.2.3",
3600
                "ircmaxell/password-compat": "~1.0",
3601
                "monolog/monolog": "~1.3",
3602
                "ocramius/proxy-manager": "~0.3.1",
3603
                "propel/propel1": "~1.6",
3604
                "symfony/phpunit-bridge": "~2.7"
3605
            },
3606
            "type": "library",
3607
            "extra": {
3608
                "branch-alias": {
3609
                    "dev-master": "2.3-dev"
3610
                }
3611
            },
3612
            "autoload": {
3613
                "psr-0": {
3614
                    "Symfony\\": "src/"
3615
                },
3616
                "classmap": [
3617
                    "src/Symfony/Component/HttpFoundation/Resources/stubs",
3618
                    "src/Symfony/Component/Intl/Resources/stubs"
3619
                ],
3620
                "files": [
3621
                    "src/Symfony/Component/Intl/Resources/stubs/functions.php"
3622
                ]
3623
            },
3624
            "notification-url": "https://packagist.org/downloads/",
3625
            "license": [
3626
                "MIT"
3627
            ],
3628
            "authors": [
3629
                {
3630
                    "name": "Fabien Potencier",
3631
                    "email": "[email protected]"
3632
                },
3633
                {
3634
                    "name": "Symfony Community",
3635
                    "homepage": "https://symfony.com/contributors"
3636
                }
3637
            ],
3638
            "description": "The Symfony PHP framework",
3639
            "homepage": "https://symfony.com",
3640
            "keywords": [
3641
                "framework"
3642
            ],
3643
            "time": "2015-05-29 22:16:04"
3644
        },
3645
        {
3646
            "name": "twig/extensions",
3647
            "version": "v1.0.1",
3648
            "source": {
3649
                "type": "git",
3650
                "url": "https://github.com/twigphp/Twig-extensions.git",
3651
                "reference": "f91a82ec225e5bb108e01a0f93c9be04f84dcfa0"
3652
            },
3653
            "dist": {
3654
                "type": "zip",
3655
                "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/f91a82ec225e5bb108e01a0f93c9be04f84dcfa0",
3656
                "reference": "f91a82ec225e5bb108e01a0f93c9be04f84dcfa0",
3657
                "shasum": ""
3658
            },
3659
            "require": {
3660
                "twig/twig": "~1.0"
3661
            },
3662
            "type": "library",
3663
            "extra": {
3664
                "branch-alias": {
3665
                    "dev-master": "1.0.x-dev"
3666
                }
3667
            },
3668
            "autoload": {
3669
                "psr-0": {
3670
                    "Twig_Extensions_": "lib/"
3671
                }
3672
            },
3673
            "notification-url": "https://packagist.org/downloads/",
3674
            "license": [
3675
                "MIT"
3676
            ],
3677
            "authors": [
3678
                {
3679
                    "name": "Fabien Potencier",
3680
                    "email": "[email protected]"
3681
                }
3682
            ],
3683
            "description": "Common additional features for Twig that do not directly belong in core",
3684
            "homepage": "https://github.com/fabpot/Twig-extensions",
3685
            "keywords": [
3686
                "debug",
3687
                "i18n",
3688
                "text"
3689
            ],
3690
            "time": "2013-10-18 19:37:15"
3691
        },
3692
        {
3693
            "name": "twig/twig",
0 ignored issues
show
There is a security advisory for your installed version of twig/twig:

Remote code execution in templates
Loading history...
3694
            "version": "v1.18.2",
3695
            "source": {
3696
                "type": "git",
3697
                "url": "https://github.com/twigphp/Twig.git",
3698
                "reference": "e8e6575abf6102af53ec283f7f14b89e304fa602"
3699
            },
3700
            "dist": {
3701
                "type": "zip",
3702
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/e8e6575abf6102af53ec283f7f14b89e304fa602",
3703
                "reference": "e8e6575abf6102af53ec283f7f14b89e304fa602",
3704
                "shasum": ""
3705
            },
3706
            "require": {
3707
                "php": ">=5.2.7"
3708
            },
3709
            "type": "library",
3710
            "extra": {
3711
                "branch-alias": {
3712
                    "dev-master": "1.18-dev"
3713
                }
3714
            },
3715
            "autoload": {
3716
                "psr-0": {
3717
                    "Twig_": "lib/"
3718
                }
3719
            },
3720
            "notification-url": "https://packagist.org/downloads/",
3721
            "license": [
3722
                "BSD-3-Clause"
3723
            ],
3724
            "authors": [
3725
                {
3726
                    "name": "Fabien Potencier",
3727
                    "email": "[email protected]",
3728
                    "homepage": "http://fabien.potencier.org",
3729
                    "role": "Lead Developer"
3730
                },
3731
                {
3732
                    "name": "Armin Ronacher",
3733
                    "email": "[email protected]",
3734
                    "role": "Project Founder"
3735
                },
3736
                {
3737
                    "name": "Twig Team",
3738
                    "homepage": "http://twig.sensiolabs.org/contributors",
3739
                    "role": "Contributors"
3740
                }
3741
            ],
3742
            "description": "Twig, the flexible, fast, and secure template language for PHP",
3743
            "homepage": "http://twig.sensiolabs.org",
3744
            "keywords": [
3745
                "templating"
3746
            ],
3747
            "time": "2015-06-06 23:31:24"
3748
        }
3749
    ],
3750
    "packages-dev": [],
3751
    "aliases": [],
3752
    "minimum-stability": "stable",
3753
    "stability-flags": {
3754
        "doctrine/doctrine-fixtures-bundle": 20,
3755
        "doctrine/data-fixtures": 20,
3756
        "symfony/intl": 20,
3757
        "jms/security-extra-bundle": 20,
3758
        "stof/doctrine-extensions-bundle": 20,
3759
        "friendsofsymfony/user-bundle": 20,
3760
        "ornicar/akismet-bundle": 20,
3761
        "coresphere/console-bundle": 20,
3762
        "knplabs/knp-snappy-bundle": 20
3763
    },
3764
    "prefer-stable": false,
3765
    "prefer-lowest": false,
3766
    "platform": {
3767
        "php": ">=5.3.3"
3768
    },
3769
    "platform-dev": []
3770
}
3771