Completed
Push — develop ( 95d441...014b83 )
by Michiel
02:13
created

composer.lock (3 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": "110fd2e0a66b37370aaf7ad10df0e32c",
8
    "packages": [
9
        {
10
            "name": "beberlei/assert",
11
            "version": "v2.9.6",
12
            "source": {
13
                "type": "git",
14
                "url": "https://github.com/beberlei/assert.git",
15
                "reference": "ec9e4cf0b63890edce844ee3922e2b95a526e936"
16
            },
17
            "dist": {
18
                "type": "zip",
19
                "url": "https://api.github.com/repos/beberlei/assert/zipball/ec9e4cf0b63890edce844ee3922e2b95a526e936",
20
                "reference": "ec9e4cf0b63890edce844ee3922e2b95a526e936",
21
                "shasum": ""
22
            },
23
            "require": {
24
                "ext-mbstring": "*",
25
                "php": ">=5.3"
26
            },
27
            "require-dev": {
28
                "friendsofphp/php-cs-fixer": "^2.1.1",
29
                "phpunit/phpunit": "^4.8.35|^5.7"
30
            },
31
            "type": "library",
32
            "autoload": {
33
                "psr-4": {
34
                    "Assert\\": "lib/Assert"
35
                },
36
                "files": [
37
                    "lib/Assert/functions.php"
38
                ]
39
            },
40
            "notification-url": "https://packagist.org/downloads/",
41
            "license": [
42
                "BSD-2-Clause"
43
            ],
44
            "authors": [
45
                {
46
                    "name": "Benjamin Eberlei",
47
                    "email": "[email protected]",
48
                    "role": "Lead Developer"
49
                },
50
                {
51
                    "name": "Richard Quadling",
52
                    "email": "[email protected]",
53
                    "role": "Collaborator"
54
                }
55
            ],
56
            "description": "Thin assertion library for input validation in business models.",
57
            "keywords": [
58
                "assert",
59
                "assertion",
60
                "validation"
61
            ],
62
            "time": "2018-06-11T17:15:25+00:00"
63
        },
64
        {
65
            "name": "doctrine/annotations",
66
            "version": "v1.4.0",
67
            "source": {
68
                "type": "git",
69
                "url": "https://github.com/doctrine/annotations.git",
70
                "reference": "54cacc9b81758b14e3ce750f205a393d52339e97"
71
            },
72
            "dist": {
73
                "type": "zip",
74
                "url": "https://api.github.com/repos/doctrine/annotations/zipball/54cacc9b81758b14e3ce750f205a393d52339e97",
75
                "reference": "54cacc9b81758b14e3ce750f205a393d52339e97",
76
                "shasum": ""
77
            },
78
            "require": {
79
                "doctrine/lexer": "1.*",
80
                "php": "^5.6 || ^7.0"
81
            },
82
            "require-dev": {
83
                "doctrine/cache": "1.*",
84
                "phpunit/phpunit": "^5.7"
85
            },
86
            "type": "library",
87
            "extra": {
88
                "branch-alias": {
89
                    "dev-master": "1.4.x-dev"
90
                }
91
            },
92
            "autoload": {
93
                "psr-4": {
94
                    "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
95
                }
96
            },
97
            "notification-url": "https://packagist.org/downloads/",
98
            "license": [
99
                "MIT"
100
            ],
101
            "authors": [
102
                {
103
                    "name": "Roman Borschel",
104
                    "email": "[email protected]"
105
                },
106
                {
107
                    "name": "Benjamin Eberlei",
108
                    "email": "[email protected]"
109
                },
110
                {
111
                    "name": "Guilherme Blanco",
112
                    "email": "[email protected]"
113
                },
114
                {
115
                    "name": "Jonathan Wage",
116
                    "email": "[email protected]"
117
                },
118
                {
119
                    "name": "Johannes Schmitt",
120
                    "email": "[email protected]"
121
                }
122
            ],
123
            "description": "Docblock Annotations Parser",
124
            "homepage": "http://www.doctrine-project.org",
125
            "keywords": [
126
                "annotations",
127
                "docblock",
128
                "parser"
129
            ],
130
            "time": "2017-02-24T16:22:25+00:00"
131
        },
132
        {
133
            "name": "doctrine/cache",
134
            "version": "v1.6.2",
135
            "source": {
136
                "type": "git",
137
                "url": "https://github.com/doctrine/cache.git",
138
                "reference": "eb152c5100571c7a45470ff2a35095ab3f3b900b"
139
            },
140
            "dist": {
141
                "type": "zip",
142
                "url": "https://api.github.com/repos/doctrine/cache/zipball/eb152c5100571c7a45470ff2a35095ab3f3b900b",
143
                "reference": "eb152c5100571c7a45470ff2a35095ab3f3b900b",
144
                "shasum": ""
145
            },
146
            "require": {
147
                "php": "~5.5|~7.0"
148
            },
149
            "conflict": {
150
                "doctrine/common": ">2.2,<2.4"
151
            },
152
            "require-dev": {
153
                "phpunit/phpunit": "~4.8|~5.0",
154
                "predis/predis": "~1.0",
155
                "satooshi/php-coveralls": "~0.6"
156
            },
157
            "type": "library",
158
            "extra": {
159
                "branch-alias": {
160
                    "dev-master": "1.6.x-dev"
161
                }
162
            },
163
            "autoload": {
164
                "psr-4": {
165
                    "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
166
                }
167
            },
168
            "notification-url": "https://packagist.org/downloads/",
169
            "license": [
170
                "MIT"
171
            ],
172
            "authors": [
173
                {
174
                    "name": "Roman Borschel",
175
                    "email": "[email protected]"
176
                },
177
                {
178
                    "name": "Benjamin Eberlei",
179
                    "email": "[email protected]"
180
                },
181
                {
182
                    "name": "Guilherme Blanco",
183
                    "email": "[email protected]"
184
                },
185
                {
186
                    "name": "Jonathan Wage",
187
                    "email": "[email protected]"
188
                },
189
                {
190
                    "name": "Johannes Schmitt",
191
                    "email": "[email protected]"
192
                }
193
            ],
194
            "description": "Caching library offering an object-oriented API for many cache backends",
195
            "homepage": "http://www.doctrine-project.org",
196
            "keywords": [
197
                "cache",
198
                "caching"
199
            ],
200
            "time": "2017-07-22T12:49:21+00:00"
201
        },
202
        {
203
            "name": "doctrine/collections",
204
            "version": "v1.4.0",
205
            "source": {
206
                "type": "git",
207
                "url": "https://github.com/doctrine/collections.git",
208
                "reference": "1a4fb7e902202c33cce8c55989b945612943c2ba"
209
            },
210
            "dist": {
211
                "type": "zip",
212
                "url": "https://api.github.com/repos/doctrine/collections/zipball/1a4fb7e902202c33cce8c55989b945612943c2ba",
213
                "reference": "1a4fb7e902202c33cce8c55989b945612943c2ba",
214
                "shasum": ""
215
            },
216
            "require": {
217
                "php": "^5.6 || ^7.0"
218
            },
219
            "require-dev": {
220
                "doctrine/coding-standard": "~0.1@dev",
221
                "phpunit/phpunit": "^5.7"
222
            },
223
            "type": "library",
224
            "extra": {
225
                "branch-alias": {
226
                    "dev-master": "1.3.x-dev"
227
                }
228
            },
229
            "autoload": {
230
                "psr-0": {
231
                    "Doctrine\\Common\\Collections\\": "lib/"
232
                }
233
            },
234
            "notification-url": "https://packagist.org/downloads/",
235
            "license": [
236
                "MIT"
237
            ],
238
            "authors": [
239
                {
240
                    "name": "Roman Borschel",
241
                    "email": "[email protected]"
242
                },
243
                {
244
                    "name": "Benjamin Eberlei",
245
                    "email": "[email protected]"
246
                },
247
                {
248
                    "name": "Guilherme Blanco",
249
                    "email": "[email protected]"
250
                },
251
                {
252
                    "name": "Jonathan Wage",
253
                    "email": "[email protected]"
254
                },
255
                {
256
                    "name": "Johannes Schmitt",
257
                    "email": "[email protected]"
258
                }
259
            ],
260
            "description": "Collections Abstraction library",
261
            "homepage": "http://www.doctrine-project.org",
262
            "keywords": [
263
                "array",
264
                "collections",
265
                "iterator"
266
            ],
267
            "time": "2017-01-03T10:49:41+00:00"
268
        },
269
        {
270
            "name": "doctrine/common",
271
            "version": "v2.7.3",
272
            "source": {
273
                "type": "git",
274
                "url": "https://github.com/doctrine/common.git",
275
                "reference": "4acb8f89626baafede6ee5475bc5844096eba8a9"
276
            },
277
            "dist": {
278
                "type": "zip",
279
                "url": "https://api.github.com/repos/doctrine/common/zipball/4acb8f89626baafede6ee5475bc5844096eba8a9",
280
                "reference": "4acb8f89626baafede6ee5475bc5844096eba8a9",
281
                "shasum": ""
282
            },
283
            "require": {
284
                "doctrine/annotations": "1.*",
285
                "doctrine/cache": "1.*",
286
                "doctrine/collections": "1.*",
287
                "doctrine/inflector": "1.*",
288
                "doctrine/lexer": "1.*",
289
                "php": "~5.6|~7.0"
290
            },
291
            "require-dev": {
292
                "phpunit/phpunit": "^5.4.6"
293
            },
294
            "type": "library",
295
            "extra": {
296
                "branch-alias": {
297
                    "dev-master": "2.7.x-dev"
298
                }
299
            },
300
            "autoload": {
301
                "psr-4": {
302
                    "Doctrine\\Common\\": "lib/Doctrine/Common"
303
                }
304
            },
305
            "notification-url": "https://packagist.org/downloads/",
306
            "license": [
307
                "MIT"
308
            ],
309
            "authors": [
310
                {
311
                    "name": "Roman Borschel",
312
                    "email": "[email protected]"
313
                },
314
                {
315
                    "name": "Benjamin Eberlei",
316
                    "email": "[email protected]"
317
                },
318
                {
319
                    "name": "Guilherme Blanco",
320
                    "email": "[email protected]"
321
                },
322
                {
323
                    "name": "Jonathan Wage",
324
                    "email": "[email protected]"
325
                },
326
                {
327
                    "name": "Johannes Schmitt",
328
                    "email": "[email protected]"
329
                }
330
            ],
331
            "description": "Common Library for Doctrine projects",
332
            "homepage": "http://www.doctrine-project.org",
333
            "keywords": [
334
                "annotations",
335
                "collections",
336
                "eventmanager",
337
                "persistence",
338
                "spl"
339
            ],
340
            "time": "2017-07-22T08:35:12+00:00"
341
        },
342
        {
343
            "name": "doctrine/inflector",
344
            "version": "v1.1.0",
345
            "source": {
346
                "type": "git",
347
                "url": "https://github.com/doctrine/inflector.git",
348
                "reference": "90b2128806bfde671b6952ab8bea493942c1fdae"
349
            },
350
            "dist": {
351
                "type": "zip",
352
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae",
353
                "reference": "90b2128806bfde671b6952ab8bea493942c1fdae",
354
                "shasum": ""
355
            },
356
            "require": {
357
                "php": ">=5.3.2"
358
            },
359
            "require-dev": {
360
                "phpunit/phpunit": "4.*"
361
            },
362
            "type": "library",
363
            "extra": {
364
                "branch-alias": {
365
                    "dev-master": "1.1.x-dev"
366
                }
367
            },
368
            "autoload": {
369
                "psr-0": {
370
                    "Doctrine\\Common\\Inflector\\": "lib/"
371
                }
372
            },
373
            "notification-url": "https://packagist.org/downloads/",
374
            "license": [
375
                "MIT"
376
            ],
377
            "authors": [
378
                {
379
                    "name": "Roman Borschel",
380
                    "email": "[email protected]"
381
                },
382
                {
383
                    "name": "Benjamin Eberlei",
384
                    "email": "[email protected]"
385
                },
386
                {
387
                    "name": "Guilherme Blanco",
388
                    "email": "[email protected]"
389
                },
390
                {
391
                    "name": "Jonathan Wage",
392
                    "email": "[email protected]"
393
                },
394
                {
395
                    "name": "Johannes Schmitt",
396
                    "email": "[email protected]"
397
                }
398
            ],
399
            "description": "Common String Manipulations with regard to casing and singular/plural rules.",
400
            "homepage": "http://www.doctrine-project.org",
401
            "keywords": [
402
                "inflection",
403
                "pluralize",
404
                "singularize",
405
                "string"
406
            ],
407
            "time": "2015-11-06T14:35:42+00:00"
408
        },
409
        {
410
            "name": "doctrine/lexer",
411
            "version": "v1.0.1",
412
            "source": {
413
                "type": "git",
414
                "url": "https://github.com/doctrine/lexer.git",
415
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
416
            },
417
            "dist": {
418
                "type": "zip",
419
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
420
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
421
                "shasum": ""
422
            },
423
            "require": {
424
                "php": ">=5.3.2"
425
            },
426
            "type": "library",
427
            "extra": {
428
                "branch-alias": {
429
                    "dev-master": "1.0.x-dev"
430
                }
431
            },
432
            "autoload": {
433
                "psr-0": {
434
                    "Doctrine\\Common\\Lexer\\": "lib/"
435
                }
436
            },
437
            "notification-url": "https://packagist.org/downloads/",
438
            "license": [
439
                "MIT"
440
            ],
441
            "authors": [
442
                {
443
                    "name": "Roman Borschel",
444
                    "email": "[email protected]"
445
                },
446
                {
447
                    "name": "Guilherme Blanco",
448
                    "email": "[email protected]"
449
                },
450
                {
451
                    "name": "Johannes Schmitt",
452
                    "email": "[email protected]"
453
                }
454
            ],
455
            "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
456
            "homepage": "http://www.doctrine-project.org",
457
            "keywords": [
458
                "lexer",
459
                "parser"
460
            ],
461
            "time": "2014-09-09T13:34:57+00:00"
462
        },
463
        {
464
            "name": "fig/link-util",
465
            "version": "1.0.0",
466
            "source": {
467
                "type": "git",
468
                "url": "https://github.com/php-fig/link-util.git",
469
                "reference": "1a07821801a148be4add11ab0603e4af55a72fac"
470
            },
471
            "dist": {
472
                "type": "zip",
473
                "url": "https://api.github.com/repos/php-fig/link-util/zipball/1a07821801a148be4add11ab0603e4af55a72fac",
474
                "reference": "1a07821801a148be4add11ab0603e4af55a72fac",
475
                "shasum": ""
476
            },
477
            "require": {
478
                "php": ">=5.5.0",
479
                "psr/link": "~1.0@dev"
480
            },
481
            "require-dev": {
482
                "phpunit/phpunit": "^5.1",
483
                "squizlabs/php_codesniffer": "^2.3.1"
484
            },
485
            "type": "library",
486
            "extra": {
487
                "branch-alias": {
488
                    "dev-master": "1.0.x-dev"
489
                }
490
            },
491
            "autoload": {
492
                "psr-4": {
493
                    "Fig\\Link\\": "src/"
494
                }
495
            },
496
            "notification-url": "https://packagist.org/downloads/",
497
            "license": [
498
                "MIT"
499
            ],
500
            "authors": [
501
                {
502
                    "name": "PHP-FIG",
503
                    "homepage": "http://www.php-fig.org/"
504
                }
505
            ],
506
            "description": "Common utility implementations for HTTP links",
507
            "keywords": [
508
                "http",
509
                "http-link",
510
                "link",
511
                "psr",
512
                "psr-13",
513
                "rest"
514
            ],
515
            "time": "2016-10-17T18:31:11+00:00"
516
        },
517
        {
518
            "name": "fortawesome/font-awesome",
519
            "version": "v4.2.0",
520
            "source": {
521
                "type": "git",
522
                "url": "https://github.com/FortAwesome/Font-Awesome.git",
523
                "reference": "a65bd93d81e9e6bd5ebfa41757a4474960b973b4"
524
            },
525
            "dist": {
526
                "type": "zip",
527
                "url": "https://api.github.com/repos/FortAwesome/Font-Awesome/zipball/a65bd93d81e9e6bd5ebfa41757a4474960b973b4",
528
                "reference": "a65bd93d81e9e6bd5ebfa41757a4474960b973b4",
529
                "shasum": ""
530
            },
531
            "require-dev": {
532
                "jekyll": "1.0.2",
533
                "lessc": "1.4.2"
534
            },
535
            "type": "library",
536
            "extra": {
537
                "branch-alias": {
538
                    "dev-master": "4.0.x-dev"
539
                }
540
            },
541
            "notification-url": "https://packagist.org/downloads/",
542
            "license": [
543
                "OFL-1.1",
544
                "MIT"
545
            ],
546
            "authors": [
547
                {
548
                    "name": "Dave Gandy",
549
                    "email": "[email protected]",
550
                    "homepage": "http://twitter.com/davegandy",
551
                    "role": "Developer"
552
                }
553
            ],
554
            "description": "The iconic font and CSS framework",
555
            "homepage": "http://fontawesome.io/",
556
            "keywords": [
557
                "FontAwesome",
558
                "awesome",
559
                "bootstrap",
560
                "font",
561
                "icon"
562
            ],
563
            "time": "2014-08-26T16:36:44+00:00"
564
        },
565
        {
566
            "name": "guzzlehttp/guzzle",
567
            "version": "6.3.3",
568
            "source": {
569
                "type": "git",
570
                "url": "https://github.com/guzzle/guzzle.git",
571
                "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba"
572
            },
573
            "dist": {
574
                "type": "zip",
575
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/407b0cb880ace85c9b63c5f9551db498cb2d50ba",
576
                "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba",
577
                "shasum": ""
578
            },
579
            "require": {
580
                "guzzlehttp/promises": "^1.0",
581
                "guzzlehttp/psr7": "^1.4",
582
                "php": ">=5.5"
583
            },
584
            "require-dev": {
585
                "ext-curl": "*",
586
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
587
                "psr/log": "^1.0"
588
            },
589
            "suggest": {
590
                "psr/log": "Required for using the Log middleware"
591
            },
592
            "type": "library",
593
            "extra": {
594
                "branch-alias": {
595
                    "dev-master": "6.3-dev"
596
                }
597
            },
598
            "autoload": {
599
                "files": [
600
                    "src/functions_include.php"
601
                ],
602
                "psr-4": {
603
                    "GuzzleHttp\\": "src/"
604
                }
605
            },
606
            "notification-url": "https://packagist.org/downloads/",
607
            "license": [
608
                "MIT"
609
            ],
610
            "authors": [
611
                {
612
                    "name": "Michael Dowling",
613
                    "email": "[email protected]",
614
                    "homepage": "https://github.com/mtdowling"
615
                }
616
            ],
617
            "description": "Guzzle is a PHP HTTP client library",
618
            "homepage": "http://guzzlephp.org/",
619
            "keywords": [
620
                "client",
621
                "curl",
622
                "framework",
623
                "http",
624
                "http client",
625
                "rest",
626
                "web service"
627
            ],
628
            "time": "2018-04-22T15:46:56+00:00"
629
        },
630
        {
631
            "name": "guzzlehttp/promises",
632
            "version": "v1.3.1",
633
            "source": {
634
                "type": "git",
635
                "url": "https://github.com/guzzle/promises.git",
636
                "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
637
            },
638
            "dist": {
639
                "type": "zip",
640
                "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
641
                "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
642
                "shasum": ""
643
            },
644
            "require": {
645
                "php": ">=5.5.0"
646
            },
647
            "require-dev": {
648
                "phpunit/phpunit": "^4.0"
649
            },
650
            "type": "library",
651
            "extra": {
652
                "branch-alias": {
653
                    "dev-master": "1.4-dev"
654
                }
655
            },
656
            "autoload": {
657
                "psr-4": {
658
                    "GuzzleHttp\\Promise\\": "src/"
659
                },
660
                "files": [
661
                    "src/functions_include.php"
662
                ]
663
            },
664
            "notification-url": "https://packagist.org/downloads/",
665
            "license": [
666
                "MIT"
667
            ],
668
            "authors": [
669
                {
670
                    "name": "Michael Dowling",
671
                    "email": "[email protected]",
672
                    "homepage": "https://github.com/mtdowling"
673
                }
674
            ],
675
            "description": "Guzzle promises library",
676
            "keywords": [
677
                "promise"
678
            ],
679
            "time": "2016-12-20T10:07:11+00:00"
680
        },
681
        {
682
            "name": "guzzlehttp/psr7",
683
            "version": "1.4.2",
684
            "source": {
685
                "type": "git",
686
                "url": "https://github.com/guzzle/psr7.git",
687
                "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c"
688
            },
689
            "dist": {
690
                "type": "zip",
691
                "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
692
                "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
693
                "shasum": ""
694
            },
695
            "require": {
696
                "php": ">=5.4.0",
697
                "psr/http-message": "~1.0"
698
            },
699
            "provide": {
700
                "psr/http-message-implementation": "1.0"
701
            },
702
            "require-dev": {
703
                "phpunit/phpunit": "~4.0"
704
            },
705
            "type": "library",
706
            "extra": {
707
                "branch-alias": {
708
                    "dev-master": "1.4-dev"
709
                }
710
            },
711
            "autoload": {
712
                "psr-4": {
713
                    "GuzzleHttp\\Psr7\\": "src/"
714
                },
715
                "files": [
716
                    "src/functions_include.php"
717
                ]
718
            },
719
            "notification-url": "https://packagist.org/downloads/",
720
            "license": [
721
                "MIT"
722
            ],
723
            "authors": [
724
                {
725
                    "name": "Michael Dowling",
726
                    "email": "[email protected]",
727
                    "homepage": "https://github.com/mtdowling"
728
                },
729
                {
730
                    "name": "Tobias Schultze",
731
                    "homepage": "https://github.com/Tobion"
732
                }
733
            ],
734
            "description": "PSR-7 message implementation that also provides common utility methods",
735
            "keywords": [
736
                "http",
737
                "message",
738
                "request",
739
                "response",
740
                "stream",
741
                "uri",
742
                "url"
743
            ],
744
            "time": "2017-03-20T17:10:46+00:00"
745
        },
746
        {
747
            "name": "incenteev/composer-parameter-handler",
748
            "version": "v2.1.3",
749
            "source": {
750
                "type": "git",
751
                "url": "https://github.com/Incenteev/ParameterHandler.git",
752
                "reference": "933c45a34814f27f2345c11c37d46b3ca7303550"
753
            },
754
            "dist": {
755
                "type": "zip",
756
                "url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/933c45a34814f27f2345c11c37d46b3ca7303550",
757
                "reference": "933c45a34814f27f2345c11c37d46b3ca7303550",
758
                "shasum": ""
759
            },
760
            "require": {
761
                "php": ">=5.3.3",
762
                "symfony/yaml": "^2.3 || ^3.0 || ^4.0"
763
            },
764
            "require-dev": {
765
                "composer/composer": "^1.0@dev",
766
                "symfony/filesystem": "^2.3 || ^3 || ^4",
767
                "symfony/phpunit-bridge": "^4.0"
768
            },
769
            "type": "library",
770
            "extra": {
771
                "branch-alias": {
772
                    "dev-master": "2.1.x-dev"
773
                }
774
            },
775
            "autoload": {
776
                "psr-4": {
777
                    "Incenteev\\ParameterHandler\\": ""
778
                }
779
            },
780
            "notification-url": "https://packagist.org/downloads/",
781
            "license": [
782
                "MIT"
783
            ],
784
            "authors": [
785
                {
786
                    "name": "Christophe Coevoet",
787
                    "email": "[email protected]"
788
                }
789
            ],
790
            "description": "Composer script handling your ignored parameter file",
791
            "homepage": "https://github.com/Incenteev/ParameterHandler",
792
            "keywords": [
793
                "parameters management"
794
            ],
795
            "time": "2018-02-13T18:05:56+00:00"
796
        },
797
        {
798
            "name": "jms/translation-bundle",
799
            "version": "1.3.2",
800
            "target-dir": "JMS/TranslationBundle",
801
            "source": {
802
                "type": "git",
803
                "url": "https://github.com/schmittjoh/JMSTranslationBundle.git",
804
                "reference": "08b8db92aa376b8e50ce4e779e849916abffd805"
805
            },
806
            "dist": {
807
                "type": "zip",
808
                "url": "https://api.github.com/repos/schmittjoh/JMSTranslationBundle/zipball/08b8db92aa376b8e50ce4e779e849916abffd805",
809
                "reference": "08b8db92aa376b8e50ce4e779e849916abffd805",
810
                "shasum": ""
811
            },
812
            "require": {
813
                "nikic/php-parser": "^1.4 || ^2.0 || ^3.0",
814
                "php": "^5.3.3 || ^7.0",
815
                "symfony/console": "^2.3 || ^3.0",
816
                "symfony/framework-bundle": "^2.3 || ^3.0",
817
                "twig/twig": "^1.27 || ^2.0"
818
            },
819
            "require-dev": {
820
                "jms/di-extra-bundle": "^1.1",
821
                "matthiasnoback/symfony-dependency-injection-test": "^0.7.6",
822
                "nyholm/nsa": "^1.0.1",
823
                "phpunit/phpunit": "4.8.27",
824
                "psr/log": "^1.0",
825
                "sensio/framework-extra-bundle": "^2.3 || ^3.0",
826
                "symfony/expression-language": "^2.6 || ^3.0",
827
                "symfony/symfony": "^2.3 || ^3.0"
828
            },
829
            "type": "symfony-bundle",
830
            "extra": {
831
                "branch-alias": {
832
                    "dev-master": "1.4-dev"
833
                }
834
            },
835
            "autoload": {
836
                "psr-0": {
837
                    "JMS\\TranslationBundle": ""
838
                }
839
            },
840
            "notification-url": "https://packagist.org/downloads/",
841
            "license": [
842
                "Apache2"
843
            ],
844
            "authors": [
845
                {
846
                    "name": "Johannes M. Schmitt",
847
                    "email": "[email protected]"
848
                }
849
            ],
850
            "description": "Puts the Symfony Translation Component on steroids",
851
            "homepage": "http://jmsyst.com/bundles/JMSTranslationBundle",
852
            "keywords": [
853
                "extract",
854
                "extraction",
855
                "i18n",
856
                "interface",
857
                "multilanguage",
858
                "translation",
859
                "ui",
860
                "webinterface"
861
            ],
862
            "time": "2017-04-20T19:44:02+00:00"
863
        },
864
        {
865
            "name": "kriswallsmith/assetic",
866
            "version": "v1.4.0",
867
            "source": {
868
                "type": "git",
869
                "url": "https://github.com/kriswallsmith/assetic.git",
870
                "reference": "e911c437dbdf006a8f62c2f59b15b2d69a5e0aa1"
871
            },
872
            "dist": {
873
                "type": "zip",
874
                "url": "https://api.github.com/repos/kriswallsmith/assetic/zipball/e911c437dbdf006a8f62c2f59b15b2d69a5e0aa1",
875
                "reference": "e911c437dbdf006a8f62c2f59b15b2d69a5e0aa1",
876
                "shasum": ""
877
            },
878
            "require": {
879
                "php": ">=5.3.1",
880
                "symfony/process": "~2.1|~3.0"
881
            },
882
            "conflict": {
883
                "twig/twig": "<1.27"
884
            },
885
            "require-dev": {
886
                "leafo/lessphp": "^0.3.7",
887
                "leafo/scssphp": "~0.1",
888
                "meenie/javascript-packer": "^1.1",
889
                "mrclay/minify": "<2.3",
890
                "natxet/cssmin": "3.0.4",
891
                "patchwork/jsqueeze": "~1.0|~2.0",
892
                "phpunit/phpunit": "~4.8 || ^5.6",
893
                "psr/log": "~1.0",
894
                "ptachoire/cssembed": "~1.0",
895
                "symfony/phpunit-bridge": "~2.7|~3.0",
896
                "twig/twig": "~1.23|~2.0",
897
                "yfix/packager": "dev-master"
898
            },
899
            "suggest": {
900
                "leafo/lessphp": "Assetic provides the integration with the lessphp LESS compiler",
901
                "leafo/scssphp": "Assetic provides the integration with the scssphp SCSS compiler",
902
                "leafo/scssphp-compass": "Assetic provides the integration with the SCSS compass plugin",
903
                "patchwork/jsqueeze": "Assetic provides the integration with the JSqueeze JavaScript compressor",
904
                "ptachoire/cssembed": "Assetic provides the integration with phpcssembed to embed data uris",
905
                "twig/twig": "Assetic provides the integration with the Twig templating engine"
906
            },
907
            "type": "library",
908
            "extra": {
909
                "branch-alias": {
910
                    "dev-master": "1.4-dev"
911
                }
912
            },
913
            "autoload": {
914
                "psr-0": {
915
                    "Assetic": "src/"
916
                },
917
                "files": [
918
                    "src/functions.php"
919
                ]
920
            },
921
            "notification-url": "https://packagist.org/downloads/",
922
            "license": [
923
                "MIT"
924
            ],
925
            "authors": [
926
                {
927
                    "name": "Kris Wallsmith",
928
                    "email": "[email protected]",
929
                    "homepage": "http://kriswallsmith.net/"
930
                }
931
            ],
932
            "description": "Asset Management for PHP",
933
            "homepage": "https://github.com/kriswallsmith/assetic",
934
            "keywords": [
935
                "assets",
936
                "compression",
937
                "minification"
938
            ],
939
            "time": "2016-11-11T18:43:20+00:00"
940
        },
941
        {
942
            "name": "monolog/monolog",
943
            "version": "1.23.0",
944
            "source": {
945
                "type": "git",
946
                "url": "https://github.com/Seldaek/monolog.git",
947
                "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4"
948
            },
949
            "dist": {
950
                "type": "zip",
951
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
952
                "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
953
                "shasum": ""
954
            },
955
            "require": {
956
                "php": ">=5.3.0",
957
                "psr/log": "~1.0"
958
            },
959
            "provide": {
960
                "psr/log-implementation": "1.0.0"
961
            },
962
            "require-dev": {
963
                "aws/aws-sdk-php": "^2.4.9 || ^3.0",
964
                "doctrine/couchdb": "~1.0@dev",
965
                "graylog2/gelf-php": "~1.0",
966
                "jakub-onderka/php-parallel-lint": "0.9",
967
                "php-amqplib/php-amqplib": "~2.4",
968
                "php-console/php-console": "^3.1.3",
969
                "phpunit/phpunit": "~4.5",
970
                "phpunit/phpunit-mock-objects": "2.3.0",
971
                "ruflin/elastica": ">=0.90 <3.0",
972
                "sentry/sentry": "^0.13",
973
                "swiftmailer/swiftmailer": "^5.3|^6.0"
974
            },
975
            "suggest": {
976
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
977
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
978
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
979
                "ext-mongo": "Allow sending log messages to a MongoDB server",
980
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
981
                "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
982
                "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
983
                "php-console/php-console": "Allow sending log messages to Google Chrome",
984
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
985
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
986
                "sentry/sentry": "Allow sending log messages to a Sentry server"
987
            },
988
            "type": "library",
989
            "extra": {
990
                "branch-alias": {
991
                    "dev-master": "2.0.x-dev"
992
                }
993
            },
994
            "autoload": {
995
                "psr-4": {
996
                    "Monolog\\": "src/Monolog"
997
                }
998
            },
999
            "notification-url": "https://packagist.org/downloads/",
1000
            "license": [
1001
                "MIT"
1002
            ],
1003
            "authors": [
1004
                {
1005
                    "name": "Jordi Boggiano",
1006
                    "email": "[email protected]",
1007
                    "homepage": "http://seld.be"
1008
                }
1009
            ],
1010
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
1011
            "homepage": "http://github.com/Seldaek/monolog",
1012
            "keywords": [
1013
                "log",
1014
                "logging",
1015
                "psr-3"
1016
            ],
1017
            "time": "2017-06-19T01:22:40+00:00"
1018
        },
1019
        {
1020
            "name": "moontoast/math",
1021
            "version": "1.1.2",
1022
            "source": {
1023
                "type": "git",
1024
                "url": "https://github.com/ramsey/moontoast-math.git",
1025
                "reference": "c2792a25df5cad4ff3d760dd37078fc5b6fccc79"
1026
            },
1027
            "dist": {
1028
                "type": "zip",
1029
                "url": "https://api.github.com/repos/ramsey/moontoast-math/zipball/c2792a25df5cad4ff3d760dd37078fc5b6fccc79",
1030
                "reference": "c2792a25df5cad4ff3d760dd37078fc5b6fccc79",
1031
                "shasum": ""
1032
            },
1033
            "require": {
1034
                "ext-bcmath": "*",
1035
                "php": ">=5.3.3"
1036
            },
1037
            "require-dev": {
1038
                "jakub-onderka/php-parallel-lint": "^0.9.0",
1039
                "phpunit/phpunit": "^4.7|>=5.0 <5.4",
1040
                "satooshi/php-coveralls": "^0.6.1",
1041
                "squizlabs/php_codesniffer": "^2.3"
1042
            },
1043
            "type": "library",
1044
            "autoload": {
1045
                "psr-4": {
1046
                    "Moontoast\\Math\\": "src/Moontoast/Math/"
1047
                }
1048
            },
1049
            "notification-url": "https://packagist.org/downloads/",
1050
            "license": [
1051
                "Apache-2.0"
1052
            ],
1053
            "authors": [
1054
                {
1055
                    "name": "Ben Ramsey",
1056
                    "email": "[email protected]",
1057
                    "homepage": "https://benramsey.com"
1058
                }
1059
            ],
1060
            "description": "A mathematics library, providing functionality for large numbers",
1061
            "homepage": "https://github.com/ramsey/moontoast-math",
1062
            "keywords": [
1063
                "bcmath",
1064
                "math"
1065
            ],
1066
            "time": "2017-02-16T16:54:46+00:00"
1067
        },
1068
        {
1069
            "name": "mopa/bootstrap-bundle",
1070
            "version": "v3.2.2",
1071
            "target-dir": "Mopa/Bundle/BootstrapBundle",
1072
            "source": {
1073
                "type": "git",
1074
                "url": "https://github.com/phiamo/MopaBootstrapBundle.git",
1075
                "reference": "d30a6d807c582c606d8fc138dba6584dea559849"
1076
            },
1077
            "dist": {
1078
                "type": "zip",
1079
                "url": "https://api.github.com/repos/phiamo/MopaBootstrapBundle/zipball/d30a6d807c582c606d8fc138dba6584dea559849",
1080
                "reference": "d30a6d807c582c606d8fc138dba6584dea559849",
1081
                "shasum": ""
1082
            },
1083
            "require": {
1084
                "mopa/composer-bridge": "~1.3",
1085
                "symfony/console": "~2.3|~3.0|^4.0",
1086
                "symfony/form": "~2.3|~3.0|^4.0",
1087
                "symfony/framework-bundle": "~2.3|~3.0|^4.0",
1088
                "symfony/twig-bundle": "~2.3|~3.0|^4.0",
1089
                "twig/twig": "^1.14.2|^2.0"
1090
            },
1091
            "conflict": {
1092
                "symfony/twig-bridge": "<2.3"
1093
            },
1094
            "require-dev": {
1095
                "phpunit/phpunit": "~6.0",
1096
                "symfony/security-bundle": "~2.3|~3.0|^4.0",
1097
                "symfony/translation": "~2.3|~3.0|^4.0"
1098
            },
1099
            "suggest": {
1100
                "craue/formflow-bundle": "~2.0",
1101
                "knplabs/knp-menu-bundle": "~2.0@dev",
1102
                "knplabs/knp-paginator-bundle": "~2.3",
1103
                "mopa/bootstrap-sandbox-bundle": "~2.3",
1104
                "twbs/bootstrap": ">2.0,<4.0-dev",
1105
                "twbs/bootstrap-sass": "v3.1.1"
1106
            },
1107
            "type": "symfony-bundle",
1108
            "extra": {
1109
                "branch-alias": {
1110
                    "dev-master": "3.x-dev"
1111
                }
1112
            },
1113
            "autoload": {
1114
                "psr-0": {
1115
                    "Mopa\\Bundle\\BootstrapBundle\\": ""
1116
                }
1117
            },
1118
            "notification-url": "https://packagist.org/downloads/",
1119
            "license": [
1120
                "MIT"
1121
            ],
1122
            "authors": [
1123
                {
1124
                    "name": "Community contributions",
1125
                    "homepage": "https://github.com/phiamo/MopaBootstrapBundle/contributors"
1126
                },
1127
                {
1128
                    "name": "Philipp A. Mohrenweiser",
1129
                    "email": "[email protected]"
1130
                }
1131
            ],
1132
            "description": "Easy integration of twitters bootstrap into symfony2",
1133
            "keywords": [
1134
                "bootstrap",
1135
                "bootstrap form",
1136
                "extra form",
1137
                "form",
1138
                "template"
1139
            ],
1140
            "time": "2017-12-23T16:45:33+00:00"
1141
        },
1142
        {
1143
            "name": "mopa/composer-bridge",
1144
            "version": "v1.5.0",
1145
            "source": {
1146
                "type": "git",
1147
                "url": "https://github.com/phiamo/MopaComposerBridge.git",
1148
                "reference": "58661a5c588ce9c3eff7d36c4030f6caa4de1ae2"
1149
            },
1150
            "dist": {
1151
                "type": "zip",
1152
                "url": "https://api.github.com/repos/phiamo/MopaComposerBridge/zipball/58661a5c588ce9c3eff7d36c4030f6caa4de1ae2",
1153
                "reference": "58661a5c588ce9c3eff7d36c4030f6caa4de1ae2",
1154
                "shasum": ""
1155
            },
1156
            "require": {
1157
                "symfony/class-loader": ">=2.0.0",
1158
                "symfony/console": ">=2.0.0"
1159
            },
1160
            "type": "symfony-bridge",
1161
            "extra": {
1162
                "branch-alias": {
1163
                    "dev-master": "1.3.x-dev"
1164
                }
1165
            },
1166
            "autoload": {
1167
                "psr-0": {
1168
                    "Mopa\\Bridge\\Composer": "src/"
1169
                }
1170
            },
1171
            "notification-url": "https://packagist.org/downloads/",
1172
            "license": [
1173
                "MIT"
1174
            ],
1175
            "authors": [
1176
                {
1177
                    "name": "Community contributions",
1178
                    "homepage": "https://github.com/phiamo/MopaComposerBridge/contributors"
1179
                },
1180
                {
1181
                    "name": "Philipp A. Mohrenweiser",
1182
                    "email": "[email protected]"
1183
                }
1184
            ],
1185
            "description": "Symfony2 Composer Bridge",
1186
            "homepage": "http://bootstrap.mohrenweiserpartner.de",
1187
            "keywords": [
1188
                "Symfony2",
1189
                "composer"
1190
            ],
1191
            "time": "2015-10-01T19:20:19+00:00"
1192
        },
1193
        {
1194
            "name": "mpdf/mpdf",
1195
            "version": "v7.1.4",
1196
            "source": {
1197
                "type": "git",
1198
                "url": "https://github.com/mpdf/mpdf.git",
1199
                "reference": "349a1ffae7d04f0d976f619d6f00d8569a4a74c7"
1200
            },
1201
            "dist": {
1202
                "type": "zip",
1203
                "url": "https://api.github.com/repos/mpdf/mpdf/zipball/349a1ffae7d04f0d976f619d6f00d8569a4a74c7",
1204
                "reference": "349a1ffae7d04f0d976f619d6f00d8569a4a74c7",
1205
                "shasum": ""
1206
            },
1207
            "require": {
1208
                "ext-gd": "*",
1209
                "ext-mbstring": "*",
1210
                "myclabs/deep-copy": "^1.7",
1211
                "paragonie/random_compat": "^1.4|^2.0|9.99.99",
1212
                "php": "^5.6 || ~7.0.0 || ~7.1.0 || ~7.2.0",
1213
                "psr/log": "^1.0",
1214
                "setasign/fpdi": "1.6.*"
1215
            },
1216
            "require-dev": {
1217
                "mockery/mockery": "^0.9.5",
1218
                "phpunit/phpunit": "^5.0",
1219
                "squizlabs/php_codesniffer": "^2.7.0",
1220
                "tracy/tracy": "^2.4"
1221
            },
1222
            "suggest": {
1223
                "ext-bcmath": "Needed for generation of some types of barcodes",
1224
                "ext-xml": "Needed mainly for SVG manipulation",
1225
                "ext-zlib": "Needed for compression of embedded resources, such as fonts"
1226
            },
1227
            "type": "library",
1228
            "extra": {
1229
                "branch-alias": {
1230
                    "dev-development": "7.0-dev"
1231
                }
1232
            },
1233
            "autoload": {
1234
                "psr-4": {
1235
                    "Mpdf\\": "src/"
1236
                }
1237
            },
1238
            "notification-url": "https://packagist.org/downloads/",
1239
            "license": [
1240
                "GPL-2.0-only"
1241
            ],
1242
            "authors": [
1243
                {
1244
                    "name": "Matěj Humpál",
1245
                    "role": "Developer, maintainer"
1246
                },
1247
                {
1248
                    "name": "Ian Back",
1249
                    "role": "Developer (retired)"
1250
                }
1251
            ],
1252
            "description": "A PHP class to generate PDF files from HTML with Unicode/UTF-8 and CJK support",
1253
            "homepage": "https://mpdf.github.io",
1254
            "keywords": [
1255
                "pdf",
1256
                "php",
1257
                "utf-8"
1258
            ],
1259
            "time": "2018-08-10T11:00:53+00:00"
1260
        },
1261
        {
1262
            "name": "myclabs/deep-copy",
1263
            "version": "1.7.0",
1264
            "source": {
1265
                "type": "git",
1266
                "url": "https://github.com/myclabs/DeepCopy.git",
1267
                "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e"
1268
            },
1269
            "dist": {
1270
                "type": "zip",
1271
                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
1272
                "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
1273
                "shasum": ""
1274
            },
1275
            "require": {
1276
                "php": "^5.6 || ^7.0"
1277
            },
1278
            "require-dev": {
1279
                "doctrine/collections": "^1.0",
1280
                "doctrine/common": "^2.6",
1281
                "phpunit/phpunit": "^4.1"
1282
            },
1283
            "type": "library",
1284
            "autoload": {
1285
                "psr-4": {
1286
                    "DeepCopy\\": "src/DeepCopy/"
1287
                },
1288
                "files": [
1289
                    "src/DeepCopy/deep_copy.php"
1290
                ]
1291
            },
1292
            "notification-url": "https://packagist.org/downloads/",
1293
            "license": [
1294
                "MIT"
1295
            ],
1296
            "description": "Create deep copies (clones) of your objects",
1297
            "keywords": [
1298
                "clone",
1299
                "copy",
1300
                "duplicate",
1301
                "object",
1302
                "object graph"
1303
            ],
1304
            "time": "2017-10-19T19:58:43+00:00"
1305
        },
1306
        {
1307
            "name": "nelmio/security-bundle",
1308
            "version": "1.10.0",
1309
            "source": {
1310
                "type": "git",
1311
                "url": "https://github.com/nelmio/NelmioSecurityBundle.git",
1312
                "reference": "4be243f1fc85ff85f10aadcf88c8c11ba2096cd9"
1313
            },
1314
            "dist": {
1315
                "type": "zip",
1316
                "url": "https://api.github.com/repos/nelmio/NelmioSecurityBundle/zipball/4be243f1fc85ff85f10aadcf88c8c11ba2096cd9",
1317
                "reference": "4be243f1fc85ff85f10aadcf88c8c11ba2096cd9",
1318
                "shasum": ""
1319
            },
1320
            "require": {
1321
                "symfony/framework-bundle": "~2.3|~3.0",
1322
                "symfony/security": "~2.3|~3.0"
1323
            },
1324
            "require-dev": {
1325
                "phpunit/phpunit": "^5.2"
1326
            },
1327
            "type": "symfony-bundle",
1328
            "extra": {
1329
                "branch-alias": {
1330
                    "dev-master": "1.10.x-dev"
1331
                }
1332
            },
1333
            "autoload": {
1334
                "psr-4": {
1335
                    "Nelmio\\SecurityBundle\\": ""
1336
                }
1337
            },
1338
            "notification-url": "https://packagist.org/downloads/",
1339
            "license": [
1340
                "MIT"
1341
            ],
1342
            "authors": [
1343
                {
1344
                    "name": "Nelmio",
1345
                    "homepage": "http://nelm.io"
1346
                },
1347
                {
1348
                    "name": "Symfony Community",
1349
                    "homepage": "https://github.com/nelmio/NelmioSecurityBundle/contributors"
1350
                }
1351
            ],
1352
            "description": "Extra security-related features for Symfony: signed/encrypted cookies, HTTPS/SSL/HSTS handling, cookie session storage, ...",
1353
            "keywords": [
1354
                "security"
1355
            ],
1356
            "time": "2016-02-23T10:42:13+00:00"
1357
        },
1358
        {
1359
            "name": "nikic/php-parser",
1360
            "version": "v3.1.5",
1361
            "source": {
1362
                "type": "git",
1363
                "url": "https://github.com/nikic/PHP-Parser.git",
1364
                "reference": "bb87e28e7d7b8d9a7fda231d37457c9210faf6ce"
1365
            },
1366
            "dist": {
1367
                "type": "zip",
1368
                "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/bb87e28e7d7b8d9a7fda231d37457c9210faf6ce",
1369
                "reference": "bb87e28e7d7b8d9a7fda231d37457c9210faf6ce",
1370
                "shasum": ""
1371
            },
1372
            "require": {
1373
                "ext-tokenizer": "*",
1374
                "php": ">=5.5"
1375
            },
1376
            "require-dev": {
1377
                "phpunit/phpunit": "~4.0|~5.0"
1378
            },
1379
            "bin": [
1380
                "bin/php-parse"
1381
            ],
1382
            "type": "library",
1383
            "extra": {
1384
                "branch-alias": {
1385
                    "dev-master": "3.0-dev"
1386
                }
1387
            },
1388
            "autoload": {
1389
                "psr-4": {
1390
                    "PhpParser\\": "lib/PhpParser"
1391
                }
1392
            },
1393
            "notification-url": "https://packagist.org/downloads/",
1394
            "license": [
1395
                "BSD-3-Clause"
1396
            ],
1397
            "authors": [
1398
                {
1399
                    "name": "Nikita Popov"
1400
                }
1401
            ],
1402
            "description": "A PHP parser written in PHP",
1403
            "keywords": [
1404
                "parser",
1405
                "php"
1406
            ],
1407
            "time": "2018-02-28T20:30:58+00:00"
1408
        },
1409
        {
1410
            "name": "openconext/monitor-bundle",
1411
            "version": "1.0.5",
1412
            "source": {
1413
                "type": "git",
1414
                "url": "https://github.com/OpenConext/Monitor-bundle.git",
1415
                "reference": "0c1fe3abfb68e5c315ccf651fa4a23b98d6ad2e0"
1416
            },
1417
            "dist": {
1418
                "type": "zip",
1419
                "url": "https://api.github.com/repos/OpenConext/Monitor-bundle/zipball/0c1fe3abfb68e5c315ccf651fa4a23b98d6ad2e0",
1420
                "reference": "0c1fe3abfb68e5c315ccf651fa4a23b98d6ad2e0",
1421
                "shasum": ""
1422
            },
1423
            "require": {
1424
                "php": ">=5.4,<8.0-dev",
1425
                "symfony/dependency-injection": ">=2.7,<4",
1426
                "symfony/framework-bundle": ">=2.7,<4",
1427
                "webmozart/assert": "^1.2"
1428
            },
1429
            "require-dev": {
1430
                "jakub-onderka/php-parallel-lint": "^0.9.2",
1431
                "malukenho/docheader": "^0.1.6",
1432
                "matthiasnoback/symfony-config-test": "^2.1",
1433
                "mockery/mockery": "~0.9",
1434
                "phpdocumentor/reflection-docblock": "3.3.*",
1435
                "phpmd/phpmd": "^2.6",
1436
                "phpunit/php-token-stream": "1.4.*",
1437
                "phpunit/phpunit": "^5.7",
1438
                "sebastian/phpcpd": "^3.0",
1439
                "squizlabs/php_codesniffer": "^3.1"
1440
            },
1441
            "type": "symfony-bundle",
1442
            "autoload": {
1443
                "psr-4": {
1444
                    "OpenConext\\MonitorBundle\\": "src"
1445
                }
1446
            },
1447
            "notification-url": "https://packagist.org/downloads/",
1448
            "license": [
1449
                "Apache-2.0"
1450
            ],
1451
            "description": "A Symfony 3 bundle that facilitates health and info endpoints to a Symfony application. The bundle is backwards compatible with Symfony 2 projects.",
1452
            "keywords": [
1453
                "OpenConext",
1454
                "health",
1455
                "monitoring",
1456
                "stepup",
1457
                "surfnet"
1458
            ],
1459
            "time": "2018-09-12T13:38:01+00:00"
1460
        },
1461
        {
1462
            "name": "paragonie/random_compat",
1463
            "version": "v2.0.17",
1464
            "source": {
1465
                "type": "git",
1466
                "url": "https://github.com/paragonie/random_compat.git",
1467
                "reference": "29af24f25bab834fcbb38ad2a69fa93b867e070d"
1468
            },
1469
            "dist": {
1470
                "type": "zip",
1471
                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/29af24f25bab834fcbb38ad2a69fa93b867e070d",
1472
                "reference": "29af24f25bab834fcbb38ad2a69fa93b867e070d",
1473
                "shasum": ""
1474
            },
1475
            "require": {
1476
                "php": ">=5.2.0"
1477
            },
1478
            "require-dev": {
1479
                "phpunit/phpunit": "4.*|5.*"
1480
            },
1481
            "suggest": {
1482
                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
1483
            },
1484
            "type": "library",
1485
            "autoload": {
1486
                "files": [
1487
                    "lib/random.php"
1488
                ]
1489
            },
1490
            "notification-url": "https://packagist.org/downloads/",
1491
            "license": [
1492
                "MIT"
1493
            ],
1494
            "authors": [
1495
                {
1496
                    "name": "Paragon Initiative Enterprises",
1497
                    "email": "[email protected]",
1498
                    "homepage": "https://paragonie.com"
1499
                }
1500
            ],
1501
            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
1502
            "keywords": [
1503
                "csprng",
1504
                "polyfill",
1505
                "pseudorandom",
1506
                "random"
1507
            ],
1508
            "time": "2018-07-04T16:31:37+00:00"
1509
        },
1510
        {
1511
            "name": "psr/cache",
1512
            "version": "1.0.1",
1513
            "source": {
1514
                "type": "git",
1515
                "url": "https://github.com/php-fig/cache.git",
1516
                "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
1517
            },
1518
            "dist": {
1519
                "type": "zip",
1520
                "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
1521
                "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
1522
                "shasum": ""
1523
            },
1524
            "require": {
1525
                "php": ">=5.3.0"
1526
            },
1527
            "type": "library",
1528
            "extra": {
1529
                "branch-alias": {
1530
                    "dev-master": "1.0.x-dev"
1531
                }
1532
            },
1533
            "autoload": {
1534
                "psr-4": {
1535
                    "Psr\\Cache\\": "src/"
1536
                }
1537
            },
1538
            "notification-url": "https://packagist.org/downloads/",
1539
            "license": [
1540
                "MIT"
1541
            ],
1542
            "authors": [
1543
                {
1544
                    "name": "PHP-FIG",
1545
                    "homepage": "http://www.php-fig.org/"
1546
                }
1547
            ],
1548
            "description": "Common interface for caching libraries",
1549
            "keywords": [
1550
                "cache",
1551
                "psr",
1552
                "psr-6"
1553
            ],
1554
            "time": "2016-08-06T20:24:11+00:00"
1555
        },
1556
        {
1557
            "name": "psr/container",
1558
            "version": "1.0.0",
1559
            "source": {
1560
                "type": "git",
1561
                "url": "https://github.com/php-fig/container.git",
1562
                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
1563
            },
1564
            "dist": {
1565
                "type": "zip",
1566
                "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
1567
                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
1568
                "shasum": ""
1569
            },
1570
            "require": {
1571
                "php": ">=5.3.0"
1572
            },
1573
            "type": "library",
1574
            "extra": {
1575
                "branch-alias": {
1576
                    "dev-master": "1.0.x-dev"
1577
                }
1578
            },
1579
            "autoload": {
1580
                "psr-4": {
1581
                    "Psr\\Container\\": "src/"
1582
                }
1583
            },
1584
            "notification-url": "https://packagist.org/downloads/",
1585
            "license": [
1586
                "MIT"
1587
            ],
1588
            "authors": [
1589
                {
1590
                    "name": "PHP-FIG",
1591
                    "homepage": "http://www.php-fig.org/"
1592
                }
1593
            ],
1594
            "description": "Common Container Interface (PHP FIG PSR-11)",
1595
            "homepage": "https://github.com/php-fig/container",
1596
            "keywords": [
1597
                "PSR-11",
1598
                "container",
1599
                "container-interface",
1600
                "container-interop",
1601
                "psr"
1602
            ],
1603
            "time": "2017-02-14T16:28:37+00:00"
1604
        },
1605
        {
1606
            "name": "psr/http-message",
1607
            "version": "1.0.1",
1608
            "source": {
1609
                "type": "git",
1610
                "url": "https://github.com/php-fig/http-message.git",
1611
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
1612
            },
1613
            "dist": {
1614
                "type": "zip",
1615
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
1616
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
1617
                "shasum": ""
1618
            },
1619
            "require": {
1620
                "php": ">=5.3.0"
1621
            },
1622
            "type": "library",
1623
            "extra": {
1624
                "branch-alias": {
1625
                    "dev-master": "1.0.x-dev"
1626
                }
1627
            },
1628
            "autoload": {
1629
                "psr-4": {
1630
                    "Psr\\Http\\Message\\": "src/"
1631
                }
1632
            },
1633
            "notification-url": "https://packagist.org/downloads/",
1634
            "license": [
1635
                "MIT"
1636
            ],
1637
            "authors": [
1638
                {
1639
                    "name": "PHP-FIG",
1640
                    "homepage": "http://www.php-fig.org/"
1641
                }
1642
            ],
1643
            "description": "Common interface for HTTP messages",
1644
            "homepage": "https://github.com/php-fig/http-message",
1645
            "keywords": [
1646
                "http",
1647
                "http-message",
1648
                "psr",
1649
                "psr-7",
1650
                "request",
1651
                "response"
1652
            ],
1653
            "time": "2016-08-06T14:39:51+00:00"
1654
        },
1655
        {
1656
            "name": "psr/link",
1657
            "version": "1.0.0",
1658
            "source": {
1659
                "type": "git",
1660
                "url": "https://github.com/php-fig/link.git",
1661
                "reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562"
1662
            },
1663
            "dist": {
1664
                "type": "zip",
1665
                "url": "https://api.github.com/repos/php-fig/link/zipball/eea8e8662d5cd3ae4517c9b864493f59fca95562",
1666
                "reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562",
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\\Link\\": "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 interfaces for HTTP links",
1694
            "keywords": [
1695
                "http",
1696
                "http-link",
1697
                "link",
1698
                "psr",
1699
                "psr-13",
1700
                "rest"
1701
            ],
1702
            "time": "2016-10-28T16:06:13+00:00"
1703
        },
1704
        {
1705
            "name": "psr/log",
1706
            "version": "1.0.2",
1707
            "source": {
1708
                "type": "git",
1709
                "url": "https://github.com/php-fig/log.git",
1710
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
1711
            },
1712
            "dist": {
1713
                "type": "zip",
1714
                "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
1715
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
1716
                "shasum": ""
1717
            },
1718
            "require": {
1719
                "php": ">=5.3.0"
1720
            },
1721
            "type": "library",
1722
            "extra": {
1723
                "branch-alias": {
1724
                    "dev-master": "1.0.x-dev"
1725
                }
1726
            },
1727
            "autoload": {
1728
                "psr-4": {
1729
                    "Psr\\Log\\": "Psr/Log/"
1730
                }
1731
            },
1732
            "notification-url": "https://packagist.org/downloads/",
1733
            "license": [
1734
                "MIT"
1735
            ],
1736
            "authors": [
1737
                {
1738
                    "name": "PHP-FIG",
1739
                    "homepage": "http://www.php-fig.org/"
1740
                }
1741
            ],
1742
            "description": "Common interface for logging libraries",
1743
            "homepage": "https://github.com/php-fig/log",
1744
            "keywords": [
1745
                "log",
1746
                "psr",
1747
                "psr-3"
1748
            ],
1749
            "time": "2016-10-10T12:19:37+00:00"
1750
        },
1751
        {
1752
            "name": "psr/simple-cache",
1753
            "version": "1.0.1",
1754
            "source": {
1755
                "type": "git",
1756
                "url": "https://github.com/php-fig/simple-cache.git",
1757
                "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
1758
            },
1759
            "dist": {
1760
                "type": "zip",
1761
                "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
1762
                "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
1763
                "shasum": ""
1764
            },
1765
            "require": {
1766
                "php": ">=5.3.0"
1767
            },
1768
            "type": "library",
1769
            "extra": {
1770
                "branch-alias": {
1771
                    "dev-master": "1.0.x-dev"
1772
                }
1773
            },
1774
            "autoload": {
1775
                "psr-4": {
1776
                    "Psr\\SimpleCache\\": "src/"
1777
                }
1778
            },
1779
            "notification-url": "https://packagist.org/downloads/",
1780
            "license": [
1781
                "MIT"
1782
            ],
1783
            "authors": [
1784
                {
1785
                    "name": "PHP-FIG",
1786
                    "homepage": "http://www.php-fig.org/"
1787
                }
1788
            ],
1789
            "description": "Common interfaces for simple caching",
1790
            "keywords": [
1791
                "cache",
1792
                "caching",
1793
                "psr",
1794
                "psr-16",
1795
                "simple-cache"
1796
            ],
1797
            "time": "2017-10-23T01:57:42+00:00"
1798
        },
1799
        {
1800
            "name": "ramsey/uuid",
1801
            "version": "3.8.0",
1802
            "source": {
1803
                "type": "git",
1804
                "url": "https://github.com/ramsey/uuid.git",
1805
                "reference": "d09ea80159c1929d75b3f9c60504d613aeb4a1e3"
1806
            },
1807
            "dist": {
1808
                "type": "zip",
1809
                "url": "https://api.github.com/repos/ramsey/uuid/zipball/d09ea80159c1929d75b3f9c60504d613aeb4a1e3",
1810
                "reference": "d09ea80159c1929d75b3f9c60504d613aeb4a1e3",
1811
                "shasum": ""
1812
            },
1813
            "require": {
1814
                "paragonie/random_compat": "^1.0|^2.0|9.99.99",
1815
                "php": "^5.4 || ^7.0",
1816
                "symfony/polyfill-ctype": "^1.8"
1817
            },
1818
            "replace": {
1819
                "rhumsaa/uuid": "self.version"
1820
            },
1821
            "require-dev": {
1822
                "codeception/aspect-mock": "^1.0 | ~2.0.0",
1823
                "doctrine/annotations": "~1.2.0",
1824
                "goaop/framework": "1.0.0-alpha.2 | ^1.0 | ~2.1.0",
1825
                "ircmaxell/random-lib": "^1.1",
1826
                "jakub-onderka/php-parallel-lint": "^0.9.0",
1827
                "mockery/mockery": "^0.9.9",
1828
                "moontoast/math": "^1.1",
1829
                "php-mock/php-mock-phpunit": "^0.3|^1.1",
1830
                "phpunit/phpunit": "^4.7|^5.0|^6.5",
1831
                "squizlabs/php_codesniffer": "^2.3"
1832
            },
1833
            "suggest": {
1834
                "ext-ctype": "Provides support for PHP Ctype functions",
1835
                "ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator",
1836
                "ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator",
1837
                "ircmaxell/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
1838
                "moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).",
1839
                "ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid",
1840
                "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
1841
            },
1842
            "type": "library",
1843
            "extra": {
1844
                "branch-alias": {
1845
                    "dev-master": "3.x-dev"
1846
                }
1847
            },
1848
            "autoload": {
1849
                "psr-4": {
1850
                    "Ramsey\\Uuid\\": "src/"
1851
                }
1852
            },
1853
            "notification-url": "https://packagist.org/downloads/",
1854
            "license": [
1855
                "MIT"
1856
            ],
1857
            "authors": [
1858
                {
1859
                    "name": "Marijn Huizendveld",
1860
                    "email": "[email protected]"
1861
                },
1862
                {
1863
                    "name": "Thibaud Fabre",
1864
                    "email": "[email protected]"
1865
                },
1866
                {
1867
                    "name": "Ben Ramsey",
1868
                    "email": "[email protected]",
1869
                    "homepage": "https://benramsey.com"
1870
                }
1871
            ],
1872
            "description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).",
1873
            "homepage": "https://github.com/ramsey/uuid",
1874
            "keywords": [
1875
                "guid",
1876
                "identifier",
1877
                "uuid"
1878
            ],
1879
            "time": "2018-07-19T23:38:55+00:00"
1880
        },
1881
        {
1882
            "name": "robrichards/xmlseclibs",
0 ignored issues
show
There is a security advisory for your installed version of robrichards/xmlseclibs:

Filter input to avoid XPath injection
Loading history...
1883
            "version": "3.0.1",
1884
            "source": {
1885
                "type": "git",
1886
                "url": "https://github.com/robrichards/xmlseclibs.git",
1887
                "reference": "d937712f70f93a584eb0299ccd87dc6374003781"
1888
            },
1889
            "dist": {
1890
                "type": "zip",
1891
                "url": "https://api.github.com/repos/robrichards/xmlseclibs/zipball/d937712f70f93a584eb0299ccd87dc6374003781",
1892
                "reference": "d937712f70f93a584eb0299ccd87dc6374003781",
1893
                "shasum": ""
1894
            },
1895
            "require": {
1896
                "php": ">= 5.4"
1897
            },
1898
            "suggest": {
1899
                "ext-openssl": "OpenSSL extension"
1900
            },
1901
            "type": "library",
1902
            "autoload": {
1903
                "psr-4": {
1904
                    "RobRichards\\XMLSecLibs\\": "src"
1905
                }
1906
            },
1907
            "notification-url": "https://packagist.org/downloads/",
1908
            "license": [
1909
                "BSD-3-Clause"
1910
            ],
1911
            "description": "A PHP library for XML Security",
1912
            "homepage": "https://github.com/robrichards/xmlseclibs",
1913
            "keywords": [
1914
                "security",
1915
                "signature",
1916
                "xml",
1917
                "xmldsig"
1918
            ],
1919
            "time": "2017-08-31T09:27:07+00:00"
1920
        },
1921
        {
1922
            "name": "sensio/distribution-bundle",
1923
            "version": "v5.0.22",
1924
            "source": {
1925
                "type": "git",
1926
                "url": "https://github.com/sensiolabs/SensioDistributionBundle.git",
1927
                "reference": "209b11f8cee5bf71986dd703e45e27d3ed7a6d15"
1928
            },
1929
            "dist": {
1930
                "type": "zip",
1931
                "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/209b11f8cee5bf71986dd703e45e27d3ed7a6d15",
1932
                "reference": "209b11f8cee5bf71986dd703e45e27d3ed7a6d15",
1933
                "shasum": ""
1934
            },
1935
            "require": {
1936
                "php": ">=5.3.9",
1937
                "sensiolabs/security-checker": "~3.0|~4.0",
1938
                "symfony/class-loader": "~2.3|~3.0",
1939
                "symfony/config": "~2.3|~3.0",
1940
                "symfony/dependency-injection": "~2.3|~3.0",
1941
                "symfony/filesystem": "~2.3|~3.0",
1942
                "symfony/http-kernel": "~2.3|~3.0",
1943
                "symfony/process": "~2.3|~3.0"
1944
            },
1945
            "type": "symfony-bundle",
1946
            "extra": {
1947
                "branch-alias": {
1948
                    "dev-master": "5.0.x-dev"
1949
                }
1950
            },
1951
            "autoload": {
1952
                "psr-4": {
1953
                    "Sensio\\Bundle\\DistributionBundle\\": ""
1954
                }
1955
            },
1956
            "notification-url": "https://packagist.org/downloads/",
1957
            "license": [
1958
                "MIT"
1959
            ],
1960
            "authors": [
1961
                {
1962
                    "name": "Fabien Potencier",
1963
                    "email": "[email protected]"
1964
                }
1965
            ],
1966
            "description": "Base bundle for Symfony Distributions",
1967
            "keywords": [
1968
                "configuration",
1969
                "distribution"
1970
            ],
1971
            "time": "2018-06-07T06:22:12+00:00"
1972
        },
1973
        {
1974
            "name": "sensio/framework-extra-bundle",
1975
            "version": "v3.0.29",
1976
            "source": {
1977
                "type": "git",
1978
                "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
1979
                "reference": "bb907234df776b68922eb4b25bfa061683597b6a"
1980
            },
1981
            "dist": {
1982
                "type": "zip",
1983
                "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/bb907234df776b68922eb4b25bfa061683597b6a",
1984
                "reference": "bb907234df776b68922eb4b25bfa061683597b6a",
1985
                "shasum": ""
1986
            },
1987
            "require": {
1988
                "doctrine/common": "~2.2",
1989
                "symfony/dependency-injection": "~2.3|~3.0",
1990
                "symfony/framework-bundle": "~2.3|~3.0|~4.0"
1991
            },
1992
            "require-dev": {
1993
                "doctrine/doctrine-bundle": "~1.5",
1994
                "doctrine/orm": "~2.4,>=2.4.5",
1995
                "symfony/asset": "~2.7|~3.0|~4.0",
1996
                "symfony/browser-kit": "~2.3|~3.0|~4.0",
1997
                "symfony/dom-crawler": "~2.3|~3.0|~4.0",
1998
                "symfony/expression-language": "~2.4|~3.0|~4.0",
1999
                "symfony/finder": "~2.3|~3.0|~4.0",
2000
                "symfony/phpunit-bridge": "~3.2|~4.0",
2001
                "symfony/psr-http-message-bridge": "^0.3|^1.0",
2002
                "symfony/security-bundle": "~2.4|~3.0|~4.0",
2003
                "symfony/templating": "~2.3|~3.0|~4.0",
2004
                "symfony/translation": "~2.3|~3.0|~4.0",
2005
                "symfony/twig-bundle": "~2.3|~3.0|~4.0",
2006
                "symfony/yaml": "~2.3|~3.0|~4.0",
2007
                "twig/twig": "~1.12|~2.0",
2008
                "zendframework/zend-diactoros": "^1.3"
2009
            },
2010
            "suggest": {
2011
                "symfony/expression-language": "",
2012
                "symfony/psr-http-message-bridge": "To use the PSR-7 converters",
2013
                "symfony/security-bundle": ""
2014
            },
2015
            "type": "symfony-bundle",
2016
            "extra": {
2017
                "branch-alias": {
2018
                    "dev-master": "3.0.x-dev"
2019
                }
2020
            },
2021
            "autoload": {
2022
                "psr-4": {
2023
                    "Sensio\\Bundle\\FrameworkExtraBundle\\": ""
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": "This bundle provides a way to configure your controllers with annotations",
2037
            "keywords": [
2038
                "annotations",
2039
                "controllers"
2040
            ],
2041
            "time": "2017-12-14T19:03:23+00:00"
2042
        },
2043
        {
2044
            "name": "sensiolabs/security-checker",
2045
            "version": "v3.0.7",
2046
            "source": {
2047
                "type": "git",
2048
                "url": "https://github.com/sensiolabs/security-checker.git",
2049
                "reference": "59a6a299e2f5612dc8692d40e84373703a5df1b5"
2050
            },
2051
            "dist": {
2052
                "type": "zip",
2053
                "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/59a6a299e2f5612dc8692d40e84373703a5df1b5",
2054
                "reference": "59a6a299e2f5612dc8692d40e84373703a5df1b5",
2055
                "shasum": ""
2056
            },
2057
            "require": {
2058
                "symfony/console": "~2.0|~3.0"
2059
            },
2060
            "bin": [
2061
                "security-checker"
2062
            ],
2063
            "type": "library",
2064
            "extra": {
2065
                "branch-alias": {
2066
                    "dev-master": "3.0-dev"
2067
                }
2068
            },
2069
            "autoload": {
2070
                "psr-0": {
2071
                    "SensioLabs\\Security": ""
2072
                }
2073
            },
2074
            "notification-url": "https://packagist.org/downloads/",
2075
            "license": [
2076
                "MIT"
2077
            ],
2078
            "authors": [
2079
                {
2080
                    "name": "Fabien Potencier",
2081
                    "email": "[email protected]"
2082
                }
2083
            ],
2084
            "description": "A security checker for your composer.lock",
2085
            "time": "2017-03-29T09:29:53+00:00"
2086
        },
2087
        {
2088
            "name": "setasign/fpdi",
2089
            "version": "1.6.2",
2090
            "source": {
2091
                "type": "git",
2092
                "url": "https://github.com/Setasign/FPDI.git",
2093
                "reference": "a6ad58897a6d97cc2d2cd2adaeda343b25a368ea"
2094
            },
2095
            "dist": {
2096
                "type": "zip",
2097
                "url": "https://api.github.com/repos/Setasign/FPDI/zipball/a6ad58897a6d97cc2d2cd2adaeda343b25a368ea",
2098
                "reference": "a6ad58897a6d97cc2d2cd2adaeda343b25a368ea",
2099
                "shasum": ""
2100
            },
2101
            "suggest": {
2102
                "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.",
2103
                "setasign/fpdi-fpdf": "Use this package to automatically evaluate dependencies to FPDF.",
2104
                "setasign/fpdi-tcpdf": "Use this package to automatically evaluate dependencies to TCPDF."
2105
            },
2106
            "type": "library",
2107
            "autoload": {
2108
                "classmap": [
2109
                    "filters/",
2110
                    "fpdi.php",
2111
                    "fpdf_tpl.php",
2112
                    "fpdi_pdf_parser.php",
2113
                    "pdf_context.php"
2114
                ]
2115
            },
2116
            "notification-url": "https://packagist.org/downloads/",
2117
            "license": [
2118
                "MIT"
2119
            ],
2120
            "authors": [
2121
                {
2122
                    "name": "Jan Slabon",
2123
                    "email": "[email protected]",
2124
                    "homepage": "https://www.setasign.com"
2125
                }
2126
            ],
2127
            "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.",
2128
            "homepage": "https://www.setasign.com/fpdi",
2129
            "keywords": [
2130
                "fpdf",
2131
                "fpdi",
2132
                "pdf"
2133
            ],
2134
            "time": "2017-05-11T14:25:49+00:00"
2135
        },
2136
        {
2137
            "name": "simplesamlphp/saml2",
2138
            "version": "v3.2",
2139
            "source": {
2140
                "type": "git",
2141
                "url": "https://github.com/simplesamlphp/saml2.git",
2142
                "reference": "43590bc9614c1df5bd7b1639088f7d904842892b"
2143
            },
2144
            "dist": {
2145
                "type": "zip",
2146
                "url": "https://api.github.com/repos/simplesamlphp/saml2/zipball/43590bc9614c1df5bd7b1639088f7d904842892b",
2147
                "reference": "43590bc9614c1df5bd7b1639088f7d904842892b",
2148
                "shasum": ""
2149
            },
2150
            "require": {
2151
                "ext-dom": "*",
2152
                "ext-openssl": "*",
2153
                "ext-zlib": "*",
2154
                "php": ">=5.4",
2155
                "psr/log": "~1.0",
2156
                "robrichards/xmlseclibs": "^3.0"
2157
            },
2158
            "require-dev": {
2159
                "mockery/mockery": "~0.9",
2160
                "phpmd/phpmd": "~1.5",
2161
                "phpunit/phpunit": "~4",
2162
                "sebastian/phpcpd": "~1.4",
2163
                "sensiolabs/security-checker": "~1.1",
2164
                "squizlabs/php_codesniffer": "~1.4"
2165
            },
2166
            "type": "library",
2167
            "extra": {
2168
                "branch-alias": {
2169
                    "dev-master": "v3.1.x-dev"
2170
                }
2171
            },
2172
            "autoload": {
2173
                "psr-0": {
2174
                    "SAML2\\": "src/"
2175
                },
2176
                "files": [
2177
                    "src/_autoload.php"
2178
                ]
2179
            },
2180
            "notification-url": "https://packagist.org/downloads/",
2181
            "license": [
2182
                "LGPL-2.1-or-later"
2183
            ],
2184
            "authors": [
2185
                {
2186
                    "name": "Andreas Åkre Solberg",
2187
                    "email": "[email protected]"
2188
                }
2189
            ],
2190
            "description": "SAML2 PHP library from SimpleSAMLphp",
2191
            "time": "2018-07-12T09:56:19+00:00"
2192
        },
2193
        {
2194
            "name": "surfnet/stepup-bundle",
2195
            "version": "4.0.1",
2196
            "source": {
2197
                "type": "git",
2198
                "url": "https://github.com/OpenConext/Stepup-bundle.git",
2199
                "reference": "5946dde19d5e095a5836d602b7abfa64cb71d6f1"
2200
            },
2201
            "dist": {
2202
                "type": "zip",
2203
                "url": "https://api.github.com/repos/OpenConext/Stepup-bundle/zipball/5946dde19d5e095a5836d602b7abfa64cb71d6f1",
2204
                "reference": "5946dde19d5e095a5836d602b7abfa64cb71d6f1",
2205
                "shasum": ""
2206
            },
2207
            "require": {
2208
                "ext-gmp": "*",
2209
                "ext-openssl": "*",
2210
                "guzzlehttp/guzzle": "^6.0",
2211
                "monolog/monolog": "~1.11",
2212
                "php": "^5.6|^7.0",
2213
                "sensio/framework-extra-bundle": "~3",
2214
                "surfnet/stepup-saml-bundle": "^4.0",
2215
                "symfony/config": ">=2.7,<4",
2216
                "symfony/dependency-injection": ">=2.7,<4",
2217
                "symfony/form": ">=2.7,<4",
2218
                "symfony/framework-bundle": ">=2.7,<4",
2219
                "symfony/http-kernel": ">=2.7,<4",
2220
                "symfony/twig-bridge": ">=2.7,<4",
2221
                "symfony/validator": ">=2.7,<4"
2222
            },
2223
            "require-dev": {
2224
                "mockery/mockery": "0.9.*",
2225
                "phpmd/phpmd": "^2.0",
2226
                "phpunit/phpunit": "^4.0",
2227
                "sebastian/phpcpd": "^2.0",
2228
                "sensiolabs/security-checker": "^2.0",
2229
                "squizlabs/php_codesniffer": "^1.0"
2230
            },
2231
            "type": "library",
2232
            "autoload": {
2233
                "psr-4": {
2234
                    "Surfnet\\StepupBundle\\": "src"
2235
                }
2236
            },
2237
            "notification-url": "https://packagist.org/downloads/",
2238
            "license": [
2239
                "Apache-2.0"
2240
            ],
2241
            "description": "A Symfony2 bundle that holds shared code and framework integration for all Step-up applications.",
2242
            "keywords": [
2243
                "stepup",
2244
                "suaas",
2245
                "surfnet"
2246
            ],
2247
            "time": "2018-09-06T12:43:15+00:00"
2248
        },
2249
        {
2250
            "name": "surfnet/stepup-middleware-client-bundle",
2251
            "version": "2.4.4",
2252
            "source": {
2253
                "type": "git",
2254
                "url": "https://github.com/OpenConext/Stepup-Middleware-clientbundle.git",
2255
                "reference": "d2aa7f06f9f56456d1b852b7ebca396686d0c51e"
2256
            },
2257
            "dist": {
2258
                "type": "zip",
2259
                "url": "https://api.github.com/repos/OpenConext/Stepup-Middleware-clientbundle/zipball/d2aa7f06f9f56456d1b852b7ebca396686d0c51e",
2260
                "reference": "d2aa7f06f9f56456d1b852b7ebca396686d0c51e",
2261
                "shasum": ""
2262
            },
2263
            "require": {
2264
                "beberlei/assert": "~2.0",
2265
                "guzzlehttp/guzzle": "^6.0",
2266
                "moontoast/math": "~1.1",
2267
                "php": "^5.6|^7.0",
2268
                "psr/log": "~1.0",
2269
                "ramsey/uuid": "^3.4",
2270
                "surfnet/stepup-bundle": "^4.0",
2271
                "symfony/config": ">=2.7,<4",
2272
                "symfony/dependency-injection": ">=2.7,<4",
2273
                "symfony/http-kernel": ">=2.7,<4",
2274
                "symfony/validator": ">=2.7,<4"
2275
            },
2276
            "conflict": {
2277
                "surfnet/stepup-middleware-client": "*"
2278
            },
2279
            "require-dev": {
2280
                "matthiasnoback/symfony-config-test": "0.*",
2281
                "mockery/mockery": "0.9.*",
2282
                "phpmd/phpmd": "^2.0",
2283
                "phpunit/phpunit": "^4.0",
2284
                "sebastian/phpcpd": "^2.0",
2285
                "sensiolabs/security-checker": "^2.0",
2286
                "squizlabs/php_codesniffer": "^1.0"
2287
            },
2288
            "type": "library",
2289
            "autoload": {
2290
                "psr-4": {
2291
                    "Surfnet\\StepupMiddlewareClientBundle\\": "src/Surfnet/StepupMiddlewareClientBundle/",
2292
                    "Surfnet\\StepupMiddlewareClient\\": "src/Surfnet/StepupMiddlewareClient/"
2293
                }
2294
            },
2295
            "notification-url": "https://packagist.org/downloads/",
2296
            "license": [
2297
                "Apache-2.0"
2298
            ],
2299
            "description": "Symfony2 bundle for consuming the Step-up Middleware API.",
2300
            "time": "2018-09-04T10:01:29+00:00"
2301
        },
2302
        {
2303
            "name": "surfnet/stepup-saml-bundle",
2304
            "version": "4.1.2",
2305
            "source": {
2306
                "type": "git",
2307
                "url": "https://github.com/OpenConext/Stepup-saml-bundle.git",
2308
                "reference": "1ce8e74a7e35963e60378da8c8647656e382cef9"
2309
            },
2310
            "dist": {
2311
                "type": "zip",
2312
                "url": "https://api.github.com/repos/OpenConext/Stepup-saml-bundle/zipball/1ce8e74a7e35963e60378da8c8647656e382cef9",
2313
                "reference": "1ce8e74a7e35963e60378da8c8647656e382cef9",
2314
                "shasum": ""
2315
            },
2316
            "require": {
2317
                "ext-openssl": "*",
2318
                "php": ">=5.6,<8.0-dev",
2319
                "robrichards/xmlseclibs": "^3.0",
2320
                "simplesamlphp/saml2": "^3.0",
2321
                "symfony/dependency-injection": ">=2.7,<4",
2322
                "symfony/framework-bundle": ">=2.7,<4"
2323
            },
2324
            "require-dev": {
2325
                "ibuildings/qa-tools": "~1.1",
2326
                "mockery/mockery": "~0.9",
2327
                "psr/log": "~1.0"
2328
            },
2329
            "type": "symfony-bundle",
2330
            "autoload": {
2331
                "psr-4": {
2332
                    "Surfnet\\SamlBundle\\": "src"
2333
                }
2334
            },
2335
            "notification-url": "https://packagist.org/downloads/",
2336
            "license": [
2337
                "Apache-2.0"
2338
            ],
2339
            "description": "A Symfony2 bundle that integrates the simplesamlphp\\saml2 library with Symfony",
2340
            "keywords": [
2341
                "SAML2",
2342
                "saml",
2343
                "simplesamlphp",
2344
                "stepup",
2345
                "surfnet"
2346
            ],
2347
            "time": "2018-09-04T10:06:38+00:00"
2348
        },
2349
        {
2350
            "name": "surfnet/stepup-u2f-bundle",
2351
            "version": "dev-develop",
2352
            "source": {
2353
                "type": "git",
2354
                "url": "https://github.com/OpenConext/Stepup-u2f-bundle.git",
2355
                "reference": "992f91db04afaad98f0d10645d81f4e3ea6742d0"
2356
            },
2357
            "dist": {
2358
                "type": "zip",
2359
                "url": "https://api.github.com/repos/OpenConext/Stepup-u2f-bundle/zipball/992f91db04afaad98f0d10645d81f4e3ea6742d0",
2360
                "reference": "992f91db04afaad98f0d10645d81f4e3ea6742d0",
2361
                "shasum": ""
2362
            },
2363
            "require": {
2364
                "php": ">=5.4|^7",
2365
                "symfony/config": ">=2.7,<4",
2366
                "symfony/dependency-injection": ">=2.7,<4",
2367
                "symfony/form": ">=2.7,<4",
2368
                "symfony/http-kernel": ">=2.7,<4",
2369
                "symfony/validator": ">=2.7,<4",
2370
                "yubico/u2flib-server": "^0.1.0"
2371
            },
2372
            "require-dev": {
2373
                "matthiasnoback/symfony-config-test": "^2.2",
2374
                "mockery/mockery": "~0.9",
2375
                "phpmd/phpmd": "^2.6",
2376
                "phpunit/phpunit": "^5.7",
2377
                "sebastian/phpcpd": "^2.0",
2378
                "sensiolabs/security-checker": "^3.0",
2379
                "squizlabs/php_codesniffer": "^1.0",
2380
                "symfony/phpunit-bridge": "^3.0"
2381
            },
2382
            "type": "library",
2383
            "autoload": {
2384
                "psr-4": {
2385
                    "Surfnet\\StepupU2fBundle\\": "src"
2386
                }
2387
            },
2388
            "notification-url": "https://packagist.org/downloads/",
2389
            "license": [
2390
                "Apache-2.0"
2391
            ],
2392
            "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",
2393
            "time": "2018-08-29T12:25:15+00:00"
2394
        },
2395
        {
2396
            "name": "symfony/assetic-bundle",
2397
            "version": "v2.8.2",
2398
            "source": {
2399
                "type": "git",
2400
                "url": "https://github.com/symfony/assetic-bundle.git",
2401
                "reference": "2e0a23a4874838e26de6f025e02fc63328921a4c"
2402
            },
2403
            "dist": {
2404
                "type": "zip",
2405
                "url": "https://api.github.com/repos/symfony/assetic-bundle/zipball/2e0a23a4874838e26de6f025e02fc63328921a4c",
2406
                "reference": "2e0a23a4874838e26de6f025e02fc63328921a4c",
2407
                "shasum": ""
2408
            },
2409
            "require": {
2410
                "kriswallsmith/assetic": "~1.4",
2411
                "php": ">=5.3.0",
2412
                "symfony/console": "~2.3|~3.0",
2413
                "symfony/dependency-injection": "~2.3|~3.0",
2414
                "symfony/framework-bundle": "~2.3|~3.0",
2415
                "symfony/yaml": "~2.3|~3.0"
2416
            },
2417
            "conflict": {
2418
                "kriswallsmith/spork": "<=0.2",
2419
                "twig/twig": "<1.27"
2420
            },
2421
            "require-dev": {
2422
                "kriswallsmith/spork": "~0.3",
2423
                "patchwork/jsqueeze": "~1.0",
2424
                "symfony/class-loader": "~2.3|~3.0",
2425
                "symfony/css-selector": "~2.3|~3.0",
2426
                "symfony/dom-crawler": "~2.3|~3.0",
2427
                "symfony/phpunit-bridge": "~2.7|~3.0",
2428
                "symfony/twig-bundle": "~2.3|~3.0"
2429
            },
2430
            "suggest": {
2431
                "kriswallsmith/spork": "to be able to dump assets in parallel",
2432
                "symfony/twig-bundle": "to use the Twig integration"
2433
            },
2434
            "type": "symfony-bundle",
2435
            "extra": {
2436
                "branch-alias": {
2437
                    "dev-master": "2.8-dev"
2438
                }
2439
            },
2440
            "autoload": {
2441
                "psr-4": {
2442
                    "Symfony\\Bundle\\AsseticBundle\\": ""
2443
                }
2444
            },
2445
            "notification-url": "https://packagist.org/downloads/",
2446
            "license": [
2447
                "MIT"
2448
            ],
2449
            "authors": [
2450
                {
2451
                    "name": "Kris Wallsmith",
2452
                    "email": "[email protected]",
2453
                    "homepage": "http://kriswallsmith.net/"
2454
                }
2455
            ],
2456
            "description": "Integrates Assetic into Symfony2",
2457
            "homepage": "https://github.com/symfony/AsseticBundle",
2458
            "keywords": [
2459
                "assets",
2460
                "compression",
2461
                "minification"
2462
            ],
2463
            "abandoned": "symfony/webpack-encore-pack",
2464
            "time": "2017-07-14T07:26:46+00:00"
2465
        },
2466
        {
2467
            "name": "symfony/monolog-bundle",
2468
            "version": "v3.3.0",
2469
            "source": {
2470
                "type": "git",
2471
                "url": "https://github.com/symfony/monolog-bundle.git",
2472
                "reference": "8204f3cd7c1bd6a6e2955c0a34475243a7bd9802"
2473
            },
2474
            "dist": {
2475
                "type": "zip",
2476
                "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/8204f3cd7c1bd6a6e2955c0a34475243a7bd9802",
2477
                "reference": "8204f3cd7c1bd6a6e2955c0a34475243a7bd9802",
2478
                "shasum": ""
2479
            },
2480
            "require": {
2481
                "monolog/monolog": "~1.22",
2482
                "php": ">=5.6",
2483
                "symfony/config": "~2.7|~3.3|~4.0",
2484
                "symfony/dependency-injection": "~2.7|~3.4.10|^4.0.10",
2485
                "symfony/http-kernel": "~2.7|~3.3|~4.0",
2486
                "symfony/monolog-bridge": "~2.7|~3.3|~4.0"
2487
            },
2488
            "require-dev": {
2489
                "symfony/console": "~2.7|~3.3|~4.0",
2490
                "symfony/phpunit-bridge": "^3.3|^4.0",
2491
                "symfony/yaml": "~2.7|~3.3|~4.0"
2492
            },
2493
            "type": "symfony-bundle",
2494
            "extra": {
2495
                "branch-alias": {
2496
                    "dev-master": "3.x-dev"
2497
                }
2498
            },
2499
            "autoload": {
2500
                "psr-4": {
2501
                    "Symfony\\Bundle\\MonologBundle\\": ""
2502
                },
2503
                "exclude-from-classmap": [
2504
                    "/Tests/"
2505
                ]
2506
            },
2507
            "notification-url": "https://packagist.org/downloads/",
2508
            "license": [
2509
                "MIT"
2510
            ],
2511
            "authors": [
2512
                {
2513
                    "name": "Symfony Community",
2514
                    "homepage": "http://symfony.com/contributors"
2515
                },
2516
                {
2517
                    "name": "Fabien Potencier",
2518
                    "email": "[email protected]"
2519
                }
2520
            ],
2521
            "description": "Symfony MonologBundle",
2522
            "homepage": "http://symfony.com",
2523
            "keywords": [
2524
                "log",
2525
                "logging"
2526
            ],
2527
            "time": "2018-06-04T05:55:43+00:00"
2528
        },
2529
        {
2530
            "name": "symfony/polyfill-apcu",
2531
            "version": "v1.9.0",
2532
            "source": {
2533
                "type": "git",
2534
                "url": "https://github.com/symfony/polyfill-apcu.git",
2535
                "reference": "19e1b73bf255265ad0b568f81766ae2a3266d8d2"
2536
            },
2537
            "dist": {
2538
                "type": "zip",
2539
                "url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/19e1b73bf255265ad0b568f81766ae2a3266d8d2",
2540
                "reference": "19e1b73bf255265ad0b568f81766ae2a3266d8d2",
2541
                "shasum": ""
2542
            },
2543
            "require": {
2544
                "php": ">=5.3.3"
2545
            },
2546
            "type": "library",
2547
            "extra": {
2548
                "branch-alias": {
2549
                    "dev-master": "1.9-dev"
2550
                }
2551
            },
2552
            "autoload": {
2553
                "psr-4": {
2554
                    "Symfony\\Polyfill\\Apcu\\": ""
2555
                },
2556
                "files": [
2557
                    "bootstrap.php"
2558
                ]
2559
            },
2560
            "notification-url": "https://packagist.org/downloads/",
2561
            "license": [
2562
                "MIT"
2563
            ],
2564
            "authors": [
2565
                {
2566
                    "name": "Nicolas Grekas",
2567
                    "email": "[email protected]"
2568
                },
2569
                {
2570
                    "name": "Symfony Community",
2571
                    "homepage": "https://symfony.com/contributors"
2572
                }
2573
            ],
2574
            "description": "Symfony polyfill backporting apcu_* functions to lower PHP versions",
2575
            "homepage": "https://symfony.com",
2576
            "keywords": [
2577
                "apcu",
2578
                "compatibility",
2579
                "polyfill",
2580
                "portable",
2581
                "shim"
2582
            ],
2583
            "time": "2018-08-06T14:22:27+00:00"
2584
        },
2585
        {
2586
            "name": "symfony/polyfill-ctype",
2587
            "version": "v1.9.0",
2588
            "source": {
2589
                "type": "git",
2590
                "url": "https://github.com/symfony/polyfill-ctype.git",
2591
                "reference": "e3d826245268269cd66f8326bd8bc066687b4a19"
2592
            },
2593
            "dist": {
2594
                "type": "zip",
2595
                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e3d826245268269cd66f8326bd8bc066687b4a19",
2596
                "reference": "e3d826245268269cd66f8326bd8bc066687b4a19",
2597
                "shasum": ""
2598
            },
2599
            "require": {
2600
                "php": ">=5.3.3"
2601
            },
2602
            "suggest": {
2603
                "ext-ctype": "For best performance"
2604
            },
2605
            "type": "library",
2606
            "extra": {
2607
                "branch-alias": {
2608
                    "dev-master": "1.9-dev"
2609
                }
2610
            },
2611
            "autoload": {
2612
                "psr-4": {
2613
                    "Symfony\\Polyfill\\Ctype\\": ""
2614
                },
2615
                "files": [
2616
                    "bootstrap.php"
2617
                ]
2618
            },
2619
            "notification-url": "https://packagist.org/downloads/",
2620
            "license": [
2621
                "MIT"
2622
            ],
2623
            "authors": [
2624
                {
2625
                    "name": "Symfony Community",
2626
                    "homepage": "https://symfony.com/contributors"
2627
                },
2628
                {
2629
                    "name": "Gert de Pagter",
2630
                    "email": "[email protected]"
2631
                }
2632
            ],
2633
            "description": "Symfony polyfill for ctype functions",
2634
            "homepage": "https://symfony.com",
2635
            "keywords": [
2636
                "compatibility",
2637
                "ctype",
2638
                "polyfill",
2639
                "portable"
2640
            ],
2641
            "time": "2018-08-06T14:22:27+00:00"
2642
        },
2643
        {
2644
            "name": "symfony/polyfill-intl-icu",
2645
            "version": "v1.9.0",
2646
            "source": {
2647
                "type": "git",
2648
                "url": "https://github.com/symfony/polyfill-intl-icu.git",
2649
                "reference": "f22a90256d577c7ef7efad8df1f0201663d57644"
2650
            },
2651
            "dist": {
2652
                "type": "zip",
2653
                "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/f22a90256d577c7ef7efad8df1f0201663d57644",
2654
                "reference": "f22a90256d577c7ef7efad8df1f0201663d57644",
2655
                "shasum": ""
2656
            },
2657
            "require": {
2658
                "php": ">=5.3.3",
2659
                "symfony/intl": "~2.3|~3.0|~4.0"
2660
            },
2661
            "suggest": {
2662
                "ext-intl": "For best performance"
2663
            },
2664
            "type": "library",
2665
            "extra": {
2666
                "branch-alias": {
2667
                    "dev-master": "1.9-dev"
2668
                }
2669
            },
2670
            "autoload": {
2671
                "files": [
2672
                    "bootstrap.php"
2673
                ]
2674
            },
2675
            "notification-url": "https://packagist.org/downloads/",
2676
            "license": [
2677
                "MIT"
2678
            ],
2679
            "authors": [
2680
                {
2681
                    "name": "Nicolas Grekas",
2682
                    "email": "[email protected]"
2683
                },
2684
                {
2685
                    "name": "Symfony Community",
2686
                    "homepage": "https://symfony.com/contributors"
2687
                }
2688
            ],
2689
            "description": "Symfony polyfill for intl's ICU-related data and classes",
2690
            "homepage": "https://symfony.com",
2691
            "keywords": [
2692
                "compatibility",
2693
                "icu",
2694
                "intl",
2695
                "polyfill",
2696
                "portable",
2697
                "shim"
2698
            ],
2699
            "time": "2018-08-06T14:22:27+00:00"
2700
        },
2701
        {
2702
            "name": "symfony/polyfill-mbstring",
2703
            "version": "v1.9.0",
2704
            "source": {
2705
                "type": "git",
2706
                "url": "https://github.com/symfony/polyfill-mbstring.git",
2707
                "reference": "d0cd638f4634c16d8df4508e847f14e9e43168b8"
2708
            },
2709
            "dist": {
2710
                "type": "zip",
2711
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/d0cd638f4634c16d8df4508e847f14e9e43168b8",
2712
                "reference": "d0cd638f4634c16d8df4508e847f14e9e43168b8",
2713
                "shasum": ""
2714
            },
2715
            "require": {
2716
                "php": ">=5.3.3"
2717
            },
2718
            "suggest": {
2719
                "ext-mbstring": "For best performance"
2720
            },
2721
            "type": "library",
2722
            "extra": {
2723
                "branch-alias": {
2724
                    "dev-master": "1.9-dev"
2725
                }
2726
            },
2727
            "autoload": {
2728
                "psr-4": {
2729
                    "Symfony\\Polyfill\\Mbstring\\": ""
2730
                },
2731
                "files": [
2732
                    "bootstrap.php"
2733
                ]
2734
            },
2735
            "notification-url": "https://packagist.org/downloads/",
2736
            "license": [
2737
                "MIT"
2738
            ],
2739
            "authors": [
2740
                {
2741
                    "name": "Nicolas Grekas",
2742
                    "email": "[email protected]"
2743
                },
2744
                {
2745
                    "name": "Symfony Community",
2746
                    "homepage": "https://symfony.com/contributors"
2747
                }
2748
            ],
2749
            "description": "Symfony polyfill for the Mbstring extension",
2750
            "homepage": "https://symfony.com",
2751
            "keywords": [
2752
                "compatibility",
2753
                "mbstring",
2754
                "polyfill",
2755
                "portable",
2756
                "shim"
2757
            ],
2758
            "time": "2018-08-06T14:22:27+00:00"
2759
        },
2760
        {
2761
            "name": "symfony/polyfill-php56",
2762
            "version": "v1.9.0",
2763
            "source": {
2764
                "type": "git",
2765
                "url": "https://github.com/symfony/polyfill-php56.git",
2766
                "reference": "7b4fc009172cc0196535b0328bd1226284a28000"
2767
            },
2768
            "dist": {
2769
                "type": "zip",
2770
                "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/7b4fc009172cc0196535b0328bd1226284a28000",
2771
                "reference": "7b4fc009172cc0196535b0328bd1226284a28000",
2772
                "shasum": ""
2773
            },
2774
            "require": {
2775
                "php": ">=5.3.3",
2776
                "symfony/polyfill-util": "~1.0"
2777
            },
2778
            "type": "library",
2779
            "extra": {
2780
                "branch-alias": {
2781
                    "dev-master": "1.9-dev"
2782
                }
2783
            },
2784
            "autoload": {
2785
                "psr-4": {
2786
                    "Symfony\\Polyfill\\Php56\\": ""
2787
                },
2788
                "files": [
2789
                    "bootstrap.php"
2790
                ]
2791
            },
2792
            "notification-url": "https://packagist.org/downloads/",
2793
            "license": [
2794
                "MIT"
2795
            ],
2796
            "authors": [
2797
                {
2798
                    "name": "Nicolas Grekas",
2799
                    "email": "[email protected]"
2800
                },
2801
                {
2802
                    "name": "Symfony Community",
2803
                    "homepage": "https://symfony.com/contributors"
2804
                }
2805
            ],
2806
            "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions",
2807
            "homepage": "https://symfony.com",
2808
            "keywords": [
2809
                "compatibility",
2810
                "polyfill",
2811
                "portable",
2812
                "shim"
2813
            ],
2814
            "time": "2018-08-06T14:22:27+00:00"
2815
        },
2816
        {
2817
            "name": "symfony/polyfill-php70",
2818
            "version": "v1.9.0",
2819
            "source": {
2820
                "type": "git",
2821
                "url": "https://github.com/symfony/polyfill-php70.git",
2822
                "reference": "1e24b0c4a56d55aaf368763a06c6d1c7d3194934"
2823
            },
2824
            "dist": {
2825
                "type": "zip",
2826
                "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/1e24b0c4a56d55aaf368763a06c6d1c7d3194934",
2827
                "reference": "1e24b0c4a56d55aaf368763a06c6d1c7d3194934",
2828
                "shasum": ""
2829
            },
2830
            "require": {
2831
                "paragonie/random_compat": "~1.0|~2.0|~9.99",
2832
                "php": ">=5.3.3"
2833
            },
2834
            "type": "library",
2835
            "extra": {
2836
                "branch-alias": {
2837
                    "dev-master": "1.9-dev"
2838
                }
2839
            },
2840
            "autoload": {
2841
                "psr-4": {
2842
                    "Symfony\\Polyfill\\Php70\\": ""
2843
                },
2844
                "files": [
2845
                    "bootstrap.php"
2846
                ],
2847
                "classmap": [
2848
                    "Resources/stubs"
2849
                ]
2850
            },
2851
            "notification-url": "https://packagist.org/downloads/",
2852
            "license": [
2853
                "MIT"
2854
            ],
2855
            "authors": [
2856
                {
2857
                    "name": "Nicolas Grekas",
2858
                    "email": "[email protected]"
2859
                },
2860
                {
2861
                    "name": "Symfony Community",
2862
                    "homepage": "https://symfony.com/contributors"
2863
                }
2864
            ],
2865
            "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
2866
            "homepage": "https://symfony.com",
2867
            "keywords": [
2868
                "compatibility",
2869
                "polyfill",
2870
                "portable",
2871
                "shim"
2872
            ],
2873
            "time": "2018-08-06T14:22:27+00:00"
2874
        },
2875
        {
2876
            "name": "symfony/polyfill-util",
2877
            "version": "v1.9.0",
2878
            "source": {
2879
                "type": "git",
2880
                "url": "https://github.com/symfony/polyfill-util.git",
2881
                "reference": "8e15d04ba3440984d23e7964b2ee1d25c8de1581"
2882
            },
2883
            "dist": {
2884
                "type": "zip",
2885
                "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/8e15d04ba3440984d23e7964b2ee1d25c8de1581",
2886
                "reference": "8e15d04ba3440984d23e7964b2ee1d25c8de1581",
2887
                "shasum": ""
2888
            },
2889
            "require": {
2890
                "php": ">=5.3.3"
2891
            },
2892
            "type": "library",
2893
            "extra": {
2894
                "branch-alias": {
2895
                    "dev-master": "1.9-dev"
2896
                }
2897
            },
2898
            "autoload": {
2899
                "psr-4": {
2900
                    "Symfony\\Polyfill\\Util\\": ""
2901
                }
2902
            },
2903
            "notification-url": "https://packagist.org/downloads/",
2904
            "license": [
2905
                "MIT"
2906
            ],
2907
            "authors": [
2908
                {
2909
                    "name": "Nicolas Grekas",
2910
                    "email": "[email protected]"
2911
                },
2912
                {
2913
                    "name": "Symfony Community",
2914
                    "homepage": "https://symfony.com/contributors"
2915
                }
2916
            ],
2917
            "description": "Symfony utilities for portability of PHP codes",
2918
            "homepage": "https://symfony.com",
2919
            "keywords": [
2920
                "compat",
2921
                "compatibility",
2922
                "polyfill",
2923
                "shim"
2924
            ],
2925
            "time": "2018-08-06T14:22:27+00:00"
2926
        },
2927
        {
2928
            "name": "symfony/symfony",
0 ignored issues
show
There are 2 security advisories for your installed version of symfony/symfony:

- CVE-2018-19789: Temporary uploaded file path disclosure
- CVE-2018-19790: Open Redirect Vulnerability on login
Loading history...
2929
            "version": "v3.4.15",
2930
            "source": {
2931
                "type": "git",
2932
                "url": "https://github.com/symfony/symfony.git",
2933
                "reference": "5bb5c2d4b0d5cf10672015b68519a199e6ac27c1"
2934
            },
2935
            "dist": {
2936
                "type": "zip",
2937
                "url": "https://api.github.com/repos/symfony/symfony/zipball/5bb5c2d4b0d5cf10672015b68519a199e6ac27c1",
2938
                "reference": "5bb5c2d4b0d5cf10672015b68519a199e6ac27c1",
2939
                "shasum": ""
2940
            },
2941
            "require": {
2942
                "doctrine/common": "~2.4",
2943
                "ext-xml": "*",
2944
                "fig/link-util": "^1.0",
2945
                "php": "^5.5.9|>=7.0.8",
2946
                "psr/cache": "~1.0",
2947
                "psr/container": "^1.0",
2948
                "psr/link": "^1.0",
2949
                "psr/log": "~1.0",
2950
                "psr/simple-cache": "^1.0",
2951
                "symfony/polyfill-apcu": "~1.1",
2952
                "symfony/polyfill-ctype": "~1.8",
2953
                "symfony/polyfill-intl-icu": "~1.0",
2954
                "symfony/polyfill-mbstring": "~1.0",
2955
                "symfony/polyfill-php56": "~1.0",
2956
                "symfony/polyfill-php70": "~1.6",
2957
                "twig/twig": "^1.35|^2.4.4"
2958
            },
2959
            "conflict": {
2960
                "phpdocumentor/reflection-docblock": "<3.0||>=3.2.0,<3.2.2",
2961
                "phpdocumentor/type-resolver": "<0.3.0",
2962
                "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
2963
            },
2964
            "provide": {
2965
                "psr/cache-implementation": "1.0",
2966
                "psr/container-implementation": "1.0",
2967
                "psr/log-implementation": "1.0",
2968
                "psr/simple-cache-implementation": "1.0"
2969
            },
2970
            "replace": {
2971
                "symfony/asset": "self.version",
2972
                "symfony/browser-kit": "self.version",
2973
                "symfony/cache": "self.version",
2974
                "symfony/class-loader": "self.version",
2975
                "symfony/config": "self.version",
2976
                "symfony/console": "self.version",
2977
                "symfony/css-selector": "self.version",
2978
                "symfony/debug": "self.version",
2979
                "symfony/debug-bundle": "self.version",
2980
                "symfony/dependency-injection": "self.version",
2981
                "symfony/doctrine-bridge": "self.version",
2982
                "symfony/dom-crawler": "self.version",
2983
                "symfony/dotenv": "self.version",
2984
                "symfony/event-dispatcher": "self.version",
2985
                "symfony/expression-language": "self.version",
2986
                "symfony/filesystem": "self.version",
2987
                "symfony/finder": "self.version",
2988
                "symfony/form": "self.version",
2989
                "symfony/framework-bundle": "self.version",
2990
                "symfony/http-foundation": "self.version",
2991
                "symfony/http-kernel": "self.version",
2992
                "symfony/inflector": "self.version",
2993
                "symfony/intl": "self.version",
2994
                "symfony/ldap": "self.version",
2995
                "symfony/lock": "self.version",
2996
                "symfony/monolog-bridge": "self.version",
2997
                "symfony/options-resolver": "self.version",
2998
                "symfony/process": "self.version",
2999
                "symfony/property-access": "self.version",
3000
                "symfony/property-info": "self.version",
3001
                "symfony/proxy-manager-bridge": "self.version",
3002
                "symfony/routing": "self.version",
3003
                "symfony/security": "self.version",
3004
                "symfony/security-bundle": "self.version",
3005
                "symfony/security-core": "self.version",
3006
                "symfony/security-csrf": "self.version",
3007
                "symfony/security-guard": "self.version",
3008
                "symfony/security-http": "self.version",
3009
                "symfony/serializer": "self.version",
3010
                "symfony/stopwatch": "self.version",
3011
                "symfony/templating": "self.version",
3012
                "symfony/translation": "self.version",
3013
                "symfony/twig-bridge": "self.version",
3014
                "symfony/twig-bundle": "self.version",
3015
                "symfony/validator": "self.version",
3016
                "symfony/var-dumper": "self.version",
3017
                "symfony/web-link": "self.version",
3018
                "symfony/web-profiler-bundle": "self.version",
3019
                "symfony/web-server-bundle": "self.version",
3020
                "symfony/workflow": "self.version",
3021
                "symfony/yaml": "self.version"
3022
            },
3023
            "require-dev": {
3024
                "cache/integration-tests": "dev-master",
3025
                "doctrine/annotations": "~1.0",
3026
                "doctrine/cache": "~1.6",
3027
                "doctrine/data-fixtures": "1.0.*",
3028
                "doctrine/dbal": "~2.4",
3029
                "doctrine/doctrine-bundle": "~1.4",
3030
                "doctrine/orm": "~2.4,>=2.4.5",
3031
                "egulias/email-validator": "~1.2,>=1.2.8|~2.0",
3032
                "monolog/monolog": "~1.11",
3033
                "ocramius/proxy-manager": "~0.4|~1.0|~2.0",
3034
                "phpdocumentor/reflection-docblock": "^3.0|^4.0",
3035
                "predis/predis": "~1.0",
3036
                "symfony/phpunit-bridge": "~3.4|~4.0",
3037
                "symfony/security-acl": "~2.8|~3.0"
3038
            },
3039
            "type": "library",
3040
            "extra": {
3041
                "branch-alias": {
3042
                    "dev-master": "3.4-dev"
3043
                }
3044
            },
3045
            "autoload": {
3046
                "psr-4": {
3047
                    "Symfony\\Bridge\\Doctrine\\": "src/Symfony/Bridge/Doctrine/",
3048
                    "Symfony\\Bridge\\Monolog\\": "src/Symfony/Bridge/Monolog/",
3049
                    "Symfony\\Bridge\\ProxyManager\\": "src/Symfony/Bridge/ProxyManager/",
3050
                    "Symfony\\Bridge\\Twig\\": "src/Symfony/Bridge/Twig/",
3051
                    "Symfony\\Bundle\\": "src/Symfony/Bundle/",
3052
                    "Symfony\\Component\\": "src/Symfony/Component/"
3053
                },
3054
                "classmap": [
3055
                    "src/Symfony/Component/Intl/Resources/stubs"
3056
                ],
3057
                "exclude-from-classmap": [
3058
                    "**/Tests/"
3059
                ]
3060
            },
3061
            "notification-url": "https://packagist.org/downloads/",
3062
            "license": [
3063
                "MIT"
3064
            ],
3065
            "authors": [
3066
                {
3067
                    "name": "Fabien Potencier",
3068
                    "email": "[email protected]"
3069
                },
3070
                {
3071
                    "name": "Symfony Community",
3072
                    "homepage": "https://symfony.com/contributors"
3073
                }
3074
            ],
3075
            "description": "The Symfony PHP framework",
3076
            "homepage": "https://symfony.com",
3077
            "keywords": [
3078
                "framework"
3079
            ],
3080
            "time": "2018-08-28T06:06:28+00:00"
3081
        },
3082
        {
3083
            "name": "twbs/bootstrap",
3084
            "version": "v3.3.7",
3085
            "source": {
3086
                "type": "git",
3087
                "url": "https://github.com/twbs/bootstrap.git",
3088
                "reference": "0b9c4a4007c44201dce9a6cc1a38407005c26c86"
3089
            },
3090
            "dist": {
3091
                "type": "zip",
3092
                "url": "https://api.github.com/repos/twbs/bootstrap/zipball/0b9c4a4007c44201dce9a6cc1a38407005c26c86",
3093
                "reference": "0b9c4a4007c44201dce9a6cc1a38407005c26c86",
3094
                "shasum": ""
3095
            },
3096
            "replace": {
3097
                "twitter/bootstrap": "self.version"
3098
            },
3099
            "type": "library",
3100
            "extra": {
3101
                "branch-alias": {
3102
                    "dev-master": "3.3.x-dev"
3103
                }
3104
            },
3105
            "notification-url": "https://packagist.org/downloads/",
3106
            "license": [
3107
                "MIT"
3108
            ],
3109
            "authors": [
3110
                {
3111
                    "name": "Jacob Thornton",
3112
                    "email": "[email protected]"
3113
                },
3114
                {
3115
                    "name": "Mark Otto",
3116
                    "email": "[email protected]"
3117
                }
3118
            ],
3119
            "description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
3120
            "homepage": "http://getbootstrap.com",
3121
            "keywords": [
3122
                "JS",
3123
                "css",
3124
                "framework",
3125
                "front-end",
3126
                "less",
3127
                "mobile-first",
3128
                "responsive",
3129
                "web"
3130
            ],
3131
            "time": "2016-07-25T15:51:55+00:00"
3132
        },
3133
        {
3134
            "name": "twig/extensions",
3135
            "version": "v1.5.2",
3136
            "source": {
3137
                "type": "git",
3138
                "url": "https://github.com/twigphp/Twig-extensions.git",
3139
                "reference": "2c1a86526d0044065220d1b51ac08348bea5ca82"
3140
            },
3141
            "dist": {
3142
                "type": "zip",
3143
                "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/2c1a86526d0044065220d1b51ac08348bea5ca82",
3144
                "reference": "2c1a86526d0044065220d1b51ac08348bea5ca82",
3145
                "shasum": ""
3146
            },
3147
            "require": {
3148
                "twig/twig": "^1.27|^2.0"
3149
            },
3150
            "require-dev": {
3151
                "symfony/phpunit-bridge": "^3.4",
3152
                "symfony/translation": "^2.7|^3.4"
3153
            },
3154
            "suggest": {
3155
                "symfony/translation": "Allow the time_diff output to be translated"
3156
            },
3157
            "type": "library",
3158
            "extra": {
3159
                "branch-alias": {
3160
                    "dev-master": "1.5-dev"
3161
                }
3162
            },
3163
            "autoload": {
3164
                "psr-0": {
3165
                    "Twig_Extensions_": "lib/"
3166
                },
3167
                "psr-4": {
3168
                    "Twig\\Extensions\\": "src/"
3169
                }
3170
            },
3171
            "notification-url": "https://packagist.org/downloads/",
3172
            "license": [
3173
                "MIT"
3174
            ],
3175
            "authors": [
3176
                {
3177
                    "name": "Fabien Potencier",
3178
                    "email": "[email protected]"
3179
                }
3180
            ],
3181
            "description": "Common additional features for Twig that do not directly belong in core",
3182
            "keywords": [
3183
                "i18n",
3184
                "text"
3185
            ],
3186
            "time": "2018-05-22T13:26:07+00:00"
3187
        },
3188
        {
3189
            "name": "twig/twig",
3190
            "version": "v1.35.4",
3191
            "source": {
3192
                "type": "git",
3193
                "url": "https://github.com/twigphp/Twig.git",
3194
                "reference": "7e081e98378a1e78c29cc9eba4aefa5d78a05d2a"
3195
            },
3196
            "dist": {
3197
                "type": "zip",
3198
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/7e081e98378a1e78c29cc9eba4aefa5d78a05d2a",
3199
                "reference": "7e081e98378a1e78c29cc9eba4aefa5d78a05d2a",
3200
                "shasum": ""
3201
            },
3202
            "require": {
3203
                "php": ">=5.3.3",
3204
                "symfony/polyfill-ctype": "^1.8"
3205
            },
3206
            "require-dev": {
3207
                "psr/container": "^1.0",
3208
                "symfony/debug": "^2.7",
3209
                "symfony/phpunit-bridge": "^3.3"
3210
            },
3211
            "type": "library",
3212
            "extra": {
3213
                "branch-alias": {
3214
                    "dev-master": "1.35-dev"
3215
                }
3216
            },
3217
            "autoload": {
3218
                "psr-0": {
3219
                    "Twig_": "lib/"
3220
                },
3221
                "psr-4": {
3222
                    "Twig\\": "src/"
3223
                }
3224
            },
3225
            "notification-url": "https://packagist.org/downloads/",
3226
            "license": [
3227
                "BSD-3-Clause"
3228
            ],
3229
            "authors": [
3230
                {
3231
                    "name": "Fabien Potencier",
3232
                    "email": "[email protected]",
3233
                    "homepage": "http://fabien.potencier.org",
3234
                    "role": "Lead Developer"
3235
                },
3236
                {
3237
                    "name": "Armin Ronacher",
3238
                    "email": "[email protected]",
3239
                    "role": "Project Founder"
3240
                },
3241
                {
3242
                    "name": "Twig Team",
3243
                    "homepage": "https://twig.symfony.com/contributors",
3244
                    "role": "Contributors"
3245
                }
3246
            ],
3247
            "description": "Twig, the flexible, fast, and secure template language for PHP",
3248
            "homepage": "https://twig.symfony.com",
3249
            "keywords": [
3250
                "templating"
3251
            ],
3252
            "time": "2018-07-13T07:12:17+00:00"
3253
        },
3254
        {
3255
            "name": "webmozart/assert",
3256
            "version": "1.3.0",
3257
            "source": {
3258
                "type": "git",
3259
                "url": "https://github.com/webmozart/assert.git",
3260
                "reference": "0df1908962e7a3071564e857d86874dad1ef204a"
3261
            },
3262
            "dist": {
3263
                "type": "zip",
3264
                "url": "https://api.github.com/repos/webmozart/assert/zipball/0df1908962e7a3071564e857d86874dad1ef204a",
3265
                "reference": "0df1908962e7a3071564e857d86874dad1ef204a",
3266
                "shasum": ""
3267
            },
3268
            "require": {
3269
                "php": "^5.3.3 || ^7.0"
3270
            },
3271
            "require-dev": {
3272
                "phpunit/phpunit": "^4.6",
3273
                "sebastian/version": "^1.0.1"
3274
            },
3275
            "type": "library",
3276
            "extra": {
3277
                "branch-alias": {
3278
                    "dev-master": "1.3-dev"
3279
                }
3280
            },
3281
            "autoload": {
3282
                "psr-4": {
3283
                    "Webmozart\\Assert\\": "src/"
3284
                }
3285
            },
3286
            "notification-url": "https://packagist.org/downloads/",
3287
            "license": [
3288
                "MIT"
3289
            ],
3290
            "authors": [
3291
                {
3292
                    "name": "Bernhard Schussek",
3293
                    "email": "[email protected]"
3294
                }
3295
            ],
3296
            "description": "Assertions to validate method input/output with nice error messages.",
3297
            "keywords": [
3298
                "assert",
3299
                "check",
3300
                "validate"
3301
            ],
3302
            "time": "2018-01-29T19:49:41+00:00"
3303
        },
3304
        {
3305
            "name": "yubico/u2flib-server",
3306
            "version": "0.1.0",
3307
            "source": {
3308
                "type": "git",
3309
                "url": "https://github.com/Yubico/php-u2flib-server.git",
3310
                "reference": "71ad5f0b7c796966da356eecd5b583ac852e92a1"
3311
            },
3312
            "dist": {
3313
                "type": "zip",
3314
                "url": "https://api.github.com/repos/Yubico/php-u2flib-server/zipball/71ad5f0b7c796966da356eecd5b583ac852e92a1",
3315
                "reference": "71ad5f0b7c796966da356eecd5b583ac852e92a1",
3316
                "shasum": ""
3317
            },
3318
            "require": {
3319
                "ext-openssl": "*"
3320
            },
3321
            "type": "library",
3322
            "autoload": {
3323
                "classmap": [
3324
                    "src/"
3325
                ]
3326
            },
3327
            "notification-url": "https://packagist.org/downloads/",
3328
            "license": [
3329
                "BSD-2-Clause"
3330
            ],
3331
            "description": "Library for U2F implementation",
3332
            "homepage": "https://developers.yubico.com/php-u2flib-server",
3333
            "time": "2015-03-03T08:05:16+00:00"
3334
        }
3335
    ],
3336
    "packages-dev": [
3337
        {
3338
            "name": "doctrine/instantiator",
3339
            "version": "1.0.5",
3340
            "source": {
3341
                "type": "git",
3342
                "url": "https://github.com/doctrine/instantiator.git",
3343
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
3344
            },
3345
            "dist": {
3346
                "type": "zip",
3347
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
3348
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
3349
                "shasum": ""
3350
            },
3351
            "require": {
3352
                "php": ">=5.3,<8.0-DEV"
3353
            },
3354
            "require-dev": {
3355
                "athletic/athletic": "~0.1.8",
3356
                "ext-pdo": "*",
3357
                "ext-phar": "*",
3358
                "phpunit/phpunit": "~4.0",
3359
                "squizlabs/php_codesniffer": "~2.0"
3360
            },
3361
            "type": "library",
3362
            "extra": {
3363
                "branch-alias": {
3364
                    "dev-master": "1.0.x-dev"
3365
                }
3366
            },
3367
            "autoload": {
3368
                "psr-4": {
3369
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
3370
                }
3371
            },
3372
            "notification-url": "https://packagist.org/downloads/",
3373
            "license": [
3374
                "MIT"
3375
            ],
3376
            "authors": [
3377
                {
3378
                    "name": "Marco Pivetta",
3379
                    "email": "[email protected]",
3380
                    "homepage": "http://ocramius.github.com/"
3381
                }
3382
            ],
3383
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
3384
            "homepage": "https://github.com/doctrine/instantiator",
3385
            "keywords": [
3386
                "constructor",
3387
                "instantiate"
3388
            ],
3389
            "time": "2015-06-14T21:17:01+00:00"
3390
        },
3391
        {
3392
            "name": "hamcrest/hamcrest-php",
3393
            "version": "v2.0.0",
3394
            "source": {
3395
                "type": "git",
3396
                "url": "https://github.com/hamcrest/hamcrest-php.git",
3397
                "reference": "776503d3a8e85d4f9a1148614f95b7a608b046ad"
3398
            },
3399
            "dist": {
3400
                "type": "zip",
3401
                "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/776503d3a8e85d4f9a1148614f95b7a608b046ad",
3402
                "reference": "776503d3a8e85d4f9a1148614f95b7a608b046ad",
3403
                "shasum": ""
3404
            },
3405
            "require": {
3406
                "php": "^5.3|^7.0"
3407
            },
3408
            "replace": {
3409
                "cordoval/hamcrest-php": "*",
3410
                "davedevelopment/hamcrest-php": "*",
3411
                "kodova/hamcrest-php": "*"
3412
            },
3413
            "require-dev": {
3414
                "phpunit/php-file-iterator": "1.3.3",
3415
                "phpunit/phpunit": "~4.0",
3416
                "satooshi/php-coveralls": "^1.0"
3417
            },
3418
            "type": "library",
3419
            "extra": {
3420
                "branch-alias": {
3421
                    "dev-master": "2.0-dev"
3422
                }
3423
            },
3424
            "autoload": {
3425
                "classmap": [
3426
                    "hamcrest"
3427
                ]
3428
            },
3429
            "notification-url": "https://packagist.org/downloads/",
3430
            "license": [
3431
                "BSD"
3432
            ],
3433
            "description": "This is the PHP port of Hamcrest Matchers",
3434
            "keywords": [
3435
                "test"
3436
            ],
3437
            "time": "2016-01-20T08:20:44+00:00"
3438
        },
3439
        {
3440
            "name": "matthiasnoback/symfony-config-test",
3441
            "version": "v2.2.0",
3442
            "source": {
3443
                "type": "git",
3444
                "url": "https://github.com/SymfonyTest/SymfonyConfigTest.git",
3445
                "reference": "8d48332ed83ac3bacc99ce487ade25df2613ab1e"
3446
            },
3447
            "dist": {
3448
                "type": "zip",
3449
                "url": "https://api.github.com/repos/SymfonyTest/SymfonyConfigTest/zipball/8d48332ed83ac3bacc99ce487ade25df2613ab1e",
3450
                "reference": "8d48332ed83ac3bacc99ce487ade25df2613ab1e",
3451
                "shasum": ""
3452
            },
3453
            "require": {
3454
                "php": "^5.3|^7.0",
3455
                "sebastian/exporter": "^1.0|^2.0",
3456
                "symfony/config": "^2.3|^3.0|^4.0"
3457
            },
3458
            "require-dev": {
3459
                "phpunit/phpunit": "^4.0|^5.0"
3460
            },
3461
            "type": "library",
3462
            "autoload": {
3463
                "psr-4": {
3464
                    "Matthias\\SymfonyConfigTest\\": ""
3465
                }
3466
            },
3467
            "notification-url": "https://packagist.org/downloads/",
3468
            "license": [
3469
                "MIT"
3470
            ],
3471
            "authors": [
3472
                {
3473
                    "name": "Matthias Noback",
3474
                    "email": "[email protected]",
3475
                    "homepage": "http://php-and-symfony.matthiasnoback.nl"
3476
                }
3477
            ],
3478
            "description": "Library for testing user classes related to the Symfony Config Component",
3479
            "homepage": "https://github.com/matthiasnoback/SymfonyConfigTest",
3480
            "keywords": [
3481
                "config",
3482
                "phpunit",
3483
                "symfony"
3484
            ],
3485
            "time": "2017-11-21T18:42:45+00:00"
3486
        },
3487
        {
3488
            "name": "mockery/mockery",
3489
            "version": "1.1.0",
3490
            "source": {
3491
                "type": "git",
3492
                "url": "https://github.com/mockery/mockery.git",
3493
                "reference": "99e29d3596b16dabe4982548527d5ddf90232e99"
3494
            },
3495
            "dist": {
3496
                "type": "zip",
3497
                "url": "https://api.github.com/repos/mockery/mockery/zipball/99e29d3596b16dabe4982548527d5ddf90232e99",
3498
                "reference": "99e29d3596b16dabe4982548527d5ddf90232e99",
3499
                "shasum": ""
3500
            },
3501
            "require": {
3502
                "hamcrest/hamcrest-php": "~2.0",
3503
                "lib-pcre": ">=7.0",
3504
                "php": ">=5.6.0"
3505
            },
3506
            "require-dev": {
3507
                "phpdocumentor/phpdocumentor": "^2.9",
3508
                "phpunit/phpunit": "~5.7.10|~6.5"
3509
            },
3510
            "type": "library",
3511
            "extra": {
3512
                "branch-alias": {
3513
                    "dev-master": "1.0.x-dev"
3514
                }
3515
            },
3516
            "autoload": {
3517
                "psr-0": {
3518
                    "Mockery": "library/"
3519
                }
3520
            },
3521
            "notification-url": "https://packagist.org/downloads/",
3522
            "license": [
3523
                "BSD-3-Clause"
3524
            ],
3525
            "authors": [
3526
                {
3527
                    "name": "Pádraic Brady",
3528
                    "email": "[email protected]",
3529
                    "homepage": "http://blog.astrumfutura.com"
3530
                },
3531
                {
3532
                    "name": "Dave Marshall",
3533
                    "email": "[email protected]",
3534
                    "homepage": "http://davedevelopment.co.uk"
3535
                }
3536
            ],
3537
            "description": "Mockery is a simple yet flexible PHP mock object framework",
3538
            "homepage": "https://github.com/mockery/mockery",
3539
            "keywords": [
3540
                "BDD",
3541
                "TDD",
3542
                "library",
3543
                "mock",
3544
                "mock objects",
3545
                "mockery",
3546
                "stub",
3547
                "test",
3548
                "test double",
3549
                "testing"
3550
            ],
3551
            "time": "2018-05-08T08:54:48+00:00"
3552
        },
3553
        {
3554
            "name": "pdepend/pdepend",
3555
            "version": "2.5.2",
3556
            "source": {
3557
                "type": "git",
3558
                "url": "https://github.com/pdepend/pdepend.git",
3559
                "reference": "9daf26d0368d4a12bed1cacae1a9f3a6f0adf239"
3560
            },
3561
            "dist": {
3562
                "type": "zip",
3563
                "url": "https://api.github.com/repos/pdepend/pdepend/zipball/9daf26d0368d4a12bed1cacae1a9f3a6f0adf239",
3564
                "reference": "9daf26d0368d4a12bed1cacae1a9f3a6f0adf239",
3565
                "shasum": ""
3566
            },
3567
            "require": {
3568
                "php": ">=5.3.7",
3569
                "symfony/config": "^2.3.0|^3|^4",
3570
                "symfony/dependency-injection": "^2.3.0|^3|^4",
3571
                "symfony/filesystem": "^2.3.0|^3|^4"
3572
            },
3573
            "require-dev": {
3574
                "phpunit/phpunit": "^4.8|^5.7",
3575
                "squizlabs/php_codesniffer": "^2.0.0"
3576
            },
3577
            "bin": [
3578
                "src/bin/pdepend"
3579
            ],
3580
            "type": "library",
3581
            "autoload": {
3582
                "psr-4": {
3583
                    "PDepend\\": "src/main/php/PDepend"
3584
                }
3585
            },
3586
            "notification-url": "https://packagist.org/downloads/",
3587
            "license": [
3588
                "BSD-3-Clause"
3589
            ],
3590
            "description": "Official version of pdepend to be handled with Composer",
3591
            "time": "2017-12-13T13:21:38+00:00"
3592
        },
3593
        {
3594
            "name": "phpdocumentor/reflection-common",
3595
            "version": "1.0.1",
3596
            "source": {
3597
                "type": "git",
3598
                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
3599
                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
3600
            },
3601
            "dist": {
3602
                "type": "zip",
3603
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
3604
                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
3605
                "shasum": ""
3606
            },
3607
            "require": {
3608
                "php": ">=5.5"
3609
            },
3610
            "require-dev": {
3611
                "phpunit/phpunit": "^4.6"
3612
            },
3613
            "type": "library",
3614
            "extra": {
3615
                "branch-alias": {
3616
                    "dev-master": "1.0.x-dev"
3617
                }
3618
            },
3619
            "autoload": {
3620
                "psr-4": {
3621
                    "phpDocumentor\\Reflection\\": [
3622
                        "src"
3623
                    ]
3624
                }
3625
            },
3626
            "notification-url": "https://packagist.org/downloads/",
3627
            "license": [
3628
                "MIT"
3629
            ],
3630
            "authors": [
3631
                {
3632
                    "name": "Jaap van Otterdijk",
3633
                    "email": "[email protected]"
3634
                }
3635
            ],
3636
            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
3637
            "homepage": "http://www.phpdoc.org",
3638
            "keywords": [
3639
                "FQSEN",
3640
                "phpDocumentor",
3641
                "phpdoc",
3642
                "reflection",
3643
                "static analysis"
3644
            ],
3645
            "time": "2017-09-11T18:02:19+00:00"
3646
        },
3647
        {
3648
            "name": "phpdocumentor/reflection-docblock",
3649
            "version": "3.3.2",
3650
            "source": {
3651
                "type": "git",
3652
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
3653
                "reference": "bf329f6c1aadea3299f08ee804682b7c45b326a2"
3654
            },
3655
            "dist": {
3656
                "type": "zip",
3657
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/bf329f6c1aadea3299f08ee804682b7c45b326a2",
3658
                "reference": "bf329f6c1aadea3299f08ee804682b7c45b326a2",
3659
                "shasum": ""
3660
            },
3661
            "require": {
3662
                "php": "^5.6 || ^7.0",
3663
                "phpdocumentor/reflection-common": "^1.0.0",
3664
                "phpdocumentor/type-resolver": "^0.4.0",
3665
                "webmozart/assert": "^1.0"
3666
            },
3667
            "require-dev": {
3668
                "mockery/mockery": "^0.9.4",
3669
                "phpunit/phpunit": "^4.4"
3670
            },
3671
            "type": "library",
3672
            "autoload": {
3673
                "psr-4": {
3674
                    "phpDocumentor\\Reflection\\": [
3675
                        "src/"
3676
                    ]
3677
                }
3678
            },
3679
            "notification-url": "https://packagist.org/downloads/",
3680
            "license": [
3681
                "MIT"
3682
            ],
3683
            "authors": [
3684
                {
3685
                    "name": "Mike van Riel",
3686
                    "email": "[email protected]"
3687
                }
3688
            ],
3689
            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
3690
            "time": "2017-11-10T14:09:06+00:00"
3691
        },
3692
        {
3693
            "name": "phpdocumentor/type-resolver",
3694
            "version": "0.4.0",
3695
            "source": {
3696
                "type": "git",
3697
                "url": "https://github.com/phpDocumentor/TypeResolver.git",
3698
                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
3699
            },
3700
            "dist": {
3701
                "type": "zip",
3702
                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
3703
                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
3704
                "shasum": ""
3705
            },
3706
            "require": {
3707
                "php": "^5.5 || ^7.0",
3708
                "phpdocumentor/reflection-common": "^1.0"
3709
            },
3710
            "require-dev": {
3711
                "mockery/mockery": "^0.9.4",
3712
                "phpunit/phpunit": "^5.2||^4.8.24"
3713
            },
3714
            "type": "library",
3715
            "extra": {
3716
                "branch-alias": {
3717
                    "dev-master": "1.0.x-dev"
3718
                }
3719
            },
3720
            "autoload": {
3721
                "psr-4": {
3722
                    "phpDocumentor\\Reflection\\": [
3723
                        "src/"
3724
                    ]
3725
                }
3726
            },
3727
            "notification-url": "https://packagist.org/downloads/",
3728
            "license": [
3729
                "MIT"
3730
            ],
3731
            "authors": [
3732
                {
3733
                    "name": "Mike van Riel",
3734
                    "email": "[email protected]"
3735
                }
3736
            ],
3737
            "time": "2017-07-14T14:27:02+00:00"
3738
        },
3739
        {
3740
            "name": "phpmd/phpmd",
3741
            "version": "2.6.0",
3742
            "source": {
3743
                "type": "git",
3744
                "url": "https://github.com/phpmd/phpmd.git",
3745
                "reference": "4e9924b2c157a3eb64395460fcf56b31badc8374"
3746
            },
3747
            "dist": {
3748
                "type": "zip",
3749
                "url": "https://api.github.com/repos/phpmd/phpmd/zipball/4e9924b2c157a3eb64395460fcf56b31badc8374",
3750
                "reference": "4e9924b2c157a3eb64395460fcf56b31badc8374",
3751
                "shasum": ""
3752
            },
3753
            "require": {
3754
                "ext-xml": "*",
3755
                "pdepend/pdepend": "^2.5",
3756
                "php": ">=5.3.9"
3757
            },
3758
            "require-dev": {
3759
                "phpunit/phpunit": "^4.0",
3760
                "squizlabs/php_codesniffer": "^2.0"
3761
            },
3762
            "bin": [
3763
                "src/bin/phpmd"
3764
            ],
3765
            "type": "project",
3766
            "autoload": {
3767
                "psr-0": {
3768
                    "PHPMD\\": "src/main/php"
3769
                }
3770
            },
3771
            "notification-url": "https://packagist.org/downloads/",
3772
            "license": [
3773
                "BSD-3-Clause"
3774
            ],
3775
            "authors": [
3776
                {
3777
                    "name": "Manuel Pichler",
3778
                    "email": "[email protected]",
3779
                    "homepage": "https://github.com/manuelpichler",
3780
                    "role": "Project Founder"
3781
                },
3782
                {
3783
                    "name": "Other contributors",
3784
                    "homepage": "https://github.com/phpmd/phpmd/graphs/contributors",
3785
                    "role": "Contributors"
3786
                },
3787
                {
3788
                    "name": "Marc Würth",
3789
                    "email": "[email protected]",
3790
                    "homepage": "https://github.com/ravage84",
3791
                    "role": "Project Maintainer"
3792
                }
3793
            ],
3794
            "description": "PHPMD is a spin-off project of PHP Depend and aims to be a PHP equivalent of the well known Java tool PMD.",
3795
            "homepage": "http://phpmd.org/",
3796
            "keywords": [
3797
                "mess detection",
3798
                "mess detector",
3799
                "pdepend",
3800
                "phpmd",
3801
                "pmd"
3802
            ],
3803
            "time": "2017-01-20T14:41:10+00:00"
3804
        },
3805
        {
3806
            "name": "phpspec/prophecy",
3807
            "version": "1.8.0",
3808
            "source": {
3809
                "type": "git",
3810
                "url": "https://github.com/phpspec/prophecy.git",
3811
                "reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06"
3812
            },
3813
            "dist": {
3814
                "type": "zip",
3815
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/4ba436b55987b4bf311cb7c6ba82aa528aac0a06",
3816
                "reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06",
3817
                "shasum": ""
3818
            },
3819
            "require": {
3820
                "doctrine/instantiator": "^1.0.2",
3821
                "php": "^5.3|^7.0",
3822
                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
3823
                "sebastian/comparator": "^1.1|^2.0|^3.0",
3824
                "sebastian/recursion-context": "^1.0|^2.0|^3.0"
3825
            },
3826
            "require-dev": {
3827
                "phpspec/phpspec": "^2.5|^3.2",
3828
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1"
3829
            },
3830
            "type": "library",
3831
            "extra": {
3832
                "branch-alias": {
3833
                    "dev-master": "1.8.x-dev"
3834
                }
3835
            },
3836
            "autoload": {
3837
                "psr-0": {
3838
                    "Prophecy\\": "src/"
3839
                }
3840
            },
3841
            "notification-url": "https://packagist.org/downloads/",
3842
            "license": [
3843
                "MIT"
3844
            ],
3845
            "authors": [
3846
                {
3847
                    "name": "Konstantin Kudryashov",
3848
                    "email": "[email protected]",
3849
                    "homepage": "http://everzet.com"
3850
                },
3851
                {
3852
                    "name": "Marcello Duarte",
3853
                    "email": "[email protected]"
3854
                }
3855
            ],
3856
            "description": "Highly opinionated mocking framework for PHP 5.3+",
3857
            "homepage": "https://github.com/phpspec/prophecy",
3858
            "keywords": [
3859
                "Double",
3860
                "Dummy",
3861
                "fake",
3862
                "mock",
3863
                "spy",
3864
                "stub"
3865
            ],
3866
            "time": "2018-08-05T17:53:17+00:00"
3867
        },
3868
        {
3869
            "name": "phpunit/php-code-coverage",
3870
            "version": "4.0.8",
3871
            "source": {
3872
                "type": "git",
3873
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
3874
                "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d"
3875
            },
3876
            "dist": {
3877
                "type": "zip",
3878
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
3879
                "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
3880
                "shasum": ""
3881
            },
3882
            "require": {
3883
                "ext-dom": "*",
3884
                "ext-xmlwriter": "*",
3885
                "php": "^5.6 || ^7.0",
3886
                "phpunit/php-file-iterator": "^1.3",
3887
                "phpunit/php-text-template": "^1.2",
3888
                "phpunit/php-token-stream": "^1.4.2 || ^2.0",
3889
                "sebastian/code-unit-reverse-lookup": "^1.0",
3890
                "sebastian/environment": "^1.3.2 || ^2.0",
3891
                "sebastian/version": "^1.0 || ^2.0"
3892
            },
3893
            "require-dev": {
3894
                "ext-xdebug": "^2.1.4",
3895
                "phpunit/phpunit": "^5.7"
3896
            },
3897
            "suggest": {
3898
                "ext-xdebug": "^2.5.1"
3899
            },
3900
            "type": "library",
3901
            "extra": {
3902
                "branch-alias": {
3903
                    "dev-master": "4.0.x-dev"
3904
                }
3905
            },
3906
            "autoload": {
3907
                "classmap": [
3908
                    "src/"
3909
                ]
3910
            },
3911
            "notification-url": "https://packagist.org/downloads/",
3912
            "license": [
3913
                "BSD-3-Clause"
3914
            ],
3915
            "authors": [
3916
                {
3917
                    "name": "Sebastian Bergmann",
3918
                    "email": "[email protected]",
3919
                    "role": "lead"
3920
                }
3921
            ],
3922
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
3923
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
3924
            "keywords": [
3925
                "coverage",
3926
                "testing",
3927
                "xunit"
3928
            ],
3929
            "time": "2017-04-02T07:44:40+00:00"
3930
        },
3931
        {
3932
            "name": "phpunit/php-file-iterator",
3933
            "version": "1.4.5",
3934
            "source": {
3935
                "type": "git",
3936
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
3937
                "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4"
3938
            },
3939
            "dist": {
3940
                "type": "zip",
3941
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4",
3942
                "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4",
3943
                "shasum": ""
3944
            },
3945
            "require": {
3946
                "php": ">=5.3.3"
3947
            },
3948
            "type": "library",
3949
            "extra": {
3950
                "branch-alias": {
3951
                    "dev-master": "1.4.x-dev"
3952
                }
3953
            },
3954
            "autoload": {
3955
                "classmap": [
3956
                    "src/"
3957
                ]
3958
            },
3959
            "notification-url": "https://packagist.org/downloads/",
3960
            "license": [
3961
                "BSD-3-Clause"
3962
            ],
3963
            "authors": [
3964
                {
3965
                    "name": "Sebastian Bergmann",
3966
                    "email": "[email protected]",
3967
                    "role": "lead"
3968
                }
3969
            ],
3970
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
3971
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
3972
            "keywords": [
3973
                "filesystem",
3974
                "iterator"
3975
            ],
3976
            "time": "2017-11-27T13:52:08+00:00"
3977
        },
3978
        {
3979
            "name": "phpunit/php-text-template",
3980
            "version": "1.2.1",
3981
            "source": {
3982
                "type": "git",
3983
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
3984
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
3985
            },
3986
            "dist": {
3987
                "type": "zip",
3988
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
3989
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
3990
                "shasum": ""
3991
            },
3992
            "require": {
3993
                "php": ">=5.3.3"
3994
            },
3995
            "type": "library",
3996
            "autoload": {
3997
                "classmap": [
3998
                    "src/"
3999
                ]
4000
            },
4001
            "notification-url": "https://packagist.org/downloads/",
4002
            "license": [
4003
                "BSD-3-Clause"
4004
            ],
4005
            "authors": [
4006
                {
4007
                    "name": "Sebastian Bergmann",
4008
                    "email": "[email protected]",
4009
                    "role": "lead"
4010
                }
4011
            ],
4012
            "description": "Simple template engine.",
4013
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
4014
            "keywords": [
4015
                "template"
4016
            ],
4017
            "time": "2015-06-21T13:50:34+00:00"
4018
        },
4019
        {
4020
            "name": "phpunit/php-timer",
4021
            "version": "1.0.9",
4022
            "source": {
4023
                "type": "git",
4024
                "url": "https://github.com/sebastianbergmann/php-timer.git",
4025
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
4026
            },
4027
            "dist": {
4028
                "type": "zip",
4029
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
4030
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
4031
                "shasum": ""
4032
            },
4033
            "require": {
4034
                "php": "^5.3.3 || ^7.0"
4035
            },
4036
            "require-dev": {
4037
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
4038
            },
4039
            "type": "library",
4040
            "extra": {
4041
                "branch-alias": {
4042
                    "dev-master": "1.0-dev"
4043
                }
4044
            },
4045
            "autoload": {
4046
                "classmap": [
4047
                    "src/"
4048
                ]
4049
            },
4050
            "notification-url": "https://packagist.org/downloads/",
4051
            "license": [
4052
                "BSD-3-Clause"
4053
            ],
4054
            "authors": [
4055
                {
4056
                    "name": "Sebastian Bergmann",
4057
                    "email": "[email protected]",
4058
                    "role": "lead"
4059
                }
4060
            ],
4061
            "description": "Utility class for timing",
4062
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
4063
            "keywords": [
4064
                "timer"
4065
            ],
4066
            "time": "2017-02-26T11:10:40+00:00"
4067
        },
4068
        {
4069
            "name": "phpunit/php-token-stream",
4070
            "version": "1.4.12",
4071
            "source": {
4072
                "type": "git",
4073
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
4074
                "reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16"
4075
            },
4076
            "dist": {
4077
                "type": "zip",
4078
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/1ce90ba27c42e4e44e6d8458241466380b51fa16",
4079
                "reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16",
4080
                "shasum": ""
4081
            },
4082
            "require": {
4083
                "ext-tokenizer": "*",
4084
                "php": ">=5.3.3"
4085
            },
4086
            "require-dev": {
4087
                "phpunit/phpunit": "~4.2"
4088
            },
4089
            "type": "library",
4090
            "extra": {
4091
                "branch-alias": {
4092
                    "dev-master": "1.4-dev"
4093
                }
4094
            },
4095
            "autoload": {
4096
                "classmap": [
4097
                    "src/"
4098
                ]
4099
            },
4100
            "notification-url": "https://packagist.org/downloads/",
4101
            "license": [
4102
                "BSD-3-Clause"
4103
            ],
4104
            "authors": [
4105
                {
4106
                    "name": "Sebastian Bergmann",
4107
                    "email": "[email protected]"
4108
                }
4109
            ],
4110
            "description": "Wrapper around PHP's tokenizer extension.",
4111
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
4112
            "keywords": [
4113
                "tokenizer"
4114
            ],
4115
            "time": "2017-12-04T08:55:13+00:00"
4116
        },
4117
        {
4118
            "name": "phpunit/phpunit",
4119
            "version": "5.7.27",
4120
            "source": {
4121
                "type": "git",
4122
                "url": "https://github.com/sebastianbergmann/phpunit.git",
4123
                "reference": "b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c"
4124
            },
4125
            "dist": {
4126
                "type": "zip",
4127
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c",
4128
                "reference": "b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c",
4129
                "shasum": ""
4130
            },
4131
            "require": {
4132
                "ext-dom": "*",
4133
                "ext-json": "*",
4134
                "ext-libxml": "*",
4135
                "ext-mbstring": "*",
4136
                "ext-xml": "*",
4137
                "myclabs/deep-copy": "~1.3",
4138
                "php": "^5.6 || ^7.0",
4139
                "phpspec/prophecy": "^1.6.2",
4140
                "phpunit/php-code-coverage": "^4.0.4",
4141
                "phpunit/php-file-iterator": "~1.4",
4142
                "phpunit/php-text-template": "~1.2",
4143
                "phpunit/php-timer": "^1.0.6",
4144
                "phpunit/phpunit-mock-objects": "^3.2",
4145
                "sebastian/comparator": "^1.2.4",
4146
                "sebastian/diff": "^1.4.3",
4147
                "sebastian/environment": "^1.3.4 || ^2.0",
4148
                "sebastian/exporter": "~2.0",
4149
                "sebastian/global-state": "^1.1",
4150
                "sebastian/object-enumerator": "~2.0",
4151
                "sebastian/resource-operations": "~1.0",
4152
                "sebastian/version": "^1.0.6|^2.0.1",
4153
                "symfony/yaml": "~2.1|~3.0|~4.0"
4154
            },
4155
            "conflict": {
4156
                "phpdocumentor/reflection-docblock": "3.0.2"
4157
            },
4158
            "require-dev": {
4159
                "ext-pdo": "*"
4160
            },
4161
            "suggest": {
4162
                "ext-xdebug": "*",
4163
                "phpunit/php-invoker": "~1.1"
4164
            },
4165
            "bin": [
4166
                "phpunit"
4167
            ],
4168
            "type": "library",
4169
            "extra": {
4170
                "branch-alias": {
4171
                    "dev-master": "5.7.x-dev"
4172
                }
4173
            },
4174
            "autoload": {
4175
                "classmap": [
4176
                    "src/"
4177
                ]
4178
            },
4179
            "notification-url": "https://packagist.org/downloads/",
4180
            "license": [
4181
                "BSD-3-Clause"
4182
            ],
4183
            "authors": [
4184
                {
4185
                    "name": "Sebastian Bergmann",
4186
                    "email": "[email protected]",
4187
                    "role": "lead"
4188
                }
4189
            ],
4190
            "description": "The PHP Unit Testing framework.",
4191
            "homepage": "https://phpunit.de/",
4192
            "keywords": [
4193
                "phpunit",
4194
                "testing",
4195
                "xunit"
4196
            ],
4197
            "time": "2018-02-01T05:50:59+00:00"
4198
        },
4199
        {
4200
            "name": "phpunit/phpunit-mock-objects",
4201
            "version": "3.4.4",
4202
            "source": {
4203
                "type": "git",
4204
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
4205
                "reference": "a23b761686d50a560cc56233b9ecf49597cc9118"
4206
            },
4207
            "dist": {
4208
                "type": "zip",
4209
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/a23b761686d50a560cc56233b9ecf49597cc9118",
4210
                "reference": "a23b761686d50a560cc56233b9ecf49597cc9118",
4211
                "shasum": ""
4212
            },
4213
            "require": {
4214
                "doctrine/instantiator": "^1.0.2",
4215
                "php": "^5.6 || ^7.0",
4216
                "phpunit/php-text-template": "^1.2",
4217
                "sebastian/exporter": "^1.2 || ^2.0"
4218
            },
4219
            "conflict": {
4220
                "phpunit/phpunit": "<5.4.0"
4221
            },
4222
            "require-dev": {
4223
                "phpunit/phpunit": "^5.4"
4224
            },
4225
            "suggest": {
4226
                "ext-soap": "*"
4227
            },
4228
            "type": "library",
4229
            "extra": {
4230
                "branch-alias": {
4231
                    "dev-master": "3.2.x-dev"
4232
                }
4233
            },
4234
            "autoload": {
4235
                "classmap": [
4236
                    "src/"
4237
                ]
4238
            },
4239
            "notification-url": "https://packagist.org/downloads/",
4240
            "license": [
4241
                "BSD-3-Clause"
4242
            ],
4243
            "authors": [
4244
                {
4245
                    "name": "Sebastian Bergmann",
4246
                    "email": "[email protected]",
4247
                    "role": "lead"
4248
                }
4249
            ],
4250
            "description": "Mock Object library for PHPUnit",
4251
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
4252
            "keywords": [
4253
                "mock",
4254
                "xunit"
4255
            ],
4256
            "time": "2017-06-30T09:13:00+00:00"
4257
        },
4258
        {
4259
            "name": "sebastian/code-unit-reverse-lookup",
4260
            "version": "1.0.1",
4261
            "source": {
4262
                "type": "git",
4263
                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
4264
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
4265
            },
4266
            "dist": {
4267
                "type": "zip",
4268
                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
4269
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
4270
                "shasum": ""
4271
            },
4272
            "require": {
4273
                "php": "^5.6 || ^7.0"
4274
            },
4275
            "require-dev": {
4276
                "phpunit/phpunit": "^5.7 || ^6.0"
4277
            },
4278
            "type": "library",
4279
            "extra": {
4280
                "branch-alias": {
4281
                    "dev-master": "1.0.x-dev"
4282
                }
4283
            },
4284
            "autoload": {
4285
                "classmap": [
4286
                    "src/"
4287
                ]
4288
            },
4289
            "notification-url": "https://packagist.org/downloads/",
4290
            "license": [
4291
                "BSD-3-Clause"
4292
            ],
4293
            "authors": [
4294
                {
4295
                    "name": "Sebastian Bergmann",
4296
                    "email": "[email protected]"
4297
                }
4298
            ],
4299
            "description": "Looks up which function or method a line of code belongs to",
4300
            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
4301
            "time": "2017-03-04T06:30:41+00:00"
4302
        },
4303
        {
4304
            "name": "sebastian/comparator",
4305
            "version": "1.2.4",
4306
            "source": {
4307
                "type": "git",
4308
                "url": "https://github.com/sebastianbergmann/comparator.git",
4309
                "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
4310
            },
4311
            "dist": {
4312
                "type": "zip",
4313
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
4314
                "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
4315
                "shasum": ""
4316
            },
4317
            "require": {
4318
                "php": ">=5.3.3",
4319
                "sebastian/diff": "~1.2",
4320
                "sebastian/exporter": "~1.2 || ~2.0"
4321
            },
4322
            "require-dev": {
4323
                "phpunit/phpunit": "~4.4"
4324
            },
4325
            "type": "library",
4326
            "extra": {
4327
                "branch-alias": {
4328
                    "dev-master": "1.2.x-dev"
4329
                }
4330
            },
4331
            "autoload": {
4332
                "classmap": [
4333
                    "src/"
4334
                ]
4335
            },
4336
            "notification-url": "https://packagist.org/downloads/",
4337
            "license": [
4338
                "BSD-3-Clause"
4339
            ],
4340
            "authors": [
4341
                {
4342
                    "name": "Jeff Welch",
4343
                    "email": "[email protected]"
4344
                },
4345
                {
4346
                    "name": "Volker Dusch",
4347
                    "email": "[email protected]"
4348
                },
4349
                {
4350
                    "name": "Bernhard Schussek",
4351
                    "email": "[email protected]"
4352
                },
4353
                {
4354
                    "name": "Sebastian Bergmann",
4355
                    "email": "[email protected]"
4356
                }
4357
            ],
4358
            "description": "Provides the functionality to compare PHP values for equality",
4359
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
4360
            "keywords": [
4361
                "comparator",
4362
                "compare",
4363
                "equality"
4364
            ],
4365
            "time": "2017-01-29T09:50:25+00:00"
4366
        },
4367
        {
4368
            "name": "sebastian/diff",
4369
            "version": "1.4.3",
4370
            "source": {
4371
                "type": "git",
4372
                "url": "https://github.com/sebastianbergmann/diff.git",
4373
                "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4"
4374
            },
4375
            "dist": {
4376
                "type": "zip",
4377
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4",
4378
                "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4",
4379
                "shasum": ""
4380
            },
4381
            "require": {
4382
                "php": "^5.3.3 || ^7.0"
4383
            },
4384
            "require-dev": {
4385
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
4386
            },
4387
            "type": "library",
4388
            "extra": {
4389
                "branch-alias": {
4390
                    "dev-master": "1.4-dev"
4391
                }
4392
            },
4393
            "autoload": {
4394
                "classmap": [
4395
                    "src/"
4396
                ]
4397
            },
4398
            "notification-url": "https://packagist.org/downloads/",
4399
            "license": [
4400
                "BSD-3-Clause"
4401
            ],
4402
            "authors": [
4403
                {
4404
                    "name": "Kore Nordmann",
4405
                    "email": "[email protected]"
4406
                },
4407
                {
4408
                    "name": "Sebastian Bergmann",
4409
                    "email": "[email protected]"
4410
                }
4411
            ],
4412
            "description": "Diff implementation",
4413
            "homepage": "https://github.com/sebastianbergmann/diff",
4414
            "keywords": [
4415
                "diff"
4416
            ],
4417
            "time": "2017-05-22T07:24:03+00:00"
4418
        },
4419
        {
4420
            "name": "sebastian/environment",
4421
            "version": "2.0.0",
4422
            "source": {
4423
                "type": "git",
4424
                "url": "https://github.com/sebastianbergmann/environment.git",
4425
                "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac"
4426
            },
4427
            "dist": {
4428
                "type": "zip",
4429
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
4430
                "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
4431
                "shasum": ""
4432
            },
4433
            "require": {
4434
                "php": "^5.6 || ^7.0"
4435
            },
4436
            "require-dev": {
4437
                "phpunit/phpunit": "^5.0"
4438
            },
4439
            "type": "library",
4440
            "extra": {
4441
                "branch-alias": {
4442
                    "dev-master": "2.0.x-dev"
4443
                }
4444
            },
4445
            "autoload": {
4446
                "classmap": [
4447
                    "src/"
4448
                ]
4449
            },
4450
            "notification-url": "https://packagist.org/downloads/",
4451
            "license": [
4452
                "BSD-3-Clause"
4453
            ],
4454
            "authors": [
4455
                {
4456
                    "name": "Sebastian Bergmann",
4457
                    "email": "[email protected]"
4458
                }
4459
            ],
4460
            "description": "Provides functionality to handle HHVM/PHP environments",
4461
            "homepage": "http://www.github.com/sebastianbergmann/environment",
4462
            "keywords": [
4463
                "Xdebug",
4464
                "environment",
4465
                "hhvm"
4466
            ],
4467
            "time": "2016-11-26T07:53:53+00:00"
4468
        },
4469
        {
4470
            "name": "sebastian/exporter",
4471
            "version": "2.0.0",
4472
            "source": {
4473
                "type": "git",
4474
                "url": "https://github.com/sebastianbergmann/exporter.git",
4475
                "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4"
4476
            },
4477
            "dist": {
4478
                "type": "zip",
4479
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
4480
                "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
4481
                "shasum": ""
4482
            },
4483
            "require": {
4484
                "php": ">=5.3.3",
4485
                "sebastian/recursion-context": "~2.0"
4486
            },
4487
            "require-dev": {
4488
                "ext-mbstring": "*",
4489
                "phpunit/phpunit": "~4.4"
4490
            },
4491
            "type": "library",
4492
            "extra": {
4493
                "branch-alias": {
4494
                    "dev-master": "2.0.x-dev"
4495
                }
4496
            },
4497
            "autoload": {
4498
                "classmap": [
4499
                    "src/"
4500
                ]
4501
            },
4502
            "notification-url": "https://packagist.org/downloads/",
4503
            "license": [
4504
                "BSD-3-Clause"
4505
            ],
4506
            "authors": [
4507
                {
4508
                    "name": "Jeff Welch",
4509
                    "email": "[email protected]"
4510
                },
4511
                {
4512
                    "name": "Volker Dusch",
4513
                    "email": "[email protected]"
4514
                },
4515
                {
4516
                    "name": "Bernhard Schussek",
4517
                    "email": "[email protected]"
4518
                },
4519
                {
4520
                    "name": "Sebastian Bergmann",
4521
                    "email": "[email protected]"
4522
                },
4523
                {
4524
                    "name": "Adam Harvey",
4525
                    "email": "[email protected]"
4526
                }
4527
            ],
4528
            "description": "Provides the functionality to export PHP variables for visualization",
4529
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
4530
            "keywords": [
4531
                "export",
4532
                "exporter"
4533
            ],
4534
            "time": "2016-11-19T08:54:04+00:00"
4535
        },
4536
        {
4537
            "name": "sebastian/finder-facade",
4538
            "version": "1.2.2",
4539
            "source": {
4540
                "type": "git",
4541
                "url": "https://github.com/sebastianbergmann/finder-facade.git",
4542
                "reference": "4a3174709c2dc565fe5fb26fcf827f6a1fc7b09f"
4543
            },
4544
            "dist": {
4545
                "type": "zip",
4546
                "url": "https://api.github.com/repos/sebastianbergmann/finder-facade/zipball/4a3174709c2dc565fe5fb26fcf827f6a1fc7b09f",
4547
                "reference": "4a3174709c2dc565fe5fb26fcf827f6a1fc7b09f",
4548
                "shasum": ""
4549
            },
4550
            "require": {
4551
                "symfony/finder": "~2.3|~3.0|~4.0",
4552
                "theseer/fdomdocument": "~1.3"
4553
            },
4554
            "type": "library",
4555
            "autoload": {
4556
                "classmap": [
4557
                    "src/"
4558
                ]
4559
            },
4560
            "notification-url": "https://packagist.org/downloads/",
4561
            "license": [
4562
                "BSD-3-Clause"
4563
            ],
4564
            "authors": [
4565
                {
4566
                    "name": "Sebastian Bergmann",
4567
                    "email": "[email protected]",
4568
                    "role": "lead"
4569
                }
4570
            ],
4571
            "description": "FinderFacade is a convenience wrapper for Symfony's Finder component.",
4572
            "homepage": "https://github.com/sebastianbergmann/finder-facade",
4573
            "time": "2017-11-18T17:31:49+00:00"
4574
        },
4575
        {
4576
            "name": "sebastian/global-state",
4577
            "version": "1.1.1",
4578
            "source": {
4579
                "type": "git",
4580
                "url": "https://github.com/sebastianbergmann/global-state.git",
4581
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
4582
            },
4583
            "dist": {
4584
                "type": "zip",
4585
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
4586
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
4587
                "shasum": ""
4588
            },
4589
            "require": {
4590
                "php": ">=5.3.3"
4591
            },
4592
            "require-dev": {
4593
                "phpunit/phpunit": "~4.2"
4594
            },
4595
            "suggest": {
4596
                "ext-uopz": "*"
4597
            },
4598
            "type": "library",
4599
            "extra": {
4600
                "branch-alias": {
4601
                    "dev-master": "1.0-dev"
4602
                }
4603
            },
4604
            "autoload": {
4605
                "classmap": [
4606
                    "src/"
4607
                ]
4608
            },
4609
            "notification-url": "https://packagist.org/downloads/",
4610
            "license": [
4611
                "BSD-3-Clause"
4612
            ],
4613
            "authors": [
4614
                {
4615
                    "name": "Sebastian Bergmann",
4616
                    "email": "[email protected]"
4617
                }
4618
            ],
4619
            "description": "Snapshotting of global state",
4620
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
4621
            "keywords": [
4622
                "global state"
4623
            ],
4624
            "time": "2015-10-12T03:26:01+00:00"
4625
        },
4626
        {
4627
            "name": "sebastian/object-enumerator",
4628
            "version": "2.0.1",
4629
            "source": {
4630
                "type": "git",
4631
                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
4632
                "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7"
4633
            },
4634
            "dist": {
4635
                "type": "zip",
4636
                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/1311872ac850040a79c3c058bea3e22d0f09cbb7",
4637
                "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7",
4638
                "shasum": ""
4639
            },
4640
            "require": {
4641
                "php": ">=5.6",
4642
                "sebastian/recursion-context": "~2.0"
4643
            },
4644
            "require-dev": {
4645
                "phpunit/phpunit": "~5"
4646
            },
4647
            "type": "library",
4648
            "extra": {
4649
                "branch-alias": {
4650
                    "dev-master": "2.0.x-dev"
4651
                }
4652
            },
4653
            "autoload": {
4654
                "classmap": [
4655
                    "src/"
4656
                ]
4657
            },
4658
            "notification-url": "https://packagist.org/downloads/",
4659
            "license": [
4660
                "BSD-3-Clause"
4661
            ],
4662
            "authors": [
4663
                {
4664
                    "name": "Sebastian Bergmann",
4665
                    "email": "[email protected]"
4666
                }
4667
            ],
4668
            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
4669
            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
4670
            "time": "2017-02-18T15:18:39+00:00"
4671
        },
4672
        {
4673
            "name": "sebastian/phpcpd",
4674
            "version": "2.0.4",
4675
            "source": {
4676
                "type": "git",
4677
                "url": "https://github.com/sebastianbergmann/phpcpd.git",
4678
                "reference": "24d9a880deadb0b8c9680e9cfe78e30b704225db"
4679
            },
4680
            "dist": {
4681
                "type": "zip",
4682
                "url": "https://api.github.com/repos/sebastianbergmann/phpcpd/zipball/24d9a880deadb0b8c9680e9cfe78e30b704225db",
4683
                "reference": "24d9a880deadb0b8c9680e9cfe78e30b704225db",
4684
                "shasum": ""
4685
            },
4686
            "require": {
4687
                "php": ">=5.3.3",
4688
                "phpunit/php-timer": ">=1.0.6",
4689
                "sebastian/finder-facade": "~1.1",
4690
                "sebastian/version": "~1.0|~2.0",
4691
                "symfony/console": "~2.7|^3.0",
4692
                "theseer/fdomdocument": "~1.4"
4693
            },
4694
            "bin": [
4695
                "phpcpd"
4696
            ],
4697
            "type": "library",
4698
            "extra": {
4699
                "branch-alias": {
4700
                    "dev-master": "2.0-dev"
4701
                }
4702
            },
4703
            "autoload": {
4704
                "classmap": [
4705
                    "src/"
4706
                ]
4707
            },
4708
            "notification-url": "https://packagist.org/downloads/",
4709
            "license": [
4710
                "BSD-3-Clause"
4711
            ],
4712
            "authors": [
4713
                {
4714
                    "name": "Sebastian Bergmann",
4715
                    "email": "[email protected]",
4716
                    "role": "lead"
4717
                }
4718
            ],
4719
            "description": "Copy/Paste Detector (CPD) for PHP code.",
4720
            "homepage": "https://github.com/sebastianbergmann/phpcpd",
4721
            "time": "2016-04-17T19:32:49+00:00"
4722
        },
4723
        {
4724
            "name": "sebastian/recursion-context",
4725
            "version": "2.0.0",
4726
            "source": {
4727
                "type": "git",
4728
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
4729
                "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a"
4730
            },
4731
            "dist": {
4732
                "type": "zip",
4733
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/2c3ba150cbec723aa057506e73a8d33bdb286c9a",
4734
                "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a",
4735
                "shasum": ""
4736
            },
4737
            "require": {
4738
                "php": ">=5.3.3"
4739
            },
4740
            "require-dev": {
4741
                "phpunit/phpunit": "~4.4"
4742
            },
4743
            "type": "library",
4744
            "extra": {
4745
                "branch-alias": {
4746
                    "dev-master": "2.0.x-dev"
4747
                }
4748
            },
4749
            "autoload": {
4750
                "classmap": [
4751
                    "src/"
4752
                ]
4753
            },
4754
            "notification-url": "https://packagist.org/downloads/",
4755
            "license": [
4756
                "BSD-3-Clause"
4757
            ],
4758
            "authors": [
4759
                {
4760
                    "name": "Jeff Welch",
4761
                    "email": "[email protected]"
4762
                },
4763
                {
4764
                    "name": "Sebastian Bergmann",
4765
                    "email": "[email protected]"
4766
                },
4767
                {
4768
                    "name": "Adam Harvey",
4769
                    "email": "[email protected]"
4770
                }
4771
            ],
4772
            "description": "Provides functionality to recursively process PHP variables",
4773
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
4774
            "time": "2016-11-19T07:33:16+00:00"
4775
        },
4776
        {
4777
            "name": "sebastian/resource-operations",
4778
            "version": "1.0.0",
4779
            "source": {
4780
                "type": "git",
4781
                "url": "https://github.com/sebastianbergmann/resource-operations.git",
4782
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
4783
            },
4784
            "dist": {
4785
                "type": "zip",
4786
                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
4787
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
4788
                "shasum": ""
4789
            },
4790
            "require": {
4791
                "php": ">=5.6.0"
4792
            },
4793
            "type": "library",
4794
            "extra": {
4795
                "branch-alias": {
4796
                    "dev-master": "1.0.x-dev"
4797
                }
4798
            },
4799
            "autoload": {
4800
                "classmap": [
4801
                    "src/"
4802
                ]
4803
            },
4804
            "notification-url": "https://packagist.org/downloads/",
4805
            "license": [
4806
                "BSD-3-Clause"
4807
            ],
4808
            "authors": [
4809
                {
4810
                    "name": "Sebastian Bergmann",
4811
                    "email": "[email protected]"
4812
                }
4813
            ],
4814
            "description": "Provides a list of PHP built-in functions that operate on resources",
4815
            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
4816
            "time": "2015-07-28T20:34:47+00:00"
4817
        },
4818
        {
4819
            "name": "sebastian/version",
4820
            "version": "2.0.1",
4821
            "source": {
4822
                "type": "git",
4823
                "url": "https://github.com/sebastianbergmann/version.git",
4824
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
4825
            },
4826
            "dist": {
4827
                "type": "zip",
4828
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
4829
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
4830
                "shasum": ""
4831
            },
4832
            "require": {
4833
                "php": ">=5.6"
4834
            },
4835
            "type": "library",
4836
            "extra": {
4837
                "branch-alias": {
4838
                    "dev-master": "2.0.x-dev"
4839
                }
4840
            },
4841
            "autoload": {
4842
                "classmap": [
4843
                    "src/"
4844
                ]
4845
            },
4846
            "notification-url": "https://packagist.org/downloads/",
4847
            "license": [
4848
                "BSD-3-Clause"
4849
            ],
4850
            "authors": [
4851
                {
4852
                    "name": "Sebastian Bergmann",
4853
                    "email": "[email protected]",
4854
                    "role": "lead"
4855
                }
4856
            ],
4857
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
4858
            "homepage": "https://github.com/sebastianbergmann/version",
4859
            "time": "2016-10-03T07:35:21+00:00"
4860
        },
4861
        {
4862
            "name": "squizlabs/php_codesniffer",
0 ignored issues
show
There is a security advisory for your installed version of squizlabs/php_codesniffer:

Arbitrary shell execution
Loading history...
4863
            "version": "1.5.6",
4864
            "source": {
4865
                "type": "git",
4866
                "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
4867
                "reference": "6f3e42d311b882b25b4d409d23a289f4d3b803d5"
4868
            },
4869
            "dist": {
4870
                "type": "zip",
4871
                "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/6f3e42d311b882b25b4d409d23a289f4d3b803d5",
4872
                "reference": "6f3e42d311b882b25b4d409d23a289f4d3b803d5",
4873
                "shasum": ""
4874
            },
4875
            "require": {
4876
                "ext-tokenizer": "*",
4877
                "php": ">=5.1.2"
4878
            },
4879
            "suggest": {
4880
                "phpunit/php-timer": "dev-master"
4881
            },
4882
            "bin": [
4883
                "scripts/phpcs"
4884
            ],
4885
            "type": "library",
4886
            "extra": {
4887
                "branch-alias": {
4888
                    "dev-phpcs-fixer": "2.0.x-dev"
4889
                }
4890
            },
4891
            "autoload": {
4892
                "classmap": [
4893
                    "CodeSniffer.php",
4894
                    "CodeSniffer/CLI.php",
4895
                    "CodeSniffer/Exception.php",
4896
                    "CodeSniffer/File.php",
4897
                    "CodeSniffer/Report.php",
4898
                    "CodeSniffer/Reporting.php",
4899
                    "CodeSniffer/Sniff.php",
4900
                    "CodeSniffer/Tokens.php",
4901
                    "CodeSniffer/Reports/",
4902
                    "CodeSniffer/CommentParser/",
4903
                    "CodeSniffer/Tokenizers/",
4904
                    "CodeSniffer/DocGenerators/",
4905
                    "CodeSniffer/Standards/AbstractPatternSniff.php",
4906
                    "CodeSniffer/Standards/AbstractScopeSniff.php",
4907
                    "CodeSniffer/Standards/AbstractVariableSniff.php",
4908
                    "CodeSniffer/Standards/IncorrectPatternException.php",
4909
                    "CodeSniffer/Standards/Generic/Sniffs/",
4910
                    "CodeSniffer/Standards/MySource/Sniffs/",
4911
                    "CodeSniffer/Standards/PEAR/Sniffs/",
4912
                    "CodeSniffer/Standards/PSR1/Sniffs/",
4913
                    "CodeSniffer/Standards/PSR2/Sniffs/",
4914
                    "CodeSniffer/Standards/Squiz/Sniffs/",
4915
                    "CodeSniffer/Standards/Zend/Sniffs/"
4916
                ]
4917
            },
4918
            "notification-url": "https://packagist.org/downloads/",
4919
            "license": [
4920
                "BSD-3-Clause"
4921
            ],
4922
            "authors": [
4923
                {
4924
                    "name": "Greg Sherwood",
4925
                    "role": "lead"
4926
                }
4927
            ],
4928
            "description": "PHP_CodeSniffer tokenises PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
4929
            "homepage": "http://www.squizlabs.com/php-codesniffer",
4930
            "keywords": [
4931
                "phpcs",
4932
                "standards"
4933
            ],
4934
            "time": "2014-12-04T22:32:15+00:00"
4935
        },
4936
        {
4937
            "name": "symfony/phpunit-bridge",
4938
            "version": "v3.4.15",
4939
            "source": {
4940
                "type": "git",
4941
                "url": "https://github.com/symfony/phpunit-bridge.git",
4942
                "reference": "f4fde1ede82c7ca2a4f06cf48521a185b26c0fed"
4943
            },
4944
            "dist": {
4945
                "type": "zip",
4946
                "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/f4fde1ede82c7ca2a4f06cf48521a185b26c0fed",
4947
                "reference": "f4fde1ede82c7ca2a4f06cf48521a185b26c0fed",
4948
                "shasum": ""
4949
            },
4950
            "require": {
4951
                "php": ">=5.3.3"
4952
            },
4953
            "conflict": {
4954
                "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
4955
            },
4956
            "suggest": {
4957
                "ext-zip": "Zip support is required when using bin/simple-phpunit",
4958
                "symfony/debug": "For tracking deprecated interfaces usages at runtime with DebugClassLoader"
4959
            },
4960
            "bin": [
4961
                "bin/simple-phpunit"
4962
            ],
4963
            "type": "symfony-bridge",
4964
            "extra": {
4965
                "branch-alias": {
4966
                    "dev-master": "3.4-dev"
4967
                },
4968
                "thanks": {
4969
                    "name": "phpunit/phpunit",
4970
                    "url": "https://github.com/sebastianbergmann/phpunit"
4971
                }
4972
            },
4973
            "autoload": {
4974
                "files": [
4975
                    "bootstrap.php"
4976
                ],
4977
                "psr-4": {
4978
                    "Symfony\\Bridge\\PhpUnit\\": ""
4979
                },
4980
                "exclude-from-classmap": [
4981
                    "/Tests/"
4982
                ]
4983
            },
4984
            "notification-url": "https://packagist.org/downloads/",
4985
            "license": [
4986
                "MIT"
4987
            ],
4988
            "authors": [
4989
                {
4990
                    "name": "Nicolas Grekas",
4991
                    "email": "[email protected]"
4992
                },
4993
                {
4994
                    "name": "Symfony Community",
4995
                    "homepage": "https://symfony.com/contributors"
4996
                }
4997
            ],
4998
            "description": "Symfony PHPUnit Bridge",
4999
            "homepage": "https://symfony.com",
5000
            "time": "2018-08-27T15:17:06+00:00"
5001
        },
5002
        {
5003
            "name": "theseer/fdomdocument",
5004
            "version": "1.6.6",
5005
            "source": {
5006
                "type": "git",
5007
                "url": "https://github.com/theseer/fDOMDocument.git",
5008
                "reference": "6e8203e40a32a9c770bcb62fe37e68b948da6dca"
5009
            },
5010
            "dist": {
5011
                "type": "zip",
5012
                "url": "https://api.github.com/repos/theseer/fDOMDocument/zipball/6e8203e40a32a9c770bcb62fe37e68b948da6dca",
5013
                "reference": "6e8203e40a32a9c770bcb62fe37e68b948da6dca",
5014
                "shasum": ""
5015
            },
5016
            "require": {
5017
                "ext-dom": "*",
5018
                "lib-libxml": "*",
5019
                "php": ">=5.3.3"
5020
            },
5021
            "type": "library",
5022
            "autoload": {
5023
                "classmap": [
5024
                    "src/"
5025
                ]
5026
            },
5027
            "notification-url": "https://packagist.org/downloads/",
5028
            "license": [
5029
                "BSD-3-Clause"
5030
            ],
5031
            "authors": [
5032
                {
5033
                    "name": "Arne Blankerts",
5034
                    "email": "[email protected]",
5035
                    "role": "lead"
5036
                }
5037
            ],
5038
            "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.",
5039
            "homepage": "https://github.com/theseer/fDOMDocument",
5040
            "time": "2017-06-30T11:53:12+00:00"
5041
        }
5042
    ],
5043
    "aliases": [],
5044
    "minimum-stability": "stable",
5045
    "stability-flags": {
5046
        "surfnet/stepup-u2f-bundle": 20
5047
    },
5048
    "prefer-stable": false,
5049
    "prefer-lowest": false,
5050
    "platform": {
5051
        "php": "~5.6|~7.0"
5052
    },
5053
    "platform-dev": []
5054
}
5055