Completed
Push — dev ( 5c06f5...dcd39b )
by Arnaud
09:19
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": "c4f9530eb3179ec05cfe3f4000717da8",
8
    "packages": [
9
        {
10
            "name": "bluebear/basebundle",
11
            "version": "v0.2",
12
            "target-dir": "BlueBear/BaseBundle",
13
            "source": {
14
                "type": "git",
15
                "url": "https://github.com/BlueBearGaming/BaseBundle.git",
16
                "reference": "ccd03b7de68e1051107b6f45b6c704dc42ce0385"
17
            },
18
            "dist": {
19
                "type": "zip",
20
                "url": "https://api.github.com/repos/BlueBearGaming/BaseBundle/zipball/ccd03b7de68e1051107b6f45b6c704dc42ce0385",
21
                "reference": "ccd03b7de68e1051107b6f45b6c704dc42ce0385",
22
                "shasum": ""
23
            },
24
            "require": {
25
                "doctrine/orm": ">=2.3",
26
                "php": ">=5.4",
27
                "sensio/framework-extra-bundle": "~3.0",
28
                "symfony/symfony": ">=2.6"
29
            },
30
            "type": "symfony-bundle",
31
            "autoload": {
32
                "psr-0": {
33
                    "BlueBear\\BaseBundle": ""
34
                }
35
            },
36
            "notification-url": "https://packagist.org/downloads/",
37
            "license": [
38
                "MIT"
39
            ],
40
            "authors": [
41
                {
42
                    "name": "JohnKrovitch",
43
                    "email": "[email protected]"
44
                },
45
                {
46
                    "name": "JohanDufour",
47
                    "email": "[email protected]"
48
                },
49
                {
50
                    "name": "VincentChalnot",
51
                    "email": "[email protected]"
52
                }
53
            ],
54
            "description": "Base bundle for Symfony2",
55
            "homepage": "https://github.com/CleverGaming/BaseBundle",
56
            "keywords": [
57
                "Symfony2",
58
                "base",
59
                "shortcut"
60
            ],
61
            "time": "2015-06-27 12:08:56"
62
        },
63
        {
64
            "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...
65
            "version": "v1.2.6",
66
            "source": {
67
                "type": "git",
68
                "url": "https://github.com/doctrine/annotations.git",
69
                "reference": "f4a91702ca3cd2e568c3736aa031ed00c3752af4"
70
            },
71
            "dist": {
72
                "type": "zip",
73
                "url": "https://api.github.com/repos/doctrine/annotations/zipball/f4a91702ca3cd2e568c3736aa031ed00c3752af4",
74
                "reference": "f4a91702ca3cd2e568c3736aa031ed00c3752af4",
75
                "shasum": ""
76
            },
77
            "require": {
78
                "doctrine/lexer": "1.*",
79
                "php": ">=5.3.2"
80
            },
81
            "require-dev": {
82
                "doctrine/cache": "1.*",
83
                "phpunit/phpunit": "4.*"
84
            },
85
            "type": "library",
86
            "extra": {
87
                "branch-alias": {
88
                    "dev-master": "1.3.x-dev"
89
                }
90
            },
91
            "autoload": {
92
                "psr-0": {
93
                    "Doctrine\\Common\\Annotations\\": "lib/"
94
                }
95
            },
96
            "notification-url": "https://packagist.org/downloads/",
97
            "license": [
98
                "MIT"
99
            ],
100
            "authors": [
101
                {
102
                    "name": "Roman Borschel",
103
                    "email": "[email protected]"
104
                },
105
                {
106
                    "name": "Benjamin Eberlei",
107
                    "email": "[email protected]"
108
                },
109
                {
110
                    "name": "Guilherme Blanco",
111
                    "email": "[email protected]"
112
                },
113
                {
114
                    "name": "Jonathan Wage",
115
                    "email": "[email protected]"
116
                },
117
                {
118
                    "name": "Johannes Schmitt",
119
                    "email": "[email protected]"
120
                }
121
            ],
122
            "description": "Docblock Annotations Parser",
123
            "homepage": "http://www.doctrine-project.org",
124
            "keywords": [
125
                "annotations",
126
                "docblock",
127
                "parser"
128
            ],
129
            "time": "2015-06-17 12:21:22"
130
        },
131
        {
132
            "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...
133
            "version": "v1.4.1",
134
            "source": {
135
                "type": "git",
136
                "url": "https://github.com/doctrine/cache.git",
137
                "reference": "c9eadeb743ac6199f7eec423cb9426bc518b7b03"
138
            },
139
            "dist": {
140
                "type": "zip",
141
                "url": "https://api.github.com/repos/doctrine/cache/zipball/c9eadeb743ac6199f7eec423cb9426bc518b7b03",
142
                "reference": "c9eadeb743ac6199f7eec423cb9426bc518b7b03",
143
                "shasum": ""
144
            },
145
            "require": {
146
                "php": ">=5.3.2"
147
            },
148
            "conflict": {
149
                "doctrine/common": ">2.2,<2.4"
150
            },
151
            "require-dev": {
152
                "phpunit/phpunit": ">=3.7",
153
                "predis/predis": "~1.0",
154
                "satooshi/php-coveralls": "~0.6"
155
            },
156
            "type": "library",
157
            "extra": {
158
                "branch-alias": {
159
                    "dev-master": "1.5.x-dev"
160
                }
161
            },
162
            "autoload": {
163
                "psr-0": {
164
                    "Doctrine\\Common\\Cache\\": "lib/"
165
                }
166
            },
167
            "notification-url": "https://packagist.org/downloads/",
168
            "license": [
169
                "MIT"
170
            ],
171
            "authors": [
172
                {
173
                    "name": "Roman Borschel",
174
                    "email": "[email protected]"
175
                },
176
                {
177
                    "name": "Benjamin Eberlei",
178
                    "email": "[email protected]"
179
                },
180
                {
181
                    "name": "Guilherme Blanco",
182
                    "email": "[email protected]"
183
                },
184
                {
185
                    "name": "Jonathan Wage",
186
                    "email": "[email protected]"
187
                },
188
                {
189
                    "name": "Johannes Schmitt",
190
                    "email": "[email protected]"
191
                }
192
            ],
193
            "description": "Caching library offering an object-oriented API for many cache backends",
194
            "homepage": "http://www.doctrine-project.org",
195
            "keywords": [
196
                "cache",
197
                "caching"
198
            ],
199
            "time": "2015-04-15 00:11:59"
200
        },
201
        {
202
            "name": "doctrine/collections",
203
            "version": "v1.3.0",
204
            "source": {
205
                "type": "git",
206
                "url": "https://github.com/doctrine/collections.git",
207
                "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a"
208
            },
209
            "dist": {
210
                "type": "zip",
211
                "url": "https://api.github.com/repos/doctrine/collections/zipball/6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
212
                "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
213
                "shasum": ""
214
            },
215
            "require": {
216
                "php": ">=5.3.2"
217
            },
218
            "require-dev": {
219
                "phpunit/phpunit": "~4.0"
220
            },
221
            "type": "library",
222
            "extra": {
223
                "branch-alias": {
224
                    "dev-master": "1.2.x-dev"
225
                }
226
            },
227
            "autoload": {
228
                "psr-0": {
229
                    "Doctrine\\Common\\Collections\\": "lib/"
230
                }
231
            },
232
            "notification-url": "https://packagist.org/downloads/",
233
            "license": [
234
                "MIT"
235
            ],
236
            "authors": [
237
                {
238
                    "name": "Roman Borschel",
239
                    "email": "[email protected]"
240
                },
241
                {
242
                    "name": "Benjamin Eberlei",
243
                    "email": "[email protected]"
244
                },
245
                {
246
                    "name": "Guilherme Blanco",
247
                    "email": "[email protected]"
248
                },
249
                {
250
                    "name": "Jonathan Wage",
251
                    "email": "[email protected]"
252
                },
253
                {
254
                    "name": "Johannes Schmitt",
255
                    "email": "[email protected]"
256
                }
257
            ],
258
            "description": "Collections Abstraction library",
259
            "homepage": "http://www.doctrine-project.org",
260
            "keywords": [
261
                "array",
262
                "collections",
263
                "iterator"
264
            ],
265
            "time": "2015-04-14 22:21:58"
266
        },
267
        {
268
            "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...
269
            "version": "v2.5.0",
270
            "source": {
271
                "type": "git",
272
                "url": "https://github.com/doctrine/common.git",
273
                "reference": "cd8daf2501e10c63dced7b8b9b905844316ae9d3"
274
            },
275
            "dist": {
276
                "type": "zip",
277
                "url": "https://api.github.com/repos/doctrine/common/zipball/cd8daf2501e10c63dced7b8b9b905844316ae9d3",
278
                "reference": "cd8daf2501e10c63dced7b8b9b905844316ae9d3",
279
                "shasum": ""
280
            },
281
            "require": {
282
                "doctrine/annotations": "1.*",
283
                "doctrine/cache": "1.*",
284
                "doctrine/collections": "1.*",
285
                "doctrine/inflector": "1.*",
286
                "doctrine/lexer": "1.*",
287
                "php": ">=5.3.2"
288
            },
289
            "require-dev": {
290
                "phpunit/phpunit": "~3.7"
291
            },
292
            "type": "library",
293
            "extra": {
294
                "branch-alias": {
295
                    "dev-master": "2.6.x-dev"
296
                }
297
            },
298
            "autoload": {
299
                "psr-0": {
300
                    "Doctrine\\Common\\": "lib/"
301
                }
302
            },
303
            "notification-url": "https://packagist.org/downloads/",
304
            "license": [
305
                "MIT"
306
            ],
307
            "authors": [
308
                {
309
                    "name": "Roman Borschel",
310
                    "email": "[email protected]"
311
                },
312
                {
313
                    "name": "Benjamin Eberlei",
314
                    "email": "[email protected]"
315
                },
316
                {
317
                    "name": "Guilherme Blanco",
318
                    "email": "[email protected]"
319
                },
320
                {
321
                    "name": "Jonathan Wage",
322
                    "email": "[email protected]"
323
                },
324
                {
325
                    "name": "Johannes Schmitt",
326
                    "email": "[email protected]"
327
                }
328
            ],
329
            "description": "Common Library for Doctrine projects",
330
            "homepage": "http://www.doctrine-project.org",
331
            "keywords": [
332
                "annotations",
333
                "collections",
334
                "eventmanager",
335
                "persistence",
336
                "spl"
337
            ],
338
            "time": "2015-04-02 19:55:44"
339
        },
340
        {
341
            "name": "doctrine/data-fixtures",
342
            "version": "v1.1.1",
343
            "source": {
344
                "type": "git",
345
                "url": "https://github.com/doctrine/data-fixtures.git",
346
                "reference": "bd44f6b6e40247b6530bc8abe802e4e4d914976a"
347
            },
348
            "dist": {
349
                "type": "zip",
350
                "url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/bd44f6b6e40247b6530bc8abe802e4e4d914976a",
351
                "reference": "bd44f6b6e40247b6530bc8abe802e4e4d914976a",
352
                "shasum": ""
353
            },
354
            "require": {
355
                "doctrine/common": "~2.2",
356
                "php": ">=5.3.2"
357
            },
358
            "conflict": {
359
                "doctrine/orm": "< 2.4"
360
            },
361
            "require-dev": {
362
                "doctrine/orm": "~2.4"
363
            },
364
            "suggest": {
365
                "doctrine/mongodb-odm": "For loading MongoDB ODM fixtures",
366
                "doctrine/orm": "For loading ORM fixtures",
367
                "doctrine/phpcr-odm": "For loading PHPCR ODM fixtures"
368
            },
369
            "type": "library",
370
            "extra": {
371
                "branch-alias": {
372
                    "dev-master": "1.1.x-dev"
373
                }
374
            },
375
            "autoload": {
376
                "psr-0": {
377
                    "Doctrine\\Common\\DataFixtures": "lib/"
378
                }
379
            },
380
            "notification-url": "https://packagist.org/downloads/",
381
            "license": [
382
                "MIT"
383
            ],
384
            "authors": [
385
                {
386
                    "name": "Jonathan Wage",
387
                    "email": "[email protected]"
388
                }
389
            ],
390
            "description": "Data Fixtures for all Doctrine Object Managers",
391
            "homepage": "http://www.doctrine-project.org",
392
            "keywords": [
393
                "database"
394
            ],
395
            "time": "2015-03-30 12:14:13"
396
        },
397
        {
398
            "name": "doctrine/dbal",
399
            "version": "v2.5.1",
400
            "source": {
401
                "type": "git",
402
                "url": "https://github.com/doctrine/dbal.git",
403
                "reference": "628c2256b646ae2417d44e063bce8aec5199d48d"
404
            },
405
            "dist": {
406
                "type": "zip",
407
                "url": "https://api.github.com/repos/doctrine/dbal/zipball/628c2256b646ae2417d44e063bce8aec5199d48d",
408
                "reference": "628c2256b646ae2417d44e063bce8aec5199d48d",
409
                "shasum": ""
410
            },
411
            "require": {
412
                "doctrine/common": ">=2.4,<2.6-dev",
413
                "php": ">=5.3.2"
414
            },
415
            "require-dev": {
416
                "phpunit/phpunit": "4.*",
417
                "symfony/console": "2.*"
418
            },
419
            "suggest": {
420
                "symfony/console": "For helpful console commands such as SQL execution and import of files."
421
            },
422
            "bin": [
423
                "bin/doctrine-dbal"
424
            ],
425
            "type": "library",
426
            "extra": {
427
                "branch-alias": {
428
                    "dev-master": "2.5.x-dev"
429
                }
430
            },
431
            "autoload": {
432
                "psr-0": {
433
                    "Doctrine\\DBAL\\": "lib/"
434
                }
435
            },
436
            "notification-url": "https://packagist.org/downloads/",
437
            "license": [
438
                "MIT"
439
            ],
440
            "authors": [
441
                {
442
                    "name": "Roman Borschel",
443
                    "email": "[email protected]"
444
                },
445
                {
446
                    "name": "Benjamin Eberlei",
447
                    "email": "[email protected]"
448
                },
449
                {
450
                    "name": "Guilherme Blanco",
451
                    "email": "[email protected]"
452
                },
453
                {
454
                    "name": "Jonathan Wage",
455
                    "email": "[email protected]"
456
                }
457
            ],
458
            "description": "Database Abstraction Layer",
459
            "homepage": "http://www.doctrine-project.org",
460
            "keywords": [
461
                "database",
462
                "dbal",
463
                "persistence",
464
                "queryobject"
465
            ],
466
            "time": "2015-01-12 21:52:47"
467
        },
468
        {
469
            "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...
470
            "version": "v1.5.0",
471
            "source": {
472
                "type": "git",
473
                "url": "https://github.com/doctrine/DoctrineBundle.git",
474
                "reference": "0b9e27037c4fdbad515ee5ec89842e9091a6480f"
475
            },
476
            "dist": {
477
                "type": "zip",
478
                "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/0b9e27037c4fdbad515ee5ec89842e9091a6480f",
479
                "reference": "0b9e27037c4fdbad515ee5ec89842e9091a6480f",
480
                "shasum": ""
481
            },
482
            "require": {
483
                "doctrine/dbal": "~2.3",
484
                "doctrine/doctrine-cache-bundle": "~1.0",
485
                "jdorn/sql-formatter": "~1.1",
486
                "php": ">=5.3.2",
487
                "symfony/console": "~2.3",
488
                "symfony/doctrine-bridge": "~2.2",
489
                "symfony/framework-bundle": "~2.3"
490
            },
491
            "require-dev": {
492
                "doctrine/orm": "~2.3",
493
                "phpunit/phpunit": "~4",
494
                "satooshi/php-coveralls": "~0.6.1",
495
                "symfony/validator": "~2.2",
496
                "symfony/yaml": "~2.2",
497
                "twig/twig": "~1.10"
498
            },
499
            "suggest": {
500
                "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.",
501
                "symfony/web-profiler-bundle": "to use the data collector"
502
            },
503
            "type": "symfony-bundle",
504
            "extra": {
505
                "branch-alias": {
506
                    "dev-master": "1.5.x-dev"
507
                }
508
            },
509
            "autoload": {
510
                "psr-4": {
511
                    "Doctrine\\Bundle\\DoctrineBundle\\": ""
512
                }
513
            },
514
            "notification-url": "https://packagist.org/downloads/",
515
            "license": [
516
                "MIT"
517
            ],
518
            "authors": [
519
                {
520
                    "name": "Symfony Community",
521
                    "homepage": "http://symfony.com/contributors"
522
                },
523
                {
524
                    "name": "Benjamin Eberlei",
525
                    "email": "[email protected]"
526
                },
527
                {
528
                    "name": "Doctrine Project",
529
                    "homepage": "http://www.doctrine-project.org/"
530
                },
531
                {
532
                    "name": "Fabien Potencier",
533
                    "email": "[email protected]"
534
                }
535
            ],
536
            "description": "Symfony DoctrineBundle",
537
            "homepage": "http://www.doctrine-project.org",
538
            "keywords": [
539
                "database",
540
                "dbal",
541
                "orm",
542
                "persistence"
543
            ],
544
            "time": "2015-05-28 12:27:15"
545
        },
546
        {
547
            "name": "doctrine/doctrine-cache-bundle",
548
            "version": "v1.0.1",
549
            "target-dir": "Doctrine/Bundle/DoctrineCacheBundle",
550
            "source": {
551
                "type": "git",
552
                "url": "https://github.com/doctrine/DoctrineCacheBundle.git",
553
                "reference": "e4b6f810aa047f9cbfe41c3d6a3d7e83d7477a9d"
554
            },
555
            "dist": {
556
                "type": "zip",
557
                "url": "https://api.github.com/repos/doctrine/DoctrineCacheBundle/zipball/e4b6f810aa047f9cbfe41c3d6a3d7e83d7477a9d",
558
                "reference": "e4b6f810aa047f9cbfe41c3d6a3d7e83d7477a9d",
559
                "shasum": ""
560
            },
561
            "require": {
562
                "doctrine/cache": "~1.3",
563
                "doctrine/inflector": "~1.0",
564
                "php": ">=5.3.2",
565
                "symfony/doctrine-bridge": "~2.2",
566
                "symfony/framework-bundle": "~2.2",
567
                "symfony/security": "~2.2"
568
            },
569
            "require-dev": {
570
                "instaclick/coding-standard": "~1.1",
571
                "instaclick/object-calisthenics-sniffs": "dev-master",
572
                "instaclick/symfony2-coding-standard": "dev-remaster",
573
                "phpunit/phpunit": "~3.7",
574
                "satooshi/php-coveralls": "~0.6.1",
575
                "squizlabs/php_codesniffer": "dev-master",
576
                "symfony/console": "~2.2",
577
                "symfony/finder": "~2.2",
578
                "symfony/validator": "~2.2",
579
                "symfony/yaml": "~2.2"
580
            },
581
            "type": "symfony-bundle",
582
            "extra": {
583
                "branch-alias": {
584
                    "dev-master": "1.0.x-dev"
585
                }
586
            },
587
            "autoload": {
588
                "psr-0": {
589
                    "Doctrine\\Bundle\\DoctrineCacheBundle": ""
590
                }
591
            },
592
            "notification-url": "https://packagist.org/downloads/",
593
            "license": [
594
                "MIT"
595
            ],
596
            "authors": [
597
                {
598
                    "name": "Symfony Community",
599
                    "homepage": "http://symfony.com/contributors"
600
                },
601
                {
602
                    "name": "Benjamin Eberlei",
603
                    "email": "[email protected]"
604
                },
605
                {
606
                    "name": "Fabio B. Silva",
607
                    "email": "[email protected]"
608
                },
609
                {
610
                    "name": "Guilherme Blanco",
611
                    "email": "[email protected]"
612
                },
613
                {
614
                    "name": "Doctrine Project",
615
                    "homepage": "http://www.doctrine-project.org/"
616
                },
617
                {
618
                    "name": "Fabien Potencier",
619
                    "email": "[email protected]"
620
                }
621
            ],
622
            "description": "Symfony2 Bundle for Doctrine Cache",
623
            "homepage": "http://www.doctrine-project.org",
624
            "keywords": [
625
                "cache",
626
                "caching"
627
            ],
628
            "time": "2014-11-28 09:43:36"
629
        },
630
        {
631
            "name": "doctrine/doctrine-fixtures-bundle",
632
            "version": "v2.2.0",
633
            "target-dir": "Doctrine/Bundle/FixturesBundle",
634
            "source": {
635
                "type": "git",
636
                "url": "https://github.com/doctrine/DoctrineFixturesBundle.git",
637
                "reference": "c811f96f0cf83b997e3a3ed037cac729bbe3e803"
638
            },
639
            "dist": {
640
                "type": "zip",
641
                "url": "https://api.github.com/repos/doctrine/DoctrineFixturesBundle/zipball/c811f96f0cf83b997e3a3ed037cac729bbe3e803",
642
                "reference": "c811f96f0cf83b997e3a3ed037cac729bbe3e803",
643
                "shasum": ""
644
            },
645
            "require": {
646
                "doctrine/data-fixtures": "~1.0",
647
                "doctrine/doctrine-bundle": "~1.0",
648
                "php": ">=5.3.2",
649
                "symfony/doctrine-bridge": "~2.1"
650
            },
651
            "type": "symfony-bundle",
652
            "extra": {
653
                "branch-alias": {
654
                    "dev-master": "2.1.x-dev"
655
                }
656
            },
657
            "autoload": {
658
                "psr-0": {
659
                    "Doctrine\\Bundle\\FixturesBundle": ""
660
                }
661
            },
662
            "notification-url": "https://packagist.org/downloads/",
663
            "license": [
664
                "MIT"
665
            ],
666
            "authors": [
667
                {
668
                    "name": "Fabien Potencier",
669
                    "email": "[email protected]",
670
                    "homepage": "http://fabien.potencier.org",
671
                    "role": "Lead Developer"
672
                },
673
                {
674
                    "name": "Symfony Community",
675
                    "homepage": "http://symfony.com/contributors"
676
                },
677
                {
678
                    "name": "Doctrine Project",
679
                    "homepage": "http://www.doctrine-project.org"
680
                }
681
            ],
682
            "description": "Symfony DoctrineFixturesBundle",
683
            "homepage": "http://www.doctrine-project.org",
684
            "keywords": [
685
                "Fixture",
686
                "persistence"
687
            ],
688
            "time": "2013-09-05 11:23:37"
689
        },
690
        {
691
            "name": "doctrine/inflector",
692
            "version": "v1.0.1",
693
            "source": {
694
                "type": "git",
695
                "url": "https://github.com/doctrine/inflector.git",
696
                "reference": "0bcb2e79d8571787f18b7eb036ed3d004908e604"
697
            },
698
            "dist": {
699
                "type": "zip",
700
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/0bcb2e79d8571787f18b7eb036ed3d004908e604",
701
                "reference": "0bcb2e79d8571787f18b7eb036ed3d004908e604",
702
                "shasum": ""
703
            },
704
            "require": {
705
                "php": ">=5.3.2"
706
            },
707
            "require-dev": {
708
                "phpunit/phpunit": "4.*"
709
            },
710
            "type": "library",
711
            "extra": {
712
                "branch-alias": {
713
                    "dev-master": "1.0.x-dev"
714
                }
715
            },
716
            "autoload": {
717
                "psr-0": {
718
                    "Doctrine\\Common\\Inflector\\": "lib/"
719
                }
720
            },
721
            "notification-url": "https://packagist.org/downloads/",
722
            "license": [
723
                "MIT"
724
            ],
725
            "authors": [
726
                {
727
                    "name": "Roman Borschel",
728
                    "email": "[email protected]"
729
                },
730
                {
731
                    "name": "Benjamin Eberlei",
732
                    "email": "[email protected]"
733
                },
734
                {
735
                    "name": "Guilherme Blanco",
736
                    "email": "[email protected]"
737
                },
738
                {
739
                    "name": "Jonathan Wage",
740
                    "email": "[email protected]"
741
                },
742
                {
743
                    "name": "Johannes Schmitt",
744
                    "email": "[email protected]"
745
                }
746
            ],
747
            "description": "Common String Manipulations with regard to casing and singular/plural rules.",
748
            "homepage": "http://www.doctrine-project.org",
749
            "keywords": [
750
                "inflection",
751
                "pluralize",
752
                "singularize",
753
                "string"
754
            ],
755
            "time": "2014-12-20 21:24:13"
756
        },
757
        {
758
            "name": "doctrine/instantiator",
759
            "version": "1.0.5",
760
            "source": {
761
                "type": "git",
762
                "url": "https://github.com/doctrine/instantiator.git",
763
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
764
            },
765
            "dist": {
766
                "type": "zip",
767
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
768
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
769
                "shasum": ""
770
            },
771
            "require": {
772
                "php": ">=5.3,<8.0-DEV"
773
            },
774
            "require-dev": {
775
                "athletic/athletic": "~0.1.8",
776
                "ext-pdo": "*",
777
                "ext-phar": "*",
778
                "phpunit/phpunit": "~4.0",
779
                "squizlabs/php_codesniffer": "~2.0"
780
            },
781
            "type": "library",
782
            "extra": {
783
                "branch-alias": {
784
                    "dev-master": "1.0.x-dev"
785
                }
786
            },
787
            "autoload": {
788
                "psr-4": {
789
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
790
                }
791
            },
792
            "notification-url": "https://packagist.org/downloads/",
793
            "license": [
794
                "MIT"
795
            ],
796
            "authors": [
797
                {
798
                    "name": "Marco Pivetta",
799
                    "email": "[email protected]",
800
                    "homepage": "http://ocramius.github.com/"
801
                }
802
            ],
803
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
804
            "homepage": "https://github.com/doctrine/instantiator",
805
            "keywords": [
806
                "constructor",
807
                "instantiate"
808
            ],
809
            "time": "2015-06-14 21:17:01"
810
        },
811
        {
812
            "name": "doctrine/lexer",
813
            "version": "v1.0.1",
814
            "source": {
815
                "type": "git",
816
                "url": "https://github.com/doctrine/lexer.git",
817
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
818
            },
819
            "dist": {
820
                "type": "zip",
821
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
822
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
823
                "shasum": ""
824
            },
825
            "require": {
826
                "php": ">=5.3.2"
827
            },
828
            "type": "library",
829
            "extra": {
830
                "branch-alias": {
831
                    "dev-master": "1.0.x-dev"
832
                }
833
            },
834
            "autoload": {
835
                "psr-0": {
836
                    "Doctrine\\Common\\Lexer\\": "lib/"
837
                }
838
            },
839
            "notification-url": "https://packagist.org/downloads/",
840
            "license": [
841
                "MIT"
842
            ],
843
            "authors": [
844
                {
845
                    "name": "Roman Borschel",
846
                    "email": "[email protected]"
847
                },
848
                {
849
                    "name": "Guilherme Blanco",
850
                    "email": "[email protected]"
851
                },
852
                {
853
                    "name": "Johannes Schmitt",
854
                    "email": "[email protected]"
855
                }
856
            ],
857
            "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
858
            "homepage": "http://www.doctrine-project.org",
859
            "keywords": [
860
                "lexer",
861
                "parser"
862
            ],
863
            "time": "2014-09-09 13:34:57"
864
        },
865
        {
866
            "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...
867
            "version": "v2.5.0",
868
            "source": {
869
                "type": "git",
870
                "url": "https://github.com/doctrine/doctrine2.git",
871
                "reference": "aa80c7d2c55a372f5f9f825f5c66dbda53a6e3fe"
872
            },
873
            "dist": {
874
                "type": "zip",
875
                "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/aa80c7d2c55a372f5f9f825f5c66dbda53a6e3fe",
876
                "reference": "aa80c7d2c55a372f5f9f825f5c66dbda53a6e3fe",
877
                "shasum": ""
878
            },
879
            "require": {
880
                "doctrine/cache": "~1.4",
881
                "doctrine/collections": "~1.2",
882
                "doctrine/common": ">=2.5-dev,<2.6-dev",
883
                "doctrine/dbal": ">=2.5-dev,<2.6-dev",
884
                "doctrine/instantiator": "~1.0.1",
885
                "ext-pdo": "*",
886
                "php": ">=5.4",
887
                "symfony/console": "~2.5"
888
            },
889
            "require-dev": {
890
                "phpunit/phpunit": "~4.0",
891
                "satooshi/php-coveralls": "dev-master",
892
                "symfony/yaml": "~2.1"
893
            },
894
            "suggest": {
895
                "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
896
            },
897
            "bin": [
898
                "bin/doctrine",
899
                "bin/doctrine.php"
900
            ],
901
            "type": "library",
902
            "extra": {
903
                "branch-alias": {
904
                    "dev-master": "2.6.x-dev"
905
                }
906
            },
907
            "autoload": {
908
                "psr-0": {
909
                    "Doctrine\\ORM\\": "lib/"
910
                }
911
            },
912
            "notification-url": "https://packagist.org/downloads/",
913
            "license": [
914
                "MIT"
915
            ],
916
            "authors": [
917
                {
918
                    "name": "Roman Borschel",
919
                    "email": "[email protected]"
920
                },
921
                {
922
                    "name": "Benjamin Eberlei",
923
                    "email": "[email protected]"
924
                },
925
                {
926
                    "name": "Guilherme Blanco",
927
                    "email": "[email protected]"
928
                },
929
                {
930
                    "name": "Jonathan Wage",
931
                    "email": "[email protected]"
932
                }
933
            ],
934
            "description": "Object-Relational-Mapper for PHP",
935
            "homepage": "http://www.doctrine-project.org",
936
            "keywords": [
937
                "database",
938
                "orm"
939
            ],
940
            "time": "2015-04-02 20:40:18"
941
        },
942
        {
943
            "name": "ee/dataexporter-bundle",
944
            "version": "v0.4.2",
945
            "target-dir": "EE/DataExporterBundle",
946
            "source": {
947
                "type": "git",
948
                "url": "https://github.com/EE/DataExporter.git",
949
                "reference": "c0f78ab21dc1752ff9232b8f24d0976459b6330d"
950
            },
951
            "dist": {
952
                "type": "zip",
953
                "url": "https://api.github.com/repos/EE/DataExporter/zipball/c0f78ab21dc1752ff9232b8f24d0976459b6330d",
954
                "reference": "c0f78ab21dc1752ff9232b8f24d0976459b6330d",
955
                "shasum": ""
956
            },
957
            "require": {
958
                "php": ">=5.3.3",
959
                "symfony/framework-bundle": "~2.1",
960
                "symfony/http-foundation": "~2.1",
961
                "symfony/property-access": "~2.1"
962
            },
963
            "require-dev": {
964
                "symfony/yaml": "~2.1"
965
            },
966
            "type": "symfony-bundle",
967
            "autoload": {
968
                "psr-0": {
969
                    "EE\\DataExporterBundle": ""
970
                }
971
            },
972
            "notification-url": "https://packagist.org/downloads/",
973
            "license": [
974
                "MIT"
975
            ],
976
            "authors": [
977
                {
978
                    "name": "Piotr Antosik",
979
                    "email": "[email protected]",
980
                    "homepage": "http://piotrantosik.com",
981
                    "role": "Developer"
982
                }
983
            ],
984
            "description": "Easy export data to CSV, XML, HTML, JSON or XLS",
985
            "homepage": "http://laboratorium.ee",
986
            "keywords": [
987
                "csv",
988
                "exporter",
989
                "json",
990
                "xls",
991
                "xml"
992
            ],
993
            "time": "2013-06-27 18:50:02"
994
        },
995
        {
996
            "name": "jdorn/sql-formatter",
997
            "version": "v1.2.17",
998
            "source": {
999
                "type": "git",
1000
                "url": "https://github.com/jdorn/sql-formatter.git",
1001
                "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc"
1002
            },
1003
            "dist": {
1004
                "type": "zip",
1005
                "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc",
1006
                "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc",
1007
                "shasum": ""
1008
            },
1009
            "require": {
1010
                "php": ">=5.2.4"
1011
            },
1012
            "require-dev": {
1013
                "phpunit/phpunit": "3.7.*"
1014
            },
1015
            "type": "library",
1016
            "extra": {
1017
                "branch-alias": {
1018
                    "dev-master": "1.3.x-dev"
1019
                }
1020
            },
1021
            "autoload": {
1022
                "classmap": [
1023
                    "lib"
1024
                ]
1025
            },
1026
            "notification-url": "https://packagist.org/downloads/",
1027
            "license": [
1028
                "MIT"
1029
            ],
1030
            "authors": [
1031
                {
1032
                    "name": "Jeremy Dorn",
1033
                    "email": "[email protected]",
1034
                    "homepage": "http://jeremydorn.com/"
1035
                }
1036
            ],
1037
            "description": "a PHP SQL highlighting library",
1038
            "homepage": "https://github.com/jdorn/sql-formatter/",
1039
            "keywords": [
1040
                "highlight",
1041
                "sql"
1042
            ],
1043
            "time": "2014-01-12 16:20:24"
1044
        },
1045
        {
1046
            "name": "pagerfanta/pagerfanta",
1047
            "version": "v1.0.3",
1048
            "source": {
1049
                "type": "git",
1050
                "url": "https://github.com/whiteoctober/Pagerfanta.git",
1051
                "reference": "a874d3612d954dcbbb49e5ffe178890918fb76fb"
1052
            },
1053
            "dist": {
1054
                "type": "zip",
1055
                "url": "https://api.github.com/repos/whiteoctober/Pagerfanta/zipball/a874d3612d954dcbbb49e5ffe178890918fb76fb",
1056
                "reference": "a874d3612d954dcbbb49e5ffe178890918fb76fb",
1057
                "shasum": ""
1058
            },
1059
            "require": {
1060
                "php": ">=5.3.0"
1061
            },
1062
            "require-dev": {
1063
                "doctrine/orm": "~2.3",
1064
                "doctrine/phpcr-odm": "1.*",
1065
                "jackalope/jackalope-doctrine-dbal": "1.*",
1066
                "jmikola/geojson": "~1.0",
1067
                "mandango/mandango": "~1.0@dev",
1068
                "mandango/mondator": "~1.0@dev",
1069
                "phpunit/phpunit": "~4",
1070
                "propel/propel1": "~1.6",
1071
                "ruflin/elastica": "~1.3",
1072
                "solarium/solarium": "~3.1"
1073
            },
1074
            "suggest": {
1075
                "doctrine/mongodb-odm": "To use the DoctrineODMMongoDBAdapter.",
1076
                "doctrine/orm": "To use the DoctrineORMAdapter.",
1077
                "doctrine/phpcr-odm": "To use the DoctrineODMPhpcrAdapter. >= 1.1.0",
1078
                "mandango/mandango": "To use the MandangoAdapter.",
1079
                "propel/propel1": "To use the PropelAdapter",
1080
                "solarium/solarium": "To use the SolariumAdapter."
1081
            },
1082
            "type": "library",
1083
            "extra": {
1084
                "branch-alias": {
1085
                    "dev-master": "1.0.x-dev"
1086
                }
1087
            },
1088
            "autoload": {
1089
                "psr-0": {
1090
                    "Pagerfanta\\": "src/"
1091
                }
1092
            },
1093
            "notification-url": "https://packagist.org/downloads/",
1094
            "license": [
1095
                "MIT"
1096
            ],
1097
            "authors": [
1098
                {
1099
                    "name": "Pablo Díez",
1100
                    "email": "[email protected]"
1101
                }
1102
            ],
1103
            "description": "Pagination for PHP 5.3",
1104
            "keywords": [
1105
                "page",
1106
                "pagination",
1107
                "paginator",
1108
                "paging"
1109
            ],
1110
            "time": "2014-10-06 10:57:25"
1111
        },
1112
        {
1113
            "name": "psr/log",
1114
            "version": "1.0.0",
1115
            "source": {
1116
                "type": "git",
1117
                "url": "https://github.com/php-fig/log.git",
1118
                "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
1119
            },
1120
            "dist": {
1121
                "type": "zip",
1122
                "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
1123
                "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
1124
                "shasum": ""
1125
            },
1126
            "type": "library",
1127
            "autoload": {
1128
                "psr-0": {
1129
                    "Psr\\Log\\": ""
1130
                }
1131
            },
1132
            "notification-url": "https://packagist.org/downloads/",
1133
            "license": [
1134
                "MIT"
1135
            ],
1136
            "authors": [
1137
                {
1138
                    "name": "PHP-FIG",
1139
                    "homepage": "http://www.php-fig.org/"
1140
                }
1141
            ],
1142
            "description": "Common interface for logging libraries",
1143
            "keywords": [
1144
                "log",
1145
                "psr",
1146
                "psr-3"
1147
            ],
1148
            "time": "2012-12-21 11:40:51"
1149
        },
1150
        {
1151
            "name": "sensio/framework-extra-bundle",
1152
            "version": "v3.0.9",
1153
            "source": {
1154
                "type": "git",
1155
                "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
1156
                "reference": "0616fd568da051adc19ca63006cc808531ba2da4"
1157
            },
1158
            "dist": {
1159
                "type": "zip",
1160
                "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/0616fd568da051adc19ca63006cc808531ba2da4",
1161
                "reference": "0616fd568da051adc19ca63006cc808531ba2da4",
1162
                "shasum": ""
1163
            },
1164
            "require": {
1165
                "doctrine/common": "~2.2",
1166
                "symfony/framework-bundle": "~2.3"
1167
            },
1168
            "require-dev": {
1169
                "symfony/expression-language": "~2.4",
1170
                "symfony/security-bundle": "~2.4"
1171
            },
1172
            "suggest": {
1173
                "symfony/expression-language": "",
1174
                "symfony/psr-http-message-bridge": "To use the PSR-7 converters",
1175
                "symfony/security-bundle": ""
1176
            },
1177
            "type": "symfony-bundle",
1178
            "extra": {
1179
                "branch-alias": {
1180
                    "dev-master": "3.0.x-dev"
1181
                }
1182
            },
1183
            "autoload": {
1184
                "psr-4": {
1185
                    "Sensio\\Bundle\\FrameworkExtraBundle\\": ""
1186
                }
1187
            },
1188
            "notification-url": "https://packagist.org/downloads/",
1189
            "license": [
1190
                "MIT"
1191
            ],
1192
            "authors": [
1193
                {
1194
                    "name": "Fabien Potencier",
1195
                    "email": "[email protected]"
1196
                }
1197
            ],
1198
            "description": "This bundle provides a way to configure your controllers with annotations",
1199
            "keywords": [
1200
                "annotations",
1201
                "controllers"
1202
            ],
1203
            "time": "2015-06-05 13:59:21"
1204
        },
1205
        {
1206
            "name": "symfony/symfony",
0 ignored issues
show
1207
            "version": "v2.7.2",
1208
            "source": {
1209
                "type": "git",
1210
                "url": "https://github.com/symfony/symfony.git",
1211
                "reference": "969d709ad428076bf1084e386dc26dd904d9fb84"
1212
            },
1213
            "dist": {
1214
                "type": "zip",
1215
                "url": "https://api.github.com/repos/symfony/symfony/zipball/969d709ad428076bf1084e386dc26dd904d9fb84",
1216
                "reference": "969d709ad428076bf1084e386dc26dd904d9fb84",
1217
                "shasum": ""
1218
            },
1219
            "require": {
1220
                "doctrine/common": "~2.3",
1221
                "php": ">=5.3.9",
1222
                "psr/log": "~1.0",
1223
                "twig/twig": "~1.18"
1224
            },
1225
            "replace": {
1226
                "symfony/asset": "self.version",
1227
                "symfony/browser-kit": "self.version",
1228
                "symfony/class-loader": "self.version",
1229
                "symfony/config": "self.version",
1230
                "symfony/console": "self.version",
1231
                "symfony/css-selector": "self.version",
1232
                "symfony/debug": "self.version",
1233
                "symfony/debug-bundle": "self.version",
1234
                "symfony/dependency-injection": "self.version",
1235
                "symfony/doctrine-bridge": "self.version",
1236
                "symfony/dom-crawler": "self.version",
1237
                "symfony/event-dispatcher": "self.version",
1238
                "symfony/expression-language": "self.version",
1239
                "symfony/filesystem": "self.version",
1240
                "symfony/finder": "self.version",
1241
                "symfony/form": "self.version",
1242
                "symfony/framework-bundle": "self.version",
1243
                "symfony/http-foundation": "self.version",
1244
                "symfony/http-kernel": "self.version",
1245
                "symfony/intl": "self.version",
1246
                "symfony/locale": "self.version",
1247
                "symfony/monolog-bridge": "self.version",
1248
                "symfony/options-resolver": "self.version",
1249
                "symfony/process": "self.version",
1250
                "symfony/property-access": "self.version",
1251
                "symfony/proxy-manager-bridge": "self.version",
1252
                "symfony/routing": "self.version",
1253
                "symfony/security": "self.version",
1254
                "symfony/security-acl": "self.version",
1255
                "symfony/security-bundle": "self.version",
1256
                "symfony/security-core": "self.version",
1257
                "symfony/security-csrf": "self.version",
1258
                "symfony/security-http": "self.version",
1259
                "symfony/serializer": "self.version",
1260
                "symfony/stopwatch": "self.version",
1261
                "symfony/swiftmailer-bridge": "self.version",
1262
                "symfony/templating": "self.version",
1263
                "symfony/translation": "self.version",
1264
                "symfony/twig-bridge": "self.version",
1265
                "symfony/twig-bundle": "self.version",
1266
                "symfony/validator": "self.version",
1267
                "symfony/var-dumper": "self.version",
1268
                "symfony/web-profiler-bundle": "self.version",
1269
                "symfony/yaml": "self.version"
1270
            },
1271
            "require-dev": {
1272
                "doctrine/data-fixtures": "1.0.*",
1273
                "doctrine/dbal": "~2.2",
1274
                "doctrine/doctrine-bundle": "~1.2",
1275
                "doctrine/orm": "~2.2,>=2.2.3",
1276
                "egulias/email-validator": "~1.2",
1277
                "ircmaxell/password-compat": "~1.0",
1278
                "monolog/monolog": "~1.11",
1279
                "ocramius/proxy-manager": "~0.4|~1.0",
1280
                "symfony/phpunit-bridge": "self.version"
1281
            },
1282
            "type": "library",
1283
            "extra": {
1284
                "branch-alias": {
1285
                    "dev-master": "2.7-dev"
1286
                }
1287
            },
1288
            "autoload": {
1289
                "psr-4": {
1290
                    "Symfony\\Bridge\\Doctrine\\": "src/Symfony/Bridge/Doctrine/",
1291
                    "Symfony\\Bridge\\Monolog\\": "src/Symfony/Bridge/Monolog/",
1292
                    "Symfony\\Bridge\\ProxyManager\\": "src/Symfony/Bridge/ProxyManager/",
1293
                    "Symfony\\Bridge\\Swiftmailer\\": "src/Symfony/Bridge/Swiftmailer/",
1294
                    "Symfony\\Bridge\\Twig\\": "src/Symfony/Bridge/Twig/",
1295
                    "Symfony\\Bundle\\": "src/Symfony/Bundle/",
1296
                    "Symfony\\Component\\": "src/Symfony/Component/"
1297
                },
1298
                "classmap": [
1299
                    "src/Symfony/Component/HttpFoundation/Resources/stubs",
1300
                    "src/Symfony/Component/Intl/Resources/stubs"
1301
                ],
1302
                "files": [
1303
                    "src/Symfony/Component/Intl/Resources/stubs/functions.php"
1304
                ]
1305
            },
1306
            "notification-url": "https://packagist.org/downloads/",
1307
            "license": [
1308
                "MIT"
1309
            ],
1310
            "authors": [
1311
                {
1312
                    "name": "Fabien Potencier",
1313
                    "email": "[email protected]"
1314
                },
1315
                {
1316
                    "name": "Symfony Community",
1317
                    "homepage": "https://symfony.com/contributors"
1318
                }
1319
            ],
1320
            "description": "The Symfony PHP framework",
1321
            "homepage": "https://symfony.com",
1322
            "keywords": [
1323
                "framework"
1324
            ],
1325
            "time": "2015-07-13 19:27:49"
1326
        },
1327
        {
1328
            "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...
1329
            "version": "v1.18.2",
1330
            "source": {
1331
                "type": "git",
1332
                "url": "https://github.com/twigphp/Twig.git",
1333
                "reference": "e8e6575abf6102af53ec283f7f14b89e304fa602"
1334
            },
1335
            "dist": {
1336
                "type": "zip",
1337
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/e8e6575abf6102af53ec283f7f14b89e304fa602",
1338
                "reference": "e8e6575abf6102af53ec283f7f14b89e304fa602",
1339
                "shasum": ""
1340
            },
1341
            "require": {
1342
                "php": ">=5.2.7"
1343
            },
1344
            "type": "library",
1345
            "extra": {
1346
                "branch-alias": {
1347
                    "dev-master": "1.18-dev"
1348
                }
1349
            },
1350
            "autoload": {
1351
                "psr-0": {
1352
                    "Twig_": "lib/"
1353
                }
1354
            },
1355
            "notification-url": "https://packagist.org/downloads/",
1356
            "license": [
1357
                "BSD-3-Clause"
1358
            ],
1359
            "authors": [
1360
                {
1361
                    "name": "Fabien Potencier",
1362
                    "email": "[email protected]",
1363
                    "homepage": "http://fabien.potencier.org",
1364
                    "role": "Lead Developer"
1365
                },
1366
                {
1367
                    "name": "Armin Ronacher",
1368
                    "email": "[email protected]",
1369
                    "role": "Project Founder"
1370
                },
1371
                {
1372
                    "name": "Twig Team",
1373
                    "homepage": "http://twig.sensiolabs.org/contributors",
1374
                    "role": "Contributors"
1375
                }
1376
            ],
1377
            "description": "Twig, the flexible, fast, and secure template language for PHP",
1378
            "homepage": "http://twig.sensiolabs.org",
1379
            "keywords": [
1380
                "templating"
1381
            ],
1382
            "time": "2015-06-06 23:31:24"
1383
        },
1384
        {
1385
            "name": "white-october/pagerfanta-bundle",
1386
            "version": "v1.0.3",
1387
            "target-dir": "WhiteOctober/PagerfantaBundle",
1388
            "source": {
1389
                "type": "git",
1390
                "url": "https://github.com/whiteoctober/WhiteOctoberPagerfantaBundle.git",
1391
                "reference": "6001a8101a71892c3ddbeb89cbe0d666a36dd383"
1392
            },
1393
            "dist": {
1394
                "type": "zip",
1395
                "url": "https://api.github.com/repos/whiteoctober/WhiteOctoberPagerfantaBundle/zipball/6001a8101a71892c3ddbeb89cbe0d666a36dd383",
1396
                "reference": "6001a8101a71892c3ddbeb89cbe0d666a36dd383",
1397
                "shasum": ""
1398
            },
1399
            "require": {
1400
                "pagerfanta/pagerfanta": "1.0.*",
1401
                "symfony/framework-bundle": "~2.2",
1402
                "symfony/property-access": "~2.2",
1403
                "symfony/twig-bundle": "~2.2"
1404
            },
1405
            "require-dev": {
1406
                "phpunit/phpunit": "~3.7",
1407
                "symfony/symfony": "~2.2"
1408
            },
1409
            "type": "symfony-bundle",
1410
            "extra": {
1411
                "branch-alias": {
1412
                    "dev-master": "1.0.x-dev"
1413
                }
1414
            },
1415
            "autoload": {
1416
                "psr-0": {
1417
                    "WhiteOctober\\PagerfantaBundle": ""
1418
                }
1419
            },
1420
            "notification-url": "https://packagist.org/downloads/",
1421
            "license": [
1422
                "MIT"
1423
            ],
1424
            "authors": [
1425
                {
1426
                    "name": "Pablo Díez",
1427
                    "email": "[email protected]"
1428
                }
1429
            ],
1430
            "description": "Bundle to use Pagerfanta with Symfony2",
1431
            "keywords": [
1432
                "page",
1433
                "paging"
1434
            ],
1435
            "time": "2015-04-29 21:29:00"
1436
        }
1437
    ],
1438
    "packages-dev": [],
1439
    "aliases": [],
1440
    "minimum-stability": "stable",
1441
    "stability-flags": [],
1442
    "prefer-stable": false,
1443
    "prefer-lowest": false,
1444
    "platform": {
1445
        "php": ">=5.4"
1446
    },
1447
    "platform-dev": []
1448
}
1449