Completed
Push — feature/single-token-test-butt... ( 3d0f18...38d656 )
by
unknown
08:28
created

composer.lock (2 issues)

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": "25b06d1f3bac31fa01b5fec0fd811713",
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.3.2",
1009
            "target-dir": "JMS/TranslationBundle",
1010
            "source": {
1011
                "type": "git",
1012
                "url": "https://github.com/schmittjoh/JMSTranslationBundle.git",
1013
                "reference": "08b8db92aa376b8e50ce4e779e849916abffd805"
1014
            },
1015
            "dist": {
1016
                "type": "zip",
1017
                "url": "https://api.github.com/repos/schmittjoh/JMSTranslationBundle/zipball/08b8db92aa376b8e50ce4e779e849916abffd805",
1018
                "reference": "08b8db92aa376b8e50ce4e779e849916abffd805",
1019
                "shasum": ""
1020
            },
1021
            "require": {
1022
                "nikic/php-parser": "^1.4 || ^2.0 || ^3.0",
1023
                "php": "^5.3.3 || ^7.0",
1024
                "symfony/console": "^2.3 || ^3.0",
1025
                "symfony/framework-bundle": "^2.3 || ^3.0",
1026
                "twig/twig": "^1.27 || ^2.0"
1027
            },
1028
            "require-dev": {
1029
                "jms/di-extra-bundle": "^1.1",
1030
                "matthiasnoback/symfony-dependency-injection-test": "^0.7.6",
1031
                "nyholm/nsa": "^1.0.1",
1032
                "phpunit/phpunit": "4.8.27",
1033
                "psr/log": "^1.0",
1034
                "sensio/framework-extra-bundle": "^2.3 || ^3.0",
1035
                "symfony/expression-language": "^2.6 || ^3.0",
1036
                "symfony/symfony": "^2.3 || ^3.0"
1037
            },
1038
            "type": "symfony-bundle",
1039
            "extra": {
1040
                "branch-alias": {
1041
                    "dev-master": "1.4-dev"
1042
                }
1043
            },
1044
            "autoload": {
1045
                "psr-0": {
1046
                    "JMS\\TranslationBundle": ""
1047
                }
1048
            },
1049
            "notification-url": "https://packagist.org/downloads/",
1050
            "license": [
1051
                "Apache2"
1052
            ],
1053
            "authors": [
1054
                {
1055
                    "name": "Johannes M. Schmitt",
1056
                    "email": "[email protected]"
1057
                }
1058
            ],
1059
            "description": "Puts the Symfony Translation Component on steroids",
1060
            "homepage": "http://jmsyst.com/bundles/JMSTranslationBundle",
1061
            "keywords": [
1062
                "extract",
1063
                "extraction",
1064
                "i18n",
1065
                "interface",
1066
                "multilanguage",
1067
                "translation",
1068
                "ui",
1069
                "webinterface"
1070
            ],
1071
            "time": "2017-04-20T19:44:02+00:00"
1072
        },
1073
        {
1074
            "name": "kriswallsmith/assetic",
1075
            "version": "v1.3.2",
1076
            "source": {
1077
                "type": "git",
1078
                "url": "https://github.com/kriswallsmith/assetic.git",
1079
                "reference": "9928f7c4ad98b234e3559d1049abd13387f86db5"
1080
            },
1081
            "dist": {
1082
                "type": "zip",
1083
                "url": "https://api.github.com/repos/kriswallsmith/assetic/zipball/9928f7c4ad98b234e3559d1049abd13387f86db5",
1084
                "reference": "9928f7c4ad98b234e3559d1049abd13387f86db5",
1085
                "shasum": ""
1086
            },
1087
            "require": {
1088
                "php": ">=5.3.1",
1089
                "symfony/process": "~2.1|~3.0"
1090
            },
1091
            "conflict": {
1092
                "twig/twig": "<1.23"
1093
            },
1094
            "require-dev": {
1095
                "cssmin/cssmin": "3.0.1",
1096
                "joliclic/javascript-packer": "1.1",
1097
                "kamicane/packager": "1.0",
1098
                "leafo/lessphp": "^0.3.7",
1099
                "leafo/scssphp": "~0.1",
1100
                "mrclay/minify": "~2.2",
1101
                "patchwork/jsqueeze": "~1.0|~2.0",
1102
                "phpunit/phpunit": "~4.8",
1103
                "psr/log": "~1.0",
1104
                "ptachoire/cssembed": "~1.0",
1105
                "symfony/phpunit-bridge": "~2.7|~3.0",
1106
                "twig/twig": "~1.8|~2.0"
1107
            },
1108
            "suggest": {
1109
                "leafo/lessphp": "Assetic provides the integration with the lessphp LESS compiler",
1110
                "leafo/scssphp": "Assetic provides the integration with the scssphp SCSS compiler",
1111
                "leafo/scssphp-compass": "Assetic provides the integration with the SCSS compass plugin",
1112
                "patchwork/jsqueeze": "Assetic provides the integration with the JSqueeze JavaScript compressor",
1113
                "ptachoire/cssembed": "Assetic provides the integration with phpcssembed to embed data uris",
1114
                "twig/twig": "Assetic provides the integration with the Twig templating engine"
1115
            },
1116
            "type": "library",
1117
            "extra": {
1118
                "branch-alias": {
1119
                    "dev-master": "1.4-dev"
1120
                }
1121
            },
1122
            "autoload": {
1123
                "psr-0": {
1124
                    "Assetic": "src/"
1125
                },
1126
                "files": [
1127
                    "src/functions.php"
1128
                ]
1129
            },
1130
            "notification-url": "https://packagist.org/downloads/",
1131
            "license": [
1132
                "MIT"
1133
            ],
1134
            "authors": [
1135
                {
1136
                    "name": "Kris Wallsmith",
1137
                    "email": "[email protected]",
1138
                    "homepage": "http://kriswallsmith.net/"
1139
                }
1140
            ],
1141
            "description": "Asset Management for PHP",
1142
            "homepage": "https://github.com/kriswallsmith/assetic",
1143
            "keywords": [
1144
                "assets",
1145
                "compression",
1146
                "minification"
1147
            ],
1148
            "time": "2015-11-12T13:51:40+00:00"
1149
        },
1150
        {
1151
            "name": "monolog/monolog",
1152
            "version": "1.21.0",
1153
            "source": {
1154
                "type": "git",
1155
                "url": "https://github.com/Seldaek/monolog.git",
1156
                "reference": "f42fbdfd53e306bda545845e4dbfd3e72edb4952"
1157
            },
1158
            "dist": {
1159
                "type": "zip",
1160
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/f42fbdfd53e306bda545845e4dbfd3e72edb4952",
1161
                "reference": "f42fbdfd53e306bda545845e4dbfd3e72edb4952",
1162
                "shasum": ""
1163
            },
1164
            "require": {
1165
                "php": ">=5.3.0",
1166
                "psr/log": "~1.0"
1167
            },
1168
            "provide": {
1169
                "psr/log-implementation": "1.0.0"
1170
            },
1171
            "require-dev": {
1172
                "aws/aws-sdk-php": "^2.4.9",
1173
                "doctrine/couchdb": "~1.0@dev",
1174
                "graylog2/gelf-php": "~1.0",
1175
                "jakub-onderka/php-parallel-lint": "0.9",
1176
                "php-amqplib/php-amqplib": "~2.4",
1177
                "php-console/php-console": "^3.1.3",
1178
                "phpunit/phpunit": "~4.5",
1179
                "phpunit/phpunit-mock-objects": "2.3.0",
1180
                "ruflin/elastica": ">=0.90 <3.0",
1181
                "sentry/sentry": "^0.13",
1182
                "swiftmailer/swiftmailer": "~5.3"
1183
            },
1184
            "suggest": {
1185
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
1186
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
1187
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
1188
                "ext-mongo": "Allow sending log messages to a MongoDB server",
1189
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
1190
                "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
1191
                "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
1192
                "php-console/php-console": "Allow sending log messages to Google Chrome",
1193
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
1194
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
1195
                "sentry/sentry": "Allow sending log messages to a Sentry server"
1196
            },
1197
            "type": "library",
1198
            "extra": {
1199
                "branch-alias": {
1200
                    "dev-master": "2.0.x-dev"
1201
                }
1202
            },
1203
            "autoload": {
1204
                "psr-4": {
1205
                    "Monolog\\": "src/Monolog"
1206
                }
1207
            },
1208
            "notification-url": "https://packagist.org/downloads/",
1209
            "license": [
1210
                "MIT"
1211
            ],
1212
            "authors": [
1213
                {
1214
                    "name": "Jordi Boggiano",
1215
                    "email": "[email protected]",
1216
                    "homepage": "http://seld.be"
1217
                }
1218
            ],
1219
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
1220
            "homepage": "http://github.com/Seldaek/monolog",
1221
            "keywords": [
1222
                "log",
1223
                "logging",
1224
                "psr-3"
1225
            ],
1226
            "time": "2016-07-29T03:23:52+00:00"
1227
        },
1228
        {
1229
            "name": "moontoast/math",
1230
            "version": "1.1.0",
1231
            "source": {
1232
                "type": "git",
1233
                "url": "https://github.com/ramsey/moontoast-math.git",
1234
                "reference": "fce28a9d1e73e73376cb44e5e581675d15fbe2f3"
1235
            },
1236
            "dist": {
1237
                "type": "zip",
1238
                "url": "https://api.github.com/repos/ramsey/moontoast-math/zipball/fce28a9d1e73e73376cb44e5e581675d15fbe2f3",
1239
                "reference": "fce28a9d1e73e73376cb44e5e581675d15fbe2f3",
1240
                "shasum": ""
1241
            },
1242
            "require": {
1243
                "ext-bcmath": "*",
1244
                "php": ">=5.3.3"
1245
            },
1246
            "type": "library",
1247
            "autoload": {
1248
                "psr-0": {
1249
                    "Moontoast\\Math": "src/"
1250
                }
1251
            },
1252
            "notification-url": "https://packagist.org/downloads/",
1253
            "license": [
1254
                "Apache-2.0"
1255
            ],
1256
            "description": "A mathematics library, providing functionality for large numbers",
1257
            "homepage": "https://github.com/moontoast/math",
1258
            "keywords": [
1259
                "bcmath",
1260
                "math"
1261
            ],
1262
            "time": "2013-01-19T17:42:34+00:00"
1263
        },
1264
        {
1265
            "name": "mopa/bootstrap-bundle",
1266
            "version": "dev-master",
1267
            "target-dir": "Mopa/Bundle/BootstrapBundle",
1268
            "source": {
1269
                "type": "git",
1270
                "url": "https://github.com/phiamo/MopaBootstrapBundle.git",
1271
                "reference": "818b0f47ebd352559950e9a64431ff9472e8a9dd"
1272
            },
1273
            "dist": {
1274
                "type": "zip",
1275
                "url": "https://api.github.com/repos/phiamo/MopaBootstrapBundle/zipball/818b0f47ebd352559950e9a64431ff9472e8a9dd",
1276
                "reference": "818b0f47ebd352559950e9a64431ff9472e8a9dd",
1277
                "shasum": ""
1278
            },
1279
            "require": {
1280
                "mopa/composer-bridge": "~1.3",
1281
                "symfony/console": "~2.3|~3.0",
1282
                "symfony/form": "~2.3|~3.0",
1283
                "symfony/framework-bundle": "~2.3|~3.0",
1284
                "symfony/twig-bundle": "~2.3|~3.0",
1285
                "twig/twig": "^1.14.2"
1286
            },
1287
            "conflict": {
1288
                "symfony/twig-bridge": "<2.3"
1289
            },
1290
            "suggest": {
1291
                "craue/formflow-bundle": "~2.0",
1292
                "knplabs/knp-menu-bundle": "~2.0@dev",
1293
                "knplabs/knp-paginator-bundle": "~2.3",
1294
                "mopa/bootstrap-sandbox-bundle": "~2.3",
1295
                "twbs/bootstrap": ">2.0,<4.0-dev",
1296
                "twbs/bootstrap-sass": "v3.1.1"
1297
            },
1298
            "type": "symfony-bundle",
1299
            "extra": {
1300
                "branch-alias": {
1301
                    "dev-master": "3.x-dev"
1302
                }
1303
            },
1304
            "autoload": {
1305
                "psr-0": {
1306
                    "Mopa\\Bundle\\BootstrapBundle\\": ""
1307
                }
1308
            },
1309
            "notification-url": "https://packagist.org/downloads/",
1310
            "license": [
1311
                "MIT"
1312
            ],
1313
            "authors": [
1314
                {
1315
                    "name": "Community contributions",
1316
                    "homepage": "https://github.com/phiamo/MopaBootstrapBundle/contributors"
1317
                },
1318
                {
1319
                    "name": "Philipp A. Mohrenweiser",
1320
                    "email": "[email protected]"
1321
                }
1322
            ],
1323
            "description": "Easy integration of twitters bootstrap into symfony2",
1324
            "keywords": [
1325
                "bootstrap",
1326
                "bootstrap form",
1327
                "extra form",
1328
                "form",
1329
                "template"
1330
            ],
1331
            "time": "2015-04-10T09:34:23+00:00"
1332
        },
1333
        {
1334
            "name": "mopa/composer-bridge",
1335
            "version": "v1.5.0",
1336
            "source": {
1337
                "type": "git",
1338
                "url": "https://github.com/phiamo/MopaComposerBridge.git",
1339
                "reference": "58661a5c588ce9c3eff7d36c4030f6caa4de1ae2"
1340
            },
1341
            "dist": {
1342
                "type": "zip",
1343
                "url": "https://api.github.com/repos/phiamo/MopaComposerBridge/zipball/58661a5c588ce9c3eff7d36c4030f6caa4de1ae2",
1344
                "reference": "58661a5c588ce9c3eff7d36c4030f6caa4de1ae2",
1345
                "shasum": ""
1346
            },
1347
            "require": {
1348
                "symfony/class-loader": ">=2.0.0",
1349
                "symfony/console": ">=2.0.0"
1350
            },
1351
            "type": "symfony-bridge",
1352
            "extra": {
1353
                "branch-alias": {
1354
                    "dev-master": "1.3.x-dev"
1355
                }
1356
            },
1357
            "autoload": {
1358
                "psr-0": {
1359
                    "Mopa\\Bridge\\Composer": "src/"
1360
                }
1361
            },
1362
            "notification-url": "https://packagist.org/downloads/",
1363
            "license": [
1364
                "MIT"
1365
            ],
1366
            "authors": [
1367
                {
1368
                    "name": "Community contributions",
1369
                    "homepage": "https://github.com/phiamo/MopaComposerBridge/contributors"
1370
                },
1371
                {
1372
                    "name": "Philipp A. Mohrenweiser",
1373
                    "email": "[email protected]"
1374
                }
1375
            ],
1376
            "description": "Symfony2 Composer Bridge",
1377
            "homepage": "http://bootstrap.mohrenweiserpartner.de",
1378
            "keywords": [
1379
                "Symfony2",
1380
                "composer"
1381
            ],
1382
            "time": "2015-10-01T19:20:19+00:00"
1383
        },
