Completed
Push — feature/gssp-add-through-confi... ( 58fc92...8a5587 )
by
unknown
03:00 queued 03:00
created

composer.lock (1 issue)

Severity

Upgrade to new PHP Analysis Engine

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

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

Remote Code Execution when using the mail transport
Loading history...
2166
            "version": "v5.4.3",
2167
            "source": {
2168
                "type": "git",
2169
                "url": "https://github.com/swiftmailer/swiftmailer.git",
2170
                "reference": "4cc92842069c2bbc1f28daaaf1d2576ec4dfe153"
2171
            },
2172
            "dist": {
2173
                "type": "zip",
2174
                "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/4cc92842069c2bbc1f28daaaf1d2576ec4dfe153",
2175
                "reference": "4cc92842069c2bbc1f28daaaf1d2576ec4dfe153",
2176
                "shasum": ""
2177
            },
2178
            "require": {
2179
                "php": ">=5.3.3"
2180
            },
2181
            "require-dev": {
2182
                "mockery/mockery": "~0.9.1"
2183
            },
2184
            "type": "library",
2185
            "extra": {
2186
                "branch-alias": {
2187
                    "dev-master": "5.4-dev"
2188
                }
2189
            },
2190
            "autoload": {
2191
                "files": [
2192
                    "lib/swift_required.php"
2193
                ]
2194
            },
2195
            "notification-url": "https://packagist.org/downloads/",
2196
            "license": [
2197
                "MIT"
2198
            ],
2199
            "authors": [
2200
                {
2201
                    "name": "Chris Corbyn"
2202
                },
2203
                {
2204
                    "name": "Fabien Potencier",
2205
                    "email": "[email protected]"
2206
                }
2207
            ],
2208
            "description": "Swiftmailer, free feature-rich PHP mailer",
2209
            "homepage": "http://swiftmailer.org",
2210
            "keywords": [
2211
                "email",
2212
                "mail",
2213
                "mailer"
2214
            ],
2215
            "time": "2016-07-08T11:51:25+00:00"
2216
        },
2217
        {
2218
            "name": "symfony/assetic-bundle",
2219
            "version": "v2.8.0",
2220
            "source": {
2221
                "type": "git",
2222
                "url": "https://github.com/symfony/assetic-bundle.git",
2223
                "reference": "aa5b4f8b712f38745928fa845ddb73300bb2af6d"
2224
            },
2225
            "dist": {
2226
                "type": "zip",
2227
                "url": "https://api.github.com/repos/symfony/assetic-bundle/zipball/aa5b4f8b712f38745928fa845ddb73300bb2af6d",
2228
                "reference": "aa5b4f8b712f38745928fa845ddb73300bb2af6d",
2229
                "shasum": ""
2230
            },
2231
            "require": {
2232
                "kriswallsmith/assetic": "~1.3",
2233
                "php": ">=5.3.0",
2234
                "symfony/console": "~2.3|~3.0",
2235
                "symfony/dependency-injection": "~2.3|~3.0",
2236
                "symfony/framework-bundle": "~2.3|~3.0",
2237
                "symfony/yaml": "~2.3|~3.0"
2238
            },
2239
            "conflict": {
2240
                "kriswallsmith/spork": "<=0.2",
2241
                "twig/twig": "<1.20"
2242
            },
2243
            "require-dev": {
2244
                "kriswallsmith/spork": "~0.3",
2245
                "patchwork/jsqueeze": "~1.0",
2246
                "symfony/class-loader": "~2.3|~3.0",
2247
                "symfony/css-selector": "~2.3|~3.0",
2248
                "symfony/dom-crawler": "~2.3|~3.0",
2249
                "symfony/phpunit-bridge": "~2.7|~3.0",
2250
                "symfony/twig-bundle": "~2.3|~3.0"
2251
            },
2252
            "suggest": {
2253
                "kriswallsmith/spork": "to be able to dump assets in parallel",
2254
                "symfony/twig-bundle": "to use the Twig integration"
2255
            },
2256
            "type": "symfony-bundle",
2257
            "extra": {
2258
                "branch-alias": {
2259
                    "dev-master": "2.7-dev"
2260
                }
2261
            },
2262
            "autoload": {
2263
                "psr-4": {
2264
                    "Symfony\\Bundle\\AsseticBundle\\": ""
2265
                }
2266
            },
2267
            "notification-url": "https://packagist.org/downloads/",
2268
            "license": [
2269
                "MIT"
2270
            ],
2271
            "authors": [
2272
                {
2273
                    "name": "Kris Wallsmith",
2274
                    "email": "[email protected]",
2275
                    "homepage": "http://kriswallsmith.net/"
2276
                }
2277
            ],
2278
            "description": "Integrates Assetic into Symfony2",
2279
            "homepage": "https://github.com/symfony/AsseticBundle",
2280
            "keywords": [
2281
                "assets",
2282
                "compression",
2283
                "minification"
2284
            ],
2285
            "time": "2015-12-28T13:12:39+00:00"
2286
        },
2287
        {
2288
            "name": "symfony/monolog-bundle",
2289
            "version": "2.11.1",
2290
            "source": {
2291
                "type": "git",
2292
                "url": "https://github.com/symfony/monolog-bundle.git",
2293
                "reference": "e7caf4936c7be82bc6d68df87f1d23a0d5bf6e00"
2294
            },
2295
            "dist": {
2296
                "type": "zip",
2297
                "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/e7caf4936c7be82bc6d68df87f1d23a0d5bf6e00",
2298
                "reference": "e7caf4936c7be82bc6d68df87f1d23a0d5bf6e00",
2299
                "shasum": ""
2300
            },
2301
            "require": {
2302
                "monolog/monolog": "~1.18",
2303
                "php": ">=5.3.2",
2304
                "symfony/config": "~2.3|~3.0",
2305
                "symfony/dependency-injection": "~2.3|~3.0",
2306
                "symfony/http-kernel": "~2.3|~3.0",
2307
                "symfony/monolog-bridge": "~2.3|~3.0"
2308
            },
2309
            "require-dev": {
2310
                "phpunit/phpunit": "^4.8",
2311
                "symfony/console": "~2.3|~3.0",
2312
                "symfony/yaml": "~2.3|~3.0"
2313
            },
2314
            "type": "symfony-bundle",
2315
            "extra": {
2316
                "branch-alias": {
2317
                    "dev-master": "2.x-dev"
2318
                }
2319
            },
2320
            "autoload": {
2321
                "psr-4": {
2322
                    "Symfony\\Bundle\\MonologBundle\\": ""
2323
                }
2324
            },
2325
            "notification-url": "https://packagist.org/downloads/",
2326
            "license": [
2327
                "MIT"
2328
            ],
2329
            "authors": [
2330
                {
2331
                    "name": "Symfony Community",
2332
                    "homepage": "http://symfony.com/contributors"
2333
                },
2334
                {
2335
                    "name": "Fabien Potencier",
2336
                    "email": "[email protected]"
2337
                }
2338
            ],
2339
            "description": "Symfony MonologBundle",
2340
            "homepage": "http://symfony.com",
2341
            "keywords": [
2342
                "log",
2343
                "logging"
2344
            ],
2345
            "time": "2016-04-13T16:21:01+00:00"
2346
        },
2347
        {
2348
            "name": "symfony/polyfill-apcu",
2349
            "version": "v1.2.0",
2350
            "source": {
2351
                "type": "git",
2352
                "url": "https://github.com/symfony/polyfill-apcu.git",
2353
                "reference": "6d58bceaeea2c2d3eb62503839b18646e161cd6b"
2354
            },
2355
            "dist": {
2356
                "type": "zip",
2357
                "url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/6d58bceaeea2c2d3eb62503839b18646e161cd6b",
2358
                "reference": "6d58bceaeea2c2d3eb62503839b18646e161cd6b",
2359
                "shasum": ""
2360
            },
2361
            "require": {
2362
                "php": ">=5.3.3"
2363
            },
2364
            "type": "library",
2365
            "extra": {
2366
                "branch-alias": {
2367
                    "dev-master": "1.2-dev"
2368
                }
2369
            },
2370
            "autoload": {
2371
                "files": [
2372
                    "bootstrap.php"
2373
                ]
2374
            },
2375
            "notification-url": "https://packagist.org/downloads/",
2376
            "license": [
2377
                "MIT"
2378
            ],
2379
            "authors": [
2380
                {
2381
                    "name": "Nicolas Grekas",
2382
                    "email": "[email protected]"
2383
                },
2384
                {
2385
                    "name": "Symfony Community",
2386
                    "homepage": "https://symfony.com/contributors"
2387
                }
2388
            ],
2389
            "description": "Symfony polyfill backporting apcu_* functions to lower PHP versions",
2390
            "homepage": "https://symfony.com",
2391
            "keywords": [
2392
                "apcu",
2393
                "compatibility",
2394
                "polyfill",
2395
                "portable",
2396
                "shim"
2397
            ],
2398
            "time": "2016-05-18T14:26:46+00:00"
2399
        },
2400
        {
2401
            "name": "symfony/polyfill-mbstring",
2402
            "version": "v1.2.0",
2403
            "source": {
2404
                "type": "git",
2405
                "url": "https://github.com/symfony/polyfill-mbstring.git",
2406
                "reference": "dff51f72b0706335131b00a7f49606168c582594"
2407
            },
2408
            "dist": {
2409
                "type": "zip",
2410
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/dff51f72b0706335131b00a7f49606168c582594",
2411
                "reference": "dff51f72b0706335131b00a7f49606168c582594",
2412
                "shasum": ""
2413
            },
2414
            "require": {
2415
                "php": ">=5.3.3"
2416
            },
2417
            "suggest": {
2418
                "ext-mbstring": "For best performance"
2419
            },
2420
            "type": "library",
2421
            "extra": {
2422
                "branch-alias": {
2423
                    "dev-master": "1.2-dev"
2424
                }
2425
            },
2426
            "autoload": {
2427
                "psr-4": {
2428
                    "Symfony\\Polyfill\\Mbstring\\": ""
2429
                },
2430
                "files": [
2431
                    "bootstrap.php"
2432
                ]
2433
            },
2434
            "notification-url": "https://packagist.org/downloads/",
2435
            "license": [
2436
                "MIT"
2437
            ],
2438
            "authors": [
2439
                {
2440
                    "name": "Nicolas Grekas",
2441
                    "email": "[email protected]"
2442
                },
2443
                {
2444
                    "name": "Symfony Community",
2445
                    "homepage": "https://symfony.com/contributors"
2446
                }
2447
            ],
2448
            "description": "Symfony polyfill for the Mbstring extension",
2449
            "homepage": "https://symfony.com",
2450
            "keywords": [
2451
                "compatibility",
2452
                "mbstring",
2453
                "polyfill",
2454
                "portable",
2455
                "shim"
2456
            ],
2457
            "time": "2016-05-18T14:26:46+00:00"
2458
        },
