Completed
Push — develop ( 0f8e08...5a8276 )
by A.
11s
created

composer.lock (1 issue)

Severity

Upgrade to new PHP Analysis Engine

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

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