1384
        {
1385
            "name": "mpdf/mpdf",
1386
            "version": "v7.0.3",
1387
            "source": {
1388
                "type": "git",
1389
                "url": "https://github.com/mpdf/mpdf.git",
1390
                "reference": "5681a0cae1eea197143d5d27f06e19b0523cd8d6"
1391
            },
1392
            "dist": {
1393
                "type": "zip",
1394
                "url": "https://api.github.com/repos/mpdf/mpdf/zipball/5681a0cae1eea197143d5d27f06e19b0523cd8d6",
1395
                "reference": "5681a0cae1eea197143d5d27f06e19b0523cd8d6",
1396
                "shasum": ""
1397
            },
1398
            "require": {
1399
                "ext-gd": "*",
1400
                "ext-mbstring": "*",
1401
                "paragonie/random_compat": "^1.4|^2.0",
1402
                "php": "^5.6 || ~7.0.0 || ~7.1.0 || ~7.2.0",
1403
                "psr/log": "^1.0",
1404
                "setasign/fpdi": "1.6.*"
1405
            },
1406
            "require-dev": {
1407
                "mockery/mockery": "^0.9.5",
1408
                "phpunit/phpunit": "^5.0",
1409
                "squizlabs/php_codesniffer": "^2.7.0",
1410
                "tracy/tracy": "^2.4"
1411
            },
1412
            "suggest": {
1413
                "ext-bcmath": "Needed for generation of some types of barcodes",
1414
                "ext-xml": "Needed mainly for SVG manipulation",
1415
                "ext-zlib": "Needed for compression of embedded resources, such as fonts"
1416
            },
1417
            "type": "library",
1418
            "extra": {
1419
                "branch-alias": {
1420
                    "dev-development": "7.0-dev"
1421
                }
1422
            },
1423
            "autoload": {
1424
                "psr-4": {
1425
                    "Mpdf\\": "src/"
1426
                }
1427
            },
1428
            "notification-url": "https://packagist.org/downloads/",
1429
            "license": [
1430
                "GPL-2.0"
1431
            ],
1432
            "authors": [
1433
                {
1434
                    "name": "Matěj Humpál",
1435
                    "role": "Developer, maintainer"
1436
                },
1437
                {
1438
                    "name": "Ian Back",
1439
                    "role": "Developer (retired)"
1440
                }
1441
            ],
1442
            "description": "A PHP class to generate PDF files from HTML with Unicode/UTF-8 and CJK support",
1443
            "homepage": "https://mpdf.github.io",
1444
            "keywords": [
1445
                "pdf",
1446
                "php",
1447
                "utf-8"
1448
            ],
1449
            "time": "2018-01-03T07:32:36+00:00"
1450
        },
1451
        {
1452
            "name": "nelmio/security-bundle",
1453
            "version": "1.10.0",
1454
            "source": {
1455
                "type": "git",
1456
                "url": "https://github.com/nelmio/NelmioSecurityBundle.git",
1457
                "reference": "4be243f1fc85ff85f10aadcf88c8c11ba2096cd9"
1458
            },
1459
            "dist": {
1460
                "type": "zip",
1461
                "url": "https://api.github.com/repos/nelmio/NelmioSecurityBundle/zipball/4be243f1fc85ff85f10aadcf88c8c11ba2096cd9",
1462
                "reference": "4be243f1fc85ff85f10aadcf88c8c11ba2096cd9",
1463
                "shasum": ""
1464
            },
1465
            "require": {
1466
                "symfony/framework-bundle": "~2.3|~3.0",
1467
                "symfony/security": "~2.3|~3.0"
1468
            },
1469
            "require-dev": {
1470
                "phpunit/phpunit": "^5.2"
1471
            },
1472
            "type": "symfony-bundle",
1473
            "extra": {
1474
                "branch-alias": {
1475
                    "dev-master": "1.10.x-dev"
1476
                }
1477
            },
1478
            "autoload": {
1479
                "psr-4": {
1480
                    "Nelmio\\SecurityBundle\\": ""
1481
                }
1482
            },
1483
            "notification-url": "https://packagist.org/downloads/",
1484
            "license": [
1485
                "MIT"
1486
            ],
1487
            "authors": [
1488
                {
1489
                    "name": "Nelmio",
1490
                    "homepage": "http://nelm.io"
1491
                },
1492
                {
1493
                    "name": "Symfony Community",
1494
                    "homepage": "https://github.com/nelmio/NelmioSecurityBundle/contributors"
1495
                }
1496
            ],
1497
            "description": "Extra security-related features for Symfony: signed/encrypted cookies, HTTPS/SSL/HSTS handling, cookie session storage, ...",
1498
            "keywords": [
1499
                "security"
1500
            ],
1501
            "time": "2016-02-23T10:42:13+00:00"
1502
        },
1503
        {
1504
            "name": "nikic/php-parser",
1505
            "version": "v3.1.3",
1506
            "source": {
1507
                "type": "git",
1508
                "url": "https://github.com/nikic/PHP-Parser.git",
1509
                "reference": "579f4ce846734a1cf55d6a531d00ca07a43e3cda"
1510
            },
1511
            "dist": {
1512
                "type": "zip",
1513
                "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/579f4ce846734a1cf55d6a531d00ca07a43e3cda",
1514
                "reference": "579f4ce846734a1cf55d6a531d00ca07a43e3cda",
1515
                "shasum": ""
1516
            },
1517
            "require": {
1518
                "ext-tokenizer": "*",
1519
                "php": ">=5.5"
1520
            },
1521
            "require-dev": {
1522
                "phpunit/phpunit": "~4.0|~5.0"
1523
            },
1524
            "bin": [
1525
                "bin/php-parse"
1526
            ],
1527
            "type": "library",
1528
            "extra": {
1529
                "branch-alias": {
1530
                    "dev-master": "3.0-dev"
1531
                }
1532
            },
1533
            "autoload": {
1534
                "psr-4": {
1535
                    "PhpParser\\": "lib/PhpParser"
1536
                }
1537
            },
1538
            "notification-url": "https://packagist.org/downloads/",
1539
            "license": [
1540
                "BSD-3-Clause"
1541
            ],
1542
            "authors": [
1543
                {
1544
                    "name": "Nikita Popov"
1545
                }
1546
            ],
1547
            "description": "A PHP parser written in PHP",
1548
            "keywords": [
1549
                "parser",
1550
                "php"
1551
            ],
1552
            "time": "2017-12-26T14:43:21+00:00"
1553
        },
1554
        {
1555
            "name": "openconext/monitor-bundle",
1556
            "version": "1.0.0",
1557
            "source": {
1558
                "type": "git",
1559
                "url": "https://github.com/OpenConext/Monitor-bundle.git",
1560
                "reference": "b9be093828385e857ff23a106b4429155d7f8d58"
1561
            },
1562
            "dist": {
1563
                "type": "zip",
1564
                "url": "https://api.github.com/repos/OpenConext/Monitor-bundle/zipball/b9be093828385e857ff23a106b4429155d7f8d58",
1565
                "reference": "b9be093828385e857ff23a106b4429155d7f8d58",
1566
                "shasum": ""
1567
            },
1568
            "require": {
1569
                "php": ">=5.4,<8.0-dev",
1570
                "symfony/dependency-injection": ">=2.7,<4",
1571
                "symfony/framework-bundle": ">=2.7,<4",
1572
                "webmozart/assert": "^1.2"
1573
            },
1574
            "require-dev": {
1575
                "jakub-onderka/php-parallel-lint": "^0.9.2",
1576
                "liip/rmt": "^1.1",
1577
                "malukenho/docheader": "^0.1.6",
1578
                "matthiasnoback/symfony-config-test": "^2.1",
1579
                "mockery/mockery": "~0.9",
1580
                "phpdocumentor/reflection-docblock": "3.3.*",
1581
                "phpmd/phpmd": "^2.6",
1582
                "phpunit/php-token-stream": "1.4.*",
1583
                "phpunit/phpunit": "^5.7",
1584
                "sebastian/phpcpd": "^3.0",
1585
                "squizlabs/php_codesniffer": "^3.1"
1586
            },
1587
            "type": "symfony-bundle",
1588
            "autoload": {
1589
                "psr-4": {
1590
                    "OpenConext\\MonitorBundle\\": "src"
1591
                }
1592
            },
1593
            "notification-url": "https://packagist.org/downloads/",
1594
            "license": [
1595
                "Apache-2.0"
1596
            ],
1597
            "description": "A Symfony2 bundle that facilitates health and info endpoints to a Symfony application",
1598
            "keywords": [
1599
                "OpenConext",
1600
                "health",
1601
                "monitoring",
1602
                "stepup",
1603
                "surfnet"
1604
            ],
1605
            "time": "2017-12-07T14:41:46+00:00"
1606
        },
1607
        {
1608
            "name": "paragonie/random_compat",
0 ignored issues
show
There is a security advisory for your installed version of paragonie/random_compat:

Uses insecure CSPRNG (openssl_random_pseudo_bytes())
Loading history...
1609
            "version": "v1.4.1",
1610
            "source": {
1611
                "type": "git",
1612
                "url": "https://github.com/paragonie/random_compat.git",
1613
                "reference": "c7e26a21ba357863de030f0b9e701c7d04593774"
1614
            },
1615
            "dist": {
1616
                "type": "zip",
1617
                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/c7e26a21ba357863de030f0b9e701c7d04593774",
1618
                "reference": "c7e26a21ba357863de030f0b9e701c7d04593774",
1619
                "shasum": ""
1620
            },
1621
            "require": {
1622
                "php": ">=5.2.0"
1623
            },
1624
            "require-dev": {
1625
                "phpunit/phpunit": "4.*|5.*"
1626
            },
1627
            "suggest": {
1628
                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
1629
            },
1630
            "type": "library",
1631
            "autoload": {
1632
                "files": [
1633
                    "lib/random.php"
1634
                ]
1635
            },
1636
            "notification-url": "https://packagist.org/downloads/",
1637
            "license": [
1638
                "MIT"
1639
            ],
1640
            "authors": [
1641
                {
1642
                    "name": "Paragon Initiative Enterprises",
1643
                    "email": "[email protected]",
1644
                    "homepage": "https://paragonie.com"
1645
                }
1646
            ],
1647
            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
1648
            "keywords": [
1649
                "csprng",
1650
                "pseudorandom",
1651
                "random"
1652
            ],
1653
            "time": "2016-03-18T20:34:03+00:00"
1654
        },
1655
        {
1656
            "name": "psr/http-message",
1657
            "version": "1.0.1",
1658
            "source": {
1659
                "type": "git",
1660
                "url": "https://github.com/php-fig/http-message.git",
1661
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
1662
            },
1663
            "dist": {
1664
                "type": "zip",
1665
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
1666
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
1667
                "shasum": ""
1668
            },
1669
            "require": {
1670
                "php": ">=5.3.0"
1671
            },
1672
            "type": "library",
1673
            "extra": {
1674
                "branch-alias": {
1675
                    "dev-master": "1.0.x-dev"
1676
                }
1677
            },
1678
            "autoload": {
1679
                "psr-4": {
1680
                    "Psr\\Http\\Message\\": "src/"
1681
                }
1682
            },
1683
            "notification-url": "https://packagist.org/downloads/",
1684
            "license": [
1685
                "MIT"
1686
            ],
1687
            "authors": [
1688
                {
1689
                    "name": "PHP-FIG",
1690
                    "homepage": "http://www.php-fig.org/"
1691
                }
1692
            ],
1693
            "description": "Common interface for HTTP messages",
1694
            "homepage": "https://github.com/php-fig/http-message",
1695
            "keywords": [
1696
                "http",
1697
                "http-message",
1698
                "psr",
1699
                "psr-7",
1700
                "request",
1701
                "response"
1702
            ],
1703
            "time": "2016-08-06T14:39:51+00:00"
1704
        },
1705
        {
1706
            "name": "psr/log",
1707
            "version": "1.0.2",
1708
            "source": {
1709
                "type": "git",
1710
                "url": "https://github.com/php-fig/log.git",
1711
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
1712
            },
1713
            "dist": {
1714
                "type": "zip",
1715
                "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
1716
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
1717
                "shasum": ""
1718
            },
1719
            "require": {
1720
                "php": ">=5.3.0"
1721
            },
1722
            "type": "library",
1723
            "extra": {
1724
                "branch-alias": {
1725
                    "dev-master": "1.0.x-dev"
1726
                }
1727
            },
1728
            "autoload": {
1729
                "psr-4": {
1730
                    "Psr\\Log\\": "Psr/Log/"
1731
                }
1732
            },
1733
            "notification-url": "https://packagist.org/downloads/",
1734
            "license": [
1735
                "MIT"
1736
            ],
1737
            "authors": [
1738
                {
1739
                    "name": "PHP-FIG",
1740
                    "homepage": "http://www.php-fig.org/"
1741
                }
1742
            ],
1743
            "description": "Common interface for logging libraries",
1744
            "homepage": "https://github.com/php-fig/log",
1745
            "keywords": [
1746
                "log",
1747
                "psr",
1748
                "psr-3"
1749
            ],
1750
            "time": "2016-10-10T12:19:37+00:00"
1751
        },
1752
        {
1753
            "name": "ramsey/uuid",
1754
            "version": "3.5.0",
1755
            "source": {
1756
                "type": "git",
1757
                "url": "https://github.com/ramsey/uuid.git",
1758
                "reference": "a6d15c8618ea3951fd54d34e326b68d3d0bc0786"
1759
            },
1760
            "dist": {
1761
                "type": "zip",
1762
                "url": "https://api.github.com/repos/ramsey/uuid/zipball/a6d15c8618ea3951fd54d34e326b68d3d0bc0786",
1763
                "reference": "a6d15c8618ea3951fd54d34e326b68d3d0bc0786",
1764
                "shasum": ""
1765
            },
1766
            "require": {
1767
                "paragonie/random_compat": "^1.0|^2.0",
1768
                "php": ">=5.4"
1769
            },
1770
            "replace": {
1771
                "rhumsaa/uuid": "self.version"
1772
            },
1773
            "require-dev": {
1774
                "apigen/apigen": "^4.1",
1775
                "codeception/aspect-mock": "1.0.0",
1776
                "goaop/framework": "1.0.0-alpha.2",
1777
                "ircmaxell/random-lib": "^1.1",
1778
                "jakub-onderka/php-parallel-lint": "^0.9.0",
1779
                "mockery/mockery": "^0.9.4",
1780
                "moontoast/math": "^1.1",
1781
                "phpunit/phpunit": "^4.7|>=5.0 <5.4",
1782
                "satooshi/php-coveralls": "^0.6.1",
1783
                "squizlabs/php_codesniffer": "^2.3"
1784
            },
1785
            "suggest": {
1786
                "ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator",
1787
                "ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator",
1788
                "ircmaxell/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
1789
                "moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).",
1790
                "ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid",
1791
                "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
1792
            },
1793
            "type": "library",
1794
            "extra": {
1795
                "branch-alias": {
1796
                    "dev-master": "3.x-dev"
1797
                }
1798
            },
1799
            "autoload": {
1800
                "psr-4": {
1801
                    "Ramsey\\Uuid\\": "src/"
1802
                }
1803
            },
1804
            "notification-url": "https://packagist.org/downloads/",
1805
            "license": [
1806
                "MIT"
1807
            ],
1808
            "authors": [
1809
                {
1810
                    "name": "Marijn Huizendveld",
1811
                    "email": "[email protected]"
1812
                },
1813
                {
1814
                    "name": "Thibaud Fabre",
1815
                    "email": "[email protected]"
1816
                },
1817
                {
1818
                    "name": "Ben Ramsey",
1819
                    "email": "[email protected]",
1820
                    "homepage": "https://benramsey.com"
1821
                }
1822
            ],
1823
            "description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).",
1824
            "homepage": "https://github.com/ramsey/uuid",
1825
            "keywords": [
1826
                "guid",
1827
                "identifier",
1828
                "uuid"
1829
            ],
1830
            "time": "2016-08-02T18:39:32+00:00"
1831
        },
1832
        {
1833
            "name": "robrichards/xmlseclibs",
1834
            "version": "3.0.1",
1835
            "source": {
1836
                "type": "git",
1837
                "url": "https://github.com/robrichards/xmlseclibs.git",
1838
                "reference": "d937712f70f93a584eb0299ccd87dc6374003781"
1839
            },
1840
            "dist": {
1841
                "type": "zip",
1842
                "url": "https://api.github.com/repos/robrichards/xmlseclibs/zipball/d937712f70f93a584eb0299ccd87dc6374003781",
1843
                "reference": "d937712f70f93a584eb0299ccd87dc6374003781",
1844
                "shasum": ""
1845
            },
1846
            "require": {
1847
                "php": ">= 5.4"
1848
            },
1849
            "suggest": {
1850
                "ext-openssl": "OpenSSL extension"
1851
            },
1852
            "type": "library",
1853
            "autoload": {
1854
                "psr-4": {
1855
                    "RobRichards\\XMLSecLibs\\": "src"
1856
                }
1857
            },
1858
            "notification-url": "https://packagist.org/downloads/",
1859
            "license": [
1860
                "BSD-3-Clause"
1861
            ],
1862
            "description": "A PHP library for XML Security",
1863
            "homepage": "https://github.com/robrichards/xmlseclibs",
1864
            "keywords": [
1865
                "security",
1866
                "signature",
1867
                "xml",
1868
                "xmldsig"
1869
            ],
1870
            "time": "2017-08-31T09:27:07+00:00"
1871
        },