2459
        {
2460
            "name": "symfony/swiftmailer-bundle",
2461
            "version": "v2.3.11",
2462
            "source": {
2463
                "type": "git",
2464
                "url": "https://github.com/symfony/swiftmailer-bundle.git",
2465
                "reference": "5e1a90f28213231ceee19c953bbebc5b5b95c690"
2466
            },
2467
            "dist": {
2468
                "type": "zip",
2469
                "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/5e1a90f28213231ceee19c953bbebc5b5b95c690",
2470
                "reference": "5e1a90f28213231ceee19c953bbebc5b5b95c690",
2471
                "shasum": ""
2472
            },
2473
            "require": {
2474
                "php": ">=5.3.2",
2475
                "swiftmailer/swiftmailer": ">=4.2.0,~5.0",
2476
                "symfony/config": "~2.3|~3.0",
2477
                "symfony/dependency-injection": "~2.3|~3.0",
2478
                "symfony/http-kernel": "~2.3|~3.0",
2479
                "symfony/yaml": "~2.3|~3.0"
2480
            },
2481
            "require-dev": {
2482
                "symfony/phpunit-bridge": "~2.7|~3.0"
2483
            },
2484
            "suggest": {
2485
                "psr/log": "Allows logging"
2486
            },
2487
            "type": "symfony-bundle",
2488
            "extra": {
2489
                "branch-alias": {
2490
                    "dev-master": "2.3-dev"
2491
                }
2492
            },
2493
            "autoload": {
2494
                "psr-4": {
2495
                    "Symfony\\Bundle\\SwiftmailerBundle\\": ""
2496
                }
2497
            },
2498
            "notification-url": "https://packagist.org/downloads/",
2499
            "license": [
2500
                "MIT"
2501
            ],
2502
            "authors": [
2503
                {
2504
                    "name": "Symfony Community",
2505
                    "homepage": "http://symfony.com/contributors"
2506
                },
2507
                {
2508
                    "name": "Fabien Potencier",
2509
                    "email": "[email protected]"
2510
                }
2511
            ],
2512
            "description": "Symfony SwiftmailerBundle",
2513
            "homepage": "http://symfony.com",
2514
            "time": "2016-01-15T16:41:20+00:00"
2515
        },
2516
        {
2517
            "name": "symfony/symfony",
2518
            "version": "v2.7.16",
2519
            "source": {
2520
                "type": "git",
2521
                "url": "https://github.com/symfony/symfony.git",
2522
                "reference": "42199fef6e9b448947d395add058642975e59127"
2523
            },
2524
            "dist": {
2525
                "type": "zip",
2526
                "url": "https://api.github.com/repos/symfony/symfony/zipball/42199fef6e9b448947d395add058642975e59127",
2527
                "reference": "42199fef6e9b448947d395add058642975e59127",
2528
                "shasum": ""
2529
            },
2530
            "require": {
2531
                "doctrine/common": "~2.4",
2532
                "paragonie/random_compat": "~1.0",
2533
                "php": ">=5.3.9",
2534
                "psr/log": "~1.0",
2535
                "symfony/polyfill-apcu": "~1.1",
2536
                "symfony/polyfill-mbstring": "~1.1",
2537
                "twig/twig": "~1.23|~2.0"
2538
            },
2539
            "replace": {
2540
                "symfony/asset": "self.version",
2541
                "symfony/browser-kit": "self.version",
2542
                "symfony/class-loader": "self.version",
2543
                "symfony/config": "self.version",
2544
                "symfony/console": "self.version",
2545
                "symfony/css-selector": "self.version",
2546
                "symfony/debug": "self.version",
2547
                "symfony/debug-bundle": "self.version",
2548
                "symfony/dependency-injection": "self.version",
2549
                "symfony/doctrine-bridge": "self.version",
2550
                "symfony/dom-crawler": "self.version",
2551
                "symfony/event-dispatcher": "self.version",
2552
                "symfony/expression-language": "self.version",
2553
                "symfony/filesystem": "self.version",
2554
                "symfony/finder": "self.version",
2555
                "symfony/form": "self.version",
2556
                "symfony/framework-bundle": "self.version",
2557
                "symfony/http-foundation": "self.version",
2558
                "symfony/http-kernel": "self.version",
2559
                "symfony/intl": "self.version",
2560
                "symfony/locale": "self.version",
2561
                "symfony/monolog-bridge": "self.version",
2562
                "symfony/options-resolver": "self.version",
2563
                "symfony/process": "self.version",
2564
                "symfony/property-access": "self.version",
2565
                "symfony/proxy-manager-bridge": "self.version",
2566
                "symfony/routing": "self.version",
2567
                "symfony/security": "self.version",
2568
                "symfony/security-acl": "self.version",
2569
                "symfony/security-bundle": "self.version",
2570
                "symfony/security-core": "self.version",
2571
                "symfony/security-csrf": "self.version",
2572
                "symfony/security-http": "self.version",
2573
                "symfony/serializer": "self.version",
2574
                "symfony/stopwatch": "self.version",
2575
                "symfony/swiftmailer-bridge": "self.version",
2576
                "symfony/templating": "self.version",
2577
                "symfony/translation": "self.version",
2578
                "symfony/twig-bridge": "self.version",
2579
                "symfony/twig-bundle": "self.version",
2580
                "symfony/validator": "self.version",
2581
                "symfony/var-dumper": "self.version",
2582
                "symfony/web-profiler-bundle": "self.version",
2583
                "symfony/yaml": "self.version"
2584
            },
2585
            "require-dev": {
2586
                "doctrine/data-fixtures": "1.0.*",
2587
                "doctrine/dbal": "~2.4",
2588
                "doctrine/doctrine-bundle": "~1.2",
2589
                "doctrine/orm": "~2.4,>=2.4.5",
2590
                "egulias/email-validator": "~1.2,>=1.2.1",
2591
                "ircmaxell/password-compat": "~1.0",
2592
                "monolog/monolog": "~1.11",
2593
                "ocramius/proxy-manager": "~0.4|~1.0|~2.0"
2594
            },
2595
            "type": "library",
2596
            "extra": {
2597
                "branch-alias": {
2598
                    "dev-master": "2.7-dev"
2599
                }
2600
            },
2601
            "autoload": {
2602
                "psr-4": {
2603
                    "Symfony\\Bridge\\Doctrine\\": "src/Symfony/Bridge/Doctrine/",
2604
                    "Symfony\\Bridge\\Monolog\\": "src/Symfony/Bridge/Monolog/",
2605
                    "Symfony\\Bridge\\ProxyManager\\": "src/Symfony/Bridge/ProxyManager/",
2606
                    "Symfony\\Bridge\\Swiftmailer\\": "src/Symfony/Bridge/Swiftmailer/",
2607
                    "Symfony\\Bridge\\Twig\\": "src/Symfony/Bridge/Twig/",
2608
                    "Symfony\\Bundle\\": "src/Symfony/Bundle/",
2609
                    "Symfony\\Component\\": "src/Symfony/Component/"
2610
                },
2611
                "classmap": [
2612
                    "src/Symfony/Component/HttpFoundation/Resources/stubs",
2613
                    "src/Symfony/Component/Intl/Resources/stubs"
2614
                ],
2615
                "files": [
2616
                    "src/Symfony/Component/Intl/Resources/stubs/functions.php"
2617
                ],
2618
                "exclude-from-classmap": [
2619
                    "**/Tests/"
2620
                ]
2621
            },
2622
            "notification-url": "https://packagist.org/downloads/",
2623
            "license": [
2624
                "MIT"
2625
            ],
2626
            "authors": [
2627
                {
2628
                    "name": "Fabien Potencier",
2629
                    "email": "[email protected]"
2630
                },
2631
                {
2632
                    "name": "Symfony Community",
2633
                    "homepage": "https://symfony.com/contributors"
2634
                }
2635
            ],
2636
            "description": "The Symfony PHP framework",
2637
            "homepage": "https://symfony.com",
2638
            "keywords": [
2639
                "framework"
2640
            ],
2641
            "time": "2016-07-30T08:15:52+00:00"
2642
        },
2643
        {
2644
            "name": "twbs/bootstrap",
2645
            "version": "v3.2.0",
2646
            "source": {
2647
                "type": "git",
2648
                "url": "https://github.com/twbs/bootstrap.git",
2649
                "reference": "c068162161154a4b85110ea1e7dd3d7897ce2b72"
2650
            },
2651
            "dist": {
2652
                "type": "zip",
2653
                "url": "https://api.github.com/repos/twbs/bootstrap/zipball/c068162161154a4b85110ea1e7dd3d7897ce2b72",
2654
                "reference": "c068162161154a4b85110ea1e7dd3d7897ce2b72",
2655
                "shasum": ""
2656
            },
2657
            "replace": {
2658
                "twitter/bootstrap": "self.version"
2659
            },
2660
            "type": "library",
2661
            "extra": {
2662
                "branch-alias": {
2663
                    "dev-master": "3.2.x-dev"
2664
                }
2665
            },
2666
            "notification-url": "https://packagist.org/downloads/",
2667
            "license": [
2668
                "MIT"
2669
            ],
2670
            "authors": [
2671
                {
2672
                    "name": "Jacob Thornton",
2673
                    "email": "[email protected]"
2674
                },
2675
                {
2676
                    "name": "Mark Otto",
2677
                    "email": "[email protected]"
2678
                }
2679
            ],
2680
            "description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
2681
            "homepage": "http://getbootstrap.com",
2682
            "keywords": [
2683
                "JS",
2684
                "css",
2685
                "framework",
2686
                "front-end",
2687
                "less",
2688
                "mobile-first",
2689
                "responsive",
2690
                "web"
2691
            ],
2692
            "time": "2014-06-26T16:36:48+00:00"
2693
        },
