Completed
Push — feature/dont-clear-state-on-sa... ( 57a027...b19a4c )
by
unknown
05:27 queued 03:21
created

composer.lock (2 issues)

Upgrade to new PHP Analysis Engine

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

1
{
2
    "_readme": [
3
        "This file locks the dependencies of your project to a known state",
4
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
5
        "This file is @generated automatically"
6
    ],
7
    "content-hash": "d6d2f7b799253881a1d935e6826f5072",
8
    "packages": [
9
        {
10
            "name": "doctrine/annotations",
11
            "version": "v1.2.7",
12
            "source": {
13
                "type": "git",
14
                "url": "https://github.com/doctrine/annotations.git",
15
                "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535"
16
            },
17
            "dist": {
18
                "type": "zip",
19
                "url": "https://api.github.com/repos/doctrine/annotations/zipball/f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
20
                "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
21
                "shasum": ""
22
            },
23
            "require": {
24
                "doctrine/lexer": "1.*",
25
                "php": ">=5.3.2"
26
            },
27
            "require-dev": {
28
                "doctrine/cache": "1.*",
29
                "phpunit/phpunit": "4.*"
30
            },
31
            "type": "library",
32
            "extra": {
33
                "branch-alias": {
34
                    "dev-master": "1.3.x-dev"
35
                }
36
            },
37
            "autoload": {
38
                "psr-0": {
39
                    "Doctrine\\Common\\Annotations\\": "lib/"
40
                }
41
            },
42
            "notification-url": "https://packagist.org/downloads/",
43
            "license": [
44
                "MIT"
45
            ],
46
            "authors": [
47
                {
48
                    "name": "Roman Borschel",
49
                    "email": "[email protected]"
50
                },
51
                {
52
                    "name": "Benjamin Eberlei",
53
                    "email": "[email protected]"
54
                },
55
                {
56
                    "name": "Guilherme Blanco",
57
                    "email": "[email protected]"
58
                },
59
                {
60
                    "name": "Jonathan Wage",
61
                    "email": "[email protected]"
62
                },
63
                {
64
                    "name": "Johannes Schmitt",
65
                    "email": "[email protected]"
66
                }
67
            ],
68
            "description": "Docblock Annotations Parser",
69
            "homepage": "http://www.doctrine-project.org",
70
            "keywords": [
71
                "annotations",
72
                "docblock",
73
                "parser"
74
            ],
75
            "time": "2015-08-31T12:32:49+00:00"
76
        },
77
        {
78
            "name": "doctrine/cache",
79
            "version": "v1.6.0",
80
            "source": {
81
                "type": "git",
82
                "url": "https://github.com/doctrine/cache.git",
83
                "reference": "f8af318d14bdb0eff0336795b428b547bd39ccb6"
84
            },
85
            "dist": {
86
                "type": "zip",
87
                "url": "https://api.github.com/repos/doctrine/cache/zipball/f8af318d14bdb0eff0336795b428b547bd39ccb6",
88
                "reference": "f8af318d14bdb0eff0336795b428b547bd39ccb6",
89
                "shasum": ""
90
            },
91
            "require": {
92
                "php": "~5.5|~7.0"
93
            },
94
            "conflict": {
95
                "doctrine/common": ">2.2,<2.4"
96
            },
97
            "require-dev": {
98
                "phpunit/phpunit": "~4.8|~5.0",
99
                "predis/predis": "~1.0",
100
                "satooshi/php-coveralls": "~0.6"
101
            },
102
            "type": "library",
103
            "extra": {
104
                "branch-alias": {
105
                    "dev-master": "1.6.x-dev"
106
                }
107
            },
108
            "autoload": {
109
                "psr-4": {
110
                    "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
111
                }
112
            },
113
            "notification-url": "https://packagist.org/downloads/",
114
            "license": [
115
                "MIT"
116
            ],
117
            "authors": [
118
                {
119
                    "name": "Roman Borschel",
120
                    "email": "[email protected]"
121
                },
122
                {
123
                    "name": "Benjamin Eberlei",
124
                    "email": "[email protected]"
125
                },
126
                {
127
                    "name": "Guilherme Blanco",
128
                    "email": "[email protected]"
129
                },
130
                {
131
                    "name": "Jonathan Wage",
132
                    "email": "[email protected]"
133
                },
134
                {
135
                    "name": "Johannes Schmitt",
136
                    "email": "[email protected]"
137
                }
138
            ],
139
            "description": "Caching library offering an object-oriented API for many cache backends",
140
            "homepage": "http://www.doctrine-project.org",
141
            "keywords": [
142
                "cache",
143
                "caching"
144
            ],
145
            "time": "2015-12-31T16:37:02+00:00"
146
        },
147
        {
148
            "name": "doctrine/collections",
149
            "version": "v1.3.0",
150
            "source": {
151
                "type": "git",
152
                "url": "https://github.com/doctrine/collections.git",
153
                "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a"
154
            },
155
            "dist": {
156
                "type": "zip",
157
                "url": "https://api.github.com/repos/doctrine/collections/zipball/6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
158
                "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
159
                "shasum": ""
160
            },
161
            "require": {
162
                "php": ">=5.3.2"
163
            },
164
            "require-dev": {
165
                "phpunit/phpunit": "~4.0"
166
            },
167
            "type": "library",
168
            "extra": {
169
                "branch-alias": {
170
                    "dev-master": "1.2.x-dev"
171
                }
172
            },
173
            "autoload": {
174
                "psr-0": {
175
                    "Doctrine\\Common\\Collections\\": "lib/"
176
                }
177
            },
178
            "notification-url": "https://packagist.org/downloads/",
179
            "license": [
180
                "MIT"
181
            ],
182
            "authors": [
183
                {
184
                    "name": "Roman Borschel",
185
                    "email": "[email protected]"
186
                },
187
                {
188
                    "name": "Benjamin Eberlei",
189
                    "email": "[email protected]"
190
                },
191
                {
192
                    "name": "Guilherme Blanco",
193
                    "email": "[email protected]"
194
                },
195
                {
196
                    "name": "Jonathan Wage",
197
                    "email": "[email protected]"
198
                },
199
                {
200
                    "name": "Johannes Schmitt",
201
                    "email": "[email protected]"
202
                }
203
            ],
204
            "description": "Collections Abstraction library",
205
            "homepage": "http://www.doctrine-project.org",
206
            "keywords": [
207
                "array",
208
                "collections",
209
                "iterator"
210
            ],
211
            "time": "2015-04-14T22:21:58+00:00"
212
        },
213
        {
214
            "name": "doctrine/common",
215
            "version": "v2.6.1",
216
            "source": {
217
                "type": "git",
218
                "url": "https://github.com/doctrine/common.git",
219
                "reference": "a579557bc689580c19fee4e27487a67fe60defc0"
220
            },
221
            "dist": {
222
                "type": "zip",
223
                "url": "https://api.github.com/repos/doctrine/common/zipball/a579557bc689580c19fee4e27487a67fe60defc0",
224
                "reference": "a579557bc689580c19fee4e27487a67fe60defc0",
225
                "shasum": ""
226
            },
227
            "require": {
228
                "doctrine/annotations": "1.*",
229
                "doctrine/cache": "1.*",
230
                "doctrine/collections": "1.*",
231
                "doctrine/inflector": "1.*",
232
                "doctrine/lexer": "1.*",
233
                "php": "~5.5|~7.0"
234
            },
235
            "require-dev": {
236
                "phpunit/phpunit": "~4.8|~5.0"
237
            },
238
            "type": "library",
239
            "extra": {
240
                "branch-alias": {
241
                    "dev-master": "2.7.x-dev"
242
                }
243
            },
244
            "autoload": {
245
                "psr-4": {
246
                    "Doctrine\\Common\\": "lib/Doctrine/Common"
247
                }
248
            },
249
            "notification-url": "https://packagist.org/downloads/",
250
            "license": [
251
                "MIT"
252
            ],
253
            "authors": [
254
                {
255
                    "name": "Roman Borschel",
256
                    "email": "[email protected]"
257
                },
258
                {
259
                    "name": "Benjamin Eberlei",
260
                    "email": "[email protected]"
261
                },
262
                {
263
                    "name": "Guilherme Blanco",
264
                    "email": "[email protected]"
265
                },
266
                {
267
                    "name": "Jonathan Wage",
268
                    "email": "[email protected]"
269
                },
270
                {
271
                    "name": "Johannes Schmitt",
272
                    "email": "[email protected]"
273
                }
274
            ],
275
            "description": "Common Library for Doctrine projects",
276
            "homepage": "http://www.doctrine-project.org",
277
            "keywords": [
278
                "annotations",
279
                "collections",
280
                "eventmanager",
281
                "persistence",
282
                "spl"
283
            ],
284
            "time": "2015-12-25T13:18:31+00:00"
285
        },
286
        {
287
            "name": "doctrine/dbal",
288
            "version": "v2.5.4",
289
            "source": {
290
                "type": "git",
291
                "url": "https://github.com/doctrine/dbal.git",
292
                "reference": "abbdfd1cff43a7b99d027af3be709bc8fc7d4769"
293
            },
294
            "dist": {
295
                "type": "zip",
296
                "url": "https://api.github.com/repos/doctrine/dbal/zipball/abbdfd1cff43a7b99d027af3be709bc8fc7d4769",
297
                "reference": "abbdfd1cff43a7b99d027af3be709bc8fc7d4769",
298
                "shasum": ""
299
            },
300
            "require": {
301
                "doctrine/common": ">=2.4,<2.7-dev",
302
                "php": ">=5.3.2"
303
            },
304
            "require-dev": {
305
                "phpunit/phpunit": "4.*",
306
                "symfony/console": "2.*"
307
            },
308
            "suggest": {
309
                "symfony/console": "For helpful console commands such as SQL execution and import of files."
310
            },
311
            "bin": [
312
                "bin/doctrine-dbal"
313
            ],
314
            "type": "library",
315
            "extra": {
316
                "branch-alias": {
317
                    "dev-master": "2.5.x-dev"
318
                }
319
            },
320
            "autoload": {
321
                "psr-0": {
322
                    "Doctrine\\DBAL\\": "lib/"
323
                }
324
            },
325
            "notification-url": "https://packagist.org/downloads/",
326
            "license": [
327
                "MIT"
328
            ],
329
            "authors": [
330
                {
331
                    "name": "Roman Borschel",
332
                    "email": "[email protected]"
333
                },
334
                {
335
                    "name": "Benjamin Eberlei",
336
                    "email": "[email protected]"
337
                },
338
                {
339
                    "name": "Guilherme Blanco",
340
                    "email": "[email protected]"
341
                },
342
                {
343
                    "name": "Jonathan Wage",
344
                    "email": "[email protected]"
345
                }
346
            ],
347
            "description": "Database Abstraction Layer",
348
            "homepage": "http://www.doctrine-project.org",
349
            "keywords": [
350
                "database",
351
                "dbal",
352
                "persistence",
353
                "queryobject"
354
            ],
355
            "time": "2016-01-05T22:11:12+00:00"
356
        },
357
        {
358
            "name": "doctrine/doctrine-bundle",
359
            "version": "1.6.3",
360
            "source": {
361
                "type": "git",
362
                "url": "https://github.com/doctrine/DoctrineBundle.git",
363
                "reference": "fd51907c6c76acaa8a5234822a4f901c1500afc1"
364
            },
365
            "dist": {
366
                "type": "zip",
367
                "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/fd51907c6c76acaa8a5234822a4f901c1500afc1",
368
                "reference": "fd51907c6c76acaa8a5234822a4f901c1500afc1",
369
                "shasum": ""
370
            },
371
            "require": {
372
                "doctrine/dbal": "~2.3",
373
                "doctrine/doctrine-cache-bundle": "~1.0",
374
                "jdorn/sql-formatter": "~1.1",
375
                "php": ">=5.3.2",
376
                "symfony/console": "~2.3|~3.0",
377
                "symfony/doctrine-bridge": "~2.2|~3.0",
378
                "symfony/framework-bundle": "~2.3|~3.0"
379
            },
380
            "require-dev": {
381
                "doctrine/orm": "~2.3",
382
                "phpunit/phpunit": "~4",
383
                "satooshi/php-coveralls": "~0.6.1",
384
                "symfony/phpunit-bridge": "~2.7|~3.0",
385
                "symfony/property-info": "~2.8|~3.0",
386
                "symfony/validator": "~2.2|~3.0",
387
                "symfony/yaml": "~2.2|~3.0",
388
                "twig/twig": "~1.10"
389
            },
390
            "suggest": {
391
                "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.",
392
                "symfony/web-profiler-bundle": "To use the data collector."
393
            },
394
            "type": "symfony-bundle",
395
            "extra": {
396
                "branch-alias": {
397
                    "dev-master": "1.6.x-dev"
398
                }
399
            },
400
            "autoload": {
401
                "psr-4": {
402
                    "Doctrine\\Bundle\\DoctrineBundle\\": ""
403
                }
404
            },
405
            "notification-url": "https://packagist.org/downloads/",
406
            "license": [
407
                "MIT"
408
            ],
409
            "authors": [
410
                {
411
                    "name": "Symfony Community",
412
                    "homepage": "http://symfony.com/contributors"
413
                },
414
                {
415
                    "name": "Benjamin Eberlei",
416
                    "email": "[email protected]"
417
                },
418
                {
419
                    "name": "Doctrine Project",
420
                    "homepage": "http://www.doctrine-project.org/"
421
                },
422
                {
423
                    "name": "Fabien Potencier",
424
                    "email": "[email protected]"
425
                }
426
            ],
427
            "description": "Symfony DoctrineBundle",
428
            "homepage": "http://www.doctrine-project.org",
429
            "keywords": [
430
                "database",
431
                "dbal",
432
                "orm",
433
                "persistence"
434
            ],
435
            "time": "2016-04-21T19:55:56+00:00"
436
        },
437
        {
438
            "name": "doctrine/doctrine-cache-bundle",
439
            "version": "1.3.0",
440
            "source": {
441
                "type": "git",
442
                "url": "https://github.com/doctrine/DoctrineCacheBundle.git",
443
                "reference": "18c600a9b82f6454d2e81ca4957cdd56a1cf3504"
444
            },
445
            "dist": {
446
                "type": "zip",
447
                "url": "https://api.github.com/repos/doctrine/DoctrineCacheBundle/zipball/18c600a9b82f6454d2e81ca4957cdd56a1cf3504",
448
                "reference": "18c600a9b82f6454d2e81ca4957cdd56a1cf3504",
449
                "shasum": ""
450
            },
451
            "require": {
452
                "doctrine/cache": "^1.4.2",
453
                "doctrine/inflector": "~1.0",
454
                "php": ">=5.3.2",
455
                "symfony/doctrine-bridge": "~2.2|~3.0"
456
            },
457
            "require-dev": {
458
                "instaclick/coding-standard": "~1.1",
459
                "instaclick/object-calisthenics-sniffs": "dev-master",
460
                "instaclick/symfony2-coding-standard": "dev-remaster",
461
                "phpunit/phpunit": "~4",
462
                "predis/predis": "~0.8",
463
                "satooshi/php-coveralls": "~0.6.1",
464
                "squizlabs/php_codesniffer": "~1.5",
465
                "symfony/console": "~2.2|~3.0",
466
                "symfony/finder": "~2.2|~3.0",
467
                "symfony/framework-bundle": "~2.2|~3.0",
468
                "symfony/phpunit-bridge": "~2.7|~3.0",
469
                "symfony/security-acl": "~2.3|~3.0",
470
                "symfony/validator": "~2.2|~3.0",
471
                "symfony/yaml": "~2.2|~3.0"
472
            },
473
            "suggest": {
474
                "symfony/security-acl": "For using this bundle to cache ACLs"
475
            },
476
            "type": "symfony-bundle",
477
            "extra": {
478
                "branch-alias": {
479
                    "dev-master": "1.2.x-dev"
480
                }
481
            },
482
            "autoload": {
483
                "psr-4": {
484
                    "Doctrine\\Bundle\\DoctrineCacheBundle\\": ""
485
                }
486
            },
487
            "notification-url": "https://packagist.org/downloads/",
488
            "license": [
489
                "MIT"
490
            ],
491
            "authors": [
492
                {
493
                    "name": "Symfony Community",
494
                    "homepage": "http://symfony.com/contributors"
495
                },
496
                {
497
                    "name": "Benjamin Eberlei",
498
                    "email": "[email protected]"
499
                },
500
                {
501
                    "name": "Fabio B. Silva",
502
                    "email": "[email protected]"
503
                },
504
                {
505
                    "name": "Guilherme Blanco",
506
                    "email": "[email protected]"
507
                },
508
                {
509
                    "name": "Doctrine Project",
510
                    "homepage": "http://www.doctrine-project.org/"
511
                },
512
                {
513
                    "name": "Fabien Potencier",
514
                    "email": "[email protected]"
515
                }
516
            ],
517
            "description": "Symfony Bundle for Doctrine Cache",
518
            "homepage": "http://www.doctrine-project.org",
519
            "keywords": [
520
                "cache",
521
                "caching"
522
            ],
523
            "time": "2016-01-26T17:28:51+00:00"
524
        },
525
        {
526
            "name": "doctrine/doctrine-migrations-bundle",
527
            "version": "1.0.1",
528
            "target-dir": "Doctrine/Bundle/MigrationsBundle",
529
            "source": {
530
                "type": "git",
531
                "url": "https://github.com/doctrine/DoctrineMigrationsBundle.git",
532
                "reference": "1e8cd4415bd2f893eb828216b529a75e8b61d579"
533
            },
534
            "dist": {
535
                "type": "zip",
536
                "url": "https://api.github.com/repos/doctrine/DoctrineMigrationsBundle/zipball/1e8cd4415bd2f893eb828216b529a75e8b61d579",
537
                "reference": "1e8cd4415bd2f893eb828216b529a75e8b61d579",
538
                "shasum": ""
539
            },
540
            "require": {
541
                "doctrine/doctrine-bundle": "~1.0",
542
                "doctrine/migrations": "~1.0@dev",
543
                "php": ">=5.3.2",
544
                "symfony/framework-bundle": "~2.3|~3.0"
545
            },
546
            "type": "symfony-bundle",
547
            "extra": {
548
                "branch-alias": {
549
                    "dev-master": "2.1.x-dev"
550
                }
551
            },
552
            "autoload": {
553
                "psr-0": {
554
                    "Doctrine\\Bundle\\MigrationsBundle": ""
555
                }
556
            },
557
            "notification-url": "https://packagist.org/downloads/",
558
            "license": [
559
                "MIT"
560
            ],
561
            "authors": [
562
                {
563
                    "name": "Symfony Community",
564
                    "homepage": "http://symfony.com/contributors"
565
                },
566
                {
567
                    "name": "Doctrine Project",
568
                    "homepage": "http://www.doctrine-project.org"
569
                },
570
                {
571
                    "name": "Fabien Potencier",
572
                    "email": "[email protected]"
573
                }
574
            ],
575
            "description": "Symfony DoctrineMigrationsBundle",
576
            "homepage": "http://www.doctrine-project.org",
577
            "keywords": [
578
                "dbal",
579
                "migrations",
580
                "schema"
581
            ],
582
            "time": "2015-05-06T08:32:15+00:00"
583
        },
584
        {
585
            "name": "doctrine/inflector",
586
            "version": "v1.1.0",
587
            "source": {
588
                "type": "git",
589
                "url": "https://github.com/doctrine/inflector.git",
590
                "reference": "90b2128806bfde671b6952ab8bea493942c1fdae"
591
            },
592
            "dist": {
593
                "type": "zip",
594
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae",
595
                "reference": "90b2128806bfde671b6952ab8bea493942c1fdae",
596
                "shasum": ""
597
            },
598
            "require": {
599
                "php": ">=5.3.2"
600
            },
601
            "require-dev": {
602
                "phpunit/phpunit": "4.*"
603
            },
604
            "type": "library",
605
            "extra": {
606
                "branch-alias": {
607
                    "dev-master": "1.1.x-dev"
608
                }
609
            },
610
            "autoload": {
611
                "psr-0": {
612
                    "Doctrine\\Common\\Inflector\\": "lib/"
613
                }
614
            },
615
            "notification-url": "https://packagist.org/downloads/",
616
            "license": [
617
                "MIT"
618
            ],
619
            "authors": [
620
                {
621
                    "name": "Roman Borschel",
622
                    "email": "[email protected]"
623
                },
624
                {
625
                    "name": "Benjamin Eberlei",
626
                    "email": "[email protected]"
627
                },
628
                {
629
                    "name": "Guilherme Blanco",
630
                    "email": "[email protected]"
631
                },
632
                {
633
                    "name": "Jonathan Wage",
634
                    "email": "[email protected]"
635
                },
636
                {
637
                    "name": "Johannes Schmitt",
638
                    "email": "[email protected]"
639
                }
640
            ],
641
            "description": "Common String Manipulations with regard to casing and singular/plural rules.",
642
            "homepage": "http://www.doctrine-project.org",
643
            "keywords": [
644
                "inflection",
645
                "pluralize",
646
                "singularize",
647
                "string"
648
            ],
649
            "time": "2015-11-06T14:35:42+00:00"
650
        },
651
        {
652
            "name": "doctrine/instantiator",
653
            "version": "1.0.5",
654
            "source": {
655
                "type": "git",
656
                "url": "https://github.com/doctrine/instantiator.git",
657
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
658
            },
659
            "dist": {
660
                "type": "zip",
661
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
662
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
663
                "shasum": ""
664
            },
665
            "require": {
666
                "php": ">=5.3,<8.0-DEV"
667
            },
668
            "require-dev": {
669
                "athletic/athletic": "~0.1.8",
670
                "ext-pdo": "*",
671
                "ext-phar": "*",
672
                "phpunit/phpunit": "~4.0",
673
                "squizlabs/php_codesniffer": "~2.0"
674
            },
675
            "type": "library",
676
            "extra": {
677
                "branch-alias": {
678
                    "dev-master": "1.0.x-dev"
679
                }
680
            },
681
            "autoload": {
682
                "psr-4": {
683
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
684
                }
685
            },
686
            "notification-url": "https://packagist.org/downloads/",
687
            "license": [
688
                "MIT"
689
            ],
690
            "authors": [
691
                {
692
                    "name": "Marco Pivetta",
693
                    "email": "[email protected]",
694
                    "homepage": "http://ocramius.github.com/"
695
                }
696
            ],
697
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
698
            "homepage": "https://github.com/doctrine/instantiator",
699
            "keywords": [
700
                "constructor",
701
                "instantiate"
702
            ],
703
            "time": "2015-06-14T21:17:01+00:00"
704
        },
705
        {
706
            "name": "doctrine/lexer",
707
            "version": "v1.0.1",
708
            "source": {
709
                "type": "git",
710
                "url": "https://github.com/doctrine/lexer.git",
711
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
712
            },
713
            "dist": {
714
                "type": "zip",
715
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
716
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
717
                "shasum": ""
718
            },
719
            "require": {
720
                "php": ">=5.3.2"
721
            },
722
            "type": "library",
723
            "extra": {
724
                "branch-alias": {
725
                    "dev-master": "1.0.x-dev"
726
                }
727
            },
728
            "autoload": {
729
                "psr-0": {
730
                    "Doctrine\\Common\\Lexer\\": "lib/"
731
                }
732
            },
733
            "notification-url": "https://packagist.org/downloads/",
734
            "license": [
735
                "MIT"
736
            ],
737
            "authors": [
738
                {
739
                    "name": "Roman Borschel",
740
                    "email": "[email protected]"
741
                },
742
                {
743
                    "name": "Guilherme Blanco",
744
                    "email": "[email protected]"
745
                },
746
                {
747
                    "name": "Johannes Schmitt",
748
                    "email": "[email protected]"
749
                }
750
            ],
751
            "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
752
            "homepage": "http://www.doctrine-project.org",
753
            "keywords": [
754
                "lexer",
755
                "parser"
756
            ],
757
            "time": "2014-09-09T13:34:57+00:00"
758
        },
759
        {
760
            "name": "doctrine/migrations",
761
            "version": "1.4.1",
762
            "source": {
763
                "type": "git",
764
                "url": "https://github.com/doctrine/migrations.git",
765
                "reference": "0d0ff5da10c5d30846da32060bd9e357abf70a05"
766
            },
767
            "dist": {
768
                "type": "zip",
769
                "url": "https://api.github.com/repos/doctrine/migrations/zipball/0d0ff5da10c5d30846da32060bd9e357abf70a05",
770
                "reference": "0d0ff5da10c5d30846da32060bd9e357abf70a05",
771
                "shasum": ""
772
            },
773
            "require": {
774
                "doctrine/dbal": "~2.2",
775
                "ocramius/proxy-manager": "^1.0|^2.0",
776
                "php": "^5.5|^7.0",
777
                "symfony/console": "~2.3|~3.0",
778
                "symfony/yaml": "~2.3|~3.0"
779
            },
780
            "require-dev": {
781
                "doctrine/coding-standard": "dev-master",
782
                "doctrine/orm": "2.*",
783
                "jdorn/sql-formatter": "~1.1",
784
                "johnkary/phpunit-speedtrap": "~1.0@dev",
785
                "mockery/mockery": "^0.9.4",
786
                "phpunit/phpunit": "~4.7",
787
                "satooshi/php-coveralls": "0.6.*"
788
            },
789
            "suggest": {
790
                "jdorn/sql-formatter": "Allows to generate formatted SQL with the diff command."
791
            },
792
            "bin": [
793
                "bin/doctrine-migrations"
794
            ],
795
            "type": "library",
796
            "extra": {
797
                "branch-alias": {
798
                    "dev-master": "v1.5.x-dev"
799
                }
800
            },
801
            "autoload": {
802
                "psr-4": {
803
                    "Doctrine\\DBAL\\Migrations\\": "lib/Doctrine/DBAL/Migrations"
804
                }
805
            },
806
            "notification-url": "https://packagist.org/downloads/",
807
            "license": [
808
                "LGPL-2.1"
809
            ],
810
            "authors": [
811
                {
812
                    "name": "Benjamin Eberlei",
813
                    "email": "[email protected]"
814
                },
815
                {
816
                    "name": "Jonathan Wage",
817
                    "email": "[email protected]"
818
                },
819
                {
820
                    "name": "Michael Simonson",
821
                    "email": "[email protected]"
822
                }
823
            ],
824
            "description": "Database Schema migrations using Doctrine DBAL",
825
            "homepage": "http://www.doctrine-project.org",
826
            "keywords": [
827
                "database",
828
                "migrations"
829
            ],
830
            "time": "2016-03-14T12:29:11+00:00"
831
        },
832
        {
833
            "name": "doctrine/orm",
834
            "version": "v2.5.4",
835
            "source": {
836
                "type": "git",
837
                "url": "https://github.com/doctrine/doctrine2.git",
838
                "reference": "bc4ddbfb0114cb33438cc811c9a740d8aa304aab"
839
            },
840
            "dist": {
841
                "type": "zip",
842
                "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/bc4ddbfb0114cb33438cc811c9a740d8aa304aab",
843
                "reference": "bc4ddbfb0114cb33438cc811c9a740d8aa304aab",
844
                "shasum": ""
845
            },
846
            "require": {
847
                "doctrine/cache": "~1.4",
848
                "doctrine/collections": "~1.2",
849
                "doctrine/common": ">=2.5-dev,<2.7-dev",
850
                "doctrine/dbal": ">=2.5-dev,<2.6-dev",
851
                "doctrine/instantiator": "~1.0.1",
852
                "ext-pdo": "*",
853
                "php": ">=5.4",
854
                "symfony/console": "~2.5|~3.0"
855
            },
856
            "require-dev": {
857
                "phpunit/phpunit": "~4.0",
858
                "symfony/yaml": "~2.3|~3.0"
859
            },
860
            "suggest": {
861
                "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
862
            },
863
            "bin": [
864
                "bin/doctrine",
865
                "bin/doctrine.php"
866
            ],
867
            "type": "library",
868
            "extra": {
869
                "branch-alias": {
870
                    "dev-master": "2.6.x-dev"
871
                }
872
            },
873
            "autoload": {
874
                "psr-0": {
875
                    "Doctrine\\ORM\\": "lib/"
876
                }
877
            },
878
            "notification-url": "https://packagist.org/downloads/",
879
            "license": [
880
                "MIT"
881
            ],
882
            "authors": [
883
                {
884
                    "name": "Roman Borschel",
885
                    "email": "[email protected]"
886
                },
887
                {
888
                    "name": "Benjamin Eberlei",
889
                    "email": "[email protected]"
890
                },
891
                {
892
                    "name": "Guilherme Blanco",
893
                    "email": "[email protected]"
894
                },
895
                {
896
                    "name": "Jonathan Wage",
897
                    "email": "[email protected]"
898
                }
899
            ],
900
            "description": "Object-Relational-Mapper for PHP",
901
            "homepage": "http://www.doctrine-project.org",
902
            "keywords": [
903
                "database",
904
                "orm"
905
            ],
906
            "time": "2016-01-05T21:34:58+00:00"
907
        },
908
        {
909
            "name": "fortawesome/font-awesome",
910
            "version": "v4.2.0",
911
            "source": {
912
                "type": "git",
913
                "url": "https://github.com/FortAwesome/Font-Awesome.git",
914
                "reference": "a65bd93d81e9e6bd5ebfa41757a4474960b973b4"
915
            },
916
            "dist": {
917
                "type": "zip",
918
                "url": "https://api.github.com/repos/FortAwesome/Font-Awesome/zipball/a65bd93d81e9e6bd5ebfa41757a4474960b973b4",
919
                "reference": "a65bd93d81e9e6bd5ebfa41757a4474960b973b4",
920
                "shasum": ""
921
            },
922
            "require-dev": {
923
                "jekyll": "1.0.2",
924
                "lessc": "1.4.2"
925
            },
926
            "type": "library",
927
            "extra": {
928
                "branch-alias": {
929
                    "dev-master": "4.0.x-dev"
930
                }
931
            },
932
            "notification-url": "https://packagist.org/downloads/",
933
            "license": [
934
                "OFL-1.1",
935
                "MIT"
936
            ],
937
            "authors": [
938
                {
939
                    "name": "Dave Gandy",
940
                    "email": "[email protected]",
941
                    "homepage": "http://twitter.com/davegandy",
942
                    "role": "Developer"
943
                }
944
            ],
945
            "description": "The iconic font and CSS framework",
946
            "homepage": "http://fontawesome.io/",
947
            "keywords": [
948
                "FontAwesome",
949
                "awesome",
950
                "bootstrap",
951
                "font",
952
                "icon"
953
            ],
954
            "time": "2014-08-26T16:36:44+00:00"
955
        },
956
        {
957
            "name": "graylog2/gelf-php",
958
            "version": "1.5.3",
959
            "source": {
960
                "type": "git",
961
                "url": "https://github.com/bzikarsky/gelf-php.git",
962
                "reference": "0cb872928246bada1b6a5f504a7c3589f1c1174d"
963
            },
964
            "dist": {
965
                "type": "zip",
966
                "url": "https://api.github.com/repos/bzikarsky/gelf-php/zipball/0cb872928246bada1b6a5f504a7c3589f1c1174d",
967
                "reference": "0cb872928246bada1b6a5f504a7c3589f1c1174d",
968
                "shasum": ""
969
            },
970
            "require": {
971
                "php": ">=5.3.9",
972
                "psr/log": "~1.0"
973
            },
974
            "provide": {
975
                "psr/log-implementation": "~1.0"
976
            },
977
            "require-dev": {
978
                "phpunit/phpunit": "~4.3",
979
                "squizlabs/php_codesniffer": "~2.0"
980
            },
981
            "type": "library",
982
            "extra": {
983
                "branch-alias": {
984
                    "dev-master": "1.4.x-dev"
985
                }
986
            },
987
            "autoload": {
988
                "psr-4": {
989
                    "Gelf\\": "src/Gelf"
990
                },
991
                "files": [
992
                    "src/check_technical_requirements.php"
993
                ]
994
            },
995
            "notification-url": "https://packagist.org/downloads/",
996
            "license": [
997
                "MIT"
998
            ],
999
            "authors": [
1000
                {
1001
                    "name": "Benjamin Zikarsky",
1002
                    "email": "[email protected]"
1003
                },
1004
                {
1005
                    "name": "gelf-php contributors",
1006
                    "homepage": "https://github.com/bzikarsky/gelf-php/contributors"
1007
                }
1008
            ],
1009
            "description": "A php implementation to send log-messages to a GELF compatible backend like Graylog2.",
1010
            "time": "2016-11-21T13:31:39+00:00"
1011
        },
1012
        {
1013
            "name": "guzzlehttp/guzzle",
1014
            "version": "6.2.3",
1015
            "source": {
1016
                "type": "git",
1017
                "url": "https://github.com/guzzle/guzzle.git",
1018
                "reference": "8d6c6cc55186db87b7dc5009827429ba4e9dc006"
1019
            },
1020
            "dist": {
1021
                "type": "zip",
1022
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/8d6c6cc55186db87b7dc5009827429ba4e9dc006",
1023
                "reference": "8d6c6cc55186db87b7dc5009827429ba4e9dc006",
1024
                "shasum": ""
1025
            },
1026
            "require": {
1027
                "guzzlehttp/promises": "^1.0",
1028
                "guzzlehttp/psr7": "^1.4",
1029
                "php": ">=5.5"
1030
            },
1031
            "require-dev": {
1032
                "ext-curl": "*",
1033
                "phpunit/phpunit": "^4.0",
1034
                "psr/log": "^1.0"
1035
            },
1036
            "type": "library",
1037
            "extra": {
1038
                "branch-alias": {
1039
                    "dev-master": "6.2-dev"
1040
                }
1041
            },
1042
            "autoload": {
1043
                "files": [
1044
                    "src/functions_include.php"
1045
                ],
1046
                "psr-4": {
1047
                    "GuzzleHttp\\": "src/"
1048
                }
1049
            },
1050
            "notification-url": "https://packagist.org/downloads/",
1051
            "license": [
1052
                "MIT"
1053
            ],
1054
            "authors": [
1055
                {
1056
                    "name": "Michael Dowling",
1057
                    "email": "[email protected]",
1058
                    "homepage": "https://github.com/mtdowling"
1059
                }
1060
            ],
1061
            "description": "Guzzle is a PHP HTTP client library",
1062
            "homepage": "http://guzzlephp.org/",
1063
            "keywords": [
1064
                "client",
1065
                "curl",
1066
                "framework",
1067
                "http",
1068
                "http client",
1069
                "rest",
1070
                "web service"
1071
            ],
1072
            "time": "2017-02-28T22:50:30+00:00"
1073
        },
1074
        {
1075
            "name": "guzzlehttp/promises",
1076
            "version": "v1.3.1",
1077
            "source": {
1078
                "type": "git",
1079
                "url": "https://github.com/guzzle/promises.git",
1080
                "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
1081
            },
1082
            "dist": {
1083
                "type": "zip",
1084
                "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
1085
                "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
1086
                "shasum": ""
1087
            },
1088
            "require": {
1089
                "php": ">=5.5.0"
1090
            },
1091
            "require-dev": {
1092
                "phpunit/phpunit": "^4.0"
1093
            },
1094
            "type": "library",
1095
            "extra": {
1096
                "branch-alias": {
1097
                    "dev-master": "1.4-dev"
1098
                }
1099
            },
1100
            "autoload": {
1101
                "psr-4": {
1102
                    "GuzzleHttp\\Promise\\": "src/"
1103
                },
1104
                "files": [
1105
                    "src/functions_include.php"
1106
                ]
1107
            },
1108
            "notification-url": "https://packagist.org/downloads/",
1109
            "license": [
1110
                "MIT"
1111
            ],
1112
            "authors": [
1113
                {
1114
                    "name": "Michael Dowling",
1115
                    "email": "[email protected]",
1116
                    "homepage": "https://github.com/mtdowling"
1117
                }
1118
            ],
1119
            "description": "Guzzle promises library",
1120
            "keywords": [
1121
                "promise"
1122
            ],
1123
            "time": "2016-12-20T10:07:11+00:00"
1124
        },
1125
        {
1126
            "name": "guzzlehttp/psr7",
1127
            "version": "1.4.1",
1128
            "source": {
1129
                "type": "git",
1130
                "url": "https://github.com/guzzle/psr7.git",
1131
                "reference": "0d6c7ca039329247e4f0f8f8f6506810e8248855"
1132
            },
1133
            "dist": {
1134
                "type": "zip",
1135
                "url": "https://api.github.com/repos/guzzle/psr7/zipball/0d6c7ca039329247e4f0f8f8f6506810e8248855",
1136
                "reference": "0d6c7ca039329247e4f0f8f8f6506810e8248855",
1137
                "shasum": ""
1138
            },
1139
            "require": {
1140
                "php": ">=5.4.0",
1141
                "psr/http-message": "~1.0"
1142
            },
1143
            "provide": {
1144
                "psr/http-message-implementation": "1.0"
1145
            },
1146
            "require-dev": {
1147
                "phpunit/phpunit": "~4.0"
1148
            },
1149
            "type": "library",
1150
            "extra": {
1151
                "branch-alias": {
1152
                    "dev-master": "1.4-dev"
1153
                }
1154
            },
1155
            "autoload": {
1156
                "psr-4": {
1157
                    "GuzzleHttp\\Psr7\\": "src/"
1158
                },
1159
                "files": [
1160
                    "src/functions_include.php"
1161
                ]
1162
            },
1163
            "notification-url": "https://packagist.org/downloads/",
1164
            "license": [
1165
                "MIT"
1166
            ],
1167
            "authors": [
1168
                {
1169
                    "name": "Michael Dowling",
1170
                    "email": "[email protected]",
1171
                    "homepage": "https://github.com/mtdowling"
1172
                },
1173
                {
1174
                    "name": "Tobias Schultze",
1175
                    "homepage": "https://github.com/Tobion"
1176
                }
1177
            ],
1178
            "description": "PSR-7 message implementation that also provides common utility methods",
1179
            "keywords": [
1180
                "http",
1181
                "message",
1182
                "request",
1183
                "response",
1184
                "stream",
1185
                "uri",
1186
                "url"
1187
            ],
1188
            "time": "2017-02-27T10:51:17+00:00"
1189
        },
1190
        {
1191
            "name": "hamcrest/hamcrest-php",
1192
            "version": "v1.2.2",
1193
            "source": {
1194
                "type": "git",
1195
                "url": "https://github.com/hamcrest/hamcrest-php.git",
1196
                "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c"
1197
            },
1198
            "dist": {
1199
                "type": "zip",
1200
                "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/b37020aa976fa52d3de9aa904aa2522dc518f79c",
1201
                "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c",
1202
                "shasum": ""
1203
            },
1204
            "require": {
1205
                "php": ">=5.3.2"
1206
            },
1207
            "replace": {
1208
                "cordoval/hamcrest-php": "*",
1209
                "davedevelopment/hamcrest-php": "*",
1210
                "kodova/hamcrest-php": "*"
1211
            },
1212
            "require-dev": {
1213
                "phpunit/php-file-iterator": "1.3.3",
1214
                "satooshi/php-coveralls": "dev-master"
1215
            },
1216
            "type": "library",
1217
            "autoload": {
1218
                "classmap": [
1219
                    "hamcrest"
1220
                ],
1221
                "files": [
1222
                    "hamcrest/Hamcrest.php"
1223
                ]
1224
            },
1225
            "notification-url": "https://packagist.org/downloads/",
1226
            "license": [
1227
                "BSD"
1228
            ],
1229
            "description": "This is the PHP port of Hamcrest Matchers",
1230
            "keywords": [
1231
                "test"
1232
            ],
1233
            "time": "2015-05-11T14:41:42+00:00"
1234
        },
1235
        {
1236
            "name": "incenteev/composer-parameter-handler",
1237
            "version": "v2.1.2",
1238
            "source": {
1239
                "type": "git",
1240
                "url": "https://github.com/Incenteev/ParameterHandler.git",
1241
                "reference": "d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc"
1242
            },
1243
            "dist": {
1244
                "type": "zip",
1245
                "url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc",
1246
                "reference": "d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc",
1247
                "shasum": ""
1248
            },
1249
            "require": {
1250
                "php": ">=5.3.3",
1251
                "symfony/yaml": "~2.3|~3.0"
1252
            },
1253
            "require-dev": {
1254
                "composer/composer": "1.0.*@dev",
1255
                "phpspec/prophecy-phpunit": "~1.0",
1256
                "symfony/filesystem": "~2.2"
1257
            },
1258
            "type": "library",
1259
            "extra": {
1260
                "branch-alias": {
1261
                    "dev-master": "2.1.x-dev"
1262
                }
1263
            },
1264
            "autoload": {
1265
                "psr-4": {
1266
                    "Incenteev\\ParameterHandler\\": ""
1267
                }
1268
            },
1269
            "notification-url": "https://packagist.org/downloads/",
1270
            "license": [
1271
                "MIT"
1272
            ],
1273
            "authors": [
1274
                {
1275
                    "name": "Christophe Coevoet",
1276
                    "email": "[email protected]"
1277
                }
1278
            ],
1279
            "description": "Composer script handling your ignored parameter file",
1280
            "homepage": "https://github.com/Incenteev/ParameterHandler",
1281
            "keywords": [
1282
                "parameters management"
1283
            ],
1284
            "time": "2015-11-10T17:04:01+00:00"
1285
        },
1286
        {
1287
            "name": "jdorn/sql-formatter",
1288
            "version": "v1.2.17",
1289
            "source": {
1290
                "type": "git",
1291
                "url": "https://github.com/jdorn/sql-formatter.git",
1292
                "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc"
1293
            },
1294
            "dist": {
1295
                "type": "zip",
1296
                "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc",
1297
                "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc",
1298
                "shasum": ""
1299
            },
1300
            "require": {
1301
                "php": ">=5.2.4"
1302
            },
1303
            "require-dev": {
1304
                "phpunit/phpunit": "3.7.*"
1305
            },
1306
            "type": "library",
1307
            "extra": {
1308
                "branch-alias": {
1309
                    "dev-master": "1.3.x-dev"
1310
                }
1311
            },
1312
            "autoload": {
1313
                "classmap": [
1314
                    "lib"
1315
                ]
1316
            },
1317
            "notification-url": "https://packagist.org/downloads/",
1318
            "license": [
1319
                "MIT"
1320
            ],
1321
            "authors": [
1322
                {
1323
                    "name": "Jeremy Dorn",
1324
                    "email": "[email protected]",
1325
                    "homepage": "http://jeremydorn.com/"
1326
                }
1327
            ],
1328
            "description": "a PHP SQL highlighting library",
1329
            "homepage": "https://github.com/jdorn/sql-formatter/",
1330
            "keywords": [
1331
                "highlight",
1332
                "sql"
1333
            ],
1334
            "time": "2014-01-12T16:20:24+00:00"
1335
        },
1336
        {
1337
            "name": "jms/aop-bundle",
1338
            "version": "1.1.0",
1339
            "target-dir": "JMS/AopBundle",
1340
            "source": {
1341
                "type": "git",
1342
                "url": "https://github.com/schmittjoh/JMSAopBundle.git",
1343
                "reference": "66287749c020b4c667c0ff4937b07e66c04bbe71"
1344
            },
1345
            "dist": {
1346
                "type": "zip",
1347
                "url": "https://api.github.com/repos/schmittjoh/JMSAopBundle/zipball/66287749c020b4c667c0ff4937b07e66c04bbe71",
1348
                "reference": "66287749c020b4c667c0ff4937b07e66c04bbe71",
1349
                "shasum": ""
1350
            },
1351
            "require": {
1352
                "jms/cg": "^1.1",
1353
                "symfony/framework-bundle": "2.*"
1354
            },
1355
            "type": "symfony-bundle",
1356
            "extra": {
1357
                "branch-alias": {
1358
                    "dev-master": "1.1.x-dev"
1359
                }
1360
            },
1361
            "autoload": {
1362
                "psr-0": {
1363
                    "JMS\\AopBundle": ""
1364
                }
1365
            },
1366
            "notification-url": "https://packagist.org/downloads/",
1367
            "license": [
1368
                "Apache-2.0"
1369
            ],
1370
            "authors": [
1371
                {
1372
                    "name": "Johannes M. Schmitt",
1373
                    "email": "[email protected]"
1374
                }
1375
            ],
1376
            "description": "Adds AOP capabilities to Symfony2",
1377
            "keywords": [
1378
                "annotations",
1379
                "aop"
1380
            ],
1381
            "time": "2015-09-13T09:02:33+00:00"
1382
        },
1383
        {
1384
            "name": "jms/cg",
1385
            "version": "1.1.0",
1386
            "source": {
1387
                "type": "git",
1388
                "url": "https://github.com/schmittjoh/cg-library.git",
1389
                "reference": "0af1113c7409b8636c5244bbae10b2e0ff792e9c"
1390
            },
1391
            "dist": {
1392
                "type": "zip",
1393
                "url": "https://api.github.com/repos/schmittjoh/cg-library/zipball/0af1113c7409b8636c5244bbae10b2e0ff792e9c",
1394
                "reference": "0af1113c7409b8636c5244bbae10b2e0ff792e9c",
1395
                "shasum": ""
1396
            },
1397
            "require": {
1398
                "php": ">=5.3.0"
1399
            },
1400
            "type": "library",
1401
            "extra": {
1402
                "branch-alias": {
1403
                    "dev-master": "1.1-dev"
1404
                }
1405
            },
1406
            "autoload": {
1407
                "psr-0": {
1408
                    "CG\\": "src/"
1409
                }
1410
            },
1411
            "notification-url": "https://packagist.org/downloads/",
1412
            "license": [
1413
                "Apache2"
1414
            ],
1415
            "authors": [
1416
                {
1417
                    "name": "Johannes M. Schmitt",
1418
                    "email": "[email protected]"
1419
                }
1420
            ],
1421
            "description": "Toolset for generating PHP code",
1422
            "keywords": [
1423
                "code generation"
1424
            ],
1425
            "time": "2015-09-13T08:54:43+00:00"
1426
        },
1427
        {
1428
            "name": "jms/di-extra-bundle",
1429
            "version": "1.4.0",
1430
            "target-dir": "JMS/DiExtraBundle",
1431
            "source": {
1432
                "type": "git",
1433
                "url": "https://github.com/schmittjoh/JMSDiExtraBundle.git",
1434
                "reference": "7fffdb6c96fb922a131af06d773e1e6c5301d070"
1435
            },
1436
            "dist": {
1437
                "type": "zip",
1438
                "url": "https://api.github.com/repos/schmittjoh/JMSDiExtraBundle/zipball/7fffdb6c96fb922a131af06d773e1e6c5301d070",
1439
                "reference": "7fffdb6c96fb922a131af06d773e1e6c5301d070",
1440
                "shasum": ""
1441
            },
1442
            "require": {
1443
                "jms/aop-bundle": ">=1.0.0,<1.2-dev",
1444
                "jms/metadata": "1.*",
1445
                "symfony/finder": "~2.1",
1446
                "symfony/framework-bundle": "~2.1",
1447
                "symfony/process": "~2.1"
1448
            },
1449
            "require-dev": {
1450
                "doctrine/doctrine-bundle": "*",
1451
                "doctrine/orm": "*",
1452
                "jms/security-extra-bundle": "1.*",
1453
                "phpcollection/phpcollection": ">=0.1,<0.3-dev",
1454
                "sensio/framework-extra-bundle": "*",
1455
                "symfony/browser-kit": "*",
1456
                "symfony/class-loader": "*",
1457
                "symfony/form": "*",
1458
                "symfony/security-bundle": "*",
1459
                "symfony/twig-bundle": "*",
1460
                "symfony/validator": "*",
1461
                "symfony/yaml": "*"
1462
            },
1463
            "type": "symfony-bundle",
1464
            "extra": {
1465
                "branch-alias": {
1466
                    "dev-master": "1.3-dev"
1467
                }
1468
            },
1469
            "autoload": {
1470
                "psr-0": {
1471
                    "JMS\\DiExtraBundle": ""
1472
                }
1473
            },
1474
            "notification-url": "https://packagist.org/downloads/",
1475
            "license": [
1476
                "Apache"
1477
            ],
1478
            "authors": [
1479
                {
1480
                    "name": "Johannes Schmitt",
1481
                    "email": "[email protected]",
1482
                    "homepage": "https://github.com/schmittjoh",
1483
                    "role": "Developer of wrapped JMSSerializerBundle"
1484
                }
1485
            ],
1486
            "description": "Allows to configure dependency injection using annotations",
1487
            "homepage": "http://jmsyst.com/bundles/JMSDiExtraBundle",
1488
            "keywords": [
1489
                "annotations",
1490
                "dependency injection"
1491
            ],
1492
            "time": "2013-06-08T13:13:40+00:00"
1493
        },
1494
        {
1495
            "name": "jms/metadata",
1496
            "version": "1.5.1",
1497
            "source": {
1498
                "type": "git",
1499
                "url": "https://github.com/schmittjoh/metadata.git",
1500
                "reference": "22b72455559a25777cfd28c4ffda81ff7639f353"
1501
            },
1502
            "dist": {
1503
                "type": "zip",
1504
                "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/22b72455559a25777cfd28c4ffda81ff7639f353",
1505
                "reference": "22b72455559a25777cfd28c4ffda81ff7639f353",
1506
                "shasum": ""
1507
            },
1508
            "require": {
1509
                "php": ">=5.3.0"
1510
            },
1511
            "require-dev": {
1512
                "doctrine/cache": "~1.0"
1513
            },
1514
            "type": "library",
1515
            "extra": {
1516
                "branch-alias": {
1517
                    "dev-master": "1.5.x-dev"
1518
                }
1519
            },
1520
            "autoload": {
1521
                "psr-0": {
1522
                    "Metadata\\": "src/"
1523
                }
1524
            },
1525
            "notification-url": "https://packagist.org/downloads/",
1526
            "license": [
1527
                "Apache"
1528
            ],
1529
            "authors": [
1530
                {
1531
                    "name": "Johannes Schmitt",
1532
                    "email": "[email protected]",
1533
                    "homepage": "https://github.com/schmittjoh",
1534
                    "role": "Developer of wrapped JMSSerializerBundle"
1535
                }
1536
            ],
1537
            "description": "Class/method/property metadata management in PHP",
1538
            "keywords": [
1539
                "annotations",
1540
                "metadata",
1541
                "xml",
1542
                "yaml"
1543
            ],
1544
            "time": "2014-07-12T07:13:19+00:00"
1545
        },
1546
        {
1547
            "name": "jms/translation-bundle",
1548
            "version": "1.3.2",
1549
            "target-dir": "JMS/TranslationBundle",
1550
            "source": {
1551
                "type": "git",
1552
                "url": "https://github.com/schmittjoh/JMSTranslationBundle.git",
1553
                "reference": "08b8db92aa376b8e50ce4e779e849916abffd805"
1554
            },
1555
            "dist": {
1556
                "type": "zip",
1557
                "url": "https://api.github.com/repos/schmittjoh/JMSTranslationBundle/zipball/08b8db92aa376b8e50ce4e779e849916abffd805",
1558
                "reference": "08b8db92aa376b8e50ce4e779e849916abffd805",
1559
                "shasum": ""
1560
            },
1561
            "require": {
1562
                "nikic/php-parser": "^1.4 || ^2.0 || ^3.0",
1563
                "php": "^5.3.3 || ^7.0",
1564
                "symfony/console": "^2.3 || ^3.0",
1565
                "symfony/framework-bundle": "^2.3 || ^3.0",
1566
                "twig/twig": "^1.27 || ^2.0"
1567
            },
1568
            "require-dev": {
1569
                "jms/di-extra-bundle": "^1.1",
1570
                "matthiasnoback/symfony-dependency-injection-test": "^0.7.6",
1571
                "nyholm/nsa": "^1.0.1",
1572
                "phpunit/phpunit": "4.8.27",
1573
                "psr/log": "^1.0",
1574
                "sensio/framework-extra-bundle": "^2.3 || ^3.0",
1575
                "symfony/expression-language": "^2.6 || ^3.0",
1576
                "symfony/symfony": "^2.3 || ^3.0"
1577
            },
1578
            "type": "symfony-bundle",
1579
            "extra": {
1580
                "branch-alias": {
1581
                    "dev-master": "1.4-dev"
1582
                }
1583
            },
1584
            "autoload": {
1585
                "psr-0": {
1586
                    "JMS\\TranslationBundle": ""
1587
                }
1588
            },
1589
            "notification-url": "https://packagist.org/downloads/",
1590
            "license": [
1591
                "Apache2"
1592
            ],
1593
            "authors": [
1594
                {
1595
                    "name": "Johannes M. Schmitt",
1596
                    "email": "[email protected]"
1597
                }
1598
            ],
1599
            "description": "Puts the Symfony Translation Component on steroids",
1600
            "homepage": "http://jmsyst.com/bundles/JMSTranslationBundle",
1601
            "keywords": [
1602
                "extract",
1603
                "extraction",
1604
                "i18n",
1605
                "interface",
1606
                "multilanguage",
1607
                "translation",
1608
                "ui",
1609
                "webinterface"
1610
            ],
1611
            "time": "2017-04-20T19:44:02+00:00"
1612
        },
1613
        {
1614
            "name": "kriswallsmith/assetic",
1615
            "version": "v1.3.2",
1616
            "source": {
1617
                "type": "git",
1618
                "url": "https://github.com/kriswallsmith/assetic.git",
1619
                "reference": "9928f7c4ad98b234e3559d1049abd13387f86db5"
1620
            },
1621
            "dist": {
1622
                "type": "zip",
1623
                "url": "https://api.github.com/repos/kriswallsmith/assetic/zipball/9928f7c4ad98b234e3559d1049abd13387f86db5",
1624
                "reference": "9928f7c4ad98b234e3559d1049abd13387f86db5",
1625
                "shasum": ""
1626
            },
1627
            "require": {
1628
                "php": ">=5.3.1",
1629
                "symfony/process": "~2.1|~3.0"
1630
            },
1631
            "conflict": {
1632
                "twig/twig": "<1.23"
1633
            },
1634
            "require-dev": {
1635
                "cssmin/cssmin": "3.0.1",
1636
                "joliclic/javascript-packer": "1.1",
1637
                "kamicane/packager": "1.0",
1638
                "leafo/lessphp": "^0.3.7",
1639
                "leafo/scssphp": "~0.1",
1640
                "mrclay/minify": "~2.2",
1641
                "patchwork/jsqueeze": "~1.0|~2.0",
1642
                "phpunit/phpunit": "~4.8",
1643
                "psr/log": "~1.0",
1644
                "ptachoire/cssembed": "~1.0",
1645
                "symfony/phpunit-bridge": "~2.7|~3.0",
1646
                "twig/twig": "~1.8|~2.0"
1647
            },
1648
            "suggest": {
1649
                "leafo/lessphp": "Assetic provides the integration with the lessphp LESS compiler",
1650
                "leafo/scssphp": "Assetic provides the integration with the scssphp SCSS compiler",
1651
                "leafo/scssphp-compass": "Assetic provides the integration with the SCSS compass plugin",
1652
                "patchwork/jsqueeze": "Assetic provides the integration with the JSqueeze JavaScript compressor",
1653
                "ptachoire/cssembed": "Assetic provides the integration with phpcssembed to embed data uris",
1654
                "twig/twig": "Assetic provides the integration with the Twig templating engine"
1655
            },
1656
            "type": "library",
1657
            "extra": {
1658
                "branch-alias": {
1659
                    "dev-master": "1.4-dev"
1660
                }
1661
            },
1662
            "autoload": {
1663
                "psr-0": {
1664
                    "Assetic": "src/"
1665
                },
1666
                "files": [
1667
                    "src/functions.php"
1668
                ]
1669
            },
1670
            "notification-url": "https://packagist.org/downloads/",
1671
            "license": [
1672
                "MIT"
1673
            ],
1674
            "authors": [
1675
                {
1676
                    "name": "Kris Wallsmith",
1677
                    "email": "[email protected]",
1678
                    "homepage": "http://kriswallsmith.net/"
1679
                }
1680
            ],
1681
            "description": "Asset Management for PHP",
1682
            "homepage": "https://github.com/kriswallsmith/assetic",
1683
            "keywords": [
1684
                "assets",
1685
                "compression",
1686
                "minification"
1687
            ],
1688
            "time": "2015-11-12T13:51:40+00:00"
1689
        },
1690
        {
1691
            "name": "mockery/mockery",
1692
            "version": "0.9.5",
1693
            "source": {
1694
                "type": "git",
1695
                "url": "https://github.com/mockery/mockery.git",
1696
                "reference": "4db079511a283e5aba1b3c2fb19037c645e70fc2"
1697
            },
1698
            "dist": {
1699
                "type": "zip",
1700
                "url": "https://api.github.com/repos/mockery/mockery/zipball/4db079511a283e5aba1b3c2fb19037c645e70fc2",
1701
                "reference": "4db079511a283e5aba1b3c2fb19037c645e70fc2",
1702
                "shasum": ""
1703
            },
1704
            "require": {
1705
                "hamcrest/hamcrest-php": "~1.1",
1706
                "lib-pcre": ">=7.0",
1707
                "php": ">=5.3.2"
1708
            },
1709
            "require-dev": {
1710
                "phpunit/phpunit": "~4.0"
1711
            },
1712
            "type": "library",
1713
            "extra": {
1714
                "branch-alias": {
1715
                    "dev-master": "0.9.x-dev"
1716
                }
1717
            },
1718
            "autoload": {
1719
                "psr-0": {
1720
                    "Mockery": "library/"
1721
                }
1722
            },
1723
            "notification-url": "https://packagist.org/downloads/",
1724
            "license": [
1725
                "BSD-3-Clause"
1726
            ],
1727
            "authors": [
1728
                {
1729
                    "name": "Pádraic Brady",
1730
                    "email": "[email protected]",
1731
                    "homepage": "http://blog.astrumfutura.com"
1732
                },
1733
                {
1734
                    "name": "Dave Marshall",
1735
                    "email": "[email protected]",
1736
                    "homepage": "http://davedevelopment.co.uk"
1737
                }
1738
            ],
1739
            "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.",
1740
            "homepage": "http://github.com/padraic/mockery",
1741
            "keywords": [
1742
                "BDD",
1743
                "TDD",
1744
                "library",
1745
                "mock",
1746
                "mock objects",
1747
                "mockery",
1748
                "stub",
1749
                "test",
1750
                "test double",
1751
                "testing"
1752
            ],
1753
            "time": "2016-05-22T21:52:33+00:00"
1754
        },
1755
        {
1756
            "name": "monolog/monolog",
1757
            "version": "1.22.0",
1758
            "source": {
1759
                "type": "git",
1760
                "url": "https://github.com/Seldaek/monolog.git",
1761
                "reference": "bad29cb8d18ab0315e6c477751418a82c850d558"
1762
            },
1763
            "dist": {
1764
                "type": "zip",
1765
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/bad29cb8d18ab0315e6c477751418a82c850d558",
1766
                "reference": "bad29cb8d18ab0315e6c477751418a82c850d558",
1767
                "shasum": ""
1768
            },
1769
            "require": {
1770
                "php": ">=5.3.0",
1771
                "psr/log": "~1.0"
1772
            },
1773
            "provide": {
1774
                "psr/log-implementation": "1.0.0"
1775
            },
1776
            "require-dev": {
1777
                "aws/aws-sdk-php": "^2.4.9 || ^3.0",
1778
                "doctrine/couchdb": "~1.0@dev",
1779
                "graylog2/gelf-php": "~1.0",
1780
                "jakub-onderka/php-parallel-lint": "0.9",
1781
                "php-amqplib/php-amqplib": "~2.4",
1782
                "php-console/php-console": "^3.1.3",
1783
                "phpunit/phpunit": "~4.5",
1784
                "phpunit/phpunit-mock-objects": "2.3.0",
1785
                "ruflin/elastica": ">=0.90 <3.0",
1786
                "sentry/sentry": "^0.13",
1787
                "swiftmailer/swiftmailer": "~5.3"
1788
            },
1789
            "suggest": {
1790
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
1791
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
1792
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
1793
                "ext-mongo": "Allow sending log messages to a MongoDB server",
1794
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
1795
                "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
1796
                "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
1797
                "php-console/php-console": "Allow sending log messages to Google Chrome",
1798
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
1799
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
1800
                "sentry/sentry": "Allow sending log messages to a Sentry server"
1801
            },
1802
            "type": "library",
1803
            "extra": {
1804
                "branch-alias": {
1805
                    "dev-master": "2.0.x-dev"
1806
                }
1807
            },
1808
            "autoload": {
1809
                "psr-4": {
1810
                    "Monolog\\": "src/Monolog"
1811
                }
1812
            },
1813
            "notification-url": "https://packagist.org/downloads/",
1814
            "license": [
1815
                "MIT"
1816
            ],
1817
            "authors": [
1818
                {
1819
                    "name": "Jordi Boggiano",
1820
                    "email": "[email protected]",
1821
                    "homepage": "http://seld.be"
1822
                }
1823
            ],
1824
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
1825
            "homepage": "http://github.com/Seldaek/monolog",
1826
            "keywords": [
1827
                "log",
1828
                "logging",
1829
                "psr-3"
1830
            ],
1831
            "time": "2016-11-26T00:15:39+00:00"
1832
        },
1833
        {
1834
            "name": "mopa/bootstrap-bundle",
1835
            "version": "v3.0.0-RC2",
1836
            "target-dir": "Mopa/Bundle/BootstrapBundle",
1837
            "source": {
1838
                "type": "git",
1839
                "url": "https://github.com/phiamo/MopaBootstrapBundle.git",
1840
                "reference": "c43c1c3b230cccfaa2548b55a7ddca5a5af8eaff"
1841
            },
1842
            "dist": {
1843
                "type": "zip",
1844
                "url": "https://api.github.com/repos/phiamo/MopaBootstrapBundle/zipball/c43c1c3b230cccfaa2548b55a7ddca5a5af8eaff",
1845
                "reference": "c43c1c3b230cccfaa2548b55a7ddca5a5af8eaff",
1846
                "shasum": ""
1847
            },
1848
            "require": {
1849
                "mopa/composer-bridge": "~1.3",
1850
                "symfony/console": "~2.3",
1851
                "symfony/form": "~2.3|~3.0",
1852
                "symfony/framework-bundle": "~2.3",
1853
                "symfony/twig-bundle": "~2.3|~3.0",
1854
                "twig/twig": "^1.14.2"
1855
            },
1856
            "conflict": {
1857
                "symfony/twig-bridge": "<2.3"
1858
            },
1859
            "require-dev": {
1860
                "phpunit/phpunit": "~4.6"
1861
            },
1862
            "suggest": {
1863
                "craue/formflow-bundle": "~2.0",
1864
                "knplabs/knp-menu-bundle": "~2.0@dev",
1865
                "knplabs/knp-paginator-bundle": "~2.3",
1866
                "mopa/bootstrap-sandbox-bundle": "~2.3",
1867
                "twbs/bootstrap": ">2.0,<4.0-dev",
1868
                "twbs/bootstrap-sass": "v3.1.1"
1869
            },
1870
            "type": "symfony-bundle",
1871
            "extra": {
1872
                "branch-alias": {
1873
                    "dev-master": "3.x-dev"
1874
                }
1875
            },
1876
            "autoload": {
1877
                "psr-0": {
1878
                    "Mopa\\Bundle\\BootstrapBundle\\": ""
1879
                }
1880
            },
1881
            "notification-url": "https://packagist.org/downloads/",
1882
            "license": [
1883
                "MIT"
1884
            ],
1885
            "authors": [
1886
                {
1887
                    "name": "Community contributions",
1888
                    "homepage": "https://github.com/phiamo/MopaBootstrapBundle/contributors"
1889
                },
1890
                {
1891
                    "name": "Philipp A. Mohrenweiser",
1892
                    "email": "[email protected]"
1893
                }
1894
            ],
1895
            "description": "Easy integration of twitters bootstrap into symfony2",
1896
            "keywords": [
1897
                "bootstrap",
1898
                "bootstrap form",
1899
                "extra form",
1900
                "form",
1901
                "template"
1902
            ],
1903
            "time": "2015-09-10T17:23:40+00:00"
1904
        },
1905
        {
1906
            "name": "mopa/composer-bridge",
1907
            "version": "dev-master",
1908
            "source": {
1909
                "type": "git",
1910
                "url": "https://github.com/phiamo/MopaComposerBridge.git",
1911
                "reference": "58661a5c588ce9c3eff7d36c4030f6caa4de1ae2"
1912
            },
1913
            "dist": {
1914
                "type": "zip",
1915
                "url": "https://api.github.com/repos/phiamo/MopaComposerBridge/zipball/58661a5c588ce9c3eff7d36c4030f6caa4de1ae2",
1916
                "reference": "58661a5c588ce9c3eff7d36c4030f6caa4de1ae2",
1917
                "shasum": ""
1918
            },
1919
            "require": {
1920
                "symfony/class-loader": ">=2.0.0",
1921
                "symfony/console": ">=2.0.0"
1922
            },
1923
            "type": "symfony-bridge",
1924
            "extra": {
1925
                "branch-alias": {
1926
                    "dev-master": "1.3.x-dev"
1927
                }
1928
            },
1929
            "autoload": {
1930
                "psr-0": {
1931
                    "Mopa\\Bridge\\Composer": "src/"
1932
                }
1933
            },
1934
            "notification-url": "https://packagist.org/downloads/",
1935
            "license": [
1936
                "MIT"
1937
            ],
1938
            "authors": [
1939
                {
1940
                    "name": "Community contributions",
1941
                    "homepage": "https://github.com/phiamo/MopaComposerBridge/contributors"
1942
                },
1943
                {
1944
                    "name": "Philipp A. Mohrenweiser",
1945
                    "email": "[email protected]"
1946
                }
1947
            ],
1948
            "description": "Symfony2 Composer Bridge",
1949
            "homepage": "http://bootstrap.mohrenweiserpartner.de",
1950
            "keywords": [
1951
                "Symfony2",
1952
                "composer"
1953
            ],
1954
            "time": "2015-10-01T19:20:19+00:00"
1955
        },
1956
        {
1957
            "name": "nelmio/security-bundle",
1958
            "version": "1.10.0",
1959
            "source": {
1960
                "type": "git",
1961
                "url": "https://github.com/nelmio/NelmioSecurityBundle.git",
1962
                "reference": "4be243f1fc85ff85f10aadcf88c8c11ba2096cd9"
1963
            },
1964
            "dist": {
1965
                "type": "zip",
1966
                "url": "https://api.github.com/repos/nelmio/NelmioSecurityBundle/zipball/4be243f1fc85ff85f10aadcf88c8c11ba2096cd9",
1967
                "reference": "4be243f1fc85ff85f10aadcf88c8c11ba2096cd9",
1968
                "shasum": ""
1969
            },
1970
            "require": {
1971
                "symfony/framework-bundle": "~2.3|~3.0",
1972
                "symfony/security": "~2.3|~3.0"
1973
            },
1974
            "require-dev": {
1975
                "phpunit/phpunit": "^5.2"
1976
            },
1977
            "type": "symfony-bundle",
1978
            "extra": {
1979
                "branch-alias": {
1980
                    "dev-master": "1.10.x-dev"
1981
                }
1982
            },
1983
            "autoload": {
1984
                "psr-4": {
1985
                    "Nelmio\\SecurityBundle\\": ""
1986
                }
1987
            },
1988
            "notification-url": "https://packagist.org/downloads/",
1989
            "license": [
1990
                "MIT"
1991
            ],
1992
            "authors": [
1993
                {
1994
                    "name": "Nelmio",
1995
                    "homepage": "http://nelm.io"
1996
                },
1997
                {
1998
                    "name": "Symfony Community",
1999
                    "homepage": "https://github.com/nelmio/NelmioSecurityBundle/contributors"
2000
                }
2001
            ],
2002
            "description": "Extra security-related features for Symfony: signed/encrypted cookies, HTTPS/SSL/HSTS handling, cookie session storage, ...",
2003
            "keywords": [
2004
                "security"
2005
            ],
2006
            "time": "2016-02-23T10:42:13+00:00"
2007
        },
2008
        {
2009
            "name": "nikic/php-parser",
2010
            "version": "v3.1.3",
2011
            "source": {
2012
                "type": "git",
2013
                "url": "https://github.com/nikic/PHP-Parser.git",
2014
                "reference": "579f4ce846734a1cf55d6a531d00ca07a43e3cda"
2015
            },
2016
            "dist": {
2017
                "type": "zip",
2018
                "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/579f4ce846734a1cf55d6a531d00ca07a43e3cda",
2019
                "reference": "579f4ce846734a1cf55d6a531d00ca07a43e3cda",
2020
                "shasum": ""
2021
            },
2022
            "require": {
2023
                "ext-tokenizer": "*",
2024
                "php": ">=5.5"
2025
            },
2026
            "require-dev": {
2027
                "phpunit/phpunit": "~4.0|~5.0"
2028
            },
2029
            "bin": [
2030
                "bin/php-parse"
2031
            ],
2032
            "type": "library",
2033
            "extra": {
2034
                "branch-alias": {
2035
                    "dev-master": "3.0-dev"
2036
                }
2037
            },
2038
            "autoload": {
2039
                "psr-4": {
2040
                    "PhpParser\\": "lib/PhpParser"
2041
                }
2042
            },
2043
            "notification-url": "https://packagist.org/downloads/",
2044
            "license": [
2045
                "BSD-3-Clause"
2046
            ],
2047
            "authors": [
2048
                {
2049
                    "name": "Nikita Popov"
2050
                }
2051
            ],
2052
            "description": "A PHP parser written in PHP",
2053
            "keywords": [
2054
                "parser",
2055
                "php"
2056
            ],
2057
            "time": "2017-12-26T14:43:21+00:00"
2058
        },
2059
        {
2060
            "name": "ocramius/proxy-manager",
2061
            "version": "1.0.2",
2062
            "source": {
2063
                "type": "git",
2064
                "url": "https://github.com/Ocramius/ProxyManager.git",
2065
                "reference": "57e9272ec0e8deccf09421596e0e2252df440e11"
2066
            },
2067
            "dist": {
2068
                "type": "zip",
2069
                "url": "https://api.github.com/repos/Ocramius/ProxyManager/zipball/57e9272ec0e8deccf09421596e0e2252df440e11",
2070
                "reference": "57e9272ec0e8deccf09421596e0e2252df440e11",
2071
                "shasum": ""
2072
            },
2073
            "require": {
2074
                "php": ">=5.3.3",
2075
                "zendframework/zend-code": ">2.2.5,<3.0"
2076
            },
2077
            "require-dev": {
2078
                "ext-phar": "*",
2079
                "phpunit/phpunit": "~4.0",
2080
                "squizlabs/php_codesniffer": "1.5.*"
2081
            },
2082
            "suggest": {
2083
                "ocramius/generated-hydrator": "To have very fast object to array to object conversion for ghost objects",
2084
                "zendframework/zend-json": "To have the JsonRpc adapter (Remote Object feature)",
2085
                "zendframework/zend-soap": "To have the Soap adapter (Remote Object feature)",
2086
                "zendframework/zend-stdlib": "To use the hydrator proxy",
2087
                "zendframework/zend-xmlrpc": "To have the XmlRpc adapter (Remote Object feature)"
2088
            },
2089
            "type": "library",
2090
            "extra": {
2091
                "branch-alias": {
2092
                    "dev-master": "2.0.x-dev"
2093
                }
2094
            },
2095
            "autoload": {
2096
                "psr-0": {
2097
                    "ProxyManager\\": "src"
2098
                }
2099
            },
2100
            "notification-url": "https://packagist.org/downloads/",
2101
            "license": [
2102
                "MIT"
2103
            ],
2104
            "authors": [
2105
                {
2106
                    "name": "Marco Pivetta",
2107
                    "email": "[email protected]",
2108
                    "homepage": "http://ocramius.github.com/"
2109
                }
2110
            ],
2111
            "description": "A library providing utilities to generate, instantiate and generally operate with Object Proxies",
2112
            "homepage": "https://github.com/Ocramius/ProxyManager",
2113
            "keywords": [
2114
                "aop",
2115
                "lazy loading",
2116
                "proxy",
2117
                "proxy pattern",
2118
                "service proxies"
2119
            ],
2120
            "time": "2015-08-09T04:28:19+00:00"
2121
        },
2122
        {
2123
            "name": "openconext/monitor-bundle",
2124
            "version": "1.0.0",
2125
            "source": {
2126
                "type": "git",
2127
                "url": "https://github.com/OpenConext/Monitor-bundle.git",
2128
                "reference": "b9be093828385e857ff23a106b4429155d7f8d58"
2129
            },
2130
            "dist": {
2131
                "type": "zip",
2132
                "url": "https://api.github.com/repos/OpenConext/Monitor-bundle/zipball/b9be093828385e857ff23a106b4429155d7f8d58",
2133
                "reference": "b9be093828385e857ff23a106b4429155d7f8d58",
2134
                "shasum": ""
2135
            },
2136
            "require": {
2137
                "php": ">=5.4,<8.0-dev",
2138
                "symfony/dependency-injection": ">=2.7,<4",
2139
                "symfony/framework-bundle": ">=2.7,<4",
2140
                "webmozart/assert": "^1.2"
2141
            },
2142
            "require-dev": {
2143
                "jakub-onderka/php-parallel-lint": "^0.9.2",
2144
                "liip/rmt": "^1.1",
2145
                "malukenho/docheader": "^0.1.6",
2146
                "matthiasnoback/symfony-config-test": "^2.1",
2147
                "mockery/mockery": "~0.9",
2148
                "phpdocumentor/reflection-docblock": "3.3.*",
2149
                "phpmd/phpmd": "^2.6",
2150
                "phpunit/php-token-stream": "1.4.*",
2151
                "phpunit/phpunit": "^5.7",
2152
                "sebastian/phpcpd": "^3.0",
2153
                "squizlabs/php_codesniffer": "^3.1"
2154
            },
2155
            "type": "symfony-bundle",
2156
            "autoload": {
2157
                "psr-4": {
2158
                    "OpenConext\\MonitorBundle\\": "src"
2159
                }
2160
            },
2161
            "notification-url": "https://packagist.org/downloads/",
2162
            "license": [
2163
                "Apache-2.0"
2164
            ],
2165
            "description": "A Symfony2 bundle that facilitates health and info endpoints to a Symfony application",
2166
            "keywords": [
2167
                "OpenConext",
2168
                "health",
2169
                "monitoring",
2170
                "stepup",
2171
                "surfnet"
2172
            ],
2173
            "time": "2017-12-07T14:41:46+00:00"
2174
        },
2175
        {
2176
            "name": "paragonie/random_compat",
0 ignored issues
show
There is a security advisory for your installed version of paragonie/random_compat:

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