Completed
Push — master ( 525d8b...576186 )
by
unknown
02:20
created

composer.lock (1 issue)

Severity

Upgrade to new PHP Analysis Engine

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

1
{
2
    "_readme": [
3
        "This file locks the dependencies of your project to a known state",
4
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
5
        "This file is @generated automatically"
6
    ],
7
    "hash": "a6d4f81b39daaac711713427ee0b3c29",
8
    "content-hash": "e4dcfd8b91c22dc08423c64b84f7bf52",
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.3",
960
            "source": {
961
                "type": "git",
962
                "url": "https://github.com/bzikarsky/gelf-php.git",
963
                "reference": "0cb872928246bada1b6a5f504a7c3589f1c1174d"
964
            },
965
            "dist": {
966
                "type": "zip",
967
                "url": "https://api.github.com/repos/bzikarsky/gelf-php/zipball/0cb872928246bada1b6a5f504a7c3589f1c1174d",
968
                "reference": "0cb872928246bada1b6a5f504a7c3589f1c1174d",
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
                "files": [
993
                    "src/check_technical_requirements.php"
994
                ]
995
            },
996
            "notification-url": "https://packagist.org/downloads/",
997
            "license": [
998
                "MIT"
999
            ],
1000
            "authors": [
1001
                {
1002
                    "name": "Benjamin Zikarsky",
1003
                    "email": "[email protected]"
1004
                },
1005
                {
1006
                    "name": "gelf-php contributors",
1007
                    "homepage": "https://github.com/bzikarsky/gelf-php/contributors"
1008
                }
1009
            ],
1010
            "description": "A php implementation to send log-messages to a GELF compatible backend like Graylog2.",
1011
            "time": "2016-11-21 13:31:39"
1012
        },