1872
        {
1873
            "name": "sensio/distribution-bundle",
1874
            "version": "v3.0.30",
1875
            "target-dir": "Sensio/Bundle/DistributionBundle",
1876
            "source": {
1877
                "type": "git",
1878
                "url": "https://github.com/sensiolabs/SensioDistributionBundle.git",
1879
                "reference": "f1758b30096202aeede61f79a1dffd69da091517"
1880
            },
1881
            "dist": {
1882
                "type": "zip",
1883
                "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/f1758b30096202aeede61f79a1dffd69da091517",
1884
                "reference": "f1758b30096202aeede61f79a1dffd69da091517",
1885
                "shasum": ""
1886
            },
1887
            "require": {
1888
                "php": ">=5.3.3",
1889
                "sensiolabs/security-checker": "~2.0",
1890
                "symfony/class-loader": "~2.2",
1891
                "symfony/framework-bundle": "~2.3",
1892
                "symfony/process": "~2.2"
1893
            },
1894
            "require-dev": {
1895
                "symfony/form": "~2.2",
1896
                "symfony/validator": "~2.2",
1897
                "symfony/yaml": "~2.2"
1898
            },
1899
            "suggest": {
1900
                "symfony/form": "If you want to use the configurator",
1901
                "symfony/validator": "If you want to use the configurator",
1902
                "symfony/yaml": "If you want to use  the configurator"
1903
            },
1904
            "type": "symfony-bundle",
1905
            "extra": {
1906
                "branch-alias": {
1907
                    "dev-master": "3.0.x-dev"
1908
                }
1909
            },
1910
            "autoload": {
1911
                "psr-0": {
1912
                    "Sensio\\Bundle\\DistributionBundle": ""
1913
                }
1914
            },
1915
            "notification-url": "https://packagist.org/downloads/",
1916
            "license": [
1917
                "MIT"
1918
            ],
1919
            "authors": [
1920
                {
1921
                    "name": "Fabien Potencier",
1922
                    "email": "[email protected]"
1923
                }
1924
            ],
1925
            "description": "Base bundle for Symfony Distributions",
1926
            "keywords": [
1927
                "configuration",
1928
                "distribution"
1929
            ],
1930
            "time": "2015-06-05T22:32:22+00:00"
1931
        },
1932
        {
1933
            "name": "sensio/framework-extra-bundle",
1934
            "version": "v3.0.16",
1935
            "source": {
1936
                "type": "git",
1937
                "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
1938
                "reference": "507a15f56fa7699f6cc8c2c7de4080b19ce22546"
1939
            },
1940
            "dist": {
1941
                "type": "zip",
1942
                "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/507a15f56fa7699f6cc8c2c7de4080b19ce22546",
1943
                "reference": "507a15f56fa7699f6cc8c2c7de4080b19ce22546",
1944
                "shasum": ""
1945
            },
1946
            "require": {
1947
                "doctrine/common": "~2.2",
1948
                "symfony/dependency-injection": "~2.3|~3.0",
1949
                "symfony/framework-bundle": "~2.3|~3.0"
1950
            },
1951
            "require-dev": {
1952
                "symfony/browser-kit": "~2.3|~3.0",
1953
                "symfony/dom-crawler": "~2.3|~3.0",
1954
                "symfony/expression-language": "~2.4|~3.0",
1955
                "symfony/finder": "~2.3|~3.0",
1956
                "symfony/phpunit-bridge": "~2.7|~3.0",
1957
                "symfony/security-bundle": "~2.4|~3.0",
1958
                "symfony/twig-bundle": "~2.3|~3.0",
1959
                "twig/twig": "~1.11|~2.0"
1960
            },
1961
            "suggest": {
1962
                "symfony/expression-language": "",
1963
                "symfony/psr-http-message-bridge": "To use the PSR-7 converters",
1964
                "symfony/security-bundle": ""
1965
            },
1966
            "type": "symfony-bundle",
1967
            "extra": {
1968
                "branch-alias": {
1969
                    "dev-master": "3.0.x-dev"
1970
                }
1971
            },
1972
            "autoload": {
1973
                "psr-4": {
1974
                    "Sensio\\Bundle\\FrameworkExtraBundle\\": ""
1975
                }
1976
            },
1977
            "notification-url": "https://packagist.org/downloads/",
1978
            "license": [
1979
                "MIT"
1980
            ],
1981
            "authors": [
1982
                {
1983
                    "name": "Fabien Potencier",
1984
                    "email": "[email protected]"
1985
                }
1986
            ],
1987
            "description": "This bundle provides a way to configure your controllers with annotations",
1988
            "keywords": [
1989
                "annotations",
1990
                "controllers"
1991
            ],
1992
            "time": "2016-03-25T17:08:27+00:00"
1993
        },
1994
        {
1995
            "name": "sensiolabs/security-checker",
1996
            "version": "v2.0.5",
1997
            "source": {
1998
                "type": "git",
1999
                "url": "https://github.com/sensiolabs/security-checker.git",
2000
                "reference": "2c2a71f1c77d9765c12638c4724d9ca23658a810"
2001
            },
2002
            "dist": {
2003
                "type": "zip",
2004
                "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/2c2a71f1c77d9765c12638c4724d9ca23658a810",
2005
                "reference": "2c2a71f1c77d9765c12638c4724d9ca23658a810",
2006
                "shasum": ""
2007
            },
2008
            "require": {
2009
                "ext-curl": "*",
2010
                "symfony/console": "~2.0"
2011
            },
2012
            "bin": [
2013
                "security-checker"
2014
            ],
2015
            "type": "library",
2016
            "extra": {
2017
                "branch-alias": {
2018
                    "dev-master": "2.0-dev"
2019
                }
2020
            },
2021
            "autoload": {
2022
                "psr-0": {
2023
                    "SensioLabs\\Security": ""
2024
                }
2025
            },
2026
            "notification-url": "https://packagist.org/downloads/",
2027
            "license": [
2028
                "MIT"
2029
            ],
2030
            "authors": [
2031
                {
2032
                    "name": "Fabien Potencier",
2033
                    "email": "[email protected]"
2034
                }
2035
            ],
2036
            "description": "A security checker for your composer.lock",
2037
            "time": "2015-05-28T14:22:40+00:00"
2038
        },
2039
        {
2040
            "name": "setasign/fpdi",
2041
            "version": "1.6.2",
2042
            "source": {
2043
                "type": "git",
2044
                "url": "https://github.com/Setasign/FPDI.git",
2045
                "reference": "a6ad58897a6d97cc2d2cd2adaeda343b25a368ea"
2046
            },
2047
            "dist": {
2048
                "type": "zip",
2049
                "url": "https://api.github.com/repos/Setasign/FPDI/zipball/a6ad58897a6d97cc2d2cd2adaeda343b25a368ea",
2050
                "reference": "a6ad58897a6d97cc2d2cd2adaeda343b25a368ea",
2051
                "shasum": ""
2052
            },
2053
            "suggest": {
2054
                "setasign/fpdf": "FPDI will extend this class but as it is also possible to use \"tecnickcom/tcpdf\" as an alternative there's no fixed dependency configured.",
2055
                "setasign/fpdi-fpdf": "Use this package to automatically evaluate dependencies to FPDF.",
2056
                "setasign/fpdi-tcpdf": "Use this package to automatically evaluate dependencies to TCPDF."
2057
            },
2058
            "type": "library",
2059
            "autoload": {
2060
                "classmap": [
2061
                    "filters/",
2062
                    "fpdi.php",
2063
                    "fpdf_tpl.php",
2064
                    "fpdi_pdf_parser.php",
2065
                    "pdf_context.php"
2066
                ]
2067
            },
2068
            "notification-url": "https://packagist.org/downloads/",
2069
            "license": [
2070
                "MIT"
2071
            ],
2072
            "authors": [
2073
                {
2074
                    "name": "Jan Slabon",
2075
                    "email": "[email protected]",
2076
                    "homepage": "https://www.setasign.com"
2077
                }
2078
            ],
2079
            "description": "FPDI is a collection of PHP classes facilitating developers to read pages from existing PDF documents and use them as templates in FPDF. Because it is also possible to use FPDI with TCPDF, there are no fixed dependencies defined. Please see suggestions for packages which evaluates the dependencies automatically.",
2080
            "homepage": "https://www.setasign.com/fpdi",
2081
            "keywords": [
2082
                "fpdf",
2083
                "fpdi",
2084
                "pdf"
2085
            ],
2086
            "time": "2017-05-11T14:25:49+00:00"
2087
        },
2088
        {
2089
            "name": "simplesamlphp/saml2",
2090
            "version": "v3.1.4",
2091
            "source": {
2092
                "type": "git",
2093
                "url": "https://github.com/simplesamlphp/saml2.git",
2094
                "reference": "4f6af7f69f29df8555a18b9bb7b646906b45924d"
2095
            },
2096
            "dist": {
2097
                "type": "zip",
2098
                "url": "https://api.github.com/repos/simplesamlphp/saml2/zipball/4f6af7f69f29df8555a18b9bb7b646906b45924d",
2099
                "reference": "4f6af7f69f29df8555a18b9bb7b646906b45924d",
2100
                "shasum": ""
2101
            },
2102
            "require": {
2103
                "ext-dom": "*",
2104
                "ext-openssl": "*",
2105
                "ext-zlib": "*",
2106
                "php": ">=5.4",
2107
                "psr/log": "~1.0",
2108
                "robrichards/xmlseclibs": "^3.0"
2109
            },
2110
            "require-dev": {
2111
                "mockery/mockery": "~0.9",
2112
                "phpmd/phpmd": "~1.5",
2113
                "phpunit/phpunit": "~3.7",
2114
                "sebastian/phpcpd": "~1.4",
2115
                "sensiolabs/security-checker": "~1.1",
2116
                "squizlabs/php_codesniffer": "~1.4"
2117
            },
2118
            "type": "library",
2119
            "extra": {
2120
                "branch-alias": {
2121
                    "dev-master": "v3.0.x-dev"
2122
                }
2123
            },
2124
            "autoload": {
2125
                "psr-0": {
2126
                    "SAML2\\": "src/"
2127
                },
2128
                "files": [
2129
                    "src/_autoload.php"
2130
                ]
2131
            },
2132
            "notification-url": "https://packagist.org/downloads/",
2133
            "license": [
2134
                "LGPL-2.1-or-later"
2135
            ],
2136
            "authors": [
2137
                {
2138
                    "name": "Andreas Åkre Solberg",
2139
                    "email": "[email protected]"
2140
                }
2141
            ],
2142
            "description": "SAML2 PHP library from SimpleSAMLphp",
2143
            "time": "2018-03-02T14:30:38+00:00"
2144
        },
2145
        {
2146
            "name": "surfnet/stepup-bundle",
2147
            "version": "3.3.3",
2148
            "source": {
2149
                "type": "git",
2150
                "url": "https://github.com/OpenConext/Stepup-bundle.git",
2151
                "reference": "6ac86cdcf6bbc2e0c50408fff7cafa7a5445a8fb"
2152
            },
2153
            "dist": {
2154
                "type": "zip",
2155
                "url": "https://api.github.com/repos/OpenConext/Stepup-bundle/zipball/6ac86cdcf6bbc2e0c50408fff7cafa7a5445a8fb",
2156
                "reference": "6ac86cdcf6bbc2e0c50408fff7cafa7a5445a8fb",
2157
                "shasum": ""
2158
            },
2159
            "require": {
2160
                "ext-gmp": "*",
2161
                "ext-openssl": "*",
2162
                "graylog2/gelf-php": "^1.5",
2163
                "guzzlehttp/guzzle": "^6.0",
2164
                "monolog/monolog": "~1.11",
2165
                "php": "^5.6|^7.0",
2166
                "sensio/framework-extra-bundle": "~3",
2167
                "surfnet/stepup-saml-bundle": "^4.0",
2168
                "symfony/config": "^2.7",
2169
                "symfony/dependency-injection": "^2.7",
2170
                "symfony/form": "^2.7",
2171
                "symfony/framework-bundle": "^2.7",
2172
                "symfony/http-kernel": "^2.7",
2173
                "symfony/twig-bridge": "^2.7",
2174
                "symfony/validator": "^2.7"
2175
            },
2176
            "require-dev": {
2177
                "liip/rmt": "1.1.*",
2178
                "mockery/mockery": "0.9.*",
2179
                "phpmd/phpmd": "^2.0",
2180
                "phpunit/phpunit": "^4.0",
2181
                "sebastian/phpcpd": "^2.0",
2182
                "sensiolabs/security-checker": "^2.0",
2183
                "squizlabs/php_codesniffer": "^1.0"
2184
            },
2185
            "type": "library",
2186
            "autoload": {
2187
                "psr-4": {
2188
                    "Surfnet\\StepupBundle\\": "src"
2189
                }
2190
            },
2191
            "notification-url": "https://packagist.org/downloads/",
2192
            "license": [
2193
                "Apache-2.0"
2194
            ],
2195
            "description": "A Symfony2 bundle that holds shared code and framework integration for all Step-up applications.",
2196
            "keywords": [
2197
                "stepup",
2198
                "suaas",
2199
                "surfnet"
2200
            ],
2201
            "time": "2018-03-22T14:15:12+00:00"
2202
        },
2203
        {
2204
            "name": "surfnet/stepup-middleware-client-bundle",
2205
            "version": "2.3.1",
2206
            "source": {
2207
                "type": "git",
2208
                "url": "https://github.com/OpenConext/Stepup-Middleware-clientbundle.git",
2209
                "reference": "9706c3e63dee41cc11e331b3057f885b8772eb66"
2210
            },
2211
            "dist": {
2212
                "type": "zip",
2213
                "url": "https://api.github.com/repos/OpenConext/Stepup-Middleware-clientbundle/zipball/9706c3e63dee41cc11e331b3057f885b8772eb66",
2214
                "reference": "9706c3e63dee41cc11e331b3057f885b8772eb66",
2215
                "shasum": ""
2216
            },
2217
            "require": {
2218
                "beberlei/assert": "~2.0",
2219
                "guzzlehttp/guzzle": "^6.0",
2220
                "moontoast/math": "~1.1",
2221
                "php": "^5.6|^7.0",
2222
                "psr/log": "~1.0",
2223
                "ramsey/uuid": "^3.4",
2224
                "surfnet/stepup-bundle": "^3.0",
2225
                "symfony/config": "^2.7",
2226
                "symfony/dependency-injection": "^2.7",
2227
                "symfony/http-kernel": "^2.7",
2228
                "symfony/validator": "^2.7"
2229
            },
2230
            "conflict": {
2231
                "surfnet/stepup-middleware-client": "*"
2232
            },
2233
            "require-dev": {
2234
                "liip/rmt": "1.1.*",
2235
                "matthiasnoback/symfony-config-test": "0.*",
2236
                "mockery/mockery": "0.9.*",
2237
                "phpmd/phpmd": "^2.0",
2238
                "phpunit/phpunit": "^4.0",
2239
                "sebastian/phpcpd": "^2.0",
2240
                "sensiolabs/security-checker": "^2.0",
2241
                "squizlabs/php_codesniffer": "^1.0"
2242
            },
2243
            "type": "library",
2244
            "autoload": {
2245
                "psr-4": {
2246
                    "Surfnet\\StepupMiddlewareClientBundle\\": "src/Surfnet/StepupMiddlewareClientBundle/",
2247
                    "Surfnet\\StepupMiddlewareClient\\": "src/Surfnet/StepupMiddlewareClient/"
2248
                }
2249
            },
2250
            "notification-url": "https://packagist.org/downloads/",
2251
            "license": [
2252
                "Apache-2.0"
2253
            ],
2254
            "description": "Symfony2 bundle for consuming the Step-up Middleware API.",
2255
            "time": "2018-03-08T15:25:18+00:00"
2256
        },
