Completed
Push — master ( 5fcadd...29e715 )
by A.
02:53
created

composer.lock (2 issues)

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": "1fdf5d5137e4acc4aa2de546b9164ad6",
8
    "content-hash": "2b52ed28fed18f2a05b517ddfd2dde55",
9
    "packages": [
10
        {
11
            "name": "doctrine/annotations",
12
            "version": "v1.2.7",
13
            "source": {
14
                "type": "git",
15
                "url": "https://github.com/doctrine/annotations.git",
16
                "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535"
17
            },
18
            "dist": {
19
                "type": "zip",
20
                "url": "https://api.github.com/repos/doctrine/annotations/zipball/f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
21
                "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
22
                "shasum": ""
23
            },
24
            "require": {
25
                "doctrine/lexer": "1.*",
26
                "php": ">=5.3.2"
27
            },
28
            "require-dev": {
29
                "doctrine/cache": "1.*",
30
                "phpunit/phpunit": "4.*"
31
            },
32
            "type": "library",
33
            "extra": {
34
                "branch-alias": {
35
                    "dev-master": "1.3.x-dev"
36
                }
37
            },
38
            "autoload": {
39
                "psr-0": {
40
                    "Doctrine\\Common\\Annotations\\": "lib/"
41
                }
42
            },
43
            "notification-url": "https://packagist.org/downloads/",
44
            "license": [
45
                "MIT"
46
            ],
47
            "authors": [
48
                {
49
                    "name": "Roman Borschel",
50
                    "email": "[email protected]"
51
                },
52
                {
53
                    "name": "Benjamin Eberlei",
54
                    "email": "[email protected]"
55
                },
56
                {
57
                    "name": "Guilherme Blanco",
58
                    "email": "[email protected]"
59
                },
60
                {
61
                    "name": "Jonathan Wage",
62
                    "email": "[email protected]"
63
                },
64
                {
65
                    "name": "Johannes Schmitt",
66
                    "email": "[email protected]"
67
                }
68
            ],
69
            "description": "Docblock Annotations Parser",
70
            "homepage": "http://www.doctrine-project.org",
71
            "keywords": [
72
                "annotations",
73
                "docblock",
74
                "parser"
75
            ],
76
            "time": "2015-08-31 12:32:49"
77
        },
78
        {
79
            "name": "doctrine/cache",
80
            "version": "v1.6.0",
81
            "source": {
82
                "type": "git",
83
                "url": "https://github.com/doctrine/cache.git",
84
                "reference": "f8af318d14bdb0eff0336795b428b547bd39ccb6"
85
            },
86
            "dist": {
87
                "type": "zip",
88
                "url": "https://api.github.com/repos/doctrine/cache/zipball/f8af318d14bdb0eff0336795b428b547bd39ccb6",
89
                "reference": "f8af318d14bdb0eff0336795b428b547bd39ccb6",
90
                "shasum": ""
91
            },
92
            "require": {
93
                "php": "~5.5|~7.0"
94
            },
95
            "conflict": {
96
                "doctrine/common": ">2.2,<2.4"
97
            },
98
            "require-dev": {
99
                "phpunit/phpunit": "~4.8|~5.0",
100
                "predis/predis": "~1.0",
101
                "satooshi/php-coveralls": "~0.6"
102
            },
103
            "type": "library",
104
            "extra": {
105
                "branch-alias": {
106
                    "dev-master": "1.6.x-dev"
107
                }
108
            },
109
            "autoload": {
110
                "psr-4": {
111
                    "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
112
                }
113
            },
114
            "notification-url": "https://packagist.org/downloads/",
115
            "license": [
116
                "MIT"
117
            ],
118
            "authors": [
119
                {
120
                    "name": "Roman Borschel",
121
                    "email": "[email protected]"
122
                },
123
                {
124
                    "name": "Benjamin Eberlei",
125
                    "email": "[email protected]"
126
                },
127
                {
128
                    "name": "Guilherme Blanco",
129
                    "email": "[email protected]"
130
                },
131
                {
132
                    "name": "Jonathan Wage",
133
                    "email": "[email protected]"
134
                },
135
                {
136
                    "name": "Johannes Schmitt",
137
                    "email": "[email protected]"
138
                }
139
            ],
140
            "description": "Caching library offering an object-oriented API for many cache backends",
141
            "homepage": "http://www.doctrine-project.org",
142
            "keywords": [
143
                "cache",
144
                "caching"
145
            ],
146
            "time": "2015-12-31 16:37:02"
147
        },
148
        {
149
            "name": "doctrine/collections",
150
            "version": "v1.3.0",
151
            "source": {
152
                "type": "git",
153
                "url": "https://github.com/doctrine/collections.git",
154
                "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a"
155
            },
156
            "dist": {
157
                "type": "zip",
158
                "url": "https://api.github.com/repos/doctrine/collections/zipball/6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
159
                "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
160
                "shasum": ""
161
            },
162
            "require": {
163
                "php": ">=5.3.2"
164
            },
165
            "require-dev": {
166
                "phpunit/phpunit": "~4.0"
167
            },
168
            "type": "library",
169
            "extra": {
170
                "branch-alias": {
171
                    "dev-master": "1.2.x-dev"
172
                }
173
            },
174
            "autoload": {
175
                "psr-0": {
176
                    "Doctrine\\Common\\Collections\\": "lib/"
177
                }
178
            },
179
            "notification-url": "https://packagist.org/downloads/",
180
            "license": [
181
                "MIT"
182
            ],
183
            "authors": [
184
                {
185
                    "name": "Roman Borschel",
186
                    "email": "[email protected]"
187
                },
188
                {
189
                    "name": "Benjamin Eberlei",
190
                    "email": "[email protected]"
191
                },
192
                {
193
                    "name": "Guilherme Blanco",
194
                    "email": "[email protected]"
195
                },
196
                {
197
                    "name": "Jonathan Wage",
198
                    "email": "[email protected]"
199
                },
200
                {
201
                    "name": "Johannes Schmitt",
202
                    "email": "[email protected]"
203
                }
204
            ],
205
            "description": "Collections Abstraction library",
206
            "homepage": "http://www.doctrine-project.org",
207
            "keywords": [
208
                "array",
209
                "collections",
210
                "iterator"
211
            ],
212
            "time": "2015-04-14 22:21:58"
213
        },
214
        {
215
            "name": "doctrine/common",
216
            "version": "v2.6.1",
217
            "source": {
218
                "type": "git",
219
                "url": "https://github.com/doctrine/common.git",
220
                "reference": "a579557bc689580c19fee4e27487a67fe60defc0"
221
            },
222
            "dist": {
223
                "type": "zip",
224
                "url": "https://api.github.com/repos/doctrine/common/zipball/a579557bc689580c19fee4e27487a67fe60defc0",
225
                "reference": "a579557bc689580c19fee4e27487a67fe60defc0",
226
                "shasum": ""
227
            },
228
            "require": {
229
                "doctrine/annotations": "1.*",
230
                "doctrine/cache": "1.*",
231
                "doctrine/collections": "1.*",
232
                "doctrine/inflector": "1.*",
233
                "doctrine/lexer": "1.*",
234
                "php": "~5.5|~7.0"
235
            },
236
            "require-dev": {
237
                "phpunit/phpunit": "~4.8|~5.0"
238
            },
239
            "type": "library",
240
            "extra": {
241
                "branch-alias": {
242
                    "dev-master": "2.7.x-dev"
243
                }
244
            },
245
            "autoload": {
246
                "psr-4": {
247
                    "Doctrine\\Common\\": "lib/Doctrine/Common"
248
                }
249
            },
250
            "notification-url": "https://packagist.org/downloads/",
251
            "license": [
252
                "MIT"
253
            ],
254
            "authors": [
255
                {
256
                    "name": "Roman Borschel",
257
                    "email": "[email protected]"
258
                },
259
                {
260
                    "name": "Benjamin Eberlei",
261
                    "email": "[email protected]"
262
                },
263
                {
264
                    "name": "Guilherme Blanco",
265
                    "email": "[email protected]"
266
                },
267
                {
268
                    "name": "Jonathan Wage",
269
                    "email": "[email protected]"
270
                },
271
                {
272
                    "name": "Johannes Schmitt",
273
                    "email": "[email protected]"
274
                }
275
            ],
276
            "description": "Common Library for Doctrine projects",
277
            "homepage": "http://www.doctrine-project.org",
278
            "keywords": [
279
                "annotations",
280
                "collections",
281
                "eventmanager",
282
                "persistence",
283
                "spl"
284
            ],
285
            "time": "2015-12-25 13:18:31"
286
        },
287
        {
288
            "name": "doctrine/dbal",
289
            "version": "v2.5.4",
290
            "source": {
291
                "type": "git",
292
                "url": "https://github.com/doctrine/dbal.git",
293
                "reference": "abbdfd1cff43a7b99d027af3be709bc8fc7d4769"
294
            },
295
            "dist": {
296
                "type": "zip",
297
                "url": "https://api.github.com/repos/doctrine/dbal/zipball/abbdfd1cff43a7b99d027af3be709bc8fc7d4769",
298
                "reference": "abbdfd1cff43a7b99d027af3be709bc8fc7d4769",
299
                "shasum": ""
300
            },
301
            "require": {
302
                "doctrine/common": ">=2.4,<2.7-dev",
303
                "php": ">=5.3.2"
304
            },
305
            "require-dev": {
306
                "phpunit/phpunit": "4.*",
307
                "symfony/console": "2.*"
308
            },
309
            "suggest": {
310
                "symfony/console": "For helpful console commands such as SQL execution and import of files."
311
            },
312
            "bin": [
313
                "bin/doctrine-dbal"
314
            ],
315
            "type": "library",
316
            "extra": {
317
                "branch-alias": {
318
                    "dev-master": "2.5.x-dev"
319
                }
320
            },
321
            "autoload": {
322
                "psr-0": {
323
                    "Doctrine\\DBAL\\": "lib/"
324
                }
325
            },
326
            "notification-url": "https://packagist.org/downloads/",
327
            "license": [
328
                "MIT"
329
            ],
330
            "authors": [
331
                {
332
                    "name": "Roman Borschel",
333
                    "email": "[email protected]"
334
                },
335
                {
336
                    "name": "Benjamin Eberlei",
337
                    "email": "[email protected]"
338
                },
339
                {
340
                    "name": "Guilherme Blanco",
341
                    "email": "[email protected]"
342
                },
343
                {
344
                    "name": "Jonathan Wage",
345
                    "email": "[email protected]"
346
                }
347
            ],
348
            "description": "Database Abstraction Layer",
349
            "homepage": "http://www.doctrine-project.org",
350
            "keywords": [
351
                "database",
352
                "dbal",
353
                "persistence",
354
                "queryobject"
355
            ],
356
            "time": "2016-01-05 22:11:12"
357
        },
358
        {
359
            "name": "doctrine/doctrine-bundle",
360
            "version": "1.6.3",
361
            "source": {
362
                "type": "git",
363
                "url": "https://github.com/doctrine/DoctrineBundle.git",
364
                "reference": "fd51907c6c76acaa8a5234822a4f901c1500afc1"
365
            },
366
            "dist": {
367
                "type": "zip",
368
                "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/fd51907c6c76acaa8a5234822a4f901c1500afc1",
369
                "reference": "fd51907c6c76acaa8a5234822a4f901c1500afc1",
370
                "shasum": ""
371
            },
372
            "require": {
373
                "doctrine/dbal": "~2.3",
374
                "doctrine/doctrine-cache-bundle": "~1.0",
375
                "jdorn/sql-formatter": "~1.1",
376
                "php": ">=5.3.2",
377
                "symfony/console": "~2.3|~3.0",
378
                "symfony/doctrine-bridge": "~2.2|~3.0",
379
                "symfony/framework-bundle": "~2.3|~3.0"
380
            },
381
            "require-dev": {
382
                "doctrine/orm": "~2.3",
383
                "phpunit/phpunit": "~4",
384
                "satooshi/php-coveralls": "~0.6.1",
385
                "symfony/phpunit-bridge": "~2.7|~3.0",
386
                "symfony/property-info": "~2.8|~3.0",
387
                "symfony/validator": "~2.2|~3.0",
388
                "symfony/yaml": "~2.2|~3.0",
389
                "twig/twig": "~1.10"
390
            },
391
            "suggest": {
392
                "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.",
393
                "symfony/web-profiler-bundle": "To use the data collector."
394
            },
395
            "type": "symfony-bundle",
396
            "extra": {
397
                "branch-alias": {
398
                    "dev-master": "1.6.x-dev"
399
                }
400
            },
401
            "autoload": {
402
                "psr-4": {
403
                    "Doctrine\\Bundle\\DoctrineBundle\\": ""
404
                }
405
            },
406
            "notification-url": "https://packagist.org/downloads/",
407
            "license": [
408
                "MIT"
409
            ],
410
            "authors": [
411
                {
412
                    "name": "Symfony Community",
413
                    "homepage": "http://symfony.com/contributors"
414
                },
415
                {
416
                    "name": "Benjamin Eberlei",
417
                    "email": "[email protected]"
418
                },
419
                {
420
                    "name": "Doctrine Project",
421
                    "homepage": "http://www.doctrine-project.org/"
422
                },
423
                {
424
                    "name": "Fabien Potencier",
425
                    "email": "[email protected]"
426
                }
427
            ],
428
            "description": "Symfony DoctrineBundle",
429
            "homepage": "http://www.doctrine-project.org",
430
            "keywords": [
431
                "database",
432
                "dbal",
433
                "orm",
434
                "persistence"
435
            ],
436
            "time": "2016-04-21 19:55:56"
437
        },
438
        {
439
            "name": "doctrine/doctrine-cache-bundle",
440
            "version": "1.3.0",
441
            "source": {
442
                "type": "git",
443
                "url": "https://github.com/doctrine/DoctrineCacheBundle.git",
444
                "reference": "18c600a9b82f6454d2e81ca4957cdd56a1cf3504"
445
            },
446
            "dist": {
447
                "type": "zip",
448
                "url": "https://api.github.com/repos/doctrine/DoctrineCacheBundle/zipball/18c600a9b82f6454d2e81ca4957cdd56a1cf3504",
449
                "reference": "18c600a9b82f6454d2e81ca4957cdd56a1cf3504",
450
                "shasum": ""
451
            },
452
            "require": {
453
                "doctrine/cache": "^1.4.2",
454
                "doctrine/inflector": "~1.0",
455
                "php": ">=5.3.2",
456
                "symfony/doctrine-bridge": "~2.2|~3.0"
457
            },
458
            "require-dev": {
459
                "instaclick/coding-standard": "~1.1",
460
                "instaclick/object-calisthenics-sniffs": "dev-master",
461
                "instaclick/symfony2-coding-standard": "dev-remaster",
462
                "phpunit/phpunit": "~4",
463
                "predis/predis": "~0.8",
464
                "satooshi/php-coveralls": "~0.6.1",
465
                "squizlabs/php_codesniffer": "~1.5",
466
                "symfony/console": "~2.2|~3.0",
467
                "symfony/finder": "~2.2|~3.0",
468
                "symfony/framework-bundle": "~2.2|~3.0",
469
                "symfony/phpunit-bridge": "~2.7|~3.0",
470
                "symfony/security-acl": "~2.3|~3.0",
471
                "symfony/validator": "~2.2|~3.0",
472
                "symfony/yaml": "~2.2|~3.0"
473
            },
474
            "suggest": {
475
                "symfony/security-acl": "For using this bundle to cache ACLs"
476
            },
477
            "type": "symfony-bundle",
478
            "extra": {
479
                "branch-alias": {
480
                    "dev-master": "1.2.x-dev"
481
                }
482
            },
483
            "autoload": {
484
                "psr-4": {
485
                    "Doctrine\\Bundle\\DoctrineCacheBundle\\": ""
486
                }
487
            },
488
            "notification-url": "https://packagist.org/downloads/",
489
            "license": [
490
                "MIT"
491
            ],
492
            "authors": [
493
                {
494
                    "name": "Symfony Community",
495
                    "homepage": "http://symfony.com/contributors"
496
                },
497
                {
498
                    "name": "Benjamin Eberlei",
499
                    "email": "[email protected]"
500
                },
501
                {
502
                    "name": "Fabio B. Silva",
503
                    "email": "[email protected]"
504
                },
505
                {
506
                    "name": "Guilherme Blanco",
507
                    "email": "[email protected]"
508
                },
509
                {
510
                    "name": "Doctrine Project",
511
                    "homepage": "http://www.doctrine-project.org/"
512
                },
513
                {
514
                    "name": "Fabien Potencier",
515
                    "email": "[email protected]"
516
                }
517
            ],
518
            "description": "Symfony Bundle for Doctrine Cache",
519
            "homepage": "http://www.doctrine-project.org",
520
            "keywords": [
521
                "cache",
522
                "caching"
523
            ],
524
            "time": "2016-01-26 17:28:51"
525
        },
526
        {
527
            "name": "doctrine/doctrine-migrations-bundle",
528
            "version": "1.0.1",
529
            "target-dir": "Doctrine/Bundle/MigrationsBundle",
530
            "source": {
531
                "type": "git",
532
                "url": "https://github.com/doctrine/DoctrineMigrationsBundle.git",
533
                "reference": "1e8cd4415bd2f893eb828216b529a75e8b61d579"
534
            },
535
            "dist": {
536
                "type": "zip",
537
                "url": "https://api.github.com/repos/doctrine/DoctrineMigrationsBundle/zipball/1e8cd4415bd2f893eb828216b529a75e8b61d579",
538
                "reference": "1e8cd4415bd2f893eb828216b529a75e8b61d579",
539
                "shasum": ""
540
            },
541
            "require": {
542
                "doctrine/doctrine-bundle": "~1.0",
543
                "doctrine/migrations": "~1.0@dev",
544
                "php": ">=5.3.2",
545
                "symfony/framework-bundle": "~2.3|~3.0"
546
            },
547
            "type": "symfony-bundle",
548
            "extra": {
549
                "branch-alias": {
550
                    "dev-master": "2.1.x-dev"
551
                }
552
            },
553
            "autoload": {
554
                "psr-0": {
555
                    "Doctrine\\Bundle\\MigrationsBundle": ""
556
                }
557
            },
558
            "notification-url": "https://packagist.org/downloads/",
559
            "license": [
560
                "MIT"
561
            ],
562
            "authors": [
563
                {
564
                    "name": "Symfony Community",
565
                    "homepage": "http://symfony.com/contributors"
566
                },
567
                {
568
                    "name": "Doctrine Project",
569
                    "homepage": "http://www.doctrine-project.org"
570
                },
571
                {
572
                    "name": "Fabien Potencier",
573
                    "email": "[email protected]"
574
                }
575
            ],
576
            "description": "Symfony DoctrineMigrationsBundle",
577
            "homepage": "http://www.doctrine-project.org",
578
            "keywords": [
579
                "dbal",
580
                "migrations",
581
                "schema"
582
            ],
583
            "time": "2015-05-06 08:32:15"
584
        },
585
        {
586
            "name": "doctrine/inflector",
587
            "version": "v1.1.0",
588
            "source": {
589
                "type": "git",
590
                "url": "https://github.com/doctrine/inflector.git",
591
                "reference": "90b2128806bfde671b6952ab8bea493942c1fdae"
592
            },
593
            "dist": {
594
                "type": "zip",
595
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae",
596
                "reference": "90b2128806bfde671b6952ab8bea493942c1fdae",
597
                "shasum": ""
598
            },
599
            "require": {
600
                "php": ">=5.3.2"
601
            },
602
            "require-dev": {
603
                "phpunit/phpunit": "4.*"
604
            },
605
            "type": "library",
606
            "extra": {
607
                "branch-alias": {
608
                    "dev-master": "1.1.x-dev"
609
                }
610
            },
611
            "autoload": {
612
                "psr-0": {
613
                    "Doctrine\\Common\\Inflector\\": "lib/"
614
                }
615
            },
616
            "notification-url": "https://packagist.org/downloads/",
617
            "license": [
618
                "MIT"
619
            ],
620
            "authors": [
621
                {
622
                    "name": "Roman Borschel",
623
                    "email": "[email protected]"
624
                },
625
                {
626
                    "name": "Benjamin Eberlei",
627
                    "email": "[email protected]"
628
                },
629
                {
630
                    "name": "Guilherme Blanco",
631
                    "email": "[email protected]"
632
                },
633
                {
634
                    "name": "Jonathan Wage",
635
                    "email": "[email protected]"
636
                },
637
                {
638
                    "name": "Johannes Schmitt",
639
                    "email": "[email protected]"
640
                }
641
            ],
642
            "description": "Common String Manipulations with regard to casing and singular/plural rules.",
643
            "homepage": "http://www.doctrine-project.org",
644
            "keywords": [
645
                "inflection",
646
                "pluralize",
647
                "singularize",
648
                "string"
649
            ],
650
            "time": "2015-11-06 14:35:42"
651
        },
652
        {
653
            "name": "doctrine/instantiator",
654
            "version": "1.0.5",
655
            "source": {
656
                "type": "git",
657
                "url": "https://github.com/doctrine/instantiator.git",
658
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
659
            },
660
            "dist": {
661
                "type": "zip",
662
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
663
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
664
                "shasum": ""
665
            },
666
            "require": {
667
                "php": ">=5.3,<8.0-DEV"
668
            },
669
            "require-dev": {
670
                "athletic/athletic": "~0.1.8",
671
                "ext-pdo": "*",
672
                "ext-phar": "*",
673
                "phpunit/phpunit": "~4.0",
674
                "squizlabs/php_codesniffer": "~2.0"
675
            },
676
            "type": "library",
677
            "extra": {
678
                "branch-alias": {
679
                    "dev-master": "1.0.x-dev"
680
                }
681
            },
682
            "autoload": {
683
                "psr-4": {
684
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
685
                }
686
            },
687
            "notification-url": "https://packagist.org/downloads/",
688
            "license": [
689
                "MIT"
690
            ],
691
            "authors": [
692
                {
693
                    "name": "Marco Pivetta",
694
                    "email": "[email protected]",
695
                    "homepage": "http://ocramius.github.com/"
696
                }
697
            ],
698
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
699
            "homepage": "https://github.com/doctrine/instantiator",
700
            "keywords": [
701
                "constructor",
702
                "instantiate"
703
            ],
704
            "time": "2015-06-14 21:17:01"
705
        },
706
        {
707
            "name": "doctrine/lexer",
708
            "version": "v1.0.1",
709
            "source": {
710
                "type": "git",
711
                "url": "https://github.com/doctrine/lexer.git",
712
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
713
            },
714
            "dist": {
715
                "type": "zip",
716
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
717
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
718
                "shasum": ""
719
            },
720
            "require": {
721
                "php": ">=5.3.2"
722
            },
723
            "type": "library",
724
            "extra": {
725
                "branch-alias": {
726
                    "dev-master": "1.0.x-dev"
727
                }
728
            },
729
            "autoload": {
730
                "psr-0": {
731
                    "Doctrine\\Common\\Lexer\\": "lib/"
732
                }
733
            },
734
            "notification-url": "https://packagist.org/downloads/",
735
            "license": [
736
                "MIT"
737
            ],
738
            "authors": [
739
                {
740
                    "name": "Roman Borschel",
741
                    "email": "[email protected]"
742
                },
743
                {
744
                    "name": "Guilherme Blanco",
745
                    "email": "[email protected]"
746
                },
747
                {
748
                    "name": "Johannes Schmitt",
749
                    "email": "[email protected]"
750
                }
751
            ],
752
            "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
753
            "homepage": "http://www.doctrine-project.org",
754
            "keywords": [
755
                "lexer",
756
                "parser"
757
            ],
758
            "time": "2014-09-09 13:34:57"
759
        },
760
        {
761
            "name": "doctrine/migrations",
762
            "version": "1.4.1",
763
            "source": {
764
                "type": "git",
765
                "url": "https://github.com/doctrine/migrations.git",
766
                "reference": "0d0ff5da10c5d30846da32060bd9e357abf70a05"
767
            },
768
            "dist": {
769
                "type": "zip",
770
                "url": "https://api.github.com/repos/doctrine/migrations/zipball/0d0ff5da10c5d30846da32060bd9e357abf70a05",
771
                "reference": "0d0ff5da10c5d30846da32060bd9e357abf70a05",
772
                "shasum": ""
773
            },
774
            "require": {
775
                "doctrine/dbal": "~2.2",
776
                "ocramius/proxy-manager": "^1.0|^2.0",
777
                "php": "^5.5|^7.0",
778
                "symfony/console": "~2.3|~3.0",
779
                "symfony/yaml": "~2.3|~3.0"
780
            },
781
            "require-dev": {
782
                "doctrine/coding-standard": "dev-master",
783
                "doctrine/orm": "2.*",
784
                "jdorn/sql-formatter": "~1.1",
785
                "johnkary/phpunit-speedtrap": "~1.0@dev",
786
                "mockery/mockery": "^0.9.4",
787
                "phpunit/phpunit": "~4.7",
788
                "satooshi/php-coveralls": "0.6.*"
789
            },
790
            "suggest": {
791
                "jdorn/sql-formatter": "Allows to generate formatted SQL with the diff command."
792
            },
793
            "bin": [
794
                "bin/doctrine-migrations"
795
            ],
796
            "type": "library",
797
            "extra": {
798
                "branch-alias": {
799
                    "dev-master": "v1.5.x-dev"
800
                }
801
            },
802
            "autoload": {
803
                "psr-4": {
804
                    "Doctrine\\DBAL\\Migrations\\": "lib/Doctrine/DBAL/Migrations"
805
                }
806
            },
807
            "notification-url": "https://packagist.org/downloads/",
808
            "license": [
809
                "LGPL-2.1"
810
            ],
811
            "authors": [
812
                {
813
                    "name": "Benjamin Eberlei",
814
                    "email": "[email protected]"
815
                },
816
                {
817
                    "name": "Jonathan Wage",
818
                    "email": "[email protected]"
819
                },
820
                {
821
                    "name": "Michael Simonson",
822
                    "email": "[email protected]"
823
                }
824
            ],
825
            "description": "Database Schema migrations using Doctrine DBAL",
826
            "homepage": "http://www.doctrine-project.org",
827
            "keywords": [
828
                "database",
829
                "migrations"
830
            ],
831
            "time": "2016-03-14 12:29:11"
832
        },
833
        {
834
            "name": "doctrine/orm",
835
            "version": "v2.5.4",
836
            "source": {
837
                "type": "git",
838
                "url": "https://github.com/doctrine/doctrine2.git",
839
                "reference": "bc4ddbfb0114cb33438cc811c9a740d8aa304aab"
840
            },
841
            "dist": {
842
                "type": "zip",
843
                "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/bc4ddbfb0114cb33438cc811c9a740d8aa304aab",
844
                "reference": "bc4ddbfb0114cb33438cc811c9a740d8aa304aab",
845
                "shasum": ""
846
            },
847
            "require": {
848
                "doctrine/cache": "~1.4",
849
                "doctrine/collections": "~1.2",
850
                "doctrine/common": ">=2.5-dev,<2.7-dev",
851
                "doctrine/dbal": ">=2.5-dev,<2.6-dev",
852
                "doctrine/instantiator": "~1.0.1",
853
                "ext-pdo": "*",
854
                "php": ">=5.4",
855
                "symfony/console": "~2.5|~3.0"
856
            },
857
            "require-dev": {
858
                "phpunit/phpunit": "~4.0",
859
                "symfony/yaml": "~2.3|~3.0"
860
            },
861
            "suggest": {
862
                "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
863
            },
864
            "bin": [
865
                "bin/doctrine",
866
                "bin/doctrine.php"
867
            ],
868
            "type": "library",
869
            "extra": {
870
                "branch-alias": {
871
                    "dev-master": "2.6.x-dev"
872
                }
873
            },
874
            "autoload": {
875
                "psr-0": {
876
                    "Doctrine\\ORM\\": "lib/"
877
                }
878
            },
879
            "notification-url": "https://packagist.org/downloads/",
880
            "license": [
881
                "MIT"
882
            ],
883
            "authors": [
884
                {
885
                    "name": "Roman Borschel",
886
                    "email": "[email protected]"
887
                },
888
                {
889
                    "name": "Benjamin Eberlei",
890
                    "email": "[email protected]"
891
                },
892
                {
893
                    "name": "Guilherme Blanco",
894
                    "email": "[email protected]"
895
                },
896
                {
897
                    "name": "Jonathan Wage",
898
                    "email": "[email protected]"
899
                }
900
            ],
901
            "description": "Object-Relational-Mapper for PHP",
902
            "homepage": "http://www.doctrine-project.org",
903
            "keywords": [
904
                "database",
905
                "orm"
906
            ],
907
            "time": "2016-01-05 21:34:58"
908
        },
909
        {
910
            "name": "fortawesome/font-awesome",
911
            "version": "v4.2.0",
912
            "source": {
913
                "type": "git",
914
                "url": "https://github.com/FortAwesome/Font-Awesome.git",
915
                "reference": "a65bd93d81e9e6bd5ebfa41757a4474960b973b4"
916
            },
917
            "dist": {
918
                "type": "zip",
919
                "url": "https://api.github.com/repos/FortAwesome/Font-Awesome/zipball/a65bd93d81e9e6bd5ebfa41757a4474960b973b4",
920
                "reference": "a65bd93d81e9e6bd5ebfa41757a4474960b973b4",
921
                "shasum": ""
922
            },
923
            "require-dev": {
924
                "jekyll": "1.0.2",
925
                "lessc": "1.4.2"
926
            },
927
            "type": "library",
928
            "extra": {
929
                "branch-alias": {
930
                    "dev-master": "4.0.x-dev"
931
                }
932
            },
933
            "notification-url": "https://packagist.org/downloads/",
934
            "license": [
935
                "OFL-1.1",
936
                "MIT"
937
            ],
938
            "authors": [
939
                {
940
                    "name": "Dave Gandy",
941
                    "email": "[email protected]",
942
                    "homepage": "http://twitter.com/davegandy",
943
                    "role": "Developer"
944
                }
945
            ],
946
            "description": "The iconic font and CSS framework",
947
            "homepage": "http://fontawesome.io/",
948
            "keywords": [
949
                "FontAwesome",
950
                "awesome",
951
                "bootstrap",
952
                "font",
953
                "icon"
954
            ],
955
            "time": "2014-08-26 16:36:44"
956
        },
957
        {
958
            "name": "graylog2/gelf-php",
959
            "version": "1.5.0",
960
            "source": {
961
                "type": "git",
962
                "url": "https://github.com/bzikarsky/gelf-php.git",
963
                "reference": "bc1175a5b40f585e69a017647286d84211e82544"
964
            },
965
            "dist": {
966
                "type": "zip",
967
                "url": "https://api.github.com/repos/bzikarsky/gelf-php/zipball/bc1175a5b40f585e69a017647286d84211e82544",
968
                "reference": "bc1175a5b40f585e69a017647286d84211e82544",
969
                "shasum": ""
970
            },
971
            "require": {
972
                "php": ">=5.3.9",
973
                "psr/log": "~1.0"
974
            },
975
            "provide": {
976
                "psr/log-implementation": "~1.0"
977
            },
978
            "require-dev": {
979
                "phpunit/phpunit": "~4.3",
980
                "squizlabs/php_codesniffer": "~2.0"
981
            },
982
            "type": "library",
983
            "extra": {
984
                "branch-alias": {
985
                    "dev-master": "1.4.x-dev"
986
                }
987
            },
988
            "autoload": {
989
                "psr-4": {
990
                    "Gelf\\": "src/Gelf"
991
                }
992
            },
993
            "notification-url": "https://packagist.org/downloads/",
994
            "license": [
995
                "MIT"
996
            ],
997
            "authors": [
998
                {
999
                    "name": "Benjamin Zikarsky",
1000
                    "email": "[email protected]"
1001
                },
1002
                {
1003
                    "name": "gelf-php contributors",
1004
                    "homepage": "https://github.com/bzikarsky/gelf-php/contributors"
1005
                }
1006
            ],
1007
            "description": "A php implementation to send log-messages to a GELF compatible backend like Graylog2.",
1008
            "time": "2016-06-02 06:04:56"
1009
        },
1010
        {
1011
            "name": "guzzlehttp/guzzle",
0 ignored issues
show
There is a security advisory for your installed version of guzzlehttp/guzzle:

HTTP Proxy header vulnerability
Loading history...
1012
            "version": "4.2.3",
1013
            "source": {
1014
                "type": "git",
1015
                "url": "https://github.com/guzzle/guzzle.git",
1016
                "reference": "66fd916e9f9130bc22c51450476823391cb2f67c"
1017
            },
1018
            "dist": {
1019
                "type": "zip",
1020
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/66fd916e9f9130bc22c51450476823391cb2f67c",
1021
                "reference": "66fd916e9f9130bc22c51450476823391cb2f67c",
1022
                "shasum": ""
1023
            },
1024
            "require": {
1025
                "ext-json": "*",
1026
                "guzzlehttp/streams": "~2.1",
1027
                "php": ">=5.4.0"
1028
            },
1029
            "require-dev": {
1030
                "ext-curl": "*",
1031
                "phpunit/phpunit": "~4.0",
1032
                "psr/log": "~1.0"
1033
            },
1034
            "suggest": {
1035
                "ext-curl": "Guzzle will use specific adapters if cURL is present"
1036
            },
1037
            "type": "library",
1038
            "extra": {
1039
                "branch-alias": {
1040
                    "dev-master": "4.2-dev"
1041
                }
1042
            },
1043
            "autoload": {
1044
                "psr-4": {
1045
                    "GuzzleHttp\\": "src/"
1046
                },
1047
                "files": [
1048
                    "src/functions.php"
1049
                ]
1050
            },
1051
            "notification-url": "https://packagist.org/downloads/",
1052
            "license": [
1053
                "MIT"
1054
            ],
1055
            "authors": [
1056
                {
1057
                    "name": "Michael Dowling",
1058
                    "email": "[email protected]",
1059
                    "homepage": "https://github.com/mtdowling"
1060
                }
1061
            ],
1062
            "description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients",
1063
            "homepage": "http://guzzlephp.org/",
1064
            "keywords": [
1065
                "client",
1066
                "curl",
1067
                "framework",
1068
                "http",
1069
                "http client",
1070
                "rest",
1071
                "web service"
1072
            ],
1073
            "time": "2014-10-05 19:29:14"
1074
        },
1075
        {
1076
            "name": "guzzlehttp/streams",
1077
            "version": "2.1.0",
1078
            "source": {
1079
                "type": "git",
1080
                "url": "https://github.com/guzzle/streams.git",
1081
                "reference": "f91b721d73f0e561410903b3b3c90a5d0e40b534"
1082
            },
1083
            "dist": {
1084
                "type": "zip",
1085
                "url": "https://api.github.com/repos/guzzle/streams/zipball/f91b721d73f0e561410903b3b3c90a5d0e40b534",
1086
                "reference": "f91b721d73f0e561410903b3b3c90a5d0e40b534",
1087
                "shasum": ""
1088
            },
1089
            "require": {
1090
                "php": ">=5.4.0"
1091
            },
1092
            "require-dev": {
1093
                "phpunit/phpunit": "~4.0"
1094
            },
1095
            "type": "library",
1096
            "extra": {
1097
                "branch-alias": {
1098
                    "dev-master": "2.0-dev"
1099
                }
1100
            },
1101
            "autoload": {
1102
                "psr-4": {
1103
                    "GuzzleHttp\\Stream\\": "src/"
1104
                },
1105
                "files": [
1106
                    "src/functions.php"
1107
                ]
1108
            },
1109
            "notification-url": "https://packagist.org/downloads/",
1110
            "license": [
1111
                "MIT"
1112
            ],
1113
            "authors": [
1114
                {
1115
                    "name": "Michael Dowling",
1116
                    "email": "[email protected]",
1117
                    "homepage": "https://github.com/mtdowling"
1118
                }
1119
            ],
1120
            "description": "Provides a simple abstraction over streams of data (Guzzle 4+)",
1121
            "homepage": "http://guzzlephp.org/",
1122
            "keywords": [
1123
                "Guzzle",
1124
                "stream"
1125
            ],
1126
            "time": "2014-08-17 21:15:53"
1127
        },
1128
        {
1129
            "name": "hamcrest/hamcrest-php",
1130
            "version": "v1.2.2",
1131
            "source": {
1132
                "type": "git",
1133
                "url": "https://github.com/hamcrest/hamcrest-php.git",
1134
                "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c"
1135
            },
1136
            "dist": {
1137
                "type": "zip",
1138
                "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/b37020aa976fa52d3de9aa904aa2522dc518f79c",
1139
                "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c",
1140
                "shasum": ""
1141
            },
1142
            "require": {
1143
                "php": ">=5.3.2"
1144
            },
1145
            "replace": {
1146
                "cordoval/hamcrest-php": "*",
1147
                "davedevelopment/hamcrest-php": "*",
1148
                "kodova/hamcrest-php": "*"
1149
            },
1150
            "require-dev": {
1151
                "phpunit/php-file-iterator": "1.3.3",
1152
                "satooshi/php-coveralls": "dev-master"
1153
            },
1154
            "type": "library",
1155
            "autoload": {
1156
                "classmap": [
1157
                    "hamcrest"
1158
                ],
1159
                "files": [
1160
                    "hamcrest/Hamcrest.php"
1161
                ]
1162
            },
1163
            "notification-url": "https://packagist.org/downloads/",
1164
            "license": [
1165
                "BSD"
1166
            ],
1167
            "description": "This is the PHP port of Hamcrest Matchers",
1168
            "keywords": [
1169
                "test"
1170
            ],
1171
            "time": "2015-05-11 14:41:42"
1172
        },
1173
        {
1174
            "name": "incenteev/composer-parameter-handler",
1175
            "version": "v2.1.2",
1176
            "source": {
1177
                "type": "git",
1178
                "url": "https://github.com/Incenteev/ParameterHandler.git",
1179
                "reference": "d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc"
1180
            },
1181
            "dist": {
1182
                "type": "zip",
1183
                "url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc",
1184
                "reference": "d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc",
1185
                "shasum": ""
1186
            },
1187
            "require": {
1188
                "php": ">=5.3.3",
1189
                "symfony/yaml": "~2.3|~3.0"
1190
            },
1191
            "require-dev": {
1192
                "composer/composer": "1.0.*@dev",
1193
                "phpspec/prophecy-phpunit": "~1.0",
1194
                "symfony/filesystem": "~2.2"
1195
            },
1196
            "type": "library",
1197
            "extra": {
1198
                "branch-alias": {
1199
                    "dev-master": "2.1.x-dev"
1200
                }
1201
            },
1202
            "autoload": {
1203
                "psr-4": {
1204
                    "Incenteev\\ParameterHandler\\": ""
1205
                }
1206
            },
1207
            "notification-url": "https://packagist.org/downloads/",
1208
            "license": [
1209
                "MIT"
1210
            ],
1211
            "authors": [
1212
                {
1213
                    "name": "Christophe Coevoet",
1214
                    "email": "[email protected]"
1215
                }
1216
            ],
1217
            "description": "Composer script handling your ignored parameter file",
1218
            "homepage": "https://github.com/Incenteev/ParameterHandler",
1219
            "keywords": [
1220
                "parameters management"
1221
            ],
1222
            "time": "2015-11-10 17:04:01"
1223
        },
1224
        {
1225
            "name": "jdorn/sql-formatter",
1226
            "version": "v1.2.17",
1227
            "source": {
1228
                "type": "git",
1229
                "url": "https://github.com/jdorn/sql-formatter.git",
1230
                "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc"
1231
            },
1232
            "dist": {
1233
                "type": "zip",
1234
                "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc",
1235
                "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc",
1236
                "shasum": ""
1237
            },
1238
            "require": {
1239
                "php": ">=5.2.4"
1240
            },
1241
            "require-dev": {
1242
                "phpunit/phpunit": "3.7.*"
1243
            },
1244
            "type": "library",
1245
            "extra": {
1246
                "branch-alias": {
1247
                    "dev-master": "1.3.x-dev"
1248
                }
1249
            },
1250
            "autoload": {
1251
                "classmap": [
1252
                    "lib"
1253
                ]
1254
            },
1255
            "notification-url": "https://packagist.org/downloads/",
1256
            "license": [
1257
                "MIT"
1258
            ],
1259
            "authors": [
1260
                {
1261
                    "name": "Jeremy Dorn",
1262
                    "email": "[email protected]",
1263
                    "homepage": "http://jeremydorn.com/"
1264
                }
1265
            ],
1266
            "description": "a PHP SQL highlighting library",
1267
            "homepage": "https://github.com/jdorn/sql-formatter/",
1268
            "keywords": [
1269
                "highlight",
1270
                "sql"
1271
            ],
1272
            "time": "2014-01-12 16:20:24"
1273
        },
1274
        {
1275
            "name": "jms/aop-bundle",
1276
            "version": "1.1.0",
1277
            "target-dir": "JMS/AopBundle",
1278
            "source": {
1279
                "type": "git",
1280
                "url": "https://github.com/schmittjoh/JMSAopBundle.git",
1281
                "reference": "66287749c020b4c667c0ff4937b07e66c04bbe71"
1282
            },
1283
            "dist": {
1284
                "type": "zip",
1285
                "url": "https://api.github.com/repos/schmittjoh/JMSAopBundle/zipball/66287749c020b4c667c0ff4937b07e66c04bbe71",
1286
                "reference": "66287749c020b4c667c0ff4937b07e66c04bbe71",
1287
                "shasum": ""
1288
            },
1289
            "require": {
1290
                "jms/cg": "^1.1",
1291
                "symfony/framework-bundle": "2.*"
1292
            },
1293
            "type": "symfony-bundle",
1294
            "extra": {
1295
                "branch-alias": {
1296
                    "dev-master": "1.1.x-dev"
1297
                }
1298
            },
1299
            "autoload": {
1300
                "psr-0": {
1301
                    "JMS\\AopBundle": ""
1302
                }
1303
            },
1304
            "notification-url": "https://packagist.org/downloads/",
1305
            "license": [
1306
                "Apache-2.0"
1307
            ],
1308
            "authors": [
1309
                {
1310
                    "name": "Johannes M. Schmitt",
1311
                    "email": "[email protected]"
1312
                }
1313
            ],
1314
            "description": "Adds AOP capabilities to Symfony2",
1315
            "keywords": [
1316
                "annotations",
1317
                "aop"
1318
            ],
1319
            "time": "2015-09-13 09:02:33"
1320
        },
1321
        {
1322
            "name": "jms/cg",
1323
            "version": "1.1.0",
1324
            "source": {
1325
                "type": "git",
1326
                "url": "https://github.com/schmittjoh/cg-library.git",
1327
                "reference": "0af1113c7409b8636c5244bbae10b2e0ff792e9c"
1328
            },
1329
            "dist": {
1330
                "type": "zip",
1331
                "url": "https://api.github.com/repos/schmittjoh/cg-library/zipball/0af1113c7409b8636c5244bbae10b2e0ff792e9c",
1332
                "reference": "0af1113c7409b8636c5244bbae10b2e0ff792e9c",
1333
                "shasum": ""
1334
            },
1335
            "require": {
1336
                "php": ">=5.3.0"
1337
            },
1338
            "type": "library",
1339
            "extra": {
1340
                "branch-alias": {
1341
                    "dev-master": "1.1-dev"
1342
                }
1343
            },
1344
            "autoload": {
1345
                "psr-0": {
1346
                    "CG\\": "src/"
1347
                }
1348
            },
1349
            "notification-url": "https://packagist.org/downloads/",
1350
            "license": [
1351
                "Apache2"
1352
            ],
1353
            "authors": [
1354
                {
1355
                    "name": "Johannes M. Schmitt",
1356
                    "email": "[email protected]"
1357
                }
1358
            ],
1359
            "description": "Toolset for generating PHP code",
1360
            "keywords": [
1361
                "code generation"
1362
            ],
1363
            "time": "2015-09-13 08:54:43"
1364
        },
1365
        {
1366
            "name": "jms/di-extra-bundle",
1367
            "version": "1.4.0",
1368
            "target-dir": "JMS/DiExtraBundle",
1369
            "source": {
1370
                "type": "git",
1371
                "url": "https://github.com/schmittjoh/JMSDiExtraBundle.git",
1372
                "reference": "7fffdb6c96fb922a131af06d773e1e6c5301d070"
1373
            },
1374
            "dist": {
1375
                "type": "zip",
1376
                "url": "https://api.github.com/repos/schmittjoh/JMSDiExtraBundle/zipball/7fffdb6c96fb922a131af06d773e1e6c5301d070",
1377
                "reference": "7fffdb6c96fb922a131af06d773e1e6c5301d070",
1378
                "shasum": ""
1379
            },
1380
            "require": {
1381
                "jms/aop-bundle": ">=1.0.0,<1.2-dev",
1382
                "jms/metadata": "1.*",
1383
                "symfony/finder": "~2.1",
1384
                "symfony/framework-bundle": "~2.1",
1385
                "symfony/process": "~2.1"
1386
            },
1387
            "require-dev": {
1388
                "doctrine/doctrine-bundle": "*",
1389
                "doctrine/orm": "*",
1390
                "jms/security-extra-bundle": "1.*",
1391
                "phpcollection/phpcollection": ">=0.1,<0.3-dev",
1392
                "sensio/framework-extra-bundle": "*",
1393
                "symfony/browser-kit": "*",
1394
                "symfony/class-loader": "*",
1395
                "symfony/form": "*",
1396
                "symfony/security-bundle": "*",
1397
                "symfony/twig-bundle": "*",
1398
                "symfony/validator": "*",
1399
                "symfony/yaml": "*"
1400
            },
1401
            "type": "symfony-bundle",
1402
            "extra": {
1403
                "branch-alias": {
1404
                    "dev-master": "1.3-dev"
1405
                }
1406
            },
1407
            "autoload": {
1408
                "psr-0": {
1409
                    "JMS\\DiExtraBundle": ""
1410
                }
1411
            },
1412
            "notification-url": "https://packagist.org/downloads/",
1413
            "license": [
1414
                "Apache"
1415
            ],
1416
            "authors": [
1417
                {
1418
                    "name": "Johannes Schmitt",
1419
                    "email": "[email protected]",
1420
                    "homepage": "https://github.com/schmittjoh",
1421
                    "role": "Developer of wrapped JMSSerializerBundle"
1422
                }
1423
            ],
1424
            "description": "Allows to configure dependency injection using annotations",
1425
            "homepage": "http://jmsyst.com/bundles/JMSDiExtraBundle",
1426
            "keywords": [
1427
                "annotations",
1428
                "dependency injection"
1429
            ],
1430
            "time": "2013-06-08 13:13:40"
1431
        },
1432
        {
1433
            "name": "jms/metadata",
1434
            "version": "1.5.1",
1435
            "source": {
1436
                "type": "git",
1437
                "url": "https://github.com/schmittjoh/metadata.git",
1438
                "reference": "22b72455559a25777cfd28c4ffda81ff7639f353"
1439
            },
1440
            "dist": {
1441
                "type": "zip",
1442
                "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/22b72455559a25777cfd28c4ffda81ff7639f353",
1443
                "reference": "22b72455559a25777cfd28c4ffda81ff7639f353",
1444
                "shasum": ""
1445
            },
1446
            "require": {
1447
                "php": ">=5.3.0"
1448
            },
1449
            "require-dev": {
1450
                "doctrine/cache": "~1.0"
1451
            },
1452
            "type": "library",
1453
            "extra": {
1454
                "branch-alias": {
1455
                    "dev-master": "1.5.x-dev"
1456
                }
1457
            },
1458
            "autoload": {
1459
                "psr-0": {
1460
                    "Metadata\\": "src/"
1461
                }
1462
            },
1463
            "notification-url": "https://packagist.org/downloads/",
1464
            "license": [
1465
                "Apache"
1466
            ],
1467
            "authors": [
1468
                {
1469
                    "name": "Johannes Schmitt",
1470
                    "email": "[email protected]",
1471
                    "homepage": "https://github.com/schmittjoh",
1472
                    "role": "Developer of wrapped JMSSerializerBundle"
1473
                }
1474
            ],
1475
            "description": "Class/method/property metadata management in PHP",
1476
            "keywords": [
1477
                "annotations",
1478
                "metadata",
1479
                "xml",
1480
                "yaml"
1481
            ],
1482
            "time": "2014-07-12 07:13:19"
1483
        },
1484
        {
1485
            "name": "jms/translation-bundle",
1486
            "version": "1.1.0",
1487
            "target-dir": "JMS/TranslationBundle",
1488
            "source": {
1489
                "type": "git",
1490
                "url": "https://github.com/schmittjoh/JMSTranslationBundle.git",
1491
                "reference": "6f03035a38badaf8c48767c7664c3196df1eebdf"
1492
            },
1493
            "dist": {
1494
                "type": "zip",
1495
                "url": "https://api.github.com/repos/schmittjoh/JMSTranslationBundle/zipball/6f03035a38badaf8c48767c7664c3196df1eebdf",
1496
                "reference": "6f03035a38badaf8c48767c7664c3196df1eebdf",
1497
                "shasum": ""
1498
            },
1499
            "require": {
1500
                "nikic/php-parser": "0.9.1",
1501
                "symfony/console": "*",
1502
                "symfony/framework-bundle": "~2.1"
1503
            },
1504
            "conflict": {
1505
                "twig/twig": "1.10.2"
1506
            },
1507
            "require-dev": {
1508
                "jms/di-extra-bundle": ">=1.1",
1509
                "sensio/framework-extra-bundle": "*",
1510
                "symfony/browser-kit": "*",
1511
                "symfony/class-loader": "*",
1512
                "symfony/css-selector": "*",
1513
                "symfony/finder": "*",
1514
                "symfony/form": "*",
1515
                "symfony/process": "*",
1516
                "symfony/security": "*",
1517
                "symfony/twig-bundle": "*",
1518
                "symfony/validator": "*",
1519
                "symfony/yaml": "*"
1520
            },
1521
            "type": "symfony-bundle",
1522
            "extra": {
1523
                "branch-alias": {
1524
                    "dev-master": "1.1-dev"
1525
                }
1526
            },
1527
            "autoload": {
1528
                "psr-0": {
1529
                    "JMS\\TranslationBundle": ""
1530
                }
1531
            },
1532
            "notification-url": "https://packagist.org/downloads/",
1533
            "license": [
1534
                "Apache2"
1535
            ],
1536
            "authors": [
1537
                {
1538
                    "name": "Johannes Schmitt",
1539
                    "email": "[email protected]",
1540
                    "homepage": "https://github.com/schmittjoh",
1541
                    "role": "Developer of wrapped JMSSerializerBundle"
1542
                }
1543
            ],
1544
            "description": "Puts the Symfony2 Translation Component on steroids",
1545
            "homepage": "http://jmsyst.com/bundles/JMSTranslationBundle",
1546
            "keywords": [
1547
                "extract",
1548
                "extraction",
1549
                "i18n",
1550
                "interface",
1551
                "multilanguage",
1552
                "translation",
1553
                "ui",
1554
                "webinterface"
1555
            ],
1556
            "time": "2013-06-08 14:08:19"
1557
        },
1558
        {
1559
            "name": "kriswallsmith/assetic",
1560
            "version": "v1.3.2",
1561
            "source": {
1562
                "type": "git",
1563
                "url": "https://github.com/kriswallsmith/assetic.git",
1564
                "reference": "9928f7c4ad98b234e3559d1049abd13387f86db5"
1565
            },
1566
            "dist": {
1567
                "type": "zip",
1568
                "url": "https://api.github.com/repos/kriswallsmith/assetic/zipball/9928f7c4ad98b234e3559d1049abd13387f86db5",
1569
                "reference": "9928f7c4ad98b234e3559d1049abd13387f86db5",
1570
                "shasum": ""
1571
            },
1572
            "require": {
1573
                "php": ">=5.3.1",
1574
                "symfony/process": "~2.1|~3.0"
1575
            },
1576
            "conflict": {
1577
                "twig/twig": "<1.23"
1578
            },
1579
            "require-dev": {
1580
                "cssmin/cssmin": "3.0.1",
1581
                "joliclic/javascript-packer": "1.1",
1582
                "kamicane/packager": "1.0",
1583
                "leafo/lessphp": "^0.3.7",
1584
                "leafo/scssphp": "~0.1",
1585
                "mrclay/minify": "~2.2",
1586
                "patchwork/jsqueeze": "~1.0|~2.0",
1587
                "phpunit/phpunit": "~4.8",
1588
                "psr/log": "~1.0",
1589
                "ptachoire/cssembed": "~1.0",
1590
                "symfony/phpunit-bridge": "~2.7|~3.0",
1591
                "twig/twig": "~1.8|~2.0"
1592
            },
1593
            "suggest": {
1594
                "leafo/lessphp": "Assetic provides the integration with the lessphp LESS compiler",
1595
                "leafo/scssphp": "Assetic provides the integration with the scssphp SCSS compiler",
1596
                "leafo/scssphp-compass": "Assetic provides the integration with the SCSS compass plugin",
1597
                "patchwork/jsqueeze": "Assetic provides the integration with the JSqueeze JavaScript compressor",
1598
                "ptachoire/cssembed": "Assetic provides the integration with phpcssembed to embed data uris",
1599
                "twig/twig": "Assetic provides the integration with the Twig templating engine"
1600
            },
1601
            "type": "library",
1602
            "extra": {
1603
                "branch-alias": {
1604
                    "dev-master": "1.4-dev"
1605
                }
1606
            },
1607
            "autoload": {
1608
                "psr-0": {
1609
                    "Assetic": "src/"
1610
                },
1611
                "files": [
1612
                    "src/functions.php"
1613
                ]
1614
            },
1615
            "notification-url": "https://packagist.org/downloads/",
1616
            "license": [
1617
                "MIT"
1618
            ],
1619
            "authors": [
1620
                {
1621
                    "name": "Kris Wallsmith",
1622
                    "email": "[email protected]",
1623
                    "homepage": "http://kriswallsmith.net/"
1624
                }
1625
            ],
1626
            "description": "Asset Management for PHP",
1627
            "homepage": "https://github.com/kriswallsmith/assetic",
1628
            "keywords": [
1629
                "assets",
1630
                "compression",
1631
                "minification"
1632
            ],
1633
            "time": "2015-11-12 13:51:40"
1634
        },
1635
        {
1636
            "name": "mockery/mockery",
1637
            "version": "0.9.5",
1638
            "source": {
1639
                "type": "git",
1640
                "url": "https://github.com/padraic/mockery.git",
1641
                "reference": "4db079511a283e5aba1b3c2fb19037c645e70fc2"
1642
            },
1643
            "dist": {
1644
                "type": "zip",
1645
                "url": "https://api.github.com/repos/padraic/mockery/zipball/4db079511a283e5aba1b3c2fb19037c645e70fc2",
1646
                "reference": "4db079511a283e5aba1b3c2fb19037c645e70fc2",
1647
                "shasum": ""
1648
            },
1649
            "require": {
1650
                "hamcrest/hamcrest-php": "~1.1",
1651
                "lib-pcre": ">=7.0",
1652
                "php": ">=5.3.2"
1653
            },
1654
            "require-dev": {
1655
                "phpunit/phpunit": "~4.0"
1656
            },
1657
            "type": "library",
1658
            "extra": {
1659
                "branch-alias": {
1660
                    "dev-master": "0.9.x-dev"
1661
                }
1662
            },
1663
            "autoload": {
1664
                "psr-0": {
1665
                    "Mockery": "library/"
1666
                }
1667
            },
1668
            "notification-url": "https://packagist.org/downloads/",
1669
            "license": [
1670
                "BSD-3-Clause"
1671
            ],
1672
            "authors": [
1673
                {
1674
                    "name": "Pádraic Brady",
1675
                    "email": "[email protected]",
1676
                    "homepage": "http://blog.astrumfutura.com"
1677
                },
1678
                {
1679
                    "name": "Dave Marshall",
1680
                    "email": "[email protected]",
1681
                    "homepage": "http://davedevelopment.co.uk"
1682
                }
1683
            ],
1684
            "description": "Mockery is a simple yet flexible PHP mock object framework for use in unit testing with PHPUnit, PHPSpec or any other testing framework. Its core goal is to offer a test double framework with a succinct API capable of clearly defining all possible object operations and interactions using a human readable Domain Specific Language (DSL). Designed as a drop in alternative to PHPUnit's phpunit-mock-objects library, Mockery is easy to integrate with PHPUnit and can operate alongside phpunit-mock-objects without the World ending.",
1685
            "homepage": "http://github.com/padraic/mockery",
1686
            "keywords": [
1687
                "BDD",
1688
                "TDD",
1689
                "library",
1690
                "mock",
1691
                "mock objects",
1692
                "mockery",
1693
                "stub",
1694
                "test",
1695
                "test double",
1696
                "testing"
1697
            ],
1698
            "time": "2016-05-22 21:52:33"
1699
        },
1700
        {
1701
            "name": "monolog/monolog",
1702
            "version": "1.19.0",
1703
            "source": {
1704
                "type": "git",
1705
                "url": "https://github.com/Seldaek/monolog.git",
1706
                "reference": "5f56ed5212dc509c8dc8caeba2715732abb32dbf"
1707
            },
1708
            "dist": {
1709
                "type": "zip",
1710
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/5f56ed5212dc509c8dc8caeba2715732abb32dbf",
1711
                "reference": "5f56ed5212dc509c8dc8caeba2715732abb32dbf",
1712
                "shasum": ""
1713
            },
1714
            "require": {
1715
                "php": ">=5.3.0",
1716
                "psr/log": "~1.0"
1717
            },
1718
            "provide": {
1719
                "psr/log-implementation": "1.0.0"
1720
            },
1721
            "require-dev": {
1722
                "aws/aws-sdk-php": "^2.4.9",
1723
                "doctrine/couchdb": "~1.0@dev",
1724
                "graylog2/gelf-php": "~1.0",
1725
                "jakub-onderka/php-parallel-lint": "0.9",
1726
                "php-amqplib/php-amqplib": "~2.4",
1727
                "php-console/php-console": "^3.1.3",
1728
                "phpunit/phpunit": "~4.5",
1729
                "phpunit/phpunit-mock-objects": "2.3.0",
1730
                "raven/raven": "^0.13",
1731
                "ruflin/elastica": ">=0.90 <3.0",
1732
                "swiftmailer/swiftmailer": "~5.3"
1733
            },
1734
            "suggest": {
1735
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
1736
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
1737
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
1738
                "ext-mongo": "Allow sending log messages to a MongoDB server",
1739
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
1740
                "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
1741
                "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
1742
                "php-console/php-console": "Allow sending log messages to Google Chrome",
1743
                "raven/raven": "Allow sending log messages to a Sentry server",
1744
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
1745
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server"
1746
            },
1747
            "type": "library",
1748
            "extra": {
1749
                "branch-alias": {
1750
                    "dev-master": "2.0.x-dev"
1751
                }
1752
            },
1753
            "autoload": {
1754
                "psr-4": {
1755
                    "Monolog\\": "src/Monolog"
1756
                }
1757
            },
1758
            "notification-url": "https://packagist.org/downloads/",
1759
            "license": [
1760
                "MIT"
1761
            ],
1762
            "authors": [
1763
                {
1764
                    "name": "Jordi Boggiano",
1765
                    "email": "[email protected]",
1766
                    "homepage": "http://seld.be"
1767
                }
1768
            ],
1769
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
1770
            "homepage": "http://github.com/Seldaek/monolog",
1771
            "keywords": [
1772
                "log",
1773
                "logging",
1774
                "psr-3"
1775
            ],
1776
            "time": "2016-04-12 18:29:35"
1777
        },
1778
        {
1779
            "name": "mopa/bootstrap-bundle",
1780
            "version": "v3.0.0-RC2",
1781
            "target-dir": "Mopa/Bundle/BootstrapBundle",
1782
            "source": {
1783
                "type": "git",
1784
                "url": "https://github.com/phiamo/MopaBootstrapBundle.git",
1785
                "reference": "c43c1c3b230cccfaa2548b55a7ddca5a5af8eaff"
1786
            },
1787
            "dist": {
1788
                "type": "zip",
1789
                "url": "https://api.github.com/repos/phiamo/MopaBootstrapBundle/zipball/c43c1c3b230cccfaa2548b55a7ddca5a5af8eaff",
1790
                "reference": "c43c1c3b230cccfaa2548b55a7ddca5a5af8eaff",
1791
                "shasum": ""
1792
            },
1793
            "require": {
1794
                "mopa/composer-bridge": "~1.3",
1795
                "symfony/console": "~2.3",
1796
                "symfony/form": "~2.3|~3.0",
1797
                "symfony/framework-bundle": "~2.3",
1798
                "symfony/twig-bundle": "~2.3|~3.0",
1799
                "twig/twig": "^1.14.2"
1800
            },
1801
            "conflict": {
1802
                "symfony/twig-bridge": "<2.3"
1803
            },
1804
            "require-dev": {
1805
                "phpunit/phpunit": "~4.6"
1806
            },
1807
            "suggest": {
1808
                "craue/formflow-bundle": "~2.0",
1809
                "knplabs/knp-menu-bundle": "~2.0@dev",
1810
                "knplabs/knp-paginator-bundle": "~2.3",
1811
                "mopa/bootstrap-sandbox-bundle": "~2.3",
1812
                "twbs/bootstrap": ">2.0,<4.0-dev",
1813
                "twbs/bootstrap-sass": "v3.1.1"
1814
            },
1815
            "type": "symfony-bundle",
1816
            "extra": {
1817
                "branch-alias": {
1818
                    "dev-master": "3.x-dev"
1819
                }
1820
            },
1821
            "autoload": {
1822
                "psr-0": {
1823
                    "Mopa\\Bundle\\BootstrapBundle\\": ""
1824
                }
1825
            },
1826
            "notification-url": "https://packagist.org/downloads/",
1827
            "license": [
1828
                "MIT"
1829
            ],
1830
            "authors": [
1831
                {
1832
                    "name": "Community contributions",
1833
                    "homepage": "https://github.com/phiamo/MopaBootstrapBundle/contributors"
1834
                },
1835
                {
1836
                    "name": "Philipp A. Mohrenweiser",
1837
                    "email": "[email protected]"
1838
                }
1839
            ],
1840
            "description": "Easy integration of twitters bootstrap into symfony2",
1841
            "keywords": [
1842
                "bootstrap",
1843
                "bootstrap form",
1844
                "extra form",
1845
                "form",
1846
                "template"
1847
            ],
1848
            "time": "2015-09-10 17:23:40"
1849
        },
1850
        {
1851
            "name": "mopa/composer-bridge",
1852
            "version": "dev-master",
1853
            "source": {
1854
                "type": "git",
1855
                "url": "https://github.com/phiamo/MopaComposerBridge.git",
1856
                "reference": "58661a5c588ce9c3eff7d36c4030f6caa4de1ae2"
1857
            },
1858
            "dist": {
1859
                "type": "zip",
1860
                "url": "https://api.github.com/repos/phiamo/MopaComposerBridge/zipball/58661a5c588ce9c3eff7d36c4030f6caa4de1ae2",
1861
                "reference": "58661a5c588ce9c3eff7d36c4030f6caa4de1ae2",
1862
                "shasum": ""
1863
            },
1864
            "require": {
1865
                "symfony/class-loader": ">=2.0.0",
1866
                "symfony/console": ">=2.0.0"
1867
            },
1868
            "type": "symfony-bridge",
1869
            "extra": {
1870
                "branch-alias": {
1871
                    "dev-master": "1.3.x-dev"
1872
                }
1873
            },
1874
            "autoload": {
1875
                "psr-0": {
1876
                    "Mopa\\Bridge\\Composer": "src/"
1877
                }
1878
            },
1879
            "notification-url": "https://packagist.org/downloads/",
1880
            "license": [
1881
                "MIT"
1882
            ],
1883
            "authors": [
1884
                {
1885
                    "name": "Community contributions",
1886
                    "homepage": "https://github.com/phiamo/MopaComposerBridge/contributors"
1887
                },
1888
                {
1889
                    "name": "Philipp A. Mohrenweiser",
1890
                    "email": "[email protected]"
1891
                }
1892
            ],
1893
            "description": "Symfony2 Composer Bridge",
1894
            "homepage": "http://bootstrap.mohrenweiserpartner.de",
1895
            "keywords": [
1896
                "Symfony2",
1897
                "composer"
1898
            ],
1899
            "time": "2015-10-01 19:20:19"
1900
        },
1901
        {
1902
            "name": "nelmio/security-bundle",
1903
            "version": "1.10.0",
1904
            "source": {
1905
                "type": "git",
1906
                "url": "https://github.com/nelmio/NelmioSecurityBundle.git",
1907
                "reference": "4be243f1fc85ff85f10aadcf88c8c11ba2096cd9"
1908
            },
1909
            "dist": {
1910
                "type": "zip",
1911
                "url": "https://api.github.com/repos/nelmio/NelmioSecurityBundle/zipball/4be243f1fc85ff85f10aadcf88c8c11ba2096cd9",
1912
                "reference": "4be243f1fc85ff85f10aadcf88c8c11ba2096cd9",
1913
                "shasum": ""
1914
            },
1915
            "require": {
1916
                "symfony/framework-bundle": "~2.3|~3.0",
1917
                "symfony/security": "~2.3|~3.0"
1918
            },
1919
            "require-dev": {
1920
                "phpunit/phpunit": "^5.2"
1921
            },
1922
            "type": "symfony-bundle",
1923
            "extra": {
1924
                "branch-alias": {
1925
                    "dev-master": "1.10.x-dev"
1926
                }
1927
            },
1928
            "autoload": {
1929
                "psr-4": {
1930
                    "Nelmio\\SecurityBundle\\": ""
1931
                }
1932
            },
1933
            "notification-url": "https://packagist.org/downloads/",
1934
            "license": [
1935
                "MIT"
1936
            ],
1937
            "authors": [
1938
                {
1939
                    "name": "Nelmio",
1940
                    "homepage": "http://nelm.io"
1941
                },
1942
                {
1943
                    "name": "Symfony Community",
1944
                    "homepage": "https://github.com/nelmio/NelmioSecurityBundle/contributors"
1945
                }
1946
            ],
1947
            "description": "Extra security-related features for Symfony: signed/encrypted cookies, HTTPS/SSL/HSTS handling, cookie session storage, ...",
1948
            "keywords": [
1949
                "security"
1950
            ],
1951
            "time": "2016-02-23 10:42:13"
1952
        },
1953
        {
1954
            "name": "nikic/php-parser",
1955
            "version": "v0.9.1",
1956
            "source": {
1957
                "type": "git",
1958
                "url": "https://github.com/nikic/PHP-Parser.git",
1959
                "reference": "b1cc9ce676b4350b23d0fafc8244d08eee2fe287"
1960
            },
1961
            "dist": {
1962
                "type": "zip",
1963
                "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/b1cc9ce676b4350b23d0fafc8244d08eee2fe287",
1964
                "reference": "b1cc9ce676b4350b23d0fafc8244d08eee2fe287",
1965
                "shasum": ""
1966
            },
1967
            "require": {
1968
                "php": ">=5.2"
1969
            },
1970
            "type": "library",
1971
            "autoload": {
1972
                "psr-0": {
1973
                    "PHPParser": "lib/"
1974
                }
1975
            },
1976
            "notification-url": "https://packagist.org/downloads/",
1977
            "license": [
1978
                "BSD"
1979
            ],
1980
            "authors": [
1981
                {
1982
                    "name": "Nikita Popov"
1983
                }
1984
            ],
1985
            "description": "A PHP parser written in PHP",
1986
            "keywords": [
1987
                "parser",
1988
                "php"
1989
            ],
1990
            "time": "2012-04-23 22:52:11"
1991
        },
1992
        {
1993
            "name": "ocramius/proxy-manager",
1994
            "version": "1.0.2",
1995
            "source": {
1996
                "type": "git",
1997
                "url": "https://github.com/Ocramius/ProxyManager.git",
1998
                "reference": "57e9272ec0e8deccf09421596e0e2252df440e11"
1999
            },
2000
            "dist": {
2001
                "type": "zip",
2002
                "url": "https://api.github.com/repos/Ocramius/ProxyManager/zipball/57e9272ec0e8deccf09421596e0e2252df440e11",
2003
                "reference": "57e9272ec0e8deccf09421596e0e2252df440e11",
2004
                "shasum": ""
2005
            },
2006
            "require": {
2007
                "php": ">=5.3.3",
2008
                "zendframework/zend-code": ">2.2.5,<3.0"
2009
            },
2010
            "require-dev": {
2011
                "ext-phar": "*",
2012
                "phpunit/phpunit": "~4.0",
2013
                "squizlabs/php_codesniffer": "1.5.*"
2014
            },
2015
            "suggest": {
2016
                "ocramius/generated-hydrator": "To have very fast object to array to object conversion for ghost objects",
2017
                "zendframework/zend-json": "To have the JsonRpc adapter (Remote Object feature)",
2018
                "zendframework/zend-soap": "To have the Soap adapter (Remote Object feature)",
2019
                "zendframework/zend-stdlib": "To use the hydrator proxy",
2020
                "zendframework/zend-xmlrpc": "To have the XmlRpc adapter (Remote Object feature)"
2021
            },
2022
            "type": "library",
2023
            "extra": {
2024
                "branch-alias": {
2025
                    "dev-master": "2.0.x-dev"
2026
                }
2027
            },
2028
            "autoload": {
2029
                "psr-0": {
2030
                    "ProxyManager\\": "src"
2031
                }
2032
            },
2033
            "notification-url": "https://packagist.org/downloads/",
2034
            "license": [
2035
                "MIT"
2036
            ],
2037
            "authors": [
2038
                {
2039
                    "name": "Marco Pivetta",
2040
                    "email": "[email protected]",
2041
                    "homepage": "http://ocramius.github.com/"
2042
                }
2043
            ],
2044
            "description": "A library providing utilities to generate, instantiate and generally operate with Object Proxies",
2045
            "homepage": "https://github.com/Ocramius/ProxyManager",
2046
            "keywords": [
2047
                "aop",
2048
                "lazy loading",
2049
                "proxy",
2050
                "proxy pattern",
2051
                "service proxies"
2052
            ],
2053
            "time": "2015-08-09 04:28:19"
2054
        },
2055
        {
2056
            "name": "paragonie/random_compat",
2057
            "version": "v1.4.1",
2058
            "source": {
2059
                "type": "git",
2060
                "url": "https://github.com/paragonie/random_compat.git",
2061
                "reference": "c7e26a21ba357863de030f0b9e701c7d04593774"
2062
            },
2063
            "dist": {
2064
                "type": "zip",
2065
                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/c7e26a21ba357863de030f0b9e701c7d04593774",
2066
                "reference": "c7e26a21ba357863de030f0b9e701c7d04593774",
2067
                "shasum": ""
2068
            },
2069
            "require": {
2070
                "php": ">=5.2.0"
2071
            },
2072
            "require-dev": {
2073
                "phpunit/phpunit": "4.*|5.*"
2074
            },
2075
            "suggest": {
2076
                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
2077
            },
2078
            "type": "library",
2079
            "autoload": {
2080
                "files": [
2081
                    "lib/random.php"
2082
                ]
2083
            },
2084
            "notification-url": "https://packagist.org/downloads/",
2085
            "license": [
2086
                "MIT"
2087
            ],
2088
            "authors": [
2089
                {
2090
                    "name": "Paragon Initiative Enterprises",
2091
                    "email": "[email protected]",
2092
                    "homepage": "https://paragonie.com"
2093
                }
2094
            ],
2095
            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
2096
            "keywords": [
2097
                "csprng",
2098
                "pseudorandom",
2099
                "random"
2100
            ],
2101
            "time": "2016-03-18 20:34:03"
2102
        },
2103
        {
2104
            "name": "psr/log",
2105
            "version": "1.0.0",
2106
            "source": {
2107
                "type": "git",
2108
                "url": "https://github.com/php-fig/log.git",
2109
                "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
2110
            },
2111
            "dist": {
2112
                "type": "zip",
2113
                "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
2114
                "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
2115
                "shasum": ""
2116
            },
2117
            "type": "library",
2118
            "autoload": {
2119
                "psr-0": {
2120
                    "Psr\\Log\\": ""
2121
                }
2122
            },
2123
            "notification-url": "https://packagist.org/downloads/",
2124
            "license": [
2125
                "MIT"
2126
            ],
2127
            "authors": [
2128
                {
2129
                    "name": "PHP-FIG",
2130
                    "homepage": "http://www.php-fig.org/"
2131
                }
2132
            ],
2133
            "description": "Common interface for logging libraries",
2134
            "keywords": [
2135
                "log",
2136
                "psr",
2137
                "psr-3"
2138
            ],
2139
            "time": "2012-12-21 11:40:51"
2140
        },
2141
        {
2142
            "name": "robrichards/xmlseclibs",
2143
            "version": "1.4.1",
2144
            "source": {
2145
                "type": "git",
2146
                "url": "https://github.com/robrichards/xmlseclibs.git",
2147
                "reference": "465f18a8e1196c279b1298a3b08bcbee71ea4e4e"
2148
            },
2149
            "dist": {
2150
                "type": "zip",
2151
                "url": "https://api.github.com/repos/robrichards/xmlseclibs/zipball/465f18a8e1196c279b1298a3b08bcbee71ea4e4e",
2152
                "reference": "465f18a8e1196c279b1298a3b08bcbee71ea4e4e",
2153
                "shasum": ""
2154
            },
2155
            "require": {
2156
                "php": ">= 5.2"
2157
            },
2158
            "suggest": {
2159
                "ext/mcrypt": "MCrypt extension",
2160
                "ext/openssl": "OpenSSL extension"
2161
            },
2162
            "type": "library",
2163
            "autoload": {
2164
                "classmap": [
2165
                    "src/"
2166
                ]
2167
            },
2168
            "notification-url": "https://packagist.org/downloads/",
2169
            "license": [
2170
                "BSD-3-Clause"
2171
            ],
2172
            "description": "A PHP library for XML Security",
2173
            "homepage": "https://github.com/robrichards/xmlseclibs",
2174
            "keywords": [
2175
                "security",
2176
                "signature",
2177
                "xml",
2178
                "xmldsig"
2179
            ],
2180
            "time": "2015-07-31 12:22:14"
2181
        },
2182
        {
2183
            "name": "sensio/distribution-bundle",
2184
            "version": "v3.0.30",
2185
            "target-dir": "Sensio/Bundle/DistributionBundle",
2186
            "source": {
2187
                "type": "git",
2188
                "url": "https://github.com/sensiolabs/SensioDistributionBundle.git",
2189
                "reference": "f1758b30096202aeede61f79a1dffd69da091517"
2190
            },
2191
            "dist": {
2192
                "type": "zip",
2193
                "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/f1758b30096202aeede61f79a1dffd69da091517",
2194
                "reference": "f1758b30096202aeede61f79a1dffd69da091517",
2195
                "shasum": ""
2196
            },
2197
            "require": {
2198
                "php": ">=5.3.3",
2199
                "sensiolabs/security-checker": "~2.0",
2200
                "symfony/class-loader": "~2.2",
2201
                "symfony/framework-bundle": "~2.3",
2202
                "symfony/process": "~2.2"
2203
            },
2204
            "require-dev": {
2205
                "symfony/form": "~2.2",
2206
                "symfony/validator": "~2.2",
2207
                "symfony/yaml": "~2.2"
2208
            },
2209
            "suggest": {
2210
                "symfony/form": "If you want to use the configurator",
2211
                "symfony/validator": "If you want to use the configurator",
2212
                "symfony/yaml": "If you want to use  the configurator"
2213
            },
2214
            "type": "symfony-bundle",
2215
            "extra": {
2216
                "branch-alias": {
2217
                    "dev-master": "3.0.x-dev"
2218
                }
2219
            },
2220
            "autoload": {
2221
                "psr-0": {
2222
                    "Sensio\\Bundle\\DistributionBundle": ""
2223
                }
2224
            },
2225
            "notification-url": "https://packagist.org/downloads/",
2226
            "license": [
2227
                "MIT"
2228
            ],
2229
            "authors": [
2230
                {
2231
                    "name": "Fabien Potencier",
2232
                    "email": "[email protected]"
2233
                }
2234
            ],
2235
            "description": "Base bundle for Symfony Distributions",
2236
            "keywords": [
2237
                "configuration",
2238
                "distribution"
2239
            ],
2240
            "time": "2015-06-05 22:32:22"
2241
        },
2242
        {
2243
            "name": "sensio/framework-extra-bundle",
2244
            "version": "v3.0.16",
2245
            "source": {
2246
                "type": "git",
2247
                "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
2248
                "reference": "507a15f56fa7699f6cc8c2c7de4080b19ce22546"
2249
            },
2250
            "dist": {
2251
                "type": "zip",
2252
                "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/507a15f56fa7699f6cc8c2c7de4080b19ce22546",
2253
                "reference": "507a15f56fa7699f6cc8c2c7de4080b19ce22546",
2254
                "shasum": ""
2255
            },
2256
            "require": {
2257
                "doctrine/common": "~2.2",
2258
                "symfony/dependency-injection": "~2.3|~3.0",
2259
                "symfony/framework-bundle": "~2.3|~3.0"
2260
            },
2261
            "require-dev": {
2262
                "symfony/browser-kit": "~2.3|~3.0",
2263
                "symfony/dom-crawler": "~2.3|~3.0",
2264
                "symfony/expression-language": "~2.4|~3.0",
2265
                "symfony/finder": "~2.3|~3.0",
2266
                "symfony/phpunit-bridge": "~2.7|~3.0",
2267
                "symfony/security-bundle": "~2.4|~3.0",
2268
                "symfony/twig-bundle": "~2.3|~3.0",
2269
                "twig/twig": "~1.11|~2.0"
2270
            },
2271
            "suggest": {
2272
                "symfony/expression-language": "",
2273
                "symfony/psr-http-message-bridge": "To use the PSR-7 converters",
2274
                "symfony/security-bundle": ""
2275
            },
2276
            "type": "symfony-bundle",
2277
            "extra": {
2278
                "branch-alias": {
2279
                    "dev-master": "3.0.x-dev"
2280
                }
2281
            },
2282
            "autoload": {
2283
                "psr-4": {
2284
                    "Sensio\\Bundle\\FrameworkExtraBundle\\": ""
2285
                }
2286
            },
2287
            "notification-url": "https://packagist.org/downloads/",
2288
            "license": [
2289
                "MIT"
2290
            ],
2291
            "authors": [
2292
                {
2293
                    "name": "Fabien Potencier",
2294
                    "email": "[email protected]"
2295
                }
2296
            ],
2297
            "description": "This bundle provides a way to configure your controllers with annotations",
2298
            "keywords": [
2299
                "annotations",
2300
                "controllers"
2301
            ],
2302
            "time": "2016-03-25 17:08:27"
2303
        },
2304
        {
2305
            "name": "sensiolabs/security-checker",
2306
            "version": "v2.0.5",
2307
            "source": {
2308
                "type": "git",
2309
                "url": "https://github.com/sensiolabs/security-checker.git",
2310
                "reference": "2c2a71f1c77d9765c12638c4724d9ca23658a810"
2311
            },
2312
            "dist": {
2313
                "type": "zip",
2314
                "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/2c2a71f1c77d9765c12638c4724d9ca23658a810",
2315
                "reference": "2c2a71f1c77d9765c12638c4724d9ca23658a810",
2316
                "shasum": ""
2317
            },
2318
            "require": {
2319
                "ext-curl": "*",
2320
                "symfony/console": "~2.0"
2321
            },
2322
            "bin": [
2323
                "security-checker"
2324
            ],
2325
            "type": "library",
2326
            "extra": {
2327
                "branch-alias": {
2328
                    "dev-master": "2.0-dev"
2329
                }
2330
            },
2331
            "autoload": {
2332
                "psr-0": {
2333
                    "SensioLabs\\Security": ""
2334
                }
2335
            },
2336
            "notification-url": "https://packagist.org/downloads/",
2337
            "license": [
2338
                "MIT"
2339
            ],
2340
            "authors": [
2341
                {
2342
                    "name": "Fabien Potencier",
2343
                    "email": "[email protected]"
2344
                }
2345
            ],
2346
            "description": "A security checker for your composer.lock",
2347
            "time": "2015-05-28 14:22:40"
2348
        },
2349
        {
2350
            "name": "simplesamlphp/saml2",
0 ignored issues
show
There is a security advisory for your installed version of simplesamlphp/saml2:

Incorrect signature verification
Loading history...
2351
            "version": "v1.9",
2352
            "source": {
2353
                "type": "git",
2354
                "url": "https://github.com/simplesamlphp/saml2.git",
2355
                "reference": "be2b348c46cceb311a743a33fb51035158f6f69a"
2356
            },
2357
            "dist": {
2358
                "type": "zip",
2359
                "url": "https://api.github.com/repos/simplesamlphp/saml2/zipball/be2b348c46cceb311a743a33fb51035158f6f69a",
2360
                "reference": "be2b348c46cceb311a743a33fb51035158f6f69a",
2361
                "shasum": ""
2362
            },
2363
            "require": {
2364
                "ext-dom": "*",
2365
                "ext-openssl": "*",
2366
                "php": ">=5.3.3",
2367
                "psr/log": "~1.0",
2368
                "robrichards/xmlseclibs": "^1.3"
2369
            },
2370
            "require-dev": {
2371
                "mockery/mockery": "~0.9",
2372
                "phpmd/phpmd": "~1.5",
2373
                "phpunit/phpunit": "~3.7",
2374
                "satooshi/php-coveralls": "~0.6.1",
2375
                "sebastian/phpcpd": "~1.4",
2376
                "sensiolabs/security-checker": "~1.1",
2377
                "squizlabs/php_codesniffer": "~1.4"
2378
            },
2379
            "type": "library",
2380
            "autoload": {
2381
                "psr-0": {
2382
                    "SAML2_": "src/"
2383
                }
2384
            },
2385
            "notification-url": "https://packagist.org/downloads/",
2386
            "license": [
2387
                "LGPL-2.1"
2388
            ],
2389
            "authors": [
2390
                {
2391
                    "name": "Andreas Åkre Solberg",
2392
                    "email": "[email protected]"
2393
                }
2394
            ],
2395
            "description": "SAML2 PHP library from SimpleSAMLphp",
2396
            "time": "2016-03-16 14:11:59"
2397
        },
2398
        {
2399
            "name": "surfnet/messagebird-api-client-bundle",
2400
            "version": "2.2.0",
2401
            "source": {
2402
                "type": "git",
2403
                "url": "https://github.com/SURFnet/messagebird-api-client-bundle.git",
2404
                "reference": "b1a4e97a5045bf2eab52168bf610eb32b5b72015"
2405
            },
2406
            "dist": {
2407
                "type": "zip",
2408
                "url": "https://api.github.com/repos/SURFnet/messagebird-api-client-bundle/zipball/b1a4e97a5045bf2eab52168bf610eb32b5b72015",
2409
                "reference": "b1a4e97a5045bf2eab52168bf610eb32b5b72015",
2410
                "shasum": ""
2411
            },
2412
            "require": {
2413
                "guzzlehttp/guzzle": ">=4.0,<6.0",
2414
                "php": ">=5.4,<8.0-dev",
2415
                "symfony/config": ">=2.7,<3.0",
2416
                "symfony/dependency-injection": ">=2.7,<3.0",
2417
                "symfony/http-kernel": ">=2.7,<3.0"
2418
            },
2419
            "require-dev": {
2420
                "ibuildings/qa-tools": "~1.1",
2421
                "liip/rmt": "1.1.*",
2422
                "matthiasnoback/symfony-config-test": "0.*",
2423
                "mockery/mockery": "0.9.*"
2424
            },
2425
            "type": "library",
2426
            "autoload": {
2427
                "psr-0": {
2428
                    "Surfnet\\MessageBirdApiClient\\": "src",
2429
                    "Surfnet\\MessageBirdApiClientBundle\\": "src"
2430
                }
2431
            },
2432
            "notification-url": "https://packagist.org/downloads/",
2433
            "license": [
2434
                "Apache-2.0"
2435
            ],
2436
            "description": "A Symfony2 bundle to integrate MessageBird's messaging service.",
2437
            "keywords": [
2438
                "messagebird",
2439
                "sms",
2440
                "surfnet"
2441
            ],
2442
            "time": "2016-02-03 14:47:52"
2443
        },
2444
        {
2445
            "name": "surfnet/stepup-bundle",
2446
            "version": "1.5.0",
2447
            "source": {
2448
                "type": "git",
2449
                "url": "https://github.com/SURFnet/Stepup-bundle.git",
2450
                "reference": "4ad7ebe9f9075ec39c5d1fc8449fe8fef33e60d2"
2451
            },
2452
            "dist": {
2453
                "type": "zip",
2454
                "url": "https://api.github.com/repos/SURFnet/Stepup-bundle/zipball/4ad7ebe9f9075ec39c5d1fc8449fe8fef33e60d2",
2455
                "reference": "4ad7ebe9f9075ec39c5d1fc8449fe8fef33e60d2",
2456
                "shasum": ""
2457
            },
2458
            "require": {
2459
                "ext-gmp": "*",
2460
                "ext-openssl": "*",
2461
                "graylog2/gelf-php": "^1.5",
2462
                "guzzlehttp/guzzle": "~4",
2463
                "monolog/monolog": "~1.11",
2464
                "php": "^5.6|^7.0",
2465
                "sensio/framework-extra-bundle": "~3",
2466
                "symfony/config": "^2.7",
2467
                "symfony/dependency-injection": "^2.7",
2468
                "symfony/form": "^2.7",
2469
                "symfony/framework-bundle": "^2.7",
2470
                "symfony/http-kernel": "^2.7",
2471
                "symfony/twig-bridge": "^2.7",
2472
                "symfony/validator": "^2.7"
2473
            },
2474
            "require-dev": {
2475
                "ibuildings/qa-tools": "~1.1",
2476
                "liip/rmt": "1.1.*",
2477
                "mockery/mockery": "0.9.*"
2478
            },
2479
            "type": "library",
2480
            "autoload": {
2481
                "psr-4": {
2482
                    "Surfnet\\StepupBundle\\": "src"
2483
                }
2484
            },
2485
            "notification-url": "https://packagist.org/downloads/",
2486
            "license": [
2487
                "Apache-2.0"
2488
            ],
2489
            "description": "A Symfony2 bundle that holds shared code and framework integration for all Step-up applications.",
2490
            "keywords": [
2491
                "stepup",
2492
                "suaas",
2493
                "surfnet"
2494
            ],
2495
            "time": "2016-08-03 07:45:32"
2496
        },
2497
        {
2498
            "name": "surfnet/stepup-saml-bundle",
2499
            "version": "2.5.0",
2500
            "source": {
2501
                "type": "git",
2502
                "url": "https://github.com/SURFnet/Stepup-saml-bundle.git",
2503
                "reference": "3ee050d16f76bf63b48fa01af3e75e1b42668d72"
2504
            },
2505
            "dist": {
2506
                "type": "zip",
2507
                "url": "https://api.github.com/repos/SURFnet/Stepup-saml-bundle/zipball/3ee050d16f76bf63b48fa01af3e75e1b42668d72",
2508
                "reference": "3ee050d16f76bf63b48fa01af3e75e1b42668d72",
2509
                "shasum": ""
2510
            },
2511
            "require": {
2512
                "ext-openssl": "*",
2513
                "php": ">=5.4,<8.0-dev",
2514
                "robrichards/xmlseclibs": "^1.4.0",
2515
                "simplesamlphp/saml2": "^1.8",
2516
                "symfony/dependency-injection": "^2.7",
2517
                "symfony/framework-bundle": "^2.7"
2518
            },
2519
            "require-dev": {
2520
                "ibuildings/qa-tools": "~1.1",
2521
                "liip/rmt": "~1.1",
2522
                "mockery/mockery": "~0.9",
2523
                "psr/log": "~1.0"
2524
            },
2525
            "type": "symfony-bundle",
2526
            "autoload": {
2527
                "psr-4": {
2528
                    "Surfnet\\SamlBundle\\": "src"
2529
                }
2530
            },
2531
            "notification-url": "https://packagist.org/downloads/",
2532
            "license": [
2533
                "Apache-2.0"
2534
            ],
2535
            "description": "A Symfony2 bundle that integrates the simplesamlphp\\saml2 library with Symfony",
2536
            "keywords": [
2537
                "SAML2",
2538
                "saml",
2539
                "simplesamlphp",
2540
                "stepup",
2541
                "surfnet"
2542
            ],
2543
            "time": "2016-07-01 09:33:44"
2544
        },
2545
        {
2546
            "name": "surfnet/stepup-u2f-bundle",
2547
            "version": "dev-develop",
2548
            "source": {
2549
                "type": "git",
2550
                "url": "https://github.com/SURFnet/Stepup-u2f-bundle.git",
2551
                "reference": "b28737d7b8df5ecbdf7a1e952ecfb530a2951c05"
2552
            },
2553
            "dist": {
2554
                "type": "zip",
2555
                "url": "https://api.github.com/repos/SURFnet/Stepup-u2f-bundle/zipball/b28737d7b8df5ecbdf7a1e952ecfb530a2951c05",
2556
                "reference": "b28737d7b8df5ecbdf7a1e952ecfb530a2951c05",
2557
                "shasum": ""
2558
            },
2559
            "require": {
2560
                "php": ">=5.4|^7",
2561
                "symfony/config": "^2.7",
2562
                "symfony/dependency-injection": "^2.7",
2563
                "symfony/form": "^2.7",
2564
                "symfony/http-kernel": "^2.7",
2565
                "symfony/validator": "^2.7",
2566
                "yubico/u2flib-server": "^0.1.0"
2567
            },
2568
            "require-dev": {
2569
                "ibuildings/qa-tools": "~1.1,>=1.1.27",
2570
                "liip/rmt": "1.1.*",
2571
                "matthiasnoback/symfony-config-test": "^1.2",
2572
                "mockery/mockery": "~0.9"
2573
            },
2574
            "type": "library",
2575
            "autoload": {
2576
                "psr-4": {
2577
                    "Surfnet\\StepupU2fBundle\\": "src"
2578
                }
2579
            },
2580
            "notification-url": "https://packagist.org/downloads/",
2581
            "license": [
2582
                "Apache-2.0"
2583
            ],
2584
            "description": "The SURFnet Step-up U2F bundle contains server-side device verification, and the necessary forms and resources to enable client-side U2F interaction with Step-up Identities",
2585
            "time": "2015-09-17 15:02:04"
2586
        },
2587
        {
2588
            "name": "surfnet/yubikey-api-client",
2589
            "version": "1.0.0",
2590
            "source": {
2591
                "type": "git",
2592
                "url": "https://github.com/SURFnet/yubikey-api-client.git",
2593
                "reference": "1f62fbd2df927d6a087e624b9b951f53e50b6e2d"
2594
            },
2595
            "dist": {
2596
                "type": "zip",
2597
                "url": "https://api.github.com/repos/SURFnet/yubikey-api-client/zipball/1f62fbd2df927d6a087e624b9b951f53e50b6e2d",
2598
                "reference": "1f62fbd2df927d6a087e624b9b951f53e50b6e2d",
2599
                "shasum": ""
2600
            },
2601
            "require": {
2602
                "guzzlehttp/guzzle": "~4.0",
2603
                "php": ">=5.4,<8.0-dev"
2604
            },
2605
            "require-dev": {
2606
                "ibuildings/qa-tools": "~1.1",
2607
                "liip/rmt": "1.1.*",
2608
                "mockery/mockery": "0.9.*"
2609
            },
2610
            "type": "library",
2611
            "autoload": {
2612
                "psr-4": {
2613
                    "Surfnet\\YubikeyApiClient\\": "src",
2614
                    "Surfnet\\YubikeyApiClient\\Tests\\": "tests"
2615
                }
2616
            },
2617
            "notification-url": "https://packagist.org/downloads/",
2618
            "license": [
2619
                "Apache-2.0"
2620
            ],
2621
            "description": "A Yubikey OTP validation service client",
2622
            "keywords": [
2623
                "surfnet",
2624
                "yubico",
2625
                "yubikey"
2626
            ],
2627
            "time": "2016-04-29 13:45:22"
2628
        },
2629
        {
2630
            "name": "surfnet/yubikey-api-client-bundle",
2631
            "version": "2.0.0",
2632
            "source": {
2633
                "type": "git",
2634
                "url": "https://github.com/SURFnet/yubikey-api-client-bundle.git",
2635
                "reference": "b436cca2819f64205b00e3ca1048b3dc4af10095"
2636
            },
2637
            "dist": {
2638
                "type": "zip",
2639
                "url": "https://api.github.com/repos/SURFnet/yubikey-api-client-bundle/zipball/b436cca2819f64205b00e3ca1048b3dc4af10095",
2640
                "reference": "b436cca2819f64205b00e3ca1048b3dc4af10095",
2641
                "shasum": ""
2642
            },
2643
            "require": {
2644
                "php": "^5.4|^7.0",
2645
                "surfnet/yubikey-api-client": "^1.0",
2646
                "symfony/config": "^2.7|^3.0",
2647
                "symfony/dependency-injection": "^2.7|^3.0",
2648
                "symfony/http-kernel": "^2.7|^3.0"
2649
            },
2650
            "require-dev": {
2651
                "ibuildings/qa-tools": "~1.1",
2652
                "liip/rmt": "1.1.*",
2653
                "matthiasnoback/symfony-config-test": "^1.4",
2654
                "mockery/mockery": "0.9.*",
2655
                "symfony/framework-bundle": ">=2.3,<4",
2656
                "symfony/monolog-bundle": "^2.11"
2657
            },
2658
            "type": "library",
2659
            "autoload": {
2660
                "psr-4": {
2661
                    "Surfnet\\YubikeyApiClientBundle\\": "src"
2662
                }
2663
            },
2664
            "notification-url": "https://packagist.org/downloads/",
2665
            "license": [
2666
                "Apache-2.0"
2667
            ],
2668
            "description": "A Symfony2 bundle to integrate Yubikey OTP validation service.",
2669
            "keywords": [
2670
                "surfnet",
2671
                "yubico",
2672
                "yubikey"
2673
            ],
2674
            "time": "2016-04-29 14:03:49"
2675
        },
2676
        {
2677
            "name": "swiftmailer/swiftmailer",
2678
            "version": "v5.4.2",
2679
            "source": {
2680
                "type": "git",
2681
                "url": "https://github.com/swiftmailer/swiftmailer.git",
2682
                "reference": "d8db871a54619458a805229a057ea2af33c753e8"
2683
            },
2684
            "dist": {
2685
                "type": "zip",
2686
                "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/d8db871a54619458a805229a057ea2af33c753e8",
2687
                "reference": "d8db871a54619458a805229a057ea2af33c753e8",
2688
                "shasum": ""
2689
            },
2690
            "require": {
2691
                "php": ">=5.3.3"
2692
            },
2693
            "require-dev": {
2694
                "mockery/mockery": "~0.9.1,<0.9.4"
2695
            },
2696
            "type": "library",
2697
            "extra": {
2698
                "branch-alias": {
2699
                    "dev-master": "5.4-dev"
2700
                }
2701
            },
2702
            "autoload": {
2703
                "files": [
2704
                    "lib/swift_required.php"
2705
                ]
2706
            },
2707
            "notification-url": "https://packagist.org/downloads/",
2708
            "license": [
2709
                "MIT"
2710
            ],
2711
            "authors": [
2712
                {
2713
                    "name": "Chris Corbyn"
2714
                },
2715
                {
2716
                    "name": "Fabien Potencier",
2717
                    "email": "[email protected]"
2718
                }
2719
            ],
2720
            "description": "Swiftmailer, free feature-rich PHP mailer",
2721
            "homepage": "http://swiftmailer.org",
2722
            "keywords": [
2723
                "email",
2724
                "mail",
2725
                "mailer"
2726
            ],
2727
            "time": "2016-05-01 08:45:47"
2728
        },
2729
        {
2730
            "name": "symfony/assetic-bundle",
2731
            "version": "v2.8.0",
2732
            "source": {
2733
                "type": "git",
2734
                "url": "https://github.com/symfony/assetic-bundle.git",
2735
                "reference": "aa5b4f8b712f38745928fa845ddb73300bb2af6d"
2736
            },
2737
            "dist": {
2738
                "type": "zip",
2739
                "url": "https://api.github.com/repos/symfony/assetic-bundle/zipball/aa5b4f8b712f38745928fa845ddb73300bb2af6d",
2740
                "reference": "aa5b4f8b712f38745928fa845ddb73300bb2af6d",
2741
                "shasum": ""
2742
            },
2743
            "require": {
2744
                "kriswallsmith/assetic": "~1.3",
2745
                "php": ">=5.3.0",
2746
                "symfony/console": "~2.3|~3.0",
2747
                "symfony/dependency-injection": "~2.3|~3.0",
2748
                "symfony/framework-bundle": "~2.3|~3.0",
2749
                "symfony/yaml": "~2.3|~3.0"
2750
            },
2751
            "conflict": {
2752
                "kriswallsmith/spork": "<=0.2",
2753
                "twig/twig": "<1.20"
2754
            },
2755
            "require-dev": {
2756
                "kriswallsmith/spork": "~0.3",
2757
                "patchwork/jsqueeze": "~1.0",
2758
                "symfony/class-loader": "~2.3|~3.0",
2759
                "symfony/css-selector": "~2.3|~3.0",
2760
                "symfony/dom-crawler": "~2.3|~3.0",
2761
                "symfony/phpunit-bridge": "~2.7|~3.0",
2762
                "symfony/twig-bundle": "~2.3|~3.0"
2763
            },
2764
            "suggest": {
2765
                "kriswallsmith/spork": "to be able to dump assets in parallel",
2766
                "symfony/twig-bundle": "to use the Twig integration"
2767
            },
2768
            "type": "symfony-bundle",
2769
            "extra": {
2770
                "branch-alias": {
2771
                    "dev-master": "2.7-dev"
2772
                }
2773
            },
2774
            "autoload": {
2775
                "psr-4": {
2776
                    "Symfony\\Bundle\\AsseticBundle\\": ""
2777
                }
2778
            },
2779
            "notification-url": "https://packagist.org/downloads/",
2780
            "license": [
2781
                "MIT"
2782
            ],
2783
            "authors": [
2784
                {
2785
                    "name": "Kris Wallsmith",
2786
                    "email": "[email protected]",
2787
                    "homepage": "http://kriswallsmith.net/"
2788
                }
2789
            ],
2790
            "description": "Integrates Assetic into Symfony2",
2791
            "homepage": "https://github.com/symfony/AsseticBundle",
2792
            "keywords": [
2793
                "assets",
2794
                "compression",
2795
                "minification"
2796
            ],
2797
            "time": "2015-12-28 13:12:39"
2798
        },
2799
        {
2800
            "name": "symfony/monolog-bundle",
2801
            "version": "2.11.1",
2802
            "source": {
2803
                "type": "git",
2804
                "url": "https://github.com/symfony/monolog-bundle.git",
2805
                "reference": "e7caf4936c7be82bc6d68df87f1d23a0d5bf6e00"
2806
            },
2807
            "dist": {
2808
                "type": "zip",
2809
                "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/e7caf4936c7be82bc6d68df87f1d23a0d5bf6e00",
2810
                "reference": "e7caf4936c7be82bc6d68df87f1d23a0d5bf6e00",
2811
                "shasum": ""
2812
            },
2813
            "require": {
2814
                "monolog/monolog": "~1.18",
2815
                "php": ">=5.3.2",
2816
                "symfony/config": "~2.3|~3.0",
2817
                "symfony/dependency-injection": "~2.3|~3.0",
2818
                "symfony/http-kernel": "~2.3|~3.0",
2819
                "symfony/monolog-bridge": "~2.3|~3.0"
2820
            },
2821
            "require-dev": {
2822
                "phpunit/phpunit": "^4.8",
2823
                "symfony/console": "~2.3|~3.0",
2824
                "symfony/yaml": "~2.3|~3.0"
2825
            },
2826
            "type": "symfony-bundle",
2827
            "extra": {
2828
                "branch-alias": {
2829
                    "dev-master": "2.x-dev"
2830
                }
2831
            },
2832
            "autoload": {
2833
                "psr-4": {
2834
                    "Symfony\\Bundle\\MonologBundle\\": ""
2835
                }
2836
            },
2837
            "notification-url": "https://packagist.org/downloads/",
2838
            "license": [
2839
                "MIT"
2840
            ],
2841
            "authors": [
2842
                {
2843
                    "name": "Symfony Community",
2844
                    "homepage": "http://symfony.com/contributors"
2845
                },
2846
                {
2847
                    "name": "Fabien Potencier",
2848
                    "email": "[email protected]"
2849
                }
2850
            ],
2851
            "description": "Symfony MonologBundle",
2852
            "homepage": "http://symfony.com",
2853
            "keywords": [
2854
                "log",
2855
                "logging"
2856
            ],
2857
            "time": "2016-04-13 16:21:01"
2858
        },
2859
        {
2860
            "name": "symfony/polyfill-apcu",
2861
            "version": "v1.2.0",
2862
            "source": {
2863
                "type": "git",
2864
                "url": "https://github.com/symfony/polyfill-apcu.git",
2865
                "reference": "6d58bceaeea2c2d3eb62503839b18646e161cd6b"
2866
            },
2867
            "dist": {
2868
                "type": "zip",
2869
                "url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/6d58bceaeea2c2d3eb62503839b18646e161cd6b",
2870
                "reference": "6d58bceaeea2c2d3eb62503839b18646e161cd6b",
2871
                "shasum": ""
2872
            },
2873
            "require": {
2874
                "php": ">=5.3.3"
2875
            },
2876
            "type": "library",
2877
            "extra": {
2878
                "branch-alias": {
2879
                    "dev-master": "1.2-dev"
2880
                }
2881
            },
2882
            "autoload": {
2883
                "files": [
2884
                    "bootstrap.php"
2885
                ]
2886
            },
2887
            "notification-url": "https://packagist.org/downloads/",
2888
            "license": [
2889
                "MIT"
2890
            ],
2891
            "authors": [
2892
                {
2893
                    "name": "Nicolas Grekas",
2894
                    "email": "[email protected]"
2895
                },
2896
                {
2897
                    "name": "Symfony Community",
2898
                    "homepage": "https://symfony.com/contributors"
2899
                }
2900
            ],
2901
            "description": "Symfony polyfill backporting apcu_* functions to lower PHP versions",
2902
            "homepage": "https://symfony.com",
2903
            "keywords": [
2904
                "apcu",
2905
                "compatibility",
2906
                "polyfill",
2907
                "portable",
2908
                "shim"
2909
            ],
2910
            "time": "2016-05-18 14:26:46"
2911
        },
2912
        {
2913
            "name": "symfony/polyfill-mbstring",
2914
            "version": "v1.2.0",
2915
            "source": {
2916
                "type": "git",
2917
                "url": "https://github.com/symfony/polyfill-mbstring.git",
2918
                "reference": "dff51f72b0706335131b00a7f49606168c582594"
2919
            },
2920
            "dist": {
2921
                "type": "zip",
2922
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/dff51f72b0706335131b00a7f49606168c582594",
2923
                "reference": "dff51f72b0706335131b00a7f49606168c582594",
2924
                "shasum": ""
2925
            },
2926
            "require": {
2927
                "php": ">=5.3.3"
2928
            },
2929
            "suggest": {
2930
                "ext-mbstring": "For best performance"
2931
            },
2932
            "type": "library",
2933
            "extra": {
2934
                "branch-alias": {
2935
                    "dev-master": "1.2-dev"
2936
                }
2937
            },
2938
            "autoload": {
2939
                "psr-4": {
2940
                    "Symfony\\Polyfill\\Mbstring\\": ""
2941
                },
2942
                "files": [
2943
                    "bootstrap.php"
2944
                ]
2945
            },
2946
            "notification-url": "https://packagist.org/downloads/",
2947
            "license": [
2948
                "MIT"
2949
            ],
2950
            "authors": [
2951
                {
2952
                    "name": "Nicolas Grekas",
2953
                    "email": "[email protected]"
2954
                },
2955
                {
2956
                    "name": "Symfony Community",
2957
                    "homepage": "https://symfony.com/contributors"
2958
                }
2959
            ],
2960
            "description": "Symfony polyfill for the Mbstring extension",
2961
            "homepage": "https://symfony.com",
2962
            "keywords": [
2963
                "compatibility",
2964
                "mbstring",
2965
                "polyfill",
2966
                "portable",
2967
                "shim"
2968
            ],
2969
            "time": "2016-05-18 14:26:46"
2970
        },
2971
        {
2972
            "name": "symfony/swiftmailer-bundle",
2973
            "version": "v2.3.11",
2974
            "source": {
2975
                "type": "git",
2976
                "url": "https://github.com/symfony/swiftmailer-bundle.git",
2977
                "reference": "5e1a90f28213231ceee19c953bbebc5b5b95c690"
2978
            },
2979
            "dist": {
2980
                "type": "zip",
2981
                "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/5e1a90f28213231ceee19c953bbebc5b5b95c690",
2982
                "reference": "5e1a90f28213231ceee19c953bbebc5b5b95c690",
2983
                "shasum": ""
2984
            },
2985
            "require": {
2986
                "php": ">=5.3.2",
2987
                "swiftmailer/swiftmailer": ">=4.2.0,~5.0",
2988
                "symfony/config": "~2.3|~3.0",
2989
                "symfony/dependency-injection": "~2.3|~3.0",
2990
                "symfony/http-kernel": "~2.3|~3.0",
2991
                "symfony/yaml": "~2.3|~3.0"
2992
            },
2993
            "require-dev": {
2994
                "symfony/phpunit-bridge": "~2.7|~3.0"
2995
            },
2996
            "suggest": {
2997
                "psr/log": "Allows logging"
2998
            },
2999
            "type": "symfony-bundle",
3000
            "extra": {
3001
                "branch-alias": {
3002
                    "dev-master": "2.3-dev"
3003
                }
3004
            },
3005
            "autoload": {
3006
                "psr-4": {
3007
                    "Symfony\\Bundle\\SwiftmailerBundle\\": ""
3008
                }
3009
            },
3010
            "notification-url": "https://packagist.org/downloads/",
3011
            "license": [
3012
                "MIT"
3013
            ],
3014
            "authors": [
3015
                {
3016
                    "name": "Symfony Community",
3017
                    "homepage": "http://symfony.com/contributors"
3018
                },
3019
                {
3020
                    "name": "Fabien Potencier",
3021
                    "email": "[email protected]"
3022
                }
3023
            ],
3024
            "description": "Symfony SwiftmailerBundle",
3025
            "homepage": "http://symfony.com",
3026
            "time": "2016-01-15 16:41:20"
3027
        },
3028
        {
3029
            "name": "symfony/symfony",
3030
            "version": "v2.7.14",
3031
            "source": {
3032
                "type": "git",
3033
                "url": "https://github.com/symfony/symfony.git",
3034
                "reference": "fe443f4a8b6b2f3977d4fe6b348e9f85a7840ea1"
3035
            },
3036
            "dist": {
3037
                "type": "zip",
3038
                "url": "https://api.github.com/repos/symfony/symfony/zipball/fe443f4a8b6b2f3977d4fe6b348e9f85a7840ea1",
3039
                "reference": "fe443f4a8b6b2f3977d4fe6b348e9f85a7840ea1",
3040
                "shasum": ""
3041
            },
3042
            "require": {
3043
                "doctrine/common": "~2.4",
3044
                "paragonie/random_compat": "~1.0",
3045
                "php": ">=5.3.9",
3046
                "psr/log": "~1.0",
3047
                "symfony/polyfill-apcu": "~1.1",
3048
                "symfony/polyfill-mbstring": "~1.1",
3049
                "twig/twig": "~1.23|~2.0"
3050
            },
3051
            "replace": {
3052
                "symfony/asset": "self.version",
3053
                "symfony/browser-kit": "self.version",
3054
                "symfony/class-loader": "self.version",
3055
                "symfony/config": "self.version",
3056
                "symfony/console": "self.version",
3057
                "symfony/css-selector": "self.version",
3058
                "symfony/debug": "self.version",
3059
                "symfony/debug-bundle": "self.version",
3060
                "symfony/dependency-injection": "self.version",
3061
                "symfony/doctrine-bridge": "self.version",
3062
                "symfony/dom-crawler": "self.version",
3063
                "symfony/event-dispatcher": "self.version",
3064
                "symfony/expression-language": "self.version",
3065
                "symfony/filesystem": "self.version",
3066
                "symfony/finder": "self.version",
3067
                "symfony/form": "self.version",
3068
                "symfony/framework-bundle": "self.version",
3069
                "symfony/http-foundation": "self.version",
3070
                "symfony/http-kernel": "self.version",
3071
                "symfony/intl": "self.version",
3072
                "symfony/locale": "self.version",
3073
                "symfony/monolog-bridge": "self.version",
3074
                "symfony/options-resolver": "self.version",
3075
                "symfony/process": "self.version",
3076
                "symfony/property-access": "self.version",
3077
                "symfony/proxy-manager-bridge": "self.version",
3078
                "symfony/routing": "self.version",
3079
                "symfony/security": "self.version",
3080
                "symfony/security-acl": "self.version",
3081
                "symfony/security-bundle": "self.version",
3082
                "symfony/security-core": "self.version",
3083
                "symfony/security-csrf": "self.version",
3084
                "symfony/security-http": "self.version",
3085
                "symfony/serializer": "self.version",
3086
                "symfony/stopwatch": "self.version",
3087
                "symfony/swiftmailer-bridge": "self.version",
3088
                "symfony/templating": "self.version",
3089
                "symfony/translation": "self.version",
3090
                "symfony/twig-bridge": "self.version",
3091
                "symfony/twig-bundle": "self.version",
3092
                "symfony/validator": "self.version",
3093
                "symfony/var-dumper": "self.version",
3094
                "symfony/web-profiler-bundle": "self.version",
3095
                "symfony/yaml": "self.version"
3096
            },
3097
            "require-dev": {
3098
                "doctrine/data-fixtures": "1.0.*",
3099
                "doctrine/dbal": "~2.4",
3100
                "doctrine/doctrine-bundle": "~1.2",
3101
                "doctrine/orm": "~2.4,>=2.4.5",
3102
                "egulias/email-validator": "~1.2",
3103
                "ircmaxell/password-compat": "~1.0",
3104
                "monolog/monolog": "~1.11",
3105
                "ocramius/proxy-manager": "~0.4|~1.0|~2.0"
3106
            },
3107
            "type": "library",
3108
            "extra": {
3109
                "branch-alias": {
3110
                    "dev-master": "2.7-dev"
3111
                }
3112
            },
3113
            "autoload": {
3114
                "psr-4": {
3115
                    "Symfony\\Bridge\\Doctrine\\": "src/Symfony/Bridge/Doctrine/",
3116
                    "Symfony\\Bridge\\Monolog\\": "src/Symfony/Bridge/Monolog/",
3117
                    "Symfony\\Bridge\\ProxyManager\\": "src/Symfony/Bridge/ProxyManager/",
3118
                    "Symfony\\Bridge\\Swiftmailer\\": "src/Symfony/Bridge/Swiftmailer/",
3119
                    "Symfony\\Bridge\\Twig\\": "src/Symfony/Bridge/Twig/",
3120
                    "Symfony\\Bundle\\": "src/Symfony/Bundle/",
3121
                    "Symfony\\Component\\": "src/Symfony/Component/"
3122
                },
3123
                "classmap": [
3124
                    "src/Symfony/Component/HttpFoundation/Resources/stubs",
3125
                    "src/Symfony/Component/Intl/Resources/stubs"
3126
                ],
3127
                "files": [
3128
                    "src/Symfony/Component/Intl/Resources/stubs/functions.php"
3129
                ],
3130
                "exclude-from-classmap": [
3131
                    "**/Tests/"
3132
                ]
3133
            },
3134
            "notification-url": "https://packagist.org/downloads/",
3135
            "license": [
3136
                "MIT"
3137
            ],
3138
            "authors": [
3139
                {
3140
                    "name": "Fabien Potencier",
3141
                    "email": "[email protected]"
3142
                },
3143
                {
3144
                    "name": "Symfony Community",
3145
                    "homepage": "https://symfony.com/contributors"
3146
                }
3147
            ],
3148
            "description": "The Symfony PHP framework",
3149
            "homepage": "https://symfony.com",
3150
            "keywords": [
3151
                "framework"
3152
            ],
3153
            "time": "2016-06-06 15:23:39"
3154
        },
3155
        {
3156
            "name": "twbs/bootstrap",
3157
            "version": "v3.2.0",
3158
            "source": {
3159
                "type": "git",
3160
                "url": "https://github.com/twbs/bootstrap.git",
3161
                "reference": "c068162161154a4b85110ea1e7dd3d7897ce2b72"
3162
            },
3163
            "dist": {
3164
                "type": "zip",
3165
                "url": "https://api.github.com/repos/twbs/bootstrap/zipball/c068162161154a4b85110ea1e7dd3d7897ce2b72",
3166
                "reference": "c068162161154a4b85110ea1e7dd3d7897ce2b72",
3167
                "shasum": ""
3168
            },
3169
            "replace": {
3170
                "twitter/bootstrap": "self.version"
3171
            },
3172
            "type": "library",
3173
            "extra": {
3174
                "branch-alias": {
3175
                    "dev-master": "3.2.x-dev"
3176
                }
3177
            },
3178
            "notification-url": "https://packagist.org/downloads/",
3179
            "license": [
3180
                "MIT"
3181
            ],
3182
            "authors": [
3183
                {
3184
                    "name": "Jacob Thornton",
3185
                    "email": "[email protected]"
3186
                },
3187
                {
3188
                    "name": "Mark Otto",
3189
                    "email": "[email protected]"
3190
                }
3191
            ],
3192
            "description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
3193
            "homepage": "http://getbootstrap.com",
3194
            "keywords": [
3195
                "JS",
3196
                "css",
3197
                "framework",
3198
                "front-end",
3199
                "less",
3200
                "mobile-first",
3201
                "responsive",
3202
                "web"
3203
            ],
3204
            "time": "2014-06-26 16:36:48"
3205
        },
3206
        {
3207
            "name": "twig/extensions",
3208
            "version": "v1.3.0",
3209
            "source": {
3210
                "type": "git",
3211
                "url": "https://github.com/twigphp/Twig-extensions.git",
3212
                "reference": "449e3c8a9ffad7c2479c7864557275a32b037499"
3213
            },
3214
            "dist": {
3215
                "type": "zip",
3216
                "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/449e3c8a9ffad7c2479c7864557275a32b037499",
3217
                "reference": "449e3c8a9ffad7c2479c7864557275a32b037499",
3218
                "shasum": ""
3219
            },
3220
            "require": {
3221
                "twig/twig": "~1.20|~2.0"
3222
            },
3223
            "require-dev": {
3224
                "symfony/translation": "~2.3"
3225
            },
3226
            "suggest": {
3227
                "symfony/translation": "Allow the time_diff output to be translated"
3228
            },
3229
            "type": "library",
3230
            "extra": {
3231
                "branch-alias": {
3232
                    "dev-master": "1.3-dev"
3233
                }
3234
            },
3235
            "autoload": {
3236
                "psr-0": {
3237
                    "Twig_Extensions_": "lib/"
3238
                }
3239
            },
3240
            "notification-url": "https://packagist.org/downloads/",
3241
            "license": [
3242
                "MIT"
3243
            ],
3244
            "authors": [
3245
                {
3246
                    "name": "Fabien Potencier",
3247
                    "email": "[email protected]"
3248
                }
3249
            ],
3250
            "description": "Common additional features for Twig that do not directly belong in core",
3251
            "homepage": "http://twig.sensiolabs.org/doc/extensions/index.html",
3252
            "keywords": [
3253
                "i18n",
3254
                "text"
3255
            ],
3256
            "time": "2015-08-22 16:38:35"
3257
        },
3258
        {
3259
            "name": "twig/twig",
3260
            "version": "v1.24.1",
3261
            "source": {
3262
                "type": "git",
3263
                "url": "https://github.com/twigphp/Twig.git",
3264
                "reference": "3566d311a92aae4deec6e48682dc5a4528c4a512"
3265
            },
3266
            "dist": {
3267
                "type": "zip",
3268
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/3566d311a92aae4deec6e48682dc5a4528c4a512",
3269
                "reference": "3566d311a92aae4deec6e48682dc5a4528c4a512",
3270
                "shasum": ""
3271
            },
3272
            "require": {
3273
                "php": ">=5.2.7"
3274
            },
3275
            "require-dev": {
3276
                "symfony/debug": "~2.7",
3277
                "symfony/phpunit-bridge": "~2.7"
3278
            },
3279
            "type": "library",
3280
            "extra": {
3281
                "branch-alias": {
3282
                    "dev-master": "1.24-dev"
3283
                }
3284
            },
3285
            "autoload": {
3286
                "psr-0": {
3287
                    "Twig_": "lib/"
3288
                }
3289
            },
3290
            "notification-url": "https://packagist.org/downloads/",
3291
            "license": [
3292
                "BSD-3-Clause"
3293
            ],
3294
            "authors": [
3295
                {
3296
                    "name": "Fabien Potencier",
3297
                    "email": "[email protected]",
3298
                    "homepage": "http://fabien.potencier.org",
3299
                    "role": "Lead Developer"
3300
                },
3301
                {
3302
                    "name": "Armin Ronacher",
3303
                    "email": "[email protected]",
3304
                    "role": "Project Founder"
3305
                },
3306
                {
3307
                    "name": "Twig Team",
3308
                    "homepage": "http://twig.sensiolabs.org/contributors",
3309
                    "role": "Contributors"
3310
                }
3311
            ],
3312
            "description": "Twig, the flexible, fast, and secure template language for PHP",
3313
            "homepage": "http://twig.sensiolabs.org",
3314
            "keywords": [
3315
                "templating"
3316
            ],
3317
            "time": "2016-05-30 09:11:59"
3318
        },
3319
        {
3320
            "name": "yubico/u2flib-server",
3321
            "version": "0.1.0",
3322
            "source": {
3323
                "type": "git",
3324
                "url": "https://github.com/Yubico/php-u2flib-server.git",
3325
                "reference": "71ad5f0b7c796966da356eecd5b583ac852e92a1"
3326
            },
3327
            "dist": {
3328
                "type": "zip",
3329
                "url": "https://api.github.com/repos/Yubico/php-u2flib-server/zipball/71ad5f0b7c796966da356eecd5b583ac852e92a1",
3330
                "reference": "71ad5f0b7c796966da356eecd5b583ac852e92a1",
3331
                "shasum": ""
3332
            },
3333
            "require": {
3334
                "ext-openssl": "*"
3335
            },
3336
            "type": "library",
3337
            "autoload": {
3338
                "classmap": [
3339
                    "src/"
3340
                ]
3341
            },
3342
            "notification-url": "https://packagist.org/downloads/",
3343
            "license": [
3344
                "BSD-2-Clause"
3345
            ],
3346
            "description": "Library for U2F implementation",
3347
            "homepage": "https://developers.yubico.com/php-u2flib-server",
3348
            "time": "2015-03-03 08:05:16"
3349
        },
3350
        {
3351
            "name": "zendframework/zend-code",
3352
            "version": "2.6.3",
3353
            "source": {
3354
                "type": "git",
3355
                "url": "https://github.com/zendframework/zend-code.git",
3356
                "reference": "95033f061b083e16cdee60530ec260d7d628b887"
3357
            },
3358
            "dist": {
3359
                "type": "zip",
3360
                "url": "https://api.github.com/repos/zendframework/zend-code/zipball/95033f061b083e16cdee60530ec260d7d628b887",
3361
                "reference": "95033f061b083e16cdee60530ec260d7d628b887",
3362
                "shasum": ""
3363
            },
3364
            "require": {
3365
                "php": "^5.5 || 7.0.0 - 7.0.4 || ^7.0.6",
3366
                "zendframework/zend-eventmanager": "^2.6 || ^3.0"
3367
            },
3368
            "require-dev": {
3369
                "doctrine/annotations": "~1.0",
3370
                "fabpot/php-cs-fixer": "1.7.*",
3371
                "phpunit/phpunit": "^4.8.21",
3372
                "zendframework/zend-stdlib": "^2.7 || ^3.0"
3373
            },
3374
            "suggest": {
3375
                "doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features",
3376
                "zendframework/zend-stdlib": "Zend\\Stdlib component"
3377
            },
3378
            "type": "library",
3379
            "extra": {
3380
                "branch-alias": {
3381
                    "dev-master": "2.6-dev",
3382
                    "dev-develop": "2.7-dev"
3383
                }
3384
            },
3385
            "autoload": {
3386
                "psr-4": {
3387
                    "Zend\\Code\\": "src/"
3388
                }
3389
            },
3390
            "notification-url": "https://packagist.org/downloads/",
3391
            "license": [
3392
                "BSD-3-Clause"
3393
            ],
3394
            "description": "provides facilities to generate arbitrary code using an object oriented interface",
3395
            "homepage": "https://github.com/zendframework/zend-code",
3396
            "keywords": [
3397
                "code",
3398
                "zf2"
3399
            ],
3400
            "time": "2016-04-20 17:26:42"
3401
        },
3402
        {
3403
            "name": "zendframework/zend-eventmanager",
3404
            "version": "3.0.1",
3405
            "source": {
3406
                "type": "git",
3407
                "url": "https://github.com/zendframework/zend-eventmanager.git",
3408
                "reference": "5c80bdee0e952be112dcec0968bad770082c3a6e"
3409
            },
3410
            "dist": {
3411
                "type": "zip",
3412
                "url": "https://api.github.com/repos/zendframework/zend-eventmanager/zipball/5c80bdee0e952be112dcec0968bad770082c3a6e",
3413
                "reference": "5c80bdee0e952be112dcec0968bad770082c3a6e",
3414
                "shasum": ""
3415
            },
3416
            "require": {
3417
                "php": "^5.5 || ^7.0"
3418
            },
3419
            "require-dev": {
3420
                "athletic/athletic": "^0.1",
3421
                "container-interop/container-interop": "^1.1.0",
3422
                "phpunit/phpunit": "~4.0",
3423
                "squizlabs/php_codesniffer": "^2.0",
3424
                "zendframework/zend-stdlib": "^2.7.3 || ^3.0"
3425
            },
3426
            "suggest": {
3427
                "container-interop/container-interop": "^1.1.0, to use the lazy listeners feature",
3428
                "zendframework/zend-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature"
3429
            },
3430
            "type": "library",
3431
            "extra": {
3432
                "branch-alias": {
3433
                    "dev-master": "3.0-dev",
3434
                    "dev-develop": "3.1-dev"
3435
                }
3436
            },
3437
            "autoload": {
3438
                "psr-4": {
3439
                    "Zend\\EventManager\\": "src/"
3440
                }
3441
            },
3442
            "notification-url": "https://packagist.org/downloads/",
3443
            "license": [
3444
                "BSD-3-Clause"
3445
            ],
3446
            "description": "Trigger and listen to events within a PHP application",
3447
            "homepage": "https://github.com/zendframework/zend-eventmanager",
3448
            "keywords": [
3449
                "event",
3450
                "eventmanager",
3451
                "events",
3452
                "zf2"
3453
            ],
3454
            "time": "2016-02-18 20:53:00"
3455
        }
3456
    ],