2694
        {
2695
            "name": "twig/extensions",
2696
            "version": "v1.3.0",
2697
            "source": {
2698
                "type": "git",
2699
                "url": "https://github.com/twigphp/Twig-extensions.git",
2700
                "reference": "449e3c8a9ffad7c2479c7864557275a32b037499"
2701
            },
2702
            "dist": {
2703
                "type": "zip",
2704
                "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/449e3c8a9ffad7c2479c7864557275a32b037499",
2705
                "reference": "449e3c8a9ffad7c2479c7864557275a32b037499",
2706
                "shasum": ""
2707
            },
2708
            "require": {
2709
                "twig/twig": "~1.20|~2.0"
2710
            },
2711
            "require-dev": {
2712
                "symfony/translation": "~2.3"
2713
            },
2714
            "suggest": {
2715
                "symfony/translation": "Allow the time_diff output to be translated"
2716
            },
2717
            "type": "library",
2718
            "extra": {
2719
                "branch-alias": {
2720
                    "dev-master": "1.3-dev"
2721
                }
2722
            },
2723
            "autoload": {
2724
                "psr-0": {
2725
                    "Twig_Extensions_": "lib/"
2726
                }
2727
            },
2728
            "notification-url": "https://packagist.org/downloads/",
2729
            "license": [
2730
                "MIT"
2731
            ],
2732
            "authors": [
2733
                {
2734
                    "name": "Fabien Potencier",
2735
                    "email": "[email protected]"
2736
                }
2737
            ],
2738
            "description": "Common additional features for Twig that do not directly belong in core",
2739
            "homepage": "http://twig.sensiolabs.org/doc/extensions/index.html",
2740
            "keywords": [
2741
                "i18n",
2742
                "text"
2743
            ],
2744
            "time": "2015-08-22T16:38:35+00:00"
2745
        },
2746
        {
2747
            "name": "twig/twig",
2748
            "version": "v1.32.0",
2749
            "source": {
2750
                "type": "git",
2751
                "url": "https://github.com/twigphp/Twig.git",
2752
                "reference": "9935b662e24d6e634da88901ab534cc12e8c728f"
2753
            },
2754
            "dist": {
2755
                "type": "zip",
2756
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/9935b662e24d6e634da88901ab534cc12e8c728f",
2757
                "reference": "9935b662e24d6e634da88901ab534cc12e8c728f",
2758
                "shasum": ""
2759
            },
2760
            "require": {
2761
                "php": ">=5.2.7"
2762
            },
2763
            "require-dev": {
2764
                "psr/container": "^1.0",
2765
                "symfony/debug": "~2.7",
2766
                "symfony/phpunit-bridge": "~3.2"
2767
            },
2768
            "type": "library",
2769
            "extra": {
2770
                "branch-alias": {
2771
                    "dev-master": "1.32-dev"
2772
                }
2773
            },
2774
            "autoload": {
2775
                "psr-0": {
2776
                    "Twig_": "lib/"
2777
                }
2778
            },
2779
            "notification-url": "https://packagist.org/downloads/",
2780
            "license": [
2781
                "BSD-3-Clause"
2782
            ],
2783
            "authors": [
2784
                {
2785
                    "name": "Fabien Potencier",
2786
                    "email": "[email protected]",
2787
                    "homepage": "http://fabien.potencier.org",
2788
                    "role": "Lead Developer"
2789
                },
2790
                {
2791
                    "name": "Armin Ronacher",
2792
                    "email": "[email protected]",
2793
                    "role": "Project Founder"
2794
                },
2795
                {
2796
                    "name": "Twig Team",
2797
                    "homepage": "http://twig.sensiolabs.org/contributors",
2798
                    "role": "Contributors"
2799
                }
2800
            ],
2801
            "description": "Twig, the flexible, fast, and secure template language for PHP",
2802
            "homepage": "http://twig.sensiolabs.org",
2803
            "keywords": [
2804
                "templating"
2805
            ],
2806
            "time": "2017-02-27T00:07:03+00:00"
2807
        },
2808
        {
2809
            "name": "yubico/u2flib-server",
2810
            "version": "0.1.0",
2811
            "source": {
2812
                "type": "git",
2813
                "url": "https://github.com/Yubico/php-u2flib-server.git",
2814
                "reference": "71ad5f0b7c796966da356eecd5b583ac852e92a1"
2815
            },
2816
            "dist": {
2817
                "type": "zip",
2818
                "url": "https://api.github.com/repos/Yubico/php-u2flib-server/zipball/71ad5f0b7c796966da356eecd5b583ac852e92a1",
2819
                "reference": "71ad5f0b7c796966da356eecd5b583ac852e92a1",
2820
                "shasum": ""
2821
            },
2822
            "require": {
2823
                "ext-openssl": "*"
2824
            },
2825
            "type": "library",
2826
            "autoload": {
2827
                "classmap": [
2828
                    "src/"
2829
                ]
2830
            },
2831
            "notification-url": "https://packagist.org/downloads/",
2832
            "license": [
2833
                "BSD-2-Clause"
2834
            ],
2835
            "description": "Library for U2F implementation",
2836
            "homepage": "https://developers.yubico.com/php-u2flib-server",
2837
            "time": "2015-03-03T08:05:16+00:00"
2838
        }
2839
    ],