2257
        {
2258
            "name": "surfnet/stepup-saml-bundle",
2259
            "version": "4.0.0",
2260
            "source": {
2261
                "type": "git",
2262
                "url": "https://github.com/OpenConext/Stepup-saml-bundle.git",
2263
                "reference": "9bb7098248c7b60c8b2cbc74d996b027de69e68a"
2264
            },
2265
            "dist": {
2266
                "type": "zip",
2267
                "url": "https://api.github.com/repos/OpenConext/Stepup-saml-bundle/zipball/9bb7098248c7b60c8b2cbc74d996b027de69e68a",
2268
                "reference": "9bb7098248c7b60c8b2cbc74d996b027de69e68a",
2269
                "shasum": ""
2270
            },
2271
            "require": {
2272
                "ext-openssl": "*",
2273
                "php": ">=5.6,<8.0-dev",
2274
                "robrichards/xmlseclibs": "^3.0",
2275
                "simplesamlphp/saml2": "^3.0",
2276
                "symfony/dependency-injection": ">=2.7,<4",
2277
                "symfony/framework-bundle": ">=2.7,<4"
2278
            },
2279
            "require-dev": {
2280
                "ibuildings/qa-tools": "~1.1",
2281
                "liip/rmt": "~1.1",
2282
                "mockery/mockery": "~0.9",
2283
                "psr/log": "~1.0"
2284
            },
2285
            "type": "symfony-bundle",
2286
            "autoload": {
2287
                "psr-4": {
2288
                    "Surfnet\\SamlBundle\\": "src"
2289
                }
2290
            },
2291
            "notification-url": "https://packagist.org/downloads/",
2292
            "license": [
2293
                "Apache-2.0"
2294
            ],
2295
            "description": "A Symfony2 bundle that integrates the simplesamlphp\\saml2 library with Symfony",
2296
            "keywords": [
2297
                "SAML2",
2298
                "saml",
2299
                "simplesamlphp",
2300
                "stepup",
2301
                "surfnet"
2302
            ],
2303
            "time": "2018-03-21T09:35:58+00:00"
2304
        },
2305
        {
2306
            "name": "surfnet/stepup-u2f-bundle",
2307
            "version": "dev-develop",
2308
            "source": {
2309
                "type": "git",
2310
                "url": "https://github.com/OpenConext/Stepup-u2f-bundle.git",
2311
                "reference": "67d8400160c5c9048cdd4354303d59243edbb7bf"
2312
            },
2313
            "dist": {
2314
                "type": "zip",
2315
                "url": "https://api.github.com/repos/OpenConext/Stepup-u2f-bundle/zipball/67d8400160c5c9048cdd4354303d59243edbb7bf",
2316
                "reference": "67d8400160c5c9048cdd4354303d59243edbb7bf",
2317
                "shasum": ""
2318
            },
2319
            "require": {
2320
                "php": ">=5.4|^7",
2321
                "symfony/config": "^2.7",
2322
                "symfony/dependency-injection": "^2.7",
2323
                "symfony/form": "^2.7",
2324
                "symfony/http-kernel": "^2.7",
2325
                "symfony/validator": "^2.7",
2326
                "yubico/u2flib-server": "^0.1.0"
2327
            },
2328
            "require-dev": {
2329
                "ibuildings/qa-tools": "~1.1,>=1.1.27",
2330
                "liip/rmt": "1.1.*",
2331
                "matthiasnoback/symfony-config-test": "^1.2",
2332
                "mockery/mockery": "~0.9"
2333
            },
2334
            "type": "library",
2335
            "autoload": {
2336
                "psr-4": {
2337
                    "Surfnet\\StepupU2fBundle\\": "src"
2338
                }
2339
            },
2340
            "notification-url": "https://packagist.org/downloads/",
2341
            "license": [
2342
                "Apache-2.0"
2343
            ],
2344
            "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",
2345
            "time": "2017-01-27T08:45:00+00:00"
2346
        },
2347
        {
2348
            "name": "symfony/assetic-bundle",
2349
            "version": "v2.8.0",
2350
            "source": {
2351
                "type": "git",
2352
                "url": "https://github.com/symfony/assetic-bundle.git",
2353
                "reference": "aa5b4f8b712f38745928fa845ddb73300bb2af6d"
2354
            },
2355
            "dist": {
2356
                "type": "zip",
2357
                "url": "https://api.github.com/repos/symfony/assetic-bundle/zipball/aa5b4f8b712f38745928fa845ddb73300bb2af6d",
2358
                "reference": "aa5b4f8b712f38745928fa845ddb73300bb2af6d",
2359
                "shasum": ""
2360
            },
2361
            "require": {
2362
                "kriswallsmith/assetic": "~1.3",
2363
                "php": ">=5.3.0",
2364
                "symfony/console": "~2.3|~3.0",
2365
                "symfony/dependency-injection": "~2.3|~3.0",
2366
                "symfony/framework-bundle": "~2.3|~3.0",
2367
                "symfony/yaml": "~2.3|~3.0"
2368
            },
2369
            "conflict": {
2370
                "kriswallsmith/spork": "<=0.2",
2371
                "twig/twig": "<1.20"
2372
            },
2373
            "require-dev": {
2374
                "kriswallsmith/spork": "~0.3",
2375
                "patchwork/jsqueeze": "~1.0",
2376
                "symfony/class-loader": "~2.3|~3.0",
2377
                "symfony/css-selector": "~2.3|~3.0",
2378
                "symfony/dom-crawler": "~2.3|~3.0",
2379
                "symfony/phpunit-bridge": "~2.7|~3.0",
2380
                "symfony/twig-bundle": "~2.3|~3.0"
2381
            },
2382
            "suggest": {
2383
                "kriswallsmith/spork": "to be able to dump assets in parallel",
2384
                "symfony/twig-bundle": "to use the Twig integration"
2385
            },
2386
            "type": "symfony-bundle",
2387
            "extra": {
2388
                "branch-alias": {
2389
                    "dev-master": "2.7-dev"
2390
                }
2391
            },
2392
            "autoload": {
2393
                "psr-4": {
2394
                    "Symfony\\Bundle\\AsseticBundle\\": ""
2395
                }
2396
            },
2397
            "notification-url": "https://packagist.org/downloads/",
2398
            "license": [
2399
                "MIT"
2400
            ],
2401
            "authors": [
2402
                {
2403
                    "name": "Kris Wallsmith",
2404
                    "email": "[email protected]",
2405
                    "homepage": "http://kriswallsmith.net/"
2406
                }
2407
            ],
2408
            "description": "Integrates Assetic into Symfony2",
2409
            "homepage": "https://github.com/symfony/AsseticBundle",
2410
            "keywords": [
2411
                "assets",
2412
                "compression",
2413
                "minification"
2414
            ],
2415
            "time": "2015-12-28T13:12:39+00:00"
2416
        },
2417
        {
2418
            "name": "symfony/monolog-bundle",
2419
            "version": "2.11.1",
2420
            "source": {
2421
                "type": "git",
2422
                "url": "https://github.com/symfony/monolog-bundle.git",
2423
                "reference": "e7caf4936c7be82bc6d68df87f1d23a0d5bf6e00"
2424
            },
2425
            "dist": {
2426
                "type": "zip",
2427
                "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/e7caf4936c7be82bc6d68df87f1d23a0d5bf6e00",
2428
                "reference": "e7caf4936c7be82bc6d68df87f1d23a0d5bf6e00",
2429
                "shasum": ""
2430
            },
2431
            "require": {
2432
                "monolog/monolog": "~1.18",
2433
                "php": ">=5.3.2",
2434
                "symfony/config": "~2.3|~3.0",
2435
                "symfony/dependency-injection": "~2.3|~3.0",
2436
                "symfony/http-kernel": "~2.3|~3.0",
2437
                "symfony/monolog-bridge": "~2.3|~3.0"
2438
            },
2439
            "require-dev": {
2440
                "phpunit/phpunit": "^4.8",
2441
                "symfony/console": "~2.3|~3.0",
2442
                "symfony/yaml": "~2.3|~3.0"
2443
            },
2444
            "type": "symfony-bundle",
2445
            "extra": {
2446
                "branch-alias": {
2447
                    "dev-master": "2.x-dev"
2448
                }
2449
            },
2450
            "autoload": {
2451
                "psr-4": {
2452
                    "Symfony\\Bundle\\MonologBundle\\": ""
2453
                }
2454
            },
2455
            "notification-url": "https://packagist.org/downloads/",
2456
            "license": [
2457
                "MIT"
2458
            ],
2459
            "authors": [
2460
                {
2461
                    "name": "Symfony Community",
2462
                    "homepage": "http://symfony.com/contributors"
2463
                },
2464
                {
2465
                    "name": "Fabien Potencier",
2466
                    "email": "[email protected]"
2467
                }
2468
            ],
2469
            "description": "Symfony MonologBundle",
2470
            "homepage": "http://symfony.com",
2471
            "keywords": [
2472
                "log",
2473
                "logging"
2474
            ],
2475
            "time": "2016-04-13T16:21:01+00:00"
2476
        },
2477
        {
2478
            "name": "symfony/polyfill-apcu",
2479
            "version": "v1.2.0",
2480
            "source": {
2481
                "type": "git",
2482
                "url": "https://github.com/symfony/polyfill-apcu.git",
2483
                "reference": "6d58bceaeea2c2d3eb62503839b18646e161cd6b"
2484
            },
2485
            "dist": {
2486
                "type": "zip",
2487
                "url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/6d58bceaeea2c2d3eb62503839b18646e161cd6b",
2488
                "reference": "6d58bceaeea2c2d3eb62503839b18646e161cd6b",
2489
                "shasum": ""
2490
            },
2491
            "require": {
2492
                "php": ">=5.3.3"
2493
            },
2494
            "type": "library",
2495
            "extra": {
2496
                "branch-alias": {
2497
                    "dev-master": "1.2-dev"
2498
                }
2499
            },
2500
            "autoload": {
2501
                "files": [
2502
                    "bootstrap.php"
2503
                ]
2504
            },
2505
            "notification-url": "https://packagist.org/downloads/",
2506
            "license": [
2507
                "MIT"
2508
            ],
2509
            "authors": [
2510
                {
2511
                    "name": "Nicolas Grekas",
2512
                    "email": "[email protected]"
2513
                },
2514
                {
2515
                    "name": "Symfony Community",
2516
                    "homepage": "https://symfony.com/contributors"
2517
                }
2518
            ],
2519
            "description": "Symfony polyfill backporting apcu_* functions to lower PHP versions",
2520
            "homepage": "https://symfony.com",
2521
            "keywords": [
2522
                "apcu",
2523
                "compatibility",
2524
                "polyfill",
2525
                "portable",
2526
                "shim"
2527
            ],
2528
            "time": "2016-05-18T14:26:46+00:00"
2529
        },
2530
        {
2531
            "name": "symfony/polyfill-mbstring",
2532
            "version": "v1.2.0",
2533
            "source": {
2534
                "type": "git",
2535
                "url": "https://github.com/symfony/polyfill-mbstring.git",
2536
                "reference": "dff51f72b0706335131b00a7f49606168c582594"
2537
            },
2538
            "dist": {
2539
                "type": "zip",
2540
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/dff51f72b0706335131b00a7f49606168c582594",
2541
                "reference": "dff51f72b0706335131b00a7f49606168c582594",
2542
                "shasum": ""
2543
            },
2544
            "require": {
2545
                "php": ">=5.3.3"
2546
            },
2547
            "suggest": {
2548
                "ext-mbstring": "For best performance"
2549
            },
2550
            "type": "library",
2551
            "extra": {
2552
                "branch-alias": {
2553
                    "dev-master": "1.2-dev"
2554
                }
2555
            },
2556
            "autoload": {
2557
                "psr-4": {
2558
                    "Symfony\\Polyfill\\Mbstring\\": ""
2559
                },
2560
                "files": [
2561
                    "bootstrap.php"
2562
                ]
2563
            },
2564
            "notification-url": "https://packagist.org/downloads/",
2565
            "license": [
2566
                "MIT"
2567
            ],
2568
            "authors": [
2569
                {
2570
                    "name": "Nicolas Grekas",
2571
                    "email": "[email protected]"
2572
                },
2573
                {
2574
                    "name": "Symfony Community",
2575
                    "homepage": "https://symfony.com/contributors"
2576
                }
2577
            ],
2578
            "description": "Symfony polyfill for the Mbstring extension",
2579
            "homepage": "https://symfony.com",
2580
            "keywords": [
2581
                "compatibility",
2582
                "mbstring",
2583
                "polyfill",
2584
                "portable",
2585
                "shim"
2586
            ],
2587
            "time": "2016-05-18T14:26:46+00:00"
2588
        },