3457
    "packages-dev": [
3458
        {
3459
            "name": "behat/behat",
3460
            "version": "v2.5.5",
3461
            "source": {
3462
                "type": "git",
3463
                "url": "https://github.com/Behat/Behat.git",
3464
                "reference": "c1e48826b84669c97a1efa78459aedfdcdcf2120"
3465
            },
3466
            "dist": {
3467
                "type": "zip",
3468
                "url": "https://api.github.com/repos/Behat/Behat/zipball/c1e48826b84669c97a1efa78459aedfdcdcf2120",
3469
                "reference": "c1e48826b84669c97a1efa78459aedfdcdcf2120",
3470
                "shasum": ""
3471
            },
3472
            "require": {
3473
                "behat/gherkin": "~2.3.0",
3474
                "php": ">=5.3.1",
3475
                "symfony/config": "~2.3",
3476
                "symfony/console": "~2.0",
3477
                "symfony/dependency-injection": "~2.0",
3478
                "symfony/event-dispatcher": "~2.0",
3479
                "symfony/finder": "~2.0",
3480
                "symfony/translation": "~2.3",
3481
                "symfony/yaml": "~2.0"
3482
            },
3483
            "require-dev": {
3484
                "phpunit/phpunit": "~3.7.19"
3485
            },
3486
            "suggest": {
3487
                "behat/mink-extension": "for integration with Mink testing framework",
3488
                "behat/symfony2-extension": "for integration with Symfony2 web framework",
3489
                "behat/yii-extension": "for integration with Yii web framework"
3490
            },
3491
            "bin": [
3492
                "bin/behat"
3493
            ],
3494
            "type": "library",
3495
            "autoload": {
3496
                "psr-0": {
3497
                    "Behat\\Behat": "src/"
3498
                }
3499
            },
3500
            "notification-url": "https://packagist.org/downloads/",
3501
            "license": [
3502
                "MIT"
3503
            ],
3504
            "authors": [
3505
                {
3506
                    "name": "Konstantin Kudryashov",
3507
                    "email": "[email protected]",
3508
                    "homepage": "http://everzet.com"
3509
                }
3510
            ],
3511
            "description": "Scenario-oriented BDD framework for PHP 5.3",
3512
            "homepage": "http://behat.org/",
3513
            "keywords": [
3514
                "BDD",
3515
                "Behat",
3516
                "Symfony2"
3517
            ],
3518
            "time": "2015-06-01 09:37:55"
3519
        },
3520
        {
3521
            "name": "behat/gherkin",
3522
            "version": "v2.3.5",
3523
            "source": {
3524
                "type": "git",
3525
                "url": "https://github.com/Behat/Gherkin.git",
3526
                "reference": "2b33963da5525400573560c173ab5c9c057e1852"
3527
            },
3528
            "dist": {
3529
                "type": "zip",
3530
                "url": "https://api.github.com/repos/Behat/Gherkin/zipball/2b33963da5525400573560c173ab5c9c057e1852",
3531
                "reference": "2b33963da5525400573560c173ab5c9c057e1852",
3532
                "shasum": ""
3533
            },
3534
            "require": {
3535
                "php": ">=5.3.1",
3536
                "symfony/finder": "~2.0"
3537
            },
3538
            "require-dev": {
3539
                "symfony/config": "~2.0",
3540
                "symfony/translation": "~2.0",
3541
                "symfony/yaml": "~2.0"
3542
            },
3543
            "suggest": {
3544
                "symfony/config": "If you want to use Config component to manage resources",
3545
                "symfony/translation": "If you want to use Symfony2 translations adapter",
3546
                "symfony/yaml": "If you want to parse features, represented in YAML files"
3547
            },
3548
            "type": "library",
3549
            "extra": {
3550
                "branch-alias": {
3551
                    "dev-develop": "2.2-dev"
3552
                }
3553
            },
3554
            "autoload": {
3555
                "psr-0": {
3556
                    "Behat\\Gherkin": "src/"
3557
                }
3558
            },
3559
            "notification-url": "https://packagist.org/downloads/",
3560
            "license": [
3561
                "MIT"
3562
            ],
3563
            "authors": [
3564
                {
3565
                    "name": "Konstantin Kudryashov",
3566
                    "email": "[email protected]",
3567
                    "homepage": "http://everzet.com"
3568
                }
3569
            ],
3570
            "description": "Gherkin DSL parser for PHP 5.3",
3571
            "homepage": "http://behat.org/",
3572
            "keywords": [
3573
                "BDD",
3574
                "Behat",
3575
                "DSL",
3576
                "Symfony2",
3577
                "parser"
3578
            ],
3579
            "time": "2013-10-15 11:22:17"
3580
        },
3581
        {
3582
            "name": "behat/mink",
3583
            "version": "v1.7.1",
3584
            "source": {
3585
                "type": "git",
3586
                "url": "https://github.com/minkphp/Mink.git",
3587
                "reference": "e6930b9c74693dff7f4e58577e1b1743399f3ff9"
3588
            },
3589
            "dist": {
3590
                "type": "zip",
3591
                "url": "https://api.github.com/repos/minkphp/Mink/zipball/e6930b9c74693dff7f4e58577e1b1743399f3ff9",
3592
                "reference": "e6930b9c74693dff7f4e58577e1b1743399f3ff9",
3593
                "shasum": ""
3594
            },
3595
            "require": {
3596
                "php": ">=5.3.1",
3597
                "symfony/css-selector": "~2.1|~3.0"
3598
            },
3599
            "require-dev": {
3600
                "symfony/phpunit-bridge": "~2.7|~3.0"
3601
            },
3602
            "suggest": {
3603
                "behat/mink-browserkit-driver": "extremely fast headless driver for Symfony\\Kernel-based apps (Sf2, Silex)",
3604
                "behat/mink-goutte-driver": "fast headless driver for any app without JS emulation",
3605
                "behat/mink-selenium2-driver": "slow, but JS-enabled driver for any app (requires Selenium2)",
3606
                "behat/mink-zombie-driver": "fast and JS-enabled headless driver for any app (requires node.js)"
3607
            },
3608
            "type": "library",
3609
            "extra": {
3610
                "branch-alias": {
3611
                    "dev-master": "1.7.x-dev"
3612
                }
3613
            },
3614
            "autoload": {
3615
                "psr-4": {
3616
                    "Behat\\Mink\\": "src/"
3617
                }
3618
            },
3619
            "notification-url": "https://packagist.org/downloads/",
3620
            "license": [
3621
                "MIT"
3622
            ],
3623
            "authors": [
3624
                {
3625
                    "name": "Konstantin Kudryashov",
3626
                    "email": "[email protected]",
3627
                    "homepage": "http://everzet.com"
3628
                }
3629
            ],
3630
            "description": "Browser controller/emulator abstraction for PHP",
3631
            "homepage": "http://mink.behat.org/",
3632
            "keywords": [
3633
                "browser",
3634
                "testing",
3635
                "web"
3636
            ],
3637
            "time": "2016-03-05 08:26:18"
3638
        },
3639
        {
3640
            "name": "behat/mink-browserkit-driver",
3641
            "version": "v1.3.2",
3642
            "source": {
3643
                "type": "git",
3644
                "url": "https://github.com/minkphp/MinkBrowserKitDriver.git",
3645
                "reference": "10e67fb4a295efcd62ea0bf16025a85ea19534fb"
3646
            },
3647
            "dist": {
3648
                "type": "zip",
3649
                "url": "https://api.github.com/repos/minkphp/MinkBrowserKitDriver/zipball/10e67fb4a295efcd62ea0bf16025a85ea19534fb",
3650
                "reference": "10e67fb4a295efcd62ea0bf16025a85ea19534fb",
3651
                "shasum": ""
3652
            },
3653
            "require": {
3654
                "behat/mink": "^1.7.1@dev",
3655
                "php": ">=5.3.6",
3656
                "symfony/browser-kit": "~2.3|~3.0",
3657
                "symfony/dom-crawler": "~2.3|~3.0"
3658
            },
3659
            "require-dev": {
3660
                "silex/silex": "~1.2",
3661
                "symfony/phpunit-bridge": "~2.7|~3.0"
3662
            },
3663
            "type": "mink-driver",
3664
            "extra": {
3665
                "branch-alias": {
3666
                    "dev-master": "1.3.x-dev"
3667
                }
3668
            },
3669
            "autoload": {
3670
                "psr-4": {
3671
                    "Behat\\Mink\\Driver\\": "src/"
3672
                }
3673
            },
3674
            "notification-url": "https://packagist.org/downloads/",
3675
            "license": [
3676
                "MIT"
3677
            ],
3678
            "authors": [
3679
                {
3680
                    "name": "Konstantin Kudryashov",
3681
                    "email": "[email protected]",
3682
                    "homepage": "http://everzet.com"
3683
                }
3684
            ],
3685
            "description": "Symfony2 BrowserKit driver for Mink framework",
3686
            "homepage": "http://mink.behat.org/",
3687
            "keywords": [
3688
                "Mink",
3689
                "Symfony2",
3690
                "browser",
3691
                "testing"
3692
            ],
3693
            "time": "2016-03-05 08:59:47"
3694
        },
3695
        {
3696
            "name": "behat/mink-extension",
3697
            "version": "v1.3.3",
3698
            "source": {
3699
                "type": "git",
3700
                "url": "https://github.com/Behat/MinkExtension.git",
3701
                "reference": "b885b9407cba50a954f72c69ed1b2f8d3bc694f8"
3702
            },
3703
            "dist": {
3704
                "type": "zip",
3705
                "url": "https://api.github.com/repos/Behat/MinkExtension/zipball/b885b9407cba50a954f72c69ed1b2f8d3bc694f8",
3706
                "reference": "b885b9407cba50a954f72c69ed1b2f8d3bc694f8",
3707
                "shasum": ""
3708
            },
3709
            "require": {
3710
                "behat/behat": "~2.5.0",
3711
                "behat/mink": "~1.5",
3712
                "php": ">=5.3.2",
3713
                "symfony/config": "~2.2"
3714
            },
3715
            "require-dev": {
3716
                "behat/mink-goutte-driver": "~1.0",
3717
                "fabpot/goutte": "~1.0"
3718
            },
3719
            "type": "behat-extension",
3720
            "autoload": {
3721
                "psr-0": {
3722
                    "Behat\\MinkExtension": "src/"
3723
                }
3724
            },
3725
            "notification-url": "https://packagist.org/downloads/",
3726
            "license": [
3727
                "MIT"
3728
            ],
3729
            "authors": [
3730
                {
3731
                    "name": "Konstantin Kudryashov",
3732
                    "email": "[email protected]",
3733
                    "homepage": "http://everzet.com"
3734
                }
3735
            ],
3736
            "description": "Mink extension for Behat",
3737
            "homepage": "http://mink.behat.org",
3738
            "keywords": [
3739
                "browser",
3740
                "gui",
3741
                "test",
3742
                "web"
3743
            ],
3744
            "time": "2014-05-15 19:27:39"
3745
        },
3746
        {
3747
            "name": "behat/mink-goutte-driver",
3748
            "version": "v1.2.1",
3749
            "source": {
3750
                "type": "git",
3751
                "url": "https://github.com/minkphp/MinkGoutteDriver.git",
3752
                "reference": "8b9ad6d2d95bc70b840d15323365f52fcdaea6ca"
3753
            },
3754
            "dist": {
3755
                "type": "zip",
3756
                "url": "https://api.github.com/repos/minkphp/MinkGoutteDriver/zipball/8b9ad6d2d95bc70b840d15323365f52fcdaea6ca",
3757
                "reference": "8b9ad6d2d95bc70b840d15323365f52fcdaea6ca",
3758
                "shasum": ""
3759
            },
3760
            "require": {
3761
                "behat/mink": "~1.6@dev",
3762
                "behat/mink-browserkit-driver": "~1.2@dev",
3763
                "fabpot/goutte": "~1.0.4|~2.0|~3.1",
3764
                "php": ">=5.3.1"
3765
            },
3766
            "require-dev": {
3767
                "symfony/phpunit-bridge": "~2.7|~3.0"
3768
            },
3769
            "type": "mink-driver",
3770
            "extra": {
3771
                "branch-alias": {
3772
                    "dev-master": "1.2.x-dev"
3773
                }
3774
            },
3775
            "autoload": {
3776
                "psr-4": {
3777
                    "Behat\\Mink\\Driver\\": "src/"
3778
                }
3779
            },
3780
            "notification-url": "https://packagist.org/downloads/",
3781
            "license": [
3782
                "MIT"
3783
            ],
3784
            "authors": [
3785
                {
3786
                    "name": "Konstantin Kudryashov",
3787
                    "email": "[email protected]",
3788
                    "homepage": "http://everzet.com"
3789
                }
3790
            ],
3791
            "description": "Goutte driver for Mink framework",
3792
            "homepage": "http://mink.behat.org/",
3793
            "keywords": [
3794
                "browser",
3795
                "goutte",
3796
                "headless",
3797
                "testing"
3798
            ],
3799
            "time": "2016-03-05 09:04:22"
3800
        },
3801
        {
3802
            "name": "behat/mink-selenium2-driver",
3803
            "version": "v1.3.1",
3804
            "source": {
3805
                "type": "git",
3806
                "url": "https://github.com/minkphp/MinkSelenium2Driver.git",
3807
                "reference": "473a9f3ebe0c134ee1e623ce8a9c852832020288"
3808
            },
3809
            "dist": {
3810
                "type": "zip",
3811
                "url": "https://api.github.com/repos/minkphp/MinkSelenium2Driver/zipball/473a9f3ebe0c134ee1e623ce8a9c852832020288",
3812
                "reference": "473a9f3ebe0c134ee1e623ce8a9c852832020288",
3813
                "shasum": ""
3814
            },
3815
            "require": {
3816
                "behat/mink": "~1.7@dev",
3817
                "instaclick/php-webdriver": "~1.1",
3818
                "php": ">=5.3.1"
3819
            },
3820
            "require-dev": {
3821
                "symfony/phpunit-bridge": "~2.7"
3822
            },
3823
            "type": "mink-driver",
3824
            "extra": {
3825
                "branch-alias": {
3826
                    "dev-master": "1.3.x-dev"
3827
                }
3828
            },
3829
            "autoload": {
3830
                "psr-4": {
3831
                    "Behat\\Mink\\Driver\\": "src/"
3832
                }
3833
            },
3834
            "notification-url": "https://packagist.org/downloads/",
3835
            "license": [
3836
                "MIT"
3837
            ],
3838
            "authors": [
3839
                {
3840
                    "name": "Konstantin Kudryashov",
3841
                    "email": "[email protected]",
3842
                    "homepage": "http://everzet.com"
3843
                },
3844
                {
3845
                    "name": "Pete Otaqui",
3846
                    "email": "[email protected]",
3847
                    "homepage": "https://github.com/pete-otaqui"
3848
                }
3849
            ],
3850
            "description": "Selenium2 (WebDriver) driver for Mink framework",
3851
            "homepage": "http://mink.behat.org/",
3852
            "keywords": [
3853
                "ajax",
3854
                "browser",
3855
                "javascript",
3856
                "selenium",
3857
                "testing",
3858
                "webdriver"
3859
            ],
3860
            "time": "2016-03-05 09:10:18"
3861
        },
3862
        {
3863
            "name": "camspiers/json-pretty",
3864
            "version": "1.0.2",
3865
            "source": {
3866
                "type": "git",
3867
                "url": "https://github.com/camspiers/json-pretty.git",
3868
                "reference": "17be37cb83af8014658da48fa0012604179039a7"
3869
            },
3870
            "dist": {
3871
                "type": "zip",
3872
                "url": "https://api.github.com/repos/camspiers/json-pretty/zipball/17be37cb83af8014658da48fa0012604179039a7",
3873
                "reference": "17be37cb83af8014658da48fa0012604179039a7",
3874
                "shasum": ""
3875
            },
3876
            "require-dev": {
3877
                "phpunit/phpunit": "~4.0"
3878
            },
3879
            "type": "library",
3880
            "autoload": {
3881
                "psr-0": {
3882
                    "Camspiers": "src/"
3883
                }
3884
            },
3885
            "notification-url": "https://packagist.org/downloads/",
3886
            "license": [
3887
                "MIT"
3888
            ],
3889
            "authors": [
3890
                {
3891
                    "name": "Cam Spiers",
3892
                    "email": "[email protected]"
3893
                }
3894
            ],
3895
            "description": "Provides support for json pretty printing",
3896
            "time": "2016-02-06 01:25:58"
3897
        },
3898
        {
3899
            "name": "fabpot/goutte",
3900
            "version": "v2.0.4",
3901
            "source": {
3902
                "type": "git",
3903
                "url": "https://github.com/FriendsOfPHP/Goutte.git",
3904
                "reference": "0ad3ee6dc2d0aaa832a80041a1e09bf394e99802"
3905
            },
3906
            "dist": {
3907
                "type": "zip",
3908
                "url": "https://api.github.com/repos/FriendsOfPHP/Goutte/zipball/0ad3ee6dc2d0aaa832a80041a1e09bf394e99802",
3909
                "reference": "0ad3ee6dc2d0aaa832a80041a1e09bf394e99802",
3910
                "shasum": ""
3911
            },
3912
            "require": {
3913
                "guzzlehttp/guzzle": ">=4,<6",
3914
                "php": ">=5.4.0",
3915
                "symfony/browser-kit": "~2.1",
3916
                "symfony/css-selector": "~2.1",
3917
                "symfony/dom-crawler": "~2.1"
3918
            },
3919
            "type": "application",
3920
            "extra": {
3921
                "branch-alias": {
3922
                    "dev-master": "2.0-dev"
3923
                }
3924
            },
3925
            "autoload": {
3926
                "psr-4": {
3927
                    "Goutte\\": "Goutte"
3928
                }
3929
            },
3930
            "notification-url": "https://packagist.org/downloads/",
3931
            "license": [
3932
                "MIT"
3933
            ],
3934
            "authors": [
3935
                {
3936
                    "name": "Fabien Potencier",
3937
                    "email": "[email protected]"
3938
                }
3939
            ],
3940
            "description": "A simple PHP Web Scraper",
3941
            "homepage": "https://github.com/FriendsOfPHP/Goutte",
3942
            "keywords": [
3943
                "scraper"
3944
            ],
3945
            "time": "2015-05-05 21:14:57"
3946
        },
3947
        {
3948
            "name": "ibuildings/qa-tools",
3949
            "version": "1.1.27",
3950
            "source": {
3951
                "type": "git",
3952
                "url": "https://github.com/ibuildingsnl/qa-tools.git",
3953
                "reference": "8ad25e0a919aa0ed7ceb00abbe1d80a0dae929dd"
3954
            },
3955
            "dist": {
3956
                "type": "zip",
3957
                "url": "https://api.github.com/repos/ibuildingsnl/qa-tools/zipball/8ad25e0a919aa0ed7ceb00abbe1d80a0dae929dd",
3958
                "reference": "8ad25e0a919aa0ed7ceb00abbe1d80a0dae929dd",
3959
                "shasum": ""
3960
            },
3961
            "require": {
3962
                "behat/behat": "~2.5",
3963
                "behat/mink": "*",
3964
                "behat/mink-extension": "*",
3965
                "behat/mink-goutte-driver": ">=1.0.9",
3966
                "behat/mink-selenium2-driver": "*",
3967
                "camspiers/json-pretty": "~1.0",
3968
                "phpmd/phpmd": "~2",
3969
                "phpunit/phpunit": "~4",
3970
                "sebastian/phpcpd": "~2",
3971
                "sensiolabs/security-checker": "~2.0",
3972
                "squizlabs/php_codesniffer": "~1",
3973
                "symfony/console": "~2.1",
3974
                "symfony/filesystem": "~2.1",
3975
                "twig/twig": "~1.12"
3976
            },
3977
            "bin": [
3978
                "bin/qa-tools",
3979
                "bin/jshint"
3980
            ],
3981
            "type": "library",
3982
            "extra": {
3983
                "branch-alias": {
3984
                    "dev-master": "1.1.x-dev"
3985
                }
3986
            },
3987
            "autoload": {
3988
                "psr-0": {
3989
                    "Ibuildings": "src/"
3990
                }
3991
            },
3992
            "notification-url": "https://packagist.org/downloads/",
3993
            "license": [
3994
                "MIT"
3995
            ],
3996
            "description": "Ibuildings standard QA Tools",
3997
            "time": "2014-10-06 10:35:34"
3998
        },
3999
        {
4000
            "name": "instaclick/php-webdriver",
4001
            "version": "1.4.3",
4002
            "source": {
4003
                "type": "git",
4004
                "url": "https://github.com/instaclick/php-webdriver.git",
4005
                "reference": "0c20707dcf30a32728fd6bdeeab996c887fdb2fb"
4006
            },
4007
            "dist": {
4008
                "type": "zip",
4009
                "url": "https://api.github.com/repos/instaclick/php-webdriver/zipball/0c20707dcf30a32728fd6bdeeab996c887fdb2fb",
4010
                "reference": "0c20707dcf30a32728fd6bdeeab996c887fdb2fb",
4011
                "shasum": ""
4012
            },
4013
            "require": {
4014
                "ext-curl": "*",
4015
                "php": ">=5.3.2"
4016
            },
4017
            "require-dev": {
4018
                "satooshi/php-coveralls": "dev-master"
4019
            },
4020
            "type": "library",
4021
            "extra": {
4022
                "branch-alias": {
4023
                    "dev-master": "1.4.x-dev"
4024
                }
4025
            },
4026
            "autoload": {
4027
                "psr-0": {
4028
                    "WebDriver": "lib/"
4029
                }
4030
            },
4031
            "notification-url": "https://packagist.org/downloads/",
4032
            "license": [
4033
                "Apache-2.0"
4034
            ],
4035
            "authors": [
4036
                {
4037
                    "name": "Justin Bishop",
4038
                    "email": "[email protected]",
4039
                    "role": "Developer"
4040
                },
4041
                {
4042
                    "name": "Anthon Pang",
4043
                    "email": "[email protected]",
4044
                    "role": "Fork Maintainer"
4045
                }
4046
            ],
4047
            "description": "PHP WebDriver for Selenium 2",
4048
            "homepage": "http://instaclick.com/",
4049
            "keywords": [
4050
                "browser",
4051
                "selenium",
4052
                "webdriver",
4053
                "webtest"
4054
            ],
4055
            "time": "2015-06-15 20:19:33"
4056
        },
4057
        {
4058
            "name": "liip/rmt",
4059
            "version": "1.1.9",
4060
            "source": {
4061
                "type": "git",
4062
                "url": "https://github.com/liip/RMT.git",
4063
                "reference": "81ecd50b0910a2e6a052e2d34f187922626c4e07"
4064
            },
4065
            "dist": {
4066
                "type": "zip",
4067
                "url": "https://api.github.com/repos/liip/RMT/zipball/81ecd50b0910a2e6a052e2d34f187922626c4e07",
4068
                "reference": "81ecd50b0910a2e6a052e2d34f187922626c4e07",
4069
                "shasum": ""
4070
            },
4071
            "require": {
4072
                "php": ">=5.3.3",
4073
                "sensiolabs/security-checker": "~2.0",
4074
                "symfony/console": "~2.0",
4075
                "symfony/process": "~2.0",
4076
                "symfony/yaml": "~2.0",
4077
                "vierbergenlars/php-semver": "~3.0"
4078
            },
4079
            "bin": [
4080
                "RMT"
4081
            ],
4082
            "type": "library",
4083
            "autoload": {
4084
                "psr-0": {
4085
                    "Liip": "src"
4086
                }
4087
            },
4088
            "notification-url": "https://packagist.org/downloads/",
4089
            "license": [
4090
                "MIT"
4091
            ],
4092
            "authors": [
4093
                {
4094
                    "name": "Laurent Prodon",
4095
                    "email": "[email protected]",
4096
                    "role": "Developer"
4097
                },
4098
                {
4099
                    "name": "David Jeanmonod",
4100
                    "email": "[email protected]",
4101
                    "role": "Developer"
4102
                }
4103
            ],
4104
            "description": "Release Managment Tool: a handy tool to help releasing new version of your software",
4105
            "homepage": "http://github.com/liip/RMT",
4106
            "keywords": [
4107
                "post-release",
4108
                "pre-release",
4109
                "release",
4110
                "semantic versioning",
4111
                "vcs tag",
4112
                "version"
4113
            ],
4114
            "time": "2015-05-06 20:11:13"
4115
        },
4116
        {
4117
            "name": "matthiasnoback/symfony-config-test",
4118
            "version": "v1.4.0",
4119
            "source": {
4120
                "type": "git",
4121
                "url": "https://github.com/matthiasnoback/SymfonyConfigTest.git",
4122
                "reference": "615b7c8ff5dc1737e553e518dbed641aa548572d"
4123
            },
4124
            "dist": {
4125
                "type": "zip",
4126
                "url": "https://api.github.com/repos/matthiasnoback/SymfonyConfigTest/zipball/615b7c8ff5dc1737e553e518dbed641aa548572d",
4127
                "reference": "615b7c8ff5dc1737e553e518dbed641aa548572d",
4128
                "shasum": ""
4129
            },
4130
            "require": {
4131
                "php": ">=5.3",
4132
                "sebastian/exporter": "1.*",
4133
                "symfony/config": "~2.0|~3.0"
4134
            },
4135
            "require-dev": {
4136
                "phpunit/phpunit": ">=3.7"
4137
            },
4138
            "type": "library",
4139
            "autoload": {
4140
                "psr-4": {
4141
                    "Matthias\\SymfonyConfigTest\\": ""
4142
                }
4143
            },
4144
            "notification-url": "https://packagist.org/downloads/",
4145
            "license": [
4146
                "MIT"
4147
            ],
4148
            "authors": [
4149
                {
4150
                    "name": "Matthias Noback",
4151
                    "email": "[email protected]",
4152
                    "homepage": "http://php-and-symfony.matthiasnoback.nl"
4153
                }
4154
            ],
4155
            "description": "Library for testing user classes related to the Symfony Config Component",
4156
            "homepage": "https://github.com/matthiasnoback/SymfonyConfigTest",
4157
            "keywords": [
4158
                "config",
4159
                "phpunit",
4160
                "symfony"
4161
            ],
4162
            "time": "2015-11-25 21:40:32"
4163
        },
4164
        {
4165
            "name": "pdepend/pdepend",
4166
            "version": "2.2.4",
4167
            "source": {
4168
                "type": "git",
4169
                "url": "https://github.com/pdepend/pdepend.git",
4170
                "reference": "b086687f3a01dc6bb92d633aef071d2c5dd0db06"
4171
            },
4172
            "dist": {
4173
                "type": "zip",
4174
                "url": "https://api.github.com/repos/pdepend/pdepend/zipball/b086687f3a01dc6bb92d633aef071d2c5dd0db06",
4175
                "reference": "b086687f3a01dc6bb92d633aef071d2c5dd0db06",
4176
                "shasum": ""
4177
            },
4178
            "require": {
4179
                "php": ">=5.3.7",
4180
                "symfony/config": "^2.3.0|^3",
4181
                "symfony/dependency-injection": "^2.3.0|^3",
4182
                "symfony/filesystem": "^2.3.0|^3"
4183
            },
4184
            "require-dev": {
4185
                "phpunit/phpunit": "^4.4.0,<4.8",
4186
                "squizlabs/php_codesniffer": "^2.0.0"
4187
            },
4188
            "bin": [
4189
                "src/bin/pdepend"
4190
            ],
4191
            "type": "library",
4192
            "autoload": {
4193
                "psr-4": {
4194
                    "PDepend\\": "src/main/php/PDepend"
4195
                }
4196
            },
4197
            "notification-url": "https://packagist.org/downloads/",
4198
            "license": [
4199
                "BSD-3-Clause"
4200
            ],
4201
            "description": "Official version of pdepend to be handled with Composer",
4202
            "time": "2016-03-10 15:15:04"
4203
        },
4204
        {
4205
            "name": "phpdocumentor/reflection-common",
4206
            "version": "1.0",
4207
            "source": {
4208
                "type": "git",
4209
                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
4210
                "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c"
4211
            },
4212
            "dist": {
4213
                "type": "zip",
4214
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
4215
                "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
4216
                "shasum": ""
4217
            },
4218
            "require": {
4219
                "php": ">=5.5"
4220
            },
4221
            "require-dev": {
4222
                "phpunit/phpunit": "^4.6"
4223
            },
4224
            "type": "library",
4225
            "extra": {
4226
                "branch-alias": {
4227
                    "dev-master": "1.0.x-dev"
4228
                }
4229
            },
4230
            "autoload": {
4231
                "psr-4": {
4232
                    "phpDocumentor\\Reflection\\": [
4233
                        "src"
4234
                    ]
4235
                }
4236
            },
4237
            "notification-url": "https://packagist.org/downloads/",
4238
            "license": [
4239
                "MIT"
4240
            ],
4241
            "authors": [
4242
                {
4243
                    "name": "Jaap van Otterdijk",
4244
                    "email": "[email protected]"
4245
                }
4246
            ],
4247
            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
4248
            "homepage": "http://www.phpdoc.org",
4249
            "keywords": [
4250
                "FQSEN",
4251
                "phpDocumentor",
4252
                "phpdoc",
4253
                "reflection",
4254
                "static analysis"
4255
            ],
4256
            "time": "2015-12-27 11:43:31"
4257
        },
4258
        {
4259
            "name": "phpdocumentor/reflection-docblock",
4260
            "version": "3.0.2",
4261
            "source": {
4262
                "type": "git",
4263
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
4264
                "reference": "45ada3e3fd09789fbfbd6d65b3f0901f0030dc61"
4265
            },
4266
            "dist": {
4267
                "type": "zip",
4268
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/45ada3e3fd09789fbfbd6d65b3f0901f0030dc61",
4269
                "reference": "45ada3e3fd09789fbfbd6d65b3f0901f0030dc61",
4270
                "shasum": ""
4271
            },
4272
            "require": {
4273
                "php": ">=5.5",
4274
                "phpdocumentor/reflection-common": "^1.0@dev",
4275
                "phpdocumentor/type-resolver": "^0.1.5",
4276
                "webmozart/assert": "^1.0"
4277
            },
4278
            "require-dev": {
4279
                "mockery/mockery": "^0.9.4",
4280
                "phpunit/phpunit": "^4.4"
4281
            },
4282
            "type": "library",
4283
            "autoload": {
4284
                "psr-4": {
4285
                    "phpDocumentor\\Reflection\\": [
4286
                        "src/"
4287
                    ]
4288
                }
4289
            },
4290
            "notification-url": "https://packagist.org/downloads/",
4291
            "license": [
4292
                "MIT"
4293
            ],
4294
            "authors": [
4295
                {
4296
                    "name": "Mike van Riel",
4297
                    "email": "[email protected]"
4298
                }
4299
            ],
4300
            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
4301
            "time": "2016-06-06 06:44:13"
4302
        },
4303
        {
4304
            "name": "phpdocumentor/type-resolver",
4305
            "version": "0.1.8",
4306
            "source": {
4307
                "type": "git",
4308
                "url": "https://github.com/phpDocumentor/TypeResolver.git",
4309
                "reference": "9891754231e55d42f0d16988ffb799af39f31a12"
4310
            },
4311
            "dist": {
4312
                "type": "zip",
4313
                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9891754231e55d42f0d16988ffb799af39f31a12",
4314
                "reference": "9891754231e55d42f0d16988ffb799af39f31a12",
4315
                "shasum": ""
4316
            },
4317
            "require": {
4318
                "php": ">=5.5",
4319
                "phpdocumentor/reflection-common": "^1.0"
4320
            },
4321
            "require-dev": {
4322
                "mockery/mockery": "^0.9.4",
4323
                "phpunit/phpunit": "^5.2"
4324
            },
4325
            "type": "library",
4326
            "extra": {
4327
                "branch-alias": {
4328
                    "dev-master": "1.0.x-dev"
4329
                }
4330
            },
4331
            "autoload": {
4332
                "psr-4": {
4333
                    "phpDocumentor\\Reflection\\": [
4334
                        "src/"
4335
                    ]
4336
                }
4337
            },
4338
            "notification-url": "https://packagist.org/downloads/",
4339
            "license": [
4340
                "MIT"
4341
            ],
4342
            "authors": [
4343
                {
4344
                    "name": "Mike van Riel",
4345
                    "email": "[email protected]"
4346
                }
4347
            ],
4348
            "time": "2016-03-28 10:02:29"
4349
        },
4350
        {
4351
            "name": "phpmd/phpmd",
4352
            "version": "2.4.3",
4353
            "source": {
4354
                "type": "git",
4355
                "url": "https://github.com/phpmd/phpmd.git",
4356
                "reference": "2b9c2417a18696dfb578b38c116cd0ddc19b256e"
4357
            },
4358
            "dist": {
4359
                "type": "zip",
4360
                "url": "https://api.github.com/repos/phpmd/phpmd/zipball/2b9c2417a18696dfb578b38c116cd0ddc19b256e",
4361
                "reference": "2b9c2417a18696dfb578b38c116cd0ddc19b256e",
4362
                "shasum": ""
4363
            },
4364
            "require": {
4365
                "pdepend/pdepend": "^2.0.4",
4366
                "php": ">=5.3.0"
4367
            },
4368
            "require-dev": {
4369
                "phpunit/phpunit": "^4.0",
4370
                "squizlabs/php_codesniffer": "^2.0"
4371
            },
4372
            "bin": [
4373
                "src/bin/phpmd"
4374
            ],
4375
            "type": "project",
4376
            "autoload": {
4377
                "psr-0": {
4378
                    "PHPMD\\": "src/main/php"
4379
                }
4380
            },
4381
            "notification-url": "https://packagist.org/downloads/",
4382
            "license": [
4383
                "BSD-3-Clause"
4384
            ],
4385
            "authors": [
4386
                {
4387
                    "name": "Manuel Pichler",
4388
                    "email": "[email protected]",
4389
                    "homepage": "https://github.com/manuelpichler",
4390
                    "role": "Project Founder"
4391
                },
4392
                {
4393
                    "name": "Other contributors",
4394
                    "homepage": "https://github.com/phpmd/phpmd/graphs/contributors",
4395
                    "role": "Contributors"
4396
                },
4397
                {
4398
                    "name": "Marc Würth",
4399
                    "email": "[email protected]",
4400
                    "homepage": "https://github.com/ravage84",
4401
                    "role": "Project Maintainer"
4402
                }
4403
            ],
4404
            "description": "PHPMD is a spin-off project of PHP Depend and aims to be a PHP equivalent of the well known Java tool PMD.",
4405
            "homepage": "http://phpmd.org/",
4406
            "keywords": [
4407
                "mess detection",
4408
                "mess detector",
4409
                "pdepend",
4410
                "phpmd",
4411
                "pmd"
4412
            ],
4413
            "time": "2016-04-04 11:52:04"
4414
        },
4415
        {
4416
            "name": "phpspec/prophecy",
4417
            "version": "v1.6.1",
4418
            "source": {
4419
                "type": "git",
4420
                "url": "https://github.com/phpspec/prophecy.git",
4421
                "reference": "58a8137754bc24b25740d4281399a4a3596058e0"
4422
            },
4423
            "dist": {
4424
                "type": "zip",
4425
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/58a8137754bc24b25740d4281399a4a3596058e0",
4426
                "reference": "58a8137754bc24b25740d4281399a4a3596058e0",
4427
                "shasum": ""
4428
            },
4429
            "require": {
4430
                "doctrine/instantiator": "^1.0.2",
4431
                "php": "^5.3|^7.0",
4432
                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2",
4433
                "sebastian/comparator": "^1.1",
4434
                "sebastian/recursion-context": "^1.0"
4435
            },
4436
            "require-dev": {
4437
                "phpspec/phpspec": "^2.0"
4438
            },
4439
            "type": "library",
4440
            "extra": {
4441
                "branch-alias": {
4442
                    "dev-master": "1.6.x-dev"
4443
                }
4444
            },
4445
            "autoload": {
4446
                "psr-0": {
4447
                    "Prophecy\\": "src/"
4448
                }
4449
            },
4450
            "notification-url": "https://packagist.org/downloads/",
4451
            "license": [
4452
                "MIT"
4453
            ],
4454
            "authors": [
4455
                {
4456
                    "name": "Konstantin Kudryashov",
4457
                    "email": "[email protected]",
4458
                    "homepage": "http://everzet.com"
4459
                },
4460
                {
4461
                    "name": "Marcello Duarte",
4462
                    "email": "[email protected]"
4463
                }
4464
            ],
4465
            "description": "Highly opinionated mocking framework for PHP 5.3+",
4466
            "homepage": "https://github.com/phpspec/prophecy",
4467
            "keywords": [
4468
                "Double",
4469
                "Dummy",
4470
                "fake",
4471
                "mock",
4472
                "spy",
4473
                "stub"
4474
            ],
4475
            "time": "2016-06-07 08:13:47"
4476
        },
4477
        {
4478
            "name": "phpunit/php-code-coverage",
4479
            "version": "2.2.4",
4480
            "source": {
4481
                "type": "git",
4482
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
4483
                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
4484
            },
4485
            "dist": {
4486
                "type": "zip",
4487
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
4488
                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
4489
                "shasum": ""
4490
            },
4491
            "require": {
4492
                "php": ">=5.3.3",
4493
                "phpunit/php-file-iterator": "~1.3",
4494
                "phpunit/php-text-template": "~1.2",
4495
                "phpunit/php-token-stream": "~1.3",
4496
                "sebastian/environment": "^1.3.2",
4497
                "sebastian/version": "~1.0"
4498
            },
4499
            "require-dev": {
4500
                "ext-xdebug": ">=2.1.4",
4501
                "phpunit/phpunit": "~4"
4502
            },
4503
            "suggest": {
4504
                "ext-dom": "*",
4505
                "ext-xdebug": ">=2.2.1",
4506
                "ext-xmlwriter": "*"
4507
            },
4508
            "type": "library",
4509
            "extra": {
4510
                "branch-alias": {
4511
                    "dev-master": "2.2.x-dev"
4512
                }
4513
            },
4514
            "autoload": {
4515
                "classmap": [
4516
                    "src/"
4517
                ]
4518
            },
4519
            "notification-url": "https://packagist.org/downloads/",
4520
            "license": [
4521
                "BSD-3-Clause"
4522
            ],
4523
            "authors": [
4524
                {
4525
                    "name": "Sebastian Bergmann",
4526
                    "email": "[email protected]",
4527
                    "role": "lead"
4528
                }
4529
            ],
4530
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
4531
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
4532
            "keywords": [
4533
                "coverage",
4534
                "testing",
4535
                "xunit"
4536
            ],
4537
            "time": "2015-10-06 15:47:00"
4538
        },
4539
        {
4540
            "name": "phpunit/php-file-iterator",
4541
            "version": "1.4.1",
4542
            "source": {
4543
                "type": "git",
4544
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
4545
                "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0"
4546
            },
4547
            "dist": {
4548
                "type": "zip",
4549
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
4550
                "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
4551
                "shasum": ""
4552
            },
4553
            "require": {
4554
                "php": ">=5.3.3"
4555
            },
4556
            "type": "library",
4557
            "extra": {
4558
                "branch-alias": {
4559
                    "dev-master": "1.4.x-dev"
4560
                }
4561
            },
4562
            "autoload": {
4563
                "classmap": [
4564
                    "src/"
4565
                ]
4566
            },
4567
            "notification-url": "https://packagist.org/downloads/",
4568
            "license": [
4569
                "BSD-3-Clause"
4570
            ],
4571
            "authors": [
4572
                {
4573
                    "name": "Sebastian Bergmann",
4574
                    "email": "[email protected]",
4575
                    "role": "lead"
4576
                }
4577
            ],
4578
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
4579
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
4580
            "keywords": [
4581
                "filesystem",
4582
                "iterator"
4583
            ],
4584
            "time": "2015-06-21 13:08:43"
4585
        },
4586
        {
4587
            "name": "phpunit/php-text-template",
4588
            "version": "1.2.1",
4589
            "source": {
4590
                "type": "git",
4591
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
4592
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
4593
            },
4594
            "dist": {
4595
                "type": "zip",
4596
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
4597
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
4598
                "shasum": ""
4599
            },
4600
            "require": {
4601
                "php": ">=5.3.3"
4602
            },
4603
            "type": "library",
4604
            "autoload": {
4605
                "classmap": [
4606
                    "src/"
4607
                ]
4608
            },
4609
            "notification-url": "https://packagist.org/downloads/",
4610
            "license": [
4611
                "BSD-3-Clause"
4612
            ],
4613
            "authors": [
4614
                {
4615
                    "name": "Sebastian Bergmann",
4616
                    "email": "[email protected]",
4617
                    "role": "lead"
4618
                }
4619
            ],
4620
            "description": "Simple template engine.",
4621
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
4622
            "keywords": [
4623
                "template"
4624
            ],
4625
            "time": "2015-06-21 13:50:34"
4626
        },
4627
        {
4628
            "name": "phpunit/php-timer",
4629
            "version": "1.0.8",
4630
            "source": {
4631
                "type": "git",
4632
                "url": "https://github.com/sebastianbergmann/php-timer.git",
4633
                "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260"
4634
            },
4635
            "dist": {
4636
                "type": "zip",
4637
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/38e9124049cf1a164f1e4537caf19c99bf1eb260",
4638
                "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260",
4639
                "shasum": ""
4640
            },
4641
            "require": {
4642
                "php": ">=5.3.3"
4643
            },
4644
            "require-dev": {
4645
                "phpunit/phpunit": "~4|~5"
4646
            },
4647
            "type": "library",
4648
            "autoload": {
4649
                "classmap": [
4650
                    "src/"
4651
                ]
4652
            },
4653
            "notification-url": "https://packagist.org/downloads/",
4654
            "license": [
4655
                "BSD-3-Clause"
4656
            ],
4657
            "authors": [
4658
                {
4659
                    "name": "Sebastian Bergmann",
4660
                    "email": "[email protected]",
4661
                    "role": "lead"
4662
                }
4663
            ],
4664
            "description": "Utility class for timing",
4665
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
4666
            "keywords": [
4667
                "timer"
4668
            ],
4669
            "time": "2016-05-12 18:03:57"
4670
        },
4671
        {
4672
            "name": "phpunit/php-token-stream",
4673
            "version": "1.4.8",
4674
            "source": {
4675
                "type": "git",
4676
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
4677
                "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da"
4678
            },
4679
            "dist": {
4680
                "type": "zip",
4681
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
4682
                "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
4683
                "shasum": ""
4684
            },
4685
            "require": {
4686
                "ext-tokenizer": "*",
4687
                "php": ">=5.3.3"
4688
            },
4689
            "require-dev": {
4690
                "phpunit/phpunit": "~4.2"
4691
            },
4692
            "type": "library",
4693
            "extra": {
4694
                "branch-alias": {
4695
                    "dev-master": "1.4-dev"
4696
                }
4697
            },
4698
            "autoload": {
4699
                "classmap": [
4700
                    "src/"
4701
                ]
4702
            },
4703
            "notification-url": "https://packagist.org/downloads/",
4704
            "license": [
4705
                "BSD-3-Clause"
4706
            ],
4707
            "authors": [
4708
                {
4709
                    "name": "Sebastian Bergmann",
4710
                    "email": "[email protected]"
4711
                }
4712
            ],
4713
            "description": "Wrapper around PHP's tokenizer extension.",
4714
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
4715
            "keywords": [
4716
                "tokenizer"
4717
            ],
4718
            "time": "2015-09-15 10:49:45"
4719
        },
4720
        {
4721
            "name": "phpunit/phpunit",
4722
            "version": "4.8.26",
4723
            "source": {
4724
                "type": "git",
4725
                "url": "https://github.com/sebastianbergmann/phpunit.git",
4726
                "reference": "fc1d8cd5b5de11625979125c5639347896ac2c74"
4727
            },
4728
            "dist": {
4729
                "type": "zip",
4730
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/fc1d8cd5b5de11625979125c5639347896ac2c74",
4731
                "reference": "fc1d8cd5b5de11625979125c5639347896ac2c74",
4732
                "shasum": ""
4733
            },
4734
            "require": {
4735
                "ext-dom": "*",
4736
                "ext-json": "*",
4737
                "ext-pcre": "*",
4738
                "ext-reflection": "*",
4739
                "ext-spl": "*",
4740
                "php": ">=5.3.3",
4741
                "phpspec/prophecy": "^1.3.1",
4742
                "phpunit/php-code-coverage": "~2.1",
4743
                "phpunit/php-file-iterator": "~1.4",
4744
                "phpunit/php-text-template": "~1.2",
4745
                "phpunit/php-timer": "^1.0.6",
4746
                "phpunit/phpunit-mock-objects": "~2.3",
4747
                "sebastian/comparator": "~1.1",
4748
                "sebastian/diff": "~1.2",
4749
                "sebastian/environment": "~1.3",
4750
                "sebastian/exporter": "~1.2",
4751
                "sebastian/global-state": "~1.0",
4752
                "sebastian/version": "~1.0",
4753
                "symfony/yaml": "~2.1|~3.0"
4754
            },
4755
            "suggest": {
4756
                "phpunit/php-invoker": "~1.1"
4757
            },
4758
            "bin": [
4759
                "phpunit"
4760
            ],
4761
            "type": "library",
4762
            "extra": {
4763
                "branch-alias": {
4764
                    "dev-master": "4.8.x-dev"
4765
                }
4766
            },
4767
            "autoload": {
4768
                "classmap": [
4769
                    "src/"
4770
                ]
4771
            },
4772
            "notification-url": "https://packagist.org/downloads/",
4773
            "license": [
4774
                "BSD-3-Clause"
4775
            ],
4776
            "authors": [
4777
                {
4778
                    "name": "Sebastian Bergmann",
4779
                    "email": "[email protected]",
4780
                    "role": "lead"
4781
                }
4782
            ],
4783
            "description": "The PHP Unit Testing framework.",
4784
            "homepage": "https://phpunit.de/",
4785
            "keywords": [
4786
                "phpunit",
4787
                "testing",
4788
                "xunit"
4789
            ],
4790
            "time": "2016-05-17 03:09:28"
4791
        },
4792
        {
4793
            "name": "phpunit/phpunit-mock-objects",
4794
            "version": "2.3.8",
4795
            "source": {
4796
                "type": "git",
4797
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
4798
                "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
4799
            },
4800
            "dist": {
4801
                "type": "zip",
4802
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
4803
                "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
4804
                "shasum": ""
4805
            },
4806
            "require": {
4807
                "doctrine/instantiator": "^1.0.2",
4808
                "php": ">=5.3.3",
4809
                "phpunit/php-text-template": "~1.2",
4810
                "sebastian/exporter": "~1.2"
4811
            },
4812
            "require-dev": {
4813
                "phpunit/phpunit": "~4.4"
4814
            },
4815
            "suggest": {
4816
                "ext-soap": "*"
4817
            },
4818
            "type": "library",
4819
            "extra": {
4820
                "branch-alias": {
4821
                    "dev-master": "2.3.x-dev"
4822
                }
4823
            },
4824
            "autoload": {
4825
                "classmap": [
4826
                    "src/"
4827
                ]
4828
            },
4829
            "notification-url": "https://packagist.org/downloads/",
4830
            "license": [
4831
                "BSD-3-Clause"
4832
            ],
4833
            "authors": [
4834
                {
4835
                    "name": "Sebastian Bergmann",
4836
                    "email": "[email protected]",
4837
                    "role": "lead"
4838
                }
4839
            ],
4840
            "description": "Mock Object library for PHPUnit",
4841
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
4842
            "keywords": [
4843
                "mock",
4844
                "xunit"
4845
            ],
4846
            "time": "2015-10-02 06:51:40"
4847
        },
4848
        {
4849
            "name": "sebastian/comparator",
4850
            "version": "1.2.0",
4851
            "source": {
4852
                "type": "git",
4853
                "url": "https://github.com/sebastianbergmann/comparator.git",
4854
                "reference": "937efb279bd37a375bcadf584dec0726f84dbf22"
4855
            },
4856
            "dist": {
4857
                "type": "zip",
4858
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22",
4859
                "reference": "937efb279bd37a375bcadf584dec0726f84dbf22",
4860
                "shasum": ""
4861
            },
4862
            "require": {
4863
                "php": ">=5.3.3",
4864
                "sebastian/diff": "~1.2",
4865
                "sebastian/exporter": "~1.2"
4866
            },
4867
            "require-dev": {
4868
                "phpunit/phpunit": "~4.4"
4869
            },
4870
            "type": "library",
4871
            "extra": {
4872
                "branch-alias": {
4873
                    "dev-master": "1.2.x-dev"
4874
                }
4875
            },
4876
            "autoload": {
4877
                "classmap": [
4878
                    "src/"
4879
                ]
4880
            },
4881
            "notification-url": "https://packagist.org/downloads/",
4882
            "license": [
4883
                "BSD-3-Clause"
4884
            ],
4885
            "authors": [
4886
                {
4887
                    "name": "Jeff Welch",
4888
                    "email": "[email protected]"
4889
                },
4890
                {
4891
                    "name": "Volker Dusch",
4892
                    "email": "[email protected]"
4893
                },
4894
                {
4895
                    "name": "Bernhard Schussek",
4896
                    "email": "[email protected]"
4897
                },
4898
                {
4899
                    "name": "Sebastian Bergmann",
4900
                    "email": "[email protected]"
4901
                }
4902
            ],
4903
            "description": "Provides the functionality to compare PHP values for equality",
4904
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
4905
            "keywords": [
4906
                "comparator",
4907
                "compare",
4908
                "equality"
4909
            ],
4910
            "time": "2015-07-26 15:48:44"
4911
        },
4912
        {
4913
            "name": "sebastian/diff",
4914
            "version": "1.4.1",
4915
            "source": {
4916
                "type": "git",
4917
                "url": "https://github.com/sebastianbergmann/diff.git",
4918
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
4919
            },
4920
            "dist": {
4921
                "type": "zip",
4922
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
4923
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
4924
                "shasum": ""
4925
            },
4926
            "require": {
4927
                "php": ">=5.3.3"
4928
            },
4929
            "require-dev": {
4930
                "phpunit/phpunit": "~4.8"
4931
            },
4932
            "type": "library",
4933
            "extra": {
4934
                "branch-alias": {
4935
                    "dev-master": "1.4-dev"
4936
                }
4937
            },
4938
            "autoload": {
4939
                "classmap": [
4940
                    "src/"
4941
                ]
4942
            },
4943
            "notification-url": "https://packagist.org/downloads/",
4944
            "license": [
4945
                "BSD-3-Clause"
4946
            ],
4947
            "authors": [
4948
                {
4949
                    "name": "Kore Nordmann",
4950
                    "email": "[email protected]"
4951
                },
4952
                {
4953
                    "name": "Sebastian Bergmann",
4954
                    "email": "[email protected]"
4955
                }
4956
            ],
4957
            "description": "Diff implementation",
4958
            "homepage": "https://github.com/sebastianbergmann/diff",
4959
            "keywords": [
4960
                "diff"
4961
            ],
4962
            "time": "2015-12-08 07:14:41"
4963
        },
4964
        {
4965
            "name": "sebastian/environment",
4966
            "version": "1.3.7",
4967
            "source": {
4968
                "type": "git",
4969
                "url": "https://github.com/sebastianbergmann/environment.git",
4970
                "reference": "4e8f0da10ac5802913afc151413bc8c53b6c2716"
4971
            },
4972
            "dist": {
4973
                "type": "zip",
4974
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/4e8f0da10ac5802913afc151413bc8c53b6c2716",
4975
                "reference": "4e8f0da10ac5802913afc151413bc8c53b6c2716",
4976
                "shasum": ""
4977
            },
4978
            "require": {
4979
                "php": ">=5.3.3"
4980
            },
4981
            "require-dev": {
4982
                "phpunit/phpunit": "~4.4"
4983
            },
4984
            "type": "library",
4985
            "extra": {
4986
                "branch-alias": {
4987
                    "dev-master": "1.3.x-dev"
4988
                }
4989
            },
4990
            "autoload": {
4991
                "classmap": [
4992
                    "src/"
4993
                ]
4994
            },
4995
            "notification-url": "https://packagist.org/downloads/",
4996
            "license": [
4997
                "BSD-3-Clause"
4998
            ],
4999
            "authors": [
5000
                {
5001
                    "name": "Sebastian Bergmann",
5002
                    "email": "[email protected]"
5003
                }
5004
            ],
5005
            "description": "Provides functionality to handle HHVM/PHP environments",
5006
            "homepage": "http://www.github.com/sebastianbergmann/environment",
5007
            "keywords": [
5008
                "Xdebug",
5009
                "environment",
5010
                "hhvm"
5011
            ],
5012
            "time": "2016-05-17 03:18:57"
5013
        },
5014
        {
5015
            "name": "sebastian/exporter",
5016
            "version": "1.2.1",
5017
            "source": {
5018
                "type": "git",
5019
                "url": "https://github.com/sebastianbergmann/exporter.git",
5020
                "reference": "7ae5513327cb536431847bcc0c10edba2701064e"
5021
            },
5022
            "dist": {
5023
                "type": "zip",
5024
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/7ae5513327cb536431847bcc0c10edba2701064e",
5025
                "reference": "7ae5513327cb536431847bcc0c10edba2701064e",
5026
                "shasum": ""
5027
            },
5028
            "require": {
5029
                "php": ">=5.3.3",
5030
                "sebastian/recursion-context": "~1.0"
5031
            },
5032
            "require-dev": {
5033
                "phpunit/phpunit": "~4.4"
5034
            },
5035
            "type": "library",
5036
            "extra": {
5037
                "branch-alias": {
5038
                    "dev-master": "1.2.x-dev"
5039
                }
5040
            },
5041
            "autoload": {
5042
                "classmap": [
5043
                    "src/"
5044
                ]
5045
            },
5046
            "notification-url": "https://packagist.org/downloads/",
5047
            "license": [
5048
                "BSD-3-Clause"
5049
            ],
5050
            "authors": [
5051
                {
5052
                    "name": "Jeff Welch",
5053
                    "email": "[email protected]"
5054
                },
5055
                {
5056
                    "name": "Volker Dusch",
5057
                    "email": "[email protected]"
5058
                },
5059
                {
5060
                    "name": "Bernhard Schussek",
5061
                    "email": "[email protected]"
5062
                },
5063
                {
5064
                    "name": "Sebastian Bergmann",
5065
                    "email": "[email protected]"
5066
                },
5067
                {
5068
                    "name": "Adam Harvey",
5069
                    "email": "[email protected]"
5070
                }
5071
            ],
5072
            "description": "Provides the functionality to export PHP variables for visualization",
5073
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
5074
            "keywords": [
5075
                "export",
5076
                "exporter"
5077
            ],
5078
            "time": "2015-06-21 07:55:53"
5079
        },
5080
        {
5081
            "name": "sebastian/finder-facade",
5082
            "version": "1.2.1",
5083
            "source": {
5084
                "type": "git",
5085
                "url": "https://github.com/sebastianbergmann/finder-facade.git",
5086
                "reference": "2a6f7f57efc0aa2d23297d9fd9e2a03111a8c0b9"
5087
            },
5088
            "dist": {
5089
                "type": "zip",
5090
                "url": "https://api.github.com/repos/sebastianbergmann/finder-facade/zipball/2a6f7f57efc0aa2d23297d9fd9e2a03111a8c0b9",
5091
                "reference": "2a6f7f57efc0aa2d23297d9fd9e2a03111a8c0b9",
5092
                "shasum": ""
5093
            },
5094
            "require": {
5095
                "symfony/finder": "~2.3|~3.0",
5096
                "theseer/fdomdocument": "~1.3"
5097
            },
5098
            "type": "library",
5099
            "autoload": {
5100
                "classmap": [
5101
                    "src/"
5102
                ]
5103
            },
5104
            "notification-url": "https://packagist.org/downloads/",
5105
            "license": [
5106
                "BSD-3-Clause"
5107
            ],
5108
            "authors": [
5109
                {
5110
                    "name": "Sebastian Bergmann",
5111
                    "email": "[email protected]",
5112
                    "role": "lead"
5113
                }
5114
            ],
5115
            "description": "FinderFacade is a convenience wrapper for Symfony's Finder component.",
5116
            "homepage": "https://github.com/sebastianbergmann/finder-facade",
5117
            "time": "2016-02-17 07:02:23"
5118
        },
5119
        {
5120
            "name": "sebastian/global-state",
5121
            "version": "1.1.1",
5122
            "source": {
5123
                "type": "git",
5124
                "url": "https://github.com/sebastianbergmann/global-state.git",
5125
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
5126
            },
5127
            "dist": {
5128
                "type": "zip",
5129
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
5130
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
5131
                "shasum": ""
5132
            },
5133
            "require": {
5134
                "php": ">=5.3.3"
5135
            },
5136
            "require-dev": {
5137
                "phpunit/phpunit": "~4.2"
5138
            },
5139
            "suggest": {
5140
                "ext-uopz": "*"
5141
            },
5142
            "type": "library",
5143
            "extra": {
5144
                "branch-alias": {
5145
                    "dev-master": "1.0-dev"
5146
                }
5147
            },
5148
            "autoload": {
5149
                "classmap": [
5150
                    "src/"
5151
                ]
5152
            },
5153
            "notification-url": "https://packagist.org/downloads/",
5154
            "license": [
5155
                "BSD-3-Clause"
5156
            ],
5157
            "authors": [
5158
                {
5159
                    "name": "Sebastian Bergmann",
5160
                    "email": "[email protected]"
5161
                }
5162
            ],
5163
            "description": "Snapshotting of global state",
5164
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
5165
            "keywords": [
5166
                "global state"
5167
            ],
5168
            "time": "2015-10-12 03:26:01"
5169
        },
5170
        {
5171
            "name": "sebastian/phpcpd",
5172
            "version": "2.0.4",
5173
            "source": {
5174
                "type": "git",
5175
                "url": "https://github.com/sebastianbergmann/phpcpd.git",
5176
                "reference": "24d9a880deadb0b8c9680e9cfe78e30b704225db"
5177
            },
5178
            "dist": {
5179
                "type": "zip",
5180
                "url": "https://api.github.com/repos/sebastianbergmann/phpcpd/zipball/24d9a880deadb0b8c9680e9cfe78e30b704225db",
5181
                "reference": "24d9a880deadb0b8c9680e9cfe78e30b704225db",
5182
                "shasum": ""
5183
            },
5184
            "require": {
5185
                "php": ">=5.3.3",
5186
                "phpunit/php-timer": ">=1.0.6",
5187
                "sebastian/finder-facade": "~1.1",
5188
                "sebastian/version": "~1.0|~2.0",
5189
                "symfony/console": "~2.7|^3.0",
5190
                "theseer/fdomdocument": "~1.4"
5191
            },
5192
            "bin": [
5193
                "phpcpd"
5194
            ],
5195
            "type": "library",
5196
            "extra": {
5197
                "branch-alias": {
5198
                    "dev-master": "2.0-dev"
5199
                }
5200
            },
5201
            "autoload": {
5202
                "classmap": [
5203
                    "src/"
5204
                ]
5205
            },
5206
            "notification-url": "https://packagist.org/downloads/",
5207
            "license": [
5208
                "BSD-3-Clause"
5209
            ],
5210
            "authors": [
5211
                {
5212
                    "name": "Sebastian Bergmann",
5213
                    "email": "[email protected]",
5214
                    "role": "lead"
5215
                }
5216
            ],
5217
            "description": "Copy/Paste Detector (CPD) for PHP code.",
5218
            "homepage": "https://github.com/sebastianbergmann/phpcpd",
5219
            "time": "2016-04-17 19:32:49"
5220
        },
5221
        {
5222
            "name": "sebastian/recursion-context",
5223
            "version": "1.0.2",
5224
            "source": {
5225
                "type": "git",
5226
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
5227
                "reference": "913401df809e99e4f47b27cdd781f4a258d58791"
5228
            },
5229
            "dist": {
5230
                "type": "zip",
5231
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/913401df809e99e4f47b27cdd781f4a258d58791",
5232
                "reference": "913401df809e99e4f47b27cdd781f4a258d58791",
5233
                "shasum": ""
5234
            },
5235
            "require": {
5236
                "php": ">=5.3.3"
5237
            },
5238
            "require-dev": {
5239
                "phpunit/phpunit": "~4.4"
5240
            },
5241
            "type": "library",
5242
            "extra": {
5243
                "branch-alias": {
5244
                    "dev-master": "1.0.x-dev"
5245
                }
5246
            },
5247
            "autoload": {
5248
                "classmap": [
5249
                    "src/"
5250
                ]
5251
            },
5252
            "notification-url": "https://packagist.org/downloads/",
5253
            "license": [
5254
                "BSD-3-Clause"
5255
            ],
5256
            "authors": [
5257
                {
5258
                    "name": "Jeff Welch",
5259
                    "email": "[email protected]"
5260
                },
5261
                {
5262
                    "name": "Sebastian Bergmann",
5263
                    "email": "[email protected]"
5264
                },
5265
                {
5266
                    "name": "Adam Harvey",
5267
                    "email": "[email protected]"
5268
                }
5269
            ],
5270
            "description": "Provides functionality to recursively process PHP variables",
5271
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
5272
            "time": "2015-11-11 19:50:13"
5273
        },
5274
        {
5275
            "name": "sebastian/version",
5276
            "version": "1.0.6",
5277
            "source": {
5278
                "type": "git",
5279
                "url": "https://github.com/sebastianbergmann/version.git",
5280
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
5281
            },
5282
            "dist": {
5283
                "type": "zip",
5284
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
5285
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
5286
                "shasum": ""
5287
            },
5288
            "type": "library",
5289
            "autoload": {
5290
                "classmap": [
5291
                    "src/"
5292
                ]
5293
            },
5294
            "notification-url": "https://packagist.org/downloads/",
5295
            "license": [
5296
                "BSD-3-Clause"
5297
            ],
5298
            "authors": [
5299
                {
5300
                    "name": "Sebastian Bergmann",
5301
                    "email": "[email protected]",
5302
                    "role": "lead"
5303
                }
5304
            ],
5305
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
5306
            "homepage": "https://github.com/sebastianbergmann/version",
5307
            "time": "2015-06-21 13:59:46"
5308
        },
5309
        {
5310
            "name": "sensio/generator-bundle",
5311
            "version": "v2.5.3",
5312
            "target-dir": "Sensio/Bundle/GeneratorBundle",
5313
            "source": {
5314
                "type": "git",
5315
                "url": "https://github.com/sensiolabs/SensioGeneratorBundle.git",
5316
                "reference": "e50108c2133ee5c9c484555faed50c17a61221d3"
5317
            },
5318
            "dist": {
5319
                "type": "zip",
5320
                "url": "https://api.github.com/repos/sensiolabs/SensioGeneratorBundle/zipball/e50108c2133ee5c9c484555faed50c17a61221d3",
5321
                "reference": "e50108c2133ee5c9c484555faed50c17a61221d3",
5322
                "shasum": ""
5323
            },
5324
            "require": {
5325
                "symfony/console": "~2.5",
5326
                "symfony/framework-bundle": "~2.2"
5327
            },
5328
            "require-dev": {
5329
                "doctrine/orm": "~2.2,>=2.2.3",
5330
                "symfony/doctrine-bridge": "~2.2",
5331
                "twig/twig": "~1.11"
5332
            },
5333
            "type": "symfony-bundle",
5334
            "extra": {
5335
                "branch-alias": {
5336
                    "dev-master": "2.5.x-dev"
5337
                }
5338
            },
5339
            "autoload": {
5340
                "psr-0": {
5341
                    "Sensio\\Bundle\\GeneratorBundle": ""
5342
                }
5343
            },
5344
            "notification-url": "https://packagist.org/downloads/",
5345
            "license": [
5346
                "MIT"
5347
            ],
5348
            "authors": [
5349
                {
5350
                    "name": "Fabien Potencier",
5351
                    "email": "[email protected]"
5352
                }
5353
            ],
5354
            "description": "This bundle generates code for you",
5355
            "time": "2015-03-17 06:36:52"
5356
        },
5357
        {
5358
            "name": "squizlabs/php_codesniffer",
5359
            "version": "1.5.6",
5360
            "source": {
5361
                "type": "git",
5362
                "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
5363
                "reference": "6f3e42d311b882b25b4d409d23a289f4d3b803d5"
5364
            },
5365
            "dist": {
5366
                "type": "zip",
5367
                "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/6f3e42d311b882b25b4d409d23a289f4d3b803d5",
5368
                "reference": "6f3e42d311b882b25b4d409d23a289f4d3b803d5",
5369
                "shasum": ""
5370
            },
5371
            "require": {
5372
                "ext-tokenizer": "*",
5373
                "php": ">=5.1.2"
5374
            },
5375
            "suggest": {
5376
                "phpunit/php-timer": "dev-master"
5377
            },
5378
            "bin": [
5379
                "scripts/phpcs"
5380
            ],
5381
            "type": "library",
5382
            "extra": {
5383
                "branch-alias": {
5384
                    "dev-phpcs-fixer": "2.0.x-dev"
5385
                }
5386
            },
5387
            "autoload": {
5388
                "classmap": [
5389
                    "CodeSniffer.php",
5390
                    "CodeSniffer/CLI.php",
5391
                    "CodeSniffer/Exception.php",
5392
                    "CodeSniffer/File.php",
5393
                    "CodeSniffer/Report.php",
5394
                    "CodeSniffer/Reporting.php",
5395
                    "CodeSniffer/Sniff.php",
5396
                    "CodeSniffer/Tokens.php",
5397
                    "CodeSniffer/Reports/",
5398
                    "CodeSniffer/CommentParser/",
5399
                    "CodeSniffer/Tokenizers/",
5400
                    "CodeSniffer/DocGenerators/",
5401
                    "CodeSniffer/Standards/AbstractPatternSniff.php",
5402
                    "CodeSniffer/Standards/AbstractScopeSniff.php",
5403
                    "CodeSniffer/Standards/AbstractVariableSniff.php",
5404
                    "CodeSniffer/Standards/IncorrectPatternException.php",
5405
                    "CodeSniffer/Standards/Generic/Sniffs/",
5406
                    "CodeSniffer/Standards/MySource/Sniffs/",
5407
                    "CodeSniffer/Standards/PEAR/Sniffs/",
5408
                    "CodeSniffer/Standards/PSR1/Sniffs/",
5409
                    "CodeSniffer/Standards/PSR2/Sniffs/",
5410
                    "CodeSniffer/Standards/Squiz/Sniffs/",
5411
                    "CodeSniffer/Standards/Zend/Sniffs/"
5412
                ]
5413
            },
5414
            "notification-url": "https://packagist.org/downloads/",
5415
            "license": [
5416
                "BSD-3-Clause"
5417
            ],
5418
            "authors": [
5419
                {
5420
                    "name": "Greg Sherwood",
5421
                    "role": "lead"
5422
                }
5423
            ],
5424
            "description": "PHP_CodeSniffer tokenises PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
5425
            "homepage": "http://www.squizlabs.com/php-codesniffer",
5426
            "keywords": [
5427
                "phpcs",
5428
                "standards"
5429
            ],
5430
            "time": "2014-12-04 22:32:15"
5431
        },
5432
        {
5433
            "name": "theseer/fdomdocument",
5434
            "version": "1.6.1",
5435
            "source": {
5436
                "type": "git",
5437
                "url": "https://github.com/theseer/fDOMDocument.git",
5438
                "reference": "d9ad139d6c2e8edf5e313ffbe37ff13344cf0684"
5439
            },
5440
            "dist": {
5441
                "type": "zip",
5442
                "url": "https://api.github.com/repos/theseer/fDOMDocument/zipball/d9ad139d6c2e8edf5e313ffbe37ff13344cf0684",
5443
                "reference": "d9ad139d6c2e8edf5e313ffbe37ff13344cf0684",
5444
                "shasum": ""
5445
            },
5446
            "require": {
5447
                "ext-dom": "*",
5448
                "lib-libxml": "*",
5449
                "php": ">=5.3.3"
5450
            },
5451
            "type": "library",
5452
            "autoload": {
5453
                "classmap": [
5454
                    "src/"
5455
                ]
5456
            },
5457
            "notification-url": "https://packagist.org/downloads/",
5458
            "license": [
5459
                "BSD-3-Clause"
5460
            ],
5461
            "authors": [
5462
                {
5463
                    "name": "Arne Blankerts",
5464
                    "email": "[email protected]",
5465
                    "role": "lead"
5466
                }
5467
            ],
5468
            "description": "The classes contained within this repository extend the standard DOM to use exceptions at all occasions of errors instead of PHP warnings or notices. They also add various custom methods and shortcuts for convenience and to simplify the usage of DOM.",
5469
            "homepage": "https://github.com/theseer/fDOMDocument",
5470
            "time": "2015-05-27 22:58:02"
5471
        },
5472
        {
5473
            "name": "vierbergenlars/php-semver",
5474
            "version": "3.0.1",
5475
            "source": {
5476
                "type": "git",
5477
                "url": "https://github.com/vierbergenlars/php-semver.git",
5478
                "reference": "516bb3061577e60e9420cbecc479362d3ad8c7f1"
5479
            },
5480
            "dist": {
5481
                "type": "zip",
5482
                "url": "https://api.github.com/repos/vierbergenlars/php-semver/zipball/516bb3061577e60e9420cbecc479362d3ad8c7f1",
5483
                "reference": "516bb3061577e60e9420cbecc479362d3ad8c7f1",
5484
                "shasum": ""
5485
            },
5486
            "require": {
5487
                "php": ">=5.3.0"
5488
            },
5489
            "require-dev": {
5490
                "simpletest/simpletest": "1.1.*"
5491
            },
5492
            "bin": [
5493
                "bin/semver",
5494
                "bin/update-versions"
5495
            ],
5496
            "type": "library",
5497
            "autoload": {
5498
                "psr-0": {
5499
                    "vierbergenlars\\SemVer\\": "src/",
5500
                    "vierbergenlars\\LibJs\\": "src/"
5501
                },
5502
                "classmap": [
5503
                    "src/vierbergenlars/SemVer/internal.php"
5504
                ]
5505
            },
5506
            "notification-url": "https://packagist.org/downloads/",
5507
            "license": [
5508
                "MIT"
5509
            ],
5510
            "authors": [
5511
                {
5512
                    "name": "Lars Vierbergen",
5513
                    "email": "[email protected]"
5514
                }
5515
            ],
5516
            "description": "The Semantic Versioner for PHP",
5517
            "keywords": [
5518
                "semantic",
5519
                "semver",
5520
                "versioning"
5521
            ],
5522
            "time": "2015-05-02 19:28:54"
5523
        },
5524
        {
5525
            "name": "webmozart/assert",
5526
            "version": "1.0.2",
5527
            "source": {
5528
                "type": "git",
5529
                "url": "https://github.com/webmozart/assert.git",
5530
                "reference": "30eed06dd6bc88410a4ff7f77b6d22f3ce13dbde"
5531
            },
5532
            "dist": {
5533
                "type": "zip",
5534
                "url": "https://api.github.com/repos/webmozart/assert/zipball/30eed06dd6bc88410a4ff7f77b6d22f3ce13dbde",
5535
                "reference": "30eed06dd6bc88410a4ff7f77b6d22f3ce13dbde",
5536
                "shasum": ""
5537
            },
5538
            "require": {
5539
                "php": ">=5.3.3"
5540
            },
5541
            "require-dev": {
5542
                "phpunit/phpunit": "^4.6"
5543
            },
5544
            "type": "library",
5545
            "extra": {
5546
                "branch-alias": {
5547
                    "dev-master": "1.0-dev"
5548
                }
5549
            },
5550
            "autoload": {
5551
                "psr-4": {
5552
                    "Webmozart\\Assert\\": "src/"
5553
                }
5554
            },
5555
            "notification-url": "https://packagist.org/downloads/",
5556
            "license": [
5557
                "MIT"
5558
            ],
5559
            "authors": [
5560
                {
5561
                    "name": "Bernhard Schussek",
5562
                    "email": "[email protected]"
5563
                }
5564
            ],
5565
            "description": "Assertions to validate method input/output with nice error messages.",
5566
            "keywords": [
5567
                "assert",
5568
                "check",
5569
                "validate"
5570
            ],
5571
            "time": "2015-08-24 13:29:44"
5572
        }
5573
    ],
5574
    "aliases": [
5575
        {
5576
            "alias": "v1.5.0",
5577
            "alias_normalized": "1.5.0.0",
5578
            "version": "9999999-dev",
5579
            "package": "mopa/composer-bridge"
5580
        }
5581
    ],
5582
    "minimum-stability": "stable",
5583
    "stability-flags": {
5584
        "mopa/bootstrap-bundle": 5,
5585
        "surfnet/stepup-u2f-bundle": 20,
5586
        "mopa/composer-bridge": 20
5587
    },
5588
    "prefer-stable": false,
5589
    "prefer-lowest": false,
5590
    "platform": {
5591
        "php": "~5.6|~7.0"
5592
    },
5593
    "platform-dev": []
5594
}
5595