Completed
Push — master ( cf3c12...7f7bb4 )
by Michael
15:34 queued 13:39
created

composer.lock (1 issue)

Severity

Upgrade to new PHP Analysis Engine

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

1
{
2
    "_readme": [
3
        "This file locks the dependencies of your project to a known state",
4
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
5
        "This file is @generated automatically"
6
    ],
7
    "hash": "574583c5790f330a70a3309f4b8af4fc",
8
    "content-hash": "709a3e20ce9cceef2e323c1839553e4f",
9
    "packages": [
10
        {
11
            "name": "composer/installers",
12
            "version": "v1.0.22",
13
            "source": {
14
                "type": "git",
15
                "url": "https://github.com/composer/installers.git",
16
                "reference": "bd9b14f094c89c8b5804a4e41edeb7853bb85046"
17
            },
18
            "dist": {
19
                "type": "zip",
20
                "url": "https://api.github.com/repos/composer/installers/zipball/bd9b14f094c89c8b5804a4e41edeb7853bb85046",
21
                "reference": "bd9b14f094c89c8b5804a4e41edeb7853bb85046",
22
                "shasum": ""
23
            },
24
            "require": {
25
                "composer-plugin-api": "1.0.0"
26
            },
27
            "replace": {
28
                "roundcube/plugin-installer": "*",
29
                "shama/baton": "*"
30
            },
31
            "require-dev": {
32
                "composer/composer": "1.0.*@dev",
33
                "phpunit/phpunit": "4.1.*"
34
            },
35
            "type": "composer-plugin",
36
            "extra": {
37
                "class": "Composer\\Installers\\Plugin",
38
                "branch-alias": {
39
                    "dev-master": "1.0-dev"
40
                }
41
            },
42
            "autoload": {
43
                "psr-0": {
44
                    "Composer\\Installers\\": "src/"
45
                }
46
            },
47
            "notification-url": "https://packagist.org/downloads/",
48
            "license": [
49
                "MIT"
50
            ],
51
            "authors": [
52
                {
53
                    "name": "Kyle Robinson Young",
54
                    "email": "[email protected]",
55
                    "homepage": "https://github.com/shama"
56
                }
57
            ],
58
            "description": "A multi-framework Composer library installer",
59
            "homepage": "http://composer.github.com/installers/",
60
            "keywords": [
61
                "Craft",
62
                "Dolibarr",
63
                "Hurad",
64
                "MODX Evo",
65
                "OXID",
66
                "SMF",
67
                "Thelia",
68
                "WolfCMS",
69
                "agl",
70
                "aimeos",
71
                "annotatecms",
72
                "bitrix",
73
                "cakephp",
74
                "chef",
75
                "codeigniter",
76
                "concrete5",
77
                "croogo",
78
                "dokuwiki",
79
                "drupal",
80
                "elgg",
81
                "fuelphp",
82
                "grav",
83
                "installer",
84
                "joomla",
85
                "kohana",
86
                "laravel",
87
                "lithium",
88
                "magento",
89
                "mako",
90
                "mediawiki",
91
                "modulework",
92
                "moodle",
93
                "phpbb",
94
                "piwik",
95
                "ppi",
96
                "puppet",
97
                "roundcube",
98
                "shopware",
99
                "silverstripe",
100
                "symfony",
101
                "typo3",
102
                "wordpress",
103
                "zend",
104
                "zikula"
105
            ],
106
            "time": "2015-10-29 23:28:48"
107
        },
108
        {
109
            "name": "doctrine/annotations",
110
            "version": "v1.2.7",
111
            "source": {
112
                "type": "git",
113
                "url": "https://github.com/doctrine/annotations.git",
114
                "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535"
115
            },
116
            "dist": {
117
                "type": "zip",
118
                "url": "https://api.github.com/repos/doctrine/annotations/zipball/f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
119
                "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
120
                "shasum": ""
121
            },
122
            "require": {
123
                "doctrine/lexer": "1.*",
124
                "php": ">=5.3.2"
125
            },
126
            "require-dev": {
127
                "doctrine/cache": "1.*",
128
                "phpunit/phpunit": "4.*"
129
            },
130
            "type": "library",
131
            "extra": {
132
                "branch-alias": {
133
                    "dev-master": "1.3.x-dev"
134
                }
135
            },
136
            "autoload": {
137
                "psr-0": {
138
                    "Doctrine\\Common\\Annotations\\": "lib/"
139
                }
140
            },
141
            "notification-url": "https://packagist.org/downloads/",
142
            "license": [
143
                "MIT"
144
            ],
145
            "authors": [
146
                {
147
                    "name": "Roman Borschel",
148
                    "email": "[email protected]"
149
                },
150
                {
151
                    "name": "Benjamin Eberlei",
152
                    "email": "[email protected]"
153
                },
154
                {
155
                    "name": "Guilherme Blanco",
156
                    "email": "[email protected]"
157
                },
158
                {
159
                    "name": "Jonathan Wage",
160
                    "email": "[email protected]"
161
                },
162
                {
163
                    "name": "Johannes Schmitt",
164
                    "email": "[email protected]"
165
                }
166
            ],
167
            "description": "Docblock Annotations Parser",
168
            "homepage": "http://www.doctrine-project.org",
169
            "keywords": [
170
                "annotations",
171
                "docblock",
172
                "parser"
173
            ],
174
            "time": "2015-08-31 12:32:49"
175
        },
176
        {
177
            "name": "doctrine/cache",
178
            "version": "v1.5.1",
179
            "source": {
180
                "type": "git",
181
                "url": "https://github.com/doctrine/cache.git",
182
                "reference": "2b9cec5a5e722010cbebc91713d4c11eaa064d5e"
183
            },
184
            "dist": {
185
                "type": "zip",
186
                "url": "https://api.github.com/repos/doctrine/cache/zipball/2b9cec5a5e722010cbebc91713d4c11eaa064d5e",
187
                "reference": "2b9cec5a5e722010cbebc91713d4c11eaa064d5e",
188
                "shasum": ""
189
            },
190
            "require": {
191
                "php": ">=5.3.2"
192
            },
193
            "conflict": {
194
                "doctrine/common": ">2.2,<2.4"
195
            },
196
            "require-dev": {
197
                "phpunit/phpunit": ">=3.7",
198
                "predis/predis": "~1.0",
199
                "satooshi/php-coveralls": "~0.6"
200
            },
201
            "type": "library",
202
            "extra": {
203
                "branch-alias": {
204
                    "dev-master": "1.5.x-dev"
205
                }
206
            },
207
            "autoload": {
208
                "psr-4": {
209
                    "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
210
                }
211
            },
212
            "notification-url": "https://packagist.org/downloads/",
213
            "license": [
214
                "MIT"
215
            ],
216
            "authors": [
217
                {
218
                    "name": "Roman Borschel",
219
                    "email": "[email protected]"
220
                },
221
                {
222
                    "name": "Benjamin Eberlei",
223
                    "email": "[email protected]"
224
                },
225
                {
226
                    "name": "Guilherme Blanco",
227
                    "email": "[email protected]"
228
                },
229
                {
230
                    "name": "Jonathan Wage",
231
                    "email": "[email protected]"
232
                },
233
                {
234
                    "name": "Johannes Schmitt",
235
                    "email": "[email protected]"
236
                }
237
            ],
238
            "description": "Caching library offering an object-oriented API for many cache backends",
239
            "homepage": "http://www.doctrine-project.org",
240
            "keywords": [
241
                "cache",
242
                "caching"
243
            ],
244
            "time": "2015-11-02 18:35:48"
245
        },
246
        {
247
            "name": "doctrine/collections",
248
            "version": "v1.3.0",
249
            "source": {
250
                "type": "git",
251
                "url": "https://github.com/doctrine/collections.git",
252
                "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a"
253
            },
254
            "dist": {
255
                "type": "zip",
256
                "url": "https://api.github.com/repos/doctrine/collections/zipball/6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
257
                "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
258
                "shasum": ""
259
            },
260
            "require": {
261
                "php": ">=5.3.2"
262
            },
263
            "require-dev": {
264
                "phpunit/phpunit": "~4.0"
265
            },
266
            "type": "library",
267
            "extra": {
268
                "branch-alias": {
269
                    "dev-master": "1.2.x-dev"
270
                }
271
            },
272
            "autoload": {
273
                "psr-0": {
274
                    "Doctrine\\Common\\Collections\\": "lib/"
275
                }
276
            },
277
            "notification-url": "https://packagist.org/downloads/",
278
            "license": [
279
                "MIT"
280
            ],
281
            "authors": [
282
                {
283
                    "name": "Roman Borschel",
284
                    "email": "[email protected]"
285
                },
286
                {
287
                    "name": "Benjamin Eberlei",
288
                    "email": "[email protected]"
289
                },
290
                {
291
                    "name": "Guilherme Blanco",
292
                    "email": "[email protected]"
293
                },
294
                {
295
                    "name": "Jonathan Wage",
296
                    "email": "[email protected]"
297
                },
298
                {
299
                    "name": "Johannes Schmitt",
300
                    "email": "[email protected]"
301
                }
302
            ],
303
            "description": "Collections Abstraction library",
304
            "homepage": "http://www.doctrine-project.org",
305
            "keywords": [
306
                "array",
307
                "collections",
308
                "iterator"
309
            ],
310
            "time": "2015-04-14 22:21:58"
311
        },
312
        {
313
            "name": "doctrine/common",
314
            "version": "v2.5.1",
315
            "source": {
316
                "type": "git",
317
                "url": "https://github.com/doctrine/common.git",
318
                "reference": "0009b8f0d4a917aabc971fb089eba80e872f83f9"
319
            },
320
            "dist": {
321
                "type": "zip",
322
                "url": "https://api.github.com/repos/doctrine/common/zipball/0009b8f0d4a917aabc971fb089eba80e872f83f9",
323
                "reference": "0009b8f0d4a917aabc971fb089eba80e872f83f9",
324
                "shasum": ""
325
            },
326
            "require": {
327
                "doctrine/annotations": "1.*",
328
                "doctrine/cache": "1.*",
329
                "doctrine/collections": "1.*",
330
                "doctrine/inflector": "1.*",
331
                "doctrine/lexer": "1.*",
332
                "php": ">=5.3.2"
333
            },
334
            "require-dev": {
335
                "phpunit/phpunit": "~3.7"
336
            },
337
            "type": "library",
338
            "extra": {
339
                "branch-alias": {
340
                    "dev-master": "2.6.x-dev"
341
                }
342
            },
343
            "autoload": {
344
                "psr-0": {
345
                    "Doctrine\\Common\\": "lib/"
346
                }
347
            },
348
            "notification-url": "https://packagist.org/downloads/",
349
            "license": [
350
                "MIT"
351
            ],
352
            "authors": [
353
                {
354
                    "name": "Roman Borschel",
355
                    "email": "[email protected]"
356
                },
357
                {
358
                    "name": "Benjamin Eberlei",
359
                    "email": "[email protected]"
360
                },
361
                {
362
                    "name": "Guilherme Blanco",
363
                    "email": "[email protected]"
364
                },
365
                {
366
                    "name": "Jonathan Wage",
367
                    "email": "[email protected]"
368
                },
369
                {
370
                    "name": "Johannes Schmitt",
371
                    "email": "[email protected]"
372
                }
373
            ],
374
            "description": "Common Library for Doctrine projects",
375
            "homepage": "http://www.doctrine-project.org",
376
            "keywords": [
377
                "annotations",
378
                "collections",
379
                "eventmanager",
380
                "persistence",
381
                "spl"
382
            ],
383
            "time": "2015-08-31 13:00:22"
384
        },
385
        {
386
            "name": "doctrine/data-fixtures",
387
            "version": "dev-master",
388
            "source": {
389
                "type": "git",
390
                "url": "https://github.com/doctrine/data-fixtures.git",
391
                "reference": "b4213c21f138c96c29ba2f57349d6fca5b2878a9"
392
            },
393
            "dist": {
394
                "type": "zip",
395
                "url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/b4213c21f138c96c29ba2f57349d6fca5b2878a9",
396
                "reference": "b4213c21f138c96c29ba2f57349d6fca5b2878a9",
397
                "shasum": ""
398
            },
399
            "require": {
400
                "doctrine/common": "~2.2",
401
                "php": ">=5.3.2"
402
            },
403
            "conflict": {
404
                "doctrine/orm": "< 2.4"
405
            },
406
            "require-dev": {
407
                "doctrine/orm": "~2.4"
408
            },
409
            "suggest": {
410
                "doctrine/mongodb-odm": "For loading MongoDB ODM fixtures",
411
                "doctrine/orm": "For loading ORM fixtures",
412
                "doctrine/phpcr-odm": "For loading PHPCR ODM fixtures"
413
            },
414
            "type": "library",
415
            "extra": {
416
                "branch-alias": {
417
                    "dev-master": "1.1.x-dev"
418
                }
419
            },
420
            "autoload": {
421
                "psr-0": {
422
                    "Doctrine\\Common\\DataFixtures": "lib/"
423
                }
424
            },
425
            "notification-url": "https://packagist.org/downloads/",
426
            "license": [
427
                "MIT"
428
            ],
429
            "authors": [
430
                {
431
                    "name": "Jonathan Wage",
432
                    "email": "[email protected]"
433
                }
434
            ],
435
            "description": "Data Fixtures for all Doctrine Object Managers",
436
            "homepage": "http://www.doctrine-project.org",
437
            "keywords": [
438
                "database"
439
            ],
440
            "time": "2015-11-02 22:38:12"
441
        },
442
        {
443
            "name": "doctrine/dbal",
444
            "version": "v2.5.2",
445
            "source": {
446
                "type": "git",
447
                "url": "https://github.com/doctrine/dbal.git",
448
                "reference": "01dbcbc5cd0a913d751418e635434a18a2f2a75c"
449
            },
450
            "dist": {
451
                "type": "zip",
452
                "url": "https://api.github.com/repos/doctrine/dbal/zipball/01dbcbc5cd0a913d751418e635434a18a2f2a75c",
453
                "reference": "01dbcbc5cd0a913d751418e635434a18a2f2a75c",
454
                "shasum": ""
455
            },
456
            "require": {
457
                "doctrine/common": ">=2.4,<2.6-dev",
458
                "php": ">=5.3.2"
459
            },
460
            "require-dev": {
461
                "phpunit/phpunit": "4.*",
462
                "symfony/console": "2.*"
463
            },
464
            "suggest": {
465
                "symfony/console": "For helpful console commands such as SQL execution and import of files."
466
            },
467
            "bin": [
468
                "bin/doctrine-dbal"
469
            ],
470
            "type": "library",
471
            "extra": {
472
                "branch-alias": {
473
                    "dev-master": "2.5.x-dev"
474
                }
475
            },
476
            "autoload": {
477
                "psr-0": {
478
                    "Doctrine\\DBAL\\": "lib/"
479
                }
480
            },
481
            "notification-url": "https://packagist.org/downloads/",
482
            "license": [
483
                "MIT"
484
            ],
485
            "authors": [
486
                {
487
                    "name": "Roman Borschel",
488
                    "email": "[email protected]"
489
                },
490
                {
491
                    "name": "Benjamin Eberlei",
492
                    "email": "[email protected]"
493
                },
494
                {
495
                    "name": "Guilherme Blanco",
496
                    "email": "[email protected]"
497
                },
498
                {
499
                    "name": "Jonathan Wage",
500
                    "email": "[email protected]"
501
                }
502
            ],
503
            "description": "Database Abstraction Layer",
504
            "homepage": "http://www.doctrine-project.org",
505
            "keywords": [
506
                "database",
507
                "dbal",
508
                "persistence",
509
                "queryobject"
510
            ],
511
            "time": "2015-09-16 16:29:33"
512
        },
513
        {
514
            "name": "doctrine/doctrine-bundle",
515
            "version": "1.6.1",
516
            "source": {
517
                "type": "git",
518
                "url": "https://github.com/doctrine/DoctrineBundle.git",
519
                "reference": "c4ffef2b2296e9d0179eb0b5248e5ae25c9bba3b"
520
            },
521
            "dist": {
522
                "type": "zip",
523
                "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/c4ffef2b2296e9d0179eb0b5248e5ae25c9bba3b",
524
                "reference": "c4ffef2b2296e9d0179eb0b5248e5ae25c9bba3b",
525
                "shasum": ""
526
            },
527
            "require": {
528
                "doctrine/dbal": "~2.3",
529
                "doctrine/doctrine-cache-bundle": "~1.0",
530
                "jdorn/sql-formatter": "~1.1",
531
                "php": ">=5.3.2",
532
                "symfony/console": "~2.3|~3.0",
533
                "symfony/doctrine-bridge": "~2.2|~3.0",
534
                "symfony/framework-bundle": "~2.3|~3.0"
535
            },
536
            "require-dev": {
537
                "doctrine/orm": "~2.3",
538
                "phpunit/phpunit": "~4",
539
                "satooshi/php-coveralls": "~0.6.1",
540
                "symfony/validator": "~2.2|~3.0",
541
                "symfony/yaml": "~2.2|~3.0",
542
                "twig/twig": "~1.10"
543
            },
544
            "suggest": {
545
                "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.",
546
                "symfony/web-profiler-bundle": "to use the data collector"
547
            },
548
            "type": "symfony-bundle",
549
            "extra": {
550
                "branch-alias": {
551
                    "dev-master": "1.6.x-dev"
552
                }
553
            },
554
            "autoload": {
555
                "psr-4": {
556
                    "Doctrine\\Bundle\\DoctrineBundle\\": ""
557
                }
558
            },
559
            "notification-url": "https://packagist.org/downloads/",
560
            "license": [
561
                "MIT"
562
            ],
563
            "authors": [
564
                {
565
                    "name": "Symfony Community",
566
                    "homepage": "http://symfony.com/contributors"
567
                },
568
                {
569
                    "name": "Benjamin Eberlei",
570
                    "email": "[email protected]"
571
                },
572
                {
573
                    "name": "Doctrine Project",
574
                    "homepage": "http://www.doctrine-project.org/"
575
                },
576
                {
577
                    "name": "Fabien Potencier",
578
                    "email": "[email protected]"
579
                }
580
            ],
581
            "description": "Symfony DoctrineBundle",
582
            "homepage": "http://www.doctrine-project.org",
583
            "keywords": [
584
                "database",
585
                "dbal",
586
                "orm",
587
                "persistence"
588
            ],
589
            "time": "2015-11-16 17:11:46"
590
        },
591
        {
592
            "name": "doctrine/doctrine-cache-bundle",
593
            "version": "1.2.2",
594
            "source": {
595
                "type": "git",
596
                "url": "https://github.com/doctrine/DoctrineCacheBundle.git",
597
                "reference": "030ff41ef1db66370b36467086bfb817a661fe6a"
598
            },
599
            "dist": {
600
                "type": "zip",
601
                "url": "https://api.github.com/repos/doctrine/DoctrineCacheBundle/zipball/030ff41ef1db66370b36467086bfb817a661fe6a",
602
                "reference": "030ff41ef1db66370b36467086bfb817a661fe6a",
603
                "shasum": ""
604
            },
605
            "require": {
606
                "doctrine/cache": "^1.4.2",
607
                "doctrine/inflector": "~1.0",
608
                "php": ">=5.3.2",
609
                "symfony/doctrine-bridge": "~2.2|~3.0"
610
            },
611
            "require-dev": {
612
                "instaclick/coding-standard": "~1.1",
613
                "instaclick/object-calisthenics-sniffs": "dev-master",
614
                "instaclick/symfony2-coding-standard": "dev-remaster",
615
                "phpunit/phpunit": "~4",
616
                "satooshi/php-coveralls": "~0.6.1",
617
                "squizlabs/php_codesniffer": "~1.5",
618
                "symfony/console": "~2.2|~3.0",
619
                "symfony/finder": "~2.2|~3.0",
620
                "symfony/framework-bundle": "~2.2|~3.0",
621
                "symfony/phpunit-bridge": "~2.7|~3.0",
622
                "symfony/security-acl": "~2.3|~3.0",
623
                "symfony/validator": "~2.2|~3.0",
624
                "symfony/yaml": "~2.2|~3.0"
625
            },
626
            "suggest": {
627
                "symfony/security-acl": "For using this bundle to cache ACLs"
628
            },
629
            "type": "symfony-bundle",
630
            "extra": {
631
                "branch-alias": {
632
                    "dev-master": "1.2.x-dev"
633
                }
634
            },
635
            "autoload": {
636
                "psr-4": {
637
                    "Doctrine\\Bundle\\DoctrineCacheBundle\\": ""
638
                }
639
            },
640
            "notification-url": "https://packagist.org/downloads/",
641
            "license": [
642
                "MIT"
643
            ],
644
            "authors": [
645
                {
646
                    "name": "Symfony Community",
647
                    "homepage": "http://symfony.com/contributors"
648
                },
649
                {
650
                    "name": "Benjamin Eberlei",
651
                    "email": "[email protected]"
652
                },
653
                {
654
                    "name": "Fabio B. Silva",
655
                    "email": "[email protected]"
656
                },
657
                {
658
                    "name": "Guilherme Blanco",
659
                    "email": "[email protected]"
660
                },
661
                {
662
                    "name": "Doctrine Project",
663
                    "homepage": "http://www.doctrine-project.org/"
664
                },
665
                {
666
                    "name": "Fabien Potencier",
667
                    "email": "[email protected]"
668
                }
669
            ],
670
            "description": "Symfony Bundle for Doctrine Cache",
671
            "homepage": "http://www.doctrine-project.org",
672
            "keywords": [
673
                "cache",
674
                "caching"
675
            ],
676
            "time": "2015-11-27 04:59:07"
677
        },
678
        {
679
            "name": "doctrine/doctrine-fixtures-bundle",
680
            "version": "dev-master",
681
            "source": {
682
                "type": "git",
683
                "url": "https://github.com/doctrine/DoctrineFixturesBundle.git",
684
                "reference": "0f1a2f91b349e10f5c343f75ab71d23aace5b029"
685
            },
686
            "dist": {
687
                "type": "zip",
688
                "url": "https://api.github.com/repos/doctrine/DoctrineFixturesBundle/zipball/0f1a2f91b349e10f5c343f75ab71d23aace5b029",
689
                "reference": "0f1a2f91b349e10f5c343f75ab71d23aace5b029",
690
                "shasum": ""
691
            },
692
            "require": {
693
                "doctrine/data-fixtures": "~1.0",
694
                "doctrine/doctrine-bundle": "~1.0",
695
                "php": ">=5.3.2",
696
                "symfony/doctrine-bridge": "~2.3|~3.0"
697
            },
698
            "type": "symfony-bundle",
699
            "extra": {
700
                "branch-alias": {
701
                    "dev-master": "2.2.x-dev"
702
                }
703
            },
704
            "autoload": {
705
                "psr-4": {
706
                    "Doctrine\\Bundle\\FixturesBundle\\": ""
707
                }
708
            },
709
            "notification-url": "https://packagist.org/downloads/",
710
            "license": [
711
                "MIT"
712
            ],
713
            "authors": [
714
                {
715
                    "name": "Symfony Community",
716
                    "homepage": "http://symfony.com/contributors"
717
                },
718
                {
719
                    "name": "Doctrine Project",
720
                    "homepage": "http://www.doctrine-project.org"
721
                },
722
                {
723
                    "name": "Fabien Potencier",
724
                    "email": "[email protected]"
725
                }
726
            ],
727
            "description": "Symfony DoctrineFixturesBundle",
728
            "homepage": "http://www.doctrine-project.org",
729
            "keywords": [
730
                "Fixture",
731
                "persistence"
732
            ],
733
            "time": "2015-11-04 21:23:23"
734
        },
735
        {
736
            "name": "doctrine/doctrine-migrations-bundle",
737
            "version": "dev-master",
738
            "source": {
739
                "type": "git",
740
                "url": "https://github.com/doctrine/DoctrineMigrationsBundle.git",
741
                "reference": "86d2b1c9c195c12175551d02a475067977c0afcf"
742
            },
743
            "dist": {
744
                "type": "zip",
745
                "url": "https://api.github.com/repos/doctrine/DoctrineMigrationsBundle/zipball/86d2b1c9c195c12175551d02a475067977c0afcf",
746
                "reference": "86d2b1c9c195c12175551d02a475067977c0afcf",
747
                "shasum": ""
748
            },
749
            "require": {
750
                "doctrine/doctrine-bundle": "~1.0",
751
                "doctrine/migrations": "~1.0",
752
                "php": ">=5.4.0",
753
                "symfony/framework-bundle": "~2.3|~3.0"
754
            },
755
            "type": "symfony-bundle",
756
            "extra": {
757
                "branch-alias": {
758
                    "dev-master": "1.1-dev"
759
                }
760
            },
761
            "autoload": {
762
                "psr-4": {
763
                    "Doctrine\\Bundle\\MigrationsBundle\\": ""
764
                }
765
            },
766
            "notification-url": "https://packagist.org/downloads/",
767
            "license": [
768
                "MIT"
769
            ],
770
            "authors": [
771
                {
772
                    "name": "Symfony Community",
773
                    "homepage": "http://symfony.com/contributors"
774
                },
775
                {
776
                    "name": "Doctrine Project",
777
                    "homepage": "http://www.doctrine-project.org"
778
                },
779
                {
780
                    "name": "Fabien Potencier",
781
                    "email": "[email protected]"
782
                }
783
            ],
784
            "description": "Symfony DoctrineMigrationsBundle",
785
            "homepage": "http://www.doctrine-project.org",
786
            "keywords": [
787
                "dbal",
788
                "migrations",
789
                "schema"
790
            ],
791
            "time": "2015-11-12 13:18:26"
792
        },
793
        {
794
            "name": "doctrine/inflector",
795
            "version": "v1.1.0",
796
            "source": {
797
                "type": "git",
798
                "url": "https://github.com/doctrine/inflector.git",
799
                "reference": "90b2128806bfde671b6952ab8bea493942c1fdae"
800
            },
801
            "dist": {
802
                "type": "zip",
803
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae",
804
                "reference": "90b2128806bfde671b6952ab8bea493942c1fdae",
805
                "shasum": ""
806
            },
807
            "require": {
808
                "php": ">=5.3.2"
809
            },
810
            "require-dev": {
811
                "phpunit/phpunit": "4.*"
812
            },
813
            "type": "library",
814
            "extra": {
815
                "branch-alias": {
816
                    "dev-master": "1.1.x-dev"
817
                }
818
            },
819
            "autoload": {
820
                "psr-0": {
821
                    "Doctrine\\Common\\Inflector\\": "lib/"
822
                }
823
            },
824
            "notification-url": "https://packagist.org/downloads/",
825
            "license": [
826
                "MIT"
827
            ],
828
            "authors": [
829
                {
830
                    "name": "Roman Borschel",
831
                    "email": "[email protected]"
832
                },
833
                {
834
                    "name": "Benjamin Eberlei",
835
                    "email": "[email protected]"
836
                },
837
                {
838
                    "name": "Guilherme Blanco",
839
                    "email": "[email protected]"
840
                },
841
                {
842
                    "name": "Jonathan Wage",
843
                    "email": "[email protected]"
844
                },
845
                {
846
                    "name": "Johannes Schmitt",
847
                    "email": "[email protected]"
848
                }
849
            ],
850
            "description": "Common String Manipulations with regard to casing and singular/plural rules.",
851
            "homepage": "http://www.doctrine-project.org",
852
            "keywords": [
853
                "inflection",
854
                "pluralize",
855
                "singularize",
856
                "string"
857
            ],
858
            "time": "2015-11-06 14:35:42"
859
        },
860
        {
861
            "name": "doctrine/instantiator",
862
            "version": "1.0.5",
863
            "source": {
864
                "type": "git",
865
                "url": "https://github.com/doctrine/instantiator.git",
866
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
867
            },
868
            "dist": {
869
                "type": "zip",
870
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
871
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
872
                "shasum": ""
873
            },
874
            "require": {
875
                "php": ">=5.3,<8.0-DEV"
876
            },
877
            "require-dev": {
878
                "athletic/athletic": "~0.1.8",
879
                "ext-pdo": "*",
880
                "ext-phar": "*",
881
                "phpunit/phpunit": "~4.0",
882
                "squizlabs/php_codesniffer": "~2.0"
883
            },
884
            "type": "library",
885
            "extra": {
886
                "branch-alias": {
887
                    "dev-master": "1.0.x-dev"
888
                }
889
            },
890
            "autoload": {
891
                "psr-4": {
892
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
893
                }
894
            },
895
            "notification-url": "https://packagist.org/downloads/",
896
            "license": [
897
                "MIT"
898
            ],
899
            "authors": [
900
                {
901
                    "name": "Marco Pivetta",
902
                    "email": "[email protected]",
903
                    "homepage": "http://ocramius.github.com/"
904
                }
905
            ],
906
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
907
            "homepage": "https://github.com/doctrine/instantiator",
908
            "keywords": [
909
                "constructor",
910
                "instantiate"
911
            ],
912
            "time": "2015-06-14 21:17:01"
913
        },
914
        {
915
            "name": "doctrine/lexer",
916
            "version": "v1.0.1",
917
            "source": {
918
                "type": "git",
919
                "url": "https://github.com/doctrine/lexer.git",
920
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
921
            },
922
            "dist": {
923
                "type": "zip",
924
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
925
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
926
                "shasum": ""
927
            },
928
            "require": {
929
                "php": ">=5.3.2"
930
            },
931
            "type": "library",
932
            "extra": {
933
                "branch-alias": {
934
                    "dev-master": "1.0.x-dev"
935
                }
936
            },
937
            "autoload": {
938
                "psr-0": {
939
                    "Doctrine\\Common\\Lexer\\": "lib/"
940
                }
941
            },
942
            "notification-url": "https://packagist.org/downloads/",
943
            "license": [
944
                "MIT"
945
            ],
946
            "authors": [
947
                {
948
                    "name": "Roman Borschel",
949
                    "email": "[email protected]"
950
                },
951
                {
952
                    "name": "Guilherme Blanco",
953
                    "email": "[email protected]"
954
                },
955
                {
956
                    "name": "Johannes Schmitt",
957
                    "email": "[email protected]"
958
                }
959
            ],
960
            "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
961
            "homepage": "http://www.doctrine-project.org",
962
            "keywords": [
963
                "lexer",
964
                "parser"
965
            ],
966
            "time": "2014-09-09 13:34:57"
967
        },
968
        {
969
            "name": "doctrine/migrations",
970
            "version": "dev-master",
971
            "source": {
972
                "type": "git",
973
                "url": "https://github.com/doctrine/migrations.git",
974
                "reference": "b386d2a17634192fc406acc4090d58eb6e903ca5"
975
            },
976
            "dist": {
977
                "type": "zip",
978
                "url": "https://api.github.com/repos/doctrine/migrations/zipball/360ad927e2593deca126379a330704605ad0eeac",
979
                "reference": "b386d2a17634192fc406acc4090d58eb6e903ca5",
980
                "shasum": ""
981
            },
982
            "require": {
983
                "doctrine/dbal": "~2.2",
984
                "php": ">=5.4.0",
985
                "symfony/console": "~2.3|~3.0",
986
                "symfony/yaml": "~2.3|~3.0"
987
            },
988
            "require-dev": {
989
                "doctrine/coding-standard": "dev-master",
990
                "doctrine/orm": "2.*",
991
                "johnkary/phpunit-speedtrap": "~1.0@dev",
992
                "mockery/mockery": "^0.9.4",
993
                "phpunit/phpunit": "~4.7",
994
                "satooshi/php-coveralls": "0.6.*"
995
            },
996
            "bin": [
997
                "bin/doctrine-migrations"
998
            ],
999
            "type": "library",
1000
            "extra": {
1001
                "branch-alias": {
1002
                    "dev-master": "v1.1.x-dev"
1003
                }
1004
            },
1005
            "autoload": {
1006
                "psr-4": {
1007
                    "Doctrine\\DBAL\\Migrations\\": "lib/Doctrine/DBAL/Migrations"
1008
                }
1009
            },
1010
            "notification-url": "https://packagist.org/downloads/",
1011
            "license": [
1012
                "LGPL-2.1"
1013
            ],
1014
            "authors": [
1015
                {
1016
                    "name": "Benjamin Eberlei",
1017
                    "email": "[email protected]"
1018
                },
1019
                {
1020
                    "name": "Jonathan Wage",
1021
                    "email": "[email protected]"
1022
                },
1023
                {
1024
                    "name": "Michael Simonson",
1025
                    "email": "[email protected]"
1026
                }
1027
            ],
1028
            "description": "Database Schema migrations using Doctrine DBAL",
1029
            "homepage": "http://www.doctrine-project.org",
1030
            "keywords": [
1031
                "database",
1032
                "migrations"
1033
            ],
1034
            "time": "2015-11-26 11:16:07"
1035
        },
1036
        {
1037
            "name": "doctrine/orm",
1038
            "version": "v2.5.2",
1039
            "source": {
1040
                "type": "git",
1041
                "url": "https://github.com/doctrine/doctrine2.git",
1042
                "reference": "464b5fdbfbbeb4a65465ac173c4c5d90960f41ff"
1043
            },
1044
            "dist": {
1045
                "type": "zip",
1046
                "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/464b5fdbfbbeb4a65465ac173c4c5d90960f41ff",
1047
                "reference": "464b5fdbfbbeb4a65465ac173c4c5d90960f41ff",
1048
                "shasum": ""
1049
            },
1050
            "require": {
1051
                "doctrine/cache": "~1.4",
1052
                "doctrine/collections": "~1.2",
1053
                "doctrine/common": ">=2.5-dev,<2.6-dev",
1054
                "doctrine/dbal": ">=2.5-dev,<2.6-dev",
1055
                "doctrine/instantiator": "~1.0.1",
1056
                "ext-pdo": "*",
1057
                "php": ">=5.4",
1058
                "symfony/console": "~2.5|~3.0"
1059
            },
1060
            "require-dev": {
1061
                "phpunit/phpunit": "~4.0",
1062
                "satooshi/php-coveralls": "dev-master",
1063
                "symfony/yaml": "~2.3|~3.0"
1064
            },
1065
            "suggest": {
1066
                "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
1067
            },
1068
            "bin": [
1069
                "bin/doctrine",
1070
                "bin/doctrine.php"
1071
            ],
1072
            "type": "library",
1073
            "extra": {
1074
                "branch-alias": {
1075
                    "dev-master": "2.6.x-dev"
1076
                }
1077
            },
1078
            "autoload": {
1079
                "psr-0": {
1080
                    "Doctrine\\ORM\\": "lib/"
1081
                }
1082
            },
1083
            "notification-url": "https://packagist.org/downloads/",
1084
            "license": [
1085
                "MIT"
1086
            ],
1087
            "authors": [
1088
                {
1089
                    "name": "Roman Borschel",
1090
                    "email": "[email protected]"
1091
                },
1092
                {
1093
                    "name": "Benjamin Eberlei",
1094
                    "email": "[email protected]"
1095
                },
1096
                {
1097
                    "name": "Guilherme Blanco",
1098
                    "email": "[email protected]"
1099
                },
1100
                {
1101
                    "name": "Jonathan Wage",
1102
                    "email": "[email protected]"
1103
                }
1104
            ],
1105
            "description": "Object-Relational-Mapper for PHP",
1106
            "homepage": "http://www.doctrine-project.org",
1107
            "keywords": [
1108
                "database",
1109
                "orm"
1110
            ],
1111
            "time": "2015-11-23 12:44:25"
1112
        },
1113
        {
1114
            "name": "gitonomy/gitlib",
1115
            "version": "v0.1.8",
1116
            "source": {
1117
                "type": "git",
1118
                "url": "https://github.com/gitonomy/gitlib.git",
1119
                "reference": "f575b8f7da917ade7890c6aa705fa22545690389"
1120
            },
1121
            "dist": {
1122
                "type": "zip",
1123
                "url": "https://api.github.com/repos/gitonomy/gitlib/zipball/f575b8f7da917ade7890c6aa705fa22545690389",
1124
                "reference": "f575b8f7da917ade7890c6aa705fa22545690389",
1125
                "shasum": ""
1126
            },
1127
            "require": {
1128
                "symfony/process": "^2.3|^3.0"
1129
            },
1130
            "require-dev": {
1131
                "psr/log": "^1.0"
1132
            },
1133
            "suggest": {
1134
                "psr/log": "Add some log"
1135
            },
1136
            "type": "library",
1137
            "extra": {
1138
                "branch-alias": {
1139
                    "dev-master": "1.0-dev"
1140
                }
1141
            },
1142
            "autoload": {
1143
                "psr-4": {
1144
                    "Gitonomy\\Git\\": "src/Gitonomy/Git/"
1145
                }
1146
            },
1147
            "notification-url": "https://packagist.org/downloads/",
1148
            "license": [
1149
                "MIT"
1150
            ],
1151
            "authors": [
1152
                {
1153
                    "name": "Alexandre Salomé",
1154
                    "email": "[email protected]",
1155
                    "homepage": "http://alexandre-salome.fr"
1156
                },
1157
                {
1158
                    "name": "Julien DIDIER",
1159
                    "email": "[email protected]",
1160
                    "homepage": "http://www.jdidier.net"
1161
                }
1162
            ],
1163
            "description": "Library for accessing git",
1164
            "homepage": "http://gitonomy.com",
1165
            "time": "2015-12-01 22:25:57"
1166
        },
1167
        {
1168
            "name": "ircmaxell/password-compat",
1169
            "version": "v1.0.4",
1170
            "source": {
1171
                "type": "git",
1172
                "url": "https://github.com/ircmaxell/password_compat.git",
1173
                "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c"
1174
            },
1175
            "dist": {
1176
                "type": "zip",
1177
                "url": "https://api.github.com/repos/ircmaxell/password_compat/zipball/5c5cde8822a69545767f7c7f3058cb15ff84614c",
1178
                "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c",
1179
                "shasum": ""
1180
            },
1181
            "require-dev": {
1182
                "phpunit/phpunit": "4.*"
1183
            },
1184
            "type": "library",
1185
            "autoload": {
1186
                "files": [
1187
                    "lib/password.php"
1188
                ]
1189
            },
1190
            "notification-url": "https://packagist.org/downloads/",
1191
            "license": [
1192
                "MIT"
1193
            ],
1194
            "authors": [
1195
                {
1196
                    "name": "Anthony Ferrara",
1197
                    "email": "[email protected]",
1198
                    "homepage": "http://blog.ircmaxell.com"
1199
                }
1200
            ],
1201
            "description": "A compatibility library for the proposed simplified password hashing algorithm: https://wiki.php.net/rfc/password_hash",
1202
            "homepage": "https://github.com/ircmaxell/password_compat",
1203
            "keywords": [
1204
                "hashing",
1205
                "password"
1206
            ],
1207
            "time": "2014-11-20 16:49:30"
1208
        },
1209
        {
1210
            "name": "jdorn/sql-formatter",
1211
            "version": "v1.2.17",
1212
            "source": {
1213
                "type": "git",
1214
                "url": "https://github.com/jdorn/sql-formatter.git",
1215
                "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc"
1216
            },
1217
            "dist": {
1218
                "type": "zip",
1219
                "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc",
1220
                "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc",
1221
                "shasum": ""
1222
            },
1223
            "require": {
1224
                "php": ">=5.2.4"
1225
            },
1226
            "require-dev": {
1227
                "phpunit/phpunit": "3.7.*"
1228
            },
1229
            "type": "library",
1230
            "extra": {
1231
                "branch-alias": {
1232
                    "dev-master": "1.3.x-dev"
1233
                }
1234
            },
1235
            "autoload": {
1236
                "classmap": [
1237
                    "lib"
1238
                ]
1239
            },
1240
            "notification-url": "https://packagist.org/downloads/",
1241
            "license": [
1242
                "MIT"
1243
            ],
1244
            "authors": [
1245
                {
1246
                    "name": "Jeremy Dorn",
1247
                    "email": "[email protected]",
1248
                    "homepage": "http://jeremydorn.com/"
1249
                }
1250
            ],
1251
            "description": "a PHP SQL highlighting library",
1252
            "homepage": "https://github.com/jdorn/sql-formatter/",
1253
            "keywords": [
1254
                "highlight",
1255
                "sql"
1256
            ],
1257
            "time": "2014-01-12 16:20:24"
1258
        },
1259
        {
1260
            "name": "kriswallsmith/assetic",
1261
            "version": "v1.3.2",
1262
            "source": {
1263
                "type": "git",
1264
                "url": "https://github.com/kriswallsmith/assetic.git",
1265
                "reference": "9928f7c4ad98b234e3559d1049abd13387f86db5"
1266
            },
1267
            "dist": {
1268
                "type": "zip",
1269
                "url": "https://api.github.com/repos/kriswallsmith/assetic/zipball/9928f7c4ad98b234e3559d1049abd13387f86db5",
1270
                "reference": "9928f7c4ad98b234e3559d1049abd13387f86db5",
1271
                "shasum": ""
1272
            },
1273
            "require": {
1274
                "php": ">=5.3.1",
1275
                "symfony/process": "~2.1|~3.0"
1276
            },
1277
            "conflict": {
1278
                "twig/twig": "<1.23"
1279
            },
1280
            "require-dev": {
1281
                "cssmin/cssmin": "3.0.1",
1282
                "joliclic/javascript-packer": "1.1",
1283
                "kamicane/packager": "1.0",
1284
                "leafo/lessphp": "^0.3.7",
1285
                "leafo/scssphp": "~0.1",
1286
                "mrclay/minify": "~2.2",
1287
                "patchwork/jsqueeze": "~1.0|~2.0",
1288
                "phpunit/phpunit": "~4.8",
1289
                "psr/log": "~1.0",
1290
                "ptachoire/cssembed": "~1.0",
1291
                "symfony/phpunit-bridge": "~2.7|~3.0",
1292
                "twig/twig": "~1.8|~2.0"
1293
            },
1294
            "suggest": {
1295
                "leafo/lessphp": "Assetic provides the integration with the lessphp LESS compiler",
1296
                "leafo/scssphp": "Assetic provides the integration with the scssphp SCSS compiler",
1297
                "leafo/scssphp-compass": "Assetic provides the integration with the SCSS compass plugin",
1298
                "patchwork/jsqueeze": "Assetic provides the integration with the JSqueeze JavaScript compressor",
1299
                "ptachoire/cssembed": "Assetic provides the integration with phpcssembed to embed data uris",
1300
                "twig/twig": "Assetic provides the integration with the Twig templating engine"
1301
            },
1302
            "type": "library",
1303
            "extra": {
1304
                "branch-alias": {
1305
                    "dev-master": "1.4-dev"
1306
                }
1307
            },
1308
            "autoload": {
1309
                "psr-0": {
1310
                    "Assetic": "src/"
1311
                },
1312
                "files": [
1313
                    "src/functions.php"
1314
                ]
1315
            },
1316
            "notification-url": "https://packagist.org/downloads/",
1317
            "license": [
1318
                "MIT"
1319
            ],
1320
            "authors": [
1321
                {
1322
                    "name": "Kris Wallsmith",
1323
                    "email": "[email protected]",
1324
                    "homepage": "http://kriswallsmith.net/"
1325
                }
1326
            ],
1327
            "description": "Asset Management for PHP",
1328
            "homepage": "https://github.com/kriswallsmith/assetic",
1329
            "keywords": [
1330
                "assets",
1331
                "compression",
1332
                "minification"
1333
            ],
1334
            "time": "2015-11-12 13:51:40"
1335
        },
1336
        {
1337
            "name": "monolog/monolog",
1338
            "version": "1.17.2",
1339
            "source": {
1340
                "type": "git",
1341
                "url": "https://github.com/Seldaek/monolog.git",
1342
                "reference": "bee7f0dc9c3e0b69a6039697533dca1e845c8c24"
1343
            },
1344
            "dist": {
1345
                "type": "zip",
1346
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/bee7f0dc9c3e0b69a6039697533dca1e845c8c24",
1347
                "reference": "bee7f0dc9c3e0b69a6039697533dca1e845c8c24",
1348
                "shasum": ""
1349
            },
1350
            "require": {
1351
                "php": ">=5.3.0",
1352
                "psr/log": "~1.0"
1353
            },
1354
            "provide": {
1355
                "psr/log-implementation": "1.0.0"
1356
            },
1357
            "require-dev": {
1358
                "aws/aws-sdk-php": "^2.4.9",
1359
                "doctrine/couchdb": "~1.0@dev",
1360
                "graylog2/gelf-php": "~1.0",
1361
                "jakub-onderka/php-parallel-lint": "0.9",
1362
                "php-console/php-console": "^3.1.3",
1363
                "phpunit/phpunit": "~4.5",
1364
                "phpunit/phpunit-mock-objects": "2.3.0",
1365
                "raven/raven": "^0.13",
1366
                "ruflin/elastica": ">=0.90 <3.0",
1367
                "swiftmailer/swiftmailer": "~5.3",
1368
                "videlalvaro/php-amqplib": "~2.4"
1369
            },
1370
            "suggest": {
1371
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
1372
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
1373
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
1374
                "ext-mongo": "Allow sending log messages to a MongoDB server",
1375
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
1376
                "php-console/php-console": "Allow sending log messages to Google Chrome",
1377
                "raven/raven": "Allow sending log messages to a Sentry server",
1378
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
1379
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
1380
                "videlalvaro/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib"
1381
            },
1382
            "type": "library",
1383
            "extra": {
1384
                "branch-alias": {
1385
                    "dev-master": "1.16.x-dev"
1386
                }
1387
            },
1388
            "autoload": {
1389
                "psr-4": {
1390
                    "Monolog\\": "src/Monolog"
1391
                }
1392
            },
1393
            "notification-url": "https://packagist.org/downloads/",
1394
            "license": [
1395
                "MIT"
1396
            ],
1397
            "authors": [
1398
                {
1399
                    "name": "Jordi Boggiano",
1400
                    "email": "[email protected]",
1401
                    "homepage": "http://seld.be"
1402
                }
1403
            ],
1404
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
1405
            "homepage": "http://github.com/Seldaek/monolog",
1406
            "keywords": [
1407
                "log",
1408
                "logging",
1409
                "psr-3"
1410
            ],
1411
            "time": "2015-10-14 12:51:02"
1412
        },
1413
        {
1414
            "name": "nikic/php-parser",
1415
            "version": "v0.9.5",
1416
            "source": {
1417
                "type": "git",
1418
                "url": "https://github.com/nikic/PHP-Parser.git",
1419
                "reference": "ef70767475434bdb3615b43c327e2cae17ef12eb"
1420
            },
1421
            "dist": {
1422
                "type": "zip",
1423
                "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/ef70767475434bdb3615b43c327e2cae17ef12eb",
1424
                "reference": "ef70767475434bdb3615b43c327e2cae17ef12eb",
1425
                "shasum": ""
1426
            },
1427
            "require": {
1428
                "ext-tokenizer": "*",
1429
                "php": ">=5.2"
1430
            },
1431
            "type": "library",
1432
            "extra": {
1433
                "branch-alias": {
1434
                    "dev-master": "0.9-dev"
1435
                }
1436
            },
1437
            "autoload": {
1438
                "psr-0": {
1439
                    "PHPParser": "lib/"
1440
                }
1441
            },
1442
            "notification-url": "https://packagist.org/downloads/",
1443
            "license": [
1444
                "BSD-3-Clause"
1445
            ],
1446
            "authors": [
1447
                {
1448
                    "name": "Nikita Popov"
1449
                }
1450
            ],
1451
            "description": "A PHP parser written in PHP",
1452
            "keywords": [
1453
                "parser",
1454
                "php"
1455
            ],
1456
            "time": "2014-07-23 18:24:17"
1457
        },
1458
        {
1459
            "name": "paragonie/random_compat",
1460
            "version": "1.1.1",
1461
            "source": {
1462
                "type": "git",
1463
                "url": "https://github.com/paragonie/random_compat.git",
1464
                "reference": "a208865a5aeffc2dbbef2a5b3409887272d93f32"
1465
            },
1466
            "dist": {
1467
                "type": "zip",
1468
                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/a208865a5aeffc2dbbef2a5b3409887272d93f32",
1469
                "reference": "a208865a5aeffc2dbbef2a5b3409887272d93f32",
1470
                "shasum": ""
1471
            },
1472
            "require": {
1473
                "php": ">=5.2.0"
1474
            },
1475
            "require-dev": {
1476
                "phpunit/phpunit": "4.*|5.*"
1477
            },
1478
            "suggest": {
1479
                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
1480
            },
1481
            "type": "library",
1482
            "autoload": {
1483
                "files": [
1484
                    "lib/random.php"
1485
                ]
1486
            },
1487
            "notification-url": "https://packagist.org/downloads/",
1488
            "license": [
1489
                "MIT"
1490
            ],
1491
            "authors": [
1492
                {
1493
                    "name": "Paragon Initiative Enterprises",
1494
                    "email": "[email protected]",
1495
                    "homepage": "https://paragonie.com"
1496
                }
1497
            ],
1498
            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
1499
            "keywords": [
1500
                "csprng",
1501
                "pseudorandom",
1502
                "random"
1503
            ],
1504
            "time": "2015-12-01 02:52:15"
1505
        },
1506
        {
1507
            "name": "phpbb/epv",
1508
            "version": "0.0.6",
1509
            "source": {
1510
                "type": "git",
1511
                "url": "https://github.com/phpbb/epv.git",
1512
                "reference": "20988361847a65198f2ac15a225e3f4d9ca3030c"
1513
            },
1514
            "dist": {
1515
                "type": "zip",
1516
                "url": "https://api.github.com/repos/phpbb/epv/zipball/20988361847a65198f2ac15a225e3f4d9ca3030c",
1517
                "reference": "20988361847a65198f2ac15a225e3f4d9ca3030c",
1518
                "shasum": ""
1519
            },
1520
            "require": {
1521
                "gitonomy/gitlib": "0.1.*@dev",
1522
                "nikic/php-parser": "0.9.*@dev",
1523
                "php": ">=5.3.3",
1524
                "sensiolabs/ansi-to-html": "~1.1",
1525
                "symfony/console": "~2.3",
1526
                "symfony/finder": "~2.3",
1527
                "symfony/process": "~2.3",
1528
                "symfony/yaml": "~2.3"
1529
            },
1530
            "require-dev": {
1531
                "phpunit/phpunit": "4.4.*",
1532
                "phpunit/phpunit-mock-objects": "2.3.*"
1533
            },
1534
            "bin": [
1535
                "src/EPV.php"
1536
            ],
1537
            "type": "library",
1538
            "autoload": {
1539
                "psr-4": {
1540
                    "Phpbb\\Epv\\": "src/"
1541
                }
1542
            },
1543
            "notification-url": "https://packagist.org/downloads/",
1544
            "license": [
1545
                "GPL-2.0"
1546
            ],
1547
            "authors": [
1548
                {
1549
                    "name": "Paul Sohier",
1550
                    "email": "[email protected]"
1551
                }
1552
            ],
1553
            "description": "A extension validator for phpBB extensions. Extensions are required to pass the validator when submitted to the extension database.",
1554
            "time": "2016-01-31 18:06:43"
1555
        },
1556
        {
1557
            "name": "phpbb/website-assets",
1558
            "version": "dev-master",
1559
            "source": {
1560
                "type": "git",
1561
                "url": "https://github.com/phpbb/website-assets.git",
1562
                "reference": "91d30a19a420d3c152c21ca543697189293080c9"
1563
            },
1564
            "dist": {
1565
                "type": "zip",
1566
                "url": "https://api.github.com/repos/phpbb/website-assets/zipball/91d30a19a420d3c152c21ca543697189293080c9",
1567
                "reference": "91d30a19a420d3c152c21ca543697189293080c9",
1568
                "shasum": ""
1569
            },
1570
            "require": {
1571
                "composer/installers": "~1.0"
1572
            },
1573
            "type": "phpbb-style",
1574
            "support": {
1575
                "source": "https://github.com/phpbb/website-assets/tree/master"
1576
            },
1577
            "time": "2016-01-11 00:25:14"
1578
        },
1579
        {
1580
            "name": "psr/log",
1581
            "version": "1.0.0",
1582
            "source": {
1583
                "type": "git",
1584
                "url": "https://github.com/php-fig/log.git",
1585
                "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
1586
            },
1587
            "dist": {
1588
                "type": "zip",
1589
                "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
1590
                "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
1591
                "shasum": ""
1592
            },
1593
            "type": "library",
1594
            "autoload": {
1595
                "psr-0": {
1596
                    "Psr\\Log\\": ""
1597
                }
1598
            },
1599
            "notification-url": "https://packagist.org/downloads/",
1600
            "license": [
1601
                "MIT"
1602
            ],
1603
            "authors": [
1604
                {
1605
                    "name": "PHP-FIG",
1606
                    "homepage": "http://www.php-fig.org/"
1607
                }
1608
            ],
1609
            "description": "Common interface for logging libraries",
1610
            "keywords": [
1611
                "log",
1612
                "psr",
1613
                "psr-3"
1614
            ],
1615
            "time": "2012-12-21 11:40:51"
1616
        },
1617
        {
1618
            "name": "qafoolabs/profiler",
1619
            "version": "v1.3.6",
1620
            "source": {
1621
                "type": "git",
1622
                "url": "https://github.com/QafooLabs/profiler.git",
1623
                "reference": "b1a823768e731006987dd95793fd250aa9d04b1f"
1624
            },
1625
            "dist": {
1626
                "type": "zip",
1627
                "url": "https://api.github.com/repos/QafooLabs/profiler/zipball/b1a823768e731006987dd95793fd250aa9d04b1f",
1628
                "reference": "b1a823768e731006987dd95793fd250aa9d04b1f",
1629
                "shasum": ""
1630
            },
1631
            "type": "library",
1632
            "autoload": {
1633
                "psr-0": {
1634
                    "QafooLabs\\Profiler": "src/main"
1635
                }
1636
            },
1637
            "notification-url": "https://packagist.org/downloads/",
1638
            "license": [
1639
                "MIT"
1640
            ],
1641
            "description": "Simple library that wraps Xhprof profile collection and sends to Qafoo Profiler",
1642
            "time": "2015-02-19 11:46:10"
1643
        },
1644
        {
1645
            "name": "sensio/distribution-bundle",
1646
            "version": "v3.0.2",
1647
            "target-dir": "Sensio/Bundle/DistributionBundle",
1648
            "source": {
1649
                "type": "git",
1650
                "url": "https://github.com/sensiolabs/SensioDistributionBundle.git",
1651
                "reference": "67b34359f91c25ad36b960f66a287df0615d7c54"
1652
            },
1653
            "dist": {
1654
                "type": "zip",
1655
                "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/67b34359f91c25ad36b960f66a287df0615d7c54",
1656
                "reference": "67b34359f91c25ad36b960f66a287df0615d7c54",
1657
                "shasum": ""
1658
            },
1659
            "require": {
1660
                "php": ">=5.3.3",
1661
                "symfony/class-loader": "~2.2",
1662
                "symfony/config": "~2.2",
1663
                "symfony/dependency-injection": "~2.2",
1664
                "symfony/filesystem": "~2.2",
1665
                "symfony/form": "~2.2",
1666
                "symfony/framework-bundle": "~2.2",
1667
                "symfony/http-foundation": "~2.2",
1668
                "symfony/http-kernel": "~2.2",
1669
                "symfony/process": "~2.2",
1670
                "symfony/validator": "~2.2",
1671
                "symfony/yaml": "~2.2"
1672
            },
1673
            "type": "symfony-bundle",
1674
            "extra": {
1675
                "branch-alias": {
1676
                    "dev-master": "3.0.x-dev"
1677
                }
1678
            },
1679
            "autoload": {
1680
                "psr-0": {
1681
                    "Sensio\\Bundle\\DistributionBundle": ""
1682
                }
1683
            },
1684
            "notification-url": "https://packagist.org/downloads/",
1685
            "license": [
1686
                "MIT"
1687
            ],
1688
            "authors": [
1689
                {
1690
                    "name": "Fabien Potencier",
1691
                    "email": "[email protected]",
1692
                    "homepage": "http://fabien.potencier.org",
1693
                    "role": "Lead Developer"
1694
                }
1695
            ],
1696
            "description": "The base bundle for the Symfony Distributions",
1697
            "keywords": [
1698
                "configuration",
1699
                "distribution"
1700
            ],
1701
            "time": "2014-07-16 07:46:27"
1702
        },
1703
        {
1704
            "name": "sensio/framework-extra-bundle",
1705
            "version": "v3.0.11",
1706
            "source": {
1707
                "type": "git",
1708
                "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
1709
                "reference": "a79e205737b58d557c05caef6dfa8f94d8084bca"
1710
            },
1711
            "dist": {
1712
                "type": "zip",
1713
                "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/a79e205737b58d557c05caef6dfa8f94d8084bca",
1714
                "reference": "a79e205737b58d557c05caef6dfa8f94d8084bca",
1715
                "shasum": ""
1716
            },
1717
            "require": {
1718
                "doctrine/common": "~2.2",
1719
                "symfony/framework-bundle": "~2.3|~3.0"
1720
            },
1721
            "require-dev": {
1722
                "symfony/expression-language": "~2.4|~3.0",
1723
                "symfony/security-bundle": "~2.4|~3.0"
1724
            },
1725
            "suggest": {
1726
                "symfony/expression-language": "",
1727
                "symfony/psr-http-message-bridge": "To use the PSR-7 converters",
1728
                "symfony/security-bundle": ""
1729
            },
1730
            "type": "symfony-bundle",
1731
            "extra": {
1732
                "branch-alias": {
1733
                    "dev-master": "3.0.x-dev"
1734
                }
1735
            },
1736
            "autoload": {
1737
                "psr-4": {
1738
                    "Sensio\\Bundle\\FrameworkExtraBundle\\": ""
1739
                }
1740
            },
1741
            "notification-url": "https://packagist.org/downloads/",
1742
            "license": [
1743
                "MIT"
1744
            ],
1745
            "authors": [
1746
                {
1747
                    "name": "Fabien Potencier",
1748
                    "email": "[email protected]"
1749
                }
1750
            ],
1751
            "description": "This bundle provides a way to configure your controllers with annotations",
1752
            "keywords": [
1753
                "annotations",
1754
                "controllers"
1755
            ],
1756
            "time": "2015-10-28 15:47:04"
1757
        },
1758
        {
1759
            "name": "sensio/generator-bundle",
1760
            "version": "v2.5.3",
1761
            "target-dir": "Sensio/Bundle/GeneratorBundle",
1762
            "source": {
1763
                "type": "git",
1764
                "url": "https://github.com/sensiolabs/SensioGeneratorBundle.git",
1765
                "reference": "e50108c2133ee5c9c484555faed50c17a61221d3"
1766
            },
1767
            "dist": {
1768
                "type": "zip",
1769
                "url": "https://api.github.com/repos/sensiolabs/SensioGeneratorBundle/zipball/e50108c2133ee5c9c484555faed50c17a61221d3",
1770
                "reference": "e50108c2133ee5c9c484555faed50c17a61221d3",
1771
                "shasum": ""
1772
            },
1773
            "require": {
1774
                "symfony/console": "~2.5",
1775
                "symfony/framework-bundle": "~2.2"
1776
            },
1777
            "require-dev": {
1778
                "doctrine/orm": "~2.2,>=2.2.3",
1779
                "symfony/doctrine-bridge": "~2.2",
1780
                "twig/twig": "~1.11"
1781
            },
1782
            "type": "symfony-bundle",
1783
            "extra": {
1784
                "branch-alias": {
1785
                    "dev-master": "2.5.x-dev"
1786
                }
1787
            },
1788
            "autoload": {
1789
                "psr-0": {
1790
                    "Sensio\\Bundle\\GeneratorBundle": ""
1791
                }
1792
            },
1793
            "notification-url": "https://packagist.org/downloads/",
1794
            "license": [
1795
                "MIT"
1796
            ],
1797
            "authors": [
1798
                {
1799
                    "name": "Fabien Potencier",
1800
                    "email": "[email protected]"
1801
                }
1802
            ],
1803
            "description": "This bundle generates code for you",
1804
            "time": "2015-03-17 06:36:52"
1805
        },
1806
        {
1807
            "name": "sensiolabs/ansi-to-html",
1808
            "version": "v1.1.2",
1809
            "source": {
1810
                "type": "git",
1811
                "url": "https://github.com/sensiolabs/ansi-to-html.git",
1812
                "reference": "02598b975c510e9e7d07d0be0a89c7a6b43464d6"
1813
            },
1814
            "dist": {
1815
                "type": "zip",
1816
                "url": "https://api.github.com/repos/sensiolabs/ansi-to-html/zipball/02598b975c510e9e7d07d0be0a89c7a6b43464d6",
1817
                "reference": "02598b975c510e9e7d07d0be0a89c7a6b43464d6",
1818
                "shasum": ""
1819
            },
1820
            "require": {
1821
                "php": ">=5.3.0"
1822
            },
1823
            "suggest": {
1824
                "twig/twig": "Provides nice templating features"
1825
            },
1826
            "type": "library",
1827
            "extra": {
1828
                "branch-alias": {
1829
                    "dev-master": "1.1-dev"
1830
                }
1831
            },
1832
            "autoload": {
1833
                "psr-0": {
1834
                    "SensioLabs\\AnsiConverter": "."
1835
                }
1836
            },
1837
            "notification-url": "https://packagist.org/downloads/",
1838
            "license": [
1839
                "MIT"
1840
            ],
1841
            "authors": [
1842
                {
1843
                    "name": "Fabien Potencier",
1844
                    "email": "[email protected]"
1845
                }
1846
            ],
1847
            "description": "A library to convert a text with ANSI codes to HTML",
1848
            "time": "2015-07-22 03:07:58"
1849
        },
1850
        {
1851
            "name": "swiftmailer/swiftmailer",
1852
            "version": "v5.4.1",
1853
            "source": {
1854
                "type": "git",
1855
                "url": "https://github.com/swiftmailer/swiftmailer.git",
1856
                "reference": "0697e6aa65c83edf97bb0f23d8763f94e3f11421"
1857
            },
1858
            "dist": {
1859
                "type": "zip",
1860
                "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/0697e6aa65c83edf97bb0f23d8763f94e3f11421",
1861
                "reference": "0697e6aa65c83edf97bb0f23d8763f94e3f11421",
1862
                "shasum": ""
1863
            },
1864
            "require": {
1865
                "php": ">=5.3.3"
1866
            },
1867
            "require-dev": {
1868
                "mockery/mockery": "~0.9.1,<0.9.4"
1869
            },
1870
            "type": "library",
1871
            "extra": {
1872
                "branch-alias": {
1873
                    "dev-master": "5.4-dev"
1874
                }
1875
            },
1876
            "autoload": {
1877
                "files": [
1878
                    "lib/swift_required.php"
1879
                ]
1880
            },
1881
            "notification-url": "https://packagist.org/downloads/",
1882
            "license": [
1883
                "MIT"
1884
            ],
1885
            "authors": [
1886
                {
1887
                    "name": "Chris Corbyn"
1888
                },
1889
                {
1890
                    "name": "Fabien Potencier",
1891
                    "email": "[email protected]"
1892
                }
1893
            ],
1894
            "description": "Swiftmailer, free feature-rich PHP mailer",
1895
            "homepage": "http://swiftmailer.org",
1896
            "keywords": [
1897
                "email",
1898
                "mail",
1899
                "mailer"
1900
            ],
1901
            "time": "2015-06-06 14:19:39"
1902
        },
1903
        {
1904
            "name": "symfony/assetic-bundle",
1905
            "version": "v2.7.1",
1906
            "source": {
1907
                "type": "git",
1908
                "url": "https://github.com/symfony/assetic-bundle.git",
1909
                "reference": "d885ec8451d5a7b077bda81bb19ac9fbff9cdc76"
1910
            },
1911
            "dist": {
1912
                "type": "zip",
1913
                "url": "https://api.github.com/repos/symfony/assetic-bundle/zipball/d885ec8451d5a7b077bda81bb19ac9fbff9cdc76",
1914
                "reference": "d885ec8451d5a7b077bda81bb19ac9fbff9cdc76",
1915
                "shasum": ""
1916
            },
1917
            "require": {
1918
                "kriswallsmith/assetic": "~1.3",
1919
                "php": ">=5.3.0",
1920
                "symfony/console": "~2.3|~3.0",
1921
                "symfony/dependency-injection": "~2.3|~3.0",
1922
                "symfony/framework-bundle": "~2.3|~3.0",
1923
                "symfony/yaml": "~2.3|~3.0"
1924
            },
1925
            "conflict": {
1926
                "kriswallsmith/spork": "<=0.2",
1927
                "twig/twig": "<1.20"
1928
            },
1929
            "require-dev": {
1930
                "kriswallsmith/spork": "~0.3",
1931
                "patchwork/jsqueeze": "~1.0",
1932
                "symfony/class-loader": "~2.3|~3.0",
1933
                "symfony/css-selector": "~2.3|~3.0",
1934
                "symfony/dom-crawler": "~2.3|~3.0",
1935
                "symfony/phpunit-bridge": "~2.7|~3.0",
1936
                "symfony/twig-bundle": "~2.3|~3.0"
1937
            },
1938
            "suggest": {
1939
                "kriswallsmith/spork": "to be able to dump assets in parallel",
1940
                "symfony/twig-bundle": "to use the Twig integration"
1941
            },
1942
            "type": "symfony-bundle",
1943
            "extra": {
1944
                "branch-alias": {
1945
                    "dev-master": "2.7-dev"
1946
                }
1947
            },
1948
            "autoload": {
1949
                "psr-4": {
1950
                    "Symfony\\Bundle\\AsseticBundle\\": ""
1951
                }
1952
            },
1953
            "notification-url": "https://packagist.org/downloads/",
1954
            "license": [
1955
                "MIT"
1956
            ],
1957
            "authors": [
1958
                {
1959
                    "name": "Kris Wallsmith",
1960
                    "email": "[email protected]",
1961
                    "homepage": "http://kriswallsmith.net/"
1962
                }
1963
            ],
1964
            "description": "Integrates Assetic into Symfony2",
1965
            "homepage": "https://github.com/symfony/AsseticBundle",
1966
            "keywords": [
1967
                "assets",
1968
                "compression",
1969
                "minification"
1970
            ],
1971
            "time": "2015-11-17 09:45:47"
1972
        },
1973
        {
1974
            "name": "symfony/icu",
1975
            "version": "v1.0.1",
1976
            "target-dir": "Symfony/Component/Icu",
1977
            "source": {
1978
                "type": "git",
1979
                "url": "https://github.com/symfony/icu.git",
1980
                "reference": "fdba214b1e087c149843bde976263c53ac10c975"
1981
            },
1982
            "dist": {
1983
                "type": "zip",
1984
                "url": "https://api.github.com/repos/symfony/icu/zipball/fdba214b1e087c149843bde976263c53ac10c975",
1985
                "reference": "fdba214b1e087c149843bde976263c53ac10c975",
1986
                "shasum": ""
1987
            },
1988
            "require": {
1989
                "php": ">=5.3.3",
1990
                "symfony/intl": "~2.3"
1991
            },
1992
            "type": "library",
1993
            "autoload": {
1994
                "psr-0": {
1995
                    "Symfony\\Component\\Icu\\": ""
1996
                }
1997
            },
1998
            "notification-url": "https://packagist.org/downloads/",
1999
            "license": [
2000
                "MIT"
2001
            ],
2002
            "authors": [
2003
                {
2004
                    "name": "Symfony Community",
2005
                    "homepage": "http://symfony.com/contributors"
2006
                },
2007
                {
2008
                    "name": "Bernhard Schussek",
2009
                    "email": "[email protected]"
2010
                }
2011
            ],
2012
            "description": "Contains an excerpt of the ICU data and classes to load it.",
2013
            "homepage": "http://symfony.com",
2014
            "keywords": [
2015
                "icu",
2016
                "intl"
2017
            ],
2018
            "time": "2013-10-04 09:12:07"
2019
        },
2020
        {
2021
            "name": "symfony/monolog-bundle",
2022
            "version": "v2.8.2",
2023
            "source": {
2024
                "type": "git",
2025
                "url": "https://github.com/symfony/monolog-bundle.git",
2026
                "reference": "84785c4d44801c4dd82829fa2e1820cacfe2c46f"
2027
            },
2028
            "dist": {
2029
                "type": "zip",
2030
                "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/84785c4d44801c4dd82829fa2e1820cacfe2c46f",
2031
                "reference": "84785c4d44801c4dd82829fa2e1820cacfe2c46f",
2032
                "shasum": ""
2033
            },
2034
            "require": {
2035
                "monolog/monolog": "~1.8",
2036
                "php": ">=5.3.2",
2037
                "symfony/config": "~2.3|~3.0",
2038
                "symfony/dependency-injection": "~2.3|~3.0",
2039
                "symfony/http-kernel": "~2.3|~3.0",
2040
                "symfony/monolog-bridge": "~2.3|~3.0"
2041
            },
2042
            "require-dev": {
2043
                "symfony/console": "~2.3|~3.0",
2044
                "symfony/yaml": "~2.3|~3.0"
2045
            },
2046
            "type": "symfony-bundle",
2047
            "extra": {
2048
                "branch-alias": {
2049
                    "dev-master": "2.8.x-dev"
2050
                }
2051
            },
2052
            "autoload": {
2053
                "psr-4": {
2054
                    "Symfony\\Bundle\\MonologBundle\\": ""
2055
                }
2056
            },
2057
            "notification-url": "https://packagist.org/downloads/",
2058
            "license": [
2059
                "MIT"
2060
            ],
2061
            "authors": [
2062
                {
2063
                    "name": "Symfony Community",
2064
                    "homepage": "http://symfony.com/contributors"
2065
                },
2066
                {
2067
                    "name": "Fabien Potencier",
2068
                    "email": "[email protected]"
2069
                }
2070
            ],
2071
            "description": "Symfony MonologBundle",
2072
            "homepage": "http://symfony.com",
2073
            "keywords": [
2074
                "log",
2075
                "logging"
2076
            ],
2077
            "time": "2015-11-17 10:02:29"
2078
        },
2079
        {
2080
            "name": "symfony/polyfill-intl-icu",
2081
            "version": "v1.0.0",
2082
            "source": {
2083
                "type": "git",
2084
                "url": "https://github.com/symfony/polyfill-intl-icu.git",
2085
                "reference": "2deb44160e1c886241c06602b12b98779f728177"
2086
            },
2087
            "dist": {
2088
                "type": "zip",
2089
                "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/2deb44160e1c886241c06602b12b98779f728177",
2090
                "reference": "2deb44160e1c886241c06602b12b98779f728177",
2091
                "shasum": ""
2092
            },
2093
            "require": {
2094
                "php": ">=5.3.3",
2095
                "symfony/intl": "~2.3|~3.0"
2096
            },
2097
            "type": "library",
2098
            "extra": {
2099
                "branch-alias": {
2100
                    "dev-master": "1.0-dev"
2101
                }
2102
            },
2103
            "autoload": {
2104
                "files": [
2105
                    "bootstrap.php"
2106
                ]
2107
            },
2108
            "notification-url": "https://packagist.org/downloads/",
2109
            "license": [
2110
                "MIT"
2111
            ],
2112
            "authors": [
2113
                {
2114
                    "name": "Nicolas Grekas",
2115
                    "email": "[email protected]"
2116
                },
2117
                {
2118
                    "name": "Symfony Community",
2119
                    "homepage": "https://symfony.com/contributors"
2120
                }
2121
            ],
2122
            "description": "Symfony polyfill for intl's ICU-related data and classes",
2123
            "homepage": "https://symfony.com",
2124
            "keywords": [
2125
                "compatibility",
2126
                "icu",
2127
                "intl",
2128
                "polyfill",
2129
                "portable",
2130
                "shim"
2131
            ],
2132
            "time": "2015-11-04 20:28:58"
2133
        },
2134
        {
2135
            "name": "symfony/polyfill-mbstring",
2136
            "version": "v1.0.0",
2137
            "source": {
2138
                "type": "git",
2139
                "url": "https://github.com/symfony/polyfill-mbstring.git",
2140
                "reference": "0b6a8940385311a24e060ec1fe35680e17c74497"
2141
            },
2142
            "dist": {
2143
                "type": "zip",
2144
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/0b6a8940385311a24e060ec1fe35680e17c74497",
2145
                "reference": "0b6a8940385311a24e060ec1fe35680e17c74497",
2146
                "shasum": ""
2147
            },
2148
            "require": {
2149
                "php": ">=5.3.3"
2150
            },
2151
            "type": "library",
2152
            "extra": {
2153
                "branch-alias": {
2154
                    "dev-master": "1.0-dev"
2155
                }
2156
            },
2157
            "autoload": {
2158
                "psr-4": {
2159
                    "Symfony\\Polyfill\\Mbstring\\": ""
2160
                },
2161
                "files": [
2162
                    "bootstrap.php"
2163
                ]
2164
            },
2165
            "notification-url": "https://packagist.org/downloads/",
2166
            "license": [
2167
                "MIT"
2168
            ],
2169
            "authors": [
2170
                {
2171
                    "name": "Nicolas Grekas",
2172
                    "email": "[email protected]"
2173
                },
2174
                {
2175
                    "name": "Symfony Community",
2176
                    "homepage": "https://symfony.com/contributors"
2177
                }
2178
            ],
2179
            "description": "Symfony polyfill for the Mbstring extension",
2180
            "homepage": "https://symfony.com",
2181
            "keywords": [
2182
                "compatibility",
2183
                "mbstring",
2184
                "polyfill",
2185
                "portable",
2186
                "shim"
2187
            ],
2188
            "time": "2015-11-04 20:28:58"
2189
        },
2190
        {
2191
            "name": "symfony/polyfill-php54",
2192
            "version": "v1.0.0",
2193
            "source": {
2194
                "type": "git",
2195
                "url": "https://github.com/symfony/polyfill-php54.git",
2196
                "reference": "2c9f6d98eb30dc04fe0b06f9cc92a55acea5bdcc"
2197
            },
2198
            "dist": {
2199
                "type": "zip",
2200
                "url": "https://api.github.com/repos/symfony/polyfill-php54/zipball/2c9f6d98eb30dc04fe0b06f9cc92a55acea5bdcc",
2201
                "reference": "2c9f6d98eb30dc04fe0b06f9cc92a55acea5bdcc",
2202
                "shasum": ""
2203
            },
2204
            "require": {
2205
                "php": ">=5.3.3"
2206
            },
2207
            "type": "library",
2208
            "extra": {
2209
                "branch-alias": {
2210
                    "dev-master": "1.0-dev"
2211
                }
2212
            },
2213
            "autoload": {
2214
                "psr-4": {
2215
                    "Symfony\\Polyfill\\Php54\\": ""
2216
                },
2217
                "files": [
2218
                    "bootstrap.php"
2219
                ],
2220
                "classmap": [
2221
                    "Resources/stubs"
2222
                ]
2223
            },
2224
            "notification-url": "https://packagist.org/downloads/",
2225
            "license": [
2226
                "MIT"
2227
            ],
2228
            "authors": [
2229
                {
2230
                    "name": "Nicolas Grekas",
2231
                    "email": "[email protected]"
2232
                },
2233
                {
2234
                    "name": "Symfony Community",
2235
                    "homepage": "https://symfony.com/contributors"
2236
                }
2237
            ],
2238
            "description": "Symfony polyfill backporting some PHP 5.4+ features to lower PHP versions",
2239
            "homepage": "https://symfony.com",
2240
            "keywords": [
2241
                "compatibility",
2242
                "polyfill",
2243
                "portable",
2244
                "shim"
2245
            ],
2246
            "time": "2015-11-04 20:28:58"
2247
        },
2248
        {
2249
            "name": "symfony/polyfill-php55",
2250
            "version": "v1.0.0",
2251
            "source": {
2252
                "type": "git",
2253
                "url": "https://github.com/symfony/polyfill-php55.git",
2254
                "reference": "3adc962a6250c02adb508e85ecfa6fcfee9eec47"
2255
            },
2256
            "dist": {
2257
                "type": "zip",
2258
                "url": "https://api.github.com/repos/symfony/polyfill-php55/zipball/3adc962a6250c02adb508e85ecfa6fcfee9eec47",
2259
                "reference": "3adc962a6250c02adb508e85ecfa6fcfee9eec47",
2260
                "shasum": ""
2261
            },
2262
            "require": {
2263
                "ircmaxell/password-compat": "~1.0",
2264
                "php": ">=5.3.3"
2265
            },
2266
            "type": "library",
2267
            "extra": {
2268
                "branch-alias": {
2269
                    "dev-master": "1.0-dev"
2270
                }
2271
            },
2272
            "autoload": {
2273
                "psr-4": {
2274
                    "Symfony\\Polyfill\\Php55\\": ""
2275
                },
2276
                "files": [
2277
                    "bootstrap.php"
2278
                ]
2279
            },
2280
            "notification-url": "https://packagist.org/downloads/",
2281
            "license": [
2282
                "MIT"
2283
            ],
2284
            "authors": [
2285
                {
2286
                    "name": "Nicolas Grekas",
2287
                    "email": "[email protected]"
2288
                },
2289
                {
2290
                    "name": "Symfony Community",
2291
                    "homepage": "https://symfony.com/contributors"
2292
                }
2293
            ],
2294
            "description": "Symfony polyfill backporting some PHP 5.5+ features to lower PHP versions",
2295
            "homepage": "https://symfony.com",
2296
            "keywords": [
2297
                "compatibility",
2298
                "polyfill",
2299
                "portable",
2300
                "shim"
2301
            ],
2302
            "time": "2015-11-04 20:28:58"
2303
        },
2304
        {
2305
            "name": "symfony/polyfill-php56",
2306
            "version": "v1.0.0",
2307
            "source": {
2308
                "type": "git",
2309
                "url": "https://github.com/symfony/polyfill-php56.git",
2310
                "reference": "a6bd4770a6967517e6610529e14afaa3111094a3"
2311
            },
2312
            "dist": {
2313
                "type": "zip",
2314
                "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/a6bd4770a6967517e6610529e14afaa3111094a3",
2315
                "reference": "a6bd4770a6967517e6610529e14afaa3111094a3",
2316
                "shasum": ""
2317
            },
2318
            "require": {
2319
                "php": ">=5.3.3",
2320
                "symfony/polyfill-util": "~1.0"
2321
            },
2322
            "type": "library",
2323
            "extra": {
2324
                "branch-alias": {
2325
                    "dev-master": "1.0-dev"
2326
                }
2327
            },
2328
            "autoload": {
2329
                "psr-4": {
2330
                    "Symfony\\Polyfill\\Php56\\": ""
2331
                },
2332
                "files": [
2333
                    "bootstrap.php"
2334
                ]
2335
            },
2336
            "notification-url": "https://packagist.org/downloads/",
2337
            "license": [
2338
                "MIT"
2339
            ],
2340
            "authors": [
2341
                {
2342
                    "name": "Nicolas Grekas",
2343
                    "email": "[email protected]"
2344
                },
2345
                {
2346
                    "name": "Symfony Community",
2347
                    "homepage": "https://symfony.com/contributors"
2348
                }
2349
            ],
2350
            "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions",
2351
            "homepage": "https://symfony.com",
2352
            "keywords": [
2353
                "compatibility",
2354
                "polyfill",
2355
                "portable",
2356
                "shim"
2357
            ],
2358
            "time": "2015-11-04 20:28:58"
2359
        },
2360
        {
2361
            "name": "symfony/polyfill-php70",
2362
            "version": "v1.0.0",
2363
            "source": {
2364
                "type": "git",
2365
                "url": "https://github.com/symfony/polyfill-php70.git",
2366
                "reference": "7f7f3c9c2b9f17722e0cd64fdb4f957330c53146"
2367
            },
2368
            "dist": {
2369
                "type": "zip",
2370
                "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/7f7f3c9c2b9f17722e0cd64fdb4f957330c53146",
2371
                "reference": "7f7f3c9c2b9f17722e0cd64fdb4f957330c53146",
2372
                "shasum": ""
2373
            },
2374
            "require": {
2375
                "paragonie/random_compat": "~1.0",
2376
                "php": ">=5.3.3"
2377
            },
2378
            "type": "library",
2379
            "extra": {
2380
                "branch-alias": {
2381
                    "dev-master": "1.0-dev"
2382
                }
2383
            },
2384
            "autoload": {
2385
                "psr-4": {
2386
                    "Symfony\\Polyfill\\Php70\\": ""
2387
                },
2388
                "files": [
2389
                    "bootstrap.php"
2390
                ],
2391
                "classmap": [
2392
                    "Resources/stubs"
2393
                ]
2394
            },
2395
            "notification-url": "https://packagist.org/downloads/",
2396
            "license": [
2397
                "MIT"
2398
            ],
2399
            "authors": [
2400
                {
2401
                    "name": "Nicolas Grekas",
2402
                    "email": "[email protected]"
2403
                },
2404
                {
2405
                    "name": "Symfony Community",
2406
                    "homepage": "https://symfony.com/contributors"
2407
                }
2408
            ],
2409
            "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
2410
            "homepage": "https://symfony.com",
2411
            "keywords": [
2412
                "compatibility",
2413
                "polyfill",
2414
                "portable",
2415
                "shim"
2416
            ],
2417
            "time": "2015-11-04 20:28:58"
2418
        },
2419
        {
2420
            "name": "symfony/polyfill-util",
2421
            "version": "v1.0.0",
2422
            "source": {
2423
                "type": "git",
2424
                "url": "https://github.com/symfony/polyfill-util.git",
2425
                "reference": "4271c55cbc0a77b2641f861b978123e46b3da969"
2426
            },
2427
            "dist": {
2428
                "type": "zip",
2429
                "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/4271c55cbc0a77b2641f861b978123e46b3da969",
2430
                "reference": "4271c55cbc0a77b2641f861b978123e46b3da969",
2431
                "shasum": ""
2432
            },
2433
            "require": {
2434
                "php": ">=5.3.3"
2435
            },
2436
            "type": "library",
2437
            "extra": {
2438
                "branch-alias": {
2439
                    "dev-master": "1.0-dev"
2440
                }
2441
            },
2442
            "autoload": {
2443
                "psr-4": {
2444
                    "Symfony\\Polyfill\\Util\\": ""
2445
                }
2446
            },
2447
            "notification-url": "https://packagist.org/downloads/",
2448
            "license": [
2449
                "MIT"
2450
            ],
2451
            "authors": [
2452
                {
2453
                    "name": "Nicolas Grekas",
2454
                    "email": "[email protected]"
2455
                },
2456
                {
2457
                    "name": "Symfony Community",
2458
                    "homepage": "https://symfony.com/contributors"
2459
                }
2460
            ],
2461
            "description": "Symfony utilities for portability of PHP codes",
2462
            "homepage": "https://symfony.com",
2463
            "keywords": [
2464
                "compat",
2465
                "compatibility",
2466
                "polyfill",
2467
                "shim"
2468
            ],
2469
            "time": "2015-11-04 20:28:58"
2470
        },
2471
        {
2472
            "name": "symfony/security-acl",
2473
            "version": "v2.7.7",
2474
            "source": {
2475
                "type": "git",
2476
                "url": "https://github.com/symfony/security-acl.git",
2477
                "reference": "9aec8062e33fca5e08d2a78669b2222252e8c3b6"
2478
            },
2479
            "dist": {
2480
                "type": "zip",
2481
                "url": "https://api.github.com/repos/symfony/security-acl/zipball/9aec8062e33fca5e08d2a78669b2222252e8c3b6",
2482
                "reference": "9aec8062e33fca5e08d2a78669b2222252e8c3b6",
2483
                "shasum": ""
2484
            },
2485
            "require": {
2486
                "php": ">=5.3.9",
2487
                "symfony/security-core": "~2.4"
2488
            },
2489
            "require-dev": {
2490
                "doctrine/common": "~2.2",
2491
                "doctrine/dbal": "~2.2",
2492
                "psr/log": "~1.0"
2493
            },
2494
            "suggest": {
2495
                "doctrine/dbal": "For using the built-in ACL implementation",
2496
                "symfony/class-loader": "For using the ACL generateSql script",
2497
                "symfony/finder": "For using the ACL generateSql script"
2498
            },
2499
            "type": "library",
2500
            "extra": {
2501
                "branch-alias": {
2502
                    "dev-master": "2.7-dev"
2503
                }
2504
            },
2505
            "autoload": {
2506
                "psr-4": {
2507
                    "Symfony\\Component\\Security\\Acl\\": ""
2508
                },
2509
                "exclude-from-classmap": [
2510
                    "/Tests/"
2511
                ]
2512
            },
2513
            "notification-url": "https://packagist.org/downloads/",
2514
            "license": [
2515
                "MIT"
2516
            ],
2517
            "authors": [
2518
                {
2519
                    "name": "Fabien Potencier",
2520
                    "email": "[email protected]"
2521
                },
2522
                {
2523
                    "name": "Symfony Community",
2524
                    "homepage": "https://symfony.com/contributors"
2525
                }
2526
            ],
2527
            "description": "Symfony Security Component - ACL (Access Control List)",
2528
            "homepage": "https://symfony.com",
2529
            "time": "2015-11-18 13:41:01"
2530
        },
2531
        {
2532
            "name": "symfony/swiftmailer-bundle",
2533
            "version": "v2.3.9",
2534
            "source": {
2535
                "type": "git",
2536
                "url": "https://github.com/symfony/swiftmailer-bundle.git",
2537
                "reference": "3d21ada19f23631f558ad6df653b168e35362e78"
2538
            },
2539
            "dist": {
2540
                "type": "zip",
2541
                "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/3d21ada19f23631f558ad6df653b168e35362e78",
2542
                "reference": "3d21ada19f23631f558ad6df653b168e35362e78",
2543
                "shasum": ""
2544
            },
2545
            "require": {
2546
                "php": ">=5.3.2",
2547
                "swiftmailer/swiftmailer": ">=4.2.0,~5.0",
2548
                "symfony/config": "~2.3|~3.0",
2549
                "symfony/dependency-injection": "~2.3|~3.0",
2550
                "symfony/http-kernel": "~2.3|~3.0",
2551
                "symfony/yaml": "~2.3|~3.0"
2552
            },
2553
            "require-dev": {
2554
                "symfony/phpunit-bridge": "~2.7|~3.0"
2555
            },
2556
            "suggest": {
2557
                "psr/log": "Allows logging"
2558
            },
2559
            "type": "symfony-bundle",
2560
            "extra": {
2561
                "branch-alias": {
2562
                    "dev-master": "2.3-dev"
2563
                }
2564
            },
2565
            "autoload": {
2566
                "psr-4": {
2567
                    "Symfony\\Bundle\\SwiftmailerBundle\\": ""
2568
                }
2569
            },
2570
            "notification-url": "https://packagist.org/downloads/",
2571
            "license": [
2572
                "MIT"
2573
            ],
2574
            "authors": [
2575
                {
2576
                    "name": "Symfony Community",
2577
                    "homepage": "http://symfony.com/contributors"
2578
                },
2579
                {
2580
                    "name": "Fabien Potencier",
2581
                    "email": "[email protected]"
2582
                }
2583
            ],
2584
            "description": "Symfony SwiftmailerBundle",
2585
            "homepage": "http://symfony.com",
2586
            "time": "2015-11-28 10:59:29"
2587
        },
2588
        {
2589
            "name": "symfony/symfony",
0 ignored issues
show
2590
            "version": "v2.8.0",
2591
            "source": {
2592
                "type": "git",
2593
                "url": "https://github.com/symfony/symfony.git",
2594
                "reference": "5615b92cd452cd54f1433a3f53de87c096a1107f"
2595
            },
2596
            "dist": {
2597
                "type": "zip",
2598
                "url": "https://api.github.com/repos/symfony/symfony/zipball/5615b92cd452cd54f1433a3f53de87c096a1107f",
2599
                "reference": "5615b92cd452cd54f1433a3f53de87c096a1107f",
2600
                "shasum": ""
2601
            },
2602
            "require": {
2603
                "doctrine/common": "~2.4",
2604
                "php": ">=5.3.9",
2605
                "psr/log": "~1.0",
2606
                "symfony/polyfill-intl-icu": "~1.0",
2607
                "symfony/polyfill-mbstring": "~1.0",
2608
                "symfony/polyfill-php54": "~1.0",
2609
                "symfony/polyfill-php55": "~1.0",
2610
                "symfony/polyfill-php56": "~1.0",
2611
                "symfony/polyfill-php70": "~1.0",
2612
                "symfony/polyfill-util": "~1.0",
2613
                "symfony/security-acl": "~2.7",
2614
                "twig/twig": "~1.23|~2.0"
2615
            },
2616
            "conflict": {
2617
                "phpdocumentor/reflection": "<1.0.7"
2618
            },
2619
            "replace": {
2620
                "symfony/asset": "self.version",
2621
                "symfony/browser-kit": "self.version",
2622
                "symfony/class-loader": "self.version",
2623
                "symfony/config": "self.version",
2624
                "symfony/console": "self.version",
2625
                "symfony/css-selector": "self.version",
2626
                "symfony/debug": "self.version",
2627
                "symfony/debug-bundle": "self.version",
2628
                "symfony/dependency-injection": "self.version",
2629
                "symfony/doctrine-bridge": "self.version",
2630
                "symfony/dom-crawler": "self.version",
2631
                "symfony/event-dispatcher": "self.version",
2632
                "symfony/expression-language": "self.version",
2633
                "symfony/filesystem": "self.version",
2634
                "symfony/finder": "self.version",
2635
                "symfony/form": "self.version",
2636
                "symfony/framework-bundle": "self.version",
2637
                "symfony/http-foundation": "self.version",
2638
                "symfony/http-kernel": "self.version",
2639
                "symfony/intl": "self.version",
2640
                "symfony/ldap": "self.version",
2641
                "symfony/locale": "self.version",
2642
                "symfony/monolog-bridge": "self.version",
2643
                "symfony/options-resolver": "self.version",
2644
                "symfony/process": "self.version",
2645
                "symfony/property-access": "self.version",
2646
                "symfony/property-info": "self.version",
2647
                "symfony/proxy-manager-bridge": "self.version",
2648
                "symfony/routing": "self.version",
2649
                "symfony/security": "self.version",
2650
                "symfony/security-bundle": "self.version",
2651
                "symfony/security-core": "self.version",
2652
                "symfony/security-csrf": "self.version",
2653
                "symfony/security-guard": "self.version",
2654
                "symfony/security-http": "self.version",
2655
                "symfony/serializer": "self.version",
2656
                "symfony/stopwatch": "self.version",
2657
                "symfony/swiftmailer-bridge": "self.version",
2658
                "symfony/templating": "self.version",
2659
                "symfony/translation": "self.version",
2660
                "symfony/twig-bridge": "self.version",
2661
                "symfony/twig-bundle": "self.version",
2662
                "symfony/validator": "self.version",
2663
                "symfony/var-dumper": "self.version",
2664
                "symfony/web-profiler-bundle": "self.version",
2665
                "symfony/yaml": "self.version"
2666
            },
2667
            "require-dev": {
2668
                "doctrine/data-fixtures": "1.0.*",
2669
                "doctrine/dbal": "~2.4",
2670
                "doctrine/doctrine-bundle": "~1.2",
2671
                "doctrine/orm": "~2.4,>=2.4.5",
2672
                "egulias/email-validator": "~1.2",
2673
                "monolog/monolog": "~1.11",
2674
                "ocramius/proxy-manager": "~0.4|~1.0",
2675
                "phpdocumentor/reflection": "^1.0.7"
2676
            },
2677
            "type": "library",
2678
            "extra": {
2679
                "branch-alias": {
2680
                    "dev-master": "2.8-dev"
2681
                }
2682
            },
2683
            "autoload": {
2684
                "psr-4": {
2685
                    "Symfony\\Bridge\\Doctrine\\": "src/Symfony/Bridge/Doctrine/",
2686
                    "Symfony\\Bridge\\Monolog\\": "src/Symfony/Bridge/Monolog/",
2687
                    "Symfony\\Bridge\\ProxyManager\\": "src/Symfony/Bridge/ProxyManager/",
2688
                    "Symfony\\Bridge\\Swiftmailer\\": "src/Symfony/Bridge/Swiftmailer/",
2689
                    "Symfony\\Bridge\\Twig\\": "src/Symfony/Bridge/Twig/",
2690
                    "Symfony\\Bundle\\": "src/Symfony/Bundle/",
2691
                    "Symfony\\Component\\": "src/Symfony/Component/"
2692
                },
2693
                "classmap": [
2694
                    "src/Symfony/Component/Intl/Resources/stubs"
2695
                ],
2696
                "exclude-from-classmap": [
2697
                    "**/Tests/"
2698
                ]
2699
            },
2700
            "notification-url": "https://packagist.org/downloads/",
2701
            "license": [
2702
                "MIT"
2703
            ],
2704
            "authors": [
2705
                {
2706
                    "name": "Fabien Potencier",
2707
                    "email": "[email protected]"
2708
                },
2709
                {
2710
                    "name": "Symfony Community",
2711
                    "homepage": "https://symfony.com/contributors"
2712
                }
2713
            ],
2714
            "description": "The Symfony PHP framework",
2715
            "homepage": "https://symfony.com",
2716
            "keywords": [
2717
                "framework"
2718
            ],
2719
            "time": "2015-11-30 17:26:10"
2720
        },
2721
        {
2722
            "name": "twig/extensions",
2723
            "version": "v1.3.0",
2724
            "source": {
2725
                "type": "git",
2726
                "url": "https://github.com/twigphp/Twig-extensions.git",
2727
                "reference": "449e3c8a9ffad7c2479c7864557275a32b037499"
2728
            },
2729
            "dist": {
2730
                "type": "zip",
2731
                "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/449e3c8a9ffad7c2479c7864557275a32b037499",
2732
                "reference": "449e3c8a9ffad7c2479c7864557275a32b037499",
2733
                "shasum": ""
2734
            },
2735
            "require": {
2736
                "twig/twig": "~1.20|~2.0"
2737
            },
2738
            "require-dev": {
2739
                "symfony/translation": "~2.3"
2740
            },
2741
            "suggest": {
2742
                "symfony/translation": "Allow the time_diff output to be translated"
2743
            },
2744
            "type": "library",
2745
            "extra": {
2746
                "branch-alias": {
2747
                    "dev-master": "1.3-dev"
2748
                }
2749
            },
2750
            "autoload": {
2751
                "psr-0": {
2752
                    "Twig_Extensions_": "lib/"
2753
                }
2754
            },
2755
            "notification-url": "https://packagist.org/downloads/",
2756
            "license": [
2757
                "MIT"
2758
            ],
2759
            "authors": [
2760
                {
2761
                    "name": "Fabien Potencier",
2762
                    "email": "[email protected]"
2763
                }
2764
            ],
2765
            "description": "Common additional features for Twig that do not directly belong in core",
2766
            "homepage": "http://twig.sensiolabs.org/doc/extensions/index.html",
2767
            "keywords": [
2768
                "i18n",
2769
                "text"
2770
            ],
2771
            "time": "2015-08-22 16:38:35"
2772
        },
2773
        {
2774
            "name": "twig/twig",
2775
            "version": "v1.23.1",
2776
            "source": {
2777
                "type": "git",
2778
                "url": "https://github.com/twigphp/Twig.git",
2779
                "reference": "d9b6333ae8dd2c8e3fd256e127548def0bc614c6"
2780
            },
2781
            "dist": {
2782
                "type": "zip",
2783
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/d9b6333ae8dd2c8e3fd256e127548def0bc614c6",
2784
                "reference": "d9b6333ae8dd2c8e3fd256e127548def0bc614c6",
2785
                "shasum": ""
2786
            },
2787
            "require": {
2788
                "php": ">=5.2.7"
2789
            },
2790
            "require-dev": {
2791
                "symfony/debug": "~2.7",
2792
                "symfony/phpunit-bridge": "~2.7"
2793
            },
2794
            "type": "library",
2795
            "extra": {
2796
                "branch-alias": {
2797
                    "dev-master": "1.23-dev"
2798
                }
2799
            },
2800
            "autoload": {
2801
                "psr-0": {
2802
                    "Twig_": "lib/"
2803
                }
2804
            },
2805
            "notification-url": "https://packagist.org/downloads/",
2806
            "license": [
2807
                "BSD-3-Clause"
2808
            ],
2809
            "authors": [
2810
                {
2811
                    "name": "Fabien Potencier",
2812
                    "email": "[email protected]",
2813
                    "homepage": "http://fabien.potencier.org",
2814
                    "role": "Lead Developer"
2815
                },
2816
                {
2817
                    "name": "Armin Ronacher",
2818
                    "email": "[email protected]",
2819
                    "role": "Project Founder"
2820
                },
2821
                {
2822
                    "name": "Twig Team",
2823
                    "homepage": "http://twig.sensiolabs.org/contributors",
2824
                    "role": "Contributors"
2825
                }
2826
            ],
2827
            "description": "Twig, the flexible, fast, and secure template language for PHP",
2828
            "homepage": "http://twig.sensiolabs.org",
2829
            "keywords": [
2830
                "templating"
2831
            ],
2832
            "time": "2015-11-05 12:49:06"
2833
        }
2834
    ],
2835
    "packages-dev": [
2836
        {
2837
            "name": "liuggio/fastest",
2838
            "version": "dev-master",
2839
            "source": {
2840
                "type": "git",
2841
                "url": "https://github.com/liuggio/fastest.git",
2842
                "reference": "f251d5c1a73e5f0a6d8d974c47e7f7003bf16cbc"
2843
            },
2844
            "dist": {
2845
                "type": "zip",
2846
                "url": "https://api.github.com/repos/liuggio/fastest/zipball/ea51fe10dcdf3ccd763a0539945868d386c9c21b",
2847
                "reference": "f251d5c1a73e5f0a6d8d974c47e7f7003bf16cbc",
2848
                "shasum": ""
2849
            },
2850
            "require": {
2851
                "doctrine/collections": "~1.2",
2852
                "symfony/console": "~2.2",
2853
                "symfony/process": "~2.2",
2854
                "symfony/stopwatch": "~2.2"
2855
            },
2856
            "require-dev": {
2857
                "behat/behat": "~2.5",
2858
                "phpunit/phpunit": "~4"
2859
            },
2860
            "suggest": {
2861
                "behat/behat": "Install it if you want to run tests with the provided Behat extension",
2862
                "phpunit/phpunit": "Install it if you want to run test on /bin/phpunit"
2863
            },
2864
            "bin": [
2865
                "fastest"
2866
            ],
2867
            "type": "library",
2868
            "extra": {
2869
                "branch-alias": {
2870
                    "dev-master": "1.0-dev"
2871
                }
2872
            },
2873
            "autoload": {
2874
                "psr-4": {
2875
                    "Liuggio\\Fastest\\": [
2876
                        "src",
2877
                        "adapters"
2878
                    ]
2879
                }
2880
            },
2881
            "notification-url": "https://packagist.org/downloads/",
2882
            "license": [
2883
                "MIT"
2884
            ],
2885
            "authors": [
2886
                {
2887
                    "name": "liuggio",
2888
                    "email": "[email protected]"
2889
                }
2890
            ],
2891
            "description": "Simple parallel testing execution... with some goodies for functional tests.",
2892
            "time": "2015-12-02 18:12:37"
2893
        },
2894
        {
2895
            "name": "phpunit/php-code-coverage",
2896
            "version": "2.2.4",
2897
            "source": {
2898
                "type": "git",
2899
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
2900
                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
2901
            },
2902
            "dist": {
2903
                "type": "zip",
2904
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
2905
                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
2906
                "shasum": ""
2907
            },
2908
            "require": {
2909
                "php": ">=5.3.3",
2910
                "phpunit/php-file-iterator": "~1.3",
2911
                "phpunit/php-text-template": "~1.2",
2912
                "phpunit/php-token-stream": "~1.3",
2913
                "sebastian/environment": "^1.3.2",
2914
                "sebastian/version": "~1.0"
2915
            },
2916
            "require-dev": {
2917
                "ext-xdebug": ">=2.1.4",
2918
                "phpunit/phpunit": "~4"
2919
            },
2920
            "suggest": {
2921
                "ext-dom": "*",
2922
                "ext-xdebug": ">=2.2.1",
2923
                "ext-xmlwriter": "*"
2924
            },
2925
            "type": "library",
2926
            "extra": {
2927
                "branch-alias": {
2928
                    "dev-master": "2.2.x-dev"
2929
                }
2930
            },
2931
            "autoload": {
2932
                "classmap": [
2933
                    "src/"
2934
                ]
2935
            },
2936
            "notification-url": "https://packagist.org/downloads/",
2937
            "license": [
2938
                "BSD-3-Clause"
2939
            ],
2940
            "authors": [
2941
                {
2942
                    "name": "Sebastian Bergmann",
2943
                    "email": "[email protected]",
2944
                    "role": "lead"
2945
                }
2946
            ],
2947
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
2948
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
2949
            "keywords": [
2950
                "coverage",
2951
                "testing",
2952
                "xunit"
2953
            ],
2954
            "time": "2015-10-06 15:47:00"
2955
        },
2956
        {
2957
            "name": "phpunit/php-file-iterator",
2958
            "version": "1.3.4",
2959
            "source": {
2960
                "type": "git",
2961
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
2962
                "reference": "acd690379117b042d1c8af1fafd61bde001bf6bb"
2963
            },
2964
            "dist": {
2965
                "type": "zip",
2966
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/acd690379117b042d1c8af1fafd61bde001bf6bb",
2967
                "reference": "acd690379117b042d1c8af1fafd61bde001bf6bb",
2968
                "shasum": ""
2969
            },
2970
            "require": {
2971
                "php": ">=5.3.3"
2972
            },
2973
            "type": "library",
2974
            "autoload": {
2975
                "classmap": [
2976
                    "File/"
2977
                ]
2978
            },
2979
            "notification-url": "https://packagist.org/downloads/",
2980
            "include-path": [
2981
                ""
2982
            ],
2983
            "license": [
2984
                "BSD-3-Clause"
2985
            ],
2986
            "authors": [
2987
                {
2988
                    "name": "Sebastian Bergmann",
2989
                    "email": "[email protected]",
2990
                    "role": "lead"
2991
                }
2992
            ],
2993
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
2994
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
2995
            "keywords": [
2996
                "filesystem",
2997
                "iterator"
2998
            ],
2999
            "time": "2013-10-10 15:34:57"
3000
        },
3001
        {
3002
            "name": "phpunit/php-text-template",
3003
            "version": "1.2.1",
3004
            "source": {
3005
                "type": "git",
3006
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
3007
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
3008
            },
3009
            "dist": {
3010
                "type": "zip",
3011
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
3012
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
3013
                "shasum": ""
3014
            },
3015
            "require": {
3016
                "php": ">=5.3.3"
3017
            },
3018
            "type": "library",
3019
            "autoload": {
3020
                "classmap": [
3021
                    "src/"
3022
                ]
3023
            },
3024
            "notification-url": "https://packagist.org/downloads/",
3025
            "license": [
3026
                "BSD-3-Clause"
3027
            ],
3028
            "authors": [
3029
                {
3030
                    "name": "Sebastian Bergmann",
3031
                    "email": "[email protected]",
3032
                    "role": "lead"
3033
                }
3034
            ],
3035
            "description": "Simple template engine.",
3036
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
3037
            "keywords": [
3038
                "template"
3039
            ],
3040
            "time": "2015-06-21 13:50:34"
3041
        },
3042
        {
3043
            "name": "phpunit/php-timer",
3044
            "version": "1.0.7",
3045
            "source": {
3046
                "type": "git",
3047
                "url": "https://github.com/sebastianbergmann/php-timer.git",
3048
                "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b"
3049
            },
3050
            "dist": {
3051
                "type": "zip",
3052
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
3053
                "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
3054
                "shasum": ""
3055
            },
3056
            "require": {
3057
                "php": ">=5.3.3"
3058
            },
3059
            "type": "library",
3060
            "autoload": {
3061
                "classmap": [
3062
                    "src/"
3063
                ]
3064
            },
3065
            "notification-url": "https://packagist.org/downloads/",
3066
            "license": [
3067
                "BSD-3-Clause"
3068
            ],
3069
            "authors": [
3070
                {
3071
                    "name": "Sebastian Bergmann",
3072
                    "email": "[email protected]",
3073
                    "role": "lead"
3074
                }
3075
            ],
3076
            "description": "Utility class for timing",
3077
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
3078
            "keywords": [
3079
                "timer"
3080
            ],
3081
            "time": "2015-06-21 08:01:12"
3082
        },
3083
        {
3084
            "name": "phpunit/php-token-stream",
3085
            "version": "1.4.8",
3086
            "source": {
3087
                "type": "git",
3088
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
3089
                "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da"
3090
            },
3091
            "dist": {
3092
                "type": "zip",
3093
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
3094
                "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
3095
                "shasum": ""
3096
            },
3097
            "require": {
3098
                "ext-tokenizer": "*",
3099
                "php": ">=5.3.3"
3100
            },
3101
            "require-dev": {
3102
                "phpunit/phpunit": "~4.2"
3103
            },
3104
            "type": "library",
3105
            "extra": {
3106
                "branch-alias": {
3107
                    "dev-master": "1.4-dev"
3108
                }
3109
            },
3110
            "autoload": {
3111
                "classmap": [
3112
                    "src/"
3113
                ]
3114
            },
3115
            "notification-url": "https://packagist.org/downloads/",
3116
            "license": [
3117
                "BSD-3-Clause"
3118
            ],
3119
            "authors": [
3120
                {
3121
                    "name": "Sebastian Bergmann",
3122
                    "email": "[email protected]"
3123
                }
3124
            ],
3125
            "description": "Wrapper around PHP's tokenizer extension.",
3126
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
3127
            "keywords": [
3128
                "tokenizer"
3129
            ],
3130
            "time": "2015-09-15 10:49:45"
3131
        },
3132
        {
3133
            "name": "phpunit/phpunit",
3134
            "version": "4.1.6",
3135
            "source": {
3136
                "type": "git",
3137
                "url": "https://github.com/sebastianbergmann/phpunit.git",
3138
                "reference": "241116219bb7e3b8111a36ffd8f37546888738d6"
3139
            },
3140
            "dist": {
3141
                "type": "zip",
3142
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/241116219bb7e3b8111a36ffd8f37546888738d6",
3143
                "reference": "241116219bb7e3b8111a36ffd8f37546888738d6",
3144
                "shasum": ""
3145
            },
3146
            "require": {
3147
                "ext-dom": "*",
3148
                "ext-json": "*",
3149
                "ext-pcre": "*",
3150
                "ext-reflection": "*",
3151
                "ext-spl": "*",
3152
                "php": ">=5.3.3",
3153
                "phpunit/php-code-coverage": "~2.0",
3154
                "phpunit/php-file-iterator": "~1.3.1",
3155
                "phpunit/php-text-template": "~1.2",
3156
                "phpunit/php-timer": "~1.0.2",
3157
                "phpunit/phpunit-mock-objects": "2.1.5",
3158
                "sebastian/comparator": "~1.0",
3159
                "sebastian/diff": "~1.1",
3160
                "sebastian/environment": "~1.0",
3161
                "sebastian/exporter": "~1.0",
3162
                "sebastian/version": "~1.0",
3163
                "symfony/yaml": "~2.0"
3164
            },
3165
            "suggest": {
3166
                "phpunit/php-invoker": "~1.1"
3167
            },
3168
            "bin": [
3169
                "phpunit"
3170
            ],
3171
            "type": "library",
3172
            "extra": {
3173
                "branch-alias": {
3174
                    "dev-master": "4.1.x-dev"
3175
                }
3176
            },
3177
            "autoload": {
3178
                "classmap": [
3179
                    "src/"
3180
                ]
3181
            },
3182
            "notification-url": "https://packagist.org/downloads/",
3183
            "include-path": [
3184
                "",
3185
                "../../symfony/yaml/"
3186
            ],
3187
            "license": [
3188
                "BSD-3-Clause"
3189
            ],
3190
            "authors": [
3191
                {
3192
                    "name": "Sebastian Bergmann",
3193
                    "email": "[email protected]",
3194
                    "role": "lead"
3195
                }
3196
            ],
3197
            "description": "The PHP Unit Testing framework.",
3198
            "homepage": "http://www.phpunit.de/",
3199
            "keywords": [
3200
                "phpunit",
3201
                "testing",
3202
                "xunit"
3203
            ],
3204
            "time": "2014-08-17 08:07:02"
3205
        },
3206
        {
3207
            "name": "phpunit/phpunit-mock-objects",
3208
            "version": "2.1.5",
3209
            "source": {
3210
                "type": "git",
3211
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
3212
                "reference": "7878b9c41edb3afab92b85edf5f0981014a2713a"
3213
            },
3214
            "dist": {
3215
                "type": "zip",
3216
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/7878b9c41edb3afab92b85edf5f0981014a2713a",
3217
                "reference": "7878b9c41edb3afab92b85edf5f0981014a2713a",
3218
                "shasum": ""
3219
            },
3220
            "require": {
3221
                "php": ">=5.3.3",
3222
                "phpunit/php-text-template": "~1.2"
3223
            },
3224
            "require-dev": {
3225
                "phpunit/phpunit": "~4.1"
3226
            },
3227
            "suggest": {
3228
                "ext-soap": "*"
3229
            },
3230
            "type": "library",
3231
            "extra": {
3232
                "branch-alias": {
3233
                    "dev-master": "2.1.x-dev"
3234
                }
3235
            },
3236
            "autoload": {
3237
                "classmap": [
3238
                    "src/"
3239
                ]
3240
            },
3241
            "notification-url": "https://packagist.org/downloads/",
3242
            "include-path": [
3243
                ""
3244
            ],
3245
            "license": [
3246
                "BSD-3-Clause"
3247
            ],
3248
            "authors": [
3249
                {
3250
                    "name": "Sebastian Bergmann",
3251
                    "email": "[email protected]",
3252
                    "role": "lead"
3253
                }
3254
            ],
3255
            "description": "Mock Object library for PHPUnit",
3256
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
3257
            "keywords": [
3258
                "mock",
3259
                "xunit"
3260
            ],
3261
            "time": "2014-06-12 07:22:15"
3262
        },
3263
        {
3264
            "name": "sebastian/comparator",
3265
            "version": "1.2.0",
3266
            "source": {
3267
                "type": "git",
3268
                "url": "https://github.com/sebastianbergmann/comparator.git",
3269
                "reference": "937efb279bd37a375bcadf584dec0726f84dbf22"
3270
            },
3271
            "dist": {
3272
                "type": "zip",
3273
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22",
3274
                "reference": "937efb279bd37a375bcadf584dec0726f84dbf22",
3275
                "shasum": ""
3276
            },
3277
            "require": {
3278
                "php": ">=5.3.3",
3279
                "sebastian/diff": "~1.2",
3280
                "sebastian/exporter": "~1.2"
3281
            },
3282
            "require-dev": {
3283
                "phpunit/phpunit": "~4.4"
3284
            },
3285
            "type": "library",
3286
            "extra": {
3287
                "branch-alias": {
3288
                    "dev-master": "1.2.x-dev"
3289
                }
3290
            },
3291
            "autoload": {
3292
                "classmap": [
3293
                    "src/"
3294
                ]
3295
            },
3296
            "notification-url": "https://packagist.org/downloads/",
3297
            "license": [
3298
                "BSD-3-Clause"
3299
            ],
3300
            "authors": [
3301
                {
3302
                    "name": "Jeff Welch",
3303
                    "email": "[email protected]"
3304
                },
3305
                {
3306
                    "name": "Volker Dusch",
3307
                    "email": "[email protected]"
3308
                },
3309
                {
3310
                    "name": "Bernhard Schussek",
3311
                    "email": "[email protected]"
3312
                },
3313
                {
3314
                    "name": "Sebastian Bergmann",
3315
                    "email": "[email protected]"
3316
                }
3317
            ],
3318
            "description": "Provides the functionality to compare PHP values for equality",
3319
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
3320
            "keywords": [
3321
                "comparator",
3322
                "compare",
3323
                "equality"
3324
            ],
3325
            "time": "2015-07-26 15:48:44"
3326
        },
3327
        {
3328
            "name": "sebastian/diff",
3329
            "version": "1.3.0",
3330
            "source": {
3331
                "type": "git",
3332
                "url": "https://github.com/sebastianbergmann/diff.git",
3333
                "reference": "863df9687835c62aa423a22412d26fa2ebde3fd3"
3334
            },
3335
            "dist": {
3336
                "type": "zip",
3337
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/863df9687835c62aa423a22412d26fa2ebde3fd3",
3338
                "reference": "863df9687835c62aa423a22412d26fa2ebde3fd3",
3339
                "shasum": ""
3340
            },
3341
            "require": {
3342
                "php": ">=5.3.3"
3343
            },
3344
            "require-dev": {
3345
                "phpunit/phpunit": "~4.2"
3346
            },
3347
            "type": "library",
3348
            "extra": {
3349
                "branch-alias": {
3350
                    "dev-master": "1.3-dev"
3351
                }
3352
            },
3353
            "autoload": {
3354
                "classmap": [
3355
                    "src/"
3356
                ]
3357
            },
3358
            "notification-url": "https://packagist.org/downloads/",
3359
            "license": [
3360
                "BSD-3-Clause"
3361
            ],
3362
            "authors": [
3363
                {
3364
                    "name": "Kore Nordmann",
3365
                    "email": "[email protected]"
3366
                },
3367
                {
3368
                    "name": "Sebastian Bergmann",
3369
                    "email": "[email protected]"
3370
                }
3371
            ],
3372
            "description": "Diff implementation",
3373
            "homepage": "http://www.github.com/sebastianbergmann/diff",
3374
            "keywords": [
3375
                "diff"
3376
            ],
3377
            "time": "2015-02-22 15:13:53"
3378
        },
3379
        {
3380
            "name": "sebastian/environment",
3381
            "version": "1.3.3",
3382
            "source": {
3383
                "type": "git",
3384
                "url": "https://github.com/sebastianbergmann/environment.git",
3385
                "reference": "6e7133793a8e5a5714a551a8324337374be209df"
3386
            },
3387
            "dist": {
3388
                "type": "zip",
3389
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/6e7133793a8e5a5714a551a8324337374be209df",
3390
                "reference": "6e7133793a8e5a5714a551a8324337374be209df",
3391
                "shasum": ""
3392
            },
3393
            "require": {
3394
                "php": ">=5.3.3"
3395
            },
3396
            "require-dev": {
3397
                "phpunit/phpunit": "~4.4"
3398
            },
3399
            "type": "library",
3400
            "extra": {
3401
                "branch-alias": {
3402
                    "dev-master": "1.3.x-dev"
3403
                }
3404
            },
3405
            "autoload": {
3406
                "classmap": [
3407
                    "src/"
3408
                ]
3409
            },
3410
            "notification-url": "https://packagist.org/downloads/",
3411
            "license": [
3412
                "BSD-3-Clause"
3413
            ],
3414
            "authors": [
3415
                {
3416
                    "name": "Sebastian Bergmann",
3417
                    "email": "[email protected]"
3418
                }
3419
            ],
3420
            "description": "Provides functionality to handle HHVM/PHP environments",
3421
            "homepage": "http://www.github.com/sebastianbergmann/environment",
3422
            "keywords": [
3423
                "Xdebug",
3424
                "environment",
3425
                "hhvm"
3426
            ],
3427
            "time": "2015-12-02 08:37:27"
3428
        },
3429
        {
3430
            "name": "sebastian/exporter",
3431
            "version": "1.2.1",
3432
            "source": {
3433
                "type": "git",
3434
                "url": "https://github.com/sebastianbergmann/exporter.git",
3435
                "reference": "7ae5513327cb536431847bcc0c10edba2701064e"
3436
            },
3437
            "dist": {
3438
                "type": "zip",
3439
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/7ae5513327cb536431847bcc0c10edba2701064e",
3440
                "reference": "7ae5513327cb536431847bcc0c10edba2701064e",
3441
                "shasum": ""
3442
            },
3443
            "require": {
3444
                "php": ">=5.3.3",
3445
                "sebastian/recursion-context": "~1.0"
3446
            },
3447
            "require-dev": {
3448
                "phpunit/phpunit": "~4.4"
3449
            },
3450
            "type": "library",
3451
            "extra": {
3452
                "branch-alias": {
3453
                    "dev-master": "1.2.x-dev"
3454
                }
3455
            },
3456
            "autoload": {
3457
                "classmap": [
3458
                    "src/"
3459
                ]
3460
            },
3461
            "notification-url": "https://packagist.org/downloads/",
3462
            "license": [
3463
                "BSD-3-Clause"
3464
            ],
3465
            "authors": [
3466
                {
3467
                    "name": "Jeff Welch",
3468
                    "email": "[email protected]"
3469
                },
3470
                {
3471
                    "name": "Volker Dusch",
3472
                    "email": "[email protected]"
3473
                },
3474
                {
3475
                    "name": "Bernhard Schussek",
3476
                    "email": "[email protected]"
3477
                },
3478
                {
3479
                    "name": "Sebastian Bergmann",
3480
                    "email": "[email protected]"
3481
                },
3482
                {
3483
                    "name": "Adam Harvey",
3484
                    "email": "[email protected]"
3485
                }
3486
            ],
3487
            "description": "Provides the functionality to export PHP variables for visualization",
3488
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
3489
            "keywords": [
3490
                "export",
3491
                "exporter"
3492
            ],
3493
            "time": "2015-06-21 07:55:53"
3494
        },
3495
        {
3496
            "name": "sebastian/recursion-context",
3497
            "version": "1.0.1",
3498
            "source": {
3499
                "type": "git",
3500
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
3501
                "reference": "994d4a811bafe801fb06dccbee797863ba2792ba"
3502
            },
3503
            "dist": {
3504
                "type": "zip",
3505
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/994d4a811bafe801fb06dccbee797863ba2792ba",
3506
                "reference": "994d4a811bafe801fb06dccbee797863ba2792ba",
3507
                "shasum": ""
3508
            },
3509
            "require": {
3510
                "php": ">=5.3.3"
3511
            },
3512
            "require-dev": {
3513
                "phpunit/phpunit": "~4.4"
3514
            },
3515
            "type": "library",
3516
            "extra": {
3517
                "branch-alias": {
3518
                    "dev-master": "1.0.x-dev"
3519
                }
3520
            },
3521
            "autoload": {
3522
                "classmap": [
3523
                    "src/"
3524
                ]
3525
            },
3526
            "notification-url": "https://packagist.org/downloads/",
3527
            "license": [
3528
                "BSD-3-Clause"
3529
            ],
3530
            "authors": [
3531
                {
3532
                    "name": "Jeff Welch",
3533
                    "email": "[email protected]"
3534
                },
3535
                {
3536
                    "name": "Sebastian Bergmann",
3537
                    "email": "[email protected]"
3538
                },
3539
                {
3540
                    "name": "Adam Harvey",
3541
                    "email": "[email protected]"
3542
                }
3543
            ],
3544
            "description": "Provides functionality to recursively process PHP variables",
3545
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
3546
            "time": "2015-06-21 08:04:50"
3547
        },
3548
        {
3549
            "name": "sebastian/version",
3550
            "version": "1.0.6",
3551
            "source": {
3552
                "type": "git",
3553
                "url": "https://github.com/sebastianbergmann/version.git",
3554
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
3555
            },
3556
            "dist": {
3557
                "type": "zip",
3558
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
3559
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
3560
                "shasum": ""
3561
            },
3562
            "type": "library",
3563
            "autoload": {
3564
                "classmap": [
3565
                    "src/"
3566
                ]
3567
            },
3568
            "notification-url": "https://packagist.org/downloads/",
3569
            "license": [
3570
                "BSD-3-Clause"
3571
            ],
3572
            "authors": [
3573
                {
3574
                    "name": "Sebastian Bergmann",
3575
                    "email": "[email protected]",
3576
                    "role": "lead"
3577
                }
3578
            ],
3579
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
3580
            "homepage": "https://github.com/sebastianbergmann/version",
3581
            "time": "2015-06-21 13:59:46"
3582
        },
3583
        {
3584
            "name": "sensiolabs/security-checker",
3585
            "version": "v1.3.4",
3586
            "source": {
3587
                "type": "git",
3588
                "url": "https://github.com/sensiolabs/security-checker.git",
3589
                "reference": "da1f9d19c80eac2b6ae8043bb92b7c7a16d00713"
3590
            },
3591
            "dist": {
3592
                "type": "zip",
3593
                "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/da1f9d19c80eac2b6ae8043bb92b7c7a16d00713",
3594
                "reference": "da1f9d19c80eac2b6ae8043bb92b7c7a16d00713",
3595
                "shasum": ""
3596
            },
3597
            "require": {
3598
                "ext-curl": "*",
3599
                "symfony/console": "~2.0"
3600
            },
3601
            "bin": [
3602
                "security-checker"
3603
            ],
3604
            "type": "library",
3605
            "extra": {
3606
                "branch-alias": {
3607
                    "dev-master": "1.3-dev"
3608
                }
3609
            },
3610
            "autoload": {
3611
                "psr-0": {
3612
                    "SensioLabs\\Security": ""
3613
                }
3614
            },
3615
            "notification-url": "https://packagist.org/downloads/",
3616
            "license": [
3617
                "MIT"
3618
            ],
3619
            "authors": [
3620
                {
3621
                    "name": "Fabien Potencier",
3622
                    "email": "[email protected]"
3623
                }
3624
            ],
3625
            "description": "A security checker for your composer.lock",
3626
            "time": "2014-07-08 18:12:35"
3627
        }
3628
    ],
3629
    "aliases": [],
3630
    "minimum-stability": "stable",
3631
    "stability-flags": {
3632
        "doctrine/doctrine-migrations-bundle": 20,
3633
        "doctrine/migrations": 20,
3634
        "doctrine/doctrine-fixtures-bundle": 20,
3635
        "doctrine/data-fixtures": 20,
3636
        "qafoolabs/profiler": 0,
3637
        "phpbb/website-assets": 20,
3638
        "liuggio/fastest": 20
3639
    },
3640
    "prefer-stable": false,
3641
    "prefer-lowest": false,
3642
    "platform": {
3643
        "php": ">=5.3.3"
3644
    },
3645
    "platform-dev": []
3646
}
3647