2840
    "packages-dev": [
2841
        {
2842
            "name": "doctrine/instantiator",
2843
            "version": "1.0.5",
2844
            "source": {
2845
                "type": "git",
2846
                "url": "https://github.com/doctrine/instantiator.git",
2847
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
2848
            },
2849
            "dist": {
2850
                "type": "zip",
2851
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
2852
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
2853
                "shasum": ""
2854
            },
2855
            "require": {
2856
                "php": ">=5.3,<8.0-DEV"
2857
            },
2858
            "require-dev": {
2859
                "athletic/athletic": "~0.1.8",
2860
                "ext-pdo": "*",
2861
                "ext-phar": "*",
2862
                "phpunit/phpunit": "~4.0",
2863
                "squizlabs/php_codesniffer": "~2.0"
2864
            },
2865
            "type": "library",
2866
            "extra": {
2867
                "branch-alias": {
2868
                    "dev-master": "1.0.x-dev"
2869
                }
2870
            },
2871
            "autoload": {
2872
                "psr-4": {
2873
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
2874
                }
2875
            },
2876
            "notification-url": "https://packagist.org/downloads/",
2877
            "license": [
2878
                "MIT"
2879
            ],
2880
            "authors": [
2881
                {
2882
                    "name": "Marco Pivetta",
2883
                    "email": "[email protected]",
2884
                    "homepage": "http://ocramius.github.com/"
2885
                }
2886
            ],
2887
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
2888
            "homepage": "https://github.com/doctrine/instantiator",
2889
            "keywords": [
2890
                "constructor",
2891
                "instantiate"
2892
            ],
2893
            "time": "2015-06-14T21:17:01+00:00"
2894
        },
2895
        {
2896
            "name": "guzzlehttp/streams",
2897
            "version": "2.1.0",
2898
            "source": {
2899
                "type": "git",
2900
                "url": "https://github.com/guzzle/streams.git",
2901
                "reference": "f91b721d73f0e561410903b3b3c90a5d0e40b534"
2902
            },
2903
            "dist": {
2904
                "type": "zip",
2905
                "url": "https://api.github.com/repos/guzzle/streams/zipball/f91b721d73f0e561410903b3b3c90a5d0e40b534",
2906
                "reference": "f91b721d73f0e561410903b3b3c90a5d0e40b534",
2907
                "shasum": ""
2908
            },
2909
            "require": {
2910
                "php": ">=5.4.0"
2911
            },
2912
            "require-dev": {
2913
                "phpunit/phpunit": "~4.0"
2914
            },
2915
            "type": "library",
2916
            "extra": {
2917
                "branch-alias": {
2918
                    "dev-master": "2.0-dev"
2919
                }
2920
            },
2921
            "autoload": {
2922
                "psr-4": {
2923
                    "GuzzleHttp\\Stream\\": "src/"
2924
                },
2925
                "files": [
2926
                    "src/functions.php"
2927
                ]
2928
            },
2929
            "notification-url": "https://packagist.org/downloads/",
2930
            "license": [
2931
                "MIT"
2932
            ],
2933
            "authors": [
2934
                {
2935
                    "name": "Michael Dowling",
2936
                    "email": "[email protected]",
2937
                    "homepage": "https://github.com/mtdowling"
2938
                }
2939
            ],
2940
            "description": "Provides a simple abstraction over streams of data (Guzzle 4+)",
2941
            "homepage": "http://guzzlephp.org/",
2942
            "keywords": [
2943
                "Guzzle",
2944
                "stream"
2945
            ],
2946
            "time": "2014-08-17T21:15:53+00:00"
2947
        },
2948
        {
2949
            "name": "hamcrest/hamcrest-php",
2950
            "version": "v1.2.2",
2951
            "source": {
2952
                "type": "git",
2953
                "url": "https://github.com/hamcrest/hamcrest-php.git",
2954
                "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c"
2955
            },
2956
            "dist": {
2957
                "type": "zip",
2958
                "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/b37020aa976fa52d3de9aa904aa2522dc518f79c",
2959
                "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c",
2960
                "shasum": ""
2961
            },
2962
            "require": {
2963
                "php": ">=5.3.2"
2964
            },
2965
            "replace": {
2966
                "cordoval/hamcrest-php": "*",
2967
                "davedevelopment/hamcrest-php": "*",
2968
                "kodova/hamcrest-php": "*"
2969
            },
2970
            "require-dev": {
2971
                "phpunit/php-file-iterator": "1.3.3",
2972
                "satooshi/php-coveralls": "dev-master"
2973
            },
2974
            "type": "library",
2975
            "autoload": {
2976
                "classmap": [
2977
                    "hamcrest"
2978
                ],
2979
                "files": [
2980
                    "hamcrest/Hamcrest.php"
2981
                ]
2982
            },
2983
            "notification-url": "https://packagist.org/downloads/",
2984
            "license": [
2985
                "BSD"
2986
            ],
2987
            "description": "This is the PHP port of Hamcrest Matchers",
2988
            "keywords": [
2989
                "test"
2990
            ],
2991
            "time": "2015-05-11T14:41:42+00:00"
2992
        },
2993
        {
2994
            "name": "liip/rmt",
2995
            "version": "1.1.9",
2996
            "source": {
2997
                "type": "git",
2998
                "url": "https://github.com/liip/RMT.git",
2999
                "reference": "81ecd50b0910a2e6a052e2d34f187922626c4e07"
3000
            },
3001
            "dist": {
3002
                "type": "zip",
3003
                "url": "https://api.github.com/repos/liip/RMT/zipball/81ecd50b0910a2e6a052e2d34f187922626c4e07",
3004
                "reference": "81ecd50b0910a2e6a052e2d34f187922626c4e07",
3005
                "shasum": ""
3006
            },
3007
            "require": {
3008
                "php": ">=5.3.3",
3009
                "sensiolabs/security-checker": "~2.0",
3010
                "symfony/console": "~2.0",
3011
                "symfony/process": "~2.0",
3012
                "symfony/yaml": "~2.0",
3013
                "vierbergenlars/php-semver": "~3.0"
3014
            },
3015
            "bin": [
3016
                "RMT"
3017
            ],
3018
            "type": "library",
3019
            "autoload": {
3020
                "psr-0": {
3021
                    "Liip": "src"
3022
                }
3023
            },
3024
            "notification-url": "https://packagist.org/downloads/",
3025
            "license": [
3026
                "MIT"
3027
            ],
3028
            "authors": [
3029
                {
3030
                    "name": "Laurent Prodon",
3031
                    "email": "[email protected]",
3032
                    "role": "Developer"
3033
                },
3034
                {
3035
                    "name": "David Jeanmonod",
3036
                    "email": "[email protected]",
3037
                    "role": "Developer"
3038
                }
3039
            ],
3040
            "description": "Release Managment Tool: a handy tool to help releasing new version of your software",
3041
            "homepage": "http://github.com/liip/RMT",
3042
            "keywords": [
3043
                "post-release",
3044
                "pre-release",
3045
                "release",
3046
                "semantic versioning",
3047
                "vcs tag",
3048
                "version"
3049
            ],
3050
            "time": "2015-05-06T20:11:13+00:00"
3051
        },
3052
        {
3053
            "name": "matthiasnoback/symfony-config-test",
3054
            "version": "v1.4.0",
3055
            "source": {
3056
                "type": "git",
3057
                "url": "https://github.com/matthiasnoback/SymfonyConfigTest.git",
3058
                "reference": "615b7c8ff5dc1737e553e518dbed641aa548572d"
3059
            },
3060
            "dist": {
3061
                "type": "zip",
3062
                "url": "https://api.github.com/repos/matthiasnoback/SymfonyConfigTest/zipball/615b7c8ff5dc1737e553e518dbed641aa548572d",
3063
                "reference": "615b7c8ff5dc1737e553e518dbed641aa548572d",
3064
                "shasum": ""
3065
            },
3066
            "require": {
3067
                "php": ">=5.3",
3068
                "sebastian/exporter": "1.*",
3069
                "symfony/config": "~2.0|~3.0"
3070
            },
3071
            "require-dev": {
3072
                "phpunit/phpunit": ">=3.7"
3073
            },
3074
            "type": "library",
3075
            "autoload": {
3076
                "psr-4": {
3077
                    "Matthias\\SymfonyConfigTest\\": ""
3078
                }
3079
            },
3080
            "notification-url": "https://packagist.org/downloads/",
3081
            "license": [
3082
                "MIT"
3083
            ],
3084
            "authors": [
3085
                {
3086
                    "name": "Matthias Noback",
3087
                    "email": "[email protected]",
3088
                    "homepage": "http://php-and-symfony.matthiasnoback.nl"
3089
                }
3090
            ],
3091
            "description": "Library for testing user classes related to the Symfony Config Component",
3092
            "homepage": "https://github.com/matthiasnoback/SymfonyConfigTest",
3093
            "keywords": [
3094
                "config",
3095
                "phpunit",
3096
                "symfony"
3097
            ],
3098
            "time": "2015-11-25T21:40:32+00:00"
3099
        },
3100
        {
3101
            "name": "mockery/mockery",
3102
            "version": "0.9.5",
3103
            "source": {
3104
                "type": "git",
3105
                "url": "https://github.com/mockery/mockery.git",
3106
                "reference": "4db079511a283e5aba1b3c2fb19037c645e70fc2"
3107
            },
3108
            "dist": {
3109
                "type": "zip",
3110
                "url": "https://api.github.com/repos/mockery/mockery/zipball/4db079511a283e5aba1b3c2fb19037c645e70fc2",
3111
                "reference": "4db079511a283e5aba1b3c2fb19037c645e70fc2",
3112
                "shasum": ""
3113
            },
3114
            "require": {
3115
                "hamcrest/hamcrest-php": "~1.1",
3116
                "lib-pcre": ">=7.0",
3117
                "php": ">=5.3.2"
3118
            },
3119
            "require-dev": {
3120
                "phpunit/phpunit": "~4.0"
3121
            },
3122
            "type": "library",
3123
            "extra": {
3124
                "branch-alias": {
3125
                    "dev-master": "0.9.x-dev"
3126
                }
3127
            },
3128
            "autoload": {
3129
                "psr-0": {
3130
                    "Mockery": "library/"
3131
                }
3132
            },
3133
            "notification-url": "https://packagist.org/downloads/",
3134
            "license": [
3135
                "BSD-3-Clause"
3136
            ],
3137
            "authors": [
3138
                {
3139
                    "name": "Pádraic Brady",
3140
                    "email": "[email protected]",
3141
                    "homepage": "http://blog.astrumfutura.com"
3142
                },
3143
                {
3144
                    "name": "Dave Marshall",
3145
                    "email": "[email protected]",
3146
                    "homepage": "http://davedevelopment.co.uk"
3147
                }
3148
            ],
3149
            "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.",
3150
            "homepage": "http://github.com/padraic/mockery",
3151
            "keywords": [
3152
                "BDD",
3153
                "TDD",
3154
                "library",
3155
                "mock",
3156
                "mock objects",
3157
                "mockery",
3158
                "stub",
3159
                "test",
3160
                "test double",
3161
                "testing"
3162
            ],
3163
            "time": "2016-05-22T21:52:33+00:00"
3164
        },
3165
        {
3166
            "name": "pdepend/pdepend",
3167
            "version": "2.5.0",
3168
            "source": {
3169
                "type": "git",
3170
                "url": "https://github.com/pdepend/pdepend.git",
3171
                "reference": "0c50874333149c0dad5a2877801aed148f2767ff"
3172
            },
3173
            "dist": {
3174
                "type": "zip",
3175
                "url": "https://api.github.com/repos/pdepend/pdepend/zipball/0c50874333149c0dad5a2877801aed148f2767ff",
3176
                "reference": "0c50874333149c0dad5a2877801aed148f2767ff",
3177
                "shasum": ""
3178
            },
3179
            "require": {
3180
                "php": ">=5.3.7",
3181
                "symfony/config": "^2.3.0|^3",
3182
                "symfony/dependency-injection": "^2.3.0|^3",
3183
                "symfony/filesystem": "^2.3.0|^3"
3184
            },
3185
            "require-dev": {
3186
                "phpunit/phpunit": "^4.4.0,<4.8",
3187
                "squizlabs/php_codesniffer": "^2.0.0"
3188
            },
3189
            "bin": [
3190
                "src/bin/pdepend"
3191
            ],
3192
            "type": "library",
3193
            "autoload": {
3194
                "psr-4": {
3195
                    "PDepend\\": "src/main/php/PDepend"
3196
                }
3197
            },
3198
            "notification-url": "https://packagist.org/downloads/",
3199
            "license": [
3200
                "BSD-3-Clause"
3201
            ],
3202
            "description": "Official version of pdepend to be handled with Composer",
3203
            "time": "2017-01-19T14:23:36+00:00"
3204
        },
3205
        {
3206
            "name": "phpdocumentor/reflection-common",
3207
            "version": "1.0",
3208
            "source": {
3209
                "type": "git",
3210
                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
3211
                "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c"
3212
            },
3213
            "dist": {
3214
                "type": "zip",
3215
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
3216
                "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
3217
                "shasum": ""
3218
            },
3219
            "require": {
3220
                "php": ">=5.5"
3221
            },
3222
            "require-dev": {
3223
                "phpunit/phpunit": "^4.6"
3224
            },
3225
            "type": "library",
3226
            "extra": {
3227
                "branch-alias": {
3228
                    "dev-master": "1.0.x-dev"
3229
                }
3230
            },
3231
            "autoload": {
3232
                "psr-4": {
3233
                    "phpDocumentor\\Reflection\\": [
3234
                        "src"
3235
                    ]
3236
                }
3237
            },
3238
            "notification-url": "https://packagist.org/downloads/",
3239
            "license": [
3240
                "MIT"
3241
            ],
3242
            "authors": [
3243
                {
3244
                    "name": "Jaap van Otterdijk",
3245
                    "email": "[email protected]"
3246
                }
3247
            ],
3248
            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
3249
            "homepage": "http://www.phpdoc.org",
3250
            "keywords": [
3251
                "FQSEN",
3252
                "phpDocumentor",
3253
                "phpdoc",
3254
                "reflection",
3255
                "static analysis"
3256
            ],
3257
            "time": "2015-12-27T11:43:31+00:00"
3258
        },
3259
        {
3260
            "name": "phpdocumentor/reflection-docblock",
3261
            "version": "3.1.1",
3262
            "source": {
3263
                "type": "git",
3264
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
3265
                "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e"
3266
            },
3267
            "dist": {
3268
                "type": "zip",
3269
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/8331b5efe816ae05461b7ca1e721c01b46bafb3e",
3270
                "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e",
3271
                "shasum": ""
3272
            },
3273
            "require": {
3274
                "php": ">=5.5",
3275
                "phpdocumentor/reflection-common": "^1.0@dev",
3276
                "phpdocumentor/type-resolver": "^0.2.0",
3277
                "webmozart/assert": "^1.0"
3278
            },
3279
            "require-dev": {
3280
                "mockery/mockery": "^0.9.4",
3281
                "phpunit/phpunit": "^4.4"
3282
            },
3283
            "type": "library",
3284
            "autoload": {
3285
                "psr-4": {
3286
                    "phpDocumentor\\Reflection\\": [
3287
                        "src/"
3288
                    ]
3289
                }
3290
            },
3291
            "notification-url": "https://packagist.org/downloads/",
3292
            "license": [
3293
                "MIT"
3294
            ],
3295
            "authors": [
3296
                {
3297
                    "name": "Mike van Riel",
3298
                    "email": "[email protected]"
3299
                }
3300
            ],
3301
            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
3302
            "time": "2016-09-30T07:12:33+00:00"
3303
        },
3304
        {
3305
            "name": "phpdocumentor/type-resolver",
3306
            "version": "0.2.1",
3307
            "source": {
3308
                "type": "git",
3309
                "url": "https://github.com/phpDocumentor/TypeResolver.git",
3310
                "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb"
3311
            },
3312
            "dist": {
3313
                "type": "zip",
3314
                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb",
3315
                "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb",
3316
                "shasum": ""
3317
            },
3318
            "require": {
3319
                "php": ">=5.5",
3320
                "phpdocumentor/reflection-common": "^1.0"
3321
            },
3322
            "require-dev": {
3323
                "mockery/mockery": "^0.9.4",
3324
                "phpunit/phpunit": "^5.2||^4.8.24"
3325
            },
3326
            "type": "library",
3327
            "extra": {
3328
                "branch-alias": {
3329
                    "dev-master": "1.0.x-dev"
3330
                }
3331
            },
3332
            "autoload": {
3333
                "psr-4": {
3334
                    "phpDocumentor\\Reflection\\": [
3335
                        "src/"
3336
                    ]
3337
                }
3338
            },
3339
            "notification-url": "https://packagist.org/downloads/",
3340
            "license": [
3341
                "MIT"
3342
            ],
3343
            "authors": [
3344
                {
3345
                    "name": "Mike van Riel",
3346
                    "email": "[email protected]"
3347
                }
3348
            ],
3349
            "time": "2016-11-25T06:54:22+00:00"
3350
        },
3351
        {
3352
            "name": "phpmd/phpmd",
3353
            "version": "2.6.0",
3354
            "source": {
3355
                "type": "git",
3356
                "url": "https://github.com/phpmd/phpmd.git",
3357
                "reference": "4e9924b2c157a3eb64395460fcf56b31badc8374"
3358
            },
3359
            "dist": {
3360
                "type": "zip",
3361
                "url": "https://api.github.com/repos/phpmd/phpmd/zipball/4e9924b2c157a3eb64395460fcf56b31badc8374",
3362
                "reference": "4e9924b2c157a3eb64395460fcf56b31badc8374",
3363
                "shasum": ""
3364
            },
3365
            "require": {
3366
                "ext-xml": "*",
3367
                "pdepend/pdepend": "^2.5",
3368
                "php": ">=5.3.9"
3369
            },
3370
            "require-dev": {
3371
                "phpunit/phpunit": "^4.0",
3372
                "squizlabs/php_codesniffer": "^2.0"
3373
            },
3374
            "bin": [
3375
                "src/bin/phpmd"
3376
            ],
3377
            "type": "project",
3378
            "autoload": {
3379
                "psr-0": {
3380
                    "PHPMD\\": "src/main/php"
3381
                }
3382
            },
3383
            "notification-url": "https://packagist.org/downloads/",
3384
            "license": [
3385
                "BSD-3-Clause"
3386
            ],
3387
            "authors": [
3388
                {
3389
                    "name": "Manuel Pichler",
3390
                    "email": "[email protected]",
3391
                    "homepage": "https://github.com/manuelpichler",
3392
                    "role": "Project Founder"
3393
                },
3394
                {
3395
                    "name": "Other contributors",
3396
                    "homepage": "https://github.com/phpmd/phpmd/graphs/contributors",
3397
                    "role": "Contributors"
3398
                },
3399
                {
3400
                    "name": "Marc Würth",
3401
                    "email": "[email protected]",
3402
                    "homepage": "https://github.com/ravage84",
3403
                    "role": "Project Maintainer"
3404
                }
3405
            ],
3406
            "description": "PHPMD is a spin-off project of PHP Depend and aims to be a PHP equivalent of the well known Java tool PMD.",
3407
            "homepage": "http://phpmd.org/",
3408
            "keywords": [
3409
                "mess detection",
3410
                "mess detector",
3411
                "pdepend",
3412
                "phpmd",
3413
                "pmd"
3414
            ],
3415
            "time": "2017-01-20T14:41:10+00:00"
3416
        },
3417
        {
3418
            "name": "phpspec/prophecy",
3419
            "version": "v1.7.0",
3420
            "source": {
3421
                "type": "git",
3422
                "url": "https://github.com/phpspec/prophecy.git",
3423
                "reference": "93d39f1f7f9326d746203c7c056f300f7f126073"
3424
            },
3425
            "dist": {
3426
                "type": "zip",
3427
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/93d39f1f7f9326d746203c7c056f300f7f126073",
3428
                "reference": "93d39f1f7f9326d746203c7c056f300f7f126073",
3429
                "shasum": ""
3430
            },
3431
            "require": {
3432
                "doctrine/instantiator": "^1.0.2",
3433
                "php": "^5.3|^7.0",
3434
                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2",
3435
                "sebastian/comparator": "^1.1|^2.0",
3436
                "sebastian/recursion-context": "^1.0|^2.0|^3.0"
3437
            },
3438
            "require-dev": {
3439
                "phpspec/phpspec": "^2.5|^3.2",
3440
                "phpunit/phpunit": "^4.8 || ^5.6.5"
3441
            },
3442
            "type": "library",
3443
            "extra": {
3444
                "branch-alias": {
3445
                    "dev-master": "1.6.x-dev"
3446
                }
3447
            },
3448
            "autoload": {
3449
                "psr-0": {
3450
                    "Prophecy\\": "src/"
3451
                }
3452
            },
3453
            "notification-url": "https://packagist.org/downloads/",
3454
            "license": [
3455
                "MIT"
3456
            ],
3457
            "authors": [
3458
                {
3459
                    "name": "Konstantin Kudryashov",
3460
                    "email": "[email protected]",
3461
                    "homepage": "http://everzet.com"
3462
                },
3463
                {
3464
                    "name": "Marcello Duarte",
3465
                    "email": "[email protected]"
3466
                }
3467
            ],
3468
            "description": "Highly opinionated mocking framework for PHP 5.3+",
3469
            "homepage": "https://github.com/phpspec/prophecy",
3470
            "keywords": [
3471
                "Double",
3472
                "Dummy",
3473
                "fake",
3474
                "mock",
3475
                "spy",
3476
                "stub"
3477
            ],
3478
            "time": "2017-03-02T20:05:34+00:00"
3479
        },
3480
        {
3481
            "name": "phpunit/php-code-coverage",
3482
            "version": "2.2.4",
3483
            "source": {
3484
                "type": "git",
3485
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
3486
                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
3487
            },
3488
            "dist": {
3489
                "type": "zip",
3490
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
3491
                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
3492
                "shasum": ""
3493
            },
3494
            "require": {
3495
                "php": ">=5.3.3",
3496
                "phpunit/php-file-iterator": "~1.3",
3497
                "phpunit/php-text-template": "~1.2",
3498
                "phpunit/php-token-stream": "~1.3",
3499
                "sebastian/environment": "^1.3.2",
3500
                "sebastian/version": "~1.0"
3501
            },
3502
            "require-dev": {
3503
                "ext-xdebug": ">=2.1.4",
3504
                "phpunit/phpunit": "~4"
3505
            },
3506
            "suggest": {
3507
                "ext-dom": "*",
3508
                "ext-xdebug": ">=2.2.1",
3509
                "ext-xmlwriter": "*"
3510
            },
3511
            "type": "library",
3512
            "extra": {
3513
                "branch-alias": {
3514
                    "dev-master": "2.2.x-dev"
3515
                }
3516
            },
3517
            "autoload": {
3518
                "classmap": [
3519
                    "src/"
3520
                ]
3521
            },
3522
            "notification-url": "https://packagist.org/downloads/",
3523
            "license": [
3524
                "BSD-3-Clause"
3525
            ],
3526
            "authors": [
3527
                {
3528
                    "name": "Sebastian Bergmann",
3529
                    "email": "[email protected]",
3530
                    "role": "lead"
3531
                }
3532
            ],
3533
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
3534
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
3535
            "keywords": [
3536
                "coverage",
3537
                "testing",
3538
                "xunit"
3539
            ],
3540
            "time": "2015-10-06T15:47:00+00:00"
3541
        },
3542
        {
3543
            "name": "phpunit/php-file-iterator",
3544
            "version": "1.4.2",
3545
            "source": {
3546
                "type": "git",
3547
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
3548
                "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5"
3549
            },
3550
            "dist": {
3551
                "type": "zip",
3552
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
3553
                "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
3554
                "shasum": ""
3555
            },
3556
            "require": {
3557
                "php": ">=5.3.3"
3558
            },
3559
            "type": "library",
3560
            "extra": {
3561
                "branch-alias": {
3562
                    "dev-master": "1.4.x-dev"
3563
                }
3564
            },
3565
            "autoload": {
3566
                "classmap": [
3567
                    "src/"
3568
                ]
3569
            },
3570
            "notification-url": "https://packagist.org/downloads/",
3571
            "license": [
3572
                "BSD-3-Clause"
3573
            ],
3574
            "authors": [
3575
                {
3576
                    "name": "Sebastian Bergmann",
3577
                    "email": "[email protected]",
3578
                    "role": "lead"
3579
                }
3580
            ],
3581
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
3582
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
3583
            "keywords": [
3584
                "filesystem",
3585
                "iterator"
3586
            ],
3587
            "time": "2016-10-03T07:40:28+00:00"
3588
        },
3589
        {
3590
            "name": "phpunit/php-text-template",
3591
            "version": "1.2.1",
3592
            "source": {
3593
                "type": "git",
3594
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
3595
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
3596
            },
3597
            "dist": {
3598
                "type": "zip",
3599
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
3600
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
3601
                "shasum": ""
3602
            },
3603
            "require": {
3604
                "php": ">=5.3.3"
3605
            },
3606
            "type": "library",
3607
            "autoload": {
3608
                "classmap": [
3609
                    "src/"
3610
                ]
3611
            },
3612
            "notification-url": "https://packagist.org/downloads/",
3613
            "license": [
3614
                "BSD-3-Clause"
3615
            ],
3616
            "authors": [
3617
                {
3618
                    "name": "Sebastian Bergmann",
3619
                    "email": "[email protected]",
3620
                    "role": "lead"
3621
                }
3622
            ],
3623
            "description": "Simple template engine.",
3624
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
3625
            "keywords": [
3626
                "template"
3627
            ],
3628
            "time": "2015-06-21T13:50:34+00:00"
3629
        },
3630
        {
3631
            "name": "phpunit/php-timer",
3632
            "version": "1.0.9",
3633
            "source": {
3634
                "type": "git",
3635
                "url": "https://github.com/sebastianbergmann/php-timer.git",
3636
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
3637
            },
3638
            "dist": {
3639
                "type": "zip",
3640
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
3641
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
3642
                "shasum": ""
3643
            },
3644
            "require": {
3645
                "php": "^5.3.3 || ^7.0"
3646
            },
3647
            "require-dev": {
3648
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
3649
            },
3650
            "type": "library",
3651
            "extra": {
3652
                "branch-alias": {
3653
                    "dev-master": "1.0-dev"
3654
                }
3655
            },
3656
            "autoload": {
3657
                "classmap": [
3658
                    "src/"
3659
                ]
3660
            },
3661
            "notification-url": "https://packagist.org/downloads/",
3662
            "license": [
3663
                "BSD-3-Clause"
3664
            ],
3665
            "authors": [
3666
                {
3667
                    "name": "Sebastian Bergmann",
3668
                    "email": "[email protected]",
3669
                    "role": "lead"
3670
                }
3671
            ],
3672
            "description": "Utility class for timing",
3673
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
3674
            "keywords": [
3675
                "timer"
3676
            ],
3677
            "time": "2017-02-26T11:10:40+00:00"
3678
        },
3679
        {
3680
            "name": "phpunit/php-token-stream",
3681
            "version": "1.4.11",
3682
            "source": {
3683
                "type": "git",
3684
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
3685
                "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7"
3686
            },
3687
            "dist": {
3688
                "type": "zip",
3689
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/e03f8f67534427a787e21a385a67ec3ca6978ea7",
3690
                "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7",
3691
                "shasum": ""
3692
            },
3693
            "require": {
3694
                "ext-tokenizer": "*",
3695
                "php": ">=5.3.3"
3696
            },
3697
            "require-dev": {
3698
                "phpunit/phpunit": "~4.2"
3699
            },
3700
            "type": "library",
3701
            "extra": {
3702
                "branch-alias": {
3703
                    "dev-master": "1.4-dev"
3704
                }
3705
            },
3706
            "autoload": {
3707
                "classmap": [
3708
                    "src/"
3709
                ]
3710
            },
3711
            "notification-url": "https://packagist.org/downloads/",
3712
            "license": [
3713
                "BSD-3-Clause"
3714
            ],
3715
            "authors": [
3716
                {
3717
                    "name": "Sebastian Bergmann",
3718
                    "email": "[email protected]"
3719
                }
3720
            ],
3721
            "description": "Wrapper around PHP's tokenizer extension.",
3722
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
3723
            "keywords": [
3724
                "tokenizer"
3725
            ],
3726
            "time": "2017-02-27T10:12:30+00:00"
3727
        },
3728
        {
3729
            "name": "phpunit/phpunit",
3730
            "version": "4.8.35",
3731
            "source": {
3732
                "type": "git",
3733
                "url": "https://github.com/sebastianbergmann/phpunit.git",
3734
                "reference": "791b1a67c25af50e230f841ee7a9c6eba507dc87"
3735
            },
3736
            "dist": {
3737
                "type": "zip",
3738
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/791b1a67c25af50e230f841ee7a9c6eba507dc87",
3739
                "reference": "791b1a67c25af50e230f841ee7a9c6eba507dc87",
3740
                "shasum": ""
3741
            },
3742
            "require": {
3743
                "ext-dom": "*",
3744
                "ext-json": "*",
3745
                "ext-pcre": "*",
3746
                "ext-reflection": "*",
3747
                "ext-spl": "*",
3748
                "php": ">=5.3.3",
3749
                "phpspec/prophecy": "^1.3.1",
3750
                "phpunit/php-code-coverage": "~2.1",
3751
                "phpunit/php-file-iterator": "~1.4",
3752
                "phpunit/php-text-template": "~1.2",
3753
                "phpunit/php-timer": "^1.0.6",
3754
                "phpunit/phpunit-mock-objects": "~2.3",
3755
                "sebastian/comparator": "~1.2.2",
3756
                "sebastian/diff": "~1.2",
3757
                "sebastian/environment": "~1.3",
3758
                "sebastian/exporter": "~1.2",
3759
                "sebastian/global-state": "~1.0",
3760
                "sebastian/version": "~1.0",
3761
                "symfony/yaml": "~2.1|~3.0"
3762
            },
3763
            "suggest": {
3764
                "phpunit/php-invoker": "~1.1"
3765
            },
3766
            "bin": [
3767
                "phpunit"
3768
            ],
3769
            "type": "library",
3770
            "extra": {
3771
                "branch-alias": {
3772
                    "dev-master": "4.8.x-dev"
3773
                }
3774
            },
3775
            "autoload": {
3776
                "classmap": [
3777
                    "src/"
3778
                ]
3779
            },
3780
            "notification-url": "https://packagist.org/downloads/",
3781
            "license": [
3782
                "BSD-3-Clause"
3783
            ],
3784
            "authors": [
3785
                {
3786
                    "name": "Sebastian Bergmann",
3787
                    "email": "[email protected]",
3788
                    "role": "lead"
3789
                }
3790
            ],
3791
            "description": "The PHP Unit Testing framework.",
3792
            "homepage": "https://phpunit.de/",
3793
            "keywords": [
3794
                "phpunit",
3795
                "testing",
3796
                "xunit"
3797
            ],
3798
            "time": "2017-02-06T05:18:07+00:00"
3799
        },
3800
        {
3801
            "name": "phpunit/phpunit-mock-objects",
3802
            "version": "2.3.8",
3803
            "source": {
3804
                "type": "git",
3805
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
3806
                "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
3807
            },
3808
            "dist": {
3809
                "type": "zip",
3810
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
3811
                "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
3812
                "shasum": ""
3813
            },
3814
            "require": {
3815
                "doctrine/instantiator": "^1.0.2",
3816
                "php": ">=5.3.3",
3817
                "phpunit/php-text-template": "~1.2",
3818
                "sebastian/exporter": "~1.2"
3819
            },
3820
            "require-dev": {
3821
                "phpunit/phpunit": "~4.4"
3822
            },
3823
            "suggest": {
3824
                "ext-soap": "*"
3825
            },
3826
            "type": "library",
3827
            "extra": {
3828
                "branch-alias": {
3829
                    "dev-master": "2.3.x-dev"
3830
                }
3831
            },
3832
            "autoload": {
3833
                "classmap": [
3834
                    "src/"
3835
                ]
3836
            },
3837
            "notification-url": "https://packagist.org/downloads/",
3838
            "license": [
3839
                "BSD-3-Clause"
3840
            ],
3841
            "authors": [
3842
                {
3843
                    "name": "Sebastian Bergmann",
3844
                    "email": "[email protected]",
3845
                    "role": "lead"
3846
                }
3847
            ],
3848
            "description": "Mock Object library for PHPUnit",
3849
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
3850
            "keywords": [
3851
                "mock",
3852
                "xunit"
3853
            ],
3854
            "time": "2015-10-02T06:51:40+00:00"
3855
        },
3856
        {
3857
            "name": "sebastian/comparator",
3858
            "version": "1.2.4",
3859
            "source": {
3860
                "type": "git",
3861
                "url": "https://github.com/sebastianbergmann/comparator.git",
3862
                "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
3863
            },
3864
            "dist": {
3865
                "type": "zip",
3866
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
3867
                "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
3868
                "shasum": ""
3869
            },
3870
            "require": {
3871
                "php": ">=5.3.3",
3872
                "sebastian/diff": "~1.2",
3873
                "sebastian/exporter": "~1.2 || ~2.0"
3874
            },
3875
            "require-dev": {
3876
                "phpunit/phpunit": "~4.4"
3877
            },
3878
            "type": "library",
3879
            "extra": {
3880
                "branch-alias": {
3881
                    "dev-master": "1.2.x-dev"
3882
                }
3883
            },
3884
            "autoload": {
3885
                "classmap": [
3886
                    "src/"
3887
                ]
3888
            },
3889
            "notification-url": "https://packagist.org/downloads/",
3890
            "license": [
3891
                "BSD-3-Clause"
3892
            ],
3893
            "authors": [
3894
                {
3895
                    "name": "Jeff Welch",
3896
                    "email": "[email protected]"
3897
                },
3898
                {
3899
                    "name": "Volker Dusch",
3900
                    "email": "[email protected]"
3901
                },
3902
                {
3903
                    "name": "Bernhard Schussek",
3904
                    "email": "[email protected]"
3905
                },
3906
                {
3907
                    "name": "Sebastian Bergmann",
3908
                    "email": "[email protected]"
3909
                }
3910
            ],
3911
            "description": "Provides the functionality to compare PHP values for equality",
3912
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
3913
            "keywords": [
3914
                "comparator",
3915
                "compare",
3916
                "equality"
3917
            ],
3918
            "time": "2017-01-29T09:50:25+00:00"
3919
        },
3920
        {
3921
            "name": "sebastian/diff",
3922
            "version": "1.4.1",
3923
            "source": {
3924
                "type": "git",
3925
                "url": "https://github.com/sebastianbergmann/diff.git",
3926
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
3927
            },
3928
            "dist": {
3929
                "type": "zip",
3930
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
3931
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
3932
                "shasum": ""
3933
            },
3934
            "require": {
3935
                "php": ">=5.3.3"
3936
            },
3937
            "require-dev": {
3938
                "phpunit/phpunit": "~4.8"
3939
            },
3940
            "type": "library",
3941
            "extra": {
3942
                "branch-alias": {
3943
                    "dev-master": "1.4-dev"
3944
                }
3945
            },
3946
            "autoload": {
3947
                "classmap": [
3948
                    "src/"
3949
                ]
3950
            },
3951
            "notification-url": "https://packagist.org/downloads/",
3952
            "license": [
3953
                "BSD-3-Clause"
3954
            ],
3955
            "authors": [
3956
                {
3957
                    "name": "Kore Nordmann",
3958
                    "email": "[email protected]"
3959
                },
3960
                {
3961
                    "name": "Sebastian Bergmann",
3962
                    "email": "[email protected]"
3963
                }
3964
            ],
3965
            "description": "Diff implementation",
3966
            "homepage": "https://github.com/sebastianbergmann/diff",
3967
            "keywords": [
3968
                "diff"
3969
            ],
3970
            "time": "2015-12-08T07:14:41+00:00"
3971
        },
3972
        {
3973
            "name": "sebastian/environment",
3974
            "version": "1.3.8",
3975
            "source": {
3976
                "type": "git",
3977
                "url": "https://github.com/sebastianbergmann/environment.git",
3978
                "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea"
3979
            },
3980
            "dist": {
3981
                "type": "zip",
3982
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/be2c607e43ce4c89ecd60e75c6a85c126e754aea",
3983
                "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea",
3984
                "shasum": ""
3985
            },
3986
            "require": {
3987
                "php": "^5.3.3 || ^7.0"
3988
            },
3989
            "require-dev": {
3990
                "phpunit/phpunit": "^4.8 || ^5.0"
3991
            },
3992
            "type": "library",
3993
            "extra": {
3994
                "branch-alias": {
3995
                    "dev-master": "1.3.x-dev"
3996
                }
3997
            },
3998
            "autoload": {
3999
                "classmap": [
4000
                    "src/"
4001
                ]
4002
            },
4003
            "notification-url": "https://packagist.org/downloads/",
4004
            "license": [
4005
                "BSD-3-Clause"
4006
            ],
4007
            "authors": [
4008
                {
4009
                    "name": "Sebastian Bergmann",
4010
                    "email": "[email protected]"
4011
                }
4012
            ],
4013
            "description": "Provides functionality to handle HHVM/PHP environments",
4014
            "homepage": "http://www.github.com/sebastianbergmann/environment",
4015
            "keywords": [
4016
                "Xdebug",
4017
                "environment",
4018
                "hhvm"
4019
            ],
4020
            "time": "2016-08-18T05:49:44+00:00"
4021
        },
4022
        {
4023
            "name": "sebastian/exporter",
4024
            "version": "1.2.2",
4025
            "source": {
4026
                "type": "git",
4027
                "url": "https://github.com/sebastianbergmann/exporter.git",
4028
                "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4"
4029
            },
4030
            "dist": {
4031
                "type": "zip",
4032
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4",
4033
                "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4",
4034
                "shasum": ""
4035
            },
4036
            "require": {
4037
                "php": ">=5.3.3",
4038
                "sebastian/recursion-context": "~1.0"
4039
            },
4040
            "require-dev": {
4041
                "ext-mbstring": "*",
4042
                "phpunit/phpunit": "~4.4"
4043
            },
4044
            "type": "library",
4045
            "extra": {
4046
                "branch-alias": {
4047
                    "dev-master": "1.3.x-dev"
4048
                }
4049
            },
4050
            "autoload": {
4051
                "classmap": [
4052
                    "src/"
4053
                ]
4054
            },
4055
            "notification-url": "https://packagist.org/downloads/",
4056
            "license": [
4057
                "BSD-3-Clause"
4058
            ],
4059
            "authors": [
4060
                {
4061
                    "name": "Jeff Welch",
4062
                    "email": "[email protected]"
4063
                },
4064
                {
4065
                    "name": "Volker Dusch",
4066
                    "email": "[email protected]"
4067
                },
4068
                {
4069
                    "name": "Bernhard Schussek",
4070
                    "email": "[email protected]"
4071
                },
4072
                {
4073
                    "name": "Sebastian Bergmann",
4074
                    "email": "[email protected]"
4075
                },
4076
                {
4077
                    "name": "Adam Harvey",
4078
                    "email": "[email protected]"
4079
                }
4080
            ],
4081
            "description": "Provides the functionality to export PHP variables for visualization",
4082
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
4083
            "keywords": [
4084
                "export",
4085
                "exporter"
4086
            ],
4087
            "time": "2016-06-17T09:04:28+00:00"
4088
        },
4089
        {
4090
            "name": "sebastian/finder-facade",
4091
            "version": "1.2.1",
4092
            "source": {
4093
                "type": "git",
4094
                "url": "https://github.com/sebastianbergmann/finder-facade.git",
4095
                "reference": "2a6f7f57efc0aa2d23297d9fd9e2a03111a8c0b9"
4096
            },
4097
            "dist": {
4098
                "type": "zip",
4099
                "url": "https://api.github.com/repos/sebastianbergmann/finder-facade/zipball/2a6f7f57efc0aa2d23297d9fd9e2a03111a8c0b9",
4100
                "reference": "2a6f7f57efc0aa2d23297d9fd9e2a03111a8c0b9",
4101
                "shasum": ""
4102
            },
4103
            "require": {
4104
                "symfony/finder": "~2.3|~3.0",
4105
                "theseer/fdomdocument": "~1.3"
4106
            },
4107
            "type": "library",
4108
            "autoload": {
4109
                "classmap": [
4110
                    "src/"
4111
                ]
4112
            },
4113
            "notification-url": "https://packagist.org/downloads/",
4114
            "license": [
4115
                "BSD-3-Clause"
4116
            ],
4117
            "authors": [
4118
                {
4119
                    "name": "Sebastian Bergmann",
4120
                    "email": "[email protected]",
4121
                    "role": "lead"
4122
                }
4123
            ],
4124
            "description": "FinderFacade is a convenience wrapper for Symfony's Finder component.",
4125
            "homepage": "https://github.com/sebastianbergmann/finder-facade",
4126
            "time": "2016-02-17T07:02:23+00:00"
4127
        },
4128
        {
4129
            "name": "sebastian/global-state",
4130
            "version": "1.1.1",
4131
            "source": {
4132
                "type": "git",
4133
                "url": "https://github.com/sebastianbergmann/global-state.git",
4134
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
4135
            },
4136
            "dist": {
4137
                "type": "zip",
4138
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
4139
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
4140
                "shasum": ""
4141
            },
4142
            "require": {
4143
                "php": ">=5.3.3"
4144
            },
4145
            "require-dev": {
4146
                "phpunit/phpunit": "~4.2"
4147
            },
4148
            "suggest": {
4149
                "ext-uopz": "*"
4150
            },
4151
            "type": "library",
4152
            "extra": {
4153
                "branch-alias": {
4154
                    "dev-master": "1.0-dev"
4155
                }
4156
            },
4157
            "autoload": {
4158
                "classmap": [
4159
                    "src/"
4160
                ]
4161
            },
4162
            "notification-url": "https://packagist.org/downloads/",
4163
            "license": [
4164
                "BSD-3-Clause"
4165
            ],
4166
            "authors": [
4167
                {
4168
                    "name": "Sebastian Bergmann",
4169
                    "email": "[email protected]"
4170
                }
4171
            ],
4172
            "description": "Snapshotting of global state",
4173
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
4174
            "keywords": [
4175
                "global state"
4176
            ],
4177
            "time": "2015-10-12T03:26:01+00:00"
4178
        },
4179
        {
4180
            "name": "sebastian/phpcpd",
4181
            "version": "2.0.4",
4182
            "source": {
4183
                "type": "git",
4184
                "url": "https://github.com/sebastianbergmann/phpcpd.git",
4185
                "reference": "24d9a880deadb0b8c9680e9cfe78e30b704225db"
4186
            },
4187
            "dist": {
4188
                "type": "zip",
4189
                "url": "https://api.github.com/repos/sebastianbergmann/phpcpd/zipball/24d9a880deadb0b8c9680e9cfe78e30b704225db",
4190
                "reference": "24d9a880deadb0b8c9680e9cfe78e30b704225db",
4191
                "shasum": ""
4192
            },
4193
            "require": {
4194
                "php": ">=5.3.3",
4195
                "phpunit/php-timer": ">=1.0.6",
4196
                "sebastian/finder-facade": "~1.1",
4197
                "sebastian/version": "~1.0|~2.0",
4198
                "symfony/console": "~2.7|^3.0",
4199
                "theseer/fdomdocument": "~1.4"
4200
            },
4201
            "bin": [
4202
                "phpcpd"
4203
            ],
4204
            "type": "library",
4205
            "extra": {
4206
                "branch-alias": {
4207
                    "dev-master": "2.0-dev"
4208
                }
4209
            },
4210
            "autoload": {
4211
                "classmap": [
4212
                    "src/"
4213
                ]
4214
            },
4215
            "notification-url": "https://packagist.org/downloads/",
4216
            "license": [
4217
                "BSD-3-Clause"
4218
            ],
4219
            "authors": [
4220
                {
4221
                    "name": "Sebastian Bergmann",
4222
                    "email": "[email protected]",
4223
                    "role": "lead"
4224
                }
4225
            ],
4226
            "description": "Copy/Paste Detector (CPD) for PHP code.",
4227
            "homepage": "https://github.com/sebastianbergmann/phpcpd",
4228
            "time": "2016-04-17T19:32:49+00:00"
4229
        },
4230
        {
4231
            "name": "sebastian/recursion-context",
4232
            "version": "1.0.2",
4233
            "source": {
4234
                "type": "git",
4235
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
4236
                "reference": "913401df809e99e4f47b27cdd781f4a258d58791"
4237
            },
4238
            "dist": {
4239
                "type": "zip",
4240
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/913401df809e99e4f47b27cdd781f4a258d58791",
4241
                "reference": "913401df809e99e4f47b27cdd781f4a258d58791",
4242
                "shasum": ""
4243
            },
4244
            "require": {
4245
                "php": ">=5.3.3"
4246
            },
4247
            "require-dev": {
4248
                "phpunit/phpunit": "~4.4"
4249
            },
4250
            "type": "library",
4251
            "extra": {
4252
                "branch-alias": {
4253
                    "dev-master": "1.0.x-dev"
4254
                }
4255
            },
4256
            "autoload": {
4257
                "classmap": [
4258
                    "src/"
4259
                ]
4260
            },
4261
            "notification-url": "https://packagist.org/downloads/",
4262
            "license": [
4263
                "BSD-3-Clause"
4264
            ],
4265
            "authors": [
4266
                {
4267
                    "name": "Jeff Welch",
4268
                    "email": "[email protected]"
4269
                },
4270
                {
4271
                    "name": "Sebastian Bergmann",
4272
                    "email": "[email protected]"
4273
                },
4274
                {
4275
                    "name": "Adam Harvey",
4276
                    "email": "[email protected]"
4277
                }
4278
            ],
4279
            "description": "Provides functionality to recursively process PHP variables",
4280
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
4281
            "time": "2015-11-11T19:50:13+00:00"
4282
        },
4283
        {
4284
            "name": "sebastian/version",
4285
            "version": "1.0.6",
4286
            "source": {
4287
                "type": "git",
4288
                "url": "https://github.com/sebastianbergmann/version.git",
4289
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
4290
            },
4291
            "dist": {
4292
                "type": "zip",
4293
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
4294
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
4295
                "shasum": ""
4296
            },
4297
            "type": "library",
4298
            "autoload": {
4299
                "classmap": [
4300
                    "src/"
4301
                ]
4302
            },
4303
            "notification-url": "https://packagist.org/downloads/",
4304
            "license": [
4305
                "BSD-3-Clause"
4306
            ],
4307
            "authors": [
4308
                {
4309
                    "name": "Sebastian Bergmann",
4310
                    "email": "[email protected]",
4311
                    "role": "lead"
4312
                }
4313
            ],
4314
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
4315
            "homepage": "https://github.com/sebastianbergmann/version",
4316
            "time": "2015-06-21T13:59:46+00:00"
4317
        },
4318
        {
4319
            "name": "sensio/generator-bundle",
4320
            "version": "v2.5.3",
4321
            "target-dir": "Sensio/Bundle/GeneratorBundle",
4322
            "source": {
4323
                "type": "git",
4324
                "url": "https://github.com/sensiolabs/SensioGeneratorBundle.git",
4325
                "reference": "e50108c2133ee5c9c484555faed50c17a61221d3"
4326
            },
4327
            "dist": {
4328
                "type": "zip",
4329
                "url": "https://api.github.com/repos/sensiolabs/SensioGeneratorBundle/zipball/e50108c2133ee5c9c484555faed50c17a61221d3",
4330
                "reference": "e50108c2133ee5c9c484555faed50c17a61221d3",
4331
                "shasum": ""
4332
            },
4333
            "require": {
4334
                "symfony/console": "~2.5",
4335
                "symfony/framework-bundle": "~2.2"
4336
            },
4337
            "require-dev": {
4338
                "doctrine/orm": "~2.2,>=2.2.3",
4339
                "symfony/doctrine-bridge": "~2.2",
4340
                "twig/twig": "~1.11"
4341
            },
4342
            "type": "symfony-bundle",
4343
            "extra": {
4344
                "branch-alias": {
4345
                    "dev-master": "2.5.x-dev"
4346
                }
4347
            },
4348
            "autoload": {
4349
                "psr-0": {
4350
                    "Sensio\\Bundle\\GeneratorBundle": ""
4351
                }
4352
            },
4353
            "notification-url": "https://packagist.org/downloads/",
4354
            "license": [
4355
                "MIT"
4356
            ],
4357
            "authors": [
4358
                {
4359
                    "name": "Fabien Potencier",
4360
                    "email": "[email protected]"
4361
                }
4362
            ],
4363
            "description": "This bundle generates code for you",
4364
            "time": "2015-03-17T06:36:52+00:00"
4365
        },
4366
        {
4367
            "name": "squizlabs/php_codesniffer",
4368
            "version": "1.5.6",
4369
            "source": {
4370
                "type": "git",
4371
                "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
4372
                "reference": "6f3e42d311b882b25b4d409d23a289f4d3b803d5"
4373
            },
4374
            "dist": {
4375
                "type": "zip",
4376
                "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/6f3e42d311b882b25b4d409d23a289f4d3b803d5",
4377
                "reference": "6f3e42d311b882b25b4d409d23a289f4d3b803d5",
4378
                "shasum": ""
4379
            },
4380
            "require": {
4381
                "ext-tokenizer": "*",
4382
                "php": ">=5.1.2"
4383
            },
4384
            "suggest": {
4385
                "phpunit/php-timer": "dev-master"
4386
            },
4387
            "bin": [
4388
                "scripts/phpcs"
4389
            ],
4390
            "type": "library",
4391
            "extra": {
4392
                "branch-alias": {
4393
                    "dev-phpcs-fixer": "2.0.x-dev"
4394
                }
4395
            },
4396
            "autoload": {
4397
                "classmap": [
4398
                    "CodeSniffer.php",
4399
                    "CodeSniffer/CLI.php",
4400
                    "CodeSniffer/Exception.php",
4401
                    "CodeSniffer/File.php",
4402
                    "CodeSniffer/Report.php",
4403
                    "CodeSniffer/Reporting.php",
4404
                    "CodeSniffer/Sniff.php",
4405
                    "CodeSniffer/Tokens.php",
4406
                    "CodeSniffer/Reports/",
4407
                    "CodeSniffer/CommentParser/",
4408
                    "CodeSniffer/Tokenizers/",
4409
                    "CodeSniffer/DocGenerators/",
4410
                    "CodeSniffer/Standards/AbstractPatternSniff.php",
4411
                    "CodeSniffer/Standards/AbstractScopeSniff.php",
4412
                    "CodeSniffer/Standards/AbstractVariableSniff.php",
4413
                    "CodeSniffer/Standards/IncorrectPatternException.php",
4414
                    "CodeSniffer/Standards/Generic/Sniffs/",
4415
                    "CodeSniffer/Standards/MySource/Sniffs/",
4416
                    "CodeSniffer/Standards/PEAR/Sniffs/",
4417
                    "CodeSniffer/Standards/PSR1/Sniffs/",
4418
                    "CodeSniffer/Standards/PSR2/Sniffs/",
4419
                    "CodeSniffer/Standards/Squiz/Sniffs/",
4420
                    "CodeSniffer/Standards/Zend/Sniffs/"
4421
                ]
4422
            },
4423
            "notification-url": "https://packagist.org/downloads/",
4424
            "license": [
4425
                "BSD-3-Clause"
4426
            ],
4427
            "authors": [
4428
                {
4429
                    "name": "Greg Sherwood",
4430
                    "role": "lead"
4431
                }
4432
            ],
4433
            "description": "PHP_CodeSniffer tokenises PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
4434
            "homepage": "http://www.squizlabs.com/php-codesniffer",
4435
            "keywords": [
4436
                "phpcs",
4437
                "standards"
4438
            ],
4439
            "time": "2014-12-04T22:32:15+00:00"
4440
        },
4441
        {
4442
            "name": "theseer/fdomdocument",
4443
            "version": "1.6.1",
4444
            "source": {
4445
                "type": "git",
4446
                "url": "https://github.com/theseer/fDOMDocument.git",
4447
                "reference": "d9ad139d6c2e8edf5e313ffbe37ff13344cf0684"
4448
            },
4449
            "dist": {
4450
                "type": "zip",
4451
                "url": "https://api.github.com/repos/theseer/fDOMDocument/zipball/d9ad139d6c2e8edf5e313ffbe37ff13344cf0684",
4452
                "reference": "d9ad139d6c2e8edf5e313ffbe37ff13344cf0684",
4453
                "shasum": ""
4454
            },
4455
            "require": {
4456
                "ext-dom": "*",
4457
                "lib-libxml": "*",
4458
                "php": ">=5.3.3"
4459
            },
4460
            "type": "library",
4461
            "autoload": {
4462
                "classmap": [
4463
                    "src/"
4464
                ]
4465
            },
4466
            "notification-url": "https://packagist.org/downloads/",
4467
            "license": [
4468
                "BSD-3-Clause"
4469
            ],
4470
            "authors": [
4471
                {
4472
                    "name": "Arne Blankerts",
4473
                    "email": "[email protected]",
4474
                    "role": "lead"
4475
                }
4476
            ],
4477
            "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.",
4478
            "homepage": "https://github.com/theseer/fDOMDocument",
4479
            "time": "2015-05-27T22:58:02+00:00"
4480
        },
4481
        {
4482
            "name": "vierbergenlars/php-semver",
4483
            "version": "3.0.1",
4484
            "source": {
4485
                "type": "git",
4486
                "url": "https://github.com/vierbergenlars/php-semver.git",
4487
                "reference": "516bb3061577e60e9420cbecc479362d3ad8c7f1"
4488
            },
4489
            "dist": {
4490
                "type": "zip",
4491
                "url": "https://api.github.com/repos/vierbergenlars/php-semver/zipball/516bb3061577e60e9420cbecc479362d3ad8c7f1",
4492
                "reference": "516bb3061577e60e9420cbecc479362d3ad8c7f1",
4493
                "shasum": ""
4494
            },
4495
            "require": {
4496
                "php": ">=5.3.0"
4497
            },
4498
            "require-dev": {
4499
                "simpletest/simpletest": "1.1.*"
4500
            },
4501
            "bin": [
4502
                "bin/semver",
4503
                "bin/update-versions"
4504
            ],
4505
            "type": "library",
4506
            "autoload": {
4507
                "psr-0": {
4508
                    "vierbergenlars\\SemVer\\": "src/",
4509
                    "vierbergenlars\\LibJs\\": "src/"
4510
                },
4511
                "classmap": [
4512
                    "src/vierbergenlars/SemVer/internal.php"
4513
                ]
4514
            },
4515
            "notification-url": "https://packagist.org/downloads/",
4516
            "license": [
4517
                "MIT"
4518
            ],
4519
            "authors": [
4520
                {
4521
                    "name": "Lars Vierbergen",
4522
                    "email": "[email protected]"
4523
                }
4524
            ],
4525
            "description": "The Semantic Versioner for PHP",
4526
            "keywords": [
4527
                "semantic",
4528
                "semver",
4529
                "versioning"
4530
            ],
4531
            "time": "2015-05-02T19:28:54+00:00"
4532
        },
4533
        {
4534
            "name": "webmozart/assert",
4535
            "version": "1.2.0",
4536
            "source": {
4537
                "type": "git",
4538
                "url": "https://github.com/webmozart/assert.git",
4539
                "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f"
4540
            },
4541
            "dist": {
4542
                "type": "zip",
4543
                "url": "https://api.github.com/repos/webmozart/assert/zipball/2db61e59ff05fe5126d152bd0655c9ea113e550f",
4544
                "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f",
4545
                "shasum": ""
4546
            },
4547
            "require": {
4548
                "php": "^5.3.3 || ^7.0"
4549
            },
4550
            "require-dev": {
4551
                "phpunit/phpunit": "^4.6",
4552
                "sebastian/version": "^1.0.1"
4553
            },
4554
            "type": "library",
4555
            "extra": {
4556
                "branch-alias": {
4557
                    "dev-master": "1.3-dev"
4558
                }
4559
            },
4560
            "autoload": {
4561
                "psr-4": {
4562
                    "Webmozart\\Assert\\": "src/"
4563
                }
4564
            },
4565
            "notification-url": "https://packagist.org/downloads/",
4566
            "license": [
4567
                "MIT"
4568
            ],
4569
            "authors": [
4570
                {
4571
                    "name": "Bernhard Schussek",
4572
                    "email": "[email protected]"
4573
                }
4574
            ],
4575
            "description": "Assertions to validate method input/output with nice error messages.",
4576
            "keywords": [
4577
                "assert",
4578
                "check",
4579
                "validate"
4580
            ],
4581
            "time": "2016-11-23T20:04:58+00:00"
4582
        }
4583
    ],
4584
    "aliases": [
4585
        {
4586
            "alias": "3.0.0-beta5",
4587
            "alias_normalized": "3.0.0.0-beta5",
4588
            "version": "9999999-dev",
4589
            "package": "mopa/bootstrap-bundle"
4590
        }
4591
    ],
4592
    "minimum-stability": "stable",
4593
    "stability-flags": {
4594
        "mopa/bootstrap-bundle": 20,
4595
        "surfnet/stepup-u2f-bundle": 20
4596
    },
4597
    "prefer-stable": false,
4598
    "prefer-lowest": false,
4599
    "platform": {
4600
        "php": "~5.6|~7.0"
4601
    },
4602
    "platform-dev": []
4603
}
4604