2589
        {
2590
            "name": "symfony/symfony",
0 ignored issues
show
2591
            "version": "v2.7.16",
2592
            "source": {
2593
                "type": "git",
2594
                "url": "https://github.com/symfony/symfony.git",
2595
                "reference": "42199fef6e9b448947d395add058642975e59127"
2596
            },
2597
            "dist": {
2598
                "type": "zip",
2599
                "url": "https://api.github.com/repos/symfony/symfony/zipball/42199fef6e9b448947d395add058642975e59127",
2600
                "reference": "42199fef6e9b448947d395add058642975e59127",
2601
                "shasum": ""
2602
            },
2603
            "require": {
2604
                "doctrine/common": "~2.4",
2605
                "paragonie/random_compat": "~1.0",
2606
                "php": ">=5.3.9",
2607
                "psr/log": "~1.0",
2608
                "symfony/polyfill-apcu": "~1.1",
2609
                "symfony/polyfill-mbstring": "~1.1",
2610
                "twig/twig": "~1.23|~2.0"
2611
            },
2612
            "replace": {
2613
                "symfony/asset": "self.version",
2614
                "symfony/browser-kit": "self.version",
2615
                "symfony/class-loader": "self.version",
2616
                "symfony/config": "self.version",
2617
                "symfony/console": "self.version",
2618
                "symfony/css-selector": "self.version",
2619
                "symfony/debug": "self.version",
2620
                "symfony/debug-bundle": "self.version",
2621
                "symfony/dependency-injection": "self.version",
2622
                "symfony/doctrine-bridge": "self.version",
2623
                "symfony/dom-crawler": "self.version",
2624
                "symfony/event-dispatcher": "self.version",
2625
                "symfony/expression-language": "self.version",
2626
                "symfony/filesystem": "self.version",
2627
                "symfony/finder": "self.version",
2628
                "symfony/form": "self.version",
2629
                "symfony/framework-bundle": "self.version",
2630
                "symfony/http-foundation": "self.version",
2631
                "symfony/http-kernel": "self.version",
2632
                "symfony/intl": "self.version",
2633
                "symfony/locale": "self.version",
2634
                "symfony/monolog-bridge": "self.version",
2635
                "symfony/options-resolver": "self.version",
2636
                "symfony/process": "self.version",
2637
                "symfony/property-access": "self.version",
2638
                "symfony/proxy-manager-bridge": "self.version",
2639
                "symfony/routing": "self.version",
2640
                "symfony/security": "self.version",
2641
                "symfony/security-acl": "self.version",
2642
                "symfony/security-bundle": "self.version",
2643
                "symfony/security-core": "self.version",
2644
                "symfony/security-csrf": "self.version",
2645
                "symfony/security-http": "self.version",
2646
                "symfony/serializer": "self.version",
2647
                "symfony/stopwatch": "self.version",
2648
                "symfony/swiftmailer-bridge": "self.version",
2649
                "symfony/templating": "self.version",
2650
                "symfony/translation": "self.version",
2651
                "symfony/twig-bridge": "self.version",
2652
                "symfony/twig-bundle": "self.version",
2653
                "symfony/validator": "self.version",
2654
                "symfony/var-dumper": "self.version",
2655
                "symfony/web-profiler-bundle": "self.version",
2656
                "symfony/yaml": "self.version"
2657
            },
2658
            "require-dev": {
2659
                "doctrine/data-fixtures": "1.0.*",
2660
                "doctrine/dbal": "~2.4",
2661
                "doctrine/doctrine-bundle": "~1.2",
2662
                "doctrine/orm": "~2.4,>=2.4.5",
2663
                "egulias/email-validator": "~1.2,>=1.2.1",
2664
                "ircmaxell/password-compat": "~1.0",
2665
                "monolog/monolog": "~1.11",
2666
                "ocramius/proxy-manager": "~0.4|~1.0|~2.0"
2667
            },
2668
            "type": "library",
2669
            "extra": {
2670
                "branch-alias": {
2671
                    "dev-master": "2.7-dev"
2672
                }
2673
            },
2674
            "autoload": {
2675
                "psr-4": {
2676
                    "Symfony\\Bridge\\Doctrine\\": "src/Symfony/Bridge/Doctrine/",
2677
                    "Symfony\\Bridge\\Monolog\\": "src/Symfony/Bridge/Monolog/",
2678
                    "Symfony\\Bridge\\ProxyManager\\": "src/Symfony/Bridge/ProxyManager/",
2679
                    "Symfony\\Bridge\\Swiftmailer\\": "src/Symfony/Bridge/Swiftmailer/",
2680
                    "Symfony\\Bridge\\Twig\\": "src/Symfony/Bridge/Twig/",
2681
                    "Symfony\\Bundle\\": "src/Symfony/Bundle/",
2682
                    "Symfony\\Component\\": "src/Symfony/Component/"
2683
                },
2684
                "classmap": [
2685
                    "src/Symfony/Component/HttpFoundation/Resources/stubs",
2686
                    "src/Symfony/Component/Intl/Resources/stubs"
2687
                ],
2688
                "files": [
2689
                    "src/Symfony/Component/Intl/Resources/stubs/functions.php"
2690
                ],
2691
                "exclude-from-classmap": [
2692
                    "**/Tests/"
2693
                ]
2694
            },
2695
            "notification-url": "https://packagist.org/downloads/",
2696
            "license": [
2697
                "MIT"
2698
            ],
2699
            "authors": [
2700
                {
2701
                    "name": "Fabien Potencier",
2702
                    "email": "[email protected]"
2703
                },
2704
                {
2705
                    "name": "Symfony Community",
2706
                    "homepage": "https://symfony.com/contributors"
2707
                }
2708
            ],
2709
            "description": "The Symfony PHP framework",
2710
            "homepage": "https://symfony.com",
2711
            "keywords": [
2712
                "framework"
2713
            ],
2714
            "time": "2016-07-30T08:15:52+00:00"
2715
        },
2716
        {
2717
            "name": "twbs/bootstrap",
2718
            "version": "v3.2.0",
2719
            "source": {
2720
                "type": "git",
2721
                "url": "https://github.com/twbs/bootstrap.git",
2722
                "reference": "c068162161154a4b85110ea1e7dd3d7897ce2b72"
2723
            },
2724
            "dist": {
2725
                "type": "zip",
2726
                "url": "https://api.github.com/repos/twbs/bootstrap/zipball/c068162161154a4b85110ea1e7dd3d7897ce2b72",
2727
                "reference": "c068162161154a4b85110ea1e7dd3d7897ce2b72",
2728
                "shasum": ""
2729
            },
2730
            "replace": {
2731
                "twitter/bootstrap": "self.version"
2732
            },
2733
            "type": "library",
2734
            "extra": {
2735
                "branch-alias": {
2736
                    "dev-master": "3.2.x-dev"
2737
                }
2738
            },
2739
            "notification-url": "https://packagist.org/downloads/",
2740
            "license": [
2741
                "MIT"
2742
            ],
2743
            "authors": [
2744
                {
2745
                    "name": "Jacob Thornton",
2746
                    "email": "[email protected]"
2747
                },
2748
                {
2749
                    "name": "Mark Otto",
2750
                    "email": "[email protected]"
2751
                }
2752
            ],
2753
            "description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
2754
            "homepage": "http://getbootstrap.com",
2755
            "keywords": [
2756
                "JS",
2757
                "css",
2758
                "framework",
2759
                "front-end",
2760
                "less",
2761
                "mobile-first",
2762
                "responsive",
2763
                "web"
2764
            ],
2765
            "time": "2014-06-26T16:36:48+00:00"
2766
        },
2767
        {
2768
            "name": "twig/extensions",
2769
            "version": "v1.3.0",
2770
            "source": {
2771
                "type": "git",
2772
                "url": "https://github.com/twigphp/Twig-extensions.git",
2773
                "reference": "449e3c8a9ffad7c2479c7864557275a32b037499"
2774
            },
2775
            "dist": {
2776
                "type": "zip",
2777
                "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/449e3c8a9ffad7c2479c7864557275a32b037499",
2778
                "reference": "449e3c8a9ffad7c2479c7864557275a32b037499",
2779
                "shasum": ""
2780
            },
2781
            "require": {
2782
                "twig/twig": "~1.20|~2.0"
2783
            },
2784
            "require-dev": {
2785
                "symfony/translation": "~2.3"
2786
            },
2787
            "suggest": {
2788
                "symfony/translation": "Allow the time_diff output to be translated"
2789
            },
2790
            "type": "library",
2791
            "extra": {
2792
                "branch-alias": {
2793
                    "dev-master": "1.3-dev"
2794
                }
2795
            },
2796
            "autoload": {
2797
                "psr-0": {
2798
                    "Twig_Extensions_": "lib/"
2799
                }
2800
            },
2801
            "notification-url": "https://packagist.org/downloads/",
2802
            "license": [
2803
                "MIT"
2804
            ],
2805
            "authors": [
2806
                {
2807
                    "name": "Fabien Potencier",
2808
                    "email": "[email protected]"
2809
                }
2810
            ],
2811
            "description": "Common additional features for Twig that do not directly belong in core",
2812
            "homepage": "http://twig.sensiolabs.org/doc/extensions/index.html",
2813
            "keywords": [
2814
                "i18n",
2815
                "text"
2816
            ],
2817
            "time": "2015-08-22T16:38:35+00:00"
2818
        },
2819
        {
2820
            "name": "twig/twig",
2821
            "version": "v1.32.0",
2822
            "source": {
2823
                "type": "git",
2824
                "url": "https://github.com/twigphp/Twig.git",
2825
                "reference": "9935b662e24d6e634da88901ab534cc12e8c728f"
2826
            },
2827
            "dist": {
2828
                "type": "zip",
2829
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/9935b662e24d6e634da88901ab534cc12e8c728f",
2830
                "reference": "9935b662e24d6e634da88901ab534cc12e8c728f",
2831
                "shasum": ""
2832
            },
2833
            "require": {
2834
                "php": ">=5.2.7"
2835
            },
2836
            "require-dev": {
2837
                "psr/container": "^1.0",
2838
                "symfony/debug": "~2.7",
2839
                "symfony/phpunit-bridge": "~3.2"
2840
            },
2841
            "type": "library",
2842
            "extra": {
2843
                "branch-alias": {
2844
                    "dev-master": "1.32-dev"
2845
                }
2846
            },
2847
            "autoload": {
2848
                "psr-0": {
2849
                    "Twig_": "lib/"
2850
                }
2851
            },
2852
            "notification-url": "https://packagist.org/downloads/",
2853
            "license": [
2854
                "BSD-3-Clause"
2855
            ],
2856
            "authors": [
2857
                {
2858
                    "name": "Fabien Potencier",
2859
                    "email": "[email protected]",
2860
                    "homepage": "http://fabien.potencier.org",
2861
                    "role": "Lead Developer"
2862
                },
2863
                {
2864
                    "name": "Armin Ronacher",
2865
                    "email": "[email protected]",
2866
                    "role": "Project Founder"
2867
                },
2868
                {
2869
                    "name": "Twig Team",
2870
                    "homepage": "http://twig.sensiolabs.org/contributors",
2871
                    "role": "Contributors"
2872
                }
2873
            ],
2874
            "description": "Twig, the flexible, fast, and secure template language for PHP",
2875
            "homepage": "http://twig.sensiolabs.org",
2876
            "keywords": [
2877
                "templating"
2878
            ],
2879
            "time": "2017-02-27T00:07:03+00:00"
2880
        },
2881
        {
2882
            "name": "webmozart/assert",
2883
            "version": "1.2.0",
2884
            "source": {
2885
                "type": "git",
2886
                "url": "https://github.com/webmozart/assert.git",
2887
                "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f"
2888
            },
2889
            "dist": {
2890
                "type": "zip",
2891
                "url": "https://api.github.com/repos/webmozart/assert/zipball/2db61e59ff05fe5126d152bd0655c9ea113e550f",
2892
                "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f",
2893
                "shasum": ""
2894
            },
2895
            "require": {
2896
                "php": "^5.3.3 || ^7.0"
2897
            },
2898
            "require-dev": {
2899
                "phpunit/phpunit": "^4.6",
2900
                "sebastian/version": "^1.0.1"
2901
            },
2902
            "type": "library",
2903
            "extra": {
2904
                "branch-alias": {
2905
                    "dev-master": "1.3-dev"
2906
                }
2907
            },
2908
            "autoload": {
2909
                "psr-4": {
2910
                    "Webmozart\\Assert\\": "src/"
2911
                }
2912
            },
2913
            "notification-url": "https://packagist.org/downloads/",
2914
            "license": [
2915
                "MIT"
2916
            ],
2917
            "authors": [
2918
                {
2919
                    "name": "Bernhard Schussek",
2920
                    "email": "[email protected]"
2921
                }
2922
            ],
2923
            "description": "Assertions to validate method input/output with nice error messages.",
2924
            "keywords": [
2925
                "assert",
2926
                "check",
2927
                "validate"
2928
            ],
2929
            "time": "2016-11-23T20:04:58+00:00"
2930
        },
2931
        {
2932
            "name": "yubico/u2flib-server",
2933
            "version": "0.1.0",
2934
            "source": {
2935
                "type": "git",
2936
                "url": "https://github.com/Yubico/php-u2flib-server.git",
2937
                "reference": "71ad5f0b7c796966da356eecd5b583ac852e92a1"
2938
            },
2939
            "dist": {
2940
                "type": "zip",
2941
                "url": "https://api.github.com/repos/Yubico/php-u2flib-server/zipball/71ad5f0b7c796966da356eecd5b583ac852e92a1",
2942
                "reference": "71ad5f0b7c796966da356eecd5b583ac852e92a1",
2943
                "shasum": ""
2944
            },
2945
            "require": {
2946
                "ext-openssl": "*"
2947
            },
2948
            "type": "library",
2949
            "autoload": {
2950
                "classmap": [
2951
                    "src/"
2952
                ]
2953
            },
2954
            "notification-url": "https://packagist.org/downloads/",
2955
            "license": [
2956
                "BSD-2-Clause"
2957
            ],
2958
            "description": "Library for U2F implementation",
2959
            "homepage": "https://developers.yubico.com/php-u2flib-server",
2960
            "time": "2015-03-03T08:05:16+00:00"
2961
        }
2962
    ],
