Completed
Push — master ( abbc68...262c39 )
by Michael
03:05 queued 01:20
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": "45943cb809cfa3b0a9eab0f2d99f83fc",
8
    "content-hash": "2228efc655cb3dbc51f86c3121d63c28",
9
    "packages": [
10
        {
11
            "name": "composer/installers",
12
            "version": "v1.1.0",
13
            "source": {
14
                "type": "git",
15
                "url": "https://github.com/composer/installers.git",
16
                "reference": "a3595c5272a6f247228abb20076ed27321e4aae9"
17
            },
18
            "dist": {
19
                "type": "zip",
20
                "url": "https://api.github.com/repos/composer/installers/zipball/a3595c5272a6f247228abb20076ed27321e4aae9",
21
                "reference": "a3595c5272a6f247228abb20076ed27321e4aae9",
22
                "shasum": ""
23
            },
24
            "require": {
25
                "composer-plugin-api": "^1.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-4": {
44
                    "Composer\\Installers\\": "src/Composer/Installers"
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": "https://composer.github.io/installers/",
60
            "keywords": [
61
                "Craft",
62
                "Dolibarr",
63
                "Hurad",
64
                "ImageCMS",
65
                "MODX Evo",
66
                "Mautic",
67
                "OXID",
68
                "RadPHP",
69
                "SMF",
70
                "Thelia",
71
                "WolfCMS",
72
                "agl",
73
                "aimeos",
74
                "annotatecms",
75
                "bitrix",
76
                "cakephp",
77
                "chef",
78
                "codeigniter",
79
                "concrete5",
80
                "croogo",
81
                "dokuwiki",
82
                "drupal",
83
                "elgg",
84
                "expressionengine",
85
                "fuelphp",
86
                "grav",
87
                "installer",
88
                "joomla",
89
                "kohana",
90
                "laravel",
91
                "lithium",
92
                "magento",
93
                "mako",
94
                "mediawiki",
95
                "modulework",
96
                "moodle",
97
                "phpbb",
98
                "piwik",
99
                "ppi",
100
                "puppet",
101
                "roundcube",
102
                "shopware",
103
                "silverstripe",
104
                "symfony",
105
                "typo3",
106
                "wordpress",
107
                "zend",
108
                "zikula"
109
            ],
110
            "time": "2016-07-05 06:18:20"
111
        },
112
        {
113
            "name": "doctrine/annotations",
114
            "version": "v1.2.7",
115
            "source": {
116
                "type": "git",
117
                "url": "https://github.com/doctrine/annotations.git",
118
                "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535"
119
            },
120
            "dist": {
121
                "type": "zip",
122
                "url": "https://api.github.com/repos/doctrine/annotations/zipball/f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
123
                "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
124
                "shasum": ""
125
            },
126
            "require": {
127
                "doctrine/lexer": "1.*",
128
                "php": ">=5.3.2"
129
            },
130
            "require-dev": {
131
                "doctrine/cache": "1.*",
132
                "phpunit/phpunit": "4.*"
133
            },
134
            "type": "library",
135
            "extra": {
136
                "branch-alias": {
137
                    "dev-master": "1.3.x-dev"
138
                }
139
            },
140
            "autoload": {
141
                "psr-0": {
142
                    "Doctrine\\Common\\Annotations\\": "lib/"
143
                }
144
            },
145
            "notification-url": "https://packagist.org/downloads/",
146
            "license": [
147
                "MIT"
148
            ],
149
            "authors": [
150
                {
151
                    "name": "Roman Borschel",
152
                    "email": "[email protected]"
153
                },
154
                {
155
                    "name": "Benjamin Eberlei",
156
                    "email": "[email protected]"
157
                },
158
                {
159
                    "name": "Guilherme Blanco",
160
                    "email": "[email protected]"
161
                },
162
                {
163
                    "name": "Jonathan Wage",
164
                    "email": "[email protected]"
165
                },
166
                {
167
                    "name": "Johannes Schmitt",
168
                    "email": "[email protected]"
169
                }
170
            ],
171
            "description": "Docblock Annotations Parser",
172
            "homepage": "http://www.doctrine-project.org",
173
            "keywords": [
174
                "annotations",
175
                "docblock",
176
                "parser"
177
            ],
178
            "time": "2015-08-31 12:32:49"
179
        },
180
        {
181
            "name": "doctrine/cache",
182
            "version": "v1.6.0",
183
            "source": {
184
                "type": "git",
185
                "url": "https://github.com/doctrine/cache.git",
186
                "reference": "f8af318d14bdb0eff0336795b428b547bd39ccb6"
187
            },
188
            "dist": {
189
                "type": "zip",
190
                "url": "https://api.github.com/repos/doctrine/cache/zipball/f8af318d14bdb0eff0336795b428b547bd39ccb6",
191
                "reference": "f8af318d14bdb0eff0336795b428b547bd39ccb6",
192
                "shasum": ""
193
            },
194
            "require": {
195
                "php": "~5.5|~7.0"
196
            },
197
            "conflict": {
198
                "doctrine/common": ">2.2,<2.4"
199
            },
200
            "require-dev": {
201
                "phpunit/phpunit": "~4.8|~5.0",
202
                "predis/predis": "~1.0",
203
                "satooshi/php-coveralls": "~0.6"
204
            },
205
            "type": "library",
206
            "extra": {
207
                "branch-alias": {
208
                    "dev-master": "1.6.x-dev"
209
                }
210
            },
211
            "autoload": {
212
                "psr-4": {
213
                    "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
214
                }
215
            },
216
            "notification-url": "https://packagist.org/downloads/",
217
            "license": [
218
                "MIT"
219
            ],
220
            "authors": [
221
                {
222
                    "name": "Roman Borschel",
223
                    "email": "[email protected]"
224
                },
225
                {
226
                    "name": "Benjamin Eberlei",
227
                    "email": "[email protected]"
228
                },
229
                {
230
                    "name": "Guilherme Blanco",
231
                    "email": "[email protected]"
232
                },
233
                {
234
                    "name": "Jonathan Wage",
235
                    "email": "[email protected]"
236
                },
237
                {
238
                    "name": "Johannes Schmitt",
239
                    "email": "[email protected]"
240
                }
241
            ],
242
            "description": "Caching library offering an object-oriented API for many cache backends",
243
            "homepage": "http://www.doctrine-project.org",
244
            "keywords": [
245
                "cache",
246
                "caching"
247
            ],
248
            "time": "2015-12-31 16:37:02"
249
        },
250
        {
251
            "name": "doctrine/collections",
252
            "version": "v1.3.0",
253
            "source": {
254
                "type": "git",
255
                "url": "https://github.com/doctrine/collections.git",
256
                "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a"
257
            },
258
            "dist": {
259
                "type": "zip",
260
                "url": "https://api.github.com/repos/doctrine/collections/zipball/6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
261
                "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
262
                "shasum": ""
263
            },
264
            "require": {
265
                "php": ">=5.3.2"
266
            },
267
            "require-dev": {
268
                "phpunit/phpunit": "~4.0"
269
            },
270
            "type": "library",
271
            "extra": {
272
                "branch-alias": {
273
                    "dev-master": "1.2.x-dev"
274
                }
275
            },
276
            "autoload": {
277
                "psr-0": {
278
                    "Doctrine\\Common\\Collections\\": "lib/"
279
                }
280
            },
281
            "notification-url": "https://packagist.org/downloads/",
282
            "license": [
283
                "MIT"
284
            ],
285
            "authors": [
286
                {
287
                    "name": "Roman Borschel",
288
                    "email": "[email protected]"
289
                },
290
                {
291
                    "name": "Benjamin Eberlei",
292
                    "email": "[email protected]"
293
                },
294
                {
295
                    "name": "Guilherme Blanco",
296
                    "email": "[email protected]"
297
                },
298
                {
299
                    "name": "Jonathan Wage",
300
                    "email": "[email protected]"
301
                },
302
                {
303
                    "name": "Johannes Schmitt",
304
                    "email": "[email protected]"
305
                }
306
            ],
307
            "description": "Collections Abstraction library",
308
            "homepage": "http://www.doctrine-project.org",
309
            "keywords": [
310
                "array",
311
                "collections",
312
                "iterator"
313
            ],
314
            "time": "2015-04-14 22:21:58"
315
        },
316
        {
317
            "name": "doctrine/common",
318
            "version": "v2.6.1",
319
            "source": {
320
                "type": "git",
321
                "url": "https://github.com/doctrine/common.git",
322
                "reference": "a579557bc689580c19fee4e27487a67fe60defc0"
323
            },
324
            "dist": {
325
                "type": "zip",
326
                "url": "https://api.github.com/repos/doctrine/common/zipball/a579557bc689580c19fee4e27487a67fe60defc0",
327
                "reference": "a579557bc689580c19fee4e27487a67fe60defc0",
328
                "shasum": ""
329
            },
330
            "require": {
331
                "doctrine/annotations": "1.*",
332
                "doctrine/cache": "1.*",
333
                "doctrine/collections": "1.*",
334
                "doctrine/inflector": "1.*",
335
                "doctrine/lexer": "1.*",
336
                "php": "~5.5|~7.0"
337
            },
338
            "require-dev": {
339
                "phpunit/phpunit": "~4.8|~5.0"
340
            },
341
            "type": "library",
342
            "extra": {
343
                "branch-alias": {
344
                    "dev-master": "2.7.x-dev"
345
                }
346
            },
347
            "autoload": {
348
                "psr-4": {
349
                    "Doctrine\\Common\\": "lib/Doctrine/Common"
350
                }
351
            },
352
            "notification-url": "https://packagist.org/downloads/",
353
            "license": [
354
                "MIT"
355
            ],
356
            "authors": [
357
                {
358
                    "name": "Roman Borschel",
359
                    "email": "[email protected]"
360
                },
361
                {
362
                    "name": "Benjamin Eberlei",
363
                    "email": "[email protected]"
364
                },
365
                {
366
                    "name": "Guilherme Blanco",
367
                    "email": "[email protected]"
368
                },
369
                {
370
                    "name": "Jonathan Wage",
371
                    "email": "[email protected]"
372
                },
373
                {
374
                    "name": "Johannes Schmitt",
375
                    "email": "[email protected]"
376
                }
377
            ],
378
            "description": "Common Library for Doctrine projects",
379
            "homepage": "http://www.doctrine-project.org",
380
            "keywords": [
381
                "annotations",
382
                "collections",
383
                "eventmanager",
384
                "persistence",
385
                "spl"
386
            ],
387
            "time": "2015-12-25 13:18:31"
388
        },
389
        {
390
            "name": "doctrine/data-fixtures",
391
            "version": "dev-master",
392
            "source": {
393
                "type": "git",
394
                "url": "https://github.com/doctrine/data-fixtures.git",
395
                "reference": "e454a78370d106bc138c740fc1a323f82eea6605"
396
            },
397
            "dist": {
398
                "type": "zip",
399
                "url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/e454a78370d106bc138c740fc1a323f82eea6605",
400
                "reference": "e454a78370d106bc138c740fc1a323f82eea6605",
401
                "shasum": ""
402
            },
403
            "require": {
404
                "doctrine/common": "~2.2",
405
                "php": "^5.6 || ^7.0"
406
            },
407
            "conflict": {
408
                "doctrine/orm": "< 2.4"
409
            },
410
            "require-dev": {
411
                "doctrine/dbal": "^2.5.4",
412
                "doctrine/orm": "^2.5.4",
413
                "phpunit/phpunit": "^5.4.6"
414
            },
415
            "suggest": {
416
                "doctrine/mongodb-odm": "For loading MongoDB ODM fixtures",
417
                "doctrine/orm": "For loading ORM fixtures",
418
                "doctrine/phpcr-odm": "For loading PHPCR ODM fixtures"
419
            },
420
            "type": "library",
421
            "extra": {
422
                "branch-alias": {
423
                    "dev-master": "1.3.x-dev"
424
                }
425
            },
426
            "autoload": {
427
                "psr-0": {
428
                    "Doctrine\\Common\\DataFixtures": "lib/"
429
                }
430
            },
431
            "notification-url": "https://packagist.org/downloads/",
432
            "license": [
433
                "MIT"
434
            ],
435
            "authors": [
436
                {
437
                    "name": "Jonathan Wage",
438
                    "email": "[email protected]"
439
                }
440
            ],
441
            "description": "Data Fixtures for all Doctrine Object Managers",
442
            "homepage": "http://www.doctrine-project.org",
443
            "keywords": [
444
                "database"
445
            ],
446
            "time": "2016-07-15 08:33:00"
447
        },
448
        {
449
            "name": "doctrine/dbal",
450
            "version": "v2.5.4",
451
            "source": {
452
                "type": "git",
453
                "url": "https://github.com/doctrine/dbal.git",
454
                "reference": "abbdfd1cff43a7b99d027af3be709bc8fc7d4769"
455
            },
456
            "dist": {
457
                "type": "zip",
458
                "url": "https://api.github.com/repos/doctrine/dbal/zipball/abbdfd1cff43a7b99d027af3be709bc8fc7d4769",
459
                "reference": "abbdfd1cff43a7b99d027af3be709bc8fc7d4769",
460
                "shasum": ""
461
            },
462
            "require": {
463
                "doctrine/common": ">=2.4,<2.7-dev",
464
                "php": ">=5.3.2"
465
            },
466
            "require-dev": {
467
                "phpunit/phpunit": "4.*",
468
                "symfony/console": "2.*"
469
            },
470
            "suggest": {
471
                "symfony/console": "For helpful console commands such as SQL execution and import of files."
472
            },
473
            "bin": [
474
                "bin/doctrine-dbal"
475
            ],
476
            "type": "library",
477
            "extra": {
478
                "branch-alias": {
479
                    "dev-master": "2.5.x-dev"
480
                }
481
            },
482
            "autoload": {
483
                "psr-0": {
484
                    "Doctrine\\DBAL\\": "lib/"
485
                }
486
            },
487
            "notification-url": "https://packagist.org/downloads/",
488
            "license": [
489
                "MIT"
490
            ],
491
            "authors": [
492
                {
493
                    "name": "Roman Borschel",
494
                    "email": "[email protected]"
495
                },
496
                {
497
                    "name": "Benjamin Eberlei",
498
                    "email": "[email protected]"
499
                },
500
                {
501
                    "name": "Guilherme Blanco",
502
                    "email": "[email protected]"
503
                },
504
                {
505
                    "name": "Jonathan Wage",
506
                    "email": "[email protected]"
507
                }
508
            ],
509
            "description": "Database Abstraction Layer",
510
            "homepage": "http://www.doctrine-project.org",
511
            "keywords": [
512
                "database",
513
                "dbal",
514
                "persistence",
515
                "queryobject"
516
            ],
517
            "time": "2016-01-05 22:11:12"
518
        },
519
        {
520
            "name": "doctrine/doctrine-bundle",
521
            "version": "1.6.3",
522
            "source": {
523
                "type": "git",
524
                "url": "https://github.com/doctrine/DoctrineBundle.git",
525
                "reference": "fd51907c6c76acaa8a5234822a4f901c1500afc1"
526
            },
527
            "dist": {
528
                "type": "zip",
529
                "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/fd51907c6c76acaa8a5234822a4f901c1500afc1",
530
                "reference": "fd51907c6c76acaa8a5234822a4f901c1500afc1",
531
                "shasum": ""
532
            },
533
            "require": {
534
                "doctrine/dbal": "~2.3",
535
                "doctrine/doctrine-cache-bundle": "~1.0",
536
                "jdorn/sql-formatter": "~1.1",
537
                "php": ">=5.3.2",
538
                "symfony/console": "~2.3|~3.0",
539
                "symfony/doctrine-bridge": "~2.2|~3.0",
540
                "symfony/framework-bundle": "~2.3|~3.0"
541
            },
542
            "require-dev": {
543
                "doctrine/orm": "~2.3",
544
                "phpunit/phpunit": "~4",
545
                "satooshi/php-coveralls": "~0.6.1",
546
                "symfony/phpunit-bridge": "~2.7|~3.0",
547
                "symfony/property-info": "~2.8|~3.0",
548
                "symfony/validator": "~2.2|~3.0",
549
                "symfony/yaml": "~2.2|~3.0",
550
                "twig/twig": "~1.10"
551
            },
552
            "suggest": {
553
                "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.",
554
                "symfony/web-profiler-bundle": "To use the data collector."
555
            },
556
            "type": "symfony-bundle",
557
            "extra": {
558
                "branch-alias": {
559
                    "dev-master": "1.6.x-dev"
560
                }
561
            },
562
            "autoload": {
563
                "psr-4": {
564
                    "Doctrine\\Bundle\\DoctrineBundle\\": ""
565
                }
566
            },
567
            "notification-url": "https://packagist.org/downloads/",
568
            "license": [
569
                "MIT"
570
            ],
571
            "authors": [
572
                {
573
                    "name": "Symfony Community",
574
                    "homepage": "http://symfony.com/contributors"
575
                },
576
                {
577
                    "name": "Benjamin Eberlei",
578
                    "email": "[email protected]"
579
                },
580
                {
581
                    "name": "Doctrine Project",
582
                    "homepage": "http://www.doctrine-project.org/"
583
                },
584
                {
585
                    "name": "Fabien Potencier",
586
                    "email": "[email protected]"
587
                }
588
            ],
589
            "description": "Symfony DoctrineBundle",
590
            "homepage": "http://www.doctrine-project.org",
591
            "keywords": [
592
                "database",
593
                "dbal",
594
                "orm",
595
                "persistence"
596
            ],
597
            "time": "2016-04-21 19:55:56"
598
        },
599
        {
600
            "name": "doctrine/doctrine-cache-bundle",
601
            "version": "1.3.0",
602
            "source": {
603
                "type": "git",
604
                "url": "https://github.com/doctrine/DoctrineCacheBundle.git",
605
                "reference": "18c600a9b82f6454d2e81ca4957cdd56a1cf3504"
606
            },
607
            "dist": {
608
                "type": "zip",
609
                "url": "https://api.github.com/repos/doctrine/DoctrineCacheBundle/zipball/18c600a9b82f6454d2e81ca4957cdd56a1cf3504",
610
                "reference": "18c600a9b82f6454d2e81ca4957cdd56a1cf3504",
611
                "shasum": ""
612
            },
613
            "require": {
614
                "doctrine/cache": "^1.4.2",
615
                "doctrine/inflector": "~1.0",
616
                "php": ">=5.3.2",
617
                "symfony/doctrine-bridge": "~2.2|~3.0"
618
            },
619
            "require-dev": {
620
                "instaclick/coding-standard": "~1.1",
621
                "instaclick/object-calisthenics-sniffs": "dev-master",
622
                "instaclick/symfony2-coding-standard": "dev-remaster",
623
                "phpunit/phpunit": "~4",
624
                "predis/predis": "~0.8",
625
                "satooshi/php-coveralls": "~0.6.1",
626
                "squizlabs/php_codesniffer": "~1.5",
627
                "symfony/console": "~2.2|~3.0",
628
                "symfony/finder": "~2.2|~3.0",
629
                "symfony/framework-bundle": "~2.2|~3.0",
630
                "symfony/phpunit-bridge": "~2.7|~3.0",
631
                "symfony/security-acl": "~2.3|~3.0",
632
                "symfony/validator": "~2.2|~3.0",
633
                "symfony/yaml": "~2.2|~3.0"
634
            },
635
            "suggest": {
636
                "symfony/security-acl": "For using this bundle to cache ACLs"
637
            },
638
            "type": "symfony-bundle",
639
            "extra": {
640
                "branch-alias": {
641
                    "dev-master": "1.2.x-dev"
642
                }
643
            },
644
            "autoload": {
645
                "psr-4": {
646
                    "Doctrine\\Bundle\\DoctrineCacheBundle\\": ""
647
                }
648
            },
649
            "notification-url": "https://packagist.org/downloads/",
650
            "license": [
651
                "MIT"
652
            ],
653
            "authors": [
654
                {
655
                    "name": "Symfony Community",
656
                    "homepage": "http://symfony.com/contributors"
657
                },
658
                {
659
                    "name": "Benjamin Eberlei",
660
                    "email": "[email protected]"
661
                },
662
                {
663
                    "name": "Fabio B. Silva",
664
                    "email": "[email protected]"
665
                },
666
                {
667
                    "name": "Guilherme Blanco",
668
                    "email": "[email protected]"
669
                },
670
                {
671
                    "name": "Doctrine Project",
672
                    "homepage": "http://www.doctrine-project.org/"
673
                },
674
                {
675
                    "name": "Fabien Potencier",
676
                    "email": "[email protected]"
677
                }
678
            ],
679
            "description": "Symfony Bundle for Doctrine Cache",
680
            "homepage": "http://www.doctrine-project.org",
681
            "keywords": [
682
                "cache",
683
                "caching"
684
            ],
685
            "time": "2016-01-26 17:28:51"
686
        },
687
        {
688
            "name": "doctrine/doctrine-fixtures-bundle",
689
            "version": "dev-master",
690
            "source": {
691
                "type": "git",
692
                "url": "https://github.com/doctrine/DoctrineFixturesBundle.git",
693
                "reference": "0f1a2f91b349e10f5c343f75ab71d23aace5b029"
694
            },
695
            "dist": {
696
                "type": "zip",
697
                "url": "https://api.github.com/repos/doctrine/DoctrineFixturesBundle/zipball/0f1a2f91b349e10f5c343f75ab71d23aace5b029",
698
                "reference": "0f1a2f91b349e10f5c343f75ab71d23aace5b029",
699
                "shasum": ""
700
            },
701
            "require": {
702
                "doctrine/data-fixtures": "~1.0",
703
                "doctrine/doctrine-bundle": "~1.0",
704
                "php": ">=5.3.2",
705
                "symfony/doctrine-bridge": "~2.3|~3.0"
706
            },
707
            "type": "symfony-bundle",
708
            "extra": {
709
                "branch-alias": {
710
                    "dev-master": "2.2.x-dev"
711
                }
712
            },
713
            "autoload": {
714
                "psr-4": {
715
                    "Doctrine\\Bundle\\FixturesBundle\\": ""
716
                }
717
            },
718
            "notification-url": "https://packagist.org/downloads/",
719
            "license": [
720
                "MIT"
721
            ],
722
            "authors": [
723
                {
724
                    "name": "Symfony Community",
725
                    "homepage": "http://symfony.com/contributors"
726
                },
727
                {
728
                    "name": "Doctrine Project",
729
                    "homepage": "http://www.doctrine-project.org"
730
                },
731
                {
732
                    "name": "Fabien Potencier",
733
                    "email": "[email protected]"
734
                }
735
            ],
736
            "description": "Symfony DoctrineFixturesBundle",
737
            "homepage": "http://www.doctrine-project.org",
738
            "keywords": [
739
                "Fixture",
740
                "persistence"
741
            ],
742
            "time": "2015-11-04 21:23:23"
743
        },
744
        {
745
            "name": "doctrine/doctrine-migrations-bundle",
746
            "version": "dev-master",
747
            "source": {
748
                "type": "git",
749
                "url": "https://github.com/doctrine/DoctrineMigrationsBundle.git",
750
                "reference": "0b89ee55bceb53c60bc4ba32924ac5053e377abb"
751
            },
752
            "dist": {
753
                "type": "zip",
754
                "url": "https://api.github.com/repos/doctrine/DoctrineMigrationsBundle/zipball/0b89ee55bceb53c60bc4ba32924ac5053e377abb",
755
                "reference": "0b89ee55bceb53c60bc4ba32924ac5053e377abb",
756
                "shasum": ""
757
            },
758
            "require": {
759
                "doctrine/doctrine-bundle": "~1.0",
760
                "doctrine/migrations": "^1.1",
761
                "php": ">=5.4.0",
762
                "symfony/framework-bundle": "~2.3|~3.0"
763
            },
764
            "require-dev": {
765
                "phpunit/phpunit": "~4.8"
766
            },
767
            "type": "symfony-bundle",
768
            "extra": {
769
                "branch-alias": {
770
                    "dev-master": "1.1-dev"
771
                }
772
            },
773
            "autoload": {
774
                "psr-4": {
775
                    "Doctrine\\Bundle\\MigrationsBundle\\": ""
776
                }
777
            },
778
            "notification-url": "https://packagist.org/downloads/",
779
            "license": [
780
                "MIT"
781
            ],
782
            "authors": [
783
                {
784
                    "name": "Symfony Community",
785
                    "homepage": "http://symfony.com/contributors"
786
                },
787
                {
788
                    "name": "Doctrine Project",
789
                    "homepage": "http://www.doctrine-project.org"
790
                },
791
                {
792
                    "name": "Fabien Potencier",
793
                    "email": "[email protected]"
794
                }
795
            ],
796
            "description": "Symfony DoctrineMigrationsBundle",
797
            "homepage": "http://www.doctrine-project.org",
798
            "keywords": [
799
                "dbal",
800
                "migrations",
801
                "schema"
802
            ],
803
            "time": "2016-06-30 19:26:35"
804
        },
805
        {
806
            "name": "doctrine/inflector",
807
            "version": "v1.1.0",
808
            "source": {
809
                "type": "git",
810
                "url": "https://github.com/doctrine/inflector.git",
811
                "reference": "90b2128806bfde671b6952ab8bea493942c1fdae"
812
            },
813
            "dist": {
814
                "type": "zip",
815
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae",
816
                "reference": "90b2128806bfde671b6952ab8bea493942c1fdae",
817
                "shasum": ""
818
            },
819
            "require": {
820
                "php": ">=5.3.2"
821
            },
822
            "require-dev": {
823
                "phpunit/phpunit": "4.*"
824
            },
825
            "type": "library",
826
            "extra": {
827
                "branch-alias": {
828
                    "dev-master": "1.1.x-dev"
829
                }
830
            },
831
            "autoload": {
832
                "psr-0": {
833
                    "Doctrine\\Common\\Inflector\\": "lib/"
834
                }
835
            },
836
            "notification-url": "https://packagist.org/downloads/",
837
            "license": [
838
                "MIT"
839
            ],
840
            "authors": [
841
                {
842
                    "name": "Roman Borschel",
843
                    "email": "[email protected]"
844
                },
845
                {
846
                    "name": "Benjamin Eberlei",
847
                    "email": "[email protected]"
848
                },
849
                {
850
                    "name": "Guilherme Blanco",
851
                    "email": "[email protected]"
852
                },
853
                {
854
                    "name": "Jonathan Wage",
855
                    "email": "[email protected]"
856
                },
857
                {
858
                    "name": "Johannes Schmitt",
859
                    "email": "[email protected]"
860
                }
861
            ],
862
            "description": "Common String Manipulations with regard to casing and singular/plural rules.",
863
            "homepage": "http://www.doctrine-project.org",
864
            "keywords": [
865
                "inflection",
866
                "pluralize",
867
                "singularize",
868
                "string"
869
            ],
870
            "time": "2015-11-06 14:35:42"
871
        },
872
        {
873
            "name": "doctrine/instantiator",
874
            "version": "1.0.5",
875
            "source": {
876
                "type": "git",
877
                "url": "https://github.com/doctrine/instantiator.git",
878
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
879
            },
880
            "dist": {
881
                "type": "zip",
882
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
883
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
884
                "shasum": ""
885
            },
886
            "require": {
887
                "php": ">=5.3,<8.0-DEV"
888
            },
889
            "require-dev": {
890
                "athletic/athletic": "~0.1.8",
891
                "ext-pdo": "*",
892
                "ext-phar": "*",
893
                "phpunit/phpunit": "~4.0",
894
                "squizlabs/php_codesniffer": "~2.0"
895
            },
896
            "type": "library",
897
            "extra": {
898
                "branch-alias": {
899
                    "dev-master": "1.0.x-dev"
900
                }
901
            },
902
            "autoload": {
903
                "psr-4": {
904
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
905
                }
906
            },
907
            "notification-url": "https://packagist.org/downloads/",
908
            "license": [
909
                "MIT"
910
            ],
911
            "authors": [
912
                {
913
                    "name": "Marco Pivetta",
914
                    "email": "[email protected]",
915
                    "homepage": "http://ocramius.github.com/"
916
                }
917
            ],
918
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
919
            "homepage": "https://github.com/doctrine/instantiator",
920
            "keywords": [
921
                "constructor",
922
                "instantiate"
923
            ],
924
            "time": "2015-06-14 21:17:01"
925
        },
926
        {
927
            "name": "doctrine/lexer",
928
            "version": "v1.0.1",
929
            "source": {
930
                "type": "git",
931
                "url": "https://github.com/doctrine/lexer.git",
932
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
933
            },
934
            "dist": {
935
                "type": "zip",
936
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
937
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
938
                "shasum": ""
939
            },
940
            "require": {
941
                "php": ">=5.3.2"
942
            },
943
            "type": "library",
944
            "extra": {
945
                "branch-alias": {
946
                    "dev-master": "1.0.x-dev"
947
                }
948
            },
949
            "autoload": {
950
                "psr-0": {
951
                    "Doctrine\\Common\\Lexer\\": "lib/"
952
                }
953
            },
954
            "notification-url": "https://packagist.org/downloads/",
955
            "license": [
956
                "MIT"
957
            ],
958
            "authors": [
959
                {
960
                    "name": "Roman Borschel",
961
                    "email": "[email protected]"
962
                },
963
                {
964
                    "name": "Guilherme Blanco",
965
                    "email": "[email protected]"
966
                },
967
                {
968
                    "name": "Johannes Schmitt",
969
                    "email": "[email protected]"
970
                }
971
            ],
972
            "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
973
            "homepage": "http://www.doctrine-project.org",
974
            "keywords": [
975
                "lexer",
976
                "parser"
977
            ],
978
            "time": "2014-09-09 13:34:57"
979
        },
980
        {
981
            "name": "doctrine/migrations",
982
            "version": "dev-master",
983
            "source": {
984
                "type": "git",
985
                "url": "https://github.com/doctrine/migrations.git",
986
                "reference": "c501942663cba97efad3059077420d6504c61b98"
987
            },
988
            "dist": {
989
                "type": "zip",
990
                "url": "https://api.github.com/repos/doctrine/migrations/zipball/c501942663cba97efad3059077420d6504c61b98",
991
                "reference": "c501942663cba97efad3059077420d6504c61b98",
992
                "shasum": ""
993
            },
994
            "require": {
995
                "doctrine/dbal": "~2.2",
996
                "ocramius/proxy-manager": "^1.0|^2.0",
997
                "php": "^5.5|^7.0",
998
                "symfony/console": "~2.3|~3.0",
999
                "symfony/yaml": "~2.3|~3.0"
1000
            },
1001
            "require-dev": {
1002
                "doctrine/coding-standard": "dev-master",
1003
                "doctrine/orm": "2.*",
1004
                "jdorn/sql-formatter": "~1.1",
1005
                "johnkary/phpunit-speedtrap": "~1.0@dev",
1006
                "mikey179/vfsstream": "^1.6",
1007
                "mockery/mockery": "^0.9.4",
1008
                "phpunit/phpunit": "~4.7",
1009
                "satooshi/php-coveralls": "0.6.*"
1010
            },
1011
            "suggest": {
1012
                "jdorn/sql-formatter": "Allows to generate formatted SQL with the diff command."
1013
            },
1014
            "bin": [
1015
                "bin/doctrine-migrations"
1016
            ],
1017
            "type": "library",
1018
            "extra": {
1019
                "branch-alias": {
1020
                    "dev-master": "v1.5.x-dev"
1021
                }
1022
            },
1023
            "autoload": {
1024
                "psr-4": {
1025
                    "Doctrine\\DBAL\\Migrations\\": "lib/Doctrine/DBAL/Migrations"
1026
                }
1027
            },
1028
            "notification-url": "https://packagist.org/downloads/",
1029
            "license": [
1030
                "LGPL-2.1"
1031
            ],
1032
            "authors": [
1033
                {
1034
                    "name": "Benjamin Eberlei",
1035
                    "email": "[email protected]"
1036
                },
1037
                {
1038
                    "name": "Jonathan Wage",
1039
                    "email": "[email protected]"
1040
                },
1041
                {
1042
                    "name": "Michael Simonson",
1043
                    "email": "[email protected]"
1044
                }
1045
            ],
1046
            "description": "Database Schema migrations using Doctrine DBAL",
1047
            "homepage": "http://www.doctrine-project.org",
1048
            "keywords": [
1049
                "database",
1050
                "migrations"
1051
            ],
1052
            "time": "2016-07-26 14:01:39"
1053
        },
1054
        {
1055
            "name": "doctrine/orm",
1056
            "version": "v2.5.4",
1057
            "source": {
1058
                "type": "git",
1059
                "url": "https://github.com/doctrine/doctrine2.git",
1060
                "reference": "bc4ddbfb0114cb33438cc811c9a740d8aa304aab"
1061
            },
1062
            "dist": {
1063
                "type": "zip",
1064
                "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/bc4ddbfb0114cb33438cc811c9a740d8aa304aab",
1065
                "reference": "bc4ddbfb0114cb33438cc811c9a740d8aa304aab",
1066
                "shasum": ""
1067
            },
1068
            "require": {
1069
                "doctrine/cache": "~1.4",
1070
                "doctrine/collections": "~1.2",
1071
                "doctrine/common": ">=2.5-dev,<2.7-dev",
1072
                "doctrine/dbal": ">=2.5-dev,<2.6-dev",
1073
                "doctrine/instantiator": "~1.0.1",
1074
                "ext-pdo": "*",
1075
                "php": ">=5.4",
1076
                "symfony/console": "~2.5|~3.0"
1077
            },
1078
            "require-dev": {
1079
                "phpunit/phpunit": "~4.0",
1080
                "symfony/yaml": "~2.3|~3.0"
1081
            },
1082
            "suggest": {
1083
                "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
1084
            },
1085
            "bin": [
1086
                "bin/doctrine",
1087
                "bin/doctrine.php"
1088
            ],
1089
            "type": "library",
1090
            "extra": {
1091
                "branch-alias": {
1092
                    "dev-master": "2.6.x-dev"
1093
                }
1094
            },
1095
            "autoload": {
1096
                "psr-0": {
1097
                    "Doctrine\\ORM\\": "lib/"
1098
                }
1099
            },
1100
            "notification-url": "https://packagist.org/downloads/",
1101
            "license": [
1102
                "MIT"
1103
            ],
1104
            "authors": [
1105
                {
1106
                    "name": "Roman Borschel",
1107
                    "email": "[email protected]"
1108
                },
1109
                {
1110
                    "name": "Benjamin Eberlei",
1111
                    "email": "[email protected]"
1112
                },
1113
                {
1114
                    "name": "Guilherme Blanco",
1115
                    "email": "[email protected]"
1116
                },
1117
                {
1118
                    "name": "Jonathan Wage",
1119
                    "email": "[email protected]"
1120
                }
1121
            ],
1122
            "description": "Object-Relational-Mapper for PHP",
1123
            "homepage": "http://www.doctrine-project.org",
1124
            "keywords": [
1125
                "database",
1126
                "orm"
1127
            ],
1128
            "time": "2016-01-05 21:34:58"
1129
        },
1130
        {
1131
            "name": "gitonomy/gitlib",
1132
            "version": "v0.1.8",
1133
            "source": {
1134
                "type": "git",
1135
                "url": "https://github.com/gitonomy/gitlib.git",
1136
                "reference": "f575b8f7da917ade7890c6aa705fa22545690389"
1137
            },
1138
            "dist": {
1139
                "type": "zip",
1140
                "url": "https://api.github.com/repos/gitonomy/gitlib/zipball/f575b8f7da917ade7890c6aa705fa22545690389",
1141
                "reference": "f575b8f7da917ade7890c6aa705fa22545690389",
1142
                "shasum": ""
1143
            },
1144
            "require": {
1145
                "symfony/process": "^2.3|^3.0"
1146
            },
1147
            "require-dev": {
1148
                "psr/log": "^1.0"
1149
            },
1150
            "suggest": {
1151
                "psr/log": "Add some log"
1152
            },
1153
            "type": "library",
1154
            "extra": {
1155
                "branch-alias": {
1156
                    "dev-master": "1.0-dev"
1157
                }
1158
            },
1159
            "autoload": {
1160
                "psr-4": {
1161
                    "Gitonomy\\Git\\": "src/Gitonomy/Git/"
1162
                }
1163
            },
1164
            "notification-url": "https://packagist.org/downloads/",
1165
            "license": [
1166
                "MIT"
1167
            ],
1168
            "authors": [
1169
                {
1170
                    "name": "Alexandre Salomé",
1171
                    "email": "[email protected]",
1172
                    "homepage": "http://alexandre-salome.fr"
1173
                },
1174
                {
1175
                    "name": "Julien DIDIER",
1176
                    "email": "[email protected]",
1177
                    "homepage": "http://www.jdidier.net"
1178
                }
1179
            ],
1180
            "description": "Library for accessing git",
1181
            "homepage": "http://gitonomy.com",
1182
            "time": "2015-12-01 22:25:57"
1183
        },
1184
        {
1185
            "name": "ircmaxell/password-compat",
1186
            "version": "v1.0.4",
1187
            "source": {
1188
                "type": "git",
1189
                "url": "https://github.com/ircmaxell/password_compat.git",
1190
                "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c"
1191
            },
1192
            "dist": {
1193
                "type": "zip",
1194
                "url": "https://api.github.com/repos/ircmaxell/password_compat/zipball/5c5cde8822a69545767f7c7f3058cb15ff84614c",
1195
                "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c",
1196
                "shasum": ""
1197
            },
1198
            "require-dev": {
1199
                "phpunit/phpunit": "4.*"
1200
            },
1201
            "type": "library",
1202
            "autoload": {
1203
                "files": [
1204
                    "lib/password.php"
1205
                ]
1206
            },
1207
            "notification-url": "https://packagist.org/downloads/",
1208
            "license": [
1209
                "MIT"
1210
            ],
1211
            "authors": [
1212
                {
1213
                    "name": "Anthony Ferrara",
1214
                    "email": "[email protected]",
1215
                    "homepage": "http://blog.ircmaxell.com"
1216
                }
1217
            ],
1218
            "description": "A compatibility library for the proposed simplified password hashing algorithm: https://wiki.php.net/rfc/password_hash",
1219
            "homepage": "https://github.com/ircmaxell/password_compat",
1220
            "keywords": [
1221
                "hashing",
1222
                "password"
1223
            ],
1224
            "time": "2014-11-20 16:49:30"
1225
        },
1226
        {
1227
            "name": "jdorn/sql-formatter",
1228
            "version": "v1.2.17",
1229
            "source": {
1230
                "type": "git",
1231
                "url": "https://github.com/jdorn/sql-formatter.git",
1232
                "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc"
1233
            },
1234
            "dist": {
1235
                "type": "zip",
1236
                "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc",
1237
                "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc",
1238
                "shasum": ""
1239
            },
1240
            "require": {
1241
                "php": ">=5.2.4"
1242
            },
1243
            "require-dev": {
1244
                "phpunit/phpunit": "3.7.*"
1245
            },
1246
            "type": "library",
1247
            "extra": {
1248
                "branch-alias": {
1249
                    "dev-master": "1.3.x-dev"
1250
                }
1251
            },
1252
            "autoload": {
1253
                "classmap": [
1254
                    "lib"
1255
                ]
1256
            },
1257
            "notification-url": "https://packagist.org/downloads/",
1258
            "license": [
1259
                "MIT"
1260
            ],
1261
            "authors": [
1262
                {
1263
                    "name": "Jeremy Dorn",
1264
                    "email": "[email protected]",
1265
                    "homepage": "http://jeremydorn.com/"
1266
                }
1267
            ],
1268
            "description": "a PHP SQL highlighting library",
1269
            "homepage": "https://github.com/jdorn/sql-formatter/",
1270
            "keywords": [
1271
                "highlight",
1272
                "sql"
1273
            ],
1274
            "time": "2014-01-12 16:20:24"
1275
        },
1276
        {
1277
            "name": "kriswallsmith/assetic",
1278
            "version": "v1.3.2",
1279
            "source": {
1280
                "type": "git",
1281
                "url": "https://github.com/kriswallsmith/assetic.git",
1282
                "reference": "9928f7c4ad98b234e3559d1049abd13387f86db5"
1283
            },
1284
            "dist": {
1285
                "type": "zip",
1286
                "url": "https://api.github.com/repos/kriswallsmith/assetic/zipball/9928f7c4ad98b234e3559d1049abd13387f86db5",
1287
                "reference": "9928f7c4ad98b234e3559d1049abd13387f86db5",
1288
                "shasum": ""
1289
            },
1290
            "require": {
1291
                "php": ">=5.3.1",
1292
                "symfony/process": "~2.1|~3.0"
1293
            },
1294
            "conflict": {
1295
                "twig/twig": "<1.23"
1296
            },
1297
            "require-dev": {
1298
                "cssmin/cssmin": "3.0.1",
1299
                "joliclic/javascript-packer": "1.1",
1300
                "kamicane/packager": "1.0",
1301
                "leafo/lessphp": "^0.3.7",
1302
                "leafo/scssphp": "~0.1",
1303
                "mrclay/minify": "~2.2",
1304
                "patchwork/jsqueeze": "~1.0|~2.0",
1305
                "phpunit/phpunit": "~4.8",
1306
                "psr/log": "~1.0",
1307
                "ptachoire/cssembed": "~1.0",
1308
                "symfony/phpunit-bridge": "~2.7|~3.0",
1309
                "twig/twig": "~1.8|~2.0"
1310
            },
1311
            "suggest": {
1312
                "leafo/lessphp": "Assetic provides the integration with the lessphp LESS compiler",
1313
                "leafo/scssphp": "Assetic provides the integration with the scssphp SCSS compiler",
1314
                "leafo/scssphp-compass": "Assetic provides the integration with the SCSS compass plugin",
1315
                "patchwork/jsqueeze": "Assetic provides the integration with the JSqueeze JavaScript compressor",
1316
                "ptachoire/cssembed": "Assetic provides the integration with phpcssembed to embed data uris",
1317
                "twig/twig": "Assetic provides the integration with the Twig templating engine"
1318
            },
1319
            "type": "library",
1320
            "extra": {
1321
                "branch-alias": {
1322
                    "dev-master": "1.4-dev"
1323
                }
1324
            },
1325
            "autoload": {
1326
                "psr-0": {
1327
                    "Assetic": "src/"
1328
                },
1329
                "files": [
1330
                    "src/functions.php"
1331
                ]
1332
            },
1333
            "notification-url": "https://packagist.org/downloads/",
1334
            "license": [
1335
                "MIT"
1336
            ],
1337
            "authors": [
1338
                {
1339
                    "name": "Kris Wallsmith",
1340
                    "email": "[email protected]",
1341
                    "homepage": "http://kriswallsmith.net/"
1342
                }
1343
            ],
1344
            "description": "Asset Management for PHP",
1345
            "homepage": "https://github.com/kriswallsmith/assetic",
1346
            "keywords": [
1347
                "assets",
1348
                "compression",
1349
                "minification"
1350
            ],
1351
            "time": "2015-11-12 13:51:40"
1352
        },
1353
        {
1354
            "name": "monolog/monolog",
1355
            "version": "1.20.0",
1356
            "source": {
1357
                "type": "git",
1358
                "url": "https://github.com/Seldaek/monolog.git",
1359
                "reference": "55841909e2bcde01b5318c35f2b74f8ecc86e037"
1360
            },
1361
            "dist": {
1362
                "type": "zip",
1363
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/55841909e2bcde01b5318c35f2b74f8ecc86e037",
1364
                "reference": "55841909e2bcde01b5318c35f2b74f8ecc86e037",
1365
                "shasum": ""
1366
            },
1367
            "require": {
1368
                "php": ">=5.3.0",
1369
                "psr/log": "~1.0"
1370
            },
1371
            "provide": {
1372
                "psr/log-implementation": "1.0.0"
1373
            },
1374
            "require-dev": {
1375
                "aws/aws-sdk-php": "^2.4.9",
1376
                "doctrine/couchdb": "~1.0@dev",
1377
                "graylog2/gelf-php": "~1.0",
1378
                "jakub-onderka/php-parallel-lint": "0.9",
1379
                "php-amqplib/php-amqplib": "~2.4",
1380
                "php-console/php-console": "^3.1.3",
1381
                "phpunit/phpunit": "~4.5",
1382
                "phpunit/phpunit-mock-objects": "2.3.0",
1383
                "ruflin/elastica": ">=0.90 <3.0",
1384
                "sentry/sentry": "^0.13",
1385
                "swiftmailer/swiftmailer": "~5.3"
1386
            },
1387
            "suggest": {
1388
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
1389
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
1390
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
1391
                "ext-mongo": "Allow sending log messages to a MongoDB server",
1392
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
1393
                "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
1394
                "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
1395
                "php-console/php-console": "Allow sending log messages to Google Chrome",
1396
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
1397
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
1398
                "sentry/sentry": "Allow sending log messages to a Sentry server"
1399
            },
1400
            "type": "library",
1401
            "extra": {
1402
                "branch-alias": {
1403
                    "dev-master": "2.0.x-dev"
1404
                }
1405
            },
1406
            "autoload": {
1407
                "psr-4": {
1408
                    "Monolog\\": "src/Monolog"
1409
                }
1410
            },
1411
            "notification-url": "https://packagist.org/downloads/",
1412
            "license": [
1413
                "MIT"
1414
            ],
1415
            "authors": [
1416
                {
1417
                    "name": "Jordi Boggiano",
1418
                    "email": "[email protected]",
1419
                    "homepage": "http://seld.be"
1420
                }
1421
            ],
1422
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
1423
            "homepage": "http://github.com/Seldaek/monolog",
1424
            "keywords": [
1425
                "log",
1426
                "logging",
1427
                "psr-3"
1428
            ],
1429
            "time": "2016-07-02 14:02:10"
1430
        },
1431
        {
1432
            "name": "nikic/php-parser",
1433
            "version": "v0.9.5",
1434
            "source": {
1435
                "type": "git",
1436
                "url": "https://github.com/nikic/PHP-Parser.git",
1437
                "reference": "ef70767475434bdb3615b43c327e2cae17ef12eb"
1438
            },
1439
            "dist": {
1440
                "type": "zip",
1441
                "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/ef70767475434bdb3615b43c327e2cae17ef12eb",
1442
                "reference": "ef70767475434bdb3615b43c327e2cae17ef12eb",
1443
                "shasum": ""
1444
            },
1445
            "require": {
1446
                "ext-tokenizer": "*",
1447
                "php": ">=5.2"
1448
            },
1449
            "type": "library",
1450
            "extra": {
1451
                "branch-alias": {
1452
                    "dev-master": "0.9-dev"
1453
                }
1454
            },
1455
            "autoload": {
1456
                "psr-0": {
1457
                    "PHPParser": "lib/"
1458
                }
1459
            },
1460
            "notification-url": "https://packagist.org/downloads/",
1461
            "license": [
1462
                "BSD-3-Clause"
1463
            ],
1464
            "authors": [
1465
                {
1466
                    "name": "Nikita Popov"
1467
                }
1468
            ],
1469
            "description": "A PHP parser written in PHP",
1470
            "keywords": [
1471
                "parser",
1472
                "php"
1473
            ],
1474
            "time": "2014-07-23 18:24:17"
1475
        },
1476
        {
1477
            "name": "ocramius/proxy-manager",
1478
            "version": "1.0.2",
1479
            "source": {
1480
                "type": "git",
1481
                "url": "https://github.com/Ocramius/ProxyManager.git",
1482
                "reference": "57e9272ec0e8deccf09421596e0e2252df440e11"
1483
            },
1484
            "dist": {
1485
                "type": "zip",
1486
                "url": "https://api.github.com/repos/Ocramius/ProxyManager/zipball/57e9272ec0e8deccf09421596e0e2252df440e11",
1487
                "reference": "57e9272ec0e8deccf09421596e0e2252df440e11",
1488
                "shasum": ""
1489
            },
1490
            "require": {
1491
                "php": ">=5.3.3",
1492
                "zendframework/zend-code": ">2.2.5,<3.0"
1493
            },
1494
            "require-dev": {
1495
                "ext-phar": "*",
1496
                "phpunit/phpunit": "~4.0",
1497
                "squizlabs/php_codesniffer": "1.5.*"
1498
            },
1499
            "suggest": {
1500
                "ocramius/generated-hydrator": "To have very fast object to array to object conversion for ghost objects",
1501
                "zendframework/zend-json": "To have the JsonRpc adapter (Remote Object feature)",
1502
                "zendframework/zend-soap": "To have the Soap adapter (Remote Object feature)",
1503
                "zendframework/zend-stdlib": "To use the hydrator proxy",
1504
                "zendframework/zend-xmlrpc": "To have the XmlRpc adapter (Remote Object feature)"
1505
            },
1506
            "type": "library",
1507
            "extra": {
1508
                "branch-alias": {
1509
                    "dev-master": "2.0.x-dev"
1510
                }
1511
            },
1512
            "autoload": {
1513
                "psr-0": {
1514
                    "ProxyManager\\": "src"
1515
                }
1516
            },
1517
            "notification-url": "https://packagist.org/downloads/",
1518
            "license": [
1519
                "MIT"
1520
            ],
1521
            "authors": [
1522
                {
1523
                    "name": "Marco Pivetta",
1524
                    "email": "[email protected]",
1525
                    "homepage": "http://ocramius.github.com/"
1526
                }
1527
            ],
1528
            "description": "A library providing utilities to generate, instantiate and generally operate with Object Proxies",
1529
            "homepage": "https://github.com/Ocramius/ProxyManager",
1530
            "keywords": [
1531
                "aop",
1532
                "lazy loading",
1533
                "proxy",
1534
                "proxy pattern",
1535
                "service proxies"
1536
            ],
1537
            "time": "2015-08-09 04:28:19"
1538
        },
1539
        {
1540
            "name": "paragonie/random_compat",
1541
            "version": "v2.0.2",
1542
            "source": {
1543
                "type": "git",
1544
                "url": "https://github.com/paragonie/random_compat.git",
1545
                "reference": "088c04e2f261c33bed6ca5245491cfca69195ccf"
1546
            },
1547
            "dist": {
1548
                "type": "zip",
1549
                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/088c04e2f261c33bed6ca5245491cfca69195ccf",
1550
                "reference": "088c04e2f261c33bed6ca5245491cfca69195ccf",
1551
                "shasum": ""
1552
            },
1553
            "require": {
1554
                "php": ">=5.2.0"
1555
            },
1556
            "require-dev": {
1557
                "phpunit/phpunit": "4.*|5.*"
1558
            },
1559
            "suggest": {
1560
                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
1561
            },
1562
            "type": "library",
1563
            "autoload": {
1564
                "files": [
1565
                    "lib/random.php"
1566
                ]
1567
            },
1568
            "notification-url": "https://packagist.org/downloads/",
1569
            "license": [
1570
                "MIT"
1571
            ],
1572
            "authors": [
1573
                {
1574
                    "name": "Paragon Initiative Enterprises",
1575
                    "email": "[email protected]",
1576
                    "homepage": "https://paragonie.com"
1577
                }
1578
            ],
1579
            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
1580
            "keywords": [
1581
                "csprng",
1582
                "pseudorandom",
1583
                "random"
1584
            ],
1585
            "time": "2016-04-03 06:00:07"
1586
        },
1587
        {
1588
            "name": "phpbb/epv",
1589
            "version": "0.0.7",
1590
            "source": {
1591
                "type": "git",
1592
                "url": "https://github.com/phpbb/epv.git",
1593
                "reference": "5238b08ae3ad434c7bac6baba0cb1afe1e13b012"
1594
            },
1595
            "dist": {
1596
                "type": "zip",
1597
                "url": "https://api.github.com/repos/phpbb/epv/zipball/5238b08ae3ad434c7bac6baba0cb1afe1e13b012",
1598
                "reference": "5238b08ae3ad434c7bac6baba0cb1afe1e13b012",
1599
                "shasum": ""
1600
            },
1601
            "require": {
1602
                "gitonomy/gitlib": "0.1.*@dev",
1603
                "nikic/php-parser": "0.9.*@dev",
1604
                "php": ">=5.3.3",
1605
                "sensiolabs/ansi-to-html": "~1.1",
1606
                "symfony/console": "~2.3",
1607
                "symfony/finder": "~2.3",
1608
                "symfony/process": "~2.3",
1609
                "symfony/yaml": "~2.3"
1610
            },
1611
            "require-dev": {
1612
                "phpunit/phpunit": "4.4.*",
1613
                "phpunit/phpunit-mock-objects": "2.3.*"
1614
            },
1615
            "bin": [
1616
                "src/EPV.php"
1617
            ],
1618
            "type": "library",
1619
            "autoload": {
1620
                "psr-4": {
1621
                    "Phpbb\\Epv\\": "src/"
1622
                }
1623
            },
1624
            "notification-url": "https://packagist.org/downloads/",
1625
            "license": [
1626
                "GPL-2.0"
1627
            ],
1628
            "authors": [
1629
                {
1630
                    "name": "Paul Sohier",
1631
                    "email": "[email protected]"
1632
                }
1633
            ],
1634
            "description": "A extension validator for phpBB extensions. Extensions are required to pass the validator when submitted to the extension database.",
1635
            "time": "2016-07-25 09:32:06"
1636
        },
1637
        {
1638
            "name": "phpbb/website-assets",
1639
            "version": "dev-master",
1640
            "source": {
1641
                "type": "git",
1642
                "url": "https://github.com/phpbb/website-assets.git",
1643
                "reference": "67134c0f14ca9d15673bf55ecb983821105c24ba"
1644
            },
1645
            "dist": {
1646
                "type": "zip",
1647
                "url": "https://api.github.com/repos/phpbb/website-assets/zipball/67134c0f14ca9d15673bf55ecb983821105c24ba",
1648
                "reference": "67134c0f14ca9d15673bf55ecb983821105c24ba",
1649
                "shasum": ""
1650
            },
1651
            "require": {
1652
                "composer/installers": "~1.0"
1653
            },
1654
            "type": "phpbb-style",
1655
            "support": {
1656
                "source": "https://github.com/phpbb/website-assets/tree/master"
1657
            },
1658
            "time": "2016-12-12 23:18:25"
1659
        },
1660
        {
1661
            "name": "psr/log",
1662
            "version": "1.0.0",
1663
            "source": {
1664
                "type": "git",
1665
                "url": "https://github.com/php-fig/log.git",
1666
                "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
1667
            },
1668
            "dist": {
1669
                "type": "zip",
1670
                "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
1671
                "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
1672
                "shasum": ""
1673
            },
1674
            "type": "library",
1675
            "autoload": {
1676
                "psr-0": {
1677
                    "Psr\\Log\\": ""
1678
                }
1679
            },
1680
            "notification-url": "https://packagist.org/downloads/",
1681
            "license": [
1682
                "MIT"
1683
            ],
1684
            "authors": [
1685
                {
1686
                    "name": "PHP-FIG",
1687
                    "homepage": "http://www.php-fig.org/"
1688
                }
1689
            ],
1690
            "description": "Common interface for logging libraries",
1691
            "keywords": [
1692
                "log",
1693
                "psr",
1694
                "psr-3"
1695
            ],
1696
            "time": "2012-12-21 11:40:51"
1697
        },
1698
        {
1699
            "name": "qafoolabs/profiler",
1700
            "version": "v1.3.6",
1701
            "source": {
1702
                "type": "git",
1703
                "url": "https://github.com/QafooLabs/profiler.git",
1704
                "reference": "b1a823768e731006987dd95793fd250aa9d04b1f"
1705
            },
1706
            "dist": {
1707
                "type": "zip",
1708
                "url": "https://api.github.com/repos/QafooLabs/profiler/zipball/b1a823768e731006987dd95793fd250aa9d04b1f",
1709
                "reference": "b1a823768e731006987dd95793fd250aa9d04b1f",
1710
                "shasum": ""
1711
            },
1712
            "type": "library",
1713
            "autoload": {
1714
                "psr-0": {
1715
                    "QafooLabs\\Profiler": "src/main"
1716
                }
1717
            },
1718
            "notification-url": "https://packagist.org/downloads/",
1719
            "license": [
1720
                "MIT"
1721
            ],
1722
            "description": "Simple library that wraps Xhprof profile collection and sends to Qafoo Profiler",
1723
            "time": "2015-02-19 11:46:10"
1724
        },
1725
        {
1726
            "name": "sensio/distribution-bundle",
1727
            "version": "v3.0.2",
1728
            "target-dir": "Sensio/Bundle/DistributionBundle",
1729
            "source": {
1730
                "type": "git",
1731
                "url": "https://github.com/sensiolabs/SensioDistributionBundle.git",
1732
                "reference": "67b34359f91c25ad36b960f66a287df0615d7c54"
1733
            },
1734
            "dist": {
1735
                "type": "zip",
1736
                "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/67b34359f91c25ad36b960f66a287df0615d7c54",
1737
                "reference": "67b34359f91c25ad36b960f66a287df0615d7c54",
1738
                "shasum": ""
1739
            },
1740
            "require": {
1741
                "php": ">=5.3.3",
1742
                "symfony/class-loader": "~2.2",
1743
                "symfony/config": "~2.2",
1744
                "symfony/dependency-injection": "~2.2",
1745
                "symfony/filesystem": "~2.2",
1746
                "symfony/form": "~2.2",
1747
                "symfony/framework-bundle": "~2.2",
1748
                "symfony/http-foundation": "~2.2",
1749
                "symfony/http-kernel": "~2.2",
1750
                "symfony/process": "~2.2",
1751
                "symfony/validator": "~2.2",
1752
                "symfony/yaml": "~2.2"
1753
            },
1754
            "type": "symfony-bundle",
1755
            "extra": {
1756
                "branch-alias": {
1757
                    "dev-master": "3.0.x-dev"
1758
                }
1759
            },
1760
            "autoload": {
1761
                "psr-0": {
1762
                    "Sensio\\Bundle\\DistributionBundle": ""
1763
                }
1764
            },
1765
            "notification-url": "https://packagist.org/downloads/",
1766
            "license": [
1767
                "MIT"
1768
            ],
1769
            "authors": [
1770
                {
1771
                    "name": "Fabien Potencier",
1772
                    "email": "[email protected]",
1773
                    "homepage": "http://fabien.potencier.org",
1774
                    "role": "Lead Developer"
1775
                }
1776
            ],
1777
            "description": "The base bundle for the Symfony Distributions",
1778
            "keywords": [
1779
                "configuration",
1780
                "distribution"
1781
            ],
1782
            "time": "2014-07-16 07:46:27"
1783
        },
1784
        {
1785
            "name": "sensio/framework-extra-bundle",
1786
            "version": "v3.0.16",
1787
            "source": {
1788
                "type": "git",
1789
                "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
1790
                "reference": "507a15f56fa7699f6cc8c2c7de4080b19ce22546"
1791
            },
1792
            "dist": {
1793
                "type": "zip",
1794
                "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/507a15f56fa7699f6cc8c2c7de4080b19ce22546",
1795
                "reference": "507a15f56fa7699f6cc8c2c7de4080b19ce22546",
1796
                "shasum": ""
1797
            },
1798
            "require": {
1799
                "doctrine/common": "~2.2",
1800
                "symfony/dependency-injection": "~2.3|~3.0",
1801
                "symfony/framework-bundle": "~2.3|~3.0"
1802
            },
1803
            "require-dev": {
1804
                "symfony/browser-kit": "~2.3|~3.0",
1805
                "symfony/dom-crawler": "~2.3|~3.0",
1806
                "symfony/expression-language": "~2.4|~3.0",
1807
                "symfony/finder": "~2.3|~3.0",
1808
                "symfony/phpunit-bridge": "~2.7|~3.0",
1809
                "symfony/security-bundle": "~2.4|~3.0",
1810
                "symfony/twig-bundle": "~2.3|~3.0",
1811
                "twig/twig": "~1.11|~2.0"
1812
            },
1813
            "suggest": {
1814
                "symfony/expression-language": "",
1815
                "symfony/psr-http-message-bridge": "To use the PSR-7 converters",
1816
                "symfony/security-bundle": ""
1817
            },
1818
            "type": "symfony-bundle",
1819
            "extra": {
1820
                "branch-alias": {
1821
                    "dev-master": "3.0.x-dev"
1822
                }
1823
            },
1824
            "autoload": {
1825
                "psr-4": {
1826
                    "Sensio\\Bundle\\FrameworkExtraBundle\\": ""
1827
                }
1828
            },
1829
            "notification-url": "https://packagist.org/downloads/",
1830
            "license": [
1831
                "MIT"
1832
            ],
1833
            "authors": [
1834
                {
1835
                    "name": "Fabien Potencier",
1836
                    "email": "[email protected]"
1837
                }
1838
            ],
1839
            "description": "This bundle provides a way to configure your controllers with annotations",
1840
            "keywords": [
1841
                "annotations",
1842
                "controllers"
1843
            ],
1844
            "time": "2016-03-25 17:08:27"
1845
        },
1846
        {
1847
            "name": "sensio/generator-bundle",
1848
            "version": "v2.5.3",
1849
            "target-dir": "Sensio/Bundle/GeneratorBundle",
1850
            "source": {
1851
                "type": "git",
1852
                "url": "https://github.com/sensiolabs/SensioGeneratorBundle.git",
1853
                "reference": "e50108c2133ee5c9c484555faed50c17a61221d3"
1854
            },
1855
            "dist": {
1856
                "type": "zip",
1857
                "url": "https://api.github.com/repos/sensiolabs/SensioGeneratorBundle/zipball/e50108c2133ee5c9c484555faed50c17a61221d3",
1858
                "reference": "e50108c2133ee5c9c484555faed50c17a61221d3",
1859
                "shasum": ""
1860
            },
1861
            "require": {
1862
                "symfony/console": "~2.5",
1863
                "symfony/framework-bundle": "~2.2"
1864
            },
1865
            "require-dev": {
1866
                "doctrine/orm": "~2.2,>=2.2.3",
1867
                "symfony/doctrine-bridge": "~2.2",
1868
                "twig/twig": "~1.11"
1869
            },
1870
            "type": "symfony-bundle",
1871
            "extra": {
1872
                "branch-alias": {
1873
                    "dev-master": "2.5.x-dev"
1874
                }
1875
            },
1876
            "autoload": {
1877
                "psr-0": {
1878
                    "Sensio\\Bundle\\GeneratorBundle": ""
1879
                }
1880
            },
1881
            "notification-url": "https://packagist.org/downloads/",
1882
            "license": [
1883
                "MIT"
1884
            ],
1885
            "authors": [
1886
                {
1887
                    "name": "Fabien Potencier",
1888
                    "email": "[email protected]"
1889
                }
1890
            ],
1891
            "description": "This bundle generates code for you",
1892
            "time": "2015-03-17 06:36:52"
1893
        },
1894
        {
1895
            "name": "sensiolabs/ansi-to-html",
1896
            "version": "v1.1.2",
1897
            "source": {
1898
                "type": "git",
1899
                "url": "https://github.com/sensiolabs/ansi-to-html.git",
1900
                "reference": "02598b975c510e9e7d07d0be0a89c7a6b43464d6"
1901
            },
1902
            "dist": {
1903
                "type": "zip",
1904
                "url": "https://api.github.com/repos/sensiolabs/ansi-to-html/zipball/02598b975c510e9e7d07d0be0a89c7a6b43464d6",
1905
                "reference": "02598b975c510e9e7d07d0be0a89c7a6b43464d6",
1906
                "shasum": ""
1907
            },
1908
            "require": {
1909
                "php": ">=5.3.0"
1910
            },
1911
            "suggest": {
1912
                "twig/twig": "Provides nice templating features"
1913
            },
1914
            "type": "library",
1915
            "extra": {
1916
                "branch-alias": {
1917
                    "dev-master": "1.1-dev"
1918
                }
1919
            },
1920
            "autoload": {
1921
                "psr-0": {
1922
                    "SensioLabs\\AnsiConverter": "."
1923
                }
1924
            },
1925
            "notification-url": "https://packagist.org/downloads/",
1926
            "license": [
1927
                "MIT"
1928
            ],
1929
            "authors": [
1930
                {
1931
                    "name": "Fabien Potencier",
1932
                    "email": "[email protected]"
1933
                }
1934
            ],
1935
            "description": "A library to convert a text with ANSI codes to HTML",
1936
            "time": "2015-07-22 03:07:58"
1937
        },
1938
        {
1939
            "name": "swiftmailer/swiftmailer",
0 ignored issues
show
There is a security advisory for your installed version of swiftmailer/swiftmailer:

Remote Code Execution when using the mail transport
Loading history...
1940
            "version": "v5.4.3",
1941
            "source": {
1942
                "type": "git",
1943
                "url": "https://github.com/swiftmailer/swiftmailer.git",
1944
                "reference": "4cc92842069c2bbc1f28daaaf1d2576ec4dfe153"
1945
            },
1946
            "dist": {
1947
                "type": "zip",
1948
                "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/4cc92842069c2bbc1f28daaaf1d2576ec4dfe153",
1949
                "reference": "4cc92842069c2bbc1f28daaaf1d2576ec4dfe153",
1950
                "shasum": ""
1951
            },
1952
            "require": {
1953
                "php": ">=5.3.3"
1954
            },
1955
            "require-dev": {
1956
                "mockery/mockery": "~0.9.1"
1957
            },
1958
            "type": "library",
1959
            "extra": {
1960
                "branch-alias": {
1961
                    "dev-master": "5.4-dev"
1962
                }
1963
            },
1964
            "autoload": {
1965
                "files": [
1966
                    "lib/swift_required.php"
1967
                ]
1968
            },
1969
            "notification-url": "https://packagist.org/downloads/",
1970
            "license": [
1971
                "MIT"
1972
            ],
1973
            "authors": [
1974
                {
1975
                    "name": "Chris Corbyn"
1976
                },
1977
                {
1978
                    "name": "Fabien Potencier",
1979
                    "email": "[email protected]"
1980
                }
1981
            ],
1982
            "description": "Swiftmailer, free feature-rich PHP mailer",
1983
            "homepage": "http://swiftmailer.org",
1984
            "keywords": [
1985
                "email",
1986
                "mail",
1987
                "mailer"
1988
            ],
1989
            "time": "2016-07-08 11:51:25"
1990
        },
1991
        {
1992
            "name": "symfony/assetic-bundle",
1993
            "version": "v2.8.0",
1994
            "source": {
1995
                "type": "git",
1996
                "url": "https://github.com/symfony/assetic-bundle.git",
1997
                "reference": "aa5b4f8b712f38745928fa845ddb73300bb2af6d"
1998
            },
1999
            "dist": {
2000
                "type": "zip",
2001
                "url": "https://api.github.com/repos/symfony/assetic-bundle/zipball/aa5b4f8b712f38745928fa845ddb73300bb2af6d",
2002
                "reference": "aa5b4f8b712f38745928fa845ddb73300bb2af6d",
2003
                "shasum": ""
2004
            },
2005
            "require": {
2006
                "kriswallsmith/assetic": "~1.3",
2007
                "php": ">=5.3.0",
2008
                "symfony/console": "~2.3|~3.0",
2009
                "symfony/dependency-injection": "~2.3|~3.0",
2010
                "symfony/framework-bundle": "~2.3|~3.0",
2011
                "symfony/yaml": "~2.3|~3.0"
2012
            },
2013
            "conflict": {
2014
                "kriswallsmith/spork": "<=0.2",
2015
                "twig/twig": "<1.20"
2016
            },
2017
            "require-dev": {
2018
                "kriswallsmith/spork": "~0.3",
2019
                "patchwork/jsqueeze": "~1.0",
2020
                "symfony/class-loader": "~2.3|~3.0",
2021
                "symfony/css-selector": "~2.3|~3.0",
2022
                "symfony/dom-crawler": "~2.3|~3.0",
2023
                "symfony/phpunit-bridge": "~2.7|~3.0",
2024
                "symfony/twig-bundle": "~2.3|~3.0"
2025
            },
2026
            "suggest": {
2027
                "kriswallsmith/spork": "to be able to dump assets in parallel",
2028
                "symfony/twig-bundle": "to use the Twig integration"
2029
            },
2030
            "type": "symfony-bundle",
2031
            "extra": {
2032
                "branch-alias": {
2033
                    "dev-master": "2.7-dev"
2034
                }
2035
            },
2036
            "autoload": {
2037
                "psr-4": {
2038
                    "Symfony\\Bundle\\AsseticBundle\\": ""
2039
                }
2040
            },
2041
            "notification-url": "https://packagist.org/downloads/",
2042
            "license": [
2043
                "MIT"
2044
            ],
2045
            "authors": [
2046
                {
2047
                    "name": "Kris Wallsmith",
2048
                    "email": "[email protected]",
2049
                    "homepage": "http://kriswallsmith.net/"
2050
                }
2051
            ],
2052
            "description": "Integrates Assetic into Symfony2",
2053
            "homepage": "https://github.com/symfony/AsseticBundle",
2054
            "keywords": [
2055
                "assets",
2056
                "compression",
2057
                "minification"
2058
            ],
2059
            "time": "2015-12-28 13:12:39"
2060
        },
2061
        {
2062
            "name": "symfony/monolog-bundle",
2063
            "version": "2.11.1",
2064
            "source": {
2065
                "type": "git",
2066
                "url": "https://github.com/symfony/monolog-bundle.git",
2067
                "reference": "e7caf4936c7be82bc6d68df87f1d23a0d5bf6e00"
2068
            },
2069
            "dist": {
2070
                "type": "zip",
2071
                "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/e7caf4936c7be82bc6d68df87f1d23a0d5bf6e00",
2072
                "reference": "e7caf4936c7be82bc6d68df87f1d23a0d5bf6e00",
2073
                "shasum": ""
2074
            },
2075
            "require": {
2076
                "monolog/monolog": "~1.18",
2077
                "php": ">=5.3.2",
2078
                "symfony/config": "~2.3|~3.0",
2079
                "symfony/dependency-injection": "~2.3|~3.0",
2080
                "symfony/http-kernel": "~2.3|~3.0",
2081
                "symfony/monolog-bridge": "~2.3|~3.0"
2082
            },
2083
            "require-dev": {
2084
                "phpunit/phpunit": "^4.8",
2085
                "symfony/console": "~2.3|~3.0",
2086
                "symfony/yaml": "~2.3|~3.0"
2087
            },
2088
            "type": "symfony-bundle",
2089
            "extra": {
2090
                "branch-alias": {
2091
                    "dev-master": "2.x-dev"
2092
                }
2093
            },
2094
            "autoload": {
2095
                "psr-4": {
2096
                    "Symfony\\Bundle\\MonologBundle\\": ""
2097
                }
2098
            },
2099
            "notification-url": "https://packagist.org/downloads/",
2100
            "license": [
2101
                "MIT"
2102
            ],
2103
            "authors": [
2104
                {
2105
                    "name": "Symfony Community",
2106
                    "homepage": "http://symfony.com/contributors"
2107
                },
2108
                {
2109
                    "name": "Fabien Potencier",
2110
                    "email": "[email protected]"
2111
                }
2112
            ],
2113
            "description": "Symfony MonologBundle",
2114
            "homepage": "http://symfony.com",
2115
            "keywords": [
2116
                "log",
2117
                "logging"
2118
            ],
2119
            "time": "2016-04-13 16:21:01"
2120
        },
2121
        {
2122
            "name": "symfony/polyfill-apcu",
2123
            "version": "v1.2.0",
2124
            "source": {
2125
                "type": "git",
2126
                "url": "https://github.com/symfony/polyfill-apcu.git",
2127
                "reference": "6d58bceaeea2c2d3eb62503839b18646e161cd6b"
2128
            },
2129
            "dist": {
2130
                "type": "zip",
2131
                "url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/6d58bceaeea2c2d3eb62503839b18646e161cd6b",
2132
                "reference": "6d58bceaeea2c2d3eb62503839b18646e161cd6b",
2133
                "shasum": ""
2134
            },
2135
            "require": {
2136
                "php": ">=5.3.3"
2137
            },
2138
            "type": "library",
2139
            "extra": {
2140
                "branch-alias": {
2141
                    "dev-master": "1.2-dev"
2142
                }
2143
            },
2144
            "autoload": {
2145
                "files": [
2146
                    "bootstrap.php"
2147
                ]
2148
            },
2149
            "notification-url": "https://packagist.org/downloads/",
2150
            "license": [
2151
                "MIT"
2152
            ],
2153
            "authors": [
2154
                {
2155
                    "name": "Nicolas Grekas",
2156
                    "email": "[email protected]"
2157
                },
2158
                {
2159
                    "name": "Symfony Community",
2160
                    "homepage": "https://symfony.com/contributors"
2161
                }
2162
            ],
2163
            "description": "Symfony polyfill backporting apcu_* functions to lower PHP versions",
2164
            "homepage": "https://symfony.com",
2165
            "keywords": [
2166
                "apcu",
2167
                "compatibility",
2168
                "polyfill",
2169
                "portable",
2170
                "shim"
2171
            ],
2172
            "time": "2016-05-18 14:26:46"
2173
        },
2174
        {
2175
            "name": "symfony/polyfill-intl-icu",
2176
            "version": "v1.2.0",
2177
            "source": {
2178
                "type": "git",
2179
                "url": "https://github.com/symfony/polyfill-intl-icu.git",
2180
                "reference": "0f8dc2c45f69f8672379e9210bca4a115cd5146f"
2181
            },
2182
            "dist": {
2183
                "type": "zip",
2184
                "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/0f8dc2c45f69f8672379e9210bca4a115cd5146f",
2185
                "reference": "0f8dc2c45f69f8672379e9210bca4a115cd5146f",
2186
                "shasum": ""
2187
            },
2188
            "require": {
2189
                "php": ">=5.3.3",
2190
                "symfony/intl": "~2.3|~3.0"
2191
            },
2192
            "suggest": {
2193
                "ext-intl": "For best performance"
2194
            },
2195
            "type": "library",
2196
            "extra": {
2197
                "branch-alias": {
2198
                    "dev-master": "1.2-dev"
2199
                }
2200
            },
2201
            "autoload": {
2202
                "files": [
2203
                    "bootstrap.php"
2204
                ]
2205
            },
2206
            "notification-url": "https://packagist.org/downloads/",
2207
            "license": [
2208
                "MIT"
2209
            ],
2210
            "authors": [
2211
                {
2212
                    "name": "Nicolas Grekas",
2213
                    "email": "[email protected]"
2214
                },
2215
                {
2216
                    "name": "Symfony Community",
2217
                    "homepage": "https://symfony.com/contributors"
2218
                }
2219
            ],
2220
            "description": "Symfony polyfill for intl's ICU-related data and classes",
2221
            "homepage": "https://symfony.com",
2222
            "keywords": [
2223
                "compatibility",
2224
                "icu",
2225
                "intl",
2226
                "polyfill",
2227
                "portable",
2228
                "shim"
2229
            ],
2230
            "time": "2016-05-18 14:26:46"
2231
        },
2232
        {
2233
            "name": "symfony/polyfill-mbstring",
2234
            "version": "v1.2.0",
2235
            "source": {
2236
                "type": "git",
2237
                "url": "https://github.com/symfony/polyfill-mbstring.git",
2238
                "reference": "dff51f72b0706335131b00a7f49606168c582594"
2239
            },
2240
            "dist": {
2241
                "type": "zip",
2242
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/dff51f72b0706335131b00a7f49606168c582594",
2243
                "reference": "dff51f72b0706335131b00a7f49606168c582594",
2244
                "shasum": ""
2245
            },
2246
            "require": {
2247
                "php": ">=5.3.3"
2248
            },
2249
            "suggest": {
2250
                "ext-mbstring": "For best performance"
2251
            },
2252
            "type": "library",
2253
            "extra": {
2254
                "branch-alias": {
2255
                    "dev-master": "1.2-dev"
2256
                }
2257
            },
2258
            "autoload": {
2259
                "psr-4": {
2260
                    "Symfony\\Polyfill\\Mbstring\\": ""
2261
                },
2262
                "files": [
2263
                    "bootstrap.php"
2264
                ]
2265
            },
2266
            "notification-url": "https://packagist.org/downloads/",
2267
            "license": [
2268
                "MIT"
2269
            ],
2270
            "authors": [
2271
                {
2272
                    "name": "Nicolas Grekas",
2273
                    "email": "[email protected]"
2274
                },
2275
                {
2276
                    "name": "Symfony Community",
2277
                    "homepage": "https://symfony.com/contributors"
2278
                }
2279
            ],
2280
            "description": "Symfony polyfill for the Mbstring extension",
2281
            "homepage": "https://symfony.com",
2282
            "keywords": [
2283
                "compatibility",
2284
                "mbstring",
2285
                "polyfill",
2286
                "portable",
2287
                "shim"
2288
            ],
2289
            "time": "2016-05-18 14:26:46"
2290
        },
2291
        {
2292
            "name": "symfony/polyfill-php54",
2293
            "version": "v1.2.0",
2294
            "source": {
2295
                "type": "git",
2296
                "url": "https://github.com/symfony/polyfill-php54.git",
2297
                "reference": "34d761992f6f2cc6092cc0e5e93f38b53ba5e4f1"
2298
            },
2299
            "dist": {
2300
                "type": "zip",
2301
                "url": "https://api.github.com/repos/symfony/polyfill-php54/zipball/34d761992f6f2cc6092cc0e5e93f38b53ba5e4f1",
2302
                "reference": "34d761992f6f2cc6092cc0e5e93f38b53ba5e4f1",
2303
                "shasum": ""
2304
            },
2305
            "require": {
2306
                "php": ">=5.3.3"
2307
            },
2308
            "type": "library",
2309
            "extra": {
2310
                "branch-alias": {
2311
                    "dev-master": "1.2-dev"
2312
                }
2313
            },
2314
            "autoload": {
2315
                "psr-4": {
2316
                    "Symfony\\Polyfill\\Php54\\": ""
2317
                },
2318
                "files": [
2319
                    "bootstrap.php"
2320
                ],
2321
                "classmap": [
2322
                    "Resources/stubs"
2323
                ]
2324
            },
2325
            "notification-url": "https://packagist.org/downloads/",
2326
            "license": [
2327
                "MIT"
2328
            ],
2329
            "authors": [
2330
                {
2331
                    "name": "Nicolas Grekas",
2332
                    "email": "[email protected]"
2333
                },
2334
                {
2335
                    "name": "Symfony Community",
2336
                    "homepage": "https://symfony.com/contributors"
2337
                }
2338
            ],
2339
            "description": "Symfony polyfill backporting some PHP 5.4+ features to lower PHP versions",
2340
            "homepage": "https://symfony.com",
2341
            "keywords": [
2342
                "compatibility",
2343
                "polyfill",
2344
                "portable",
2345
                "shim"
2346
            ],
2347
            "time": "2016-05-18 14:26:46"
2348
        },
2349
        {
2350
            "name": "symfony/polyfill-php55",
2351
            "version": "v1.2.0",
2352
            "source": {
2353
                "type": "git",
2354
                "url": "https://github.com/symfony/polyfill-php55.git",
2355
                "reference": "bf2ff9ad6be1a4772cb873e4eea94d70daa95c6d"
2356
            },
2357
            "dist": {
2358
                "type": "zip",
2359
                "url": "https://api.github.com/repos/symfony/polyfill-php55/zipball/bf2ff9ad6be1a4772cb873e4eea94d70daa95c6d",
2360
                "reference": "bf2ff9ad6be1a4772cb873e4eea94d70daa95c6d",
2361
                "shasum": ""
2362
            },
2363
            "require": {
2364
                "ircmaxell/password-compat": "~1.0",
2365
                "php": ">=5.3.3"
2366
            },
2367
            "type": "library",
2368
            "extra": {
2369
                "branch-alias": {
2370
                    "dev-master": "1.2-dev"
2371
                }
2372
            },
2373
            "autoload": {
2374
                "psr-4": {
2375
                    "Symfony\\Polyfill\\Php55\\": ""
2376
                },
2377
                "files": [
2378
                    "bootstrap.php"
2379
                ]
2380
            },
2381
            "notification-url": "https://packagist.org/downloads/",
2382
            "license": [
2383
                "MIT"
2384
            ],
2385
            "authors": [
2386
                {
2387
                    "name": "Nicolas Grekas",
2388
                    "email": "[email protected]"
2389
                },
2390
                {
2391
                    "name": "Symfony Community",
2392
                    "homepage": "https://symfony.com/contributors"
2393
                }
2394
            ],
2395
            "description": "Symfony polyfill backporting some PHP 5.5+ features to lower PHP versions",
2396
            "homepage": "https://symfony.com",
2397
            "keywords": [
2398
                "compatibility",
2399
                "polyfill",
2400
                "portable",
2401
                "shim"
2402
            ],
2403
            "time": "2016-05-18 14:26:46"
2404
        },
2405
        {
2406
            "name": "symfony/polyfill-php56",
2407
            "version": "v1.2.0",
2408
            "source": {
2409
                "type": "git",
2410
                "url": "https://github.com/symfony/polyfill-php56.git",
2411
                "reference": "3edf57a8fbf9a927533344cef65ad7e1cf31030a"
2412
            },
2413
            "dist": {
2414
                "type": "zip",
2415
                "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/3edf57a8fbf9a927533344cef65ad7e1cf31030a",
2416
                "reference": "3edf57a8fbf9a927533344cef65ad7e1cf31030a",
2417
                "shasum": ""
2418
            },
2419
            "require": {
2420
                "php": ">=5.3.3",
2421
                "symfony/polyfill-util": "~1.0"
2422
            },
2423
            "type": "library",
2424
            "extra": {
2425
                "branch-alias": {
2426
                    "dev-master": "1.2-dev"
2427
                }
2428
            },
2429
            "autoload": {
2430
                "psr-4": {
2431
                    "Symfony\\Polyfill\\Php56\\": ""
2432
                },
2433
                "files": [
2434
                    "bootstrap.php"
2435
                ]
2436
            },
2437
            "notification-url": "https://packagist.org/downloads/",
2438
            "license": [
2439
                "MIT"
2440
            ],
2441
            "authors": [
2442
                {
2443
                    "name": "Nicolas Grekas",
2444
                    "email": "[email protected]"
2445
                },
2446
                {
2447
                    "name": "Symfony Community",
2448
                    "homepage": "https://symfony.com/contributors"
2449
                }
2450
            ],
2451
            "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions",
2452
            "homepage": "https://symfony.com",
2453
            "keywords": [
2454
                "compatibility",
2455
                "polyfill",
2456
                "portable",
2457
                "shim"
2458
            ],
2459
            "time": "2016-05-18 14:26:46"
2460
        },
2461
        {
2462
            "name": "symfony/polyfill-php70",
2463
            "version": "v1.2.0",
2464
            "source": {
2465
                "type": "git",
2466
                "url": "https://github.com/symfony/polyfill-php70.git",
2467
                "reference": "a42f4b6b05ed458910f8af4c4e1121b0101b2d85"
2468
            },
2469
            "dist": {
2470
                "type": "zip",
2471
                "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/a42f4b6b05ed458910f8af4c4e1121b0101b2d85",
2472
                "reference": "a42f4b6b05ed458910f8af4c4e1121b0101b2d85",
2473
                "shasum": ""
2474
            },
2475
            "require": {
2476
                "paragonie/random_compat": "~1.0|~2.0",
2477
                "php": ">=5.3.3"
2478
            },
2479
            "type": "library",
2480
            "extra": {
2481
                "branch-alias": {
2482
                    "dev-master": "1.2-dev"
2483
                }
2484
            },
2485
            "autoload": {
2486
                "psr-4": {
2487
                    "Symfony\\Polyfill\\Php70\\": ""
2488
                },
2489
                "files": [
2490
                    "bootstrap.php"
2491
                ],
2492
                "classmap": [
2493
                    "Resources/stubs"
2494
                ]
2495
            },
2496
            "notification-url": "https://packagist.org/downloads/",
2497
            "license": [
2498
                "MIT"
2499
            ],
2500
            "authors": [
2501
                {
2502
                    "name": "Nicolas Grekas",
2503
                    "email": "[email protected]"
2504
                },
2505
                {
2506
                    "name": "Symfony Community",
2507
                    "homepage": "https://symfony.com/contributors"
2508
                }
2509
            ],
2510
            "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
2511
            "homepage": "https://symfony.com",
2512
            "keywords": [
2513
                "compatibility",
2514
                "polyfill",
2515
                "portable",
2516
                "shim"
2517
            ],
2518
            "time": "2016-05-18 14:26:46"
2519
        },
2520
        {
2521
            "name": "symfony/polyfill-util",
2522
            "version": "v1.2.0",
2523
            "source": {
2524
                "type": "git",
2525
                "url": "https://github.com/symfony/polyfill-util.git",
2526
                "reference": "ef830ce3d218e622b221d6bfad42c751d974bf99"
2527
            },
2528
            "dist": {
2529
                "type": "zip",
2530
                "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/ef830ce3d218e622b221d6bfad42c751d974bf99",
2531
                "reference": "ef830ce3d218e622b221d6bfad42c751d974bf99",
2532
                "shasum": ""
2533
            },
2534
            "require": {
2535
                "php": ">=5.3.3"
2536
            },
2537
            "type": "library",
2538
            "extra": {
2539
                "branch-alias": {
2540
                    "dev-master": "1.2-dev"
2541
                }
2542
            },
2543
            "autoload": {
2544
                "psr-4": {
2545
                    "Symfony\\Polyfill\\Util\\": ""
2546
                }
2547
            },
2548
            "notification-url": "https://packagist.org/downloads/",
2549
            "license": [
2550
                "MIT"
2551
            ],
2552
            "authors": [
2553
                {
2554
                    "name": "Nicolas Grekas",
2555
                    "email": "[email protected]"
2556
                },
2557
                {
2558
                    "name": "Symfony Community",
2559
                    "homepage": "https://symfony.com/contributors"
2560
                }
2561
            ],
2562
            "description": "Symfony utilities for portability of PHP codes",
2563
            "homepage": "https://symfony.com",
2564
            "keywords": [
2565
                "compat",
2566
                "compatibility",
2567
                "polyfill",
2568
                "shim"
2569
            ],
2570
            "time": "2016-05-18 14:26:46"
2571
        },
2572
        {
2573
            "name": "symfony/security-acl",
2574
            "version": "v3.0.0",
2575
            "source": {
2576
                "type": "git",
2577
                "url": "https://github.com/symfony/security-acl.git",
2578
                "reference": "053b49bf4aa333a392c83296855989bcf88ddad1"
2579
            },
2580
            "dist": {
2581
                "type": "zip",
2582
                "url": "https://api.github.com/repos/symfony/security-acl/zipball/053b49bf4aa333a392c83296855989bcf88ddad1",
2583
                "reference": "053b49bf4aa333a392c83296855989bcf88ddad1",
2584
                "shasum": ""
2585
            },
2586
            "require": {
2587
                "php": ">=5.5.9",
2588
                "symfony/security-core": "~2.8|~3.0"
2589
            },
2590
            "require-dev": {
2591
                "doctrine/common": "~2.2",
2592
                "doctrine/dbal": "~2.2",
2593
                "psr/log": "~1.0",
2594
                "symfony/phpunit-bridge": "~2.8|~3.0"
2595
            },
2596
            "suggest": {
2597
                "doctrine/dbal": "For using the built-in ACL implementation",
2598
                "symfony/class-loader": "For using the ACL generateSql script",
2599
                "symfony/finder": "For using the ACL generateSql script"
2600
            },
2601
            "type": "library",
2602
            "extra": {
2603
                "branch-alias": {
2604
                    "dev-master": "3.0-dev"
2605
                }
2606
            },
2607
            "autoload": {
2608
                "psr-4": {
2609
                    "Symfony\\Component\\Security\\Acl\\": ""
2610
                },
2611
                "exclude-from-classmap": [
2612
                    "/Tests/"
2613
                ]
2614
            },
2615
            "notification-url": "https://packagist.org/downloads/",
2616
            "license": [
2617
                "MIT"
2618
            ],
2619
            "authors": [
2620
                {
2621
                    "name": "Fabien Potencier",
2622
                    "email": "[email protected]"
2623
                },
2624
                {
2625
                    "name": "Symfony Community",
2626
                    "homepage": "https://symfony.com/contributors"
2627
                }
2628
            ],
2629
            "description": "Symfony Security Component - ACL (Access Control List)",
2630
            "homepage": "https://symfony.com",
2631
            "time": "2015-12-28 09:39:46"
2632
        },
2633
        {
2634
            "name": "symfony/swiftmailer-bundle",
2635
            "version": "v2.3.11",
2636
            "source": {
2637
                "type": "git",
2638
                "url": "https://github.com/symfony/swiftmailer-bundle.git",
2639
                "reference": "5e1a90f28213231ceee19c953bbebc5b5b95c690"
2640
            },
2641
            "dist": {
2642
                "type": "zip",
2643
                "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/5e1a90f28213231ceee19c953bbebc5b5b95c690",
2644
                "reference": "5e1a90f28213231ceee19c953bbebc5b5b95c690",
2645
                "shasum": ""
2646
            },
2647
            "require": {
2648
                "php": ">=5.3.2",
2649
                "swiftmailer/swiftmailer": ">=4.2.0,~5.0",
2650
                "symfony/config": "~2.3|~3.0",
2651
                "symfony/dependency-injection": "~2.3|~3.0",
2652
                "symfony/http-kernel": "~2.3|~3.0",
2653
                "symfony/yaml": "~2.3|~3.0"
2654
            },
2655
            "require-dev": {
2656
                "symfony/phpunit-bridge": "~2.7|~3.0"
2657
            },
2658
            "suggest": {
2659
                "psr/log": "Allows logging"
2660
            },
2661
            "type": "symfony-bundle",
2662
            "extra": {
2663
                "branch-alias": {
2664
                    "dev-master": "2.3-dev"
2665
                }
2666
            },
2667
            "autoload": {
2668
                "psr-4": {
2669
                    "Symfony\\Bundle\\SwiftmailerBundle\\": ""
2670
                }
2671
            },
2672
            "notification-url": "https://packagist.org/downloads/",
2673
            "license": [
2674
                "MIT"
2675
            ],
2676
            "authors": [
2677
                {
2678
                    "name": "Symfony Community",
2679
                    "homepage": "http://symfony.com/contributors"
2680
                },
2681
                {
2682
                    "name": "Fabien Potencier",
2683
                    "email": "[email protected]"
2684
                }
2685
            ],
2686
            "description": "Symfony SwiftmailerBundle",
2687
            "homepage": "http://symfony.com",
2688
            "time": "2016-01-15 16:41:20"
2689
        },
2690
        {
2691
            "name": "symfony/symfony",
2692
            "version": "v2.8.8",
2693
            "source": {
2694
                "type": "git",
2695
                "url": "https://github.com/symfony/symfony.git",
2696
                "reference": "038d13264f732f9bba850c423e374dc72874d1a6"
2697
            },
2698
            "dist": {
2699
                "type": "zip",
2700
                "url": "https://api.github.com/repos/symfony/symfony/zipball/038d13264f732f9bba850c423e374dc72874d1a6",
2701
                "reference": "038d13264f732f9bba850c423e374dc72874d1a6",
2702
                "shasum": ""
2703
            },
2704
            "require": {
2705
                "doctrine/common": "~2.4",
2706
                "php": ">=5.3.9",
2707
                "psr/log": "~1.0",
2708
                "symfony/polyfill-apcu": "~1.1",
2709
                "symfony/polyfill-intl-icu": "~1.0",
2710
                "symfony/polyfill-mbstring": "~1.0",
2711
                "symfony/polyfill-php54": "~1.0",
2712
                "symfony/polyfill-php55": "~1.0",
2713
                "symfony/polyfill-php56": "~1.0",
2714
                "symfony/polyfill-php70": "~1.0",
2715
                "symfony/polyfill-util": "~1.0",
2716
                "symfony/security-acl": "~2.7|~3.0.0",
2717
                "twig/twig": "~1.23|~2.0"
2718
            },
2719
            "conflict": {
2720
                "phpdocumentor/reflection": "<1.0.7"
2721
            },
2722
            "replace": {
2723
                "symfony/asset": "self.version",
2724
                "symfony/browser-kit": "self.version",
2725
                "symfony/class-loader": "self.version",
2726
                "symfony/config": "self.version",
2727
                "symfony/console": "self.version",
2728
                "symfony/css-selector": "self.version",
2729
                "symfony/debug": "self.version",
2730
                "symfony/debug-bundle": "self.version",
2731
                "symfony/dependency-injection": "self.version",
2732
                "symfony/doctrine-bridge": "self.version",
2733
                "symfony/dom-crawler": "self.version",
2734
                "symfony/event-dispatcher": "self.version",
2735
                "symfony/expression-language": "self.version",
2736
                "symfony/filesystem": "self.version",
2737
                "symfony/finder": "self.version",
2738
                "symfony/form": "self.version",
2739
                "symfony/framework-bundle": "self.version",
2740
                "symfony/http-foundation": "self.version",
2741
                "symfony/http-kernel": "self.version",
2742
                "symfony/intl": "self.version",
2743
                "symfony/ldap": "self.version",
2744
                "symfony/locale": "self.version",
2745
                "symfony/monolog-bridge": "self.version",
2746
                "symfony/options-resolver": "self.version",
2747
                "symfony/process": "self.version",
2748
                "symfony/property-access": "self.version",
2749
                "symfony/property-info": "self.version",
2750
                "symfony/proxy-manager-bridge": "self.version",
2751
                "symfony/routing": "self.version",
2752
                "symfony/security": "self.version",
2753
                "symfony/security-bundle": "self.version",
2754
                "symfony/security-core": "self.version",
2755
                "symfony/security-csrf": "self.version",
2756
                "symfony/security-guard": "self.version",
2757
                "symfony/security-http": "self.version",
2758
                "symfony/serializer": "self.version",
2759
                "symfony/stopwatch": "self.version",
2760
                "symfony/swiftmailer-bridge": "self.version",
2761
                "symfony/templating": "self.version",
2762
                "symfony/translation": "self.version",
2763
                "symfony/twig-bridge": "self.version",
2764
                "symfony/twig-bundle": "self.version",
2765
                "symfony/validator": "self.version",
2766
                "symfony/var-dumper": "self.version",
2767
                "symfony/web-profiler-bundle": "self.version",
2768
                "symfony/yaml": "self.version"
2769
            },
2770
            "require-dev": {
2771
                "doctrine/data-fixtures": "1.0.*",
2772
                "doctrine/dbal": "~2.4",
2773
                "doctrine/doctrine-bundle": "~1.2",
2774
                "doctrine/orm": "~2.4,>=2.4.5",
2775
                "egulias/email-validator": "~1.2,>=1.2.1",
2776
                "monolog/monolog": "~1.11",
2777
                "ocramius/proxy-manager": "~0.4|~1.0|~2.0",
2778
                "phpdocumentor/reflection": "^1.0.7"
2779
            },
2780
            "type": "library",
2781
            "extra": {
2782
                "branch-alias": {
2783
                    "dev-master": "2.8-dev"
2784
                }
2785
            },
2786
            "autoload": {
2787
                "psr-4": {
2788
                    "Symfony\\Bridge\\Doctrine\\": "src/Symfony/Bridge/Doctrine/",
2789
                    "Symfony\\Bridge\\Monolog\\": "src/Symfony/Bridge/Monolog/",
2790
                    "Symfony\\Bridge\\ProxyManager\\": "src/Symfony/Bridge/ProxyManager/",
2791
                    "Symfony\\Bridge\\Swiftmailer\\": "src/Symfony/Bridge/Swiftmailer/",
2792
                    "Symfony\\Bridge\\Twig\\": "src/Symfony/Bridge/Twig/",
2793
                    "Symfony\\Bundle\\": "src/Symfony/Bundle/",
2794
                    "Symfony\\Component\\": "src/Symfony/Component/"
2795
                },
2796
                "classmap": [
2797
                    "src/Symfony/Component/Intl/Resources/stubs"
2798
                ],
2799
                "exclude-from-classmap": [
2800
                    "**/Tests/"
2801
                ]
2802
            },
2803
            "notification-url": "https://packagist.org/downloads/",
2804
            "license": [
2805
                "MIT"
2806
            ],
2807
            "authors": [
2808
                {
2809
                    "name": "Fabien Potencier",
2810
                    "email": "[email protected]"
2811
                },
2812
                {
2813
                    "name": "Symfony Community",
2814
                    "homepage": "https://symfony.com/contributors"
2815
                }
2816
            ],
2817
            "description": "The Symfony PHP framework",
2818
            "homepage": "https://symfony.com",
2819
            "keywords": [
2820
                "framework"
2821
            ],
2822
            "time": "2016-06-30 15:42:24"
2823
        },
2824
        {
2825
            "name": "twig/extensions",
2826
            "version": "v1.3.0",
2827
            "source": {
2828
                "type": "git",
2829
                "url": "https://github.com/twigphp/Twig-extensions.git",
2830
                "reference": "449e3c8a9ffad7c2479c7864557275a32b037499"
2831
            },
2832
            "dist": {
2833
                "type": "zip",
2834
                "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/449e3c8a9ffad7c2479c7864557275a32b037499",
2835
                "reference": "449e3c8a9ffad7c2479c7864557275a32b037499",
2836
                "shasum": ""
2837
            },
2838
            "require": {
2839
                "twig/twig": "~1.20|~2.0"
2840
            },
2841
            "require-dev": {
2842
                "symfony/translation": "~2.3"
2843
            },
2844
            "suggest": {
2845
                "symfony/translation": "Allow the time_diff output to be translated"
2846
            },
2847
            "type": "library",
2848
            "extra": {
2849
                "branch-alias": {
2850
                    "dev-master": "1.3-dev"
2851
                }
2852
            },
2853
            "autoload": {
2854
                "psr-0": {
2855
                    "Twig_Extensions_": "lib/"
2856
                }
2857
            },
2858
            "notification-url": "https://packagist.org/downloads/",
2859
            "license": [
2860
                "MIT"
2861
            ],
2862
            "authors": [
2863
                {
2864
                    "name": "Fabien Potencier",
2865
                    "email": "[email protected]"
2866
                }
2867
            ],
2868
            "description": "Common additional features for Twig that do not directly belong in core",
2869
            "homepage": "http://twig.sensiolabs.org/doc/extensions/index.html",
2870
            "keywords": [
2871
                "i18n",
2872
                "text"
2873
            ],
2874
            "time": "2015-08-22 16:38:35"
2875
        },
2876
        {
2877
            "name": "twig/twig",
2878
            "version": "v1.24.1",
2879
            "source": {
2880
                "type": "git",
2881
                "url": "https://github.com/twigphp/Twig.git",
2882
                "reference": "3566d311a92aae4deec6e48682dc5a4528c4a512"
2883
            },
2884
            "dist": {
2885
                "type": "zip",
2886
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/3566d311a92aae4deec6e48682dc5a4528c4a512",
2887
                "reference": "3566d311a92aae4deec6e48682dc5a4528c4a512",
2888
                "shasum": ""
2889
            },
2890
            "require": {
2891
                "php": ">=5.2.7"
2892
            },
2893
            "require-dev": {
2894
                "symfony/debug": "~2.7",
2895
                "symfony/phpunit-bridge": "~2.7"
2896
            },
2897
            "type": "library",
2898
            "extra": {
2899
                "branch-alias": {
2900
                    "dev-master": "1.24-dev"
2901
                }
2902
            },
2903
            "autoload": {
2904
                "psr-0": {
2905
                    "Twig_": "lib/"
2906
                }
2907
            },
2908
            "notification-url": "https://packagist.org/downloads/",
2909
            "license": [
2910
                "BSD-3-Clause"
2911
            ],
2912
            "authors": [
2913
                {
2914
                    "name": "Fabien Potencier",
2915
                    "email": "[email protected]",
2916
                    "homepage": "http://fabien.potencier.org",
2917
                    "role": "Lead Developer"
2918
                },
2919
                {
2920
                    "name": "Armin Ronacher",
2921
                    "email": "[email protected]",
2922
                    "role": "Project Founder"
2923
                },
2924
                {
2925
                    "name": "Twig Team",
2926
                    "homepage": "http://twig.sensiolabs.org/contributors",
2927
                    "role": "Contributors"
2928
                }
2929
            ],
2930
            "description": "Twig, the flexible, fast, and secure template language for PHP",
2931
            "homepage": "http://twig.sensiolabs.org",
2932
            "keywords": [
2933
                "templating"
2934
            ],
2935
            "time": "2016-05-30 09:11:59"
2936
        },
2937
        {
2938
            "name": "zendframework/zend-code",
2939
            "version": "2.6.3",
2940
            "source": {
2941
                "type": "git",
2942
                "url": "https://github.com/zendframework/zend-code.git",
2943
                "reference": "95033f061b083e16cdee60530ec260d7d628b887"
2944
            },
2945
            "dist": {
2946
                "type": "zip",
2947
                "url": "https://api.github.com/repos/zendframework/zend-code/zipball/95033f061b083e16cdee60530ec260d7d628b887",
2948
                "reference": "95033f061b083e16cdee60530ec260d7d628b887",
2949
                "shasum": ""
2950
            },
2951
            "require": {
2952
                "php": "^5.5 || 7.0.0 - 7.0.4 || ^7.0.6",
2953
                "zendframework/zend-eventmanager": "^2.6 || ^3.0"
2954
            },
2955
            "require-dev": {
2956
                "doctrine/annotations": "~1.0",
2957
                "fabpot/php-cs-fixer": "1.7.*",
2958
                "phpunit/phpunit": "^4.8.21",
2959
                "zendframework/zend-stdlib": "^2.7 || ^3.0"
2960
            },
2961
            "suggest": {
2962
                "doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features",
2963
                "zendframework/zend-stdlib": "Zend\\Stdlib component"
2964
            },
2965
            "type": "library",
2966
            "extra": {
2967
                "branch-alias": {
2968
                    "dev-master": "2.6-dev",
2969
                    "dev-develop": "2.7-dev"
2970
                }
2971
            },
2972
            "autoload": {
2973
                "psr-4": {
2974
                    "Zend\\Code\\": "src/"
2975
                }
2976
            },
2977
            "notification-url": "https://packagist.org/downloads/",
2978
            "license": [
2979
                "BSD-3-Clause"
2980
            ],
2981
            "description": "provides facilities to generate arbitrary code using an object oriented interface",
2982
            "homepage": "https://github.com/zendframework/zend-code",
2983
            "keywords": [
2984
                "code",
2985
                "zf2"
2986
            ],
2987
            "time": "2016-04-20 17:26:42"
2988
        },
2989
        {
2990
            "name": "zendframework/zend-eventmanager",
2991
            "version": "3.0.1",
2992
            "source": {
2993
                "type": "git",
2994
                "url": "https://github.com/zendframework/zend-eventmanager.git",
2995
                "reference": "5c80bdee0e952be112dcec0968bad770082c3a6e"
2996
            },
2997
            "dist": {
2998
                "type": "zip",
2999
                "url": "https://api.github.com/repos/zendframework/zend-eventmanager/zipball/5c80bdee0e952be112dcec0968bad770082c3a6e",
3000
                "reference": "5c80bdee0e952be112dcec0968bad770082c3a6e",
3001
                "shasum": ""
3002
            },
3003
            "require": {
3004
                "php": "^5.5 || ^7.0"
3005
            },
3006
            "require-dev": {
3007
                "athletic/athletic": "^0.1",
3008
                "container-interop/container-interop": "^1.1.0",
3009
                "phpunit/phpunit": "~4.0",
3010
                "squizlabs/php_codesniffer": "^2.0",
3011
                "zendframework/zend-stdlib": "^2.7.3 || ^3.0"
3012
            },
3013
            "suggest": {
3014
                "container-interop/container-interop": "^1.1.0, to use the lazy listeners feature",
3015
                "zendframework/zend-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature"
3016
            },
3017
            "type": "library",
3018
            "extra": {
3019
                "branch-alias": {
3020
                    "dev-master": "3.0-dev",
3021
                    "dev-develop": "3.1-dev"
3022
                }
3023
            },
3024
            "autoload": {
3025
                "psr-4": {
3026
                    "Zend\\EventManager\\": "src/"
3027
                }
3028
            },
3029
            "notification-url": "https://packagist.org/downloads/",
3030
            "license": [
3031
                "BSD-3-Clause"
3032
            ],
3033
            "description": "Trigger and listen to events within a PHP application",
3034
            "homepage": "https://github.com/zendframework/zend-eventmanager",
3035
            "keywords": [
3036
                "event",
3037
                "eventmanager",
3038
                "events",
3039
                "zf2"
3040
            ],
3041
            "time": "2016-02-18 20:53:00"
3042
        }
3043
    ],
3044
    "packages-dev": [
3045
        {
3046
            "name": "liuggio/fastest",
3047
            "version": "dev-master",
3048
            "source": {
3049
                "type": "git",
3050
                "url": "https://github.com/liuggio/fastest.git",
3051
                "reference": "11a56b1364840567dd85f18a2e475d9d233bf290"
3052
            },
3053
            "dist": {
3054
                "type": "zip",
3055
                "url": "https://api.github.com/repos/liuggio/fastest/zipball/11a56b1364840567dd85f18a2e475d9d233bf290",
3056
                "reference": "11a56b1364840567dd85f18a2e475d9d233bf290",
3057
                "shasum": ""
3058
            },
3059
            "require": {
3060
                "doctrine/collections": "~1.2",
3061
                "php": ">=5.6",
3062
                "phpunit/phpunit": "~4.8|~5.4",
3063
                "symfony/console": "~2.7|~3.0",
3064
                "symfony/process": "~2.7|~3.0",
3065
                "symfony/stopwatch": "~2.7|~3.0"
3066
            },
3067
            "require-dev": {
3068
                "behat/behat": "~2.5"
3069
            },
3070
            "suggest": {
3071
                "behat/behat": "Install it if you want to run tests with the provided Behat extension"
3072
            },
3073
            "bin": [
3074
                "fastest"
3075
            ],
3076
            "type": "library",
3077
            "extra": {
3078
                "branch-alias": {
3079
                    "dev-master": "1.4-dev"
3080
                }
3081
            },
3082
            "autoload": {
3083
                "psr-4": {
3084
                    "Liuggio\\Fastest\\": [
3085
                        "src",
3086
                        "adapters"
3087
                    ]
3088
                }
3089
            },
3090
            "notification-url": "https://packagist.org/downloads/",
3091
            "license": [
3092
                "MIT"
3093
            ],
3094
            "authors": [
3095
                {
3096
                    "name": "liuggio",
3097
                    "email": "[email protected]"
3098
                }
3099
            ],
3100
            "description": "Simple parallel testing execution... with some goodies for functional tests.",
3101
            "time": "2016-07-07 08:52:52"
3102
        },
3103
        {
3104
            "name": "phpdocumentor/reflection-common",
3105
            "version": "1.0",
3106
            "source": {
3107
                "type": "git",
3108
                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
3109
                "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c"
3110
            },
3111
            "dist": {
3112
                "type": "zip",
3113
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
3114
                "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
3115
                "shasum": ""
3116
            },
3117
            "require": {
3118
                "php": ">=5.5"
3119
            },
3120
            "require-dev": {
3121
                "phpunit/phpunit": "^4.6"
3122
            },
3123
            "type": "library",
3124
            "extra": {
3125
                "branch-alias": {
3126
                    "dev-master": "1.0.x-dev"
3127
                }
3128
            },
3129
            "autoload": {
3130
                "psr-4": {
3131
                    "phpDocumentor\\Reflection\\": [
3132
                        "src"
3133
                    ]
3134
                }
3135
            },
3136
            "notification-url": "https://packagist.org/downloads/",
3137
            "license": [
3138
                "MIT"
3139
            ],
3140
            "authors": [
3141
                {
3142
                    "name": "Jaap van Otterdijk",
3143
                    "email": "[email protected]"
3144
                }
3145
            ],
3146
            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
3147
            "homepage": "http://www.phpdoc.org",
3148
            "keywords": [
3149
                "FQSEN",
3150
                "phpDocumentor",
3151
                "phpdoc",
3152
                "reflection",
3153
                "static analysis"
3154
            ],
3155
            "time": "2015-12-27 11:43:31"
3156
        },
3157
        {
3158
            "name": "phpdocumentor/reflection-docblock",
3159
            "version": "3.1.0",
3160
            "source": {
3161
                "type": "git",
3162
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
3163
                "reference": "9270140b940ff02e58ec577c237274e92cd40cdd"
3164
            },
3165
            "dist": {
3166
                "type": "zip",
3167
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/9270140b940ff02e58ec577c237274e92cd40cdd",
3168
                "reference": "9270140b940ff02e58ec577c237274e92cd40cdd",
3169
                "shasum": ""
3170
            },
3171
            "require": {
3172
                "php": ">=5.5",
3173
                "phpdocumentor/reflection-common": "^1.0@dev",
3174
                "phpdocumentor/type-resolver": "^0.2.0",
3175
                "webmozart/assert": "^1.0"
3176
            },
3177
            "require-dev": {
3178
                "mockery/mockery": "^0.9.4",
3179
                "phpunit/phpunit": "^4.4"
3180
            },
3181
            "type": "library",
3182
            "autoload": {
3183
                "psr-4": {
3184
                    "phpDocumentor\\Reflection\\": [
3185
                        "src/"
3186
                    ]
3187
                }
3188
            },
3189
            "notification-url": "https://packagist.org/downloads/",
3190
            "license": [
3191
                "MIT"
3192
            ],
3193
            "authors": [
3194
                {
3195
                    "name": "Mike van Riel",
3196
                    "email": "[email protected]"
3197
                }
3198
            ],
3199
            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
3200
            "time": "2016-06-10 09:48:41"
3201
        },
3202
        {
3203
            "name": "phpdocumentor/type-resolver",
3204
            "version": "0.2",
3205
            "source": {
3206
                "type": "git",
3207
                "url": "https://github.com/phpDocumentor/TypeResolver.git",
3208
                "reference": "b39c7a5b194f9ed7bd0dd345c751007a41862443"
3209
            },
3210
            "dist": {
3211
                "type": "zip",
3212
                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/b39c7a5b194f9ed7bd0dd345c751007a41862443",
3213
                "reference": "b39c7a5b194f9ed7bd0dd345c751007a41862443",
3214
                "shasum": ""
3215
            },
3216
            "require": {
3217
                "php": ">=5.5",
3218
                "phpdocumentor/reflection-common": "^1.0"
3219
            },
3220
            "require-dev": {
3221
                "mockery/mockery": "^0.9.4",
3222
                "phpunit/phpunit": "^5.2||^4.8.24"
3223
            },
3224
            "type": "library",
3225
            "extra": {
3226
                "branch-alias": {
3227
                    "dev-master": "1.0.x-dev"
3228
                }
3229
            },
3230
            "autoload": {
3231
                "psr-4": {
3232
                    "phpDocumentor\\Reflection\\": [
3233
                        "src/"
3234
                    ]
3235
                }
3236
            },
3237
            "notification-url": "https://packagist.org/downloads/",
3238
            "license": [
3239
                "MIT"
3240
            ],
3241
            "authors": [
3242
                {
3243
                    "name": "Mike van Riel",
3244
                    "email": "[email protected]"
3245
                }
3246
            ],
3247
            "time": "2016-06-10 07:14:17"
3248
        },
3249
        {
3250
            "name": "phpspec/prophecy",
3251
            "version": "v1.6.1",
3252
            "source": {
3253
                "type": "git",
3254
                "url": "https://github.com/phpspec/prophecy.git",
3255
                "reference": "58a8137754bc24b25740d4281399a4a3596058e0"
3256
            },
3257
            "dist": {
3258
                "type": "zip",
3259
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/58a8137754bc24b25740d4281399a4a3596058e0",
3260
                "reference": "58a8137754bc24b25740d4281399a4a3596058e0",
3261
                "shasum": ""
3262
            },
3263
            "require": {
3264
                "doctrine/instantiator": "^1.0.2",
3265
                "php": "^5.3|^7.0",
3266
                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2",
3267
                "sebastian/comparator": "^1.1",
3268
                "sebastian/recursion-context": "^1.0"
3269
            },
3270
            "require-dev": {
3271
                "phpspec/phpspec": "^2.0"
3272
            },
3273
            "type": "library",
3274
            "extra": {
3275
                "branch-alias": {
3276
                    "dev-master": "1.6.x-dev"
3277
                }
3278
            },
3279
            "autoload": {
3280
                "psr-0": {
3281
                    "Prophecy\\": "src/"
3282
                }
3283
            },
3284
            "notification-url": "https://packagist.org/downloads/",
3285
            "license": [
3286
                "MIT"
3287
            ],
3288
            "authors": [
3289
                {
3290
                    "name": "Konstantin Kudryashov",
3291
                    "email": "[email protected]",
3292
                    "homepage": "http://everzet.com"
3293
                },
3294
                {
3295
                    "name": "Marcello Duarte",
3296
                    "email": "[email protected]"
3297
                }
3298
            ],
3299
            "description": "Highly opinionated mocking framework for PHP 5.3+",
3300
            "homepage": "https://github.com/phpspec/prophecy",
3301
            "keywords": [
3302
                "Double",
3303
                "Dummy",
3304
                "fake",
3305
                "mock",
3306
                "spy",
3307
                "stub"
3308
            ],
3309
            "time": "2016-06-07 08:13:47"
3310
        },
3311
        {
3312
            "name": "phpunit/php-code-coverage",
3313
            "version": "2.2.4",
3314
            "source": {
3315
                "type": "git",
3316
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
3317
                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
3318
            },
3319
            "dist": {
3320
                "type": "zip",
3321
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
3322
                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
3323
                "shasum": ""
3324
            },
3325
            "require": {
3326
                "php": ">=5.3.3",
3327
                "phpunit/php-file-iterator": "~1.3",
3328
                "phpunit/php-text-template": "~1.2",
3329
                "phpunit/php-token-stream": "~1.3",
3330
                "sebastian/environment": "^1.3.2",
3331
                "sebastian/version": "~1.0"
3332
            },
3333
            "require-dev": {
3334
                "ext-xdebug": ">=2.1.4",
3335
                "phpunit/phpunit": "~4"
3336
            },
3337
            "suggest": {
3338
                "ext-dom": "*",
3339
                "ext-xdebug": ">=2.2.1",
3340
                "ext-xmlwriter": "*"
3341
            },
3342
            "type": "library",
3343
            "extra": {
3344
                "branch-alias": {
3345
                    "dev-master": "2.2.x-dev"
3346
                }
3347
            },
3348
            "autoload": {
3349
                "classmap": [
3350
                    "src/"
3351
                ]
3352
            },
3353
            "notification-url": "https://packagist.org/downloads/",
3354
            "license": [
3355
                "BSD-3-Clause"
3356
            ],
3357
            "authors": [
3358
                {
3359
                    "name": "Sebastian Bergmann",
3360
                    "email": "[email protected]",
3361
                    "role": "lead"
3362
                }
3363
            ],
3364
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
3365
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
3366
            "keywords": [
3367
                "coverage",
3368
                "testing",
3369
                "xunit"
3370
            ],
3371
            "time": "2015-10-06 15:47:00"
3372
        },
3373
        {
3374
            "name": "phpunit/php-file-iterator",
3375
            "version": "1.4.1",
3376
            "source": {
3377
                "type": "git",
3378
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
3379
                "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0"
3380
            },
3381
            "dist": {
3382
                "type": "zip",
3383
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
3384
                "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
3385
                "shasum": ""
3386
            },
3387
            "require": {
3388
                "php": ">=5.3.3"
3389
            },
3390
            "type": "library",
3391
            "extra": {
3392
                "branch-alias": {
3393
                    "dev-master": "1.4.x-dev"
3394
                }
3395
            },
3396
            "autoload": {
3397
                "classmap": [
3398
                    "src/"
3399
                ]
3400
            },
3401
            "notification-url": "https://packagist.org/downloads/",
3402
            "license": [
3403
                "BSD-3-Clause"
3404
            ],
3405
            "authors": [
3406
                {
3407
                    "name": "Sebastian Bergmann",
3408
                    "email": "[email protected]",
3409
                    "role": "lead"
3410
                }
3411
            ],
3412
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
3413
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
3414
            "keywords": [
3415
                "filesystem",
3416
                "iterator"
3417
            ],
3418
            "time": "2015-06-21 13:08:43"
3419
        },
3420
        {
3421
            "name": "phpunit/php-text-template",
3422
            "version": "1.2.1",
3423
            "source": {
3424
                "type": "git",
3425
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
3426
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
3427
            },
3428
            "dist": {
3429
                "type": "zip",
3430
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
3431
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
3432
                "shasum": ""
3433
            },
3434
            "require": {
3435
                "php": ">=5.3.3"
3436
            },
3437
            "type": "library",
3438
            "autoload": {
3439
                "classmap": [
3440
                    "src/"
3441
                ]
3442
            },
3443
            "notification-url": "https://packagist.org/downloads/",
3444
            "license": [
3445
                "BSD-3-Clause"
3446
            ],
3447
            "authors": [
3448
                {
3449
                    "name": "Sebastian Bergmann",
3450
                    "email": "[email protected]",
3451
                    "role": "lead"
3452
                }
3453
            ],
3454
            "description": "Simple template engine.",
3455
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
3456
            "keywords": [
3457
                "template"
3458
            ],
3459
            "time": "2015-06-21 13:50:34"
3460
        },
3461
        {
3462
            "name": "phpunit/php-timer",
3463
            "version": "1.0.8",
3464
            "source": {
3465
                "type": "git",
3466
                "url": "https://github.com/sebastianbergmann/php-timer.git",
3467
                "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260"
3468
            },
3469
            "dist": {
3470
                "type": "zip",
3471
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/38e9124049cf1a164f1e4537caf19c99bf1eb260",
3472
                "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260",
3473
                "shasum": ""
3474
            },
3475
            "require": {
3476
                "php": ">=5.3.3"
3477
            },
3478
            "require-dev": {
3479
                "phpunit/phpunit": "~4|~5"
3480
            },
3481
            "type": "library",
3482
            "autoload": {
3483
                "classmap": [
3484
                    "src/"
3485
                ]
3486
            },
3487
            "notification-url": "https://packagist.org/downloads/",
3488
            "license": [
3489
                "BSD-3-Clause"
3490
            ],
3491
            "authors": [
3492
                {
3493
                    "name": "Sebastian Bergmann",
3494
                    "email": "[email protected]",
3495
                    "role": "lead"
3496
                }
3497
            ],
3498
            "description": "Utility class for timing",
3499
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
3500
            "keywords": [
3501
                "timer"
3502
            ],
3503
            "time": "2016-05-12 18:03:57"
3504
        },
3505
        {
3506
            "name": "phpunit/php-token-stream",
3507
            "version": "1.4.8",
3508
            "source": {
3509
                "type": "git",
3510
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
3511
                "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da"
3512
            },
3513
            "dist": {
3514
                "type": "zip",
3515
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
3516
                "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
3517
                "shasum": ""
3518
            },
3519
            "require": {
3520
                "ext-tokenizer": "*",
3521
                "php": ">=5.3.3"
3522
            },
3523
            "require-dev": {
3524
                "phpunit/phpunit": "~4.2"
3525
            },
3526
            "type": "library",
3527
            "extra": {
3528
                "branch-alias": {
3529
                    "dev-master": "1.4-dev"
3530
                }
3531
            },
3532
            "autoload": {
3533
                "classmap": [
3534
                    "src/"
3535
                ]
3536
            },
3537
            "notification-url": "https://packagist.org/downloads/",
3538
            "license": [
3539
                "BSD-3-Clause"
3540
            ],
3541
            "authors": [
3542
                {
3543
                    "name": "Sebastian Bergmann",
3544
                    "email": "[email protected]"
3545
                }
3546
            ],
3547
            "description": "Wrapper around PHP's tokenizer extension.",
3548
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
3549
            "keywords": [
3550
                "tokenizer"
3551
            ],
3552
            "time": "2015-09-15 10:49:45"
3553
        },
3554
        {
3555
            "name": "phpunit/phpunit",
3556
            "version": "4.8.27",
3557
            "source": {
3558
                "type": "git",
3559
                "url": "https://github.com/sebastianbergmann/phpunit.git",
3560
                "reference": "c062dddcb68e44b563f66ee319ddae2b5a322a90"
3561
            },
3562
            "dist": {
3563
                "type": "zip",
3564
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/c062dddcb68e44b563f66ee319ddae2b5a322a90",
3565
                "reference": "c062dddcb68e44b563f66ee319ddae2b5a322a90",
3566
                "shasum": ""
3567
            },
3568
            "require": {
3569
                "ext-dom": "*",
3570
                "ext-json": "*",
3571
                "ext-pcre": "*",
3572
                "ext-reflection": "*",
3573
                "ext-spl": "*",
3574
                "php": ">=5.3.3",
3575
                "phpspec/prophecy": "^1.3.1",
3576
                "phpunit/php-code-coverage": "~2.1",
3577
                "phpunit/php-file-iterator": "~1.4",
3578
                "phpunit/php-text-template": "~1.2",
3579
                "phpunit/php-timer": "^1.0.6",
3580
                "phpunit/phpunit-mock-objects": "~2.3",
3581
                "sebastian/comparator": "~1.1",
3582
                "sebastian/diff": "~1.2",
3583
                "sebastian/environment": "~1.3",
3584
                "sebastian/exporter": "~1.2",
3585
                "sebastian/global-state": "~1.0",
3586
                "sebastian/version": "~1.0",
3587
                "symfony/yaml": "~2.1|~3.0"
3588
            },
3589
            "suggest": {
3590
                "phpunit/php-invoker": "~1.1"
3591
            },
3592
            "bin": [
3593
                "phpunit"
3594
            ],
3595
            "type": "library",
3596
            "extra": {
3597
                "branch-alias": {
3598
                    "dev-master": "4.8.x-dev"
3599
                }
3600
            },
3601
            "autoload": {
3602
                "classmap": [
3603
                    "src/"
3604
                ]
3605
            },
3606
            "notification-url": "https://packagist.org/downloads/",
3607
            "license": [
3608
                "BSD-3-Clause"
3609
            ],
3610
            "authors": [
3611
                {
3612
                    "name": "Sebastian Bergmann",
3613
                    "email": "[email protected]",
3614
                    "role": "lead"
3615
                }
3616
            ],
3617
            "description": "The PHP Unit Testing framework.",
3618
            "homepage": "https://phpunit.de/",
3619
            "keywords": [
3620
                "phpunit",
3621
                "testing",
3622
                "xunit"
3623
            ],
3624
            "time": "2016-07-21 06:48:14"
3625
        },
3626
        {
3627
            "name": "phpunit/phpunit-mock-objects",
3628
            "version": "2.3.8",
3629
            "source": {
3630
                "type": "git",
3631
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
3632
                "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
3633
            },
3634
            "dist": {
3635
                "type": "zip",
3636
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
3637
                "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
3638
                "shasum": ""
3639
            },
3640
            "require": {
3641
                "doctrine/instantiator": "^1.0.2",
3642
                "php": ">=5.3.3",
3643
                "phpunit/php-text-template": "~1.2",
3644
                "sebastian/exporter": "~1.2"
3645
            },
3646
            "require-dev": {
3647
                "phpunit/phpunit": "~4.4"
3648
            },
3649
            "suggest": {
3650
                "ext-soap": "*"
3651
            },
3652
            "type": "library",
3653
            "extra": {
3654
                "branch-alias": {
3655
                    "dev-master": "2.3.x-dev"
3656
                }
3657
            },
3658
            "autoload": {
3659
                "classmap": [
3660
                    "src/"
3661
                ]
3662
            },
3663
            "notification-url": "https://packagist.org/downloads/",
3664
            "license": [
3665
                "BSD-3-Clause"
3666
            ],
3667
            "authors": [
3668
                {
3669
                    "name": "Sebastian Bergmann",
3670
                    "email": "[email protected]",
3671
                    "role": "lead"
3672
                }
3673
            ],
3674
            "description": "Mock Object library for PHPUnit",
3675
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
3676
            "keywords": [
3677
                "mock",
3678
                "xunit"
3679
            ],
3680
            "time": "2015-10-02 06:51:40"
3681
        },
3682
        {
3683
            "name": "sebastian/comparator",
3684
            "version": "1.2.0",
3685
            "source": {
3686
                "type": "git",
3687
                "url": "https://github.com/sebastianbergmann/comparator.git",
3688
                "reference": "937efb279bd37a375bcadf584dec0726f84dbf22"
3689
            },
3690
            "dist": {
3691
                "type": "zip",
3692
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22",
3693
                "reference": "937efb279bd37a375bcadf584dec0726f84dbf22",
3694
                "shasum": ""
3695
            },
3696
            "require": {
3697
                "php": ">=5.3.3",
3698
                "sebastian/diff": "~1.2",
3699
                "sebastian/exporter": "~1.2"
3700
            },
3701
            "require-dev": {
3702
                "phpunit/phpunit": "~4.4"
3703
            },
3704
            "type": "library",
3705
            "extra": {
3706
                "branch-alias": {
3707
                    "dev-master": "1.2.x-dev"
3708
                }
3709
            },
3710
            "autoload": {
3711
                "classmap": [
3712
                    "src/"
3713
                ]
3714
            },
3715
            "notification-url": "https://packagist.org/downloads/",
3716
            "license": [
3717
                "BSD-3-Clause"
3718
            ],
3719
            "authors": [
3720
                {
3721
                    "name": "Jeff Welch",
3722
                    "email": "[email protected]"
3723
                },
3724
                {
3725
                    "name": "Volker Dusch",
3726
                    "email": "[email protected]"
3727
                },
3728
                {
3729
                    "name": "Bernhard Schussek",
3730
                    "email": "[email protected]"
3731
                },
3732
                {
3733
                    "name": "Sebastian Bergmann",
3734
                    "email": "[email protected]"
3735
                }
3736
            ],
3737
            "description": "Provides the functionality to compare PHP values for equality",
3738
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
3739
            "keywords": [
3740
                "comparator",
3741
                "compare",
3742
                "equality"
3743
            ],
3744
            "time": "2015-07-26 15:48:44"
3745
        },
3746
        {
3747
            "name": "sebastian/diff",
3748
            "version": "1.4.1",
3749
            "source": {
3750
                "type": "git",
3751
                "url": "https://github.com/sebastianbergmann/diff.git",
3752
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
3753
            },
3754
            "dist": {
3755
                "type": "zip",
3756
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
3757
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
3758
                "shasum": ""
3759
            },
3760
            "require": {
3761
                "php": ">=5.3.3"
3762
            },
3763
            "require-dev": {
3764
                "phpunit/phpunit": "~4.8"
3765
            },
3766
            "type": "library",
3767
            "extra": {
3768
                "branch-alias": {
3769
                    "dev-master": "1.4-dev"
3770
                }
3771
            },
3772
            "autoload": {
3773
                "classmap": [
3774
                    "src/"
3775
                ]
3776
            },
3777
            "notification-url": "https://packagist.org/downloads/",
3778
            "license": [
3779
                "BSD-3-Clause"
3780
            ],
3781
            "authors": [
3782
                {
3783
                    "name": "Kore Nordmann",
3784
                    "email": "[email protected]"
3785
                },
3786
                {
3787
                    "name": "Sebastian Bergmann",
3788
                    "email": "[email protected]"
3789
                }
3790
            ],
3791
            "description": "Diff implementation",
3792
            "homepage": "https://github.com/sebastianbergmann/diff",
3793
            "keywords": [
3794
                "diff"
3795
            ],
3796
            "time": "2015-12-08 07:14:41"
3797
        },
3798
        {
3799
            "name": "sebastian/environment",
3800
            "version": "1.3.7",
3801
            "source": {
3802
                "type": "git",
3803
                "url": "https://github.com/sebastianbergmann/environment.git",
3804
                "reference": "4e8f0da10ac5802913afc151413bc8c53b6c2716"
3805
            },
3806
            "dist": {
3807
                "type": "zip",
3808
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/4e8f0da10ac5802913afc151413bc8c53b6c2716",
3809
                "reference": "4e8f0da10ac5802913afc151413bc8c53b6c2716",
3810
                "shasum": ""
3811
            },
3812
            "require": {
3813
                "php": ">=5.3.3"
3814
            },
3815
            "require-dev": {
3816
                "phpunit/phpunit": "~4.4"
3817
            },
3818
            "type": "library",
3819
            "extra": {
3820
                "branch-alias": {
3821
                    "dev-master": "1.3.x-dev"
3822
                }
3823
            },
3824
            "autoload": {
3825
                "classmap": [
3826
                    "src/"
3827
                ]
3828
            },
3829
            "notification-url": "https://packagist.org/downloads/",
3830
            "license": [
3831
                "BSD-3-Clause"
3832
            ],
3833
            "authors": [
3834
                {
3835
                    "name": "Sebastian Bergmann",
3836
                    "email": "[email protected]"
3837
                }
3838
            ],
3839
            "description": "Provides functionality to handle HHVM/PHP environments",
3840
            "homepage": "http://www.github.com/sebastianbergmann/environment",
3841
            "keywords": [
3842
                "Xdebug",
3843
                "environment",
3844
                "hhvm"
3845
            ],
3846
            "time": "2016-05-17 03:18:57"
3847
        },
3848
        {
3849
            "name": "sebastian/exporter",
3850
            "version": "1.2.2",
3851
            "source": {
3852
                "type": "git",
3853
                "url": "https://github.com/sebastianbergmann/exporter.git",
3854
                "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4"
3855
            },
3856
            "dist": {
3857
                "type": "zip",
3858
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4",
3859
                "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4",
3860
                "shasum": ""
3861
            },
3862
            "require": {
3863
                "php": ">=5.3.3",
3864
                "sebastian/recursion-context": "~1.0"
3865
            },
3866
            "require-dev": {
3867
                "ext-mbstring": "*",
3868
                "phpunit/phpunit": "~4.4"
3869
            },
3870
            "type": "library",
3871
            "extra": {
3872
                "branch-alias": {
3873
                    "dev-master": "1.3.x-dev"
3874
                }
3875
            },
3876
            "autoload": {
3877
                "classmap": [
3878
                    "src/"
3879
                ]
3880
            },
3881
            "notification-url": "https://packagist.org/downloads/",
3882
            "license": [
3883
                "BSD-3-Clause"
3884
            ],
3885
            "authors": [
3886
                {
3887
                    "name": "Jeff Welch",
3888
                    "email": "[email protected]"
3889
                },
3890
                {
3891
                    "name": "Volker Dusch",
3892
                    "email": "[email protected]"
3893
                },
3894
                {
3895
                    "name": "Bernhard Schussek",
3896
                    "email": "[email protected]"
3897
                },
3898
                {
3899
                    "name": "Sebastian Bergmann",
3900
                    "email": "[email protected]"
3901
                },
3902
                {
3903
                    "name": "Adam Harvey",
3904
                    "email": "[email protected]"
3905
                }
3906
            ],
3907
            "description": "Provides the functionality to export PHP variables for visualization",
3908
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
3909
            "keywords": [
3910
                "export",
3911
                "exporter"
3912
            ],
3913
            "time": "2016-06-17 09:04:28"
3914
        },
3915
        {
3916
            "name": "sebastian/global-state",
3917
            "version": "1.1.1",
3918
            "source": {
3919
                "type": "git",
3920
                "url": "https://github.com/sebastianbergmann/global-state.git",
3921
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
3922
            },
3923
            "dist": {
3924
                "type": "zip",
3925
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
3926
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
3927
                "shasum": ""
3928
            },
3929
            "require": {
3930
                "php": ">=5.3.3"
3931
            },
3932
            "require-dev": {
3933
                "phpunit/phpunit": "~4.2"
3934
            },
3935
            "suggest": {
3936
                "ext-uopz": "*"
3937
            },
3938
            "type": "library",
3939
            "extra": {
3940
                "branch-alias": {
3941
                    "dev-master": "1.0-dev"
3942
                }
3943
            },
3944
            "autoload": {
3945
                "classmap": [
3946
                    "src/"
3947
                ]
3948
            },
3949
            "notification-url": "https://packagist.org/downloads/",
3950
            "license": [
3951
                "BSD-3-Clause"
3952
            ],
3953
            "authors": [
3954
                {
3955
                    "name": "Sebastian Bergmann",
3956
                    "email": "[email protected]"
3957
                }
3958
            ],
3959
            "description": "Snapshotting of global state",
3960
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
3961
            "keywords": [
3962
                "global state"
3963
            ],
3964
            "time": "2015-10-12 03:26:01"
3965
        },
3966
        {
3967
            "name": "sebastian/recursion-context",
3968
            "version": "1.0.2",
3969
            "source": {
3970
                "type": "git",
3971
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
3972
                "reference": "913401df809e99e4f47b27cdd781f4a258d58791"
3973
            },
3974
            "dist": {
3975
                "type": "zip",
3976
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/913401df809e99e4f47b27cdd781f4a258d58791",
3977
                "reference": "913401df809e99e4f47b27cdd781f4a258d58791",
3978
                "shasum": ""
3979
            },
3980
            "require": {
3981
                "php": ">=5.3.3"
3982
            },
3983
            "require-dev": {
3984
                "phpunit/phpunit": "~4.4"
3985
            },
3986
            "type": "library",
3987
            "extra": {
3988
                "branch-alias": {
3989
                    "dev-master": "1.0.x-dev"
3990
                }
3991
            },
3992
            "autoload": {
3993
                "classmap": [
3994
                    "src/"
3995
                ]
3996
            },
3997
            "notification-url": "https://packagist.org/downloads/",
3998
            "license": [
3999
                "BSD-3-Clause"
4000
            ],
4001
            "authors": [
4002
                {
4003
                    "name": "Jeff Welch",
4004
                    "email": "[email protected]"
4005
                },
4006
                {
4007
                    "name": "Sebastian Bergmann",
4008
                    "email": "[email protected]"
4009
                },
4010
                {
4011
                    "name": "Adam Harvey",
4012
                    "email": "[email protected]"
4013
                }
4014
            ],
4015
            "description": "Provides functionality to recursively process PHP variables",
4016
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
4017
            "time": "2015-11-11 19:50:13"
4018
        },
4019
        {
4020
            "name": "sebastian/version",
4021
            "version": "1.0.6",
4022
            "source": {
4023
                "type": "git",
4024
                "url": "https://github.com/sebastianbergmann/version.git",
4025
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
4026
            },
4027
            "dist": {
4028
                "type": "zip",
4029
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
4030
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
4031
                "shasum": ""
4032
            },
4033
            "type": "library",
4034
            "autoload": {
4035
                "classmap": [
4036
                    "src/"
4037
                ]
4038
            },
4039
            "notification-url": "https://packagist.org/downloads/",
4040
            "license": [
4041
                "BSD-3-Clause"
4042
            ],
4043
            "authors": [
4044
                {
4045
                    "name": "Sebastian Bergmann",
4046
                    "email": "[email protected]",
4047
                    "role": "lead"
4048
                }
4049
            ],
4050
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
4051
            "homepage": "https://github.com/sebastianbergmann/version",
4052
            "time": "2015-06-21 13:59:46"
4053
        },
4054
        {
4055
            "name": "sensiolabs/security-checker",
4056
            "version": "v1.3.4",
4057
            "source": {
4058
                "type": "git",
4059
                "url": "https://github.com/sensiolabs/security-checker.git",
4060
                "reference": "da1f9d19c80eac2b6ae8043bb92b7c7a16d00713"
4061
            },
4062
            "dist": {
4063
                "type": "zip",
4064
                "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/da1f9d19c80eac2b6ae8043bb92b7c7a16d00713",
4065
                "reference": "da1f9d19c80eac2b6ae8043bb92b7c7a16d00713",
4066
                "shasum": ""
4067
            },
4068
            "require": {
4069
                "ext-curl": "*",
4070
                "symfony/console": "~2.0"
4071
            },
4072
            "bin": [
4073
                "security-checker"
4074
            ],
4075
            "type": "library",
4076
            "extra": {
4077
                "branch-alias": {
4078
                    "dev-master": "1.3-dev"
4079
                }
4080
            },
4081
            "autoload": {
4082
                "psr-0": {
4083
                    "SensioLabs\\Security": ""
4084
                }
4085
            },
4086
            "notification-url": "https://packagist.org/downloads/",
4087
            "license": [
4088
                "MIT"
4089
            ],
4090
            "authors": [
4091
                {
4092
                    "name": "Fabien Potencier",
4093
                    "email": "[email protected]"
4094
                }
4095
            ],
4096
            "description": "A security checker for your composer.lock",
4097
            "time": "2014-07-08 18:12:35"
4098
        },
4099
        {
4100
            "name": "webmozart/assert",
4101
            "version": "1.0.2",
4102
            "source": {
4103
                "type": "git",
4104
                "url": "https://github.com/webmozart/assert.git",
4105
                "reference": "30eed06dd6bc88410a4ff7f77b6d22f3ce13dbde"
4106
            },
4107
            "dist": {
4108
                "type": "zip",
4109
                "url": "https://api.github.com/repos/webmozart/assert/zipball/30eed06dd6bc88410a4ff7f77b6d22f3ce13dbde",
4110
                "reference": "30eed06dd6bc88410a4ff7f77b6d22f3ce13dbde",
4111
                "shasum": ""
4112
            },
4113
            "require": {
4114
                "php": ">=5.3.3"
4115
            },
4116
            "require-dev": {
4117
                "phpunit/phpunit": "^4.6"
4118
            },
4119
            "type": "library",
4120
            "extra": {
4121
                "branch-alias": {
4122
                    "dev-master": "1.0-dev"
4123
                }
4124
            },
4125
            "autoload": {
4126
                "psr-4": {
4127
                    "Webmozart\\Assert\\": "src/"
4128
                }
4129
            },
4130
            "notification-url": "https://packagist.org/downloads/",
4131
            "license": [
4132
                "MIT"
4133
            ],
4134
            "authors": [
4135
                {
4136
                    "name": "Bernhard Schussek",
4137
                    "email": "[email protected]"
4138
                }
4139
            ],
4140
            "description": "Assertions to validate method input/output with nice error messages.",
4141
            "keywords": [
4142
                "assert",
4143
                "check",
4144
                "validate"
4145
            ],
4146
            "time": "2015-08-24 13:29:44"
4147
        }
4148
    ],
4149
    "aliases": [],
4150
    "minimum-stability": "stable",
4151
    "stability-flags": {
4152
        "doctrine/doctrine-migrations-bundle": 20,
4153
        "doctrine/migrations": 20,
4154
        "doctrine/doctrine-fixtures-bundle": 20,
4155
        "doctrine/data-fixtures": 20,
4156
        "qafoolabs/profiler": 0,
4157
        "phpbb/website-assets": 20,
4158
        "liuggio/fastest": 20
4159
    },
4160
    "prefer-stable": false,
4161
    "prefer-lowest": false,
4162
    "platform": {
4163
        "php": "5.6.*"
4164
    },
4165
    "platform-dev": []
4166
}
4167