1013
        {
1014
            "name": "guzzlehttp/guzzle",
1015
            "version": "6.2.3",
1016
            "source": {
1017
                "type": "git",
1018
                "url": "https://github.com/guzzle/guzzle.git",
1019
                "reference": "8d6c6cc55186db87b7dc5009827429ba4e9dc006"
1020
            },
1021
            "dist": {
1022
                "type": "zip",
1023
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/8d6c6cc55186db87b7dc5009827429ba4e9dc006",
1024
                "reference": "8d6c6cc55186db87b7dc5009827429ba4e9dc006",
1025
                "shasum": ""
1026
            },
1027
            "require": {
1028
                "guzzlehttp/promises": "^1.0",
1029
                "guzzlehttp/psr7": "^1.4",
1030
                "php": ">=5.5"
1031
            },
1032
            "require-dev": {
1033
                "ext-curl": "*",
1034
                "phpunit/phpunit": "^4.0",
1035
                "psr/log": "^1.0"
1036
            },
1037
            "type": "library",
1038
            "extra": {
1039
                "branch-alias": {
1040
                    "dev-master": "6.2-dev"
1041
                }
1042
            },
1043
            "autoload": {
1044
                "files": [
1045
                    "src/functions_include.php"
1046
                ],
1047
                "psr-4": {
1048
                    "GuzzleHttp\\": "src/"
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",
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": "2017-02-28 22:50:30"
1074
        },
1075
        {
1076
            "name": "guzzlehttp/promises",
1077
            "version": "v1.3.1",
1078
            "source": {
1079
                "type": "git",
1080
                "url": "https://github.com/guzzle/promises.git",
1081
                "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
1082
            },
1083
            "dist": {
1084
                "type": "zip",
1085
                "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
1086
                "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
1087
                "shasum": ""
1088
            },
1089
            "require": {
1090
                "php": ">=5.5.0"
1091
            },
1092
            "require-dev": {
1093
                "phpunit/phpunit": "^4.0"
1094
            },
1095
            "type": "library",
1096
            "extra": {
1097
                "branch-alias": {
1098
                    "dev-master": "1.4-dev"
1099
                }
1100
            },
1101
            "autoload": {
1102
                "psr-4": {
1103
                    "GuzzleHttp\\Promise\\": "src/"
1104
                },
1105
                "files": [
1106
                    "src/functions_include.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": "Guzzle promises library",
1121
            "keywords": [
1122
                "promise"
1123
            ],
1124
            "time": "2016-12-20 10:07:11"
1125
        },
1126
        {
1127
            "name": "guzzlehttp/psr7",
1128
            "version": "1.4.1",
1129
            "source": {
1130
                "type": "git",
1131
                "url": "https://github.com/guzzle/psr7.git",
1132
                "reference": "0d6c7ca039329247e4f0f8f8f6506810e8248855"
1133
            },
1134
            "dist": {
1135
                "type": "zip",
1136
                "url": "https://api.github.com/repos/guzzle/psr7/zipball/0d6c7ca039329247e4f0f8f8f6506810e8248855",
1137
                "reference": "0d6c7ca039329247e4f0f8f8f6506810e8248855",
1138
                "shasum": ""
1139
            },
1140
            "require": {
1141
                "php": ">=5.4.0",
1142
                "psr/http-message": "~1.0"
1143
            },
1144
            "provide": {
1145
                "psr/http-message-implementation": "1.0"
1146
            },
1147
            "require-dev": {
1148
                "phpunit/phpunit": "~4.0"
1149
            },
1150
            "type": "library",
1151
            "extra": {
1152
                "branch-alias": {
1153
                    "dev-master": "1.4-dev"
1154
                }
1155
            },
1156
            "autoload": {
1157
                "psr-4": {
1158
                    "GuzzleHttp\\Psr7\\": "src/"
1159
                },
1160
                "files": [
1161
                    "src/functions_include.php"
1162
                ]
1163
            },
1164
            "notification-url": "https://packagist.org/downloads/",
1165
            "license": [
1166
                "MIT"
1167
            ],
1168
            "authors": [
1169
                {
1170
                    "name": "Michael Dowling",
1171
                    "email": "[email protected]",
1172
                    "homepage": "https://github.com/mtdowling"
1173
                },
1174
                {
1175
                    "name": "Tobias Schultze",
1176
                    "homepage": "https://github.com/Tobion"
1177
                }
1178
            ],
1179
            "description": "PSR-7 message implementation that also provides common utility methods",
1180
            "keywords": [
1181
                "http",
1182
                "message",
1183
                "request",
1184
                "response",
1185
                "stream",
1186
                "uri",
1187
                "url"
1188
            ],
1189
            "time": "2017-02-27 10:51:17"
1190
        },
1191
        {
1192
            "name": "hamcrest/hamcrest-php",
1193
            "version": "v1.2.2",
1194
            "source": {
1195
                "type": "git",
1196
                "url": "https://github.com/hamcrest/hamcrest-php.git",
1197
                "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c"
1198
            },
1199
            "dist": {
1200
                "type": "zip",
1201
                "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/b37020aa976fa52d3de9aa904aa2522dc518f79c",
1202
                "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c",
1203
                "shasum": ""
1204
            },
1205
            "require": {
1206
                "php": ">=5.3.2"
1207
            },
1208
            "replace": {
1209
                "cordoval/hamcrest-php": "*",
1210
                "davedevelopment/hamcrest-php": "*",
1211
                "kodova/hamcrest-php": "*"
1212
            },
1213
            "require-dev": {
1214
                "phpunit/php-file-iterator": "1.3.3",
1215
                "satooshi/php-coveralls": "dev-master"
1216
            },
1217
            "type": "library",
1218
            "autoload": {
1219
                "classmap": [
1220
                    "hamcrest"
1221
                ],
1222
                "files": [
1223
                    "hamcrest/Hamcrest.php"
1224
                ]
1225
            },
1226
            "notification-url": "https://packagist.org/downloads/",
1227
            "license": [
1228
                "BSD"
1229
            ],
1230
            "description": "This is the PHP port of Hamcrest Matchers",
1231
            "keywords": [
1232
                "test"
1233
            ],
1234
            "time": "2015-05-11 14:41:42"
1235
        },
1236
        {
1237
            "name": "incenteev/composer-parameter-handler",
1238
            "version": "v2.1.2",
1239
            "source": {
1240
                "type": "git",
1241
                "url": "https://github.com/Incenteev/ParameterHandler.git",
1242
                "reference": "d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc"
1243
            },
1244
            "dist": {
1245
                "type": "zip",
1246
                "url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc",
1247
                "reference": "d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc",
1248
                "shasum": ""
1249
            },
1250
            "require": {
1251
                "php": ">=5.3.3",
1252
                "symfony/yaml": "~2.3|~3.0"
1253
            },
1254
            "require-dev": {
1255
                "composer/composer": "1.0.*@dev",
1256
                "phpspec/prophecy-phpunit": "~1.0",
1257
                "symfony/filesystem": "~2.2"
1258
            },
1259
            "type": "library",
1260
            "extra": {
1261
                "branch-alias": {
1262
                    "dev-master": "2.1.x-dev"
1263
                }
1264
            },
1265
            "autoload": {
1266
                "psr-4": {
1267
                    "Incenteev\\ParameterHandler\\": ""
1268
                }
1269
            },
1270
            "notification-url": "https://packagist.org/downloads/",
1271
            "license": [
1272
                "MIT"
1273
            ],
1274
            "authors": [
1275
                {
1276
                    "name": "Christophe Coevoet",
1277
                    "email": "[email protected]"
1278
                }
1279
            ],
1280
            "description": "Composer script handling your ignored parameter file",
1281
            "homepage": "https://github.com/Incenteev/ParameterHandler",
1282
            "keywords": [
1283
                "parameters management"
1284
            ],
1285
            "time": "2015-11-10 17:04:01"
1286
        },
1287
        {
1288
            "name": "jdorn/sql-formatter",
1289
            "version": "v1.2.17",
1290
            "source": {
1291
                "type": "git",
1292
                "url": "https://github.com/jdorn/sql-formatter.git",
1293
                "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc"
1294
            },
1295
            "dist": {
1296
                "type": "zip",
1297
                "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc",
1298
                "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc",
1299
                "shasum": ""
1300
            },
1301
            "require": {
1302
                "php": ">=5.2.4"
1303
            },
1304
            "require-dev": {
1305
                "phpunit/phpunit": "3.7.*"
1306
            },
1307
            "type": "library",
1308
            "extra": {
1309
                "branch-alias": {
1310
                    "dev-master": "1.3.x-dev"
1311
                }
1312
            },
1313
            "autoload": {
1314
                "classmap": [
1315
                    "lib"
1316
                ]
1317
            },
1318
            "notification-url": "https://packagist.org/downloads/",
1319
            "license": [
1320
                "MIT"
1321
            ],
1322
            "authors": [
1323
                {
1324
                    "name": "Jeremy Dorn",
1325
                    "email": "[email protected]",
1326
                    "homepage": "http://jeremydorn.com/"
1327
                }
1328
            ],
1329
            "description": "a PHP SQL highlighting library",
1330
            "homepage": "https://github.com/jdorn/sql-formatter/",
1331
            "keywords": [
1332
                "highlight",
1333
                "sql"
1334
            ],
1335
            "time": "2014-01-12 16:20:24"
1336
        },
1337
        {
1338
            "name": "jms/aop-bundle",
1339
            "version": "1.1.0",
1340
            "target-dir": "JMS/AopBundle",
1341
            "source": {
1342
                "type": "git",
1343
                "url": "https://github.com/schmittjoh/JMSAopBundle.git",
1344
                "reference": "66287749c020b4c667c0ff4937b07e66c04bbe71"
1345
            },
1346
            "dist": {
1347
                "type": "zip",
1348
                "url": "https://api.github.com/repos/schmittjoh/JMSAopBundle/zipball/66287749c020b4c667c0ff4937b07e66c04bbe71",
1349
                "reference": "66287749c020b4c667c0ff4937b07e66c04bbe71",
1350
                "shasum": ""
1351
            },
1352
            "require": {
1353
                "jms/cg": "^1.1",
1354
                "symfony/framework-bundle": "2.*"
1355
            },
1356
            "type": "symfony-bundle",
1357
            "extra": {
1358
                "branch-alias": {
1359
                    "dev-master": "1.1.x-dev"
1360
                }
1361
            },
1362
            "autoload": {
1363
                "psr-0": {
1364
                    "JMS\\AopBundle": ""
1365
                }
1366
            },
1367
            "notification-url": "https://packagist.org/downloads/",
1368
            "license": [
1369
                "Apache-2.0"
1370
            ],
1371
            "authors": [
1372
                {
1373
                    "name": "Johannes M. Schmitt",
1374
                    "email": "[email protected]"
1375
                }
1376
            ],
1377
            "description": "Adds AOP capabilities to Symfony2",
1378
            "keywords": [
1379
                "annotations",
1380
                "aop"
1381
            ],
1382
            "time": "2015-09-13 09:02:33"
1383
        },
1384
        {
1385
            "name": "jms/cg",
1386
            "version": "1.1.0",
1387
            "source": {
1388
                "type": "git",
1389
                "url": "https://github.com/schmittjoh/cg-library.git",
1390
                "reference": "0af1113c7409b8636c5244bbae10b2e0ff792e9c"
1391
            },
1392
            "dist": {
1393
                "type": "zip",
1394
                "url": "https://api.github.com/repos/schmittjoh/cg-library/zipball/0af1113c7409b8636c5244bbae10b2e0ff792e9c",
1395
                "reference": "0af1113c7409b8636c5244bbae10b2e0ff792e9c",
1396
                "shasum": ""
1397
            },
1398
            "require": {
1399
                "php": ">=5.3.0"
1400
            },
1401
            "type": "library",
1402
            "extra": {
1403
                "branch-alias": {
1404
                    "dev-master": "1.1-dev"
1405
                }
1406
            },
1407
            "autoload": {
1408
                "psr-0": {
1409
                    "CG\\": "src/"
1410
                }
1411
            },
1412
            "notification-url": "https://packagist.org/downloads/",
1413
            "license": [
1414
                "Apache2"
1415
            ],
1416
            "authors": [
1417
                {
1418
                    "name": "Johannes M. Schmitt",
1419
                    "email": "[email protected]"
1420
                }
1421
            ],
1422
            "description": "Toolset for generating PHP code",
1423
            "keywords": [
1424
                "code generation"
1425
            ],
1426
            "time": "2015-09-13 08:54:43"
1427
        },
1428
        {
1429
            "name": "jms/di-extra-bundle",
1430
            "version": "1.4.0",
1431
            "target-dir": "JMS/DiExtraBundle",
1432
            "source": {
1433
                "type": "git",
1434
                "url": "https://github.com/schmittjoh/JMSDiExtraBundle.git",
1435
                "reference": "7fffdb6c96fb922a131af06d773e1e6c5301d070"
1436
            },
1437
            "dist": {
1438
                "type": "zip",
1439
                "url": "https://api.github.com/repos/schmittjoh/JMSDiExtraBundle/zipball/7fffdb6c96fb922a131af06d773e1e6c5301d070",
1440
                "reference": "7fffdb6c96fb922a131af06d773e1e6c5301d070",
1441
                "shasum": ""
1442
            },
1443
            "require": {
1444
                "jms/aop-bundle": ">=1.0.0,<1.2-dev",
1445
                "jms/metadata": "1.*",
1446
                "symfony/finder": "~2.1",
1447
                "symfony/framework-bundle": "~2.1",
1448
                "symfony/process": "~2.1"
1449
            },
1450
            "require-dev": {
1451
                "doctrine/doctrine-bundle": "*",
1452
                "doctrine/orm": "*",
1453
                "jms/security-extra-bundle": "1.*",
1454
                "phpcollection/phpcollection": ">=0.1,<0.3-dev",
1455
                "sensio/framework-extra-bundle": "*",
1456
                "symfony/browser-kit": "*",
1457
                "symfony/class-loader": "*",
1458
                "symfony/form": "*",
1459
                "symfony/security-bundle": "*",
1460
                "symfony/twig-bundle": "*",
1461
                "symfony/validator": "*",
1462
                "symfony/yaml": "*"
1463
            },
1464
            "type": "symfony-bundle",
1465
            "extra": {
1466
                "branch-alias": {
1467
                    "dev-master": "1.3-dev"
1468
                }
1469
            },
1470
            "autoload": {
1471
                "psr-0": {
1472
                    "JMS\\DiExtraBundle": ""
1473
                }
1474
            },
1475
            "notification-url": "https://packagist.org/downloads/",
1476
            "license": [
1477
                "Apache"
1478
            ],
1479
            "authors": [
1480
                {
1481
                    "name": "Johannes Schmitt",
1482
                    "email": "[email protected]",
1483
                    "homepage": "https://github.com/schmittjoh",
1484
                    "role": "Developer of wrapped JMSSerializerBundle"
1485
                }
1486
            ],
1487
            "description": "Allows to configure dependency injection using annotations",
1488
            "homepage": "http://jmsyst.com/bundles/JMSDiExtraBundle",
1489
            "keywords": [
1490
                "annotations",
1491
                "dependency injection"
1492
            ],
1493
            "time": "2013-06-08 13:13:40"
1494
        },
1495
        {
1496
            "name": "jms/metadata",
1497
            "version": "1.5.1",
1498
            "source": {
1499
                "type": "git",
1500
                "url": "https://github.com/schmittjoh/metadata.git",
1501
                "reference": "22b72455559a25777cfd28c4ffda81ff7639f353"
1502
            },
1503
            "dist": {
1504
                "type": "zip",
1505
                "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/22b72455559a25777cfd28c4ffda81ff7639f353",
1506
                "reference": "22b72455559a25777cfd28c4ffda81ff7639f353",
1507
                "shasum": ""
1508
            },
1509
            "require": {
1510
                "php": ">=5.3.0"
1511
            },
1512
            "require-dev": {
1513
                "doctrine/cache": "~1.0"
1514
            },
1515
            "type": "library",
1516
            "extra": {
1517
                "branch-alias": {
1518
                    "dev-master": "1.5.x-dev"
1519
                }
1520
            },
1521
            "autoload": {
1522
                "psr-0": {
1523
                    "Metadata\\": "src/"
1524
                }
1525
            },
1526
            "notification-url": "https://packagist.org/downloads/",
1527
            "license": [
1528
                "Apache"
1529
            ],
1530
            "authors": [
1531
                {
1532
                    "name": "Johannes Schmitt",
1533
                    "email": "[email protected]",
1534
                    "homepage": "https://github.com/schmittjoh",
1535
                    "role": "Developer of wrapped JMSSerializerBundle"
1536
                }
1537
            ],
1538
            "description": "Class/method/property metadata management in PHP",
1539
            "keywords": [
1540
                "annotations",
1541
                "metadata",
1542
                "xml",
1543
                "yaml"
1544
            ],
1545
            "time": "2014-07-12 07:13:19"
1546
        },
1547
        {
1548
            "name": "jms/translation-bundle",
1549
            "version": "1.1.0",
1550
            "target-dir": "JMS/TranslationBundle",
1551
            "source": {
1552
                "type": "git",
1553
                "url": "https://github.com/schmittjoh/JMSTranslationBundle.git",
1554
                "reference": "6f03035a38badaf8c48767c7664c3196df1eebdf"
1555
            },
1556
            "dist": {
1557
                "type": "zip",
1558
                "url": "https://api.github.com/repos/schmittjoh/JMSTranslationBundle/zipball/6f03035a38badaf8c48767c7664c3196df1eebdf",
1559
                "reference": "6f03035a38badaf8c48767c7664c3196df1eebdf",
1560
                "shasum": ""
1561
            },
1562
            "require": {
1563
                "nikic/php-parser": "0.9.1",
1564
                "symfony/console": "*",
1565
                "symfony/framework-bundle": "~2.1"
1566
            },
1567
            "conflict": {
1568
                "twig/twig": "1.10.2"
1569
            },
1570
            "require-dev": {
1571
                "jms/di-extra-bundle": ">=1.1",
1572
                "sensio/framework-extra-bundle": "*",
1573
                "symfony/browser-kit": "*",
1574
                "symfony/class-loader": "*",
1575
                "symfony/css-selector": "*",
1576
                "symfony/finder": "*",
1577
                "symfony/form": "*",
1578
                "symfony/process": "*",
1579
                "symfony/security": "*",
1580
                "symfony/twig-bundle": "*",
1581
                "symfony/validator": "*",
1582
                "symfony/yaml": "*"
1583
            },
1584
            "type": "symfony-bundle",
1585
            "extra": {
1586
                "branch-alias": {
1587
                    "dev-master": "1.1-dev"
1588
                }
1589
            },
1590
            "autoload": {
1591
                "psr-0": {
1592
                    "JMS\\TranslationBundle": ""
1593
                }
1594
            },
1595
            "notification-url": "https://packagist.org/downloads/",
1596
            "license": [
1597
                "Apache2"
1598
            ],
1599
            "authors": [
1600
                {
1601
                    "name": "Johannes Schmitt",
1602
                    "email": "[email protected]",
1603
                    "homepage": "https://github.com/schmittjoh",
1604
                    "role": "Developer of wrapped JMSSerializerBundle"
1605
                }
1606
            ],
1607
            "description": "Puts the Symfony2 Translation Component on steroids",
1608
            "homepage": "http://jmsyst.com/bundles/JMSTranslationBundle",
1609
            "keywords": [
1610
                "extract",
1611
                "extraction",
1612
                "i18n",
1613
                "interface",
1614
                "multilanguage",
1615
                "translation",
1616
                "ui",
1617
                "webinterface"
1618
            ],
1619
            "time": "2013-06-08 14:08:19"
1620
        },
1621
        {
1622
            "name": "kriswallsmith/assetic",
1623
            "version": "v1.3.2",
1624
            "source": {
1625
                "type": "git",
1626
                "url": "https://github.com/kriswallsmith/assetic.git",
1627
                "reference": "9928f7c4ad98b234e3559d1049abd13387f86db5"
1628
            },
1629
            "dist": {
1630
                "type": "zip",
1631
                "url": "https://api.github.com/repos/kriswallsmith/assetic/zipball/9928f7c4ad98b234e3559d1049abd13387f86db5",
1632
                "reference": "9928f7c4ad98b234e3559d1049abd13387f86db5",
1633
                "shasum": ""
1634
            },
1635
            "require": {
1636
                "php": ">=5.3.1",
1637
                "symfony/process": "~2.1|~3.0"
1638
            },
1639
            "conflict": {
1640
                "twig/twig": "<1.23"
1641
            },
1642
            "require-dev": {
1643
                "cssmin/cssmin": "3.0.1",
1644
                "joliclic/javascript-packer": "1.1",
1645
                "kamicane/packager": "1.0",
1646
                "leafo/lessphp": "^0.3.7",
1647
                "leafo/scssphp": "~0.1",
1648
                "mrclay/minify": "~2.2",
1649
                "patchwork/jsqueeze": "~1.0|~2.0",
1650
                "phpunit/phpunit": "~4.8",
1651
                "psr/log": "~1.0",
1652
                "ptachoire/cssembed": "~1.0",
1653
                "symfony/phpunit-bridge": "~2.7|~3.0",
1654
                "twig/twig": "~1.8|~2.0"
1655
            },
1656
            "suggest": {
1657
                "leafo/lessphp": "Assetic provides the integration with the lessphp LESS compiler",
1658
                "leafo/scssphp": "Assetic provides the integration with the scssphp SCSS compiler",
1659
                "leafo/scssphp-compass": "Assetic provides the integration with the SCSS compass plugin",
1660
                "patchwork/jsqueeze": "Assetic provides the integration with the JSqueeze JavaScript compressor",
1661
                "ptachoire/cssembed": "Assetic provides the integration with phpcssembed to embed data uris",
1662
                "twig/twig": "Assetic provides the integration with the Twig templating engine"
1663
            },
1664
            "type": "library",
1665
            "extra": {
1666
                "branch-alias": {
1667
                    "dev-master": "1.4-dev"
1668
                }
1669
            },
1670
            "autoload": {
1671
                "psr-0": {
1672
                    "Assetic": "src/"
1673
                },
1674
                "files": [
1675
                    "src/functions.php"
1676
                ]
1677
            },
1678
            "notification-url": "https://packagist.org/downloads/",
1679
            "license": [
1680
                "MIT"
1681
            ],
1682
            "authors": [
1683
                {
1684
                    "name": "Kris Wallsmith",
1685
                    "email": "[email protected]",
1686
                    "homepage": "http://kriswallsmith.net/"
1687
                }
1688
            ],
1689
            "description": "Asset Management for PHP",
1690
            "homepage": "https://github.com/kriswallsmith/assetic",
1691
            "keywords": [
1692
                "assets",
1693
                "compression",
1694
                "minification"
1695
            ],
1696
            "time": "2015-11-12 13:51:40"
1697
        },
1698
        {
1699
            "name": "mockery/mockery",
1700
            "version": "0.9.5",
1701
            "source": {
1702
                "type": "git",
1703
                "url": "https://github.com/padraic/mockery.git",
1704
                "reference": "4db079511a283e5aba1b3c2fb19037c645e70fc2"
1705
            },
1706
            "dist": {
1707
                "type": "zip",
1708
                "url": "https://api.github.com/repos/padraic/mockery/zipball/4db079511a283e5aba1b3c2fb19037c645e70fc2",
1709
                "reference": "4db079511a283e5aba1b3c2fb19037c645e70fc2",
1710
                "shasum": ""
1711
            },
1712
            "require": {
1713
                "hamcrest/hamcrest-php": "~1.1",
1714
                "lib-pcre": ">=7.0",
1715
                "php": ">=5.3.2"
1716
            },
1717
            "require-dev": {
1718
                "phpunit/phpunit": "~4.0"
1719
            },
1720
            "type": "library",
1721
            "extra": {
1722
                "branch-alias": {
1723
                    "dev-master": "0.9.x-dev"
1724
                }
1725
            },
1726
            "autoload": {
1727
                "psr-0": {
1728
                    "Mockery": "library/"
1729
                }
1730
            },
1731
            "notification-url": "https://packagist.org/downloads/",
1732
            "license": [
1733
                "BSD-3-Clause"
1734
            ],
1735
            "authors": [
1736
                {
1737
                    "name": "Pádraic Brady",
1738
                    "email": "[email protected]",
1739
                    "homepage": "http://blog.astrumfutura.com"
1740
                },
1741
                {
1742
                    "name": "Dave Marshall",
1743
                    "email": "[email protected]",
1744
                    "homepage": "http://davedevelopment.co.uk"
1745
                }
1746
            ],
1747
            "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.",
1748
            "homepage": "http://github.com/padraic/mockery",
1749
            "keywords": [
1750
                "BDD",
1751
                "TDD",
1752
                "library",
1753
                "mock",
1754
                "mock objects",
1755
                "mockery",
1756
                "stub",
1757
                "test",
1758
                "test double",
1759
                "testing"
1760
            ],
1761
            "time": "2016-05-22 21:52:33"
1762
        },
1763
        {
1764
            "name": "monolog/monolog",
1765
            "version": "1.22.0",
1766
            "source": {
1767
                "type": "git",
1768
                "url": "https://github.com/Seldaek/monolog.git",
1769
                "reference": "bad29cb8d18ab0315e6c477751418a82c850d558"
1770
            },
1771
            "dist": {
1772
                "type": "zip",
1773
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/bad29cb8d18ab0315e6c477751418a82c850d558",
1774
                "reference": "bad29cb8d18ab0315e6c477751418a82c850d558",
1775
                "shasum": ""
1776
            },
1777
            "require": {
1778
                "php": ">=5.3.0",
1779
                "psr/log": "~1.0"
1780
            },
1781
            "provide": {
1782
                "psr/log-implementation": "1.0.0"
1783
            },
1784
            "require-dev": {
1785
                "aws/aws-sdk-php": "^2.4.9 || ^3.0",
1786
                "doctrine/couchdb": "~1.0@dev",
1787
                "graylog2/gelf-php": "~1.0",
1788
                "jakub-onderka/php-parallel-lint": "0.9",
1789
                "php-amqplib/php-amqplib": "~2.4",
1790
                "php-console/php-console": "^3.1.3",
1791
                "phpunit/phpunit": "~4.5",
1792
                "phpunit/phpunit-mock-objects": "2.3.0",
1793
                "ruflin/elastica": ">=0.90 <3.0",
1794
                "sentry/sentry": "^0.13",
1795
                "swiftmailer/swiftmailer": "~5.3"
1796
            },
1797
            "suggest": {
1798
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
1799
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
1800
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
1801
                "ext-mongo": "Allow sending log messages to a MongoDB server",
1802
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
1803
                "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
1804
                "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
1805
                "php-console/php-console": "Allow sending log messages to Google Chrome",
1806
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
1807
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
1808
                "sentry/sentry": "Allow sending log messages to a Sentry server"
1809
            },
1810
            "type": "library",
1811
            "extra": {
1812
                "branch-alias": {
1813
                    "dev-master": "2.0.x-dev"
1814
                }
1815
            },
1816
            "autoload": {
1817
                "psr-4": {
1818
                    "Monolog\\": "src/Monolog"
1819
                }
1820
            },
1821
            "notification-url": "https://packagist.org/downloads/",
1822
            "license": [
1823
                "MIT"
1824
            ],
1825
            "authors": [
1826
                {
1827
                    "name": "Jordi Boggiano",
1828
                    "email": "[email protected]",
1829
                    "homepage": "http://seld.be"
1830
                }
1831
            ],
1832
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
1833
            "homepage": "http://github.com/Seldaek/monolog",
1834
            "keywords": [
1835
                "log",
1836
                "logging",
1837
                "psr-3"
1838
            ],
1839
            "time": "2016-11-26 00:15:39"
1840
        },
1841
        {
1842
            "name": "mopa/bootstrap-bundle",
1843
            "version": "v3.0.0-RC2",
1844
            "target-dir": "Mopa/Bundle/BootstrapBundle",
1845
            "source": {
1846
                "type": "git",
1847
                "url": "https://github.com/phiamo/MopaBootstrapBundle.git",
1848
                "reference": "c43c1c3b230cccfaa2548b55a7ddca5a5af8eaff"
1849
            },
1850
            "dist": {
1851
                "type": "zip",
1852
                "url": "https://api.github.com/repos/phiamo/MopaBootstrapBundle/zipball/c43c1c3b230cccfaa2548b55a7ddca5a5af8eaff",
1853
                "reference": "c43c1c3b230cccfaa2548b55a7ddca5a5af8eaff",
1854
                "shasum": ""
1855
            },
1856
            "require": {
1857
                "mopa/composer-bridge": "~1.3",
1858
                "symfony/console": "~2.3",
1859
                "symfony/form": "~2.3|~3.0",
1860
                "symfony/framework-bundle": "~2.3",
1861
                "symfony/twig-bundle": "~2.3|~3.0",
1862
                "twig/twig": "^1.14.2"
1863
            },
1864
            "conflict": {
1865
                "symfony/twig-bridge": "<2.3"
1866
            },
1867
            "require-dev": {
1868
                "phpunit/phpunit": "~4.6"
1869
            },
1870
            "suggest": {
1871
                "craue/formflow-bundle": "~2.0",
1872
                "knplabs/knp-menu-bundle": "~2.0@dev",
1873
                "knplabs/knp-paginator-bundle": "~2.3",
1874
                "mopa/bootstrap-sandbox-bundle": "~2.3",
1875
                "twbs/bootstrap": ">2.0,<4.0-dev",
1876
                "twbs/bootstrap-sass": "v3.1.1"
1877
            },
1878
            "type": "symfony-bundle",
1879
            "extra": {
1880
                "branch-alias": {
1881
                    "dev-master": "3.x-dev"
1882
                }
1883
            },
1884
            "autoload": {
1885
                "psr-0": {
1886
                    "Mopa\\Bundle\\BootstrapBundle\\": ""
1887
                }
1888
            },
1889
            "notification-url": "https://packagist.org/downloads/",
1890
            "license": [
1891
                "MIT"
1892
            ],
1893
            "authors": [
1894
                {
1895
                    "name": "Community contributions",
1896
                    "homepage": "https://github.com/phiamo/MopaBootstrapBundle/contributors"
1897
                },
1898
                {
1899
                    "name": "Philipp A. Mohrenweiser",
1900
                    "email": "[email protected]"
1901
                }
1902
            ],
1903
            "description": "Easy integration of twitters bootstrap into symfony2",
1904
            "keywords": [
1905
                "bootstrap",
1906
                "bootstrap form",
1907
                "extra form",
1908
                "form",
1909
                "template"
1910
            ],
1911
            "time": "2015-09-10 17:23:40"
1912
        },
1913
        {
1914
            "name": "mopa/composer-bridge",
1915
            "version": "dev-master",
1916
            "source": {
1917
                "type": "git",
1918
                "url": "https://github.com/phiamo/MopaComposerBridge.git",
1919
                "reference": "58661a5c588ce9c3eff7d36c4030f6caa4de1ae2"
1920
            },
1921
            "dist": {
1922
                "type": "zip",
1923
                "url": "https://api.github.com/repos/phiamo/MopaComposerBridge/zipball/58661a5c588ce9c3eff7d36c4030f6caa4de1ae2",
1924
                "reference": "58661a5c588ce9c3eff7d36c4030f6caa4de1ae2",
1925
                "shasum": ""
1926
            },
1927
            "require": {
1928
                "symfony/class-loader": ">=2.0.0",
1929
                "symfony/console": ">=2.0.0"
1930
            },
1931
            "type": "symfony-bridge",
1932
            "extra": {
1933
                "branch-alias": {
1934
                    "dev-master": "1.3.x-dev"
1935
                }
1936
            },
1937
            "autoload": {
1938
                "psr-0": {
1939
                    "Mopa\\Bridge\\Composer": "src/"
1940
                }
1941
            },
1942
            "notification-url": "https://packagist.org/downloads/",
1943
            "license": [
1944
                "MIT"
1945
            ],
1946
            "authors": [
1947
                {
1948
                    "name": "Community contributions",
1949
                    "homepage": "https://github.com/phiamo/MopaComposerBridge/contributors"
1950
                },
1951
                {
1952
                    "name": "Philipp A. Mohrenweiser",
1953
                    "email": "[email protected]"
1954
                }
1955
            ],
1956
            "description": "Symfony2 Composer Bridge",
1957
            "homepage": "http://bootstrap.mohrenweiserpartner.de",
1958
            "keywords": [
1959
                "Symfony2",
1960
                "composer"
1961
            ],
1962
            "time": "2015-10-01 19:20:19"
1963
        },
1964
        {
1965
            "name": "nelmio/security-bundle",
1966
            "version": "1.10.0",
1967
            "source": {
1968
                "type": "git",
1969
                "url": "https://github.com/nelmio/NelmioSecurityBundle.git",
1970
                "reference": "4be243f1fc85ff85f10aadcf88c8c11ba2096cd9"
1971
            },
1972
            "dist": {
1973
                "type": "zip",
1974
                "url": "https://api.github.com/repos/nelmio/NelmioSecurityBundle/zipball/4be243f1fc85ff85f10aadcf88c8c11ba2096cd9",
1975
                "reference": "4be243f1fc85ff85f10aadcf88c8c11ba2096cd9",
1976
                "shasum": ""
1977
            },
1978
            "require": {
1979
                "symfony/framework-bundle": "~2.3|~3.0",
1980
                "symfony/security": "~2.3|~3.0"
1981
            },
1982
            "require-dev": {
1983
                "phpunit/phpunit": "^5.2"
1984
            },
1985
            "type": "symfony-bundle",
1986
            "extra": {
1987
                "branch-alias": {
1988
                    "dev-master": "1.10.x-dev"
1989
                }
1990
            },
1991
            "autoload": {
1992
                "psr-4": {
1993
                    "Nelmio\\SecurityBundle\\": ""
1994
                }
1995
            },
1996
            "notification-url": "https://packagist.org/downloads/",
1997
            "license": [
1998
                "MIT"
1999
            ],
2000
            "authors": [
2001
                {
2002
                    "name": "Nelmio",
2003
                    "homepage": "http://nelm.io"
2004
                },
2005
                {
2006
                    "name": "Symfony Community",
2007
                    "homepage": "https://github.com/nelmio/NelmioSecurityBundle/contributors"
2008
                }
2009
            ],
2010
            "description": "Extra security-related features for Symfony: signed/encrypted cookies, HTTPS/SSL/HSTS handling, cookie session storage, ...",
2011
            "keywords": [
2012
                "security"
2013
            ],
2014
            "time": "2016-02-23 10:42:13"
2015
        },
2016
        {
2017
            "name": "nikic/php-parser",
2018
            "version": "v0.9.1",
2019
            "source": {
2020
                "type": "git",
2021
                "url": "https://github.com/nikic/PHP-Parser.git",
2022
                "reference": "b1cc9ce676b4350b23d0fafc8244d08eee2fe287"
2023
            },
2024
            "dist": {
2025
                "type": "zip",
2026
                "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/b1cc9ce676b4350b23d0fafc8244d08eee2fe287",
2027
                "reference": "b1cc9ce676b4350b23d0fafc8244d08eee2fe287",
2028
                "shasum": ""
2029
            },
2030
            "require": {
2031
                "php": ">=5.2"
2032
            },
2033
            "type": "library",
2034
            "autoload": {
2035
                "psr-0": {
2036
                    "PHPParser": "lib/"
2037
                }
2038
            },
2039
            "notification-url": "https://packagist.org/downloads/",
2040
            "license": [
2041
                "BSD"
2042
            ],
2043
            "authors": [
2044
                {
2045
                    "name": "Nikita Popov"
2046
                }
2047
            ],
2048
            "description": "A PHP parser written in PHP",
2049
            "keywords": [
2050
                "parser",
2051
                "php"
2052
            ],
2053
            "time": "2012-04-23 22:52:11"
2054
        },
2055
        {
2056
            "name": "ocramius/proxy-manager",
2057
            "version": "1.0.2",
2058
            "source": {
2059
                "type": "git",
2060
                "url": "https://github.com/Ocramius/ProxyManager.git",
2061
                "reference": "57e9272ec0e8deccf09421596e0e2252df440e11"
2062
            },
2063
            "dist": {
2064
                "type": "zip",
2065
                "url": "https://api.github.com/repos/Ocramius/ProxyManager/zipball/57e9272ec0e8deccf09421596e0e2252df440e11",
2066
                "reference": "57e9272ec0e8deccf09421596e0e2252df440e11",
2067
                "shasum": ""
2068
            },
2069
            "require": {
2070
                "php": ">=5.3.3",
2071
                "zendframework/zend-code": ">2.2.5,<3.0"
2072
            },
2073
            "require-dev": {
2074
                "ext-phar": "*",
2075
                "phpunit/phpunit": "~4.0",
2076
                "squizlabs/php_codesniffer": "1.5.*"
2077
            },
2078
            "suggest": {
2079
                "ocramius/generated-hydrator": "To have very fast object to array to object conversion for ghost objects",
2080
                "zendframework/zend-json": "To have the JsonRpc adapter (Remote Object feature)",
2081
                "zendframework/zend-soap": "To have the Soap adapter (Remote Object feature)",
2082
                "zendframework/zend-stdlib": "To use the hydrator proxy",
2083
                "zendframework/zend-xmlrpc": "To have the XmlRpc adapter (Remote Object feature)"
2084
            },
2085
            "type": "library",
2086
            "extra": {
2087
                "branch-alias": {
2088
                    "dev-master": "2.0.x-dev"
2089
                }
2090
            },
2091
            "autoload": {
2092
                "psr-0": {
2093
                    "ProxyManager\\": "src"
2094
                }
2095
            },
2096
            "notification-url": "https://packagist.org/downloads/",
2097
            "license": [
2098
                "MIT"
2099
            ],
2100
            "authors": [
2101
                {
2102
                    "name": "Marco Pivetta",
2103
                    "email": "[email protected]",
2104
                    "homepage": "http://ocramius.github.com/"
2105
                }
2106
            ],
2107
            "description": "A library providing utilities to generate, instantiate and generally operate with Object Proxies",
2108
            "homepage": "https://github.com/Ocramius/ProxyManager",
2109
            "keywords": [
2110
                "aop",
2111
                "lazy loading",
2112
                "proxy",
2113
                "proxy pattern",
2114
                "service proxies"
2115
            ],
2116
            "time": "2015-08-09 04:28:19"
2117
        },
2118
        {
2119
            "name": "paragonie/random_compat",
2120
            "version": "v1.4.1",
2121
            "source": {
2122
                "type": "git",
2123
                "url": "https://github.com/paragonie/random_compat.git",
2124
                "reference": "c7e26a21ba357863de030f0b9e701c7d04593774"
2125
            },
2126
            "dist": {
2127
                "type": "zip",
2128
                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/c7e26a21ba357863de030f0b9e701c7d04593774",
2129
                "reference": "c7e26a21ba357863de030f0b9e701c7d04593774",
2130
                "shasum": ""
2131
            },
2132
            "require": {
2133
                "php": ">=5.2.0"
2134
            },
2135
            "require-dev": {
2136
                "phpunit/phpunit": "4.*|5.*"
2137
            },
2138
            "suggest": {
2139
                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
2140
            },
2141
            "type": "library",
2142
            "autoload": {
2143
                "files": [
2144
                    "lib/random.php"
2145
                ]
2146
            },
2147
            "notification-url": "https://packagist.org/downloads/",
2148
            "license": [
2149
                "MIT"
2150
            ],
2151
            "authors": [
2152
                {
2153
                    "name": "Paragon Initiative Enterprises",
2154
                    "email": "[email protected]",
2155
                    "homepage": "https://paragonie.com"
2156
                }
2157
            ],
2158
            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
2159
            "keywords": [
2160
                "csprng",
2161
                "pseudorandom",
2162
                "random"
2163
            ],
2164
            "time": "2016-03-18 20:34:03"
2165
        },
2166
        {
2167
            "name": "psr/http-message",
2168
            "version": "1.0.1",
2169
            "source": {
2170
                "type": "git",
2171
                "url": "https://github.com/php-fig/http-message.git",
2172
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
2173
            },
2174
            "dist": {
2175
                "type": "zip",
2176
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
2177
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
2178
                "shasum": ""
2179
            },
2180
            "require": {
2181
                "php": ">=5.3.0"
2182
            },
2183
            "type": "library",
2184
            "extra": {
2185
                "branch-alias": {
2186
                    "dev-master": "1.0.x-dev"
2187
                }
2188
            },
2189
            "autoload": {
2190
                "psr-4": {
2191
                    "Psr\\Http\\Message\\": "src/"
2192
                }
2193
            },
2194
            "notification-url": "https://packagist.org/downloads/",
2195
            "license": [
2196
                "MIT"
2197
            ],
2198
            "authors": [
2199
                {
2200
                    "name": "PHP-FIG",
2201
                    "homepage": "http://www.php-fig.org/"
2202
                }
2203
            ],
2204
            "description": "Common interface for HTTP messages",
2205
            "homepage": "https://github.com/php-fig/http-message",
2206
            "keywords": [
2207
                "http",
2208
                "http-message",
2209
                "psr",
2210
                "psr-7",
2211
                "request",
2212
                "response"
2213
            ],
2214
            "time": "2016-08-06 14:39:51"
2215
        },
2216
        {
2217
            "name": "psr/log",
2218
            "version": "1.0.2",
2219
            "source": {
2220
                "type": "git",
2221
                "url": "https://github.com/php-fig/log.git",
2222
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
2223
            },
2224
            "dist": {
2225
                "type": "zip",
2226
                "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
2227
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
2228
                "shasum": ""
2229
            },
2230
            "require": {
2231
                "php": ">=5.3.0"
2232
            },
2233
            "type": "library",
2234
            "extra": {
2235
                "branch-alias": {
2236
                    "dev-master": "1.0.x-dev"
2237
                }
2238
            },
2239
            "autoload": {
2240
                "psr-4": {
2241
                    "Psr\\Log\\": "Psr/Log/"
2242
                }
2243
            },
2244
            "notification-url": "https://packagist.org/downloads/",
2245
            "license": [
2246
                "MIT"
2247
            ],
2248
            "authors": [
2249
                {
2250
                    "name": "PHP-FIG",
2251
                    "homepage": "http://www.php-fig.org/"
2252
                }
2253
            ],
2254
            "description": "Common interface for logging libraries",
2255
            "homepage": "https://github.com/php-fig/log",
2256
            "keywords": [
2257
                "log",
2258
                "psr",
2259
                "psr-3"
2260
            ],
2261
            "time": "2016-10-10 12:19:37"
2262
        },
2263
        {
2264
            "name": "robrichards/xmlseclibs",
2265
            "version": "1.4.2",
2266
            "source": {
2267
                "type": "git",
2268
                "url": "https://github.com/robrichards/xmlseclibs.git",
2269
                "reference": "79fb5e03c4ee4dc3ec77e4b2628231374364a017"
2270
            },
2271
            "dist": {
2272
                "type": "zip",
2273
                "url": "https://api.github.com/repos/robrichards/xmlseclibs/zipball/79fb5e03c4ee4dc3ec77e4b2628231374364a017",
2274
                "reference": "79fb5e03c4ee4dc3ec77e4b2628231374364a017",
2275
                "shasum": ""
2276
            },
2277
            "require": {
2278
                "php": ">= 5.2"
2279
            },
2280
            "suggest": {
2281
                "ext/mcrypt": "MCrypt extension",
2282
                "ext/openssl": "OpenSSL extension"
2283
            },
2284
            "type": "library",
2285
            "autoload": {
2286
                "classmap": [
2287
                    "src/"
2288
                ]
2289
            },
2290
            "notification-url": "https://packagist.org/downloads/",
2291
            "license": [
2292
                "BSD-3-Clause"
2293
            ],
2294
            "description": "A PHP library for XML Security",
2295
            "homepage": "https://github.com/robrichards/xmlseclibs",
2296
            "keywords": [
2297
                "security",
2298
                "signature",
2299
                "xml",
2300
                "xmldsig"
2301
            ],
2302
            "time": "2016-09-08 13:31:44"
2303
        },
2304
        {
2305
            "name": "sensio/distribution-bundle",
2306
            "version": "v3.0.30",
2307
            "target-dir": "Sensio/Bundle/DistributionBundle",
2308
            "source": {
2309
                "type": "git",
2310
                "url": "https://github.com/sensiolabs/SensioDistributionBundle.git",
2311
                "reference": "f1758b30096202aeede61f79a1dffd69da091517"
2312
            },
2313
            "dist": {
2314
                "type": "zip",
2315
                "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/f1758b30096202aeede61f79a1dffd69da091517",
2316
                "reference": "f1758b30096202aeede61f79a1dffd69da091517",
2317
                "shasum": ""
2318
            },
2319
            "require": {
2320
                "php": ">=5.3.3",
2321
                "sensiolabs/security-checker": "~2.0",
2322
                "symfony/class-loader": "~2.2",
2323
                "symfony/framework-bundle": "~2.3",
2324
                "symfony/process": "~2.2"
2325
            },
2326
            "require-dev": {
2327
                "symfony/form": "~2.2",
2328
                "symfony/validator": "~2.2",
2329
                "symfony/yaml": "~2.2"
2330
            },
2331
            "suggest": {
2332
                "symfony/form": "If you want to use the configurator",
2333
                "symfony/validator": "If you want to use the configurator",
2334
                "symfony/yaml": "If you want to use  the configurator"
2335
            },
2336
            "type": "symfony-bundle",
2337
            "extra": {
2338
                "branch-alias": {
2339
                    "dev-master": "3.0.x-dev"
2340
                }
2341
            },
2342
            "autoload": {
2343
                "psr-0": {
2344
                    "Sensio\\Bundle\\DistributionBundle": ""
2345
                }
2346
            },
2347
            "notification-url": "https://packagist.org/downloads/",
2348
            "license": [
2349
                "MIT"
2350
            ],
2351
            "authors": [
2352
                {
2353
                    "name": "Fabien Potencier",
2354
                    "email": "[email protected]"
2355
                }
2356
            ],
2357
            "description": "Base bundle for Symfony Distributions",
2358
            "keywords": [
2359
                "configuration",
2360
                "distribution"
2361
            ],
2362
            "time": "2015-06-05 22:32:22"
2363
        },
2364
        {
2365
            "name": "sensio/framework-extra-bundle",
2366
            "version": "v3.0.16",
2367
            "source": {
2368
                "type": "git",
2369
                "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
2370
                "reference": "507a15f56fa7699f6cc8c2c7de4080b19ce22546"
2371
            },
2372
            "dist": {
2373
                "type": "zip",
2374
                "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/507a15f56fa7699f6cc8c2c7de4080b19ce22546",
2375
                "reference": "507a15f56fa7699f6cc8c2c7de4080b19ce22546",
2376
                "shasum": ""
2377
            },
2378
            "require": {
2379
                "doctrine/common": "~2.2",
2380
                "symfony/dependency-injection": "~2.3|~3.0",
2381
                "symfony/framework-bundle": "~2.3|~3.0"
2382
            },
2383
            "require-dev": {
2384
                "symfony/browser-kit": "~2.3|~3.0",
2385
                "symfony/dom-crawler": "~2.3|~3.0",
2386
                "symfony/expression-language": "~2.4|~3.0",
2387
                "symfony/finder": "~2.3|~3.0",
2388
                "symfony/phpunit-bridge": "~2.7|~3.0",
2389
                "symfony/security-bundle": "~2.4|~3.0",
2390
                "symfony/twig-bundle": "~2.3|~3.0",
2391
                "twig/twig": "~1.11|~2.0"
2392
            },
2393
            "suggest": {
2394
                "symfony/expression-language": "",
2395
                "symfony/psr-http-message-bridge": "To use the PSR-7 converters",
2396
                "symfony/security-bundle": ""
2397
            },
2398
            "type": "symfony-bundle",
2399
            "extra": {
2400
                "branch-alias": {
2401
                    "dev-master": "3.0.x-dev"
2402
                }
2403
            },
2404
            "autoload": {
2405
                "psr-4": {
2406
                    "Sensio\\Bundle\\FrameworkExtraBundle\\": ""
2407
                }
2408
            },
2409
            "notification-url": "https://packagist.org/downloads/",
2410
            "license": [
2411
                "MIT"
2412
            ],
2413
            "authors": [
2414
                {
2415
                    "name": "Fabien Potencier",
2416
                    "email": "[email protected]"
2417
                }
2418
            ],
2419
            "description": "This bundle provides a way to configure your controllers with annotations",
2420
            "keywords": [
2421
                "annotations",
2422
                "controllers"
2423
            ],
2424
            "time": "2016-03-25 17:08:27"
2425
        },
2426
        {
2427
            "name": "sensiolabs/security-checker",
2428
            "version": "v2.0.5",
2429
            "source": {
2430
                "type": "git",
2431
                "url": "https://github.com/sensiolabs/security-checker.git",
2432
                "reference": "2c2a71f1c77d9765c12638c4724d9ca23658a810"
2433
            },
2434
            "dist": {
2435
                "type": "zip",
2436
                "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/2c2a71f1c77d9765c12638c4724d9ca23658a810",
2437
                "reference": "2c2a71f1c77d9765c12638c4724d9ca23658a810",
2438
                "shasum": ""
2439
            },
2440
            "require": {
2441
                "ext-curl": "*",
2442
                "symfony/console": "~2.0"
2443
            },
2444
            "bin": [
2445
                "security-checker"
2446
            ],
2447
            "type": "library",
2448
            "extra": {
2449
                "branch-alias": {
2450
                    "dev-master": "2.0-dev"
2451
                }
2452
            },
2453
            "autoload": {
2454
                "psr-0": {
2455
                    "SensioLabs\\Security": ""
2456
                }
2457
            },
2458
            "notification-url": "https://packagist.org/downloads/",
2459
            "license": [
2460
                "MIT"
2461
            ],
2462
            "authors": [
2463
                {
2464
                    "name": "Fabien Potencier",
2465
                    "email": "[email protected]"
2466
                }
2467
            ],
2468
            "description": "A security checker for your composer.lock",
2469
            "time": "2015-05-28 14:22:40"
2470
        },
2471
        {
2472
            "name": "simplesamlphp/saml2",
2473
            "version": "v1.10.3",
2474
            "source": {
2475
                "type": "git",
2476
                "url": "https://github.com/simplesamlphp/saml2.git",
2477
                "reference": "3f268c25ca5e9748652834faad04525746227ef7"
2478
            },
2479
            "dist": {
2480
                "type": "zip",
2481
                "url": "https://api.github.com/repos/simplesamlphp/saml2/zipball/3f268c25ca5e9748652834faad04525746227ef7",
2482
                "reference": "3f268c25ca5e9748652834faad04525746227ef7",
2483
                "shasum": ""
2484
            },
2485
            "require": {
2486
                "ext-dom": "*",
2487
                "ext-openssl": "*",
2488
                "php": ">=5.3.3",
2489
                "psr/log": "~1.0",
2490
                "robrichards/xmlseclibs": "^1.3"
2491
            },
2492
            "require-dev": {
2493
                "mockery/mockery": "~0.9",
2494
                "phpmd/phpmd": "~1.5",
2495
                "phpunit/phpunit": "~3.7",
2496
                "satooshi/php-coveralls": "~0.6.1",
2497
                "sebastian/phpcpd": "~1.4",
2498
                "sensiolabs/security-checker": "~1.1",
2499
                "squizlabs/php_codesniffer": "~1.4"
2500
            },
2501
            "type": "library",
2502
            "autoload": {
2503
                "psr-0": {
2504
                    "SAML2_": "src/"
2505
                }
2506
            },
2507
            "notification-url": "https://packagist.org/downloads/",
2508
            "license": [
2509
                "LGPL-2.1"
2510
            ],
2511
            "authors": [
2512
                {
2513
                    "name": "Andreas Åkre Solberg",
2514
                    "email": "[email protected]"
2515
                }
2516
            ],
2517
            "description": "SAML2 PHP library from SimpleSAMLphp",
2518
            "time": "2016-12-02 12:15:53"
2519
        },
2520
        {
2521
            "name": "surfnet/messagebird-api-client-bundle",
2522
            "version": "3.0.0",
2523
            "source": {
2524
                "type": "git",
2525
                "url": "https://github.com/SURFnet/messagebird-api-client-bundle.git",
2526
                "reference": "44f83aa6eeb7d4e3807947068e2f90412e678818"
2527
            },
2528
            "dist": {
2529
                "type": "zip",
2530
                "url": "https://api.github.com/repos/SURFnet/messagebird-api-client-bundle/zipball/44f83aa6eeb7d4e3807947068e2f90412e678818",
2531
                "reference": "44f83aa6eeb7d4e3807947068e2f90412e678818",
2532
                "shasum": ""
2533
            },
2534
            "require": {
2535
                "guzzlehttp/guzzle": "^6.0",
2536
                "php": ">=5.5,<8.0-dev",
2537
                "symfony/config": ">=2.7,<3.0",
2538
                "symfony/dependency-injection": ">=2.7,<3.0",
2539
                "symfony/http-kernel": ">=2.7,<3.0"
2540
            },
2541
            "require-dev": {
2542
                "ibuildings/qa-tools": "~1.1",
2543
                "liip/rmt": "1.1.*",
2544
                "matthiasnoback/symfony-config-test": "0.*",
2545
                "mockery/mockery": "0.9.*"
2546
            },
2547
            "type": "library",
2548
            "autoload": {
2549
                "psr-0": {
2550
                    "Surfnet\\MessageBirdApiClient\\": "src",
2551
                    "Surfnet\\MessageBirdApiClientBundle\\": "src"
2552
                }
2553
            },
2554
            "notification-url": "https://packagist.org/downloads/",
2555
            "license": [
2556
                "Apache-2.0"
2557
            ],
2558
            "description": "A Symfony2 bundle to integrate MessageBird's messaging service.",
2559
            "keywords": [
2560
                "messagebird",
2561
                "sms",
2562
                "surfnet"
2563
            ],
2564
            "time": "2017-03-07 13:52:43"
2565
        },
2566
        {
2567
            "name": "surfnet/stepup-bundle",
2568
            "version": "1.7.0",
2569
            "source": {
2570
                "type": "git",
2571
                "url": "https://github.com/OpenConext/Stepup-bundle.git",
2572
                "reference": "084b1e11781ca3f526e32a486f75a7e6a953e5fc"
2573
            },
2574
            "dist": {
2575
                "type": "zip",
2576
                "url": "https://api.github.com/repos/OpenConext/Stepup-bundle/zipball/084b1e11781ca3f526e32a486f75a7e6a953e5fc",
2577
                "reference": "084b1e11781ca3f526e32a486f75a7e6a953e5fc",
2578
                "shasum": ""
2579
            },
2580
            "require": {
2581
                "ext-gmp": "*",
2582
                "ext-openssl": "*",
2583
                "graylog2/gelf-php": "^1.5",
2584
                "guzzlehttp/guzzle": "^6.0",
2585
                "monolog/monolog": "~1.11",
2586
                "php": "^5.6|^7.0",
2587
                "sensio/framework-extra-bundle": "~3",
2588
                "symfony/config": "^2.7",
2589
                "symfony/dependency-injection": "^2.7",
2590
                "symfony/form": "^2.7",
2591
                "symfony/framework-bundle": "^2.7",
2592
                "symfony/http-kernel": "^2.7",
2593
                "symfony/twig-bridge": "^2.7",
2594
                "symfony/validator": "^2.7"
2595
            },
2596
            "require-dev": {
2597
                "liip/rmt": "1.1.*",
2598
                "mockery/mockery": "0.9.*",
2599
                "phpmd/phpmd": "^2.0",
2600
                "phpunit/phpunit": "^4.0",
2601
                "sebastian/phpcpd": "^2.0",
2602
                "sensiolabs/security-checker": "^2.0",
2603
                "squizlabs/php_codesniffer": "^1.0"
2604
            },
2605
            "type": "library",
2606
            "autoload": {
2607
                "psr-4": {
2608
                    "Surfnet\\StepupBundle\\": "src"
2609
                }
2610
            },
2611
            "notification-url": "https://packagist.org/downloads/",
2612
            "license": [
2613
                "Apache-2.0"
2614
            ],
2615
            "description": "A Symfony2 bundle that holds shared code and framework integration for all Step-up applications.",
2616
            "keywords": [
2617
                "stepup",
2618
                "suaas",
2619
                "surfnet"
2620
            ],
2621
            "time": "2017-03-07 13:44:04"
2622
        },
2623
        {
2624
            "name": "surfnet/stepup-saml-bundle",
2625
            "version": "2.7.0",
2626
            "source": {
2627
                "type": "git",
2628
                "url": "https://github.com/OpenConext/Stepup-saml-bundle.git",
2629
                "reference": "b581460d6618d578b9a37a24b8ed2c32dab5177d"
2630
            },
2631
            "dist": {
2632
                "type": "zip",
2633
                "url": "https://api.github.com/repos/OpenConext/Stepup-saml-bundle/zipball/b581460d6618d578b9a37a24b8ed2c32dab5177d",
2634
                "reference": "b581460d6618d578b9a37a24b8ed2c32dab5177d",
2635
                "shasum": ""
2636
            },
2637
            "require": {
2638
                "ext-openssl": "*",
2639
                "php": ">=5.4,<8.0-dev",
2640
                "robrichards/xmlseclibs": "^1.4.0",
2641
                "simplesamlphp/saml2": "^1.8",
2642
                "symfony/dependency-injection": "^2.7",
2643
                "symfony/framework-bundle": "^2.7"
2644
            },
2645
            "require-dev": {
2646
                "ibuildings/qa-tools": "~1.1",
2647
                "liip/rmt": "~1.1",
2648
                "mockery/mockery": "~0.9",
2649
                "psr/log": "~1.0"
2650
            },
2651
            "type": "symfony-bundle",
2652
            "autoload": {
2653
                "psr-4": {
2654
                    "Surfnet\\SamlBundle\\": "src"
2655
                }
2656
            },
2657
            "notification-url": "https://packagist.org/downloads/",
2658
            "license": [
2659
                "Apache-2.0"
2660
            ],
2661
            "description": "A Symfony2 bundle that integrates the simplesamlphp\\saml2 library with Symfony",
2662
            "keywords": [
2663
                "SAML2",
2664
                "saml",
2665
                "simplesamlphp",
2666
                "stepup",
2667
                "surfnet"
2668
            ],
2669
            "time": "2017-02-20 14:42:30"
2670
        },
2671
        {
2672
            "name": "surfnet/stepup-u2f-bundle",
2673
            "version": "dev-develop",
2674
            "source": {
2675
                "type": "git",
2676
                "url": "https://github.com/OpenConext/Stepup-u2f-bundle.git",
2677
                "reference": "b28737d7b8df5ecbdf7a1e952ecfb530a2951c05"
2678
            },
2679
            "dist": {
2680
                "type": "zip",
2681
                "url": "https://api.github.com/repos/OpenConext/Stepup-u2f-bundle/zipball/b28737d7b8df5ecbdf7a1e952ecfb530a2951c05",
2682
                "reference": "b28737d7b8df5ecbdf7a1e952ecfb530a2951c05",
2683
                "shasum": ""
2684
            },
2685
            "require": {
2686
                "php": ">=5.4|^7",
2687
                "symfony/config": "^2.7",
2688
                "symfony/dependency-injection": "^2.7",
2689
                "symfony/form": "^2.7",
2690
                "symfony/http-kernel": "^2.7",
2691
                "symfony/validator": "^2.7",
2692
                "yubico/u2flib-server": "^0.1.0"
2693
            },
2694
            "require-dev": {
2695
                "ibuildings/qa-tools": "~1.1,>=1.1.27",
2696
                "liip/rmt": "1.1.*",
2697
                "matthiasnoback/symfony-config-test": "^1.2",
2698
                "mockery/mockery": "~0.9"
2699
            },
2700
            "type": "library",
2701
            "autoload": {
2702
                "psr-4": {
2703
                    "Surfnet\\StepupU2fBundle\\": "src"
2704
                }
2705
            },
2706
            "notification-url": "https://packagist.org/downloads/",
2707
            "license": [
2708
                "Apache-2.0"
2709
            ],
2710
            "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",
2711
            "time": "2015-09-17 15:02:04"
2712
        },
2713
        {
2714
            "name": "surfnet/yubikey-api-client",
2715
            "version": "2.1.0",
2716
            "source": {
2717
                "type": "git",
2718
                "url": "https://github.com/SURFnet/yubikey-api-client.git",
2719
                "reference": "6df6bd5e005d3cdbdb67e4383ea202424e0f78b9"
2720
            },
2721
            "dist": {
2722
                "type": "zip",
2723
                "url": "https://api.github.com/repos/SURFnet/yubikey-api-client/zipball/6df6bd5e005d3cdbdb67e4383ea202424e0f78b9",
2724
                "reference": "6df6bd5e005d3cdbdb67e4383ea202424e0f78b9",
2725
                "shasum": ""
2726
            },
2727
            "require": {
2728
                "guzzlehttp/guzzle": "^6.0",
2729
                "paragonie/random_compat": "^1|^2",
2730
                "php": "^5.6|^7"
2731
            },
2732
            "require-dev": {
2733
                "liip/rmt": "1.1.*",
2734
                "mockery/mockery": "0.9.*",
2735
                "phpmd/phpmd": "^2.0",
2736
                "phpunit/phpunit": "^4.0",
2737
                "sebastian/phpcpd": "^2.0",
2738
                "sensiolabs/security-checker": "^2.0",
2739
                "squizlabs/php_codesniffer": "^1.0"
2740
            },
2741
            "type": "library",
2742
            "autoload": {
2743
                "psr-4": {
2744
                    "Surfnet\\YubikeyApiClient\\": "src",
2745
                    "Surfnet\\YubikeyApiClient\\Tests\\": "tests/unit",
2746
                    "Surfnet\\YubikeyApiClient\\IntegrationTests\\": "tests/integration"
2747
                }
2748
            },
2749
            "notification-url": "https://packagist.org/downloads/",
2750
            "license": [
2751
                "Apache-2.0"
2752
            ],
2753
            "description": "A Yubikey OTP validation service client",
2754
            "keywords": [
2755
                "surfnet",
2756
                "yubico",
2757
                "yubikey"
2758
            ],
2759
            "time": "2017-03-07 13:48:47"
2760
        },
2761
        {
2762
            "name": "surfnet/yubikey-api-client-bundle",
2763
            "version": "3.0.0",
2764
            "source": {
2765
                "type": "git",
2766
                "url": "https://github.com/SURFnet/yubikey-api-client-bundle.git",
2767
                "reference": "d9d9990b63f321745caa2290645b7660aeb3f95f"
2768
            },
2769
            "dist": {
2770
                "type": "zip",
2771
                "url": "https://api.github.com/repos/SURFnet/yubikey-api-client-bundle/zipball/d9d9990b63f321745caa2290645b7660aeb3f95f",
2772
                "reference": "d9d9990b63f321745caa2290645b7660aeb3f95f",
2773
                "shasum": ""
2774
            },
2775
            "require": {
2776
                "php": "^5.6|^7.0",
2777
                "surfnet/yubikey-api-client": "^2.0",
2778
                "symfony/config": "^2.7|^3.0",
2779
                "symfony/dependency-injection": "^2.7|^3.0",
2780
                "symfony/http-kernel": "^2.7|^3.0"
2781
            },
2782
            "require-dev": {
2783
                "ibuildings/qa-tools": "~1.1",
2784
                "liip/rmt": "1.1.*",
2785
                "matthiasnoback/symfony-config-test": "^1.4",
2786
                "mockery/mockery": "0.9.*",
2787
                "symfony/framework-bundle": ">=2.3,<4",
2788
                "symfony/monolog-bundle": "^2.11"
2789
            },
2790
            "type": "library",
2791
            "autoload": {
2792
                "psr-4": {
2793
                    "Surfnet\\YubikeyApiClientBundle\\": "src"
2794
                }
2795
            },
2796
            "notification-url": "https://packagist.org/downloads/",
2797
            "license": [
2798
                "Apache-2.0"
2799
            ],
2800
            "description": "A Symfony2 bundle to integrate Yubikey OTP validation service.",
2801
            "keywords": [
2802
                "surfnet",
2803
                "yubico",
2804
                "yubikey"
2805
            ],
2806
            "time": "2017-02-20 15:47:38"
2807
        },
2808
        {
2809
            "name": "swiftmailer/swiftmailer",
0 ignored issues
show
There is a security advisory for your installed version of swiftmailer/swiftmailer:

Remote Code Execution when using the mail transport
Loading history...
2810
            "version": "v5.4.2",
2811
            "source": {
2812
                "type": "git",
2813
                "url": "https://github.com/swiftmailer/swiftmailer.git",
2814
                "reference": "d8db871a54619458a805229a057ea2af33c753e8"
2815
            },
2816
            "dist": {
2817
                "type": "zip",
2818
                "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/d8db871a54619458a805229a057ea2af33c753e8",
2819
                "reference": "d8db871a54619458a805229a057ea2af33c753e8",
2820
                "shasum": ""
2821
            },
2822
            "require": {
2823
                "php": ">=5.3.3"
2824
            },
2825
            "require-dev": {
2826
                "mockery/mockery": "~0.9.1,<0.9.4"
2827
            },
2828
            "type": "library",
2829
            "extra": {
2830
                "branch-alias": {
2831
                    "dev-master": "5.4-dev"
2832
                }
2833
            },
2834
            "autoload": {
2835
                "files": [
2836
                    "lib/swift_required.php"
2837
                ]
2838
            },
2839
            "notification-url": "https://packagist.org/downloads/",
2840
            "license": [
2841
                "MIT"
2842
            ],
2843
            "authors": [
2844
                {
2845
                    "name": "Chris Corbyn"
2846
                },
2847
                {
2848
                    "name": "Fabien Potencier",
2849
                    "email": "[email protected]"
2850
                }
2851
            ],
2852
            "description": "Swiftmailer, free feature-rich PHP mailer",
2853
            "homepage": "http://swiftmailer.org",
2854
            "keywords": [
2855
                "email",
2856
                "mail",
2857
                "mailer"
2858
            ],
2859
            "time": "2016-05-01 08:45:47"
2860
        },
2861
        {
2862
            "name": "symfony/assetic-bundle",
2863
            "version": "v2.8.0",
2864
            "source": {
2865
                "type": "git",
2866
                "url": "https://github.com/symfony/assetic-bundle.git",
2867
                "reference": "aa5b4f8b712f38745928fa845ddb73300bb2af6d"
2868
            },
2869
            "dist": {
2870
                "type": "zip",
2871
                "url": "https://api.github.com/repos/symfony/assetic-bundle/zipball/aa5b4f8b712f38745928fa845ddb73300bb2af6d",
2872
                "reference": "aa5b4f8b712f38745928fa845ddb73300bb2af6d",
2873
                "shasum": ""
2874
            },
2875
            "require": {
2876
                "kriswallsmith/assetic": "~1.3",
2877
                "php": ">=5.3.0",
2878
                "symfony/console": "~2.3|~3.0",
2879
                "symfony/dependency-injection": "~2.3|~3.0",
2880
                "symfony/framework-bundle": "~2.3|~3.0",
2881
                "symfony/yaml": "~2.3|~3.0"
2882
            },
2883
            "conflict": {
2884
                "kriswallsmith/spork": "<=0.2",
2885
                "twig/twig": "<1.20"
2886
            },
2887
            "require-dev": {
2888
                "kriswallsmith/spork": "~0.3",
2889
                "patchwork/jsqueeze": "~1.0",
2890
                "symfony/class-loader": "~2.3|~3.0",
2891
                "symfony/css-selector": "~2.3|~3.0",
2892
                "symfony/dom-crawler": "~2.3|~3.0",
2893
                "symfony/phpunit-bridge": "~2.7|~3.0",
2894
                "symfony/twig-bundle": "~2.3|~3.0"
2895
            },
2896
            "suggest": {
2897
                "kriswallsmith/spork": "to be able to dump assets in parallel",
2898
                "symfony/twig-bundle": "to use the Twig integration"
2899
            },
2900
            "type": "symfony-bundle",
2901
            "extra": {
2902
                "branch-alias": {
2903
                    "dev-master": "2.7-dev"
2904
                }
2905
            },
2906
            "autoload": {
2907
                "psr-4": {
2908
                    "Symfony\\Bundle\\AsseticBundle\\": ""
2909
                }
2910
            },
2911
            "notification-url": "https://packagist.org/downloads/",
2912
            "license": [
2913
                "MIT"
2914
            ],
2915
            "authors": [
2916
                {
2917
                    "name": "Kris Wallsmith",
2918
                    "email": "[email protected]",
2919
                    "homepage": "http://kriswallsmith.net/"
2920
                }
2921
            ],
2922
            "description": "Integrates Assetic into Symfony2",
2923
            "homepage": "https://github.com/symfony/AsseticBundle",
2924
            "keywords": [
2925
                "assets",
2926
                "compression",
2927
                "minification"
2928
            ],
2929
            "time": "2015-12-28 13:12:39"
2930
        },
2931
        {
2932
            "name": "symfony/monolog-bundle",
2933
            "version": "2.11.1",
2934
            "source": {
2935
                "type": "git",
2936
                "url": "https://github.com/symfony/monolog-bundle.git",
2937
                "reference": "e7caf4936c7be82bc6d68df87f1d23a0d5bf6e00"
2938
            },
2939
            "dist": {
2940
                "type": "zip",
2941
                "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/e7caf4936c7be82bc6d68df87f1d23a0d5bf6e00",
2942
                "reference": "e7caf4936c7be82bc6d68df87f1d23a0d5bf6e00",
2943
                "shasum": ""
2944
            },
2945
            "require": {
2946
                "monolog/monolog": "~1.18",
2947
                "php": ">=5.3.2",
2948
                "symfony/config": "~2.3|~3.0",
2949
                "symfony/dependency-injection": "~2.3|~3.0",
2950
                "symfony/http-kernel": "~2.3|~3.0",
2951
                "symfony/monolog-bridge": "~2.3|~3.0"
2952
            },
2953
            "require-dev": {
2954
                "phpunit/phpunit": "^4.8",
2955
                "symfony/console": "~2.3|~3.0",
2956
                "symfony/yaml": "~2.3|~3.0"
2957
            },
2958
            "type": "symfony-bundle",
2959
            "extra": {
2960
                "branch-alias": {
2961
                    "dev-master": "2.x-dev"
2962
                }
2963
            },
2964
            "autoload": {
2965
                "psr-4": {
2966
                    "Symfony\\Bundle\\MonologBundle\\": ""
2967
                }
2968
            },
2969
            "notification-url": "https://packagist.org/downloads/",
2970
            "license": [
2971
                "MIT"
2972
            ],
2973
            "authors": [
2974
                {
2975
                    "name": "Symfony Community",
2976
                    "homepage": "http://symfony.com/contributors"
2977
                },
2978
                {
2979
                    "name": "Fabien Potencier",
2980
                    "email": "[email protected]"
2981
                }
2982
            ],
2983
            "description": "Symfony MonologBundle",
2984
            "homepage": "http://symfony.com",
2985
            "keywords": [
2986
                "log",
2987
                "logging"
2988
            ],
2989
            "time": "2016-04-13 16:21:01"
2990
        },
2991
        {
2992
            "name": "symfony/polyfill-apcu",
2993
            "version": "v1.2.0",
2994
            "source": {
2995
                "type": "git",
2996
                "url": "https://github.com/symfony/polyfill-apcu.git",
2997
                "reference": "6d58bceaeea2c2d3eb62503839b18646e161cd6b"
2998
            },
2999
            "dist": {
3000
                "type": "zip",
3001
                "url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/6d58bceaeea2c2d3eb62503839b18646e161cd6b",
3002
                "reference": "6d58bceaeea2c2d3eb62503839b18646e161cd6b",
3003
                "shasum": ""
3004
            },
3005
            "require": {
3006
                "php": ">=5.3.3"
3007
            },
3008
            "type": "library",
3009
            "extra": {
3010
                "branch-alias": {
3011
                    "dev-master": "1.2-dev"
3012
                }
3013
            },
3014
            "autoload": {
3015
                "files": [
3016
                    "bootstrap.php"
3017
                ]
3018
            },
3019
            "notification-url": "https://packagist.org/downloads/",
3020
            "license": [
3021
                "MIT"
3022
            ],
3023
            "authors": [
3024
                {
3025
                    "name": "Nicolas Grekas",
3026
                    "email": "[email protected]"
3027
                },
3028
                {
3029
                    "name": "Symfony Community",
3030
                    "homepage": "https://symfony.com/contributors"
3031
                }
3032
            ],
3033
            "description": "Symfony polyfill backporting apcu_* functions to lower PHP versions",
3034
            "homepage": "https://symfony.com",
3035
            "keywords": [
3036
                "apcu",
3037
                "compatibility",
3038
                "polyfill",
3039
                "portable",
3040
                "shim"
3041
            ],
3042
            "time": "2016-05-18 14:26:46"
3043
        },
3044
        {
3045
            "name": "symfony/polyfill-mbstring",
3046
            "version": "v1.2.0",
3047
            "source": {
3048
                "type": "git",
3049
                "url": "https://github.com/symfony/polyfill-mbstring.git",
3050
                "reference": "dff51f72b0706335131b00a7f49606168c582594"
3051
            },
3052
            "dist": {
3053
                "type": "zip",
3054
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/dff51f72b0706335131b00a7f49606168c582594",
3055
                "reference": "dff51f72b0706335131b00a7f49606168c582594",
3056
                "shasum": ""
3057
            },
3058
            "require": {
3059
                "php": ">=5.3.3"
3060
            },
3061
            "suggest": {
3062
                "ext-mbstring": "For best performance"
3063
            },
3064
            "type": "library",
3065
            "extra": {
3066
                "branch-alias": {
3067
                    "dev-master": "1.2-dev"
3068
                }
3069
            },
3070
            "autoload": {
3071
                "psr-4": {
3072
                    "Symfony\\Polyfill\\Mbstring\\": ""
3073
                },
3074
                "files": [
3075
                    "bootstrap.php"
3076
                ]
3077
            },
3078
            "notification-url": "https://packagist.org/downloads/",
3079
            "license": [
3080
                "MIT"
3081
            ],
3082
            "authors": [
3083
                {
3084
                    "name": "Nicolas Grekas",
3085
                    "email": "[email protected]"
3086
                },
3087
                {
3088
                    "name": "Symfony Community",
3089
                    "homepage": "https://symfony.com/contributors"
3090
                }
3091
            ],
3092
            "description": "Symfony polyfill for the Mbstring extension",
3093
            "homepage": "https://symfony.com",
3094
            "keywords": [
3095
                "compatibility",
3096
                "mbstring",
3097
                "polyfill",
3098
                "portable",
3099
                "shim"
3100
            ],
3101
            "time": "2016-05-18 14:26:46"
3102
        },
3103
        {
3104
            "name": "symfony/swiftmailer-bundle",
3105
            "version": "v2.3.11",
3106
            "source": {
3107
                "type": "git",
3108
                "url": "https://github.com/symfony/swiftmailer-bundle.git",
3109
                "reference": "5e1a90f28213231ceee19c953bbebc5b5b95c690"
3110
            },
3111
            "dist": {
3112
                "type": "zip",
3113
                "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/5e1a90f28213231ceee19c953bbebc5b5b95c690",
3114
                "reference": "5e1a90f28213231ceee19c953bbebc5b5b95c690",
3115
                "shasum": ""
3116
            },
3117
            "require": {
3118
                "php": ">=5.3.2",
3119
                "swiftmailer/swiftmailer": ">=4.2.0,~5.0",
3120
                "symfony/config": "~2.3|~3.0",
3121
                "symfony/dependency-injection": "~2.3|~3.0",
3122
                "symfony/http-kernel": "~2.3|~3.0",
3123
                "symfony/yaml": "~2.3|~3.0"
3124
            },
3125
            "require-dev": {
3126
                "symfony/phpunit-bridge": "~2.7|~3.0"
3127
            },
3128
            "suggest": {
3129
                "psr/log": "Allows logging"
3130
            },
3131
            "type": "symfony-bundle",
3132
            "extra": {
3133
                "branch-alias": {
3134
                    "dev-master": "2.3-dev"
3135
                }
3136
            },
3137
            "autoload": {
3138
                "psr-4": {
3139
                    "Symfony\\Bundle\\SwiftmailerBundle\\": ""
3140
                }
3141
            },
3142
            "notification-url": "https://packagist.org/downloads/",
3143
            "license": [
3144
                "MIT"
3145
            ],
3146
            "authors": [
3147
                {
3148
                    "name": "Symfony Community",
3149
                    "homepage": "http://symfony.com/contributors"
3150
                },
3151
                {
3152
                    "name": "Fabien Potencier",
3153
                    "email": "[email protected]"
3154
                }
3155
            ],
3156
            "description": "Symfony SwiftmailerBundle",
3157
            "homepage": "http://symfony.com",
3158
            "time": "2016-01-15 16:41:20"
3159
        },
3160
        {
3161
            "name": "symfony/symfony",
3162
            "version": "v2.7.14",
3163
            "source": {
3164
                "type": "git",
3165
                "url": "https://github.com/symfony/symfony.git",
3166
                "reference": "fe443f4a8b6b2f3977d4fe6b348e9f85a7840ea1"
3167
            },
3168
            "dist": {
3169
                "type": "zip",
3170
                "url": "https://api.github.com/repos/symfony/symfony/zipball/fe443f4a8b6b2f3977d4fe6b348e9f85a7840ea1",
3171
                "reference": "fe443f4a8b6b2f3977d4fe6b348e9f85a7840ea1",
3172
                "shasum": ""
3173
            },
3174
            "require": {
3175
                "doctrine/common": "~2.4",
3176
                "paragonie/random_compat": "~1.0",
3177
                "php": ">=5.3.9",
3178
                "psr/log": "~1.0",
3179
                "symfony/polyfill-apcu": "~1.1",
3180
                "symfony/polyfill-mbstring": "~1.1",
3181
                "twig/twig": "~1.23|~2.0"
3182
            },
3183
            "replace": {
3184
                "symfony/asset": "self.version",
3185
                "symfony/browser-kit": "self.version",
3186
                "symfony/class-loader": "self.version",
3187
                "symfony/config": "self.version",
3188
                "symfony/console": "self.version",
3189
                "symfony/css-selector": "self.version",
3190
                "symfony/debug": "self.version",
3191
                "symfony/debug-bundle": "self.version",
3192
                "symfony/dependency-injection": "self.version",
3193
                "symfony/doctrine-bridge": "self.version",
3194
                "symfony/dom-crawler": "self.version",
3195
                "symfony/event-dispatcher": "self.version",
3196
                "symfony/expression-language": "self.version",
3197
                "symfony/filesystem": "self.version",
3198
                "symfony/finder": "self.version",
3199
                "symfony/form": "self.version",
3200
                "symfony/framework-bundle": "self.version",
3201
                "symfony/http-foundation": "self.version",
3202
                "symfony/http-kernel": "self.version",
3203
                "symfony/intl": "self.version",
3204
                "symfony/locale": "self.version",
3205
                "symfony/monolog-bridge": "self.version",
3206
                "symfony/options-resolver": "self.version",
3207
                "symfony/process": "self.version",
3208
                "symfony/property-access": "self.version",
3209
                "symfony/proxy-manager-bridge": "self.version",
3210
                "symfony/routing": "self.version",
3211
                "symfony/security": "self.version",
3212
                "symfony/security-acl": "self.version",
3213
                "symfony/security-bundle": "self.version",
3214
                "symfony/security-core": "self.version",
3215
                "symfony/security-csrf": "self.version",
3216
                "symfony/security-http": "self.version",
3217
                "symfony/serializer": "self.version",
3218
                "symfony/stopwatch": "self.version",
3219
                "symfony/swiftmailer-bridge": "self.version",
3220
                "symfony/templating": "self.version",
3221
                "symfony/translation": "self.version",
3222
                "symfony/twig-bridge": "self.version",
3223
                "symfony/twig-bundle": "self.version",
3224
                "symfony/validator": "self.version",
3225
                "symfony/var-dumper": "self.version",
3226
                "symfony/web-profiler-bundle": "self.version",
3227
                "symfony/yaml": "self.version"
3228
            },
3229
            "require-dev": {
3230
                "doctrine/data-fixtures": "1.0.*",
3231
                "doctrine/dbal": "~2.4",
3232
                "doctrine/doctrine-bundle": "~1.2",
3233
                "doctrine/orm": "~2.4,>=2.4.5",
3234
                "egulias/email-validator": "~1.2",
3235
                "ircmaxell/password-compat": "~1.0",
3236
                "monolog/monolog": "~1.11",
3237
                "ocramius/proxy-manager": "~0.4|~1.0|~2.0"
3238
            },
3239
            "type": "library",
3240
            "extra": {
3241
                "branch-alias": {
3242
                    "dev-master": "2.7-dev"
3243
                }
3244
            },
3245
            "autoload": {
3246
                "psr-4": {
3247
                    "Symfony\\Bridge\\Doctrine\\": "src/Symfony/Bridge/Doctrine/",
3248
                    "Symfony\\Bridge\\Monolog\\": "src/Symfony/Bridge/Monolog/",
3249
                    "Symfony\\Bridge\\ProxyManager\\": "src/Symfony/Bridge/ProxyManager/",
3250
                    "Symfony\\Bridge\\Swiftmailer\\": "src/Symfony/Bridge/Swiftmailer/",
3251
                    "Symfony\\Bridge\\Twig\\": "src/Symfony/Bridge/Twig/",
3252
                    "Symfony\\Bundle\\": "src/Symfony/Bundle/",
3253
                    "Symfony\\Component\\": "src/Symfony/Component/"
3254
                },
3255
                "classmap": [
3256
                    "src/Symfony/Component/HttpFoundation/Resources/stubs",
3257
                    "src/Symfony/Component/Intl/Resources/stubs"
3258
                ],
3259
                "files": [
3260
                    "src/Symfony/Component/Intl/Resources/stubs/functions.php"
3261
                ],
3262
                "exclude-from-classmap": [
3263
                    "**/Tests/"
3264
                ]
3265
            },
3266
            "notification-url": "https://packagist.org/downloads/",
3267
            "license": [
3268
                "MIT"
3269
            ],
3270
            "authors": [
3271
                {
3272
                    "name": "Fabien Potencier",
3273
                    "email": "[email protected]"
3274
                },
3275
                {
3276
                    "name": "Symfony Community",
3277
                    "homepage": "https://symfony.com/contributors"
3278
                }
3279
            ],
3280
            "description": "The Symfony PHP framework",
3281
            "homepage": "https://symfony.com",
3282
            "keywords": [
3283
                "framework"
3284
            ],
3285
            "time": "2016-06-06 15:23:39"
3286
        },
3287
        {
3288
            "name": "twbs/bootstrap",
3289
            "version": "v3.2.0",
3290
            "source": {
3291
                "type": "git",
3292
                "url": "https://github.com/twbs/bootstrap.git",
3293
                "reference": "c068162161154a4b85110ea1e7dd3d7897ce2b72"
3294
            },
3295
            "dist": {
3296
                "type": "zip",
3297
                "url": "https://api.github.com/repos/twbs/bootstrap/zipball/c068162161154a4b85110ea1e7dd3d7897ce2b72",
3298
                "reference": "c068162161154a4b85110ea1e7dd3d7897ce2b72",
3299
                "shasum": ""
3300
            },
3301
            "replace": {
3302
                "twitter/bootstrap": "self.version"
3303
            },
3304
            "type": "library",
3305
            "extra": {
3306
                "branch-alias": {
3307
                    "dev-master": "3.2.x-dev"
3308
                }
3309
            },
3310
            "notification-url": "https://packagist.org/downloads/",
3311
            "license": [
3312
                "MIT"
3313
            ],
3314
            "authors": [
3315
                {
3316
                    "name": "Jacob Thornton",
3317
                    "email": "[email protected]"
3318
                },
3319
                {
3320
                    "name": "Mark Otto",
3321
                    "email": "[email protected]"
3322
                }
3323
            ],
3324
            "description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
3325
            "homepage": "http://getbootstrap.com",
3326
            "keywords": [
3327
                "JS",
3328
                "css",
3329
                "framework",
3330
                "front-end",
3331
                "less",
3332
                "mobile-first",
3333
                "responsive",
3334
                "web"
3335
            ],
3336
            "time": "2014-06-26 16:36:48"
3337
        },
3338
        {
3339
            "name": "twig/extensions",
3340
            "version": "v1.3.0",
3341
            "source": {
3342
                "type": "git",
3343
                "url": "https://github.com/twigphp/Twig-extensions.git",
3344
                "reference": "449e3c8a9ffad7c2479c7864557275a32b037499"
3345
            },
3346
            "dist": {
3347
                "type": "zip",
3348
                "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/449e3c8a9ffad7c2479c7864557275a32b037499",
3349
                "reference": "449e3c8a9ffad7c2479c7864557275a32b037499",
3350
                "shasum": ""
3351
            },
3352
            "require": {
3353
                "twig/twig": "~1.20|~2.0"
3354
            },
3355
            "require-dev": {
3356
                "symfony/translation": "~2.3"
3357
            },
3358
            "suggest": {
3359
                "symfony/translation": "Allow the time_diff output to be translated"
3360
            },
3361
            "type": "library",
3362
            "extra": {
3363
                "branch-alias": {
3364
                    "dev-master": "1.3-dev"
3365
                }
3366
            },
3367
            "autoload": {
3368
                "psr-0": {
3369
                    "Twig_Extensions_": "lib/"
3370
                }
3371
            },
3372
            "notification-url": "https://packagist.org/downloads/",
3373
            "license": [
3374
                "MIT"
3375
            ],
3376
            "authors": [
3377
                {
3378
                    "name": "Fabien Potencier",
3379
                    "email": "[email protected]"
3380
                }
3381
            ],
3382
            "description": "Common additional features for Twig that do not directly belong in core",
3383
            "homepage": "http://twig.sensiolabs.org/doc/extensions/index.html",
3384
            "keywords": [
3385
                "i18n",
3386
                "text"
3387
            ],
3388
            "time": "2015-08-22 16:38:35"
3389
        },
3390
        {
3391
            "name": "twig/twig",
3392
            "version": "v1.32.0",
3393
            "source": {
3394
                "type": "git",
3395
                "url": "https://github.com/twigphp/Twig.git",
3396
                "reference": "9935b662e24d6e634da88901ab534cc12e8c728f"
3397
            },
3398
            "dist": {
3399
                "type": "zip",
3400
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/9935b662e24d6e634da88901ab534cc12e8c728f",
3401
                "reference": "9935b662e24d6e634da88901ab534cc12e8c728f",
3402
                "shasum": ""
3403
            },
3404
            "require": {
3405
                "php": ">=5.2.7"
3406
            },
3407
            "require-dev": {
3408
                "psr/container": "^1.0",
3409
                "symfony/debug": "~2.7",
3410
                "symfony/phpunit-bridge": "~3.2"
3411
            },
3412
            "type": "library",
3413
            "extra": {
3414
                "branch-alias": {
3415
                    "dev-master": "1.32-dev"
3416
                }
3417
            },
3418
            "autoload": {
3419
                "psr-0": {
3420
                    "Twig_": "lib/"
3421
                }
3422
            },
3423
            "notification-url": "https://packagist.org/downloads/",
3424
            "license": [
3425
                "BSD-3-Clause"
3426
            ],
3427
            "authors": [
3428
                {
3429
                    "name": "Fabien Potencier",
3430
                    "email": "[email protected]",
3431
                    "homepage": "http://fabien.potencier.org",
3432
                    "role": "Lead Developer"
3433
                },
3434
                {
3435
                    "name": "Armin Ronacher",
3436
                    "email": "[email protected]",
3437
                    "role": "Project Founder"
3438
                },
3439
                {
3440
                    "name": "Twig Team",
3441
                    "homepage": "http://twig.sensiolabs.org/contributors",
3442
                    "role": "Contributors"
3443
                }
3444
            ],
3445
            "description": "Twig, the flexible, fast, and secure template language for PHP",
3446
            "homepage": "http://twig.sensiolabs.org",
3447
            "keywords": [
3448
                "templating"
3449
            ],
3450
            "time": "2017-02-27 00:07:03"
3451
        },
3452
        {
3453
            "name": "yubico/u2flib-server",
3454
            "version": "0.1.0",
3455
            "source": {
3456
                "type": "git",
3457
                "url": "https://github.com/Yubico/php-u2flib-server.git",
3458
                "reference": "71ad5f0b7c796966da356eecd5b583ac852e92a1"
3459
            },
3460
            "dist": {
3461
                "type": "zip",
3462
                "url": "https://api.github.com/repos/Yubico/php-u2flib-server/zipball/71ad5f0b7c796966da356eecd5b583ac852e92a1",
3463
                "reference": "71ad5f0b7c796966da356eecd5b583ac852e92a1",
3464
                "shasum": ""
3465
            },
3466
            "require": {
3467
                "ext-openssl": "*"
3468
            },
3469
            "type": "library",
3470
            "autoload": {
3471
                "classmap": [
3472
                    "src/"
3473
                ]
3474
            },
3475
            "notification-url": "https://packagist.org/downloads/",
3476
            "license": [
3477
                "BSD-2-Clause"
3478
            ],
3479
            "description": "Library for U2F implementation",
3480
            "homepage": "https://developers.yubico.com/php-u2flib-server",
3481
            "time": "2015-03-03 08:05:16"
3482
        },
3483
        {
3484
            "name": "zendframework/zend-code",
3485
            "version": "2.6.3",
3486
            "source": {
3487
                "type": "git",
3488
                "url": "https://github.com/zendframework/zend-code.git",
3489
                "reference": "95033f061b083e16cdee60530ec260d7d628b887"
3490
            },
3491
            "dist": {
3492
                "type": "zip",
3493
                "url": "https://api.github.com/repos/zendframework/zend-code/zipball/95033f061b083e16cdee60530ec260d7d628b887",
3494
                "reference": "95033f061b083e16cdee60530ec260d7d628b887",
3495
                "shasum": ""
3496
            },
3497
            "require": {
3498
                "php": "^5.5 || 7.0.0 - 7.0.4 || ^7.0.6",
3499
                "zendframework/zend-eventmanager": "^2.6 || ^3.0"
3500
            },
3501
            "require-dev": {
3502
                "doctrine/annotations": "~1.0",
3503
                "fabpot/php-cs-fixer": "1.7.*",
3504
                "phpunit/phpunit": "^4.8.21",
3505
                "zendframework/zend-stdlib": "^2.7 || ^3.0"
3506
            },
3507
            "suggest": {
3508
                "doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features",
3509
                "zendframework/zend-stdlib": "Zend\\Stdlib component"
3510
            },
3511
            "type": "library",
3512
            "extra": {
3513
                "branch-alias": {
3514
                    "dev-master": "2.6-dev",
3515
                    "dev-develop": "2.7-dev"
3516
                }
3517
            },
3518
            "autoload": {
3519
                "psr-4": {
3520
                    "Zend\\Code\\": "src/"
3521
                }
3522
            },
3523
            "notification-url": "https://packagist.org/downloads/",
3524
            "license": [
3525
                "BSD-3-Clause"
3526
            ],
3527
            "description": "provides facilities to generate arbitrary code using an object oriented interface",
3528
            "homepage": "https://github.com/zendframework/zend-code",
3529
            "keywords": [
3530
                "code",
3531
                "zf2"
3532
            ],
3533
            "time": "2016-04-20 17:26:42"
3534
        },
3535
        {
3536
            "name": "zendframework/zend-eventmanager",
3537
            "version": "3.0.1",
3538
            "source": {
3539
                "type": "git",
3540
                "url": "https://github.com/zendframework/zend-eventmanager.git",
3541
                "reference": "5c80bdee0e952be112dcec0968bad770082c3a6e"
3542
            },
3543
            "dist": {
3544
                "type": "zip",
3545
                "url": "https://api.github.com/repos/zendframework/zend-eventmanager/zipball/5c80bdee0e952be112dcec0968bad770082c3a6e",
3546
                "reference": "5c80bdee0e952be112dcec0968bad770082c3a6e",
3547
                "shasum": ""
3548
            },
3549
            "require": {
3550
                "php": "^5.5 || ^7.0"
3551
            },
3552
            "require-dev": {
3553
                "athletic/athletic": "^0.1",
3554
                "container-interop/container-interop": "^1.1.0",
3555
                "phpunit/phpunit": "~4.0",
3556
                "squizlabs/php_codesniffer": "^2.0",
3557
                "zendframework/zend-stdlib": "^2.7.3 || ^3.0"
3558
            },
3559
            "suggest": {
3560
                "container-interop/container-interop": "^1.1.0, to use the lazy listeners feature",
3561
                "zendframework/zend-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature"
3562
            },
3563
            "type": "library",
3564
            "extra": {
3565
                "branch-alias": {
3566
                    "dev-master": "3.0-dev",
3567
                    "dev-develop": "3.1-dev"
3568
                }
3569
            },
3570
            "autoload": {
3571
                "psr-4": {
3572
                    "Zend\\EventManager\\": "src/"
3573
                }
3574
            },
3575
            "notification-url": "https://packagist.org/downloads/",
3576
            "license": [
3577
                "BSD-3-Clause"
3578
            ],
3579
            "description": "Trigger and listen to events within a PHP application",
3580
            "homepage": "https://github.com/zendframework/zend-eventmanager",
3581
            "keywords": [
3582
                "event",
3583
                "eventmanager",
3584
                "events",
3585
                "zf2"
3586
            ],
3587
            "time": "2016-02-18 20:53:00"
3588
        }
3589
    ],
3590
    "packages-dev": [
3591
        {
3592
            "name": "liip/rmt",
3593
            "version": "1.1.9",
3594
            "source": {
3595
                "type": "git",
3596
                "url": "https://github.com/liip/RMT.git",
3597
                "reference": "81ecd50b0910a2e6a052e2d34f187922626c4e07"
3598
            },
3599
            "dist": {
3600
                "type": "zip",
3601
                "url": "https://api.github.com/repos/liip/RMT/zipball/81ecd50b0910a2e6a052e2d34f187922626c4e07",
3602
                "reference": "81ecd50b0910a2e6a052e2d34f187922626c4e07",
3603
                "shasum": ""
3604
            },
3605
            "require": {
3606
                "php": ">=5.3.3",
3607
                "sensiolabs/security-checker": "~2.0",
3608
                "symfony/console": "~2.0",
3609
                "symfony/process": "~2.0",
3610
                "symfony/yaml": "~2.0",
3611
                "vierbergenlars/php-semver": "~3.0"
3612
            },
3613
            "bin": [
3614
                "RMT"
3615
            ],
3616
            "type": "library",
3617
            "autoload": {
3618
                "psr-0": {
3619
                    "Liip": "src"
3620
                }
3621
            },
3622
            "notification-url": "https://packagist.org/downloads/",
3623
            "license": [
3624
                "MIT"
3625
            ],
3626
            "authors": [
3627
                {
3628
                    "name": "Laurent Prodon",
3629
                    "email": "[email protected]",
3630
                    "role": "Developer"
3631
                },
3632
                {
3633
                    "name": "David Jeanmonod",
3634
                    "email": "[email protected]",
3635
                    "role": "Developer"
3636
                }
3637
            ],
3638
            "description": "Release Managment Tool: a handy tool to help releasing new version of your software",
3639
            "homepage": "http://github.com/liip/RMT",
3640
            "keywords": [
3641
                "post-release",
3642
                "pre-release",
3643
                "release",
3644
                "semantic versioning",
3645
                "vcs tag",
3646
                "version"
3647
            ],
3648
            "time": "2015-05-06 20:11:13"
3649
        },
3650
        {
3651
            "name": "matthiasnoback/symfony-config-test",
3652
            "version": "v1.4.0",
3653
            "source": {
3654
                "type": "git",
3655
                "url": "https://github.com/matthiasnoback/SymfonyConfigTest.git",
3656
                "reference": "615b7c8ff5dc1737e553e518dbed641aa548572d"
3657
            },
3658
            "dist": {
3659
                "type": "zip",
3660
                "url": "https://api.github.com/repos/matthiasnoback/SymfonyConfigTest/zipball/615b7c8ff5dc1737e553e518dbed641aa548572d",
3661
                "reference": "615b7c8ff5dc1737e553e518dbed641aa548572d",
3662
                "shasum": ""
3663
            },
3664
            "require": {
3665
                "php": ">=5.3",
3666
                "sebastian/exporter": "1.*",
3667
                "symfony/config": "~2.0|~3.0"
3668
            },
3669
            "require-dev": {
3670
                "phpunit/phpunit": ">=3.7"
3671
            },
3672
            "type": "library",
3673
            "autoload": {
3674
                "psr-4": {
3675
                    "Matthias\\SymfonyConfigTest\\": ""
3676
                }
3677
            },
3678
            "notification-url": "https://packagist.org/downloads/",
3679
            "license": [
3680
                "MIT"
3681
            ],
3682
            "authors": [
3683
                {
3684
                    "name": "Matthias Noback",
3685
                    "email": "[email protected]",
3686
                    "homepage": "http://php-and-symfony.matthiasnoback.nl"
3687
                }
3688
            ],
3689
            "description": "Library for testing user classes related to the Symfony Config Component",
3690
            "homepage": "https://github.com/matthiasnoback/SymfonyConfigTest",
3691
            "keywords": [
3692
                "config",
3693
                "phpunit",
3694
                "symfony"
3695
            ],
3696
            "time": "2015-11-25 21:40:32"
3697
        },
3698
        {
3699
            "name": "pdepend/pdepend",
3700
            "version": "2.5.0",
3701
            "source": {
3702
                "type": "git",
3703
                "url": "https://github.com/pdepend/pdepend.git",
3704
                "reference": "0c50874333149c0dad5a2877801aed148f2767ff"
3705
            },
3706
            "dist": {
3707
                "type": "zip",
3708
                "url": "https://api.github.com/repos/pdepend/pdepend/zipball/0c50874333149c0dad5a2877801aed148f2767ff",
3709
                "reference": "0c50874333149c0dad5a2877801aed148f2767ff",
3710
                "shasum": ""
3711
            },
3712
            "require": {
3713
                "php": ">=5.3.7",
3714
                "symfony/config": "^2.3.0|^3",
3715
                "symfony/dependency-injection": "^2.3.0|^3",
3716
                "symfony/filesystem": "^2.3.0|^3"
3717
            },
3718
            "require-dev": {
3719
                "phpunit/phpunit": "^4.4.0,<4.8",
3720
                "squizlabs/php_codesniffer": "^2.0.0"
3721
            },
3722
            "bin": [
3723
                "src/bin/pdepend"
3724
            ],
3725
            "type": "library",
3726
            "autoload": {
3727
                "psr-4": {
3728
                    "PDepend\\": "src/main/php/PDepend"
3729
                }
3730
            },
3731
            "notification-url": "https://packagist.org/downloads/",
3732
            "license": [
3733
                "BSD-3-Clause"
3734
            ],
3735
            "description": "Official version of pdepend to be handled with Composer",
3736
            "time": "2017-01-19 14:23:36"
3737
        },
3738
        {
3739
            "name": "phpdocumentor/reflection-common",
3740
            "version": "1.0",
3741
            "source": {
3742
                "type": "git",
3743
                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
3744
                "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c"
3745
            },
3746
            "dist": {
3747
                "type": "zip",
3748
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
3749
                "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
3750
                "shasum": ""
3751
            },
3752
            "require": {
3753
                "php": ">=5.5"
3754
            },
3755
            "require-dev": {
3756
                "phpunit/phpunit": "^4.6"
3757
            },
3758
            "type": "library",
3759
            "extra": {
3760
                "branch-alias": {
3761
                    "dev-master": "1.0.x-dev"
3762
                }
3763
            },
3764
            "autoload": {
3765
                "psr-4": {
3766
                    "phpDocumentor\\Reflection\\": [
3767
                        "src"
3768
                    ]
3769
                }
3770
            },
3771
            "notification-url": "https://packagist.org/downloads/",
3772
            "license": [
3773
                "MIT"
3774
            ],
3775
            "authors": [
3776
                {
3777
                    "name": "Jaap van Otterdijk",
3778
                    "email": "[email protected]"
3779
                }
3780
            ],
3781
            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
3782
            "homepage": "http://www.phpdoc.org",
3783
            "keywords": [
3784
                "FQSEN",
3785
                "phpDocumentor",
3786
                "phpdoc",
3787
                "reflection",
3788
                "static analysis"
3789
            ],
3790
            "time": "2015-12-27 11:43:31"
3791
        },
3792
        {
3793
            "name": "phpdocumentor/reflection-docblock",
3794
            "version": "3.1.1",
3795
            "source": {
3796
                "type": "git",
3797
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
3798
                "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e"
3799
            },
3800
            "dist": {
3801
                "type": "zip",
3802
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/8331b5efe816ae05461b7ca1e721c01b46bafb3e",
3803
                "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e",
3804
                "shasum": ""
3805
            },
3806
            "require": {
3807
                "php": ">=5.5",
3808
                "phpdocumentor/reflection-common": "^1.0@dev",
3809
                "phpdocumentor/type-resolver": "^0.2.0",
3810
                "webmozart/assert": "^1.0"
3811
            },
3812
            "require-dev": {
3813
                "mockery/mockery": "^0.9.4",
3814
                "phpunit/phpunit": "^4.4"
3815
            },
3816
            "type": "library",
3817
            "autoload": {
3818
                "psr-4": {
3819
                    "phpDocumentor\\Reflection\\": [
3820
                        "src/"
3821
                    ]
3822
                }
3823
            },
3824
            "notification-url": "https://packagist.org/downloads/",
3825
            "license": [
3826
                "MIT"
3827
            ],
3828
            "authors": [
3829
                {
3830
                    "name": "Mike van Riel",
3831
                    "email": "[email protected]"
3832
                }
3833
            ],
3834
            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
3835
            "time": "2016-09-30 07:12:33"
3836
        },
3837
        {
3838
            "name": "phpdocumentor/type-resolver",
3839
            "version": "0.2.1",
3840
            "source": {
3841
                "type": "git",
3842
                "url": "https://github.com/phpDocumentor/TypeResolver.git",
3843
                "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb"
3844
            },
3845
            "dist": {
3846
                "type": "zip",
3847
                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb",
3848
                "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb",
3849
                "shasum": ""
3850
            },
3851
            "require": {
3852
                "php": ">=5.5",
3853
                "phpdocumentor/reflection-common": "^1.0"
3854
            },
3855
            "require-dev": {
3856
                "mockery/mockery": "^0.9.4",
3857
                "phpunit/phpunit": "^5.2||^4.8.24"
3858
            },
3859
            "type": "library",
3860
            "extra": {
3861
                "branch-alias": {
3862
                    "dev-master": "1.0.x-dev"
3863
                }
3864
            },
3865
            "autoload": {
3866
                "psr-4": {
3867
                    "phpDocumentor\\Reflection\\": [
3868
                        "src/"
3869
                    ]
3870
                }
3871
            },
3872
            "notification-url": "https://packagist.org/downloads/",
3873
            "license": [
3874
                "MIT"
3875
            ],
3876
            "authors": [
3877
                {
3878
                    "name": "Mike van Riel",
3879
                    "email": "[email protected]"
3880
                }
3881
            ],
3882
            "time": "2016-11-25 06:54:22"
3883
        },
3884
        {
3885
            "name": "phpmd/phpmd",
3886
            "version": "2.6.0",
3887
            "source": {
3888
                "type": "git",
3889
                "url": "https://github.com/phpmd/phpmd.git",
3890
                "reference": "4e9924b2c157a3eb64395460fcf56b31badc8374"
3891
            },
3892
            "dist": {
3893
                "type": "zip",
3894
                "url": "https://api.github.com/repos/phpmd/phpmd/zipball/4e9924b2c157a3eb64395460fcf56b31badc8374",
3895
                "reference": "4e9924b2c157a3eb64395460fcf56b31badc8374",
3896
                "shasum": ""
3897
            },
3898
            "require": {
3899
                "ext-xml": "*",
3900
                "pdepend/pdepend": "^2.5",
3901
                "php": ">=5.3.9"
3902
            },
3903
            "require-dev": {
3904
                "phpunit/phpunit": "^4.0",
3905
                "squizlabs/php_codesniffer": "^2.0"
3906
            },
3907
            "bin": [
3908
                "src/bin/phpmd"
3909
            ],
3910
            "type": "project",
3911
            "autoload": {
3912
                "psr-0": {
3913
                    "PHPMD\\": "src/main/php"
3914
                }
3915
            },
3916
            "notification-url": "https://packagist.org/downloads/",
3917
            "license": [
3918
                "BSD-3-Clause"
3919
            ],
3920
            "authors": [
3921
                {
3922
                    "name": "Manuel Pichler",
3923
                    "email": "[email protected]",
3924
                    "homepage": "https://github.com/manuelpichler",
3925
                    "role": "Project Founder"
3926
                },
3927
                {
3928
                    "name": "Other contributors",
3929
                    "homepage": "https://github.com/phpmd/phpmd/graphs/contributors",
3930
                    "role": "Contributors"
3931
                },
3932
                {
3933
                    "name": "Marc Würth",
3934
                    "email": "[email protected]",
3935
                    "homepage": "https://github.com/ravage84",
3936
                    "role": "Project Maintainer"
3937
                }
3938
            ],
3939
            "description": "PHPMD is a spin-off project of PHP Depend and aims to be a PHP equivalent of the well known Java tool PMD.",
3940
            "homepage": "http://phpmd.org/",
3941
            "keywords": [
3942
                "mess detection",
3943
                "mess detector",
3944
                "pdepend",
3945
                "phpmd",
3946
                "pmd"
3947
            ],
3948
            "time": "2017-01-20 14:41:10"
3949
        },
3950
        {
3951
            "name": "phpspec/prophecy",
3952
            "version": "v1.7.0",
3953
            "source": {
3954
                "type": "git",
3955
                "url": "https://github.com/phpspec/prophecy.git",
3956
                "reference": "93d39f1f7f9326d746203c7c056f300f7f126073"
3957
            },
3958
            "dist": {
3959
                "type": "zip",
3960
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/93d39f1f7f9326d746203c7c056f300f7f126073",
3961
                "reference": "93d39f1f7f9326d746203c7c056f300f7f126073",
3962
                "shasum": ""
3963
            },
3964
            "require": {
3965
                "doctrine/instantiator": "^1.0.2",
3966
                "php": "^5.3|^7.0",
3967
                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2",
3968
                "sebastian/comparator": "^1.1|^2.0",
3969
                "sebastian/recursion-context": "^1.0|^2.0|^3.0"
3970
            },
3971
            "require-dev": {
3972
                "phpspec/phpspec": "^2.5|^3.2",
3973
                "phpunit/phpunit": "^4.8 || ^5.6.5"
3974
            },
3975
            "type": "library",
3976
            "extra": {
3977
                "branch-alias": {
3978
                    "dev-master": "1.6.x-dev"
3979
                }
3980
            },
3981
            "autoload": {
3982
                "psr-0": {
3983
                    "Prophecy\\": "src/"
3984
                }
3985
            },
3986
            "notification-url": "https://packagist.org/downloads/",
3987
            "license": [
3988
                "MIT"
3989
            ],
3990
            "authors": [
3991
                {
3992
                    "name": "Konstantin Kudryashov",
3993
                    "email": "[email protected]",
3994
                    "homepage": "http://everzet.com"
3995
                },
3996
                {
3997
                    "name": "Marcello Duarte",
3998
                    "email": "[email protected]"
3999
                }
4000
            ],
4001
            "description": "Highly opinionated mocking framework for PHP 5.3+",
4002
            "homepage": "https://github.com/phpspec/prophecy",
4003
            "keywords": [
4004
                "Double",
4005
                "Dummy",
4006
                "fake",
4007
                "mock",
4008
                "spy",
4009
                "stub"
4010
            ],
4011
            "time": "2017-03-02 20:05:34"
4012
        },
4013
        {
4014
            "name": "phpunit/php-code-coverage",
4015
            "version": "2.2.4",
4016
            "source": {
4017
                "type": "git",
4018
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
4019
                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
4020
            },
4021
            "dist": {
4022
                "type": "zip",
4023
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
4024
                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
4025
                "shasum": ""
4026
            },
4027
            "require": {
4028
                "php": ">=5.3.3",
4029
                "phpunit/php-file-iterator": "~1.3",
4030
                "phpunit/php-text-template": "~1.2",
4031
                "phpunit/php-token-stream": "~1.3",
4032
                "sebastian/environment": "^1.3.2",
4033
                "sebastian/version": "~1.0"
4034
            },
4035
            "require-dev": {
4036
                "ext-xdebug": ">=2.1.4",
4037
                "phpunit/phpunit": "~4"
4038
            },
4039
            "suggest": {
4040
                "ext-dom": "*",
4041
                "ext-xdebug": ">=2.2.1",
4042
                "ext-xmlwriter": "*"
4043
            },
4044
            "type": "library",
4045
            "extra": {
4046
                "branch-alias": {
4047
                    "dev-master": "2.2.x-dev"
4048
                }
4049
            },
4050
            "autoload": {
4051
                "classmap": [
4052
                    "src/"
4053
                ]
4054
            },
4055
            "notification-url": "https://packagist.org/downloads/",
4056
            "license": [
4057
                "BSD-3-Clause"
4058
            ],
4059
            "authors": [
4060
                {
4061
                    "name": "Sebastian Bergmann",
4062
                    "email": "[email protected]",
4063
                    "role": "lead"
4064
                }
4065
            ],
4066
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
4067
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
4068
            "keywords": [
4069
                "coverage",
4070
                "testing",
4071
                "xunit"
4072
            ],
4073
            "time": "2015-10-06 15:47:00"
4074
        },
4075
        {
4076
            "name": "phpunit/php-file-iterator",
4077
            "version": "1.4.2",
4078
            "source": {
4079
                "type": "git",
4080
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
4081
                "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5"
4082
            },
4083
            "dist": {
4084
                "type": "zip",
4085
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
4086
                "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
4087
                "shasum": ""
4088
            },
4089
            "require": {
4090
                "php": ">=5.3.3"
4091
            },
4092
            "type": "library",
4093
            "extra": {
4094
                "branch-alias": {
4095
                    "dev-master": "1.4.x-dev"
4096
                }
4097
            },
4098
            "autoload": {
4099
                "classmap": [
4100
                    "src/"
4101
                ]
4102
            },
4103
            "notification-url": "https://packagist.org/downloads/",
4104
            "license": [
4105
                "BSD-3-Clause"
4106
            ],
4107
            "authors": [
4108
                {
4109
                    "name": "Sebastian Bergmann",
4110
                    "email": "[email protected]",
4111
                    "role": "lead"
4112
                }
4113
            ],
4114
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
4115
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
4116
            "keywords": [
4117
                "filesystem",
4118
                "iterator"
4119
            ],
4120
            "time": "2016-10-03 07:40:28"
4121
        },
4122
        {
4123
            "name": "phpunit/php-text-template",
4124
            "version": "1.2.1",
4125
            "source": {
4126
                "type": "git",
4127
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
4128
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
4129
            },
4130
            "dist": {
4131
                "type": "zip",
4132
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
4133
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
4134
                "shasum": ""
4135
            },
4136
            "require": {
4137
                "php": ">=5.3.3"
4138
            },
4139
            "type": "library",
4140
            "autoload": {
4141
                "classmap": [
4142
                    "src/"
4143
                ]
4144
            },
4145
            "notification-url": "https://packagist.org/downloads/",
4146
            "license": [
4147
                "BSD-3-Clause"
4148
            ],
4149
            "authors": [
4150
                {
4151
                    "name": "Sebastian Bergmann",
4152
                    "email": "[email protected]",
4153
                    "role": "lead"
4154
                }
4155
            ],
4156
            "description": "Simple template engine.",
4157
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
4158
            "keywords": [
4159
                "template"
4160
            ],
4161
            "time": "2015-06-21 13:50:34"
4162
        },
4163
        {
4164
            "name": "phpunit/php-timer",
4165
            "version": "1.0.9",
4166
            "source": {
4167
                "type": "git",
4168
                "url": "https://github.com/sebastianbergmann/php-timer.git",
4169
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
4170
            },
4171
            "dist": {
4172
                "type": "zip",
4173
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
4174
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
4175
                "shasum": ""
4176
            },
4177
            "require": {
4178
                "php": "^5.3.3 || ^7.0"
4179
            },
4180
            "require-dev": {
4181
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
4182
            },
4183
            "type": "library",
4184
            "extra": {
4185
                "branch-alias": {
4186
                    "dev-master": "1.0-dev"
4187
                }
4188
            },
4189
            "autoload": {
4190
                "classmap": [
4191
                    "src/"
4192
                ]
4193
            },
4194
            "notification-url": "https://packagist.org/downloads/",
4195
            "license": [
4196
                "BSD-3-Clause"
4197
            ],
4198
            "authors": [
4199
                {
4200
                    "name": "Sebastian Bergmann",
4201
                    "email": "[email protected]",
4202
                    "role": "lead"
4203
                }
4204
            ],
4205
            "description": "Utility class for timing",
4206
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
4207
            "keywords": [
4208
                "timer"
4209
            ],
4210
            "time": "2017-02-26 11:10:40"
4211
        },
4212
        {
4213
            "name": "phpunit/php-token-stream",
4214
            "version": "1.4.11",
4215
            "source": {
4216
                "type": "git",
4217
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
4218
                "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7"
4219
            },
4220
            "dist": {
4221
                "type": "zip",
4222
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/e03f8f67534427a787e21a385a67ec3ca6978ea7",
4223
                "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7",
4224
                "shasum": ""
4225
            },
4226
            "require": {
4227
                "ext-tokenizer": "*",
4228
                "php": ">=5.3.3"
4229
            },
4230
            "require-dev": {
4231
                "phpunit/phpunit": "~4.2"
4232
            },
4233
            "type": "library",
4234
            "extra": {
4235
                "branch-alias": {
4236
                    "dev-master": "1.4-dev"
4237
                }
4238
            },
4239
            "autoload": {
4240
                "classmap": [
4241
                    "src/"
4242
                ]
4243
            },
4244
            "notification-url": "https://packagist.org/downloads/",
4245
            "license": [
4246
                "BSD-3-Clause"
4247
            ],
4248
            "authors": [
4249
                {
4250
                    "name": "Sebastian Bergmann",
4251
                    "email": "[email protected]"
4252
                }
4253
            ],
4254
            "description": "Wrapper around PHP's tokenizer extension.",
4255
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
4256
            "keywords": [
4257
                "tokenizer"
4258
            ],
4259
            "time": "2017-02-27 10:12:30"
4260
        },
4261
        {
4262
            "name": "phpunit/phpunit",
4263
            "version": "4.8.35",
4264
            "source": {
4265
                "type": "git",
4266
                "url": "https://github.com/sebastianbergmann/phpunit.git",
4267
                "reference": "791b1a67c25af50e230f841ee7a9c6eba507dc87"
4268
            },
4269
            "dist": {
4270
                "type": "zip",
4271
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/791b1a67c25af50e230f841ee7a9c6eba507dc87",
4272
                "reference": "791b1a67c25af50e230f841ee7a9c6eba507dc87",
4273
                "shasum": ""
4274
            },
4275
            "require": {
4276
                "ext-dom": "*",
4277
                "ext-json": "*",
4278
                "ext-pcre": "*",
4279
                "ext-reflection": "*",
4280
                "ext-spl": "*",
4281
                "php": ">=5.3.3",
4282
                "phpspec/prophecy": "^1.3.1",
4283
                "phpunit/php-code-coverage": "~2.1",
4284
                "phpunit/php-file-iterator": "~1.4",
4285
                "phpunit/php-text-template": "~1.2",
4286
                "phpunit/php-timer": "^1.0.6",
4287
                "phpunit/phpunit-mock-objects": "~2.3",
4288
                "sebastian/comparator": "~1.2.2",
4289
                "sebastian/diff": "~1.2",
4290
                "sebastian/environment": "~1.3",
4291
                "sebastian/exporter": "~1.2",
4292
                "sebastian/global-state": "~1.0",
4293
                "sebastian/version": "~1.0",
4294
                "symfony/yaml": "~2.1|~3.0"
4295
            },
4296
            "suggest": {
4297
                "phpunit/php-invoker": "~1.1"
4298
            },
4299
            "bin": [
4300
                "phpunit"
4301
            ],
4302
            "type": "library",
4303
            "extra": {
4304
                "branch-alias": {
4305
                    "dev-master": "4.8.x-dev"
4306
                }
4307
            },
4308
            "autoload": {
4309
                "classmap": [
4310
                    "src/"
4311
                ]
4312
            },
4313
            "notification-url": "https://packagist.org/downloads/",
4314
            "license": [
4315
                "BSD-3-Clause"
4316
            ],
4317
            "authors": [
4318
                {
4319
                    "name": "Sebastian Bergmann",
4320
                    "email": "[email protected]",
4321
                    "role": "lead"
4322
                }
4323
            ],
4324
            "description": "The PHP Unit Testing framework.",
4325
            "homepage": "https://phpunit.de/",
4326
            "keywords": [
4327
                "phpunit",
4328
                "testing",
4329
                "xunit"
4330
            ],
4331
            "time": "2017-02-06 05:18:07"
4332
        },
4333
        {
4334
            "name": "phpunit/phpunit-mock-objects",
4335
            "version": "2.3.8",
4336
            "source": {
4337
                "type": "git",
4338
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
4339
                "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
4340
            },
4341
            "dist": {
4342
                "type": "zip",
4343
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
4344
                "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
4345
                "shasum": ""
4346
            },
4347
            "require": {
4348
                "doctrine/instantiator": "^1.0.2",
4349
                "php": ">=5.3.3",
4350
                "phpunit/php-text-template": "~1.2",
4351
                "sebastian/exporter": "~1.2"
4352
            },
4353
            "require-dev": {
4354
                "phpunit/phpunit": "~4.4"
4355
            },
4356
            "suggest": {
4357
                "ext-soap": "*"
4358
            },
4359
            "type": "library",
4360
            "extra": {
4361
                "branch-alias": {
4362
                    "dev-master": "2.3.x-dev"
4363
                }
4364
            },
4365
            "autoload": {
4366
                "classmap": [
4367
                    "src/"
4368
                ]
4369
            },
4370
            "notification-url": "https://packagist.org/downloads/",
4371
            "license": [
4372
                "BSD-3-Clause"
4373
            ],
4374
            "authors": [
4375
                {
4376
                    "name": "Sebastian Bergmann",
4377
                    "email": "[email protected]",
4378
                    "role": "lead"
4379
                }
4380
            ],
4381
            "description": "Mock Object library for PHPUnit",
4382
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
4383
            "keywords": [
4384
                "mock",
4385
                "xunit"
4386
            ],
4387
            "time": "2015-10-02 06:51:40"
4388
        },
4389
        {
4390
            "name": "sebastian/comparator",
4391
            "version": "1.2.4",
4392
            "source": {
4393
                "type": "git",
4394
                "url": "https://github.com/sebastianbergmann/comparator.git",
4395
                "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
4396
            },
4397
            "dist": {
4398
                "type": "zip",
4399
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
4400
                "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
4401
                "shasum": ""
4402
            },
4403
            "require": {
4404
                "php": ">=5.3.3",
4405
                "sebastian/diff": "~1.2",
4406
                "sebastian/exporter": "~1.2 || ~2.0"
4407
            },
4408
            "require-dev": {
4409
                "phpunit/phpunit": "~4.4"
4410
            },
4411
            "type": "library",
4412
            "extra": {
4413
                "branch-alias": {
4414
                    "dev-master": "1.2.x-dev"
4415
                }
4416
            },
4417
            "autoload": {
4418
                "classmap": [
4419
                    "src/"
4420
                ]
4421
            },
4422
            "notification-url": "https://packagist.org/downloads/",
4423
            "license": [
4424
                "BSD-3-Clause"
4425
            ],
4426
            "authors": [
4427
                {
4428
                    "name": "Jeff Welch",
4429
                    "email": "[email protected]"
4430
                },
4431
                {
4432
                    "name": "Volker Dusch",
4433
                    "email": "[email protected]"
4434
                },
4435
                {
4436
                    "name": "Bernhard Schussek",
4437
                    "email": "[email protected]"
4438
                },
4439
                {
4440
                    "name": "Sebastian Bergmann",
4441
                    "email": "[email protected]"
4442
                }
4443
            ],
4444
            "description": "Provides the functionality to compare PHP values for equality",
4445
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
4446
            "keywords": [
4447
                "comparator",
4448
                "compare",
4449
                "equality"
4450
            ],
4451
            "time": "2017-01-29 09:50:25"
4452
        },
4453
        {
4454
            "name": "sebastian/diff",
4455
            "version": "1.4.1",
4456
            "source": {
4457
                "type": "git",
4458
                "url": "https://github.com/sebastianbergmann/diff.git",
4459
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
4460
            },
4461
            "dist": {
4462
                "type": "zip",
4463
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
4464
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
4465
                "shasum": ""
4466
            },
4467
            "require": {
4468
                "php": ">=5.3.3"
4469
            },
4470
            "require-dev": {
4471
                "phpunit/phpunit": "~4.8"
4472
            },
4473
            "type": "library",
4474
            "extra": {
4475
                "branch-alias": {
4476
                    "dev-master": "1.4-dev"
4477
                }
4478
            },
4479
            "autoload": {
4480
                "classmap": [
4481
                    "src/"
4482
                ]
4483
            },
4484
            "notification-url": "https://packagist.org/downloads/",
4485
            "license": [
4486
                "BSD-3-Clause"
4487
            ],
4488
            "authors": [
4489
                {
4490
                    "name": "Kore Nordmann",
4491
                    "email": "[email protected]"
4492
                },
4493
                {
4494
                    "name": "Sebastian Bergmann",
4495
                    "email": "[email protected]"
4496
                }
4497
            ],
4498
            "description": "Diff implementation",
4499
            "homepage": "https://github.com/sebastianbergmann/diff",
4500
            "keywords": [
4501
                "diff"
4502
            ],
4503
            "time": "2015-12-08 07:14:41"
4504
        },
4505
        {
4506
            "name": "sebastian/environment",
4507
            "version": "1.3.8",
4508
            "source": {
4509
                "type": "git",
4510
                "url": "https://github.com/sebastianbergmann/environment.git",
4511
                "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea"
4512
            },
4513
            "dist": {
4514
                "type": "zip",
4515
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/be2c607e43ce4c89ecd60e75c6a85c126e754aea",
4516
                "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea",
4517
                "shasum": ""
4518
            },
4519
            "require": {
4520
                "php": "^5.3.3 || ^7.0"
4521
            },
4522
            "require-dev": {
4523
                "phpunit/phpunit": "^4.8 || ^5.0"
4524
            },
4525
            "type": "library",
4526
            "extra": {
4527
                "branch-alias": {
4528
                    "dev-master": "1.3.x-dev"
4529
                }
4530
            },
4531
            "autoload": {
4532
                "classmap": [
4533
                    "src/"
4534
                ]
4535
            },
4536
            "notification-url": "https://packagist.org/downloads/",
4537
            "license": [
4538
                "BSD-3-Clause"
4539
            ],
4540
            "authors": [
4541
                {
4542
                    "name": "Sebastian Bergmann",
4543
                    "email": "[email protected]"
4544
                }
4545
            ],
4546
            "description": "Provides functionality to handle HHVM/PHP environments",
4547
            "homepage": "http://www.github.com/sebastianbergmann/environment",
4548
            "keywords": [
4549
                "Xdebug",
4550
                "environment",
4551
                "hhvm"
4552
            ],
4553
            "time": "2016-08-18 05:49:44"
4554
        },
4555
        {
4556
            "name": "sebastian/exporter",
4557
            "version": "1.2.2",
4558
            "source": {
4559
                "type": "git",
4560
                "url": "https://github.com/sebastianbergmann/exporter.git",
4561
                "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4"
4562
            },
4563
            "dist": {
4564
                "type": "zip",
4565
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4",
4566
                "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4",
4567
                "shasum": ""
4568
            },
4569
            "require": {
4570
                "php": ">=5.3.3",
4571
                "sebastian/recursion-context": "~1.0"
4572
            },
4573
            "require-dev": {
4574
                "ext-mbstring": "*",
4575
                "phpunit/phpunit": "~4.4"
4576
            },
4577
            "type": "library",
4578
            "extra": {
4579
                "branch-alias": {
4580
                    "dev-master": "1.3.x-dev"
4581
                }
4582
            },
4583
            "autoload": {
4584
                "classmap": [
4585
                    "src/"
4586
                ]
4587
            },
4588
            "notification-url": "https://packagist.org/downloads/",
4589
            "license": [
4590
                "BSD-3-Clause"
4591
            ],
4592
            "authors": [
4593
                {
4594
                    "name": "Jeff Welch",
4595
                    "email": "[email protected]"
4596
                },
4597
                {
4598
                    "name": "Volker Dusch",
4599
                    "email": "[email protected]"
4600
                },
4601
                {
4602
                    "name": "Bernhard Schussek",
4603
                    "email": "[email protected]"
4604
                },
4605
                {
4606
                    "name": "Sebastian Bergmann",
4607
                    "email": "[email protected]"
4608
                },
4609
                {
4610
                    "name": "Adam Harvey",
4611
                    "email": "[email protected]"
4612
                }
4613
            ],
4614
            "description": "Provides the functionality to export PHP variables for visualization",
4615
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
4616
            "keywords": [
4617
                "export",
4618
                "exporter"
4619
            ],
4620
            "time": "2016-06-17 09:04:28"
4621
        },
4622
        {
4623
            "name": "sebastian/finder-facade",
4624
            "version": "1.2.1",
4625
            "source": {
4626
                "type": "git",
4627
                "url": "https://github.com/sebastianbergmann/finder-facade.git",
4628
                "reference": "2a6f7f57efc0aa2d23297d9fd9e2a03111a8c0b9"
4629
            },
4630
            "dist": {
4631
                "type": "zip",
4632
                "url": "https://api.github.com/repos/sebastianbergmann/finder-facade/zipball/2a6f7f57efc0aa2d23297d9fd9e2a03111a8c0b9",
4633
                "reference": "2a6f7f57efc0aa2d23297d9fd9e2a03111a8c0b9",
4634
                "shasum": ""
4635
            },
4636
            "require": {
4637
                "symfony/finder": "~2.3|~3.0",
4638
                "theseer/fdomdocument": "~1.3"
4639
            },
4640
            "type": "library",
4641
            "autoload": {
4642
                "classmap": [
4643
                    "src/"
4644
                ]
4645
            },
4646
            "notification-url": "https://packagist.org/downloads/",
4647
            "license": [
4648
                "BSD-3-Clause"
4649
            ],
4650
            "authors": [
4651
                {
4652
                    "name": "Sebastian Bergmann",
4653
                    "email": "[email protected]",
4654
                    "role": "lead"
4655
                }
4656
            ],
4657
            "description": "FinderFacade is a convenience wrapper for Symfony's Finder component.",
4658
            "homepage": "https://github.com/sebastianbergmann/finder-facade",
4659
            "time": "2016-02-17 07:02:23"
4660
        },
4661
        {
4662
            "name": "sebastian/global-state",
4663
            "version": "1.1.1",
4664
            "source": {
4665
                "type": "git",
4666
                "url": "https://github.com/sebastianbergmann/global-state.git",
4667
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
4668
            },
4669
            "dist": {
4670
                "type": "zip",
4671
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
4672
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
4673
                "shasum": ""
4674
            },
4675
            "require": {
4676
                "php": ">=5.3.3"
4677
            },
4678
            "require-dev": {
4679
                "phpunit/phpunit": "~4.2"
4680
            },
4681
            "suggest": {
4682
                "ext-uopz": "*"
4683
            },
4684
            "type": "library",
4685
            "extra": {
4686
                "branch-alias": {
4687
                    "dev-master": "1.0-dev"
4688
                }
4689
            },
4690
            "autoload": {
4691
                "classmap": [
4692
                    "src/"
4693
                ]
4694
            },
4695
            "notification-url": "https://packagist.org/downloads/",
4696
            "license": [
4697
                "BSD-3-Clause"
4698
            ],
4699
            "authors": [
4700
                {
4701
                    "name": "Sebastian Bergmann",
4702
                    "email": "[email protected]"
4703
                }
4704
            ],
4705
            "description": "Snapshotting of global state",
4706
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
4707
            "keywords": [
4708
                "global state"
4709
            ],
4710
            "time": "2015-10-12 03:26:01"
4711
        },
4712
        {
4713
            "name": "sebastian/phpcpd",
4714
            "version": "2.0.4",
4715
            "source": {
4716
                "type": "git",
4717
                "url": "https://github.com/sebastianbergmann/phpcpd.git",
4718
                "reference": "24d9a880deadb0b8c9680e9cfe78e30b704225db"
4719
            },
4720
            "dist": {
4721
                "type": "zip",
4722
                "url": "https://api.github.com/repos/sebastianbergmann/phpcpd/zipball/24d9a880deadb0b8c9680e9cfe78e30b704225db",
4723
                "reference": "24d9a880deadb0b8c9680e9cfe78e30b704225db",
4724
                "shasum": ""
4725
            },
4726
            "require": {
4727
                "php": ">=5.3.3",
4728
                "phpunit/php-timer": ">=1.0.6",
4729
                "sebastian/finder-facade": "~1.1",
4730
                "sebastian/version": "~1.0|~2.0",
4731
                "symfony/console": "~2.7|^3.0",
4732
                "theseer/fdomdocument": "~1.4"
4733
            },
4734
            "bin": [
4735
                "phpcpd"
4736
            ],
4737
            "type": "library",
4738
            "extra": {
4739
                "branch-alias": {
4740
                    "dev-master": "2.0-dev"
4741
                }
4742
            },
4743
            "autoload": {
4744
                "classmap": [
4745
                    "src/"
4746
                ]
4747
            },
4748
            "notification-url": "https://packagist.org/downloads/",
4749
            "license": [
4750
                "BSD-3-Clause"
4751
            ],
4752
            "authors": [
4753
                {
4754
                    "name": "Sebastian Bergmann",
4755
                    "email": "[email protected]",
4756
                    "role": "lead"
4757
                }
4758
            ],
4759
            "description": "Copy/Paste Detector (CPD) for PHP code.",
4760
            "homepage": "https://github.com/sebastianbergmann/phpcpd",
4761
            "time": "2016-04-17 19:32:49"
4762
        },
4763
        {
4764
            "name": "sebastian/recursion-context",
4765
            "version": "1.0.5",
4766
            "source": {
4767
                "type": "git",
4768
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
4769
                "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7"
4770
            },
4771
            "dist": {
4772
                "type": "zip",
4773
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
4774
                "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
4775
                "shasum": ""
4776
            },
4777
            "require": {
4778
                "php": ">=5.3.3"
4779
            },
4780
            "require-dev": {
4781
                "phpunit/phpunit": "~4.4"
4782
            },
4783
            "type": "library",
4784
            "extra": {
4785
                "branch-alias": {
4786
                    "dev-master": "1.0.x-dev"
4787
                }
4788
            },
4789
            "autoload": {
4790
                "classmap": [
4791
                    "src/"
4792
                ]
4793
            },
4794
            "notification-url": "https://packagist.org/downloads/",
4795
            "license": [
4796
                "BSD-3-Clause"
4797
            ],
4798
            "authors": [
4799
                {
4800
                    "name": "Jeff Welch",
4801
                    "email": "[email protected]"
4802
                },
4803
                {
4804
                    "name": "Sebastian Bergmann",
4805
                    "email": "[email protected]"
4806
                },
4807
                {
4808
                    "name": "Adam Harvey",
4809
                    "email": "[email protected]"
4810
                }
4811
            ],
4812
            "description": "Provides functionality to recursively process PHP variables",
4813
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
4814
            "time": "2016-10-03 07:41:43"
4815
        },
4816
        {
4817
            "name": "sebastian/version",
4818
            "version": "1.0.6",
4819
            "source": {
4820
                "type": "git",
4821
                "url": "https://github.com/sebastianbergmann/version.git",
4822
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
4823
            },
4824
            "dist": {
4825
                "type": "zip",
4826
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
4827
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
4828
                "shasum": ""
4829
            },
4830
            "type": "library",
4831
            "autoload": {
4832
                "classmap": [
4833
                    "src/"
4834
                ]
4835
            },
4836
            "notification-url": "https://packagist.org/downloads/",
4837
            "license": [
4838
                "BSD-3-Clause"
4839
            ],
4840
            "authors": [
4841
                {
4842
                    "name": "Sebastian Bergmann",
4843
                    "email": "[email protected]",
4844
                    "role": "lead"
4845
                }
4846
            ],
4847
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
4848
            "homepage": "https://github.com/sebastianbergmann/version",
4849
            "time": "2015-06-21 13:59:46"
4850
        },
4851
        {
4852
            "name": "sensio/generator-bundle",
4853
            "version": "v2.5.3",
4854
            "target-dir": "Sensio/Bundle/GeneratorBundle",
4855
            "source": {
4856
                "type": "git",
4857
                "url": "https://github.com/sensiolabs/SensioGeneratorBundle.git",
4858
                "reference": "e50108c2133ee5c9c484555faed50c17a61221d3"
4859
            },
4860
            "dist": {
4861
                "type": "zip",
4862
                "url": "https://api.github.com/repos/sensiolabs/SensioGeneratorBundle/zipball/e50108c2133ee5c9c484555faed50c17a61221d3",
4863
                "reference": "e50108c2133ee5c9c484555faed50c17a61221d3",
4864
                "shasum": ""
4865
            },
4866
            "require": {
4867
                "symfony/console": "~2.5",
4868
                "symfony/framework-bundle": "~2.2"
4869
            },
4870
            "require-dev": {
4871
                "doctrine/orm": "~2.2,>=2.2.3",
4872
                "symfony/doctrine-bridge": "~2.2",
4873
                "twig/twig": "~1.11"
4874
            },
4875
            "type": "symfony-bundle",
4876
            "extra": {
4877
                "branch-alias": {
4878
                    "dev-master": "2.5.x-dev"
4879
                }
4880
            },
4881
            "autoload": {
4882
                "psr-0": {
4883
                    "Sensio\\Bundle\\GeneratorBundle": ""
4884
                }
4885
            },
4886
            "notification-url": "https://packagist.org/downloads/",
4887
            "license": [
4888
                "MIT"
4889
            ],
4890
            "authors": [
4891
                {
4892
                    "name": "Fabien Potencier",
4893
                    "email": "[email protected]"
4894
                }
4895
            ],
4896
            "description": "This bundle generates code for you",
4897
            "time": "2015-03-17 06:36:52"
4898
        },
4899
        {
4900
            "name": "squizlabs/php_codesniffer",
4901
            "version": "1.5.6",
4902
            "source": {
4903
                "type": "git",
4904
                "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
4905
                "reference": "6f3e42d311b882b25b4d409d23a289f4d3b803d5"
4906
            },
4907
            "dist": {
4908
                "type": "zip",
4909
                "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/6f3e42d311b882b25b4d409d23a289f4d3b803d5",
4910
                "reference": "6f3e42d311b882b25b4d409d23a289f4d3b803d5",
4911
                "shasum": ""
4912
            },
4913
            "require": {
4914
                "ext-tokenizer": "*",
4915
                "php": ">=5.1.2"
4916
            },
4917
            "suggest": {
4918
                "phpunit/php-timer": "dev-master"
4919
            },
4920
            "bin": [
4921
                "scripts/phpcs"
4922
            ],
4923
            "type": "library",
4924
            "extra": {
4925
                "branch-alias": {
4926
                    "dev-phpcs-fixer": "2.0.x-dev"
4927
                }
4928
            },
4929
            "autoload": {
4930
                "classmap": [
4931
                    "CodeSniffer.php",
4932
                    "CodeSniffer/CLI.php",
4933
                    "CodeSniffer/Exception.php",
4934
                    "CodeSniffer/File.php",
4935
                    "CodeSniffer/Report.php",
4936
                    "CodeSniffer/Reporting.php",
4937
                    "CodeSniffer/Sniff.php",
4938
                    "CodeSniffer/Tokens.php",
4939
                    "CodeSniffer/Reports/",
4940
                    "CodeSniffer/CommentParser/",
4941
                    "CodeSniffer/Tokenizers/",
4942
                    "CodeSniffer/DocGenerators/",
4943
                    "CodeSniffer/Standards/AbstractPatternSniff.php",
4944
                    "CodeSniffer/Standards/AbstractScopeSniff.php",
4945
                    "CodeSniffer/Standards/AbstractVariableSniff.php",
4946
                    "CodeSniffer/Standards/IncorrectPatternException.php",
4947
                    "CodeSniffer/Standards/Generic/Sniffs/",
4948
                    "CodeSniffer/Standards/MySource/Sniffs/",
4949
                    "CodeSniffer/Standards/PEAR/Sniffs/",
4950
                    "CodeSniffer/Standards/PSR1/Sniffs/",
4951
                    "CodeSniffer/Standards/PSR2/Sniffs/",
4952
                    "CodeSniffer/Standards/Squiz/Sniffs/",
4953
                    "CodeSniffer/Standards/Zend/Sniffs/"
4954
                ]
4955
            },
4956
            "notification-url": "https://packagist.org/downloads/",
4957
            "license": [
4958
                "BSD-3-Clause"
4959
            ],
4960
            "authors": [
4961
                {
4962
                    "name": "Greg Sherwood",
4963
                    "role": "lead"
4964
                }
4965
            ],
4966
            "description": "PHP_CodeSniffer tokenises PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
4967
            "homepage": "http://www.squizlabs.com/php-codesniffer",
4968
            "keywords": [
4969
                "phpcs",
4970
                "standards"
4971
            ],
4972
            "time": "2014-12-04 22:32:15"
4973
        },
4974
        {
4975
            "name": "theseer/fdomdocument",
4976
            "version": "1.6.1",
4977
            "source": {
4978
                "type": "git",
4979
                "url": "https://github.com/theseer/fDOMDocument.git",
4980
                "reference": "d9ad139d6c2e8edf5e313ffbe37ff13344cf0684"
4981
            },
4982
            "dist": {
4983
                "type": "zip",
4984
                "url": "https://api.github.com/repos/theseer/fDOMDocument/zipball/d9ad139d6c2e8edf5e313ffbe37ff13344cf0684",
4985
                "reference": "d9ad139d6c2e8edf5e313ffbe37ff13344cf0684",
4986
                "shasum": ""
4987
            },
4988
            "require": {
4989
                "ext-dom": "*",
4990
                "lib-libxml": "*",
4991
                "php": ">=5.3.3"
4992
            },
4993
            "type": "library",
4994
            "autoload": {
4995
                "classmap": [
4996
                    "src/"
4997
                ]
4998
            },
4999
            "notification-url": "https://packagist.org/downloads/",
5000
            "license": [
5001
                "BSD-3-Clause"
5002
            ],
5003
            "authors": [
5004
                {
5005
                    "name": "Arne Blankerts",
5006
                    "email": "[email protected]",
5007
                    "role": "lead"
5008
                }
5009
            ],
5010
            "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.",
5011
            "homepage": "https://github.com/theseer/fDOMDocument",
5012
            "time": "2015-05-27 22:58:02"
5013
        },
5014
        {
5015
            "name": "vierbergenlars/php-semver",
5016
            "version": "3.0.1",
5017
            "source": {
5018
                "type": "git",
5019
                "url": "https://github.com/vierbergenlars/php-semver.git",
5020
                "reference": "516bb3061577e60e9420cbecc479362d3ad8c7f1"
5021
            },
5022
            "dist": {
5023
                "type": "zip",
5024
                "url": "https://api.github.com/repos/vierbergenlars/php-semver/zipball/516bb3061577e60e9420cbecc479362d3ad8c7f1",
5025
                "reference": "516bb3061577e60e9420cbecc479362d3ad8c7f1",
5026
                "shasum": ""
5027
            },
5028
            "require": {
5029
                "php": ">=5.3.0"
5030
            },
5031
            "require-dev": {
5032
                "simpletest/simpletest": "1.1.*"
5033
            },
5034
            "bin": [
5035
                "bin/semver",
5036
                "bin/update-versions"
5037
            ],
5038
            "type": "library",
5039
            "autoload": {
5040
                "psr-0": {
5041
                    "vierbergenlars\\SemVer\\": "src/",
5042
                    "vierbergenlars\\LibJs\\": "src/"
5043
                },
5044
                "classmap": [
5045
                    "src/vierbergenlars/SemVer/internal.php"
5046
                ]
5047
            },
5048
            "notification-url": "https://packagist.org/downloads/",
5049
            "license": [
5050
                "MIT"
5051
            ],
5052
            "authors": [
5053
                {
5054
                    "name": "Lars Vierbergen",
5055
                    "email": "[email protected]"
5056
                }
5057
            ],
5058
            "description": "The Semantic Versioner for PHP",
5059
            "keywords": [
5060
                "semantic",
5061
                "semver",
5062
                "versioning"
5063
            ],
5064
            "time": "2015-05-02 19:28:54"
5065
        },
5066
        {
5067
            "name": "webmozart/assert",
5068
            "version": "1.2.0",
5069
            "source": {
5070
                "type": "git",
5071
                "url": "https://github.com/webmozart/assert.git",
5072
                "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f"
5073
            },
5074
            "dist": {
5075
                "type": "zip",
5076
                "url": "https://api.github.com/repos/webmozart/assert/zipball/2db61e59ff05fe5126d152bd0655c9ea113e550f",
5077
                "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f",
5078
                "shasum": ""
5079
            },
5080
            "require": {
5081
                "php": "^5.3.3 || ^7.0"
5082
            },
5083
            "require-dev": {
5084
                "phpunit/phpunit": "^4.6",
5085
                "sebastian/version": "^1.0.1"
5086
            },
5087
            "type": "library",
5088
            "extra": {
5089
                "branch-alias": {
5090
                    "dev-master": "1.3-dev"
5091
                }
5092
            },
5093
            "autoload": {
5094
                "psr-4": {
5095
                    "Webmozart\\Assert\\": "src/"
5096
                }
5097
            },
5098
            "notification-url": "https://packagist.org/downloads/",
5099
            "license": [
5100
                "MIT"
5101
            ],
5102
            "authors": [
5103
                {
5104
                    "name": "Bernhard Schussek",
5105
                    "email": "[email protected]"
5106
                }
5107
            ],
5108
            "description": "Assertions to validate method input/output with nice error messages.",
5109
            "keywords": [
5110
                "assert",
5111
                "check",
5112
                "validate"
5113
            ],
5114
            "time": "2016-11-23 20:04:58"
5115
        }
5116
    ],
5117
    "aliases": [
5118
        {
5119
            "alias": "v1.5.0",
5120
            "alias_normalized": "1.5.0.0",
5121
            "version": "9999999-dev",
5122
            "package": "mopa/composer-bridge"
5123
        }
5124
    ],
5125
    "minimum-stability": "stable",
5126
    "stability-flags": {
5127
        "mopa/bootstrap-bundle": 5,
5128
        "surfnet/stepup-u2f-bundle": 20,
5129
        "mopa/composer-bridge": 20
5130
    },
5131
    "prefer-stable": false,
5132
    "prefer-lowest": false,
5133
    "platform": {
5134
        "php": "~5.6|~7.0"
5135
    },
5136
    "platform-dev": []
5137
}
5138