2963
    "packages-dev": [
2964
        {
2965
            "name": "doctrine/instantiator",
2966
            "version": "1.0.5",
2967
            "source": {
2968
                "type": "git",
2969
                "url": "https://github.com/doctrine/instantiator.git",
2970
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
2971
            },
2972
            "dist": {
2973
                "type": "zip",
2974
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
2975
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
2976
                "shasum": ""
2977
            },
2978
            "require": {
2979
                "php": ">=5.3,<8.0-DEV"
2980
            },
2981
            "require-dev": {
2982
                "athletic/athletic": "~0.1.8",
2983
                "ext-pdo": "*",
2984
                "ext-phar": "*",
2985
                "phpunit/phpunit": "~4.0",
2986
                "squizlabs/php_codesniffer": "~2.0"
2987
            },
2988
            "type": "library",
2989
            "extra": {
2990
                "branch-alias": {
2991
                    "dev-master": "1.0.x-dev"
2992
                }
2993
            },
2994
            "autoload": {
2995
                "psr-4": {
2996
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
2997
                }
2998
            },
2999
            "notification-url": "https://packagist.org/downloads/",
3000
            "license": [
3001
                "MIT"
3002
            ],
3003
            "authors": [
3004
                {
3005
                    "name": "Marco Pivetta",
3006
                    "email": "[email protected]",
3007
                    "homepage": "http://ocramius.github.com/"
3008
                }
3009
            ],
3010
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
3011
            "homepage": "https://github.com/doctrine/instantiator",
3012
            "keywords": [
3013
                "constructor",
3014
                "instantiate"
3015
            ],
3016
            "time": "2015-06-14T21:17:01+00:00"
3017
        },
3018
        {
3019
            "name": "guzzlehttp/streams",
3020
            "version": "2.1.0",
3021
            "source": {
3022
                "type": "git",
3023
                "url": "https://github.com/guzzle/streams.git",
3024
                "reference": "f91b721d73f0e561410903b3b3c90a5d0e40b534"
3025
            },
3026
            "dist": {
3027
                "type": "zip",
3028
                "url": "https://api.github.com/repos/guzzle/streams/zipball/f91b721d73f0e561410903b3b3c90a5d0e40b534",
3029
                "reference": "f91b721d73f0e561410903b3b3c90a5d0e40b534",
3030
                "shasum": ""
3031
            },
3032
            "require": {
3033
                "php": ">=5.4.0"
3034
            },
3035
            "require-dev": {
3036
                "phpunit/phpunit": "~4.0"
3037
            },
3038
            "type": "library",
3039
            "extra": {
3040
                "branch-alias": {
3041
                    "dev-master": "2.0-dev"
3042
                }
3043
            },
3044
            "autoload": {
3045
                "psr-4": {
3046
                    "GuzzleHttp\\Stream\\": "src/"
3047
                },
3048
                "files": [
3049
                    "src/functions.php"
3050
                ]
3051
            },
3052
            "notification-url": "https://packagist.org/downloads/",
3053
            "license": [
3054
                "MIT"
3055
            ],
3056
            "authors": [
3057
                {
3058
                    "name": "Michael Dowling",
3059
                    "email": "[email protected]",
3060
                    "homepage": "https://github.com/mtdowling"
3061
                }
3062
            ],
3063
            "description": "Provides a simple abstraction over streams of data (Guzzle 4+)",
3064
            "homepage": "http://guzzlephp.org/",
3065
            "keywords": [
3066
                "Guzzle",
3067
                "stream"
3068
            ],
3069
            "time": "2014-08-17T21:15:53+00:00"
3070
        },
3071
        {
3072
            "name": "hamcrest/hamcrest-php",
3073
            "version": "v1.2.2",
3074
            "source": {
3075
                "type": "git",
3076
                "url": "https://github.com/hamcrest/hamcrest-php.git",
3077
                "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c"
3078
            },
3079
            "dist": {
3080
                "type": "zip",
3081
                "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/b37020aa976fa52d3de9aa904aa2522dc518f79c",
3082
                "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c",
3083
                "shasum": ""
3084
            },
3085
            "require": {
3086
                "php": ">=5.3.2"
3087
            },
3088
            "replace": {
3089
                "cordoval/hamcrest-php": "*",
3090
                "davedevelopment/hamcrest-php": "*",
3091
                "kodova/hamcrest-php": "*"
3092
            },
3093
            "require-dev": {
3094
                "phpunit/php-file-iterator": "1.3.3",
3095
                "satooshi/php-coveralls": "dev-master"
3096
            },
3097
            "type": "library",
3098
            "autoload": {
3099
                "classmap": [
3100
                    "hamcrest"
3101
                ],
3102
                "files": [
3103
                    "hamcrest/Hamcrest.php"
3104
                ]
3105
            },
3106
            "notification-url": "https://packagist.org/downloads/",
3107
            "license": [
3108
                "BSD"
3109
            ],
3110
            "description": "This is the PHP port of Hamcrest Matchers",
3111
            "keywords": [
3112
                "test"
3113
            ],
3114
            "time": "2015-05-11T14:41:42+00:00"
3115
        },
3116
        {
3117
            "name": "matthiasnoback/symfony-config-test",
3118
            "version": "v1.4.0",
3119
            "source": {
3120
                "type": "git",
3121
                "url": "https://github.com/SymfonyTest/SymfonyConfigTest.git",
3122
                "reference": "615b7c8ff5dc1737e553e518dbed641aa548572d"
3123
            },
3124
            "dist": {
3125
                "type": "zip",
3126
                "url": "https://api.github.com/repos/SymfonyTest/SymfonyConfigTest/zipball/615b7c8ff5dc1737e553e518dbed641aa548572d",
3127
                "reference": "615b7c8ff5dc1737e553e518dbed641aa548572d",
3128
                "shasum": ""
3129
            },
3130
            "require": {
3131
                "php": ">=5.3",
3132
                "sebastian/exporter": "1.*",
3133
                "symfony/config": "~2.0|~3.0"
3134
            },
3135
            "require-dev": {
3136
                "phpunit/phpunit": ">=3.7"
3137
            },
3138
            "type": "library",
3139
            "autoload": {
3140
                "psr-4": {
3141
                    "Matthias\\SymfonyConfigTest\\": ""
3142
                }
3143
            },
3144
            "notification-url": "https://packagist.org/downloads/",
3145
            "license": [
3146
                "MIT"
3147
            ],
3148
            "authors": [
3149
                {
3150
                    "name": "Matthias Noback",
3151
                    "email": "[email protected]",
3152
                    "homepage": "http://php-and-symfony.matthiasnoback.nl"
3153
                }
3154
            ],
3155
            "description": "Library for testing user classes related to the Symfony Config Component",
3156
            "homepage": "https://github.com/matthiasnoback/SymfonyConfigTest",
3157
            "keywords": [
3158
                "config",
3159
                "phpunit",
3160
                "symfony"
3161
            ],
3162
            "time": "2015-11-25T21:40:32+00:00"
3163
        },
3164
        {
3165
            "name": "mockery/mockery",
3166
            "version": "0.9.5",
3167
            "source": {
3168
                "type": "git",
3169
                "url": "https://github.com/mockery/mockery.git",
3170
                "reference": "4db079511a283e5aba1b3c2fb19037c645e70fc2"
3171
            },
3172
            "dist": {
3173
                "type": "zip",
3174
                "url": "https://api.github.com/repos/mockery/mockery/zipball/4db079511a283e5aba1b3c2fb19037c645e70fc2",
3175
                "reference": "4db079511a283e5aba1b3c2fb19037c645e70fc2",
3176
                "shasum": ""
3177
            },
3178
            "require": {
3179
                "hamcrest/hamcrest-php": "~1.1",
3180
                "lib-pcre": ">=7.0",
3181
                "php": ">=5.3.2"
3182
            },
3183
            "require-dev": {
3184
                "phpunit/phpunit": "~4.0"
3185
            },
3186
            "type": "library",
3187
            "extra": {
3188
                "branch-alias": {
3189
                    "dev-master": "0.9.x-dev"
3190
                }
3191
            },
3192
            "autoload": {
3193
                "psr-0": {
3194
                    "Mockery": "library/"
3195
                }
3196
            },
3197
            "notification-url": "https://packagist.org/downloads/",
3198
            "license": [
3199
                "BSD-3-Clause"
3200
            ],
3201
            "authors": [
3202
                {
3203
                    "name": "Pádraic Brady",
3204
                    "email": "[email protected]",
3205
                    "homepage": "http://blog.astrumfutura.com"
3206
                },
3207
                {
3208
                    "name": "Dave Marshall",
3209
                    "email": "[email protected]",
3210
                    "homepage": "http://davedevelopment.co.uk"
3211
                }
3212
            ],
3213
            "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.",
3214
            "homepage": "http://github.com/padraic/mockery",
3215
            "keywords": [
3216
                "BDD",
3217
                "TDD",
3218
                "library",
3219
                "mock",
3220
                "mock objects",
3221
                "mockery",
3222
                "stub",
3223
                "test",
3224
                "test double",
3225
                "testing"
3226
            ],
3227
            "time": "2016-05-22T21:52:33+00:00"
3228
        },
3229
        {
3230
            "name": "pdepend/pdepend",
3231
            "version": "2.5.0",
3232
            "source": {
3233
                "type": "git",
3234
                "url": "https://github.com/pdepend/pdepend.git",
3235
                "reference": "0c50874333149c0dad5a2877801aed148f2767ff"
3236
            },
3237
            "dist": {
3238
                "type": "zip",
3239
                "url": "https://api.github.com/repos/pdepend/pdepend/zipball/0c50874333149c0dad5a2877801aed148f2767ff",
3240
                "reference": "0c50874333149c0dad5a2877801aed148f2767ff",
3241
                "shasum": ""
3242
            },
3243
            "require": {
3244
                "php": ">=5.3.7",
3245
                "symfony/config": "^2.3.0|^3",
3246
                "symfony/dependency-injection": "^2.3.0|^3",
3247
                "symfony/filesystem": "^2.3.0|^3"
3248
            },
3249
            "require-dev": {
3250
                "phpunit/phpunit": "^4.4.0,<4.8",
3251
                "squizlabs/php_codesniffer": "^2.0.0"
3252
            },
3253
            "bin": [
3254
                "src/bin/pdepend"
3255
            ],
3256
            "type": "library",
3257
            "autoload": {
3258
                "psr-4": {
3259
                    "PDepend\\": "src/main/php/PDepend"
3260
                }
3261
            },
3262
            "notification-url": "https://packagist.org/downloads/",
3263
            "license": [
3264
                "BSD-3-Clause"
3265
            ],
3266
            "description": "Official version of pdepend to be handled with Composer",
3267
            "time": "2017-01-19T14:23:36+00:00"
3268
        },
3269
        {
3270
            "name": "phpdocumentor/reflection-common",
3271
            "version": "1.0",
3272
            "source": {
3273
                "type": "git",
3274
                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
3275
                "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c"
3276
            },
3277
            "dist": {
3278
                "type": "zip",
3279
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
3280
                "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
3281
                "shasum": ""
3282
            },
3283
            "require": {
3284
                "php": ">=5.5"
3285
            },
3286
            "require-dev": {
3287
                "phpunit/phpunit": "^4.6"
3288
            },
3289
            "type": "library",
3290
            "extra": {
3291
                "branch-alias": {
3292
                    "dev-master": "1.0.x-dev"
3293
                }
3294
            },
3295
            "autoload": {
3296
                "psr-4": {
3297
                    "phpDocumentor\\Reflection\\": [
3298
                        "src"
3299
                    ]
3300
                }
3301
            },
3302
            "notification-url": "https://packagist.org/downloads/",
3303
            "license": [
3304
                "MIT"
3305
            ],
3306
            "authors": [
3307
                {
3308
                    "name": "Jaap van Otterdijk",
3309
                    "email": "[email protected]"
3310
                }
3311
            ],
3312
            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
3313
            "homepage": "http://www.phpdoc.org",
3314
            "keywords": [
3315
                "FQSEN",
3316
                "phpDocumentor",
3317
                "phpdoc",
3318
                "reflection",
3319
                "static analysis"
3320
            ],
3321
            "time": "2015-12-27T11:43:31+00:00"
3322
        },
3323
        {
3324
            "name": "phpdocumentor/reflection-docblock",
3325
            "version": "3.1.1",
3326
            "source": {
3327
                "type": "git",
3328
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
3329
                "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e"
3330
            },
3331
            "dist": {
3332
                "type": "zip",
3333
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/8331b5efe816ae05461b7ca1e721c01b46bafb3e",
3334
                "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e",
3335
                "shasum": ""
3336
            },
3337
            "require": {
3338
                "php": ">=5.5",
3339
                "phpdocumentor/reflection-common": "^1.0@dev",
3340
                "phpdocumentor/type-resolver": "^0.2.0",
3341
                "webmozart/assert": "^1.0"
3342
            },
3343
            "require-dev": {
3344
                "mockery/mockery": "^0.9.4",
3345
                "phpunit/phpunit": "^4.4"
3346
            },
3347
            "type": "library",
3348
            "autoload": {
3349
                "psr-4": {
3350
                    "phpDocumentor\\Reflection\\": [
3351
                        "src/"
3352
                    ]
3353
                }
3354
            },
3355
            "notification-url": "https://packagist.org/downloads/",
3356
            "license": [
3357
                "MIT"
3358
            ],
3359
            "authors": [
3360
                {
3361
                    "name": "Mike van Riel",
3362
                    "email": "[email protected]"
3363
                }
3364
            ],
3365
            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
3366
            "time": "2016-09-30T07:12:33+00:00"
3367
        },
3368
        {
3369
            "name": "phpdocumentor/type-resolver",
3370
            "version": "0.2.1",
3371
            "source": {
3372
                "type": "git",
3373
                "url": "https://github.com/phpDocumentor/TypeResolver.git",
3374
                "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb"
3375
            },
3376
            "dist": {
3377
                "type": "zip",
3378
                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb",
3379
                "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb",
3380
                "shasum": ""
3381
            },
3382
            "require": {
3383
                "php": ">=5.5",
3384
                "phpdocumentor/reflection-common": "^1.0"
3385
            },
3386
            "require-dev": {
3387
                "mockery/mockery": "^0.9.4",
3388
                "phpunit/phpunit": "^5.2||^4.8.24"
3389
            },
3390
            "type": "library",
3391
            "extra": {
3392
                "branch-alias": {
3393
                    "dev-master": "1.0.x-dev"
3394
                }
3395
            },
3396
            "autoload": {
3397
                "psr-4": {
3398
                    "phpDocumentor\\Reflection\\": [
3399
                        "src/"
3400
                    ]
3401
                }
3402
            },
3403
            "notification-url": "https://packagist.org/downloads/",
3404
            "license": [
3405
                "MIT"
3406
            ],
3407
            "authors": [
3408
                {
3409
                    "name": "Mike van Riel",
3410
                    "email": "[email protected]"
3411
                }
3412
            ],
3413
            "time": "2016-11-25T06:54:22+00:00"
3414
        },
3415
        {
3416
            "name": "phpmd/phpmd",
3417
            "version": "2.6.0",
3418
            "source": {
3419
                "type": "git",
3420
                "url": "https://github.com/phpmd/phpmd.git",
3421
                "reference": "4e9924b2c157a3eb64395460fcf56b31badc8374"
3422
            },
3423
            "dist": {
3424
                "type": "zip",
3425
                "url": "https://api.github.com/repos/phpmd/phpmd/zipball/4e9924b2c157a3eb64395460fcf56b31badc8374",
3426
                "reference": "4e9924b2c157a3eb64395460fcf56b31badc8374",
3427
                "shasum": ""
3428
            },
3429
            "require": {
3430
                "ext-xml": "*",
3431
                "pdepend/pdepend": "^2.5",
3432
                "php": ">=5.3.9"
3433
            },
3434
            "require-dev": {
3435
                "phpunit/phpunit": "^4.0",
3436
                "squizlabs/php_codesniffer": "^2.0"
3437
            },
3438
            "bin": [
3439
                "src/bin/phpmd"
3440
            ],
3441
            "type": "project",
3442
            "autoload": {
3443
                "psr-0": {
3444
                    "PHPMD\\": "src/main/php"
3445
                }
3446
            },
3447
            "notification-url": "https://packagist.org/downloads/",
3448
            "license": [
3449
                "BSD-3-Clause"
3450
            ],
3451
            "authors": [
3452
                {
3453
                    "name": "Manuel Pichler",
3454
                    "email": "[email protected]",
3455
                    "homepage": "https://github.com/manuelpichler",
3456
                    "role": "Project Founder"
3457
                },
3458
                {
3459
                    "name": "Other contributors",
3460
                    "homepage": "https://github.com/phpmd/phpmd/graphs/contributors",
3461
                    "role": "Contributors"
3462
                },
3463
                {
3464
                    "name": "Marc Würth",
3465
                    "email": "[email protected]",
3466
                    "homepage": "https://github.com/ravage84",
3467
                    "role": "Project Maintainer"
3468
                }
3469
            ],
3470
            "description": "PHPMD is a spin-off project of PHP Depend and aims to be a PHP equivalent of the well known Java tool PMD.",
3471
            "homepage": "http://phpmd.org/",
3472
            "keywords": [
3473
                "mess detection",
3474
                "mess detector",
3475
                "pdepend",
3476
                "phpmd",
3477
                "pmd"
3478
            ],
3479
            "time": "2017-01-20T14:41:10+00:00"
3480
        },
3481
        {
3482
            "name": "phpspec/prophecy",
3483
            "version": "v1.7.0",
3484
            "source": {
3485
                "type": "git",
3486
                "url": "https://github.com/phpspec/prophecy.git",
3487
                "reference": "93d39f1f7f9326d746203c7c056f300f7f126073"
3488
            },
3489
            "dist": {
3490
                "type": "zip",
3491
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/93d39f1f7f9326d746203c7c056f300f7f126073",
3492
                "reference": "93d39f1f7f9326d746203c7c056f300f7f126073",
3493
                "shasum": ""
3494
            },
3495
            "require": {
3496
                "doctrine/instantiator": "^1.0.2",
3497
                "php": "^5.3|^7.0",
3498
                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2",
3499
                "sebastian/comparator": "^1.1|^2.0",
3500
                "sebastian/recursion-context": "^1.0|^2.0|^3.0"
3501
            },
3502
            "require-dev": {
3503
                "phpspec/phpspec": "^2.5|^3.2",
3504
                "phpunit/phpunit": "^4.8 || ^5.6.5"
3505
            },
3506
            "type": "library",
3507
            "extra": {
3508
                "branch-alias": {
3509
                    "dev-master": "1.6.x-dev"
3510
                }
3511
            },
3512
            "autoload": {
3513
                "psr-0": {
3514
                    "Prophecy\\": "src/"
3515
                }
3516
            },
3517
            "notification-url": "https://packagist.org/downloads/",
3518
            "license": [
3519
                "MIT"
3520
            ],
3521
            "authors": [
3522
                {
3523
                    "name": "Konstantin Kudryashov",
3524
                    "email": "[email protected]",
3525
                    "homepage": "http://everzet.com"
3526
                },
3527
                {
3528
                    "name": "Marcello Duarte",
3529
                    "email": "[email protected]"
3530
                }
3531
            ],
3532
            "description": "Highly opinionated mocking framework for PHP 5.3+",
3533
            "homepage": "https://github.com/phpspec/prophecy",
3534
            "keywords": [
3535
                "Double",
3536
                "Dummy",
3537
                "fake",
3538
                "mock",
3539
                "spy",
3540
                "stub"
3541
            ],
3542
            "time": "2017-03-02T20:05:34+00:00"
3543
        },
3544
        {
3545
            "name": "phpunit/php-code-coverage",
3546
            "version": "2.2.4",
3547
            "source": {
3548
                "type": "git",
3549
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
3550
                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
3551
            },
3552
            "dist": {
3553
                "type": "zip",
3554
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
3555
                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
3556
                "shasum": ""
3557
            },
3558
            "require": {
3559
                "php": ">=5.3.3",
3560
                "phpunit/php-file-iterator": "~1.3",
3561
                "phpunit/php-text-template": "~1.2",
3562
                "phpunit/php-token-stream": "~1.3",
3563
                "sebastian/environment": "^1.3.2",
3564
                "sebastian/version": "~1.0"
3565
            },
3566
            "require-dev": {
3567
                "ext-xdebug": ">=2.1.4",
3568
                "phpunit/phpunit": "~4"
3569
            },
3570
            "suggest": {
3571
                "ext-dom": "*",
3572
                "ext-xdebug": ">=2.2.1",
3573
                "ext-xmlwriter": "*"
3574
            },
3575
            "type": "library",
3576
            "extra": {
3577
                "branch-alias": {
3578
                    "dev-master": "2.2.x-dev"
3579
                }
3580
            },
3581
            "autoload": {
3582
                "classmap": [
3583
                    "src/"
3584
                ]
3585
            },
3586
            "notification-url": "https://packagist.org/downloads/",
3587
            "license": [
3588
                "BSD-3-Clause"
3589
            ],
3590
            "authors": [
3591
                {
3592
                    "name": "Sebastian Bergmann",
3593
                    "email": "[email protected]",
3594
                    "role": "lead"
3595
                }
3596
            ],
3597
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
3598
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
3599
            "keywords": [
3600
                "coverage",
3601
                "testing",
3602
                "xunit"
3603
            ],
3604
            "time": "2015-10-06T15:47:00+00:00"
3605
        },
3606
        {
3607
            "name": "phpunit/php-file-iterator",
3608
            "version": "1.4.2",
3609
            "source": {
3610
                "type": "git",
3611
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
3612
                "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5"
3613
            },
3614
            "dist": {
3615
                "type": "zip",
3616
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
3617
                "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
3618
                "shasum": ""
3619
            },
3620
            "require": {
3621
                "php": ">=5.3.3"
3622
            },
3623
            "type": "library",
3624
            "extra": {
3625
                "branch-alias": {
3626
                    "dev-master": "1.4.x-dev"
3627
                }
3628
            },
3629
            "autoload": {
3630
                "classmap": [
3631
                    "src/"
3632
                ]
3633
            },
3634
            "notification-url": "https://packagist.org/downloads/",
3635
            "license": [
3636
                "BSD-3-Clause"
3637
            ],
3638
            "authors": [
3639
                {
3640
                    "name": "Sebastian Bergmann",
3641
                    "email": "[email protected]",
3642
                    "role": "lead"
3643
                }
3644
            ],
3645
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
3646
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
3647
            "keywords": [
3648
                "filesystem",
3649
                "iterator"
3650
            ],
3651
            "time": "2016-10-03T07:40:28+00:00"
3652
        },
3653
        {
3654
            "name": "phpunit/php-text-template",
3655
            "version": "1.2.1",
3656
            "source": {
3657
                "type": "git",
3658
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
3659
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
3660
            },
3661
            "dist": {
3662
                "type": "zip",
3663
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
3664
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
3665
                "shasum": ""
3666
            },
3667
            "require": {
3668
                "php": ">=5.3.3"
3669
            },
3670
            "type": "library",
3671
            "autoload": {
3672
                "classmap": [
3673
                    "src/"
3674
                ]
3675
            },
3676
            "notification-url": "https://packagist.org/downloads/",
3677
            "license": [
3678
                "BSD-3-Clause"
3679
            ],
3680
            "authors": [
3681
                {
3682
                    "name": "Sebastian Bergmann",
3683
                    "email": "[email protected]",
3684
                    "role": "lead"
3685
                }
3686
            ],
3687
            "description": "Simple template engine.",
3688
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
3689
            "keywords": [
3690
                "template"
3691
            ],
3692
            "time": "2015-06-21T13:50:34+00:00"
3693
        },
3694
        {
3695
            "name": "phpunit/php-timer",
3696
            "version": "1.0.9",
3697
            "source": {
3698
                "type": "git",
3699
                "url": "https://github.com/sebastianbergmann/php-timer.git",
3700
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
3701
            },
3702
            "dist": {
3703
                "type": "zip",
3704
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
3705
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
3706
                "shasum": ""
3707
            },
3708
            "require": {
3709
                "php": "^5.3.3 || ^7.0"
3710
            },
3711
            "require-dev": {
3712
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
3713
            },
3714
            "type": "library",
3715
            "extra": {
3716
                "branch-alias": {
3717
                    "dev-master": "1.0-dev"
3718
                }
3719
            },
3720
            "autoload": {
3721
                "classmap": [
3722
                    "src/"
3723
                ]
3724
            },
3725
            "notification-url": "https://packagist.org/downloads/",
3726
            "license": [
3727
                "BSD-3-Clause"
3728
            ],
3729
            "authors": [
3730
                {
3731
                    "name": "Sebastian Bergmann",
3732
                    "email": "[email protected]",
3733
                    "role": "lead"
3734
                }
3735
            ],
3736
            "description": "Utility class for timing",
3737
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
3738
            "keywords": [
3739
                "timer"
3740
            ],
3741
            "time": "2017-02-26T11:10:40+00:00"
3742
        },
3743
        {
3744
            "name": "phpunit/php-token-stream",
3745
            "version": "1.4.11",
3746
            "source": {
3747
                "type": "git",
3748
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
3749
                "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7"
3750
            },
3751
            "dist": {
3752
                "type": "zip",
3753
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/e03f8f67534427a787e21a385a67ec3ca6978ea7",
3754
                "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7",
3755
                "shasum": ""
3756
            },
3757
            "require": {
3758
                "ext-tokenizer": "*",
3759
                "php": ">=5.3.3"
3760
            },
3761
            "require-dev": {
3762
                "phpunit/phpunit": "~4.2"
3763
            },
3764
            "type": "library",
3765
            "extra": {
3766
                "branch-alias": {
3767
                    "dev-master": "1.4-dev"
3768
                }
3769
            },
3770
            "autoload": {
3771
                "classmap": [
3772
                    "src/"
3773
                ]
3774
            },
3775
            "notification-url": "https://packagist.org/downloads/",
3776
            "license": [
3777
                "BSD-3-Clause"
3778
            ],
3779
            "authors": [
3780
                {
3781
                    "name": "Sebastian Bergmann",
3782
                    "email": "[email protected]"
3783
                }
3784
            ],
3785
            "description": "Wrapper around PHP's tokenizer extension.",
3786
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
3787
            "keywords": [
3788
                "tokenizer"
3789
            ],
3790
            "time": "2017-02-27T10:12:30+00:00"
3791
        },
3792
        {
3793
            "name": "phpunit/phpunit",
3794
            "version": "4.8.35",
3795
            "source": {
3796
                "type": "git",
3797
                "url": "https://github.com/sebastianbergmann/phpunit.git",
3798
                "reference": "791b1a67c25af50e230f841ee7a9c6eba507dc87"
3799
            },
3800
            "dist": {
3801
                "type": "zip",
3802
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/791b1a67c25af50e230f841ee7a9c6eba507dc87",
3803
                "reference": "791b1a67c25af50e230f841ee7a9c6eba507dc87",
3804
                "shasum": ""
3805
            },
3806
            "require": {
3807
                "ext-dom": "*",
3808
                "ext-json": "*",
3809
                "ext-pcre": "*",
3810
                "ext-reflection": "*",
3811
                "ext-spl": "*",
3812
                "php": ">=5.3.3",
3813
                "phpspec/prophecy": "^1.3.1",
3814
                "phpunit/php-code-coverage": "~2.1",
3815
                "phpunit/php-file-iterator": "~1.4",
3816
                "phpunit/php-text-template": "~1.2",
3817
                "phpunit/php-timer": "^1.0.6",
3818
                "phpunit/phpunit-mock-objects": "~2.3",
3819
                "sebastian/comparator": "~1.2.2",
3820
                "sebastian/diff": "~1.2",
3821
                "sebastian/environment": "~1.3",
3822
                "sebastian/exporter": "~1.2",
3823
                "sebastian/global-state": "~1.0",
3824
                "sebastian/version": "~1.0",
3825
                "symfony/yaml": "~2.1|~3.0"
3826
            },
3827
            "suggest": {
3828
                "phpunit/php-invoker": "~1.1"
3829
            },
3830
            "bin": [
3831
                "phpunit"
3832
            ],
3833
            "type": "library",
3834
            "extra": {
3835
                "branch-alias": {
3836
                    "dev-master": "4.8.x-dev"
3837
                }
3838
            },
3839
            "autoload": {
3840
                "classmap": [
3841
                    "src/"
3842
                ]
3843
            },
3844
            "notification-url": "https://packagist.org/downloads/",
3845
            "license": [
3846
                "BSD-3-Clause"
3847
            ],
3848
            "authors": [
3849
                {
3850
                    "name": "Sebastian Bergmann",
3851
                    "email": "[email protected]",
3852
                    "role": "lead"
3853
                }
3854
            ],
3855
            "description": "The PHP Unit Testing framework.",
3856
            "homepage": "https://phpunit.de/",
3857
            "keywords": [
3858
                "phpunit",
3859
                "testing",
3860
                "xunit"
3861
            ],
3862
            "time": "2017-02-06T05:18:07+00:00"
3863
        },
3864
        {
3865
            "name": "phpunit/phpunit-mock-objects",
3866
            "version": "2.3.8",
3867
            "source": {
3868
                "type": "git",
3869
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
3870
                "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
3871
            },
3872
            "dist": {
3873
                "type": "zip",
3874
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
3875
                "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
3876
                "shasum": ""
3877
            },
3878
            "require": {
3879
                "doctrine/instantiator": "^1.0.2",
3880
                "php": ">=5.3.3",
3881
                "phpunit/php-text-template": "~1.2",
3882
                "sebastian/exporter": "~1.2"
3883
            },
3884
            "require-dev": {
3885
                "phpunit/phpunit": "~4.4"
3886
            },
3887
            "suggest": {
3888
                "ext-soap": "*"
3889
            },
3890
            "type": "library",
3891
            "extra": {
3892
                "branch-alias": {
3893
                    "dev-master": "2.3.x-dev"
3894
                }
3895
            },
3896
            "autoload": {
3897
                "classmap": [
3898
                    "src/"
3899
                ]
3900
            },
3901
            "notification-url": "https://packagist.org/downloads/",
3902
            "license": [
3903
                "BSD-3-Clause"
3904
            ],
3905
            "authors": [
3906
                {
3907
                    "name": "Sebastian Bergmann",
3908
                    "email": "[email protected]",
3909
                    "role": "lead"
3910
                }
3911
            ],
3912
            "description": "Mock Object library for PHPUnit",
3913
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
3914
            "keywords": [
3915
                "mock",
3916
                "xunit"
3917
            ],
3918
            "time": "2015-10-02T06:51:40+00:00"
3919
        },
3920
        {
3921
            "name": "sebastian/comparator",
3922
            "version": "1.2.4",
3923
            "source": {
3924
                "type": "git",
3925
                "url": "https://github.com/sebastianbergmann/comparator.git",
3926
                "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
3927
            },
3928
            "dist": {
3929
                "type": "zip",
3930
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
3931
                "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
3932
                "shasum": ""
3933
            },
3934
            "require": {
3935
                "php": ">=5.3.3",
3936
                "sebastian/diff": "~1.2",
3937
                "sebastian/exporter": "~1.2 || ~2.0"
3938
            },
3939
            "require-dev": {
3940
                "phpunit/phpunit": "~4.4"
3941
            },
3942
            "type": "library",
3943
            "extra": {
3944
                "branch-alias": {
3945
                    "dev-master": "1.2.x-dev"
3946
                }
3947
            },
3948
            "autoload": {
3949
                "classmap": [
3950
                    "src/"
3951
                ]
3952
            },
3953
            "notification-url": "https://packagist.org/downloads/",
3954
            "license": [
3955
                "BSD-3-Clause"
3956
            ],
3957
            "authors": [
3958
                {
3959
                    "name": "Jeff Welch",
3960
                    "email": "[email protected]"
3961
                },
3962
                {
3963
                    "name": "Volker Dusch",
3964
                    "email": "[email protected]"
3965
                },
3966
                {
3967
                    "name": "Bernhard Schussek",
3968
                    "email": "[email protected]"
3969
                },
3970
                {
3971
                    "name": "Sebastian Bergmann",
3972
                    "email": "[email protected]"
3973
                }
3974
            ],
3975
            "description": "Provides the functionality to compare PHP values for equality",
3976
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
3977
            "keywords": [
3978
                "comparator",
3979
                "compare",
3980
                "equality"
3981
            ],
3982
            "time": "2017-01-29T09:50:25+00:00"
3983
        },
3984
        {
3985
            "name": "sebastian/diff",
3986
            "version": "1.4.1",
3987
            "source": {
3988
                "type": "git",
3989
                "url": "https://github.com/sebastianbergmann/diff.git",
3990
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
3991
            },
3992
            "dist": {
3993
                "type": "zip",
3994
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
3995
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
3996
                "shasum": ""
3997
            },
3998
            "require": {
3999
                "php": ">=5.3.3"
4000
            },
4001
            "require-dev": {
4002
                "phpunit/phpunit": "~4.8"
4003
            },
4004
            "type": "library",
4005
            "extra": {
4006
                "branch-alias": {
4007
                    "dev-master": "1.4-dev"
4008
                }
4009
            },
4010
            "autoload": {
4011
                "classmap": [
4012
                    "src/"
4013
                ]
4014
            },
4015
            "notification-url": "https://packagist.org/downloads/",
4016
            "license": [
4017
                "BSD-3-Clause"
4018
            ],
4019
            "authors": [
4020
                {
4021
                    "name": "Kore Nordmann",
4022
                    "email": "[email protected]"
4023
                },
4024
                {
4025
                    "name": "Sebastian Bergmann",
4026
                    "email": "[email protected]"
4027
                }
4028
            ],
4029
            "description": "Diff implementation",
4030
            "homepage": "https://github.com/sebastianbergmann/diff",
4031
            "keywords": [
4032
                "diff"
4033
            ],
4034
            "time": "2015-12-08T07:14:41+00:00"
4035
        },
4036
        {
4037
            "name": "sebastian/environment",
4038
            "version": "1.3.8",
4039
            "source": {
4040
                "type": "git",
4041
                "url": "https://github.com/sebastianbergmann/environment.git",
4042
                "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea"
4043
            },
4044
            "dist": {
4045
                "type": "zip",
4046
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/be2c607e43ce4c89ecd60e75c6a85c126e754aea",
4047
                "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea",
4048
                "shasum": ""
4049
            },
4050
            "require": {
4051
                "php": "^5.3.3 || ^7.0"
4052
            },
4053
            "require-dev": {
4054
                "phpunit/phpunit": "^4.8 || ^5.0"
4055
            },
4056
            "type": "library",
4057
            "extra": {
4058
                "branch-alias": {
4059
                    "dev-master": "1.3.x-dev"
4060
                }
4061
            },
4062
            "autoload": {
4063
                "classmap": [
4064
                    "src/"
4065
                ]
4066
            },
4067
            "notification-url": "https://packagist.org/downloads/",
4068
            "license": [
4069
                "BSD-3-Clause"
4070
            ],
4071
            "authors": [
4072
                {
4073
                    "name": "Sebastian Bergmann",
4074
                    "email": "[email protected]"
4075
                }
4076
            ],
4077
            "description": "Provides functionality to handle HHVM/PHP environments",
4078
            "homepage": "http://www.github.com/sebastianbergmann/environment",
4079
            "keywords": [
4080
                "Xdebug",
4081
                "environment",
4082
                "hhvm"
4083
            ],
4084
            "time": "2016-08-18T05:49:44+00:00"
4085
        },
4086
        {
4087
            "name": "sebastian/exporter",
4088
            "version": "1.2.2",
4089
            "source": {
4090
                "type": "git",
4091
                "url": "https://github.com/sebastianbergmann/exporter.git",
4092
                "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4"
4093
            },
4094
            "dist": {
4095
                "type": "zip",
4096
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4",
4097
                "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4",
4098
                "shasum": ""
4099
            },
4100
            "require": {
4101
                "php": ">=5.3.3",
4102
                "sebastian/recursion-context": "~1.0"
4103
            },
4104
            "require-dev": {
4105
                "ext-mbstring": "*",
4106
                "phpunit/phpunit": "~4.4"
4107
            },
4108
            "type": "library",
4109
            "extra": {
4110
                "branch-alias": {
4111
                    "dev-master": "1.3.x-dev"
4112
                }
4113
            },
4114
            "autoload": {
4115
                "classmap": [
4116
                    "src/"
4117
                ]
4118
            },
4119
            "notification-url": "https://packagist.org/downloads/",
4120
            "license": [
4121
                "BSD-3-Clause"
4122
            ],
4123
            "authors": [
4124
                {
4125
                    "name": "Jeff Welch",
4126
                    "email": "[email protected]"
4127
                },
4128
                {
4129
                    "name": "Volker Dusch",
4130
                    "email": "[email protected]"
4131
                },
4132
                {
4133
                    "name": "Bernhard Schussek",
4134
                    "email": "[email protected]"
4135
                },
4136
                {
4137
                    "name": "Sebastian Bergmann",
4138
                    "email": "[email protected]"
4139
                },
4140
                {
4141
                    "name": "Adam Harvey",
4142
                    "email": "[email protected]"
4143
                }
4144
            ],
4145
            "description": "Provides the functionality to export PHP variables for visualization",
4146
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
4147
            "keywords": [
4148
                "export",
4149
                "exporter"
4150
            ],
4151
            "time": "2016-06-17T09:04:28+00:00"
4152
        },
4153
        {
4154
            "name": "sebastian/finder-facade",
4155
            "version": "1.2.1",
4156
            "source": {
4157
                "type": "git",
4158
                "url": "https://github.com/sebastianbergmann/finder-facade.git",
4159
                "reference": "2a6f7f57efc0aa2d23297d9fd9e2a03111a8c0b9"
4160
            },
4161
            "dist": {
4162
                "type": "zip",
4163
                "url": "https://api.github.com/repos/sebastianbergmann/finder-facade/zipball/2a6f7f57efc0aa2d23297d9fd9e2a03111a8c0b9",
4164
                "reference": "2a6f7f57efc0aa2d23297d9fd9e2a03111a8c0b9",
4165
                "shasum": ""
4166
            },
4167
            "require": {
4168
                "symfony/finder": "~2.3|~3.0",
4169
                "theseer/fdomdocument": "~1.3"
4170
            },
4171
            "type": "library",
4172
            "autoload": {
4173
                "classmap": [
4174
                    "src/"
4175
                ]
4176
            },
4177
            "notification-url": "https://packagist.org/downloads/",
4178
            "license": [
4179
                "BSD-3-Clause"
4180
            ],
4181
            "authors": [
4182
                {
4183
                    "name": "Sebastian Bergmann",
4184
                    "email": "[email protected]",
4185
                    "role": "lead"
4186
                }
4187
            ],
4188
            "description": "FinderFacade is a convenience wrapper for Symfony's Finder component.",
4189
            "homepage": "https://github.com/sebastianbergmann/finder-facade",
4190
            "time": "2016-02-17T07:02:23+00:00"
4191
        },
4192
        {
4193
            "name": "sebastian/global-state",
4194
            "version": "1.1.1",
4195
            "source": {
4196
                "type": "git",
4197
                "url": "https://github.com/sebastianbergmann/global-state.git",
4198
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
4199
            },
4200
            "dist": {
4201
                "type": "zip",
4202
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
4203
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
4204
                "shasum": ""
4205
            },
4206
            "require": {
4207
                "php": ">=5.3.3"
4208
            },
4209
            "require-dev": {
4210
                "phpunit/phpunit": "~4.2"
4211
            },
4212
            "suggest": {
4213
                "ext-uopz": "*"
4214
            },
4215
            "type": "library",
4216
            "extra": {
4217
                "branch-alias": {
4218
                    "dev-master": "1.0-dev"
4219
                }
4220
            },
4221
            "autoload": {
4222
                "classmap": [
4223
                    "src/"
4224
                ]
4225
            },
4226
            "notification-url": "https://packagist.org/downloads/",
4227
            "license": [
4228
                "BSD-3-Clause"
4229
            ],
4230
            "authors": [
4231
                {
4232
                    "name": "Sebastian Bergmann",
4233
                    "email": "[email protected]"
4234
                }
4235
            ],
4236
            "description": "Snapshotting of global state",
4237
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
4238
            "keywords": [
4239
                "global state"
4240
            ],
4241
            "time": "2015-10-12T03:26:01+00:00"
4242
        },
4243
        {
4244
            "name": "sebastian/phpcpd",
4245
            "version": "2.0.4",
4246
            "source": {
4247
                "type": "git",
4248
                "url": "https://github.com/sebastianbergmann/phpcpd.git",
4249
                "reference": "24d9a880deadb0b8c9680e9cfe78e30b704225db"
4250
            },
4251
            "dist": {
4252
                "type": "zip",
4253
                "url": "https://api.github.com/repos/sebastianbergmann/phpcpd/zipball/24d9a880deadb0b8c9680e9cfe78e30b704225db",
4254
                "reference": "24d9a880deadb0b8c9680e9cfe78e30b704225db",
4255
                "shasum": ""
4256
            },
4257
            "require": {
4258
                "php": ">=5.3.3",
4259
                "phpunit/php-timer": ">=1.0.6",
4260
                "sebastian/finder-facade": "~1.1",
4261
                "sebastian/version": "~1.0|~2.0",
4262
                "symfony/console": "~2.7|^3.0",
4263
                "theseer/fdomdocument": "~1.4"
4264
            },
4265
            "bin": [
4266
                "phpcpd"
4267
            ],
4268
            "type": "library",
4269
            "extra": {
4270
                "branch-alias": {
4271
                    "dev-master": "2.0-dev"
4272
                }
4273
            },
4274
            "autoload": {
4275
                "classmap": [
4276
                    "src/"
4277
                ]
4278
            },
4279
            "notification-url": "https://packagist.org/downloads/",
4280
            "license": [
4281
                "BSD-3-Clause"
4282
            ],
4283
            "authors": [
4284
                {
4285
                    "name": "Sebastian Bergmann",
4286
                    "email": "[email protected]",
4287
                    "role": "lead"
4288
                }
4289
            ],
4290
            "description": "Copy/Paste Detector (CPD) for PHP code.",
4291
            "homepage": "https://github.com/sebastianbergmann/phpcpd",
4292
            "time": "2016-04-17T19:32:49+00:00"
4293
        },
4294
        {
4295
            "name": "sebastian/recursion-context",
4296
            "version": "1.0.2",
4297
            "source": {
4298
                "type": "git",
4299
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
4300
                "reference": "913401df809e99e4f47b27cdd781f4a258d58791"
4301
            },
4302
            "dist": {
4303
                "type": "zip",
4304
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/913401df809e99e4f47b27cdd781f4a258d58791",
4305
                "reference": "913401df809e99e4f47b27cdd781f4a258d58791",
4306
                "shasum": ""
4307
            },
4308
            "require": {
4309
                "php": ">=5.3.3"
4310
            },
4311
            "require-dev": {
4312
                "phpunit/phpunit": "~4.4"
4313
            },
4314
            "type": "library",
4315
            "extra": {
4316
                "branch-alias": {
4317
                    "dev-master": "1.0.x-dev"
4318
                }
4319
            },
4320
            "autoload": {
4321
                "classmap": [
4322
                    "src/"
4323
                ]
4324
            },
4325
            "notification-url": "https://packagist.org/downloads/",
4326
            "license": [
4327
                "BSD-3-Clause"
4328
            ],
4329
            "authors": [
4330
                {
4331
                    "name": "Jeff Welch",
4332
                    "email": "[email protected]"
4333
                },
4334
                {
4335
                    "name": "Sebastian Bergmann",
4336
                    "email": "[email protected]"
4337
                },
4338
                {
4339
                    "name": "Adam Harvey",
4340
                    "email": "[email protected]"
4341
                }
4342
            ],
4343
            "description": "Provides functionality to recursively process PHP variables",
4344
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
4345
            "time": "2015-11-11T19:50:13+00:00"
4346
        },
4347
        {
4348
            "name": "sebastian/version",
4349
            "version": "1.0.6",
4350
            "source": {
4351
                "type": "git",
4352
                "url": "https://github.com/sebastianbergmann/version.git",
4353
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
4354
            },
4355
            "dist": {
4356
                "type": "zip",
4357
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
4358
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
4359
                "shasum": ""
4360
            },
4361
            "type": "library",
4362
            "autoload": {
4363
                "classmap": [
4364
                    "src/"
4365
                ]
4366
            },
4367
            "notification-url": "https://packagist.org/downloads/",
4368
            "license": [
4369
                "BSD-3-Clause"
4370
            ],
4371
            "authors": [
4372
                {
4373
                    "name": "Sebastian Bergmann",
4374
                    "email": "[email protected]",
4375
                    "role": "lead"
4376
                }
4377
            ],
4378
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
4379
            "homepage": "https://github.com/sebastianbergmann/version",
4380
            "time": "2015-06-21T13:59:46+00:00"
4381
        },
4382
        {
4383
            "name": "sensio/generator-bundle",
4384
            "version": "v2.5.3",
4385
            "target-dir": "Sensio/Bundle/GeneratorBundle",
4386
            "source": {
4387
                "type": "git",
4388
                "url": "https://github.com/sensiolabs/SensioGeneratorBundle.git",
4389
                "reference": "e50108c2133ee5c9c484555faed50c17a61221d3"
4390
            },
4391
            "dist": {
4392
                "type": "zip",
4393
                "url": "https://api.github.com/repos/sensiolabs/SensioGeneratorBundle/zipball/e50108c2133ee5c9c484555faed50c17a61221d3",
4394
                "reference": "e50108c2133ee5c9c484555faed50c17a61221d3",
4395
                "shasum": ""
4396
            },
4397
            "require": {
4398
                "symfony/console": "~2.5",
4399
                "symfony/framework-bundle": "~2.2"
4400
            },
4401
            "require-dev": {
4402
                "doctrine/orm": "~2.2,>=2.2.3",
4403
                "symfony/doctrine-bridge": "~2.2",
4404
                "twig/twig": "~1.11"
4405
            },
4406
            "type": "symfony-bundle",
4407
            "extra": {
4408
                "branch-alias": {
4409
                    "dev-master": "2.5.x-dev"
4410
                }
4411
            },
4412
            "autoload": {
4413
                "psr-0": {
4414
                    "Sensio\\Bundle\\GeneratorBundle": ""
4415
                }
4416
            },
4417
            "notification-url": "https://packagist.org/downloads/",
4418
            "license": [
4419
                "MIT"
4420
            ],
4421
            "authors": [
4422
                {
4423
                    "name": "Fabien Potencier",
4424
                    "email": "[email protected]"
4425
                }
4426
            ],
4427
            "description": "This bundle generates code for you",
4428
            "time": "2015-03-17T06:36:52+00:00"
4429
        },
4430
        {
4431
            "name": "squizlabs/php_codesniffer",
4432
            "version": "1.5.6",
4433
            "source": {
4434
                "type": "git",
4435
                "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
4436
                "reference": "6f3e42d311b882b25b4d409d23a289f4d3b803d5"
4437
            },
4438
            "dist": {
4439
                "type": "zip",
4440
                "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/6f3e42d311b882b25b4d409d23a289f4d3b803d5",
4441
                "reference": "6f3e42d311b882b25b4d409d23a289f4d3b803d5",
4442
                "shasum": ""
4443
            },
4444
            "require": {
4445
                "ext-tokenizer": "*",
4446
                "php": ">=5.1.2"
4447
            },
4448
            "suggest": {
4449
                "phpunit/php-timer": "dev-master"
4450
            },
4451
            "bin": [
4452
                "scripts/phpcs"
4453
            ],
4454
            "type": "library",
4455
            "extra": {
4456
                "branch-alias": {
4457
                    "dev-phpcs-fixer": "2.0.x-dev"
4458
                }
4459
            },
4460
            "autoload": {
4461
                "classmap": [
4462
                    "CodeSniffer.php",
4463
                    "CodeSniffer/CLI.php",
4464
                    "CodeSniffer/Exception.php",
4465
                    "CodeSniffer/File.php",
4466
                    "CodeSniffer/Report.php",
4467
                    "CodeSniffer/Reporting.php",
4468
                    "CodeSniffer/Sniff.php",
4469
                    "CodeSniffer/Tokens.php",
4470
                    "CodeSniffer/Reports/",
4471
                    "CodeSniffer/CommentParser/",
4472
                    "CodeSniffer/Tokenizers/",
4473
                    "CodeSniffer/DocGenerators/",
4474
                    "CodeSniffer/Standards/AbstractPatternSniff.php",
4475
                    "CodeSniffer/Standards/AbstractScopeSniff.php",
4476
                    "CodeSniffer/Standards/AbstractVariableSniff.php",
4477
                    "CodeSniffer/Standards/IncorrectPatternException.php",
4478
                    "CodeSniffer/Standards/Generic/Sniffs/",
4479
                    "CodeSniffer/Standards/MySource/Sniffs/",
4480
                    "CodeSniffer/Standards/PEAR/Sniffs/",
4481
                    "CodeSniffer/Standards/PSR1/Sniffs/",
4482
                    "CodeSniffer/Standards/PSR2/Sniffs/",
4483
                    "CodeSniffer/Standards/Squiz/Sniffs/",
4484
                    "CodeSniffer/Standards/Zend/Sniffs/"
4485
                ]
4486
            },
4487
            "notification-url": "https://packagist.org/downloads/",
4488
            "license": [
4489
                "BSD-3-Clause"
4490
            ],
4491
            "authors": [
4492
                {
4493
                    "name": "Greg Sherwood",
4494
                    "role": "lead"
4495
                }
4496
            ],
4497
            "description": "PHP_CodeSniffer tokenises PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
4498
            "homepage": "http://www.squizlabs.com/php-codesniffer",
4499
            "keywords": [
4500
                "phpcs",
4501
                "standards"
4502
            ],
4503
            "time": "2014-12-04T22:32:15+00:00"
4504
        },
4505
        {
4506
            "name": "theseer/fdomdocument",
4507
            "version": "1.6.1",
4508
            "source": {
4509
                "type": "git",
4510
                "url": "https://github.com/theseer/fDOMDocument.git",
4511
                "reference": "d9ad139d6c2e8edf5e313ffbe37ff13344cf0684"
4512
            },
4513
            "dist": {
4514
                "type": "zip",
4515
                "url": "https://api.github.com/repos/theseer/fDOMDocument/zipball/d9ad139d6c2e8edf5e313ffbe37ff13344cf0684",
4516
                "reference": "d9ad139d6c2e8edf5e313ffbe37ff13344cf0684",
4517
                "shasum": ""
4518
            },
4519
            "require": {
4520
                "ext-dom": "*",
4521
                "lib-libxml": "*",
4522
                "php": ">=5.3.3"
4523
            },
4524
            "type": "library",
4525
            "autoload": {
4526
                "classmap": [
4527
                    "src/"
4528
                ]
4529
            },
4530
            "notification-url": "https://packagist.org/downloads/",
4531
            "license": [
4532
                "BSD-3-Clause"
4533
            ],
4534
            "authors": [
4535
                {
4536
                    "name": "Arne Blankerts",
4537
                    "email": "[email protected]",
4538
                    "role": "lead"
4539
                }
4540
            ],
4541
            "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.",
4542
            "homepage": "https://github.com/theseer/fDOMDocument",
4543
            "time": "2015-05-27T22:58:02+00:00"
4544
        }
4545
    ],
4546
    "aliases": [
4547
        {
4548
            "alias": "3.0.0-beta5",
4549
            "alias_normalized": "3.0.0.0-beta5",
4550
            "version": "9999999-dev",
4551
            "package": "mopa/bootstrap-bundle"
4552
        }
4553
    ],
4554
    "minimum-stability": "stable",
4555
    "stability-flags": {
4556
        "mopa/bootstrap-bundle": 20,
4557
        "surfnet/stepup-u2f-bundle": 20
4558
    },
4559
    "prefer-stable": false,
4560
    "prefer-lowest": false,
4561
    "platform": {
4562
        "php": "~5.6|~7.0"
4563
    },
4564
    "platform-dev": []
4565
}
4566