Completed
Push — master ( a60584...244143 )
by Michiel
03:36 queued 01:32
created

composer.lock (1 issue)

Severity

Upgrade to new PHP Analysis Engine

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

1
{
2
    "_readme": [
3
        "This file locks the dependencies of your project to a known state",
4
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
5
        "This file is @generated automatically"
6
    ],
7
    "content-hash": "ae8e40f45a1d3152a3c54f4ac9c29060",
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": "ee/dataexporter-bundle",
465
            "version": "dev-feature/syfony-3-and-4-support",
466
            "target-dir": "EE/DataExporterBundle",
467
            "source": {
468
                "type": "git",
469
                "url": "https://github.com/MKodde/DataExporter.git",
470
                "reference": "d58c4f92a39decd0a7ff5280d56653dfce45ca44"
471
            },
472
            "dist": {
473
                "type": "zip",
474
                "url": "https://api.github.com/repos/MKodde/DataExporter/zipball/d58c4f92a39decd0a7ff5280d56653dfce45ca44",
475
                "reference": "d58c4f92a39decd0a7ff5280d56653dfce45ca44",
476
                "shasum": ""
477
            },
478
            "require": {
479
                "php": ">=5.3.3",
480
                "symfony/framework-bundle": ">=2.1,<5",
481
                "symfony/http-foundation": ">=2.1,<5",
482
                "symfony/property-access": ">=2.1,<5"
483
            },
484
            "require-dev": {
485
                "symfony/yaml": "~2.1"
486
            },
487
            "type": "symfony-bundle",
488
            "autoload": {
489
                "psr-0": {
490
                    "EE\\DataExporterBundle": ""
491
                }
492
            },
493
            "license": [
494
                "MIT"
495
            ],
496
            "authors": [
497
                {
498
                    "name": "Piotr Antosik",
499
                    "email": "[email protected]",
500
                    "homepage": "http://piotrantosik.com",
501
                    "role": "Developer"
502
                }
503
            ],
504
            "description": "Easy export data to CSV, XML, HTML, JSON or XLS",
505
            "homepage": "http://laboratorium.ee",
506
            "keywords": [
507
                "csv",
508
                "exporter",
509
                "json",
510
                "xls",
511
                "xml"
512
            ],
513
            "support": {
514
                "source": "https://github.com/MKodde/DataExporter/tree/feature/syfony-3-and-4-support"
515
            },
516
            "time": "2018-08-24T09:47:03+00:00"
517
        },
518
        {
519
            "name": "fig/link-util",
520
            "version": "1.0.0",
521
            "source": {
522
                "type": "git",
523
                "url": "https://github.com/php-fig/link-util.git",
524
                "reference": "1a07821801a148be4add11ab0603e4af55a72fac"
525
            },
526
            "dist": {
527
                "type": "zip",
528
                "url": "https://api.github.com/repos/php-fig/link-util/zipball/1a07821801a148be4add11ab0603e4af55a72fac",
529
                "reference": "1a07821801a148be4add11ab0603e4af55a72fac",
530
                "shasum": ""
531
            },
532
            "require": {
533
                "php": ">=5.5.0",
534
                "psr/link": "~1.0@dev"
535
            },
536
            "require-dev": {
537
                "phpunit/phpunit": "^5.1",
538
                "squizlabs/php_codesniffer": "^2.3.1"
539
            },
540
            "type": "library",
541
            "extra": {
542
                "branch-alias": {
543
                    "dev-master": "1.0.x-dev"
544
                }
545
            },
546
            "autoload": {
547
                "psr-4": {
548
                    "Fig\\Link\\": "src/"
549
                }
550
            },
551
            "notification-url": "https://packagist.org/downloads/",
552
            "license": [
553
                "MIT"
554
            ],
555
            "authors": [
556
                {
557
                    "name": "PHP-FIG",
558
                    "homepage": "http://www.php-fig.org/"
559
                }
560
            ],
561
            "description": "Common utility implementations for HTTP links",
562
            "keywords": [
563
                "http",
564
                "http-link",
565
                "link",
566
                "psr",
567
                "psr-13",
568
                "rest"
569
            ],
570
            "time": "2016-10-17T18:31:11+00:00"
571
        },
572
        {
573
            "name": "fortawesome/font-awesome",
574
            "version": "v4.2.0",
575
            "source": {
576
                "type": "git",
577
                "url": "https://github.com/FortAwesome/Font-Awesome.git",
578
                "reference": "a65bd93d81e9e6bd5ebfa41757a4474960b973b4"
579
            },
580
            "dist": {
581
                "type": "zip",
582
                "url": "https://api.github.com/repos/FortAwesome/Font-Awesome/zipball/a65bd93d81e9e6bd5ebfa41757a4474960b973b4",
583
                "reference": "a65bd93d81e9e6bd5ebfa41757a4474960b973b4",
584
                "shasum": ""
585
            },
586
            "require-dev": {
587
                "jekyll": "1.0.2",
588
                "lessc": "1.4.2"
589
            },
590
            "type": "library",
591
            "extra": {
592
                "branch-alias": {
593
                    "dev-master": "4.0.x-dev"
594
                }
595
            },
596
            "notification-url": "https://packagist.org/downloads/",
597
            "license": [
598
                "OFL-1.1",
599
                "MIT"
600
            ],
601
            "authors": [
602
                {
603
                    "name": "Dave Gandy",
604
                    "email": "[email protected]",
605
                    "homepage": "http://twitter.com/davegandy",
606
                    "role": "Developer"
607
                }
608
            ],
609
            "description": "The iconic font and CSS framework",
610
            "homepage": "http://fontawesome.io/",
611
            "keywords": [
612
                "FontAwesome",
613
                "awesome",
614
                "bootstrap",
615
                "font",
616
                "icon"
617
            ],
618
            "time": "2014-08-26T16:36:44+00:00"
619
        },
620
        {
621
            "name": "guzzlehttp/guzzle",
622
            "version": "6.3.3",
623
            "source": {
624
                "type": "git",
625
                "url": "https://github.com/guzzle/guzzle.git",
626
                "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba"
627
            },
628
            "dist": {
629
                "type": "zip",
630
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/407b0cb880ace85c9b63c5f9551db498cb2d50ba",
631
                "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba",
632
                "shasum": ""
633
            },
634
            "require": {
635
                "guzzlehttp/promises": "^1.0",
636
                "guzzlehttp/psr7": "^1.4",
637
                "php": ">=5.5"
638
            },
639
            "require-dev": {
640
                "ext-curl": "*",
641
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
642
                "psr/log": "^1.0"
643
            },
644
            "suggest": {
645
                "psr/log": "Required for using the Log middleware"
646
            },
647
            "type": "library",
648
            "extra": {
649
                "branch-alias": {
650
                    "dev-master": "6.3-dev"
651
                }
652
            },
653
            "autoload": {
654
                "files": [
655
                    "src/functions_include.php"
656
                ],
657
                "psr-4": {
658
                    "GuzzleHttp\\": "src/"
659
                }
660
            },
661
            "notification-url": "https://packagist.org/downloads/",
662
            "license": [
663
                "MIT"
664
            ],
665
            "authors": [
666
                {
667
                    "name": "Michael Dowling",
668
                    "email": "[email protected]",
669
                    "homepage": "https://github.com/mtdowling"
670
                }
671
            ],
672
            "description": "Guzzle is a PHP HTTP client library",
673
            "homepage": "http://guzzlephp.org/",
674
            "keywords": [
675
                "client",
676
                "curl",
677
                "framework",
678
                "http",
679
                "http client",
680
                "rest",
681
                "web service"
682
            ],
683
            "time": "2018-04-22T15:46:56+00:00"
684
        },
685
        {
686
            "name": "guzzlehttp/promises",
687
            "version": "v1.3.1",
688
            "source": {
689
                "type": "git",
690
                "url": "https://github.com/guzzle/promises.git",
691
                "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
692
            },
693
            "dist": {
694
                "type": "zip",
695
                "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
696
                "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
697
                "shasum": ""
698
            },
699
            "require": {
700
                "php": ">=5.5.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\\Promise\\": "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
            "description": "Guzzle promises library",
731
            "keywords": [
732
                "promise"
733
            ],
734
            "time": "2016-12-20T10:07:11+00:00"
735
        },
736
        {
737
            "name": "guzzlehttp/psr7",
738
            "version": "1.4.2",
739
            "source": {
740
                "type": "git",
741
                "url": "https://github.com/guzzle/psr7.git",
742
                "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c"
743
            },
744
            "dist": {
745
                "type": "zip",
746
                "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
747
                "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
748
                "shasum": ""
749
            },
750
            "require": {
751
                "php": ">=5.4.0",
752
                "psr/http-message": "~1.0"
753
            },
754
            "provide": {
755
                "psr/http-message-implementation": "1.0"
756
            },
757
            "require-dev": {
758
                "phpunit/phpunit": "~4.0"
759
            },
760
            "type": "library",
761
            "extra": {
762
                "branch-alias": {
763
                    "dev-master": "1.4-dev"
764
                }
765
            },
766
            "autoload": {
767
                "psr-4": {
768
                    "GuzzleHttp\\Psr7\\": "src/"
769
                },
770
                "files": [
771
                    "src/functions_include.php"
772
                ]
773
            },
774
            "notification-url": "https://packagist.org/downloads/",
775
            "license": [
776
                "MIT"
777
            ],
778
            "authors": [
779
                {
780
                    "name": "Michael Dowling",
781
                    "email": "[email protected]",
782
                    "homepage": "https://github.com/mtdowling"
783
                },
784
                {
785
                    "name": "Tobias Schultze",
786
                    "homepage": "https://github.com/Tobion"
787
                }
788
            ],
789
            "description": "PSR-7 message implementation that also provides common utility methods",
790
            "keywords": [
791
                "http",
792
                "message",
793
                "request",
794
                "response",
795
                "stream",
796
                "uri",
797
                "url"
798
            ],
799
            "time": "2017-03-20T17:10:46+00:00"
800
        },
801
        {
802
            "name": "incenteev/composer-parameter-handler",
803
            "version": "v2.1.3",
804
            "source": {
805
                "type": "git",
806
                "url": "https://github.com/Incenteev/ParameterHandler.git",
807
                "reference": "933c45a34814f27f2345c11c37d46b3ca7303550"
808
            },
809
            "dist": {
810
                "type": "zip",
811
                "url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/933c45a34814f27f2345c11c37d46b3ca7303550",
812
                "reference": "933c45a34814f27f2345c11c37d46b3ca7303550",
813
                "shasum": ""
814
            },
815
            "require": {
816
                "php": ">=5.3.3",
817
                "symfony/yaml": "^2.3 || ^3.0 || ^4.0"
818
            },
819
            "require-dev": {
820
                "composer/composer": "^1.0@dev",
821
                "symfony/filesystem": "^2.3 || ^3 || ^4",
822
                "symfony/phpunit-bridge": "^4.0"
823
            },
824
            "type": "library",
825
            "extra": {
826
                "branch-alias": {
827
                    "dev-master": "2.1.x-dev"
828
                }
829
            },
830
            "autoload": {
831
                "psr-4": {
832
                    "Incenteev\\ParameterHandler\\": ""
833
                }
834
            },
835
            "notification-url": "https://packagist.org/downloads/",
836
            "license": [
837
                "MIT"
838
            ],
839
            "authors": [
840
                {
841
                    "name": "Christophe Coevoet",
842
                    "email": "[email protected]"
843
                }
844
            ],
845
            "description": "Composer script handling your ignored parameter file",
846
            "homepage": "https://github.com/Incenteev/ParameterHandler",
847
            "keywords": [
848
                "parameters management"
849
            ],
850
            "time": "2018-02-13T18:05:56+00:00"
851
        },
852
        {
853
            "name": "jms/translation-bundle",
854
            "version": "1.3.2",
855
            "target-dir": "JMS/TranslationBundle",
856
            "source": {
857
                "type": "git",
858
                "url": "https://github.com/schmittjoh/JMSTranslationBundle.git",
859
                "reference": "08b8db92aa376b8e50ce4e779e849916abffd805"
860
            },
861
            "dist": {
862
                "type": "zip",
863
                "url": "https://api.github.com/repos/schmittjoh/JMSTranslationBundle/zipball/08b8db92aa376b8e50ce4e779e849916abffd805",
864
                "reference": "08b8db92aa376b8e50ce4e779e849916abffd805",
865
                "shasum": ""
866
            },
867
            "require": {
868
                "nikic/php-parser": "^1.4 || ^2.0 || ^3.0",
869
                "php": "^5.3.3 || ^7.0",
870
                "symfony/console": "^2.3 || ^3.0",
871
                "symfony/framework-bundle": "^2.3 || ^3.0",
872
                "twig/twig": "^1.27 || ^2.0"
873
            },
874
            "require-dev": {
875
                "jms/di-extra-bundle": "^1.1",
876
                "matthiasnoback/symfony-dependency-injection-test": "^0.7.6",
877
                "nyholm/nsa": "^1.0.1",
878
                "phpunit/phpunit": "4.8.27",
879
                "psr/log": "^1.0",
880
                "sensio/framework-extra-bundle": "^2.3 || ^3.0",
881
                "symfony/expression-language": "^2.6 || ^3.0",
882
                "symfony/symfony": "^2.3 || ^3.0"
883
            },
884
            "type": "symfony-bundle",
885
            "extra": {
886
                "branch-alias": {
887
                    "dev-master": "1.4-dev"
888
                }
889
            },
890
            "autoload": {
891
                "psr-0": {
892
                    "JMS\\TranslationBundle": ""
893
                }
894
            },
895
            "notification-url": "https://packagist.org/downloads/",
896
            "license": [
897
                "Apache2"
898
            ],
899
            "authors": [
900
                {
901
                    "name": "Johannes M. Schmitt",
902
                    "email": "[email protected]"
903
                }
904
            ],
905
            "description": "Puts the Symfony Translation Component on steroids",
906
            "homepage": "http://jmsyst.com/bundles/JMSTranslationBundle",
907
            "keywords": [
908
                "extract",
909
                "extraction",
910
                "i18n",
911
                "interface",
912
                "multilanguage",
913
                "translation",
914
                "ui",
915
                "webinterface"
916
            ],
917
            "time": "2017-04-20T19:44:02+00:00"
918
        },
919
        {
920
            "name": "knplabs/knp-components",
921
            "version": "v1.3.9",
922
            "source": {
923
                "type": "git",
924
                "url": "https://github.com/KnpLabs/knp-components.git",
925
                "reference": "f0f830361ff0ee83ea5c5ffe49b429d2b0ff4266"
926
            },
927
            "dist": {
928
                "type": "zip",
929
                "url": "https://api.github.com/repos/KnpLabs/knp-components/zipball/f0f830361ff0ee83ea5c5ffe49b429d2b0ff4266",
930
                "reference": "f0f830361ff0ee83ea5c5ffe49b429d2b0ff4266",
931
                "shasum": ""
932
            },
933
            "require": {
934
                "php": ">=5.3.2"
935
            },
936
            "require-dev": {
937
                "doctrine/mongodb-odm": "~1.0@beta",
938
                "doctrine/orm": "~2.4",
939
                "doctrine/phpcr-odm": "~1.2",
940
                "jackalope/jackalope-doctrine-dbal": "~1.2",
941
                "phpunit/phpunit": "~4.2",
942
                "ruflin/elastica": "~1.0",
943
                "symfony/event-dispatcher": "~2.5",
944
                "symfony/property-access": ">=2.3"
945
            },
946
            "suggest": {
947
                "symfony/property-access": "To allow sorting arrays"
948
            },
949
            "type": "library",
950
            "extra": {
951
                "branch-alias": {
952
                    "dev-master": "1.3.x-dev"
953
                }
954
            },
955
            "autoload": {
956
                "psr-0": {
957
                    "Knp\\Component": "src"
958
                }
959
            },
960
            "notification-url": "https://packagist.org/downloads/",
961
            "license": [
962
                "MIT"
963
            ],
964
            "authors": [
965
                {
966
                    "name": "KnpLabs Team",
967
                    "homepage": "http://knplabs.com"
968
                },
969
                {
970
                    "name": "Symfony Community",
971
                    "homepage": "http://github.com/KnpLabs/knp-components/contributors"
972
                }
973
            ],
974
            "description": "Knplabs component library",
975
            "homepage": "http://github.com/KnpLabs/knp-components",
976
            "keywords": [
977
                "components",
978
                "knp",
979
                "knplabs",
980
                "pager",
981
                "paginator"
982
            ],
983
            "time": "2018-08-03T08:37:27+00:00"
984
        },
985
        {
986
            "name": "knplabs/knp-paginator-bundle",
987
            "version": "v2.8.0",
988
            "source": {
989
                "type": "git",
990
                "url": "https://github.com/KnpLabs/KnpPaginatorBundle.git",
991
                "reference": "f4ece5b347121b9fe13166264f197f90252d4bd2"
992
            },
993
            "dist": {
994
                "type": "zip",
995
                "url": "https://api.github.com/repos/KnpLabs/KnpPaginatorBundle/zipball/f4ece5b347121b9fe13166264f197f90252d4bd2",
996
                "reference": "f4ece5b347121b9fe13166264f197f90252d4bd2",
997
                "shasum": ""
998
            },
999
            "require": {
1000
                "knplabs/knp-components": "~1.2",
1001
                "php": ">=5.3.3",
1002
                "symfony/framework-bundle": "~2.7|~3.0|~4.0",
1003
                "twig/twig": "~1.12|~2"
1004
            },
1005
            "require-dev": {
1006
                "phpunit/phpunit": "~4.8.35|~5.4.3|~6.4",
1007
                "symfony/expression-language": "~2.7|~3.0|~4.0"
1008
            },
1009
            "type": "symfony-bundle",
1010
            "extra": {
1011
                "branch-alias": {
1012
                    "dev-master": "2.8.x-dev"
1013
                }
1014
            },
1015
            "autoload": {
1016
                "psr-4": {
1017
                    "Knp\\Bundle\\PaginatorBundle\\": ""
1018
                }
1019
            },
1020
            "notification-url": "https://packagist.org/downloads/",
1021
            "license": [
1022
                "MIT"
1023
            ],
1024
            "authors": [
1025
                {
1026
                    "name": "KnpLabs Team",
1027
                    "homepage": "http://knplabs.com"
1028
                },
1029
                {
1030
                    "name": "Symfony Community",
1031
                    "homepage": "http://github.com/KnpLabs/KnpPaginatorBundle/contributors"
1032
                }
1033
            ],
1034
            "description": "Paginator bundle for Symfony to automate pagination and simplify sorting and other features",
1035
            "homepage": "http://github.com/KnpLabs/KnpPaginatorBundle",
1036
            "keywords": [
1037
                "bundle",
1038
                "knp",
1039
                "knplabs",
1040
                "pager",
1041
                "pagination",
1042
                "paginator",
1043
                "symfony"
1044
            ],
1045
            "time": "2018-05-16T12:15:58+00:00"
1046
        },
1047
        {
1048
            "name": "kriswallsmith/assetic",
1049
            "version": "v1.4.0",
1050
            "source": {
1051
                "type": "git",
1052
                "url": "https://github.com/kriswallsmith/assetic.git",
1053
                "reference": "e911c437dbdf006a8f62c2f59b15b2d69a5e0aa1"
1054
            },
1055
            "dist": {
1056
                "type": "zip",
1057
                "url": "https://api.github.com/repos/kriswallsmith/assetic/zipball/e911c437dbdf006a8f62c2f59b15b2d69a5e0aa1",
1058
                "reference": "e911c437dbdf006a8f62c2f59b15b2d69a5e0aa1",
1059
                "shasum": ""
1060
            },
1061
            "require": {
1062
                "php": ">=5.3.1",
1063
                "symfony/process": "~2.1|~3.0"
1064
            },
1065
            "conflict": {
1066
                "twig/twig": "<1.27"
1067
            },
1068
            "require-dev": {
1069
                "leafo/lessphp": "^0.3.7",
1070
                "leafo/scssphp": "~0.1",
1071
                "meenie/javascript-packer": "^1.1",
1072
                "mrclay/minify": "<2.3",
1073
                "natxet/cssmin": "3.0.4",
1074
                "patchwork/jsqueeze": "~1.0|~2.0",
1075
                "phpunit/phpunit": "~4.8 || ^5.6",
1076
                "psr/log": "~1.0",
1077
                "ptachoire/cssembed": "~1.0",
1078
                "symfony/phpunit-bridge": "~2.7|~3.0",
1079
                "twig/twig": "~1.23|~2.0",
1080
                "yfix/packager": "dev-master"
1081
            },
1082
            "suggest": {
1083
                "leafo/lessphp": "Assetic provides the integration with the lessphp LESS compiler",
1084
                "leafo/scssphp": "Assetic provides the integration with the scssphp SCSS compiler",
1085
                "leafo/scssphp-compass": "Assetic provides the integration with the SCSS compass plugin",
1086
                "patchwork/jsqueeze": "Assetic provides the integration with the JSqueeze JavaScript compressor",
1087
                "ptachoire/cssembed": "Assetic provides the integration with phpcssembed to embed data uris",
1088
                "twig/twig": "Assetic provides the integration with the Twig templating engine"
1089
            },
1090
            "type": "library",
1091
            "extra": {
1092
                "branch-alias": {
1093
                    "dev-master": "1.4-dev"
1094
                }
1095
            },
1096
            "autoload": {
1097
                "psr-0": {
1098
                    "Assetic": "src/"
1099
                },
1100
                "files": [
1101
                    "src/functions.php"
1102
                ]
1103
            },
1104
            "notification-url": "https://packagist.org/downloads/",
1105
            "license": [
1106
                "MIT"
1107
            ],
1108
            "authors": [
1109
                {
1110
                    "name": "Kris Wallsmith",
1111
                    "email": "[email protected]",
1112
                    "homepage": "http://kriswallsmith.net/"
1113
                }
1114
            ],
1115
            "description": "Asset Management for PHP",
1116
            "homepage": "https://github.com/kriswallsmith/assetic",
1117
            "keywords": [
1118
                "assets",
1119
                "compression",
1120
                "minification"
1121
            ],
1122
            "time": "2016-11-11T18:43:20+00:00"
1123
        },
1124
        {
1125
            "name": "monolog/monolog",
1126
            "version": "1.23.0",
1127
            "source": {
1128
                "type": "git",
1129
                "url": "https://github.com/Seldaek/monolog.git",
1130
                "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4"
1131
            },
1132
            "dist": {
1133
                "type": "zip",
1134
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
1135
                "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
1136
                "shasum": ""
1137
            },
1138
            "require": {
1139
                "php": ">=5.3.0",
1140
                "psr/log": "~1.0"
1141
            },
1142
            "provide": {
1143
                "psr/log-implementation": "1.0.0"
1144
            },
1145
            "require-dev": {
1146
                "aws/aws-sdk-php": "^2.4.9 || ^3.0",
1147
                "doctrine/couchdb": "~1.0@dev",
1148
                "graylog2/gelf-php": "~1.0",
1149
                "jakub-onderka/php-parallel-lint": "0.9",
1150
                "php-amqplib/php-amqplib": "~2.4",
1151
                "php-console/php-console": "^3.1.3",
1152
                "phpunit/phpunit": "~4.5",
1153
                "phpunit/phpunit-mock-objects": "2.3.0",
1154
                "ruflin/elastica": ">=0.90 <3.0",
1155
                "sentry/sentry": "^0.13",
1156
                "swiftmailer/swiftmailer": "^5.3|^6.0"
1157
            },
1158
            "suggest": {
1159
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
1160
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
1161
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
1162
                "ext-mongo": "Allow sending log messages to a MongoDB server",
1163
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
1164
                "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
1165
                "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
1166
                "php-console/php-console": "Allow sending log messages to Google Chrome",
1167
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
1168
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
1169
                "sentry/sentry": "Allow sending log messages to a Sentry server"
1170
            },
1171
            "type": "library",
1172
            "extra": {
1173
                "branch-alias": {
1174
                    "dev-master": "2.0.x-dev"
1175
                }
1176
            },
1177
            "autoload": {
1178
                "psr-4": {
1179
                    "Monolog\\": "src/Monolog"
1180
                }
1181
            },
1182
            "notification-url": "https://packagist.org/downloads/",
1183
            "license": [
1184
                "MIT"
1185
            ],
1186
            "authors": [
1187
                {
1188
                    "name": "Jordi Boggiano",
1189
                    "email": "[email protected]",
1190
                    "homepage": "http://seld.be"
1191
                }
1192
            ],
1193
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
1194
            "homepage": "http://github.com/Seldaek/monolog",
1195
            "keywords": [
1196
                "log",
1197
                "logging",
1198
                "psr-3"
1199
            ],
1200
            "time": "2017-06-19T01:22:40+00:00"
1201
        },
1202
        {
1203
            "name": "moontoast/math",
1204
            "version": "1.1.2",
1205
            "source": {
1206
                "type": "git",
1207
                "url": "https://github.com/ramsey/moontoast-math.git",
1208
                "reference": "c2792a25df5cad4ff3d760dd37078fc5b6fccc79"
1209
            },
1210
            "dist": {
1211
                "type": "zip",
1212
                "url": "https://api.github.com/repos/ramsey/moontoast-math/zipball/c2792a25df5cad4ff3d760dd37078fc5b6fccc79",
1213
                "reference": "c2792a25df5cad4ff3d760dd37078fc5b6fccc79",
1214
                "shasum": ""
1215
            },
1216
            "require": {
1217
                "ext-bcmath": "*",
1218
                "php": ">=5.3.3"
1219
            },
1220
            "require-dev": {
1221
                "jakub-onderka/php-parallel-lint": "^0.9.0",
1222
                "phpunit/phpunit": "^4.7|>=5.0 <5.4",
1223
                "satooshi/php-coveralls": "^0.6.1",
1224
                "squizlabs/php_codesniffer": "^2.3"
1225
            },
1226
            "type": "library",
1227
            "autoload": {
1228
                "psr-4": {
1229
                    "Moontoast\\Math\\": "src/Moontoast/Math/"
1230
                }
1231
            },
1232
            "notification-url": "https://packagist.org/downloads/",
1233
            "license": [
1234
                "Apache-2.0"
1235
            ],
1236
            "authors": [
1237
                {
1238
                    "name": "Ben Ramsey",
1239
                    "email": "[email protected]",
1240
                    "homepage": "https://benramsey.com"
1241
                }
1242
            ],
1243
            "description": "A mathematics library, providing functionality for large numbers",
1244
            "homepage": "https://github.com/ramsey/moontoast-math",
1245
            "keywords": [
1246
                "bcmath",
1247
                "math"
1248
            ],
1249
            "time": "2017-02-16T16:54:46+00:00"
1250
        },
1251
        {
1252
            "name": "mopa/bootstrap-bundle",
1253
            "version": "v3.2.2",
1254
            "target-dir": "Mopa/Bundle/BootstrapBundle",
1255
            "source": {
1256
                "type": "git",
1257
                "url": "https://github.com/phiamo/MopaBootstrapBundle.git",
1258
                "reference": "d30a6d807c582c606d8fc138dba6584dea559849"
1259
            },
1260
            "dist": {
1261
                "type": "zip",
1262
                "url": "https://api.github.com/repos/phiamo/MopaBootstrapBundle/zipball/d30a6d807c582c606d8fc138dba6584dea559849",
1263
                "reference": "d30a6d807c582c606d8fc138dba6584dea559849",
1264
                "shasum": ""
1265
            },
1266
            "require": {
1267
                "mopa/composer-bridge": "~1.3",
1268
                "symfony/console": "~2.3|~3.0|^4.0",
1269
                "symfony/form": "~2.3|~3.0|^4.0",
1270
                "symfony/framework-bundle": "~2.3|~3.0|^4.0",
1271
                "symfony/twig-bundle": "~2.3|~3.0|^4.0",
1272
                "twig/twig": "^1.14.2|^2.0"
1273
            },
1274
            "conflict": {
1275
                "symfony/twig-bridge": "<2.3"
1276
            },
1277
            "require-dev": {
1278
                "phpunit/phpunit": "~6.0",
1279
                "symfony/security-bundle": "~2.3|~3.0|^4.0",
1280
                "symfony/translation": "~2.3|~3.0|^4.0"
1281
            },
1282
            "suggest": {
1283
                "craue/formflow-bundle": "~2.0",
1284
                "knplabs/knp-menu-bundle": "~2.0@dev",
1285
                "knplabs/knp-paginator-bundle": "~2.3",
1286
                "mopa/bootstrap-sandbox-bundle": "~2.3",
1287
                "twbs/bootstrap": ">2.0,<4.0-dev",
1288
                "twbs/bootstrap-sass": "v3.1.1"
1289
            },
1290
            "type": "symfony-bundle",
1291
            "extra": {
1292
                "branch-alias": {
1293
                    "dev-master": "3.x-dev"
1294
                }
1295
            },
1296
            "autoload": {
1297
                "psr-0": {
1298
                    "Mopa\\Bundle\\BootstrapBundle\\": ""
1299
                }
1300
            },
1301
            "notification-url": "https://packagist.org/downloads/",
1302
            "license": [
1303
                "MIT"
1304
            ],
1305
            "authors": [
1306
                {
1307
                    "name": "Community contributions",
1308
                    "homepage": "https://github.com/phiamo/MopaBootstrapBundle/contributors"
1309
                },
1310
                {
1311
                    "name": "Philipp A. Mohrenweiser",
1312
                    "email": "[email protected]"
1313
                }
1314
            ],
1315
            "description": "Easy integration of twitters bootstrap into symfony2",
1316
            "keywords": [
1317
                "bootstrap",
1318
                "bootstrap form",
1319
                "extra form",
1320
                "form",
1321
                "template"
1322
            ],
1323
            "time": "2017-12-23T16:45:33+00:00"
1324
        },
1325
        {
1326
            "name": "mopa/composer-bridge",
1327
            "version": "v1.5.0",
1328
            "source": {
1329
                "type": "git",
1330
                "url": "https://github.com/phiamo/MopaComposerBridge.git",
1331
                "reference": "58661a5c588ce9c3eff7d36c4030f6caa4de1ae2"
1332
            },
1333
            "dist": {
1334
                "type": "zip",
1335
                "url": "https://api.github.com/repos/phiamo/MopaComposerBridge/zipball/58661a5c588ce9c3eff7d36c4030f6caa4de1ae2",
1336
                "reference": "58661a5c588ce9c3eff7d36c4030f6caa4de1ae2",
1337
                "shasum": ""
1338
            },
1339
            "require": {
1340
                "symfony/class-loader": ">=2.0.0",
1341
                "symfony/console": ">=2.0.0"
1342
            },
1343
            "type": "symfony-bridge",
1344
            "extra": {
1345
                "branch-alias": {
1346
                    "dev-master": "1.3.x-dev"
1347
                }
1348
            },
1349
            "autoload": {
1350
                "psr-0": {
1351
                    "Mopa\\Bridge\\Composer": "src/"
1352
                }
1353
            },
1354
            "notification-url": "https://packagist.org/downloads/",
1355
            "license": [
1356
                "MIT"
1357
            ],
1358
            "authors": [
1359
                {
1360
                    "name": "Community contributions",
1361
                    "homepage": "https://github.com/phiamo/MopaComposerBridge/contributors"
1362
                },
1363
                {
1364
                    "name": "Philipp A. Mohrenweiser",
1365
                    "email": "[email protected]"
1366
                }
1367
            ],
1368
            "description": "Symfony2 Composer Bridge",
1369
            "homepage": "http://bootstrap.mohrenweiserpartner.de",
1370
            "keywords": [
1371
                "Symfony2",
1372
                "composer"
1373
            ],
1374
            "time": "2015-10-01T19:20:19+00:00"
1375
        },
1376
        {
1377
            "name": "nelmio/security-bundle",
1378
            "version": "1.10.0",
1379
            "source": {
1380
                "type": "git",
1381
                "url": "https://github.com/nelmio/NelmioSecurityBundle.git",
1382
                "reference": "4be243f1fc85ff85f10aadcf88c8c11ba2096cd9"
1383
            },
1384
            "dist": {
1385
                "type": "zip",
1386
                "url": "https://api.github.com/repos/nelmio/NelmioSecurityBundle/zipball/4be243f1fc85ff85f10aadcf88c8c11ba2096cd9",
1387
                "reference": "4be243f1fc85ff85f10aadcf88c8c11ba2096cd9",
1388
                "shasum": ""
1389
            },
1390
            "require": {
1391
                "symfony/framework-bundle": "~2.3|~3.0",
1392
                "symfony/security": "~2.3|~3.0"
1393
            },
1394
            "require-dev": {
1395
                "phpunit/phpunit": "^5.2"
1396
            },
1397
            "type": "symfony-bundle",
1398
            "extra": {
1399
                "branch-alias": {
1400
                    "dev-master": "1.10.x-dev"
1401
                }
1402
            },
1403
            "autoload": {
1404
                "psr-4": {
1405
                    "Nelmio\\SecurityBundle\\": ""
1406
                }
1407
            },
1408
            "notification-url": "https://packagist.org/downloads/",
1409
            "license": [
1410
                "MIT"
1411
            ],
1412
            "authors": [
1413
                {
1414
                    "name": "Nelmio",
1415
                    "homepage": "http://nelm.io"
1416
                },
1417
                {
1418
                    "name": "Symfony Community",
1419
                    "homepage": "https://github.com/nelmio/NelmioSecurityBundle/contributors"
1420
                }
1421
            ],
1422
            "description": "Extra security-related features for Symfony: signed/encrypted cookies, HTTPS/SSL/HSTS handling, cookie session storage, ...",
1423
            "keywords": [
1424
                "security"
1425
            ],
1426
            "time": "2016-02-23T10:42:13+00:00"
1427
        },
1428
        {
1429
            "name": "nikic/php-parser",
1430
            "version": "v3.1.5",
1431
            "source": {
1432
                "type": "git",
1433
                "url": "https://github.com/nikic/PHP-Parser.git",
1434
                "reference": "bb87e28e7d7b8d9a7fda231d37457c9210faf6ce"
1435
            },
1436
            "dist": {
1437
                "type": "zip",
1438
                "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/bb87e28e7d7b8d9a7fda231d37457c9210faf6ce",
1439
                "reference": "bb87e28e7d7b8d9a7fda231d37457c9210faf6ce",
1440
                "shasum": ""
1441
            },
1442
            "require": {
1443
                "ext-tokenizer": "*",
1444
                "php": ">=5.5"
1445
            },
1446
            "require-dev": {
1447
                "phpunit/phpunit": "~4.0|~5.0"
1448
            },
1449
            "bin": [
1450
                "bin/php-parse"
1451
            ],
1452
            "type": "library",
1453
            "extra": {
1454
                "branch-alias": {
1455
                    "dev-master": "3.0-dev"
1456
                }
1457
            },
1458
            "autoload": {
1459
                "psr-4": {
1460
                    "PhpParser\\": "lib/PhpParser"
1461
                }
1462
            },
1463
            "notification-url": "https://packagist.org/downloads/",
1464
            "license": [
1465
                "BSD-3-Clause"
1466
            ],
1467
            "authors": [
1468
                {
1469
                    "name": "Nikita Popov"
1470
                }
1471
            ],
1472
            "description": "A PHP parser written in PHP",
1473
            "keywords": [
1474
                "parser",
1475
                "php"
1476
            ],
1477
            "time": "2018-02-28T20:30:58+00:00"
1478
        },
1479
        {
1480
            "name": "openconext/monitor-bundle",
1481
            "version": "1.0.5",
1482
            "source": {
1483
                "type": "git",
1484
                "url": "https://github.com/OpenConext/Monitor-bundle.git",
1485
                "reference": "0c1fe3abfb68e5c315ccf651fa4a23b98d6ad2e0"
1486
            },
1487
            "dist": {
1488
                "type": "zip",
1489
                "url": "https://api.github.com/repos/OpenConext/Monitor-bundle/zipball/0c1fe3abfb68e5c315ccf651fa4a23b98d6ad2e0",
1490
                "reference": "0c1fe3abfb68e5c315ccf651fa4a23b98d6ad2e0",
1491
                "shasum": ""
1492
            },
1493
            "require": {
1494
                "php": ">=5.4,<8.0-dev",
1495
                "symfony/dependency-injection": ">=2.7,<4",
1496
                "symfony/framework-bundle": ">=2.7,<4",
1497
                "webmozart/assert": "^1.2"
1498
            },
1499
            "require-dev": {
1500
                "jakub-onderka/php-parallel-lint": "^0.9.2",
1501
                "malukenho/docheader": "^0.1.6",
1502
                "matthiasnoback/symfony-config-test": "^2.1",
1503
                "mockery/mockery": "~0.9",
1504
                "phpdocumentor/reflection-docblock": "3.3.*",
1505
                "phpmd/phpmd": "^2.6",
1506
                "phpunit/php-token-stream": "1.4.*",
1507
                "phpunit/phpunit": "^5.7",
1508
                "sebastian/phpcpd": "^3.0",
1509
                "squizlabs/php_codesniffer": "^3.1"
1510
            },
1511
            "type": "symfony-bundle",
1512
            "autoload": {
1513
                "psr-4": {
1514
                    "OpenConext\\MonitorBundle\\": "src"
1515
                }
1516
            },
1517
            "notification-url": "https://packagist.org/downloads/",
1518
            "license": [
1519
                "Apache-2.0"
1520
            ],
1521
            "description": "A Symfony 3 bundle that facilitates health and info endpoints to a Symfony application. The bundle is backwards compatible with Symfony 2 projects.",
1522
            "keywords": [
1523
                "OpenConext",
1524
                "health",
1525
                "monitoring",
1526
                "stepup",
1527
                "surfnet"
1528
            ],
1529
            "time": "2018-09-12T13:38:01+00:00"
1530
        },
1531
        {
1532
            "name": "paragonie/random_compat",
1533
            "version": "v2.0.17",
1534
            "source": {
1535
                "type": "git",
1536
                "url": "https://github.com/paragonie/random_compat.git",
1537
                "reference": "29af24f25bab834fcbb38ad2a69fa93b867e070d"
1538
            },
1539
            "dist": {
1540
                "type": "zip",
1541
                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/29af24f25bab834fcbb38ad2a69fa93b867e070d",
1542
                "reference": "29af24f25bab834fcbb38ad2a69fa93b867e070d",
1543
                "shasum": ""
1544
            },
1545
            "require": {
1546
                "php": ">=5.2.0"
1547
            },
1548
            "require-dev": {
1549
                "phpunit/phpunit": "4.*|5.*"
1550
            },
1551
            "suggest": {
1552
                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
1553
            },
1554
            "type": "library",
1555
            "autoload": {
1556
                "files": [
1557
                    "lib/random.php"
1558
                ]
1559
            },
1560
            "notification-url": "https://packagist.org/downloads/",
1561
            "license": [
1562
                "MIT"
1563
            ],
1564
            "authors": [
1565
                {
1566
                    "name": "Paragon Initiative Enterprises",
1567
                    "email": "[email protected]",
1568
                    "homepage": "https://paragonie.com"
1569
                }
1570
            ],
1571
            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
1572
            "keywords": [
1573
                "csprng",
1574
                "polyfill",
1575
                "pseudorandom",
1576
                "random"
1577
            ],
1578
            "time": "2018-07-04T16:31:37+00:00"
1579
        },
1580
        {
1581
            "name": "psr/cache",
1582
            "version": "1.0.1",
1583
            "source": {
1584
                "type": "git",
1585
                "url": "https://github.com/php-fig/cache.git",
1586
                "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
1587
            },
1588
            "dist": {
1589
                "type": "zip",
1590
                "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
1591
                "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
1592
                "shasum": ""
1593
            },
1594
            "require": {
1595
                "php": ">=5.3.0"
1596
            },
1597
            "type": "library",
1598
            "extra": {
1599
                "branch-alias": {
1600
                    "dev-master": "1.0.x-dev"
1601
                }
1602
            },
1603
            "autoload": {
1604
                "psr-4": {
1605
                    "Psr\\Cache\\": "src/"
1606
                }
1607
            },
1608
            "notification-url": "https://packagist.org/downloads/",
1609
            "license": [
1610
                "MIT"
1611
            ],
1612
            "authors": [
1613
                {
1614
                    "name": "PHP-FIG",
1615
                    "homepage": "http://www.php-fig.org/"
1616
                }
1617
            ],
1618
            "description": "Common interface for caching libraries",
1619
            "keywords": [
1620
                "cache",
1621
                "psr",
1622
                "psr-6"
1623
            ],
1624
            "time": "2016-08-06T20:24:11+00:00"
1625
        },
1626
        {
1627
            "name": "psr/container",
1628
            "version": "1.0.0",
1629
            "source": {
1630
                "type": "git",
1631
                "url": "https://github.com/php-fig/container.git",
1632
                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
1633
            },
1634
            "dist": {
1635
                "type": "zip",
1636
                "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
1637
                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
1638
                "shasum": ""
1639
            },
1640
            "require": {
1641
                "php": ">=5.3.0"
1642
            },
1643
            "type": "library",
1644
            "extra": {
1645
                "branch-alias": {
1646
                    "dev-master": "1.0.x-dev"
1647
                }
1648
            },
1649
            "autoload": {
1650
                "psr-4": {
1651
                    "Psr\\Container\\": "src/"
1652
                }
1653
            },
1654
            "notification-url": "https://packagist.org/downloads/",
1655
            "license": [
1656
                "MIT"
1657
            ],
1658
            "authors": [
1659
                {
1660
                    "name": "PHP-FIG",
1661
                    "homepage": "http://www.php-fig.org/"
1662
                }
1663
            ],
1664
            "description": "Common Container Interface (PHP FIG PSR-11)",
1665
            "homepage": "https://github.com/php-fig/container",
1666
            "keywords": [
1667
                "PSR-11",
1668
                "container",
1669
                "container-interface",
1670
                "container-interop",
1671
                "psr"
1672
            ],
1673
            "time": "2017-02-14T16:28:37+00:00"
1674
        },
1675
        {
1676
            "name": "psr/http-message",
1677
            "version": "1.0.1",
1678
            "source": {
1679
                "type": "git",
1680
                "url": "https://github.com/php-fig/http-message.git",
1681
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
1682
            },
1683
            "dist": {
1684
                "type": "zip",
1685
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
1686
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
1687
                "shasum": ""
1688
            },
1689
            "require": {
1690
                "php": ">=5.3.0"
1691
            },
1692
            "type": "library",
1693
            "extra": {
1694
                "branch-alias": {
1695
                    "dev-master": "1.0.x-dev"
1696
                }
1697
            },
1698
            "autoload": {
1699
                "psr-4": {
1700
                    "Psr\\Http\\Message\\": "src/"
1701
                }
1702
            },
1703
            "notification-url": "https://packagist.org/downloads/",
1704
            "license": [
1705
                "MIT"
1706
            ],
1707
            "authors": [
1708
                {
1709
                    "name": "PHP-FIG",
1710
                    "homepage": "http://www.php-fig.org/"
1711
                }
1712
            ],
1713
            "description": "Common interface for HTTP messages",
1714
            "homepage": "https://github.com/php-fig/http-message",
1715
            "keywords": [
1716
                "http",
1717
                "http-message",
1718
                "psr",
1719
                "psr-7",
1720
                "request",
1721
                "response"
1722
            ],
1723
            "time": "2016-08-06T14:39:51+00:00"
1724
        },
1725
        {
1726
            "name": "psr/link",
1727
            "version": "1.0.0",
1728
            "source": {
1729
                "type": "git",
1730
                "url": "https://github.com/php-fig/link.git",
1731
                "reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562"
1732
            },
1733
            "dist": {
1734
                "type": "zip",
1735
                "url": "https://api.github.com/repos/php-fig/link/zipball/eea8e8662d5cd3ae4517c9b864493f59fca95562",
1736
                "reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562",
1737
                "shasum": ""
1738
            },
1739
            "require": {
1740
                "php": ">=5.3.0"
1741
            },
1742
            "type": "library",
1743
            "extra": {
1744
                "branch-alias": {
1745
                    "dev-master": "1.0.x-dev"
1746
                }
1747
            },
1748
            "autoload": {
1749
                "psr-4": {
1750
                    "Psr\\Link\\": "src/"
1751
                }
1752
            },
1753
            "notification-url": "https://packagist.org/downloads/",
1754
            "license": [
1755
                "MIT"
1756
            ],
1757
            "authors": [
1758
                {
1759
                    "name": "PHP-FIG",
1760
                    "homepage": "http://www.php-fig.org/"
1761
                }
1762
            ],
1763
            "description": "Common interfaces for HTTP links",
1764
            "keywords": [
1765
                "http",
1766
                "http-link",
1767
                "link",
1768
                "psr",
1769
                "psr-13",
1770
                "rest"
1771
            ],
1772
            "time": "2016-10-28T16:06:13+00:00"
1773
        },
1774
        {
1775
            "name": "psr/log",
1776
            "version": "1.0.2",
1777
            "source": {
1778
                "type": "git",
1779
                "url": "https://github.com/php-fig/log.git",
1780
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
1781
            },
1782
            "dist": {
1783
                "type": "zip",
1784
                "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
1785
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
1786
                "shasum": ""
1787
            },
1788
            "require": {
1789
                "php": ">=5.3.0"
1790
            },
1791
            "type": "library",
1792
            "extra": {
1793
                "branch-alias": {
1794
                    "dev-master": "1.0.x-dev"
1795
                }
1796
            },
1797
            "autoload": {
1798
                "psr-4": {
1799
                    "Psr\\Log\\": "Psr/Log/"
1800
                }
1801
            },
1802
            "notification-url": "https://packagist.org/downloads/",
1803
            "license": [
1804
                "MIT"
1805
            ],
1806
            "authors": [
1807
                {
1808
                    "name": "PHP-FIG",
1809
                    "homepage": "http://www.php-fig.org/"
1810
                }
1811
            ],
1812
            "description": "Common interface for logging libraries",
1813
            "homepage": "https://github.com/php-fig/log",
1814
            "keywords": [
1815
                "log",
1816
                "psr",
1817
                "psr-3"
1818
            ],
1819
            "time": "2016-10-10T12:19:37+00:00"
1820
        },
1821
        {
1822
            "name": "psr/simple-cache",
1823
            "version": "1.0.1",
1824
            "source": {
1825
                "type": "git",
1826
                "url": "https://github.com/php-fig/simple-cache.git",
1827
                "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
1828
            },
1829
            "dist": {
1830
                "type": "zip",
1831
                "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
1832
                "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
1833
                "shasum": ""
1834
            },
1835
            "require": {
1836
                "php": ">=5.3.0"
1837
            },
1838
            "type": "library",
1839
            "extra": {
1840
                "branch-alias": {
1841
                    "dev-master": "1.0.x-dev"
1842
                }
1843
            },
1844
            "autoload": {
1845
                "psr-4": {
1846
                    "Psr\\SimpleCache\\": "src/"
1847
                }
1848
            },
1849
            "notification-url": "https://packagist.org/downloads/",
1850
            "license": [
1851
                "MIT"
1852
            ],
1853
            "authors": [
1854
                {
1855
                    "name": "PHP-FIG",
1856
                    "homepage": "http://www.php-fig.org/"
1857
                }
1858
            ],
1859
            "description": "Common interfaces for simple caching",
1860
            "keywords": [
1861
                "cache",
1862
                "caching",
1863
                "psr",
1864
                "psr-16",
1865
                "simple-cache"
1866
            ],
1867
            "time": "2017-10-23T01:57:42+00:00"
1868
        },
1869
        {
1870
            "name": "ramsey/uuid",
1871
            "version": "3.8.0",
1872
            "source": {
1873
                "type": "git",
1874
                "url": "https://github.com/ramsey/uuid.git",
1875
                "reference": "d09ea80159c1929d75b3f9c60504d613aeb4a1e3"
1876
            },
1877
            "dist": {
1878
                "type": "zip",
1879
                "url": "https://api.github.com/repos/ramsey/uuid/zipball/d09ea80159c1929d75b3f9c60504d613aeb4a1e3",
1880
                "reference": "d09ea80159c1929d75b3f9c60504d613aeb4a1e3",
1881
                "shasum": ""
1882
            },
1883
            "require": {
1884
                "paragonie/random_compat": "^1.0|^2.0|9.99.99",
1885
                "php": "^5.4 || ^7.0",
1886
                "symfony/polyfill-ctype": "^1.8"
1887
            },
1888
            "replace": {
1889
                "rhumsaa/uuid": "self.version"
1890
            },
1891
            "require-dev": {
1892
                "codeception/aspect-mock": "^1.0 | ~2.0.0",
1893
                "doctrine/annotations": "~1.2.0",
1894
                "goaop/framework": "1.0.0-alpha.2 | ^1.0 | ~2.1.0",
1895
                "ircmaxell/random-lib": "^1.1",
1896
                "jakub-onderka/php-parallel-lint": "^0.9.0",
1897
                "mockery/mockery": "^0.9.9",
1898
                "moontoast/math": "^1.1",
1899
                "php-mock/php-mock-phpunit": "^0.3|^1.1",
1900
                "phpunit/phpunit": "^4.7|^5.0|^6.5",
1901
                "squizlabs/php_codesniffer": "^2.3"
1902
            },
1903
            "suggest": {
1904
                "ext-ctype": "Provides support for PHP Ctype functions",
1905
                "ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator",
1906
                "ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator",
1907
                "ircmaxell/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
1908
                "moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).",
1909
                "ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid",
1910
                "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
1911
            },
1912
            "type": "library",
1913
            "extra": {
1914
                "branch-alias": {
1915
                    "dev-master": "3.x-dev"
1916
                }
1917
            },
1918
            "autoload": {
1919
                "psr-4": {
1920
                    "Ramsey\\Uuid\\": "src/"
1921
                }
1922
            },
1923
            "notification-url": "https://packagist.org/downloads/",
1924
            "license": [
1925
                "MIT"
1926
            ],
1927
            "authors": [
1928
                {
1929
                    "name": "Marijn Huizendveld",
1930
                    "email": "[email protected]"
1931
                },
1932
                {
1933
                    "name": "Thibaud Fabre",
1934
                    "email": "[email protected]"
1935
                },
1936
                {
1937
                    "name": "Ben Ramsey",
1938
                    "email": "[email protected]",
1939
                    "homepage": "https://benramsey.com"
1940
                }
1941
            ],
1942
            "description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).",
1943
            "homepage": "https://github.com/ramsey/uuid",
1944
            "keywords": [
1945
                "guid",
1946
                "identifier",
1947
                "uuid"
1948
            ],
1949
            "time": "2018-07-19T23:38:55+00:00"
1950
        },
1951
        {
1952
            "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...
1953
            "version": "3.0.1",
1954
            "source": {
1955
                "type": "git",
1956
                "url": "https://github.com/robrichards/xmlseclibs.git",
1957
                "reference": "d937712f70f93a584eb0299ccd87dc6374003781"
1958
            },
1959
            "dist": {
1960
                "type": "zip",
1961
                "url": "https://api.github.com/repos/robrichards/xmlseclibs/zipball/d937712f70f93a584eb0299ccd87dc6374003781",
1962
                "reference": "d937712f70f93a584eb0299ccd87dc6374003781",
1963
                "shasum": ""
1964
            },
1965
            "require": {
1966
                "php": ">= 5.4"
1967
            },
1968
            "suggest": {
1969
                "ext-openssl": "OpenSSL extension"
1970
            },
1971
            "type": "library",
1972
            "autoload": {
1973
                "psr-4": {
1974
                    "RobRichards\\XMLSecLibs\\": "src"
1975
                }
1976
            },
1977
            "notification-url": "https://packagist.org/downloads/",
1978
            "license": [
1979
                "BSD-3-Clause"
1980
            ],
1981
            "description": "A PHP library for XML Security",
1982
            "homepage": "https://github.com/robrichards/xmlseclibs",
1983
            "keywords": [
1984
                "security",
1985
                "signature",
1986
                "xml",
1987
                "xmldsig"
1988
            ],
1989
            "time": "2017-08-31T09:27:07+00:00"
1990
        },
1991
        {
1992
            "name": "sensio/distribution-bundle",
1993
            "version": "v5.0.22",
1994
            "source": {
1995
                "type": "git",
1996
                "url": "https://github.com/sensiolabs/SensioDistributionBundle.git",
1997
                "reference": "209b11f8cee5bf71986dd703e45e27d3ed7a6d15"
1998
            },
1999
            "dist": {
2000
                "type": "zip",
2001
                "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/209b11f8cee5bf71986dd703e45e27d3ed7a6d15",
2002
                "reference": "209b11f8cee5bf71986dd703e45e27d3ed7a6d15",
2003
                "shasum": ""
2004
            },
2005
            "require": {
2006
                "php": ">=5.3.9",
2007
                "sensiolabs/security-checker": "~3.0|~4.0",
2008
                "symfony/class-loader": "~2.3|~3.0",
2009
                "symfony/config": "~2.3|~3.0",
2010
                "symfony/dependency-injection": "~2.3|~3.0",
2011
                "symfony/filesystem": "~2.3|~3.0",
2012
                "symfony/http-kernel": "~2.3|~3.0",
2013
                "symfony/process": "~2.3|~3.0"
2014
            },
2015
            "type": "symfony-bundle",
2016
            "extra": {
2017
                "branch-alias": {
2018
                    "dev-master": "5.0.x-dev"
2019
                }
2020
            },
2021
            "autoload": {
2022
                "psr-4": {
2023
                    "Sensio\\Bundle\\DistributionBundle\\": ""
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": "Base bundle for Symfony Distributions",
2037
            "keywords": [
2038
                "configuration",
2039
                "distribution"
2040
            ],
2041
            "time": "2018-06-07T06:22:12+00:00"
2042
        },
2043
        {
2044
            "name": "sensio/framework-extra-bundle",
2045
            "version": "v3.0.29",
2046
            "source": {
2047
                "type": "git",
2048
                "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
2049
                "reference": "bb907234df776b68922eb4b25bfa061683597b6a"
2050
            },
2051
            "dist": {
2052
                "type": "zip",
2053
                "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/bb907234df776b68922eb4b25bfa061683597b6a",
2054
                "reference": "bb907234df776b68922eb4b25bfa061683597b6a",
2055
                "shasum": ""
2056
            },
2057
            "require": {
2058
                "doctrine/common": "~2.2",
2059
                "symfony/dependency-injection": "~2.3|~3.0",
2060
                "symfony/framework-bundle": "~2.3|~3.0|~4.0"
2061
            },
2062
            "require-dev": {
2063
                "doctrine/doctrine-bundle": "~1.5",
2064
                "doctrine/orm": "~2.4,>=2.4.5",
2065
                "symfony/asset": "~2.7|~3.0|~4.0",
2066
                "symfony/browser-kit": "~2.3|~3.0|~4.0",
2067
                "symfony/dom-crawler": "~2.3|~3.0|~4.0",
2068
                "symfony/expression-language": "~2.4|~3.0|~4.0",
2069
                "symfony/finder": "~2.3|~3.0|~4.0",
2070
                "symfony/phpunit-bridge": "~3.2|~4.0",
2071
                "symfony/psr-http-message-bridge": "^0.3|^1.0",
2072
                "symfony/security-bundle": "~2.4|~3.0|~4.0",
2073
                "symfony/templating": "~2.3|~3.0|~4.0",
2074
                "symfony/translation": "~2.3|~3.0|~4.0",
2075
                "symfony/twig-bundle": "~2.3|~3.0|~4.0",
2076
                "symfony/yaml": "~2.3|~3.0|~4.0",
2077
                "twig/twig": "~1.12|~2.0",
2078
                "zendframework/zend-diactoros": "^1.3"
2079
            },
2080
            "suggest": {
2081
                "symfony/expression-language": "",
2082
                "symfony/psr-http-message-bridge": "To use the PSR-7 converters",
2083
                "symfony/security-bundle": ""
2084
            },
2085
            "type": "symfony-bundle",
2086
            "extra": {
2087
                "branch-alias": {
2088
                    "dev-master": "3.0.x-dev"
2089
                }
2090
            },
2091
            "autoload": {
2092
                "psr-4": {
2093
                    "Sensio\\Bundle\\FrameworkExtraBundle\\": ""
2094
                }
2095
            },
2096
            "notification-url": "https://packagist.org/downloads/",
2097
            "license": [
2098
                "MIT"
2099
            ],
2100
            "authors": [
2101
                {
2102
                    "name": "Fabien Potencier",
2103
                    "email": "[email protected]"
2104
                }
2105
            ],
2106
            "description": "This bundle provides a way to configure your controllers with annotations",
2107
            "keywords": [
2108
                "annotations",
2109
                "controllers"
2110
            ],
2111
            "time": "2017-12-14T19:03:23+00:00"
2112
        },
2113
        {
2114
            "name": "sensiolabs/security-checker",
2115
            "version": "v3.0.7",
2116
            "source": {
2117
                "type": "git",
2118
                "url": "https://github.com/sensiolabs/security-checker.git",
2119
                "reference": "59a6a299e2f5612dc8692d40e84373703a5df1b5"
2120
            },
2121
            "dist": {
2122
                "type": "zip",
2123
                "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/59a6a299e2f5612dc8692d40e84373703a5df1b5",
2124
                "reference": "59a6a299e2f5612dc8692d40e84373703a5df1b5",
2125
                "shasum": ""
2126
            },
2127
            "require": {
2128
                "symfony/console": "~2.0|~3.0"
2129
            },
2130
            "bin": [
2131
                "security-checker"
2132
            ],
2133
            "type": "library",
2134
            "extra": {
2135
                "branch-alias": {
2136
                    "dev-master": "3.0-dev"
2137
                }
2138
            },
2139
            "autoload": {
2140
                "psr-0": {
2141
                    "SensioLabs\\Security": ""
2142
                }
2143
            },
2144
            "notification-url": "https://packagist.org/downloads/",
2145
            "license": [
2146
                "MIT"
2147
            ],
2148
            "authors": [
2149
                {
2150
                    "name": "Fabien Potencier",
2151
                    "email": "[email protected]"
2152
                }
2153
            ],
2154
            "description": "A security checker for your composer.lock",
2155
            "time": "2017-03-29T09:29:53+00:00"
2156
        },
2157
        {
2158
            "name": "simplesamlphp/saml2",
2159
            "version": "v3.2",
2160
            "source": {
2161
                "type": "git",
2162
                "url": "https://github.com/simplesamlphp/saml2.git",
2163
                "reference": "43590bc9614c1df5bd7b1639088f7d904842892b"
2164
            },
2165
            "dist": {
2166
                "type": "zip",
2167
                "url": "https://api.github.com/repos/simplesamlphp/saml2/zipball/43590bc9614c1df5bd7b1639088f7d904842892b",
2168
                "reference": "43590bc9614c1df5bd7b1639088f7d904842892b",
2169
                "shasum": ""
2170
            },
2171
            "require": {
2172
                "ext-dom": "*",
2173
                "ext-openssl": "*",
2174
                "ext-zlib": "*",
2175
                "php": ">=5.4",
2176
                "psr/log": "~1.0",
2177
                "robrichards/xmlseclibs": "^3.0"
2178
            },
2179
            "require-dev": {
2180
                "mockery/mockery": "~0.9",
2181
                "phpmd/phpmd": "~1.5",
2182
                "phpunit/phpunit": "~4",
2183
                "sebastian/phpcpd": "~1.4",
2184
                "sensiolabs/security-checker": "~1.1",
2185
                "squizlabs/php_codesniffer": "~1.4"
2186
            },
2187
            "type": "library",
2188
            "extra": {
2189
                "branch-alias": {
2190
                    "dev-master": "v3.1.x-dev"
2191
                }
2192
            },
2193
            "autoload": {
2194
                "psr-0": {
2195
                    "SAML2\\": "src/"
2196
                },
2197
                "files": [
2198
                    "src/_autoload.php"
2199
                ]
2200
            },
2201
            "notification-url": "https://packagist.org/downloads/",
2202
            "license": [
2203
                "LGPL-2.1-or-later"
2204
            ],
2205
            "authors": [
2206
                {
2207
                    "name": "Andreas Åkre Solberg",
2208
                    "email": "[email protected]"
2209
                }
2210
            ],
2211
            "description": "SAML2 PHP library from SimpleSAMLphp",
2212
            "time": "2018-07-12T09:56:19+00:00"
2213
        },
2214
        {
2215
            "name": "surfnet/stepup-bundle",
2216
            "version": "4.0.1",
2217
            "source": {
2218
                "type": "git",
2219
                "url": "https://github.com/OpenConext/Stepup-bundle.git",
2220
                "reference": "5946dde19d5e095a5836d602b7abfa64cb71d6f1"
2221
            },
2222
            "dist": {
2223
                "type": "zip",
2224
                "url": "https://api.github.com/repos/OpenConext/Stepup-bundle/zipball/5946dde19d5e095a5836d602b7abfa64cb71d6f1",
2225
                "reference": "5946dde19d5e095a5836d602b7abfa64cb71d6f1",
2226
                "shasum": ""
2227
            },
2228
            "require": {
2229
                "ext-gmp": "*",
2230
                "ext-openssl": "*",
2231
                "guzzlehttp/guzzle": "^6.0",
2232
                "monolog/monolog": "~1.11",
2233
                "php": "^5.6|^7.0",
2234
                "sensio/framework-extra-bundle": "~3",
2235
                "surfnet/stepup-saml-bundle": "^4.0",
2236
                "symfony/config": ">=2.7,<4",
2237
                "symfony/dependency-injection": ">=2.7,<4",
2238
                "symfony/form": ">=2.7,<4",
2239
                "symfony/framework-bundle": ">=2.7,<4",
2240
                "symfony/http-kernel": ">=2.7,<4",
2241
                "symfony/twig-bridge": ">=2.7,<4",
2242
                "symfony/validator": ">=2.7,<4"
2243
            },
2244
            "require-dev": {
2245
                "mockery/mockery": "0.9.*",
2246
                "phpmd/phpmd": "^2.0",
2247
                "phpunit/phpunit": "^4.0",
2248
                "sebastian/phpcpd": "^2.0",
2249
                "sensiolabs/security-checker": "^2.0",
2250
                "squizlabs/php_codesniffer": "^1.0"
2251
            },
2252
            "type": "library",
2253
            "autoload": {
2254
                "psr-4": {
2255
                    "Surfnet\\StepupBundle\\": "src"
2256
                }
2257
            },
2258
            "notification-url": "https://packagist.org/downloads/",
2259
            "license": [
2260
                "Apache-2.0"
2261
            ],
2262
            "description": "A Symfony2 bundle that holds shared code and framework integration for all Step-up applications.",
2263
            "keywords": [
2264
                "stepup",
2265
                "suaas",
2266
                "surfnet"
2267
            ],
2268
            "time": "2018-09-06T12:43:15+00:00"
2269
        },
2270
        {
2271
            "name": "surfnet/stepup-middleware-client-bundle",
2272
            "version": "2.4.4",
2273
            "source": {
2274
                "type": "git",
2275
                "url": "https://github.com/OpenConext/Stepup-Middleware-clientbundle.git",
2276
                "reference": "d2aa7f06f9f56456d1b852b7ebca396686d0c51e"
2277
            },
2278
            "dist": {
2279
                "type": "zip",
2280
                "url": "https://api.github.com/repos/OpenConext/Stepup-Middleware-clientbundle/zipball/d2aa7f06f9f56456d1b852b7ebca396686d0c51e",
2281
                "reference": "d2aa7f06f9f56456d1b852b7ebca396686d0c51e",
2282
                "shasum": ""
2283
            },
2284
            "require": {
2285
                "beberlei/assert": "~2.0",
2286
                "guzzlehttp/guzzle": "^6.0",
2287
                "moontoast/math": "~1.1",
2288
                "php": "^5.6|^7.0",
2289
                "psr/log": "~1.0",
2290
                "ramsey/uuid": "^3.4",
2291
                "surfnet/stepup-bundle": "^4.0",
2292
                "symfony/config": ">=2.7,<4",
2293
                "symfony/dependency-injection": ">=2.7,<4",
2294
                "symfony/http-kernel": ">=2.7,<4",
2295
                "symfony/validator": ">=2.7,<4"
2296
            },
2297
            "conflict": {
2298
                "surfnet/stepup-middleware-client": "*"
2299
            },
2300
            "require-dev": {
2301
                "matthiasnoback/symfony-config-test": "0.*",
2302
                "mockery/mockery": "0.9.*",
2303
                "phpmd/phpmd": "^2.0",
2304
                "phpunit/phpunit": "^4.0",
2305
                "sebastian/phpcpd": "^2.0",
2306
                "sensiolabs/security-checker": "^2.0",
2307
                "squizlabs/php_codesniffer": "^1.0"
2308
            },
2309
            "type": "library",
2310
            "autoload": {
2311
                "psr-4": {
2312
                    "Surfnet\\StepupMiddlewareClientBundle\\": "src/Surfnet/StepupMiddlewareClientBundle/",
2313
                    "Surfnet\\StepupMiddlewareClient\\": "src/Surfnet/StepupMiddlewareClient/"
2314
                }
2315
            },
2316
            "notification-url": "https://packagist.org/downloads/",
2317
            "license": [
2318
                "Apache-2.0"
2319
            ],
2320
            "description": "Symfony2 bundle for consuming the Step-up Middleware API.",
2321
            "time": "2018-09-04T10:01:29+00:00"
2322
        },
2323
        {
2324
            "name": "surfnet/stepup-saml-bundle",
2325
            "version": "4.1.2",
2326
            "source": {
2327
                "type": "git",
2328
                "url": "https://github.com/OpenConext/Stepup-saml-bundle.git",
2329
                "reference": "1ce8e74a7e35963e60378da8c8647656e382cef9"
2330
            },
2331
            "dist": {
2332
                "type": "zip",
2333
                "url": "https://api.github.com/repos/OpenConext/Stepup-saml-bundle/zipball/1ce8e74a7e35963e60378da8c8647656e382cef9",
2334
                "reference": "1ce8e74a7e35963e60378da8c8647656e382cef9",
2335
                "shasum": ""
2336
            },
2337
            "require": {
2338
                "ext-openssl": "*",
2339
                "php": ">=5.6,<8.0-dev",
2340
                "robrichards/xmlseclibs": "^3.0",
2341
                "simplesamlphp/saml2": "^3.0",
2342
                "symfony/dependency-injection": ">=2.7,<4",
2343
                "symfony/framework-bundle": ">=2.7,<4"
2344
            },
2345
            "require-dev": {
2346
                "ibuildings/qa-tools": "~1.1",
2347
                "mockery/mockery": "~0.9",
2348
                "psr/log": "~1.0"
2349
            },
2350
            "type": "symfony-bundle",
2351
            "autoload": {
2352
                "psr-4": {
2353
                    "Surfnet\\SamlBundle\\": "src"
2354
                }
2355
            },
2356
            "notification-url": "https://packagist.org/downloads/",
2357
            "license": [
2358
                "Apache-2.0"
2359
            ],
2360
            "description": "A Symfony2 bundle that integrates the simplesamlphp\\saml2 library with Symfony",
2361
            "keywords": [
2362
                "SAML2",
2363
                "saml",
2364
                "simplesamlphp",
2365
                "stepup",
2366
                "surfnet"
2367
            ],
2368
            "time": "2018-09-04T10:06:38+00:00"
2369
        },
2370
        {
2371
            "name": "surfnet/stepup-u2f-bundle",
2372
            "version": "dev-develop",
2373
            "source": {
2374
                "type": "git",
2375
                "url": "https://github.com/OpenConext/Stepup-u2f-bundle.git",
2376
                "reference": "992f91db04afaad98f0d10645d81f4e3ea6742d0"
2377
            },
2378
            "dist": {
2379
                "type": "zip",
2380
                "url": "https://api.github.com/repos/OpenConext/Stepup-u2f-bundle/zipball/992f91db04afaad98f0d10645d81f4e3ea6742d0",
2381
                "reference": "992f91db04afaad98f0d10645d81f4e3ea6742d0",
2382
                "shasum": ""
2383
            },
2384
            "require": {
2385
                "php": ">=5.4|^7",
2386
                "symfony/config": ">=2.7,<4",
2387
                "symfony/dependency-injection": ">=2.7,<4",
2388
                "symfony/form": ">=2.7,<4",
2389
                "symfony/http-kernel": ">=2.7,<4",
2390
                "symfony/validator": ">=2.7,<4",
2391
                "yubico/u2flib-server": "^0.1.0"
2392
            },
2393
            "require-dev": {
2394
                "matthiasnoback/symfony-config-test": "^2.2",
2395
                "mockery/mockery": "~0.9",
2396
                "phpmd/phpmd": "^2.6",
2397
                "phpunit/phpunit": "^5.7",
2398
                "sebastian/phpcpd": "^2.0",
2399
                "sensiolabs/security-checker": "^3.0",
2400
                "squizlabs/php_codesniffer": "^1.0",
2401
                "symfony/phpunit-bridge": "^3.0"
2402
            },
2403
            "type": "library",
2404
            "autoload": {
2405
                "psr-4": {
2406
                    "Surfnet\\StepupU2fBundle\\": "src"
2407
                }
2408
            },
2409
            "notification-url": "https://packagist.org/downloads/",
2410
            "license": [
2411
                "Apache-2.0"
2412
            ],
2413
            "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",
2414
            "time": "2018-08-29T12:25:15+00:00"
2415
        },
2416
        {
2417
            "name": "symfony/assetic-bundle",
2418
            "version": "v2.8.2",
2419
            "source": {
2420
                "type": "git",
2421
                "url": "https://github.com/symfony/assetic-bundle.git",
2422
                "reference": "2e0a23a4874838e26de6f025e02fc63328921a4c"
2423
            },
2424
            "dist": {
2425
                "type": "zip",
2426
                "url": "https://api.github.com/repos/symfony/assetic-bundle/zipball/2e0a23a4874838e26de6f025e02fc63328921a4c",
2427
                "reference": "2e0a23a4874838e26de6f025e02fc63328921a4c",
2428
                "shasum": ""
2429
            },
2430
            "require": {
2431
                "kriswallsmith/assetic": "~1.4",
2432
                "php": ">=5.3.0",
2433
                "symfony/console": "~2.3|~3.0",
2434
                "symfony/dependency-injection": "~2.3|~3.0",
2435
                "symfony/framework-bundle": "~2.3|~3.0",
2436
                "symfony/yaml": "~2.3|~3.0"
2437
            },
2438
            "conflict": {
2439
                "kriswallsmith/spork": "<=0.2",
2440
                "twig/twig": "<1.27"
2441
            },
2442
            "require-dev": {
2443
                "kriswallsmith/spork": "~0.3",
2444
                "patchwork/jsqueeze": "~1.0",
2445
                "symfony/class-loader": "~2.3|~3.0",
2446
                "symfony/css-selector": "~2.3|~3.0",
2447
                "symfony/dom-crawler": "~2.3|~3.0",
2448
                "symfony/phpunit-bridge": "~2.7|~3.0",
2449
                "symfony/twig-bundle": "~2.3|~3.0"
2450
            },
2451
            "suggest": {
2452
                "kriswallsmith/spork": "to be able to dump assets in parallel",
2453
                "symfony/twig-bundle": "to use the Twig integration"
2454
            },
2455
            "type": "symfony-bundle",
2456
            "extra": {
2457
                "branch-alias": {
2458
                    "dev-master": "2.8-dev"
2459
                }
2460
            },
2461
            "autoload": {
2462
                "psr-4": {
2463
                    "Symfony\\Bundle\\AsseticBundle\\": ""
2464
                }
2465
            },
2466
            "notification-url": "https://packagist.org/downloads/",
2467
            "license": [
2468
                "MIT"
2469
            ],
2470
            "authors": [
2471
                {
2472
                    "name": "Kris Wallsmith",
2473
                    "email": "[email protected]",
2474
                    "homepage": "http://kriswallsmith.net/"
2475
                }
2476
            ],
2477
            "description": "Integrates Assetic into Symfony2",
2478
            "homepage": "https://github.com/symfony/AsseticBundle",
2479
            "keywords": [
2480
                "assets",
2481
                "compression",
2482
                "minification"
2483
            ],
2484
            "abandoned": "symfony/webpack-encore-pack",
2485
            "time": "2017-07-14T07:26:46+00:00"
2486
        },
2487
        {
2488
            "name": "symfony/monolog-bundle",
2489
            "version": "v3.1.2",
2490
            "source": {
2491
                "type": "git",
2492
                "url": "https://github.com/symfony/monolog-bundle.git",
2493
                "reference": "2b41b8b6d2c6edb1a5494f02f8e4129be2a44784"
2494
            },
2495
            "dist": {
2496
                "type": "zip",
2497
                "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/2b41b8b6d2c6edb1a5494f02f8e4129be2a44784",
2498
                "reference": "2b41b8b6d2c6edb1a5494f02f8e4129be2a44784",
2499
                "shasum": ""
2500
            },
2501
            "require": {
2502
                "monolog/monolog": "~1.22",
2503
                "php": ">=5.3.2",
2504
                "symfony/config": "~2.7|~3.0|~4.0",
2505
                "symfony/dependency-injection": "~2.7|~3.0|~4.0",
2506
                "symfony/http-kernel": "~2.7|~3.0|~4.0",
2507
                "symfony/monolog-bridge": "~2.7|~3.0|~4.0"
2508
            },
2509
            "require-dev": {
2510
                "symfony/console": "~2.3|~3.0|~4.0",
2511
                "symfony/phpunit-bridge": "^3.3|^4.0",
2512
                "symfony/yaml": "~2.3|~3.0|~4.0"
2513
            },
2514
            "type": "symfony-bundle",
2515
            "extra": {
2516
                "branch-alias": {
2517
                    "dev-master": "3.x-dev"
2518
                }
2519
            },
2520
            "autoload": {
2521
                "psr-4": {
2522
                    "Symfony\\Bundle\\MonologBundle\\": ""
2523
                },
2524
                "exclude-from-classmap": [
2525
                    "/Tests/"
2526
                ]
2527
            },
2528
            "notification-url": "https://packagist.org/downloads/",
2529
            "license": [
2530
                "MIT"
2531
            ],
2532
            "authors": [
2533
                {
2534
                    "name": "Symfony Community",
2535
                    "homepage": "http://symfony.com/contributors"
2536
                },
2537
                {
2538
                    "name": "Fabien Potencier",
2539
                    "email": "[email protected]"
2540
                }
2541
            ],
2542
            "description": "Symfony MonologBundle",
2543
            "homepage": "http://symfony.com",
2544
            "keywords": [
2545
                "log",
2546
                "logging"
2547
            ],
2548
            "time": "2017-11-06T16:02:17+00:00"
2549
        },
2550
        {
2551
            "name": "symfony/polyfill-apcu",
2552
            "version": "v1.9.0",
2553
            "source": {
2554
                "type": "git",
2555
                "url": "https://github.com/symfony/polyfill-apcu.git",
2556
                "reference": "19e1b73bf255265ad0b568f81766ae2a3266d8d2"
2557
            },
2558
            "dist": {
2559
                "type": "zip",
2560
                "url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/19e1b73bf255265ad0b568f81766ae2a3266d8d2",
2561
                "reference": "19e1b73bf255265ad0b568f81766ae2a3266d8d2",
2562
                "shasum": ""
2563
            },
2564
            "require": {
2565
                "php": ">=5.3.3"
2566
            },
2567
            "type": "library",
2568
            "extra": {
2569
                "branch-alias": {
2570
                    "dev-master": "1.9-dev"
2571
                }
2572
            },
2573
            "autoload": {
2574
                "psr-4": {
2575
                    "Symfony\\Polyfill\\Apcu\\": ""
2576
                },
2577
                "files": [
2578
                    "bootstrap.php"
2579
                ]
2580
            },
2581
            "notification-url": "https://packagist.org/downloads/",
2582
            "license": [
2583
                "MIT"
2584
            ],
2585
            "authors": [
2586
                {
2587
                    "name": "Nicolas Grekas",
2588
                    "email": "[email protected]"
2589
                },
2590
                {
2591
                    "name": "Symfony Community",
2592
                    "homepage": "https://symfony.com/contributors"
2593
                }
2594
            ],
2595
            "description": "Symfony polyfill backporting apcu_* functions to lower PHP versions",
2596
            "homepage": "https://symfony.com",
2597
            "keywords": [
2598
                "apcu",
2599
                "compatibility",
2600
                "polyfill",
2601
                "portable",
2602
                "shim"
2603
            ],
2604
            "time": "2018-08-06T14:22:27+00:00"
2605
        },
2606
        {
2607
            "name": "symfony/polyfill-ctype",
2608
            "version": "v1.9.0",
2609
            "source": {
2610
                "type": "git",
2611
                "url": "https://github.com/symfony/polyfill-ctype.git",
2612
                "reference": "e3d826245268269cd66f8326bd8bc066687b4a19"
2613
            },
2614
            "dist": {
2615
                "type": "zip",
2616
                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e3d826245268269cd66f8326bd8bc066687b4a19",
2617
                "reference": "e3d826245268269cd66f8326bd8bc066687b4a19",
2618
                "shasum": ""
2619
            },
2620
            "require": {
2621
                "php": ">=5.3.3"
2622
            },
2623
            "suggest": {
2624
                "ext-ctype": "For best performance"
2625
            },
2626
            "type": "library",
2627
            "extra": {
2628
                "branch-alias": {
2629
                    "dev-master": "1.9-dev"
2630
                }
2631
            },
2632
            "autoload": {
2633
                "psr-4": {
2634
                    "Symfony\\Polyfill\\Ctype\\": ""
2635
                },
2636
                "files": [
2637
                    "bootstrap.php"
2638
                ]
2639
            },
2640
            "notification-url": "https://packagist.org/downloads/",
2641
            "license": [
2642
                "MIT"
2643
            ],
2644
            "authors": [
2645
                {
2646
                    "name": "Symfony Community",
2647
                    "homepage": "https://symfony.com/contributors"
2648
                },
2649
                {
2650
                    "name": "Gert de Pagter",
2651
                    "email": "[email protected]"
2652
                }
2653
            ],
2654
            "description": "Symfony polyfill for ctype functions",
2655
            "homepage": "https://symfony.com",
2656
            "keywords": [
2657
                "compatibility",
2658
                "ctype",
2659
                "polyfill",
2660
                "portable"
2661
            ],
2662
            "time": "2018-08-06T14:22:27+00:00"
2663
        },
2664
        {
2665
            "name": "symfony/polyfill-intl-icu",
2666
            "version": "v1.9.0",
2667
            "source": {
2668
                "type": "git",
2669
                "url": "https://github.com/symfony/polyfill-intl-icu.git",
2670
                "reference": "f22a90256d577c7ef7efad8df1f0201663d57644"
2671
            },
2672
            "dist": {
2673
                "type": "zip",
2674
                "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/f22a90256d577c7ef7efad8df1f0201663d57644",
2675
                "reference": "f22a90256d577c7ef7efad8df1f0201663d57644",
2676
                "shasum": ""
2677
            },
2678
            "require": {
2679
                "php": ">=5.3.3",
2680
                "symfony/intl": "~2.3|~3.0|~4.0"
2681
            },
2682
            "suggest": {
2683
                "ext-intl": "For best performance"
2684
            },
2685
            "type": "library",
2686
            "extra": {
2687
                "branch-alias": {
2688
                    "dev-master": "1.9-dev"
2689
                }
2690
            },
2691
            "autoload": {
2692
                "files": [
2693
                    "bootstrap.php"
2694
                ]
2695
            },
2696
            "notification-url": "https://packagist.org/downloads/",
2697
            "license": [
2698
                "MIT"
2699
            ],
2700
            "authors": [
2701
                {
2702
                    "name": "Nicolas Grekas",
2703
                    "email": "[email protected]"
2704
                },
2705
                {
2706
                    "name": "Symfony Community",
2707
                    "homepage": "https://symfony.com/contributors"
2708
                }
2709
            ],
2710
            "description": "Symfony polyfill for intl's ICU-related data and classes",
2711
            "homepage": "https://symfony.com",
2712
            "keywords": [
2713
                "compatibility",
2714
                "icu",
2715
                "intl",
2716
                "polyfill",
2717
                "portable",
2718
                "shim"
2719
            ],
2720
            "time": "2018-08-06T14:22:27+00:00"
2721
        },
2722
        {
2723
            "name": "symfony/polyfill-mbstring",
2724
            "version": "v1.9.0",
2725
            "source": {
2726
                "type": "git",
2727
                "url": "https://github.com/symfony/polyfill-mbstring.git",
2728
                "reference": "d0cd638f4634c16d8df4508e847f14e9e43168b8"
2729
            },
2730
            "dist": {
2731
                "type": "zip",
2732
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/d0cd638f4634c16d8df4508e847f14e9e43168b8",
2733
                "reference": "d0cd638f4634c16d8df4508e847f14e9e43168b8",
2734
                "shasum": ""
2735
            },
2736
            "require": {
2737
                "php": ">=5.3.3"
2738
            },
2739
            "suggest": {
2740
                "ext-mbstring": "For best performance"
2741
            },
2742
            "type": "library",
2743
            "extra": {
2744
                "branch-alias": {
2745
                    "dev-master": "1.9-dev"
2746
                }
2747
            },
2748
            "autoload": {
2749
                "psr-4": {
2750
                    "Symfony\\Polyfill\\Mbstring\\": ""
2751
                },
2752
                "files": [
2753
                    "bootstrap.php"
2754
                ]
2755
            },
2756
            "notification-url": "https://packagist.org/downloads/",
2757
            "license": [
2758
                "MIT"
2759
            ],
2760
            "authors": [
2761
                {
2762
                    "name": "Nicolas Grekas",
2763
                    "email": "[email protected]"
2764
                },
2765
                {
2766
                    "name": "Symfony Community",
2767
                    "homepage": "https://symfony.com/contributors"
2768
                }
2769
            ],
2770
            "description": "Symfony polyfill for the Mbstring extension",
2771
            "homepage": "https://symfony.com",
2772
            "keywords": [
2773
                "compatibility",
2774
                "mbstring",
2775
                "polyfill",
2776
                "portable",
2777
                "shim"
2778
            ],
2779
            "time": "2018-08-06T14:22:27+00:00"
2780
        },
2781
        {
2782
            "name": "symfony/polyfill-php56",
2783
            "version": "v1.9.0",
2784
            "source": {
2785
                "type": "git",
2786
                "url": "https://github.com/symfony/polyfill-php56.git",
2787
                "reference": "7b4fc009172cc0196535b0328bd1226284a28000"
2788
            },
2789
            "dist": {
2790
                "type": "zip",
2791
                "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/7b4fc009172cc0196535b0328bd1226284a28000",
2792
                "reference": "7b4fc009172cc0196535b0328bd1226284a28000",
2793
                "shasum": ""
2794
            },
2795
            "require": {
2796
                "php": ">=5.3.3",
2797
                "symfony/polyfill-util": "~1.0"
2798
            },
2799
            "type": "library",
2800
            "extra": {
2801
                "branch-alias": {
2802
                    "dev-master": "1.9-dev"
2803
                }
2804
            },
2805
            "autoload": {
2806
                "psr-4": {
2807
                    "Symfony\\Polyfill\\Php56\\": ""
2808
                },
2809
                "files": [
2810
                    "bootstrap.php"
2811
                ]
2812
            },
2813
            "notification-url": "https://packagist.org/downloads/",
2814
            "license": [
2815
                "MIT"
2816
            ],
2817
            "authors": [
2818
                {
2819
                    "name": "Nicolas Grekas",
2820
                    "email": "[email protected]"
2821
                },
2822
                {
2823
                    "name": "Symfony Community",
2824
                    "homepage": "https://symfony.com/contributors"
2825
                }
2826
            ],
2827
            "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions",
2828
            "homepage": "https://symfony.com",
2829
            "keywords": [
2830
                "compatibility",
2831
                "polyfill",
2832
                "portable",
2833
                "shim"
2834
            ],
2835
            "time": "2018-08-06T14:22:27+00:00"
2836
        },
2837
        {
2838
            "name": "symfony/polyfill-php70",
2839
            "version": "v1.9.0",
2840
            "source": {
2841
                "type": "git",
2842
                "url": "https://github.com/symfony/polyfill-php70.git",
2843
                "reference": "1e24b0c4a56d55aaf368763a06c6d1c7d3194934"
2844
            },
2845
            "dist": {
2846
                "type": "zip",
2847
                "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/1e24b0c4a56d55aaf368763a06c6d1c7d3194934",
2848
                "reference": "1e24b0c4a56d55aaf368763a06c6d1c7d3194934",
2849
                "shasum": ""
2850
            },
2851
            "require": {
2852
                "paragonie/random_compat": "~1.0|~2.0|~9.99",
2853
                "php": ">=5.3.3"
2854
            },
2855
            "type": "library",
2856
            "extra": {
2857
                "branch-alias": {
2858
                    "dev-master": "1.9-dev"
2859
                }
2860
            },
2861
            "autoload": {
2862
                "psr-4": {
2863
                    "Symfony\\Polyfill\\Php70\\": ""
2864
                },
2865
                "files": [
2866
                    "bootstrap.php"
2867
                ],
2868
                "classmap": [
2869
                    "Resources/stubs"
2870
                ]
2871
            },
2872
            "notification-url": "https://packagist.org/downloads/",
2873
            "license": [
2874
                "MIT"
2875
            ],
2876
            "authors": [
2877
                {
2878
                    "name": "Nicolas Grekas",
2879
                    "email": "[email protected]"
2880
                },
2881
                {
2882
                    "name": "Symfony Community",
2883
                    "homepage": "https://symfony.com/contributors"
2884
                }
2885
            ],
2886
            "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
2887
            "homepage": "https://symfony.com",
2888
            "keywords": [
2889
                "compatibility",
2890
                "polyfill",
2891
                "portable",
2892
                "shim"
2893
            ],
2894
            "time": "2018-08-06T14:22:27+00:00"
2895
        },
2896
        {
2897
            "name": "symfony/polyfill-util",
2898
            "version": "v1.9.0",
2899
            "source": {
2900
                "type": "git",
2901
                "url": "https://github.com/symfony/polyfill-util.git",
2902
                "reference": "8e15d04ba3440984d23e7964b2ee1d25c8de1581"
2903
            },
2904
            "dist": {
2905
                "type": "zip",
2906
                "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/8e15d04ba3440984d23e7964b2ee1d25c8de1581",
2907
                "reference": "8e15d04ba3440984d23e7964b2ee1d25c8de1581",
2908
                "shasum": ""
2909
            },
2910
            "require": {
2911
                "php": ">=5.3.3"
2912
            },
2913
            "type": "library",
2914
            "extra": {
2915
                "branch-alias": {
2916
                    "dev-master": "1.9-dev"
2917
                }
2918
            },
2919
            "autoload": {
2920
                "psr-4": {
2921
                    "Symfony\\Polyfill\\Util\\": ""
2922
                }
2923
            },
2924
            "notification-url": "https://packagist.org/downloads/",
2925
            "license": [
2926
                "MIT"
2927
            ],
2928
            "authors": [
2929
                {
2930
                    "name": "Nicolas Grekas",
2931
                    "email": "[email protected]"
2932
                },
2933
                {
2934
                    "name": "Symfony Community",
2935
                    "homepage": "https://symfony.com/contributors"
2936
                }
2937
            ],
2938
            "description": "Symfony utilities for portability of PHP codes",
2939
            "homepage": "https://symfony.com",
2940
            "keywords": [
2941
                "compat",
2942
                "compatibility",
2943
                "polyfill",
2944
                "shim"
2945
            ],
2946
            "time": "2018-08-06T14:22:27+00:00"
2947
        },
2948
        {
2949
            "name": "symfony/symfony",
2950
            "version": "v3.4.15",
2951
            "source": {
2952
                "type": "git",
2953
                "url": "https://github.com/symfony/symfony.git",
2954
                "reference": "5bb5c2d4b0d5cf10672015b68519a199e6ac27c1"
2955
            },
2956
            "dist": {
2957
                "type": "zip",
2958
                "url": "https://api.github.com/repos/symfony/symfony/zipball/5bb5c2d4b0d5cf10672015b68519a199e6ac27c1",
2959
                "reference": "5bb5c2d4b0d5cf10672015b68519a199e6ac27c1",
2960
                "shasum": ""
2961
            },
2962
            "require": {
2963
                "doctrine/common": "~2.4",
2964
                "ext-xml": "*",
2965
                "fig/link-util": "^1.0",
2966
                "php": "^5.5.9|>=7.0.8",
2967
                "psr/cache": "~1.0",
2968
                "psr/container": "^1.0",
2969
                "psr/link": "^1.0",
2970
                "psr/log": "~1.0",
2971
                "psr/simple-cache": "^1.0",
2972
                "symfony/polyfill-apcu": "~1.1",
2973
                "symfony/polyfill-ctype": "~1.8",
2974
                "symfony/polyfill-intl-icu": "~1.0",
2975
                "symfony/polyfill-mbstring": "~1.0",
2976
                "symfony/polyfill-php56": "~1.0",
2977
                "symfony/polyfill-php70": "~1.6",
2978
                "twig/twig": "^1.35|^2.4.4"
2979
            },
2980
            "conflict": {
2981
                "phpdocumentor/reflection-docblock": "<3.0||>=3.2.0,<3.2.2",
2982
                "phpdocumentor/type-resolver": "<0.3.0",
2983
                "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
2984
            },
2985
            "provide": {
2986
                "psr/cache-implementation": "1.0",
2987
                "psr/container-implementation": "1.0",
2988
                "psr/log-implementation": "1.0",
2989
                "psr/simple-cache-implementation": "1.0"
2990
            },
2991
            "replace": {
2992
                "symfony/asset": "self.version",
2993
                "symfony/browser-kit": "self.version",
2994
                "symfony/cache": "self.version",
2995
                "symfony/class-loader": "self.version",
2996
                "symfony/config": "self.version",
2997
                "symfony/console": "self.version",
2998
                "symfony/css-selector": "self.version",
2999
                "symfony/debug": "self.version",
3000
                "symfony/debug-bundle": "self.version",
3001
                "symfony/dependency-injection": "self.version",
3002
                "symfony/doctrine-bridge": "self.version",
3003
                "symfony/dom-crawler": "self.version",
3004
                "symfony/dotenv": "self.version",
3005
                "symfony/event-dispatcher": "self.version",
3006
                "symfony/expression-language": "self.version",
3007
                "symfony/filesystem": "self.version",
3008
                "symfony/finder": "self.version",
3009
                "symfony/form": "self.version",
3010
                "symfony/framework-bundle": "self.version",
3011
                "symfony/http-foundation": "self.version",
3012
                "symfony/http-kernel": "self.version",
3013
                "symfony/inflector": "self.version",
3014
                "symfony/intl": "self.version",
3015
                "symfony/ldap": "self.version",
3016
                "symfony/lock": "self.version",
3017
                "symfony/monolog-bridge": "self.version",
3018
                "symfony/options-resolver": "self.version",
3019
                "symfony/process": "self.version",
3020
                "symfony/property-access": "self.version",
3021
                "symfony/property-info": "self.version",
3022
                "symfony/proxy-manager-bridge": "self.version",
3023
                "symfony/routing": "self.version",
3024
                "symfony/security": "self.version",
3025
                "symfony/security-bundle": "self.version",
3026
                "symfony/security-core": "self.version",
3027
                "symfony/security-csrf": "self.version",
3028
                "symfony/security-guard": "self.version",
3029
                "symfony/security-http": "self.version",
3030
                "symfony/serializer": "self.version",
3031
                "symfony/stopwatch": "self.version",
3032
                "symfony/templating": "self.version",
3033
                "symfony/translation": "self.version",
3034
                "symfony/twig-bridge": "self.version",
3035
                "symfony/twig-bundle": "self.version",
3036
                "symfony/validator": "self.version",
3037
                "symfony/var-dumper": "self.version",
3038
                "symfony/web-link": "self.version",
3039
                "symfony/web-profiler-bundle": "self.version",
3040
                "symfony/web-server-bundle": "self.version",
3041
                "symfony/workflow": "self.version",
3042
                "symfony/yaml": "self.version"
3043
            },
3044
            "require-dev": {
3045
                "cache/integration-tests": "dev-master",
3046
                "doctrine/annotations": "~1.0",
3047
                "doctrine/cache": "~1.6",
3048
                "doctrine/data-fixtures": "1.0.*",
3049
                "doctrine/dbal": "~2.4",
3050
                "doctrine/doctrine-bundle": "~1.4",
3051
                "doctrine/orm": "~2.4,>=2.4.5",
3052
                "egulias/email-validator": "~1.2,>=1.2.8|~2.0",
3053
                "monolog/monolog": "~1.11",
3054
                "ocramius/proxy-manager": "~0.4|~1.0|~2.0",
3055
                "phpdocumentor/reflection-docblock": "^3.0|^4.0",
3056
                "predis/predis": "~1.0",
3057
                "symfony/phpunit-bridge": "~3.4|~4.0",
3058
                "symfony/security-acl": "~2.8|~3.0"
3059
            },
3060
            "type": "library",
3061
            "extra": {
3062
                "branch-alias": {
3063
                    "dev-master": "3.4-dev"
3064
                }
3065
            },
3066
            "autoload": {
3067
                "psr-4": {
3068
                    "Symfony\\Bridge\\Doctrine\\": "src/Symfony/Bridge/Doctrine/",
3069
                    "Symfony\\Bridge\\Monolog\\": "src/Symfony/Bridge/Monolog/",
3070
                    "Symfony\\Bridge\\ProxyManager\\": "src/Symfony/Bridge/ProxyManager/",
3071
                    "Symfony\\Bridge\\Twig\\": "src/Symfony/Bridge/Twig/",
3072
                    "Symfony\\Bundle\\": "src/Symfony/Bundle/",
3073
                    "Symfony\\Component\\": "src/Symfony/Component/"
3074
                },
3075
                "classmap": [
3076
                    "src/Symfony/Component/Intl/Resources/stubs"
3077
                ],
3078
                "exclude-from-classmap": [
3079
                    "**/Tests/"
3080
                ]
3081
            },
3082
            "notification-url": "https://packagist.org/downloads/",
3083
            "license": [
3084
                "MIT"
3085
            ],
3086
            "authors": [
3087
                {
3088
                    "name": "Fabien Potencier",
3089
                    "email": "[email protected]"
3090
                },
3091
                {
3092
                    "name": "Symfony Community",
3093
                    "homepage": "https://symfony.com/contributors"
3094
                }
3095
            ],
3096
            "description": "The Symfony PHP framework",
3097
            "homepage": "https://symfony.com",
3098
            "keywords": [
3099
                "framework"
3100
            ],
3101
            "time": "2018-08-28T06:06:28+00:00"
3102
        },
3103
        {
3104
            "name": "twbs/bootstrap",
3105
            "version": "v3.3.7",
3106
            "source": {
3107
                "type": "git",
3108
                "url": "https://github.com/twbs/bootstrap.git",
3109
                "reference": "0b9c4a4007c44201dce9a6cc1a38407005c26c86"
3110
            },
3111
            "dist": {
3112
                "type": "zip",
3113
                "url": "https://api.github.com/repos/twbs/bootstrap/zipball/0b9c4a4007c44201dce9a6cc1a38407005c26c86",
3114
                "reference": "0b9c4a4007c44201dce9a6cc1a38407005c26c86",
3115
                "shasum": ""
3116
            },
3117
            "replace": {
3118
                "twitter/bootstrap": "self.version"
3119
            },
3120
            "type": "library",
3121
            "extra": {
3122
                "branch-alias": {
3123
                    "dev-master": "3.3.x-dev"
3124
                }
3125
            },
3126
            "notification-url": "https://packagist.org/downloads/",
3127
            "license": [
3128
                "MIT"
3129
            ],
3130
            "authors": [
3131
                {
3132
                    "name": "Jacob Thornton",
3133
                    "email": "[email protected]"
3134
                },
3135
                {
3136
                    "name": "Mark Otto",
3137
                    "email": "[email protected]"
3138
                }
3139
            ],
3140
            "description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
3141
            "homepage": "http://getbootstrap.com",
3142
            "keywords": [
3143
                "JS",
3144
                "css",
3145
                "framework",
3146
                "front-end",
3147
                "less",
3148
                "mobile-first",
3149
                "responsive",
3150
                "web"
3151
            ],
3152
            "time": "2016-07-25T15:51:55+00:00"
3153
        },
3154
        {
3155
            "name": "twig/extensions",
3156
            "version": "v1.5.2",
3157
            "source": {
3158
                "type": "git",
3159
                "url": "https://github.com/twigphp/Twig-extensions.git",
3160
                "reference": "2c1a86526d0044065220d1b51ac08348bea5ca82"
3161
            },
3162
            "dist": {
3163
                "type": "zip",
3164
                "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/2c1a86526d0044065220d1b51ac08348bea5ca82",
3165
                "reference": "2c1a86526d0044065220d1b51ac08348bea5ca82",
3166
                "shasum": ""
3167
            },
3168
            "require": {
3169
                "twig/twig": "^1.27|^2.0"
3170
            },
3171
            "require-dev": {
3172
                "symfony/phpunit-bridge": "^3.4",
3173
                "symfony/translation": "^2.7|^3.4"
3174
            },
3175
            "suggest": {
3176
                "symfony/translation": "Allow the time_diff output to be translated"
3177
            },
3178
            "type": "library",
3179
            "extra": {
3180
                "branch-alias": {
3181
                    "dev-master": "1.5-dev"
3182
                }
3183
            },
3184
            "autoload": {
3185
                "psr-0": {
3186
                    "Twig_Extensions_": "lib/"
3187
                },
3188
                "psr-4": {
3189
                    "Twig\\Extensions\\": "src/"
3190
                }
3191
            },
3192
            "notification-url": "https://packagist.org/downloads/",
3193
            "license": [
3194
                "MIT"
3195
            ],
3196
            "authors": [
3197
                {
3198
                    "name": "Fabien Potencier",
3199
                    "email": "[email protected]"
3200
                }
3201
            ],
3202
            "description": "Common additional features for Twig that do not directly belong in core",
3203
            "keywords": [
3204
                "i18n",
3205
                "text"
3206
            ],
3207
            "time": "2018-05-22T13:26:07+00:00"
3208
        },
3209
        {
3210
            "name": "twig/twig",
3211
            "version": "v1.35.4",
3212
            "source": {
3213
                "type": "git",
3214
                "url": "https://github.com/twigphp/Twig.git",
3215
                "reference": "7e081e98378a1e78c29cc9eba4aefa5d78a05d2a"
3216
            },
3217
            "dist": {
3218
                "type": "zip",
3219
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/7e081e98378a1e78c29cc9eba4aefa5d78a05d2a",
3220
                "reference": "7e081e98378a1e78c29cc9eba4aefa5d78a05d2a",
3221
                "shasum": ""
3222
            },
3223
            "require": {
3224
                "php": ">=5.3.3",
3225
                "symfony/polyfill-ctype": "^1.8"
3226
            },
3227
            "require-dev": {
3228
                "psr/container": "^1.0",
3229
                "symfony/debug": "^2.7",
3230
                "symfony/phpunit-bridge": "^3.3"
3231
            },
3232
            "type": "library",
3233
            "extra": {
3234
                "branch-alias": {
3235
                    "dev-master": "1.35-dev"
3236
                }
3237
            },
3238
            "autoload": {
3239
                "psr-0": {
3240
                    "Twig_": "lib/"
3241
                },
3242
                "psr-4": {
3243
                    "Twig\\": "src/"
3244
                }
3245
            },
3246
            "notification-url": "https://packagist.org/downloads/",
3247
            "license": [
3248
                "BSD-3-Clause"
3249
            ],
3250
            "authors": [
3251
                {
3252
                    "name": "Fabien Potencier",
3253
                    "email": "[email protected]",
3254
                    "homepage": "http://fabien.potencier.org",
3255
                    "role": "Lead Developer"
3256
                },
3257
                {
3258
                    "name": "Armin Ronacher",
3259
                    "email": "[email protected]",
3260
                    "role": "Project Founder"
3261
                },
3262
                {
3263
                    "name": "Twig Team",
3264
                    "homepage": "https://twig.symfony.com/contributors",
3265
                    "role": "Contributors"
3266
                }
3267
            ],
3268
            "description": "Twig, the flexible, fast, and secure template language for PHP",
3269
            "homepage": "https://twig.symfony.com",
3270
            "keywords": [
3271
                "templating"
3272
            ],
3273
            "time": "2018-07-13T07:12:17+00:00"
3274
        },
3275
        {
3276
            "name": "webmozart/assert",
3277
            "version": "1.3.0",
3278
            "source": {
3279
                "type": "git",
3280
                "url": "https://github.com/webmozart/assert.git",
3281
                "reference": "0df1908962e7a3071564e857d86874dad1ef204a"
3282
            },
3283
            "dist": {
3284
                "type": "zip",
3285
                "url": "https://api.github.com/repos/webmozart/assert/zipball/0df1908962e7a3071564e857d86874dad1ef204a",
3286
                "reference": "0df1908962e7a3071564e857d86874dad1ef204a",
3287
                "shasum": ""
3288
            },
3289
            "require": {
3290
                "php": "^5.3.3 || ^7.0"
3291
            },
3292
            "require-dev": {
3293
                "phpunit/phpunit": "^4.6",
3294
                "sebastian/version": "^1.0.1"
3295
            },
3296
            "type": "library",
3297
            "extra": {
3298
                "branch-alias": {
3299
                    "dev-master": "1.3-dev"
3300
                }
3301
            },
3302
            "autoload": {
3303
                "psr-4": {
3304
                    "Webmozart\\Assert\\": "src/"
3305
                }
3306
            },
3307
            "notification-url": "https://packagist.org/downloads/",
3308
            "license": [
3309
                "MIT"
3310
            ],
3311
            "authors": [
3312
                {
3313
                    "name": "Bernhard Schussek",
3314
                    "email": "[email protected]"
3315
                }
3316
            ],
3317
            "description": "Assertions to validate method input/output with nice error messages.",
3318
            "keywords": [
3319
                "assert",
3320
                "check",
3321
                "validate"
3322
            ],
3323
            "time": "2018-01-29T19:49:41+00:00"
3324
        },
3325
        {
3326
            "name": "yubico/u2flib-server",
3327
            "version": "0.1.0",
3328
            "source": {
3329
                "type": "git",
3330
                "url": "https://github.com/Yubico/php-u2flib-server.git",
3331
                "reference": "71ad5f0b7c796966da356eecd5b583ac852e92a1"
3332
            },
3333
            "dist": {
3334
                "type": "zip",
3335
                "url": "https://api.github.com/repos/Yubico/php-u2flib-server/zipball/71ad5f0b7c796966da356eecd5b583ac852e92a1",
3336
                "reference": "71ad5f0b7c796966da356eecd5b583ac852e92a1",
3337
                "shasum": ""
3338
            },
3339
            "require": {
3340
                "ext-openssl": "*"
3341
            },
3342
            "type": "library",
3343
            "autoload": {
3344
                "classmap": [
3345
                    "src/"
3346
                ]
3347
            },
3348
            "notification-url": "https://packagist.org/downloads/",
3349
            "license": [
3350
                "BSD-2-Clause"
3351
            ],
3352
            "description": "Library for U2F implementation",
3353
            "homepage": "https://developers.yubico.com/php-u2flib-server",
3354
            "time": "2015-03-03T08:05:16+00:00"
3355
        }
3356
    ],
3357
    "packages-dev": [
3358
        {
3359
            "name": "doctrine/instantiator",
3360
            "version": "1.0.5",
3361
            "source": {
3362
                "type": "git",
3363
                "url": "https://github.com/doctrine/instantiator.git",
3364
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
3365
            },
3366
            "dist": {
3367
                "type": "zip",
3368
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
3369
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
3370
                "shasum": ""
3371
            },
3372
            "require": {
3373
                "php": ">=5.3,<8.0-DEV"
3374
            },
3375
            "require-dev": {
3376
                "athletic/athletic": "~0.1.8",
3377
                "ext-pdo": "*",
3378
                "ext-phar": "*",
3379
                "phpunit/phpunit": "~4.0",
3380
                "squizlabs/php_codesniffer": "~2.0"
3381
            },
3382
            "type": "library",
3383
            "extra": {
3384
                "branch-alias": {
3385
                    "dev-master": "1.0.x-dev"
3386
                }
3387
            },
3388
            "autoload": {
3389
                "psr-4": {
3390
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
3391
                }
3392
            },
3393
            "notification-url": "https://packagist.org/downloads/",
3394
            "license": [
3395
                "MIT"
3396
            ],
3397
            "authors": [
3398
                {
3399
                    "name": "Marco Pivetta",
3400
                    "email": "[email protected]",
3401
                    "homepage": "http://ocramius.github.com/"
3402
                }
3403
            ],
3404
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
3405
            "homepage": "https://github.com/doctrine/instantiator",
3406
            "keywords": [
3407
                "constructor",
3408
                "instantiate"
3409
            ],
3410
            "time": "2015-06-14T21:17:01+00:00"
3411
        },
3412
        {
3413
            "name": "hamcrest/hamcrest-php",
3414
            "version": "v2.0.0",
3415
            "source": {
3416
                "type": "git",
3417
                "url": "https://github.com/hamcrest/hamcrest-php.git",
3418
                "reference": "776503d3a8e85d4f9a1148614f95b7a608b046ad"
3419
            },
3420
            "dist": {
3421
                "type": "zip",
3422
                "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/776503d3a8e85d4f9a1148614f95b7a608b046ad",
3423
                "reference": "776503d3a8e85d4f9a1148614f95b7a608b046ad",
3424
                "shasum": ""
3425
            },
3426
            "require": {
3427
                "php": "^5.3|^7.0"
3428
            },
3429
            "replace": {
3430
                "cordoval/hamcrest-php": "*",
3431
                "davedevelopment/hamcrest-php": "*",
3432
                "kodova/hamcrest-php": "*"
3433
            },
3434
            "require-dev": {
3435
                "phpunit/php-file-iterator": "1.3.3",
3436
                "phpunit/phpunit": "~4.0",
3437
                "satooshi/php-coveralls": "^1.0"
3438
            },
3439
            "type": "library",
3440
            "extra": {
3441
                "branch-alias": {
3442
                    "dev-master": "2.0-dev"
3443
                }
3444
            },
3445
            "autoload": {
3446
                "classmap": [
3447
                    "hamcrest"
3448
                ]
3449
            },
3450
            "notification-url": "https://packagist.org/downloads/",
3451
            "license": [
3452
                "BSD"
3453
            ],
3454
            "description": "This is the PHP port of Hamcrest Matchers",
3455
            "keywords": [
3456
                "test"
3457
            ],
3458
            "time": "2016-01-20T08:20:44+00:00"
3459
        },
3460
        {
3461
            "name": "matthiasnoback/symfony-config-test",
3462
            "version": "v2.2.0",
3463
            "source": {
3464
                "type": "git",
3465
                "url": "https://github.com/SymfonyTest/SymfonyConfigTest.git",
3466
                "reference": "8d48332ed83ac3bacc99ce487ade25df2613ab1e"
3467
            },
3468
            "dist": {
3469
                "type": "zip",
3470
                "url": "https://api.github.com/repos/SymfonyTest/SymfonyConfigTest/zipball/8d48332ed83ac3bacc99ce487ade25df2613ab1e",
3471
                "reference": "8d48332ed83ac3bacc99ce487ade25df2613ab1e",
3472
                "shasum": ""
3473
            },
3474
            "require": {
3475
                "php": "^5.3|^7.0",
3476
                "sebastian/exporter": "^1.0|^2.0",
3477
                "symfony/config": "^2.3|^3.0|^4.0"
3478
            },
3479
            "require-dev": {
3480
                "phpunit/phpunit": "^4.0|^5.0"
3481
            },
3482
            "type": "library",
3483
            "autoload": {
3484
                "psr-4": {
3485
                    "Matthias\\SymfonyConfigTest\\": ""
3486
                }
3487
            },
3488
            "notification-url": "https://packagist.org/downloads/",
3489
            "license": [
3490
                "MIT"
3491
            ],
3492
            "authors": [
3493
                {
3494
                    "name": "Matthias Noback",
3495
                    "email": "[email protected]",
3496
                    "homepage": "http://php-and-symfony.matthiasnoback.nl"
3497
                }
3498
            ],
3499
            "description": "Library for testing user classes related to the Symfony Config Component",
3500
            "homepage": "https://github.com/matthiasnoback/SymfonyConfigTest",
3501
            "keywords": [
3502
                "config",
3503
                "phpunit",
3504
                "symfony"
3505
            ],
3506
            "time": "2017-11-21T18:42:45+00:00"
3507
        },
3508
        {
3509
            "name": "mockery/mockery",
3510
            "version": "1.1.0",
3511
            "source": {
3512
                "type": "git",
3513
                "url": "https://github.com/mockery/mockery.git",
3514
                "reference": "99e29d3596b16dabe4982548527d5ddf90232e99"
3515
            },
3516
            "dist": {
3517
                "type": "zip",
3518
                "url": "https://api.github.com/repos/mockery/mockery/zipball/99e29d3596b16dabe4982548527d5ddf90232e99",
3519
                "reference": "99e29d3596b16dabe4982548527d5ddf90232e99",
3520
                "shasum": ""
3521
            },
3522
            "require": {
3523
                "hamcrest/hamcrest-php": "~2.0",
3524
                "lib-pcre": ">=7.0",
3525
                "php": ">=5.6.0"
3526
            },
3527
            "require-dev": {
3528
                "phpdocumentor/phpdocumentor": "^2.9",
3529
                "phpunit/phpunit": "~5.7.10|~6.5"
3530
            },
3531
            "type": "library",
3532
            "extra": {
3533
                "branch-alias": {
3534
                    "dev-master": "1.0.x-dev"
3535
                }
3536
            },
3537
            "autoload": {
3538
                "psr-0": {
3539
                    "Mockery": "library/"
3540
                }
3541
            },
3542
            "notification-url": "https://packagist.org/downloads/",
3543
            "license": [
3544
                "BSD-3-Clause"
3545
            ],
3546
            "authors": [
3547
                {
3548
                    "name": "Pádraic Brady",
3549
                    "email": "[email protected]",
3550
                    "homepage": "http://blog.astrumfutura.com"
3551
                },
3552
                {
3553
                    "name": "Dave Marshall",
3554
                    "email": "[email protected]",
3555
                    "homepage": "http://davedevelopment.co.uk"
3556
                }
3557
            ],
3558
            "description": "Mockery is a simple yet flexible PHP mock object framework",
3559
            "homepage": "https://github.com/mockery/mockery",
3560
            "keywords": [
3561
                "BDD",
3562
                "TDD",
3563
                "library",
3564
                "mock",
3565
                "mock objects",
3566
                "mockery",
3567
                "stub",
3568
                "test",
3569
                "test double",
3570
                "testing"
3571
            ],
3572
            "time": "2018-05-08T08:54:48+00:00"
3573
        },
3574
        {
3575
            "name": "myclabs/deep-copy",
3576
            "version": "1.7.0",
3577
            "source": {
3578
                "type": "git",
3579
                "url": "https://github.com/myclabs/DeepCopy.git",
3580
                "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e"
3581
            },
3582
            "dist": {
3583
                "type": "zip",
3584
                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
3585
                "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
3586
                "shasum": ""
3587
            },
3588
            "require": {
3589
                "php": "^5.6 || ^7.0"
3590
            },
3591
            "require-dev": {
3592
                "doctrine/collections": "^1.0",
3593
                "doctrine/common": "^2.6",
3594
                "phpunit/phpunit": "^4.1"
3595
            },
3596
            "type": "library",
3597
            "autoload": {
3598
                "psr-4": {
3599
                    "DeepCopy\\": "src/DeepCopy/"
3600
                },
3601
                "files": [
3602
                    "src/DeepCopy/deep_copy.php"
3603
                ]
3604
            },
3605
            "notification-url": "https://packagist.org/downloads/",
3606
            "license": [
3607
                "MIT"
3608
            ],
3609
            "description": "Create deep copies (clones) of your objects",
3610
            "keywords": [
3611
                "clone",
3612
                "copy",
3613
                "duplicate",
3614
                "object",
3615
                "object graph"
3616
            ],
3617
            "time": "2017-10-19T19:58:43+00:00"
3618
        },
3619
        {
3620
            "name": "pdepend/pdepend",
3621
            "version": "2.5.2",
3622
            "source": {
3623
                "type": "git",
3624
                "url": "https://github.com/pdepend/pdepend.git",
3625
                "reference": "9daf26d0368d4a12bed1cacae1a9f3a6f0adf239"
3626
            },
3627
            "dist": {
3628
                "type": "zip",
3629
                "url": "https://api.github.com/repos/pdepend/pdepend/zipball/9daf26d0368d4a12bed1cacae1a9f3a6f0adf239",
3630
                "reference": "9daf26d0368d4a12bed1cacae1a9f3a6f0adf239",
3631
                "shasum": ""
3632
            },
3633
            "require": {
3634
                "php": ">=5.3.7",
3635
                "symfony/config": "^2.3.0|^3|^4",
3636
                "symfony/dependency-injection": "^2.3.0|^3|^4",
3637
                "symfony/filesystem": "^2.3.0|^3|^4"
3638
            },
3639
            "require-dev": {
3640
                "phpunit/phpunit": "^4.8|^5.7",
3641
                "squizlabs/php_codesniffer": "^2.0.0"
3642
            },
3643
            "bin": [
3644
                "src/bin/pdepend"
3645
            ],
3646
            "type": "library",
3647
            "autoload": {
3648
                "psr-4": {
3649
                    "PDepend\\": "src/main/php/PDepend"
3650
                }
3651
            },
3652
            "notification-url": "https://packagist.org/downloads/",
3653
            "license": [
3654
                "BSD-3-Clause"
3655
            ],
3656
            "description": "Official version of pdepend to be handled with Composer",
3657
            "time": "2017-12-13T13:21:38+00:00"
3658
        },
3659
        {
3660
            "name": "phpdocumentor/reflection-common",
3661
            "version": "1.0.1",
3662
            "source": {
3663
                "type": "git",
3664
                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
3665
                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
3666
            },
3667
            "dist": {
3668
                "type": "zip",
3669
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
3670
                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
3671
                "shasum": ""
3672
            },
3673
            "require": {
3674
                "php": ">=5.5"
3675
            },
3676
            "require-dev": {
3677
                "phpunit/phpunit": "^4.6"
3678
            },
3679
            "type": "library",
3680
            "extra": {
3681
                "branch-alias": {
3682
                    "dev-master": "1.0.x-dev"
3683
                }
3684
            },
3685
            "autoload": {
3686
                "psr-4": {
3687
                    "phpDocumentor\\Reflection\\": [
3688
                        "src"
3689
                    ]
3690
                }
3691
            },
3692
            "notification-url": "https://packagist.org/downloads/",
3693
            "license": [
3694
                "MIT"
3695
            ],
3696
            "authors": [
3697
                {
3698
                    "name": "Jaap van Otterdijk",
3699
                    "email": "[email protected]"
3700
                }
3701
            ],
3702
            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
3703
            "homepage": "http://www.phpdoc.org",
3704
            "keywords": [
3705
                "FQSEN",
3706
                "phpDocumentor",
3707
                "phpdoc",
3708
                "reflection",
3709
                "static analysis"
3710
            ],
3711
            "time": "2017-09-11T18:02:19+00:00"
3712
        },
3713
        {
3714
            "name": "phpdocumentor/reflection-docblock",
3715
            "version": "3.3.2",
3716
            "source": {
3717
                "type": "git",
3718
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
3719
                "reference": "bf329f6c1aadea3299f08ee804682b7c45b326a2"
3720
            },
3721
            "dist": {
3722
                "type": "zip",
3723
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/bf329f6c1aadea3299f08ee804682b7c45b326a2",
3724
                "reference": "bf329f6c1aadea3299f08ee804682b7c45b326a2",
3725
                "shasum": ""
3726
            },
3727
            "require": {
3728
                "php": "^5.6 || ^7.0",
3729
                "phpdocumentor/reflection-common": "^1.0.0",
3730
                "phpdocumentor/type-resolver": "^0.4.0",
3731
                "webmozart/assert": "^1.0"
3732
            },
3733
            "require-dev": {
3734
                "mockery/mockery": "^0.9.4",
3735
                "phpunit/phpunit": "^4.4"
3736
            },
3737
            "type": "library",
3738
            "autoload": {
3739
                "psr-4": {
3740
                    "phpDocumentor\\Reflection\\": [
3741
                        "src/"
3742
                    ]
3743
                }
3744
            },
3745
            "notification-url": "https://packagist.org/downloads/",
3746
            "license": [
3747
                "MIT"
3748
            ],
3749
            "authors": [
3750
                {
3751
                    "name": "Mike van Riel",
3752
                    "email": "[email protected]"
3753
                }
3754
            ],
3755
            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
3756
            "time": "2017-11-10T14:09:06+00:00"
3757
        },
3758
        {
3759
            "name": "phpdocumentor/type-resolver",
3760
            "version": "0.4.0",
3761
            "source": {
3762
                "type": "git",
3763
                "url": "https://github.com/phpDocumentor/TypeResolver.git",
3764
                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
3765
            },
3766
            "dist": {
3767
                "type": "zip",
3768
                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
3769
                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
3770
                "shasum": ""
3771
            },
3772
            "require": {
3773
                "php": "^5.5 || ^7.0",
3774
                "phpdocumentor/reflection-common": "^1.0"
3775
            },
3776
            "require-dev": {
3777
                "mockery/mockery": "^0.9.4",
3778
                "phpunit/phpunit": "^5.2||^4.8.24"
3779
            },
3780
            "type": "library",
3781
            "extra": {
3782
                "branch-alias": {
3783
                    "dev-master": "1.0.x-dev"
3784
                }
3785
            },
3786
            "autoload": {
3787
                "psr-4": {
3788
                    "phpDocumentor\\Reflection\\": [
3789
                        "src/"
3790
                    ]
3791
                }
3792
            },
3793
            "notification-url": "https://packagist.org/downloads/",
3794
            "license": [
3795
                "MIT"
3796
            ],
3797
            "authors": [
3798
                {
3799
                    "name": "Mike van Riel",
3800
                    "email": "[email protected]"
3801
                }
3802
            ],
3803
            "time": "2017-07-14T14:27:02+00:00"
3804
        },
3805
        {
3806
            "name": "phpmd/phpmd",
3807
            "version": "2.6.0",
3808
            "source": {
3809
                "type": "git",
3810
                "url": "https://github.com/phpmd/phpmd.git",
3811
                "reference": "4e9924b2c157a3eb64395460fcf56b31badc8374"
3812
            },
3813
            "dist": {
3814
                "type": "zip",
3815
                "url": "https://api.github.com/repos/phpmd/phpmd/zipball/4e9924b2c157a3eb64395460fcf56b31badc8374",
3816
                "reference": "4e9924b2c157a3eb64395460fcf56b31badc8374",
3817
                "shasum": ""
3818
            },
3819
            "require": {
3820
                "ext-xml": "*",
3821
                "pdepend/pdepend": "^2.5",
3822
                "php": ">=5.3.9"
3823
            },
3824
            "require-dev": {
3825
                "phpunit/phpunit": "^4.0",
3826
                "squizlabs/php_codesniffer": "^2.0"
3827
            },
3828
            "bin": [
3829
                "src/bin/phpmd"
3830
            ],
3831
            "type": "project",
3832
            "autoload": {
3833
                "psr-0": {
3834
                    "PHPMD\\": "src/main/php"
3835
                }
3836
            },
3837
            "notification-url": "https://packagist.org/downloads/",
3838
            "license": [
3839
                "BSD-3-Clause"
3840
            ],
3841
            "authors": [
3842
                {
3843
                    "name": "Manuel Pichler",
3844
                    "email": "[email protected]",
3845
                    "homepage": "https://github.com/manuelpichler",
3846
                    "role": "Project Founder"
3847
                },
3848
                {
3849
                    "name": "Other contributors",
3850
                    "homepage": "https://github.com/phpmd/phpmd/graphs/contributors",
3851
                    "role": "Contributors"
3852
                },
3853
                {
3854
                    "name": "Marc Würth",
3855
                    "email": "[email protected]",
3856
                    "homepage": "https://github.com/ravage84",
3857
                    "role": "Project Maintainer"
3858
                }
3859
            ],
3860
            "description": "PHPMD is a spin-off project of PHP Depend and aims to be a PHP equivalent of the well known Java tool PMD.",
3861
            "homepage": "http://phpmd.org/",
3862
            "keywords": [
3863
                "mess detection",
3864
                "mess detector",
3865
                "pdepend",
3866
                "phpmd",
3867
                "pmd"
3868
            ],
3869
            "time": "2017-01-20T14:41:10+00:00"
3870
        },
3871
        {
3872
            "name": "phpspec/prophecy",
3873
            "version": "1.8.0",
3874
            "source": {
3875
                "type": "git",
3876
                "url": "https://github.com/phpspec/prophecy.git",
3877
                "reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06"
3878
            },
3879
            "dist": {
3880
                "type": "zip",
3881
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/4ba436b55987b4bf311cb7c6ba82aa528aac0a06",
3882
                "reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06",
3883
                "shasum": ""
3884
            },
3885
            "require": {
3886
                "doctrine/instantiator": "^1.0.2",
3887
                "php": "^5.3|^7.0",
3888
                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
3889
                "sebastian/comparator": "^1.1|^2.0|^3.0",
3890
                "sebastian/recursion-context": "^1.0|^2.0|^3.0"
3891
            },
3892
            "require-dev": {
3893
                "phpspec/phpspec": "^2.5|^3.2",
3894
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1"
3895
            },
3896
            "type": "library",
3897
            "extra": {
3898
                "branch-alias": {
3899
                    "dev-master": "1.8.x-dev"
3900
                }
3901
            },
3902
            "autoload": {
3903
                "psr-0": {
3904
                    "Prophecy\\": "src/"
3905
                }
3906
            },
3907
            "notification-url": "https://packagist.org/downloads/",
3908
            "license": [
3909
                "MIT"
3910
            ],
3911
            "authors": [
3912
                {
3913
                    "name": "Konstantin Kudryashov",
3914
                    "email": "[email protected]",
3915
                    "homepage": "http://everzet.com"
3916
                },
3917
                {
3918
                    "name": "Marcello Duarte",
3919
                    "email": "[email protected]"
3920
                }
3921
            ],
3922
            "description": "Highly opinionated mocking framework for PHP 5.3+",
3923
            "homepage": "https://github.com/phpspec/prophecy",
3924
            "keywords": [
3925
                "Double",
3926
                "Dummy",
3927
                "fake",
3928
                "mock",
3929
                "spy",
3930
                "stub"
3931
            ],
3932
            "time": "2018-08-05T17:53:17+00:00"
3933
        },
3934
        {
3935
            "name": "phpunit/php-code-coverage",
3936
            "version": "4.0.8",
3937
            "source": {
3938
                "type": "git",
3939
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
3940
                "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d"
3941
            },
3942
            "dist": {
3943
                "type": "zip",
3944
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
3945
                "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
3946
                "shasum": ""
3947
            },
3948
            "require": {
3949
                "ext-dom": "*",
3950
                "ext-xmlwriter": "*",
3951
                "php": "^5.6 || ^7.0",
3952
                "phpunit/php-file-iterator": "^1.3",
3953
                "phpunit/php-text-template": "^1.2",
3954
                "phpunit/php-token-stream": "^1.4.2 || ^2.0",
3955
                "sebastian/code-unit-reverse-lookup": "^1.0",
3956
                "sebastian/environment": "^1.3.2 || ^2.0",
3957
                "sebastian/version": "^1.0 || ^2.0"
3958
            },
3959
            "require-dev": {
3960
                "ext-xdebug": "^2.1.4",
3961
                "phpunit/phpunit": "^5.7"
3962
            },
3963
            "suggest": {
3964
                "ext-xdebug": "^2.5.1"
3965
            },
3966
            "type": "library",
3967
            "extra": {
3968
                "branch-alias": {
3969
                    "dev-master": "4.0.x-dev"
3970
                }
3971
            },
3972
            "autoload": {
3973
                "classmap": [
3974
                    "src/"
3975
                ]
3976
            },
3977
            "notification-url": "https://packagist.org/downloads/",
3978
            "license": [
3979
                "BSD-3-Clause"
3980
            ],
3981
            "authors": [
3982
                {
3983
                    "name": "Sebastian Bergmann",
3984
                    "email": "[email protected]",
3985
                    "role": "lead"
3986
                }
3987
            ],
3988
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
3989
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
3990
            "keywords": [
3991
                "coverage",
3992
                "testing",
3993
                "xunit"
3994
            ],
3995
            "time": "2017-04-02T07:44:40+00:00"
3996
        },
3997
        {
3998
            "name": "phpunit/php-file-iterator",
3999
            "version": "1.4.5",
4000
            "source": {
4001
                "type": "git",
4002
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
4003
                "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4"
4004
            },
4005
            "dist": {
4006
                "type": "zip",
4007
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4",
4008
                "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4",
4009
                "shasum": ""
4010
            },
4011
            "require": {
4012
                "php": ">=5.3.3"
4013
            },
4014
            "type": "library",
4015
            "extra": {
4016
                "branch-alias": {
4017
                    "dev-master": "1.4.x-dev"
4018
                }
4019
            },
4020
            "autoload": {
4021
                "classmap": [
4022
                    "src/"
4023
                ]
4024
            },
4025
            "notification-url": "https://packagist.org/downloads/",
4026
            "license": [
4027
                "BSD-3-Clause"
4028
            ],
4029
            "authors": [
4030
                {
4031
                    "name": "Sebastian Bergmann",
4032
                    "email": "[email protected]",
4033
                    "role": "lead"
4034
                }
4035
            ],
4036
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
4037
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
4038
            "keywords": [
4039
                "filesystem",
4040
                "iterator"
4041
            ],
4042
            "time": "2017-11-27T13:52:08+00:00"
4043
        },
4044
        {
4045
            "name": "phpunit/php-text-template",
4046
            "version": "1.2.1",
4047
            "source": {
4048
                "type": "git",
4049
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
4050
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
4051
            },
4052
            "dist": {
4053
                "type": "zip",
4054
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
4055
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
4056
                "shasum": ""
4057
            },
4058
            "require": {
4059
                "php": ">=5.3.3"
4060
            },
4061
            "type": "library",
4062
            "autoload": {
4063
                "classmap": [
4064
                    "src/"
4065
                ]
4066
            },
4067
            "notification-url": "https://packagist.org/downloads/",
4068
            "license": [
4069
                "BSD-3-Clause"
4070
            ],
4071
            "authors": [
4072
                {
4073
                    "name": "Sebastian Bergmann",
4074
                    "email": "[email protected]",
4075
                    "role": "lead"
4076
                }
4077
            ],
4078
            "description": "Simple template engine.",
4079
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
4080
            "keywords": [
4081
                "template"
4082
            ],
4083
            "time": "2015-06-21T13:50:34+00:00"
4084
        },
4085
        {
4086
            "name": "phpunit/php-timer",
4087
            "version": "1.0.9",
4088
            "source": {
4089
                "type": "git",
4090
                "url": "https://github.com/sebastianbergmann/php-timer.git",
4091
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
4092
            },
4093
            "dist": {
4094
                "type": "zip",
4095
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
4096
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
4097
                "shasum": ""
4098
            },
4099
            "require": {
4100
                "php": "^5.3.3 || ^7.0"
4101
            },
4102
            "require-dev": {
4103
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
4104
            },
4105
            "type": "library",
4106
            "extra": {
4107
                "branch-alias": {
4108
                    "dev-master": "1.0-dev"
4109
                }
4110
            },
4111
            "autoload": {
4112
                "classmap": [
4113
                    "src/"
4114
                ]
4115
            },
4116
            "notification-url": "https://packagist.org/downloads/",
4117
            "license": [
4118
                "BSD-3-Clause"
4119
            ],
4120
            "authors": [
4121
                {
4122
                    "name": "Sebastian Bergmann",
4123
                    "email": "[email protected]",
4124
                    "role": "lead"
4125
                }
4126
            ],
4127
            "description": "Utility class for timing",
4128
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
4129
            "keywords": [
4130
                "timer"
4131
            ],
4132
            "time": "2017-02-26T11:10:40+00:00"
4133
        },
4134
        {
4135
            "name": "phpunit/php-token-stream",
4136
            "version": "1.4.12",
4137
            "source": {
4138
                "type": "git",
4139
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
4140
                "reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16"
4141
            },
4142
            "dist": {
4143
                "type": "zip",
4144
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/1ce90ba27c42e4e44e6d8458241466380b51fa16",
4145
                "reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16",
4146
                "shasum": ""
4147
            },
4148
            "require": {
4149
                "ext-tokenizer": "*",
4150
                "php": ">=5.3.3"
4151
            },
4152
            "require-dev": {
4153
                "phpunit/phpunit": "~4.2"
4154
            },
4155
            "type": "library",
4156
            "extra": {
4157
                "branch-alias": {
4158
                    "dev-master": "1.4-dev"
4159
                }
4160
            },
4161
            "autoload": {
4162
                "classmap": [
4163
                    "src/"
4164
                ]
4165
            },
4166
            "notification-url": "https://packagist.org/downloads/",
4167
            "license": [
4168
                "BSD-3-Clause"
4169
            ],
4170
            "authors": [
4171
                {
4172
                    "name": "Sebastian Bergmann",
4173
                    "email": "[email protected]"
4174
                }
4175
            ],
4176
            "description": "Wrapper around PHP's tokenizer extension.",
4177
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
4178
            "keywords": [
4179
                "tokenizer"
4180
            ],
4181
            "time": "2017-12-04T08:55:13+00:00"
4182
        },
4183
        {
4184
            "name": "phpunit/phpunit",
4185
            "version": "5.7.27",
4186
            "source": {
4187
                "type": "git",
4188
                "url": "https://github.com/sebastianbergmann/phpunit.git",
4189
                "reference": "b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c"
4190
            },
4191
            "dist": {
4192
                "type": "zip",
4193
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c",
4194
                "reference": "b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c",
4195
                "shasum": ""
4196
            },
4197
            "require": {
4198
                "ext-dom": "*",
4199
                "ext-json": "*",
4200
                "ext-libxml": "*",
4201
                "ext-mbstring": "*",
4202
                "ext-xml": "*",
4203
                "myclabs/deep-copy": "~1.3",
4204
                "php": "^5.6 || ^7.0",
4205
                "phpspec/prophecy": "^1.6.2",
4206
                "phpunit/php-code-coverage": "^4.0.4",
4207
                "phpunit/php-file-iterator": "~1.4",
4208
                "phpunit/php-text-template": "~1.2",
4209
                "phpunit/php-timer": "^1.0.6",
4210
                "phpunit/phpunit-mock-objects": "^3.2",
4211
                "sebastian/comparator": "^1.2.4",
4212
                "sebastian/diff": "^1.4.3",
4213
                "sebastian/environment": "^1.3.4 || ^2.0",
4214
                "sebastian/exporter": "~2.0",
4215
                "sebastian/global-state": "^1.1",
4216
                "sebastian/object-enumerator": "~2.0",
4217
                "sebastian/resource-operations": "~1.0",
4218
                "sebastian/version": "^1.0.6|^2.0.1",
4219
                "symfony/yaml": "~2.1|~3.0|~4.0"
4220
            },
4221
            "conflict": {
4222
                "phpdocumentor/reflection-docblock": "3.0.2"
4223
            },
4224
            "require-dev": {
4225
                "ext-pdo": "*"
4226
            },
4227
            "suggest": {
4228
                "ext-xdebug": "*",
4229
                "phpunit/php-invoker": "~1.1"
4230
            },
4231
            "bin": [
4232
                "phpunit"
4233
            ],
4234
            "type": "library",
4235
            "extra": {
4236
                "branch-alias": {
4237
                    "dev-master": "5.7.x-dev"
4238
                }
4239
            },
4240
            "autoload": {
4241
                "classmap": [
4242
                    "src/"
4243
                ]
4244
            },
4245
            "notification-url": "https://packagist.org/downloads/",
4246
            "license": [
4247
                "BSD-3-Clause"
4248
            ],
4249
            "authors": [
4250
                {
4251
                    "name": "Sebastian Bergmann",
4252
                    "email": "[email protected]",
4253
                    "role": "lead"
4254
                }
4255
            ],
4256
            "description": "The PHP Unit Testing framework.",
4257
            "homepage": "https://phpunit.de/",
4258
            "keywords": [
4259
                "phpunit",
4260
                "testing",
4261
                "xunit"
4262
            ],
4263
            "time": "2018-02-01T05:50:59+00:00"
4264
        },
4265
        {
4266
            "name": "phpunit/phpunit-mock-objects",
4267
            "version": "3.4.4",
4268
            "source": {
4269
                "type": "git",
4270
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
4271
                "reference": "a23b761686d50a560cc56233b9ecf49597cc9118"
4272
            },
4273
            "dist": {
4274
                "type": "zip",
4275
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/a23b761686d50a560cc56233b9ecf49597cc9118",
4276
                "reference": "a23b761686d50a560cc56233b9ecf49597cc9118",
4277
                "shasum": ""
4278
            },
4279
            "require": {
4280
                "doctrine/instantiator": "^1.0.2",
4281
                "php": "^5.6 || ^7.0",
4282
                "phpunit/php-text-template": "^1.2",
4283
                "sebastian/exporter": "^1.2 || ^2.0"
4284
            },
4285
            "conflict": {
4286
                "phpunit/phpunit": "<5.4.0"
4287
            },
4288
            "require-dev": {
4289
                "phpunit/phpunit": "^5.4"
4290
            },
4291
            "suggest": {
4292
                "ext-soap": "*"
4293
            },
4294
            "type": "library",
4295
            "extra": {
4296
                "branch-alias": {
4297
                    "dev-master": "3.2.x-dev"
4298
                }
4299
            },
4300
            "autoload": {
4301
                "classmap": [
4302
                    "src/"
4303
                ]
4304
            },
4305
            "notification-url": "https://packagist.org/downloads/",
4306
            "license": [
4307
                "BSD-3-Clause"
4308
            ],
4309
            "authors": [
4310
                {
4311
                    "name": "Sebastian Bergmann",
4312
                    "email": "[email protected]",
4313
                    "role": "lead"
4314
                }
4315
            ],
4316
            "description": "Mock Object library for PHPUnit",
4317
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
4318
            "keywords": [
4319
                "mock",
4320
                "xunit"
4321
            ],
4322
            "time": "2017-06-30T09:13:00+00:00"
4323
        },
4324
        {
4325
            "name": "sebastian/code-unit-reverse-lookup",
4326
            "version": "1.0.1",
4327
            "source": {
4328
                "type": "git",
4329
                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
4330
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
4331
            },
4332
            "dist": {
4333
                "type": "zip",
4334
                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
4335
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
4336
                "shasum": ""
4337
            },
4338
            "require": {
4339
                "php": "^5.6 || ^7.0"
4340
            },
4341
            "require-dev": {
4342
                "phpunit/phpunit": "^5.7 || ^6.0"
4343
            },
4344
            "type": "library",
4345
            "extra": {
4346
                "branch-alias": {
4347
                    "dev-master": "1.0.x-dev"
4348
                }
4349
            },
4350
            "autoload": {
4351
                "classmap": [
4352
                    "src/"
4353
                ]
4354
            },
4355
            "notification-url": "https://packagist.org/downloads/",
4356
            "license": [
4357
                "BSD-3-Clause"
4358
            ],
4359
            "authors": [
4360
                {
4361
                    "name": "Sebastian Bergmann",
4362
                    "email": "[email protected]"
4363
                }
4364
            ],
4365
            "description": "Looks up which function or method a line of code belongs to",
4366
            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
4367
            "time": "2017-03-04T06:30:41+00:00"
4368
        },
4369
        {
4370
            "name": "sebastian/comparator",
4371
            "version": "1.2.4",
4372
            "source": {
4373
                "type": "git",
4374
                "url": "https://github.com/sebastianbergmann/comparator.git",
4375
                "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
4376
            },
4377
            "dist": {
4378
                "type": "zip",
4379
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
4380
                "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
4381
                "shasum": ""
4382
            },
4383
            "require": {
4384
                "php": ">=5.3.3",
4385
                "sebastian/diff": "~1.2",
4386
                "sebastian/exporter": "~1.2 || ~2.0"
4387
            },
4388
            "require-dev": {
4389
                "phpunit/phpunit": "~4.4"
4390
            },
4391
            "type": "library",
4392
            "extra": {
4393
                "branch-alias": {
4394
                    "dev-master": "1.2.x-dev"
4395
                }
4396
            },
4397
            "autoload": {
4398
                "classmap": [
4399
                    "src/"
4400
                ]
4401
            },
4402
            "notification-url": "https://packagist.org/downloads/",
4403
            "license": [
4404
                "BSD-3-Clause"
4405
            ],
4406
            "authors": [
4407
                {
4408
                    "name": "Jeff Welch",
4409
                    "email": "[email protected]"
4410
                },
4411
                {
4412
                    "name": "Volker Dusch",
4413
                    "email": "[email protected]"
4414
                },
4415
                {
4416
                    "name": "Bernhard Schussek",
4417
                    "email": "[email protected]"
4418
                },
4419
                {
4420
                    "name": "Sebastian Bergmann",
4421
                    "email": "[email protected]"
4422
                }
4423
            ],
4424
            "description": "Provides the functionality to compare PHP values for equality",
4425
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
4426
            "keywords": [
4427
                "comparator",
4428
                "compare",
4429
                "equality"
4430
            ],
4431
            "time": "2017-01-29T09:50:25+00:00"
4432
        },
4433
        {
4434
            "name": "sebastian/diff",
4435
            "version": "1.4.3",
4436
            "source": {
4437
                "type": "git",
4438
                "url": "https://github.com/sebastianbergmann/diff.git",
4439
                "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4"
4440
            },
4441
            "dist": {
4442
                "type": "zip",
4443
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4",
4444
                "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4",
4445
                "shasum": ""
4446
            },
4447
            "require": {
4448
                "php": "^5.3.3 || ^7.0"
4449
            },
4450
            "require-dev": {
4451
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
4452
            },
4453
            "type": "library",
4454
            "extra": {
4455
                "branch-alias": {
4456
                    "dev-master": "1.4-dev"
4457
                }
4458
            },
4459
            "autoload": {
4460
                "classmap": [
4461
                    "src/"
4462
                ]
4463
            },
4464
            "notification-url": "https://packagist.org/downloads/",
4465
            "license": [
4466
                "BSD-3-Clause"
4467
            ],
4468
            "authors": [
4469
                {
4470
                    "name": "Kore Nordmann",
4471
                    "email": "[email protected]"
4472
                },
4473
                {
4474
                    "name": "Sebastian Bergmann",
4475
                    "email": "[email protected]"
4476
                }
4477
            ],
4478
            "description": "Diff implementation",
4479
            "homepage": "https://github.com/sebastianbergmann/diff",
4480
            "keywords": [
4481
                "diff"
4482
            ],
4483
            "time": "2017-05-22T07:24:03+00:00"
4484
        },
4485
        {
4486
            "name": "sebastian/environment",
4487
            "version": "2.0.0",
4488
            "source": {
4489
                "type": "git",
4490
                "url": "https://github.com/sebastianbergmann/environment.git",
4491
                "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac"
4492
            },
4493
            "dist": {
4494
                "type": "zip",
4495
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
4496
                "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
4497
                "shasum": ""
4498
            },
4499
            "require": {
4500
                "php": "^5.6 || ^7.0"
4501
            },
4502
            "require-dev": {
4503
                "phpunit/phpunit": "^5.0"
4504
            },
4505
            "type": "library",
4506
            "extra": {
4507
                "branch-alias": {
4508
                    "dev-master": "2.0.x-dev"
4509
                }
4510
            },
4511
            "autoload": {
4512
                "classmap": [
4513
                    "src/"
4514
                ]
4515
            },
4516
            "notification-url": "https://packagist.org/downloads/",
4517
            "license": [
4518
                "BSD-3-Clause"
4519
            ],
4520
            "authors": [
4521
                {
4522
                    "name": "Sebastian Bergmann",
4523
                    "email": "[email protected]"
4524
                }
4525
            ],
4526
            "description": "Provides functionality to handle HHVM/PHP environments",
4527
            "homepage": "http://www.github.com/sebastianbergmann/environment",
4528
            "keywords": [
4529
                "Xdebug",
4530
                "environment",
4531
                "hhvm"
4532
            ],
4533
            "time": "2016-11-26T07:53:53+00:00"
4534
        },
4535
        {
4536
            "name": "sebastian/exporter",
4537
            "version": "2.0.0",
4538
            "source": {
4539
                "type": "git",
4540
                "url": "https://github.com/sebastianbergmann/exporter.git",
4541
                "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4"
4542
            },
4543
            "dist": {
4544
                "type": "zip",
4545
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
4546
                "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
4547
                "shasum": ""
4548
            },
4549
            "require": {
4550
                "php": ">=5.3.3",
4551
                "sebastian/recursion-context": "~2.0"
4552
            },
4553
            "require-dev": {
4554
                "ext-mbstring": "*",
4555
                "phpunit/phpunit": "~4.4"
4556
            },
4557
            "type": "library",
4558
            "extra": {
4559
                "branch-alias": {
4560
                    "dev-master": "2.0.x-dev"
4561
                }
4562
            },
4563
            "autoload": {
4564
                "classmap": [
4565
                    "src/"
4566
                ]
4567
            },
4568
            "notification-url": "https://packagist.org/downloads/",
4569
            "license": [
4570
                "BSD-3-Clause"
4571
            ],
4572
            "authors": [
4573
                {
4574
                    "name": "Jeff Welch",
4575
                    "email": "[email protected]"
4576
                },
4577
                {
4578
                    "name": "Volker Dusch",
4579
                    "email": "[email protected]"
4580
                },
4581
                {
4582
                    "name": "Bernhard Schussek",
4583
                    "email": "[email protected]"
4584
                },
4585
                {
4586
                    "name": "Sebastian Bergmann",
4587
                    "email": "[email protected]"
4588
                },
4589
                {
4590
                    "name": "Adam Harvey",
4591
                    "email": "[email protected]"
4592
                }
4593
            ],
4594
            "description": "Provides the functionality to export PHP variables for visualization",
4595
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
4596
            "keywords": [
4597
                "export",
4598
                "exporter"
4599
            ],
4600
            "time": "2016-11-19T08:54:04+00:00"
4601
        },
4602
        {
4603
            "name": "sebastian/finder-facade",
4604
            "version": "1.2.2",
4605
            "source": {
4606
                "type": "git",
4607
                "url": "https://github.com/sebastianbergmann/finder-facade.git",
4608
                "reference": "4a3174709c2dc565fe5fb26fcf827f6a1fc7b09f"
4609
            },
4610
            "dist": {
4611
                "type": "zip",
4612
                "url": "https://api.github.com/repos/sebastianbergmann/finder-facade/zipball/4a3174709c2dc565fe5fb26fcf827f6a1fc7b09f",
4613
                "reference": "4a3174709c2dc565fe5fb26fcf827f6a1fc7b09f",
4614
                "shasum": ""
4615
            },
4616
            "require": {
4617
                "symfony/finder": "~2.3|~3.0|~4.0",
4618
                "theseer/fdomdocument": "~1.3"
4619
            },
4620
            "type": "library",
4621
            "autoload": {
4622
                "classmap": [
4623
                    "src/"
4624
                ]
4625
            },
4626
            "notification-url": "https://packagist.org/downloads/",
4627
            "license": [
4628
                "BSD-3-Clause"
4629
            ],
4630
            "authors": [
4631
                {
4632
                    "name": "Sebastian Bergmann",
4633
                    "email": "[email protected]",
4634
                    "role": "lead"
4635
                }
4636
            ],
4637
            "description": "FinderFacade is a convenience wrapper for Symfony's Finder component.",
4638
            "homepage": "https://github.com/sebastianbergmann/finder-facade",
4639
            "time": "2017-11-18T17:31:49+00:00"
4640
        },
4641
        {
4642
            "name": "sebastian/global-state",
4643
            "version": "1.1.1",
4644
            "source": {
4645
                "type": "git",
4646
                "url": "https://github.com/sebastianbergmann/global-state.git",
4647
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
4648
            },
4649
            "dist": {
4650
                "type": "zip",
4651
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
4652
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
4653
                "shasum": ""
4654
            },
4655
            "require": {
4656
                "php": ">=5.3.3"
4657
            },
4658
            "require-dev": {
4659
                "phpunit/phpunit": "~4.2"
4660
            },
4661
            "suggest": {
4662
                "ext-uopz": "*"
4663
            },
4664
            "type": "library",
4665
            "extra": {
4666
                "branch-alias": {
4667
                    "dev-master": "1.0-dev"
4668
                }
4669
            },
4670
            "autoload": {
4671
                "classmap": [
4672
                    "src/"
4673
                ]
4674
            },
4675
            "notification-url": "https://packagist.org/downloads/",
4676
            "license": [
4677
                "BSD-3-Clause"
4678
            ],
4679
            "authors": [
4680
                {
4681
                    "name": "Sebastian Bergmann",
4682
                    "email": "[email protected]"
4683
                }
4684
            ],
4685
            "description": "Snapshotting of global state",
4686
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
4687
            "keywords": [
4688
                "global state"
4689
            ],
4690
            "time": "2015-10-12T03:26:01+00:00"
4691
        },
4692
        {
4693
            "name": "sebastian/object-enumerator",
4694
            "version": "2.0.1",
4695
            "source": {
4696
                "type": "git",
4697
                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
4698
                "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7"
4699
            },
4700
            "dist": {
4701
                "type": "zip",
4702
                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/1311872ac850040a79c3c058bea3e22d0f09cbb7",
4703
                "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7",
4704
                "shasum": ""
4705
            },
4706
            "require": {
4707
                "php": ">=5.6",
4708
                "sebastian/recursion-context": "~2.0"
4709
            },
4710
            "require-dev": {
4711
                "phpunit/phpunit": "~5"
4712
            },
4713
            "type": "library",
4714
            "extra": {
4715
                "branch-alias": {
4716
                    "dev-master": "2.0.x-dev"
4717
                }
4718
            },
4719
            "autoload": {
4720
                "classmap": [
4721
                    "src/"
4722
                ]
4723
            },
4724
            "notification-url": "https://packagist.org/downloads/",
4725
            "license": [
4726
                "BSD-3-Clause"
4727
            ],
4728
            "authors": [
4729
                {
4730
                    "name": "Sebastian Bergmann",
4731
                    "email": "[email protected]"
4732
                }
4733
            ],
4734
            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
4735
            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
4736
            "time": "2017-02-18T15:18:39+00:00"
4737
        },
4738
        {
4739
            "name": "sebastian/phpcpd",
4740
            "version": "2.0.4",
4741
            "source": {
4742
                "type": "git",
4743
                "url": "https://github.com/sebastianbergmann/phpcpd.git",
4744
                "reference": "24d9a880deadb0b8c9680e9cfe78e30b704225db"
4745
            },
4746
            "dist": {
4747
                "type": "zip",
4748
                "url": "https://api.github.com/repos/sebastianbergmann/phpcpd/zipball/24d9a880deadb0b8c9680e9cfe78e30b704225db",
4749
                "reference": "24d9a880deadb0b8c9680e9cfe78e30b704225db",
4750
                "shasum": ""
4751
            },
4752
            "require": {
4753
                "php": ">=5.3.3",
4754
                "phpunit/php-timer": ">=1.0.6",
4755
                "sebastian/finder-facade": "~1.1",
4756
                "sebastian/version": "~1.0|~2.0",
4757
                "symfony/console": "~2.7|^3.0",
4758
                "theseer/fdomdocument": "~1.4"
4759
            },
4760
            "bin": [
4761
                "phpcpd"
4762
            ],
4763
            "type": "library",
4764
            "extra": {
4765
                "branch-alias": {
4766
                    "dev-master": "2.0-dev"
4767
                }
4768
            },
4769
            "autoload": {
4770
                "classmap": [
4771
                    "src/"
4772
                ]
4773
            },
4774
            "notification-url": "https://packagist.org/downloads/",
4775
            "license": [
4776
                "BSD-3-Clause"
4777
            ],
4778
            "authors": [
4779
                {
4780
                    "name": "Sebastian Bergmann",
4781
                    "email": "[email protected]",
4782
                    "role": "lead"
4783
                }
4784
            ],
4785
            "description": "Copy/Paste Detector (CPD) for PHP code.",
4786
            "homepage": "https://github.com/sebastianbergmann/phpcpd",
4787
            "time": "2016-04-17T19:32:49+00:00"
4788
        },
4789
        {
4790
            "name": "sebastian/recursion-context",
4791
            "version": "2.0.0",
4792
            "source": {
4793
                "type": "git",
4794
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
4795
                "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a"
4796
            },
4797
            "dist": {
4798
                "type": "zip",
4799
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/2c3ba150cbec723aa057506e73a8d33bdb286c9a",
4800
                "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a",
4801
                "shasum": ""
4802
            },
4803
            "require": {
4804
                "php": ">=5.3.3"
4805
            },
4806
            "require-dev": {
4807
                "phpunit/phpunit": "~4.4"
4808
            },
4809
            "type": "library",
4810
            "extra": {
4811
                "branch-alias": {
4812
                    "dev-master": "2.0.x-dev"
4813
                }
4814
            },
4815
            "autoload": {
4816
                "classmap": [
4817
                    "src/"
4818
                ]
4819
            },
4820
            "notification-url": "https://packagist.org/downloads/",
4821
            "license": [
4822
                "BSD-3-Clause"
4823
            ],
4824
            "authors": [
4825
                {
4826
                    "name": "Jeff Welch",
4827
                    "email": "[email protected]"
4828
                },
4829
                {
4830
                    "name": "Sebastian Bergmann",
4831
                    "email": "[email protected]"
4832
                },
4833
                {
4834
                    "name": "Adam Harvey",
4835
                    "email": "[email protected]"
4836
                }
4837
            ],
4838
            "description": "Provides functionality to recursively process PHP variables",
4839
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
4840
            "time": "2016-11-19T07:33:16+00:00"
4841
        },
4842
        {
4843
            "name": "sebastian/resource-operations",
4844
            "version": "1.0.0",
4845
            "source": {
4846
                "type": "git",
4847
                "url": "https://github.com/sebastianbergmann/resource-operations.git",
4848
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
4849
            },
4850
            "dist": {
4851
                "type": "zip",
4852
                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
4853
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
4854
                "shasum": ""
4855
            },
4856
            "require": {
4857
                "php": ">=5.6.0"
4858
            },
4859
            "type": "library",
4860
            "extra": {
4861
                "branch-alias": {
4862
                    "dev-master": "1.0.x-dev"
4863
                }
4864
            },
4865
            "autoload": {
4866
                "classmap": [
4867
                    "src/"
4868
                ]
4869
            },
4870
            "notification-url": "https://packagist.org/downloads/",
4871
            "license": [
4872
                "BSD-3-Clause"
4873
            ],
4874
            "authors": [
4875
                {
4876
                    "name": "Sebastian Bergmann",
4877
                    "email": "[email protected]"
4878
                }
4879
            ],
4880
            "description": "Provides a list of PHP built-in functions that operate on resources",
4881
            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
4882
            "time": "2015-07-28T20:34:47+00:00"
4883
        },
4884
        {
4885
            "name": "sebastian/version",
4886
            "version": "2.0.1",
4887
            "source": {
4888
                "type": "git",
4889
                "url": "https://github.com/sebastianbergmann/version.git",
4890
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
4891
            },
4892
            "dist": {
4893
                "type": "zip",
4894
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
4895
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
4896
                "shasum": ""
4897
            },
4898
            "require": {
4899
                "php": ">=5.6"
4900
            },
4901
            "type": "library",
4902
            "extra": {
4903
                "branch-alias": {
4904
                    "dev-master": "2.0.x-dev"
4905
                }
4906
            },
4907
            "autoload": {
4908
                "classmap": [
4909
                    "src/"
4910
                ]
4911
            },
4912
            "notification-url": "https://packagist.org/downloads/",
4913
            "license": [
4914
                "BSD-3-Clause"
4915
            ],
4916
            "authors": [
4917
                {
4918
                    "name": "Sebastian Bergmann",
4919
                    "email": "[email protected]",
4920
                    "role": "lead"
4921
                }
4922
            ],
4923
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
4924
            "homepage": "https://github.com/sebastianbergmann/version",
4925
            "time": "2016-10-03T07:35:21+00:00"
4926
        },
4927
        {
4928
            "name": "squizlabs/php_codesniffer",
4929
            "version": "1.5.6",
4930
            "source": {
4931
                "type": "git",
4932
                "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
4933
                "reference": "6f3e42d311b882b25b4d409d23a289f4d3b803d5"
4934
            },
4935
            "dist": {
4936
                "type": "zip",
4937
                "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/6f3e42d311b882b25b4d409d23a289f4d3b803d5",
4938
                "reference": "6f3e42d311b882b25b4d409d23a289f4d3b803d5",
4939
                "shasum": ""
4940
            },
4941
            "require": {
4942
                "ext-tokenizer": "*",
4943
                "php": ">=5.1.2"
4944
            },
4945
            "suggest": {
4946
                "phpunit/php-timer": "dev-master"
4947
            },
4948
            "bin": [
4949
                "scripts/phpcs"
4950
            ],
4951
            "type": "library",
4952
            "extra": {
4953
                "branch-alias": {
4954
                    "dev-phpcs-fixer": "2.0.x-dev"
4955
                }
4956
            },
4957
            "autoload": {
4958
                "classmap": [
4959
                    "CodeSniffer.php",
4960
                    "CodeSniffer/CLI.php",
4961
                    "CodeSniffer/Exception.php",
4962
                    "CodeSniffer/File.php",
4963
                    "CodeSniffer/Report.php",
4964
                    "CodeSniffer/Reporting.php",
4965
                    "CodeSniffer/Sniff.php",
4966
                    "CodeSniffer/Tokens.php",
4967
                    "CodeSniffer/Reports/",
4968
                    "CodeSniffer/CommentParser/",
4969
                    "CodeSniffer/Tokenizers/",
4970
                    "CodeSniffer/DocGenerators/",
4971
                    "CodeSniffer/Standards/AbstractPatternSniff.php",
4972
                    "CodeSniffer/Standards/AbstractScopeSniff.php",
4973
                    "CodeSniffer/Standards/AbstractVariableSniff.php",
4974
                    "CodeSniffer/Standards/IncorrectPatternException.php",
4975
                    "CodeSniffer/Standards/Generic/Sniffs/",
4976
                    "CodeSniffer/Standards/MySource/Sniffs/",
4977
                    "CodeSniffer/Standards/PEAR/Sniffs/",
4978
                    "CodeSniffer/Standards/PSR1/Sniffs/",
4979
                    "CodeSniffer/Standards/PSR2/Sniffs/",
4980
                    "CodeSniffer/Standards/Squiz/Sniffs/",
4981
                    "CodeSniffer/Standards/Zend/Sniffs/"
4982
                ]
4983
            },
4984
            "notification-url": "https://packagist.org/downloads/",
4985
            "license": [
4986
                "BSD-3-Clause"
4987
            ],
4988
            "authors": [
4989
                {
4990
                    "name": "Greg Sherwood",
4991
                    "role": "lead"
4992
                }
4993
            ],
4994
            "description": "PHP_CodeSniffer tokenises PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
4995
            "homepage": "http://www.squizlabs.com/php-codesniffer",
4996
            "keywords": [
4997
                "phpcs",
4998
                "standards"
4999
            ],
5000
            "time": "2014-12-04T22:32:15+00:00"
5001
        },
5002
        {
5003
            "name": "symfony/phpunit-bridge",
5004
            "version": "v3.4.15",
5005
            "source": {
5006
                "type": "git",
5007
                "url": "https://github.com/symfony/phpunit-bridge.git",
5008
                "reference": "f4fde1ede82c7ca2a4f06cf48521a185b26c0fed"
5009
            },
5010
            "dist": {
5011
                "type": "zip",
5012
                "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/f4fde1ede82c7ca2a4f06cf48521a185b26c0fed",
5013
                "reference": "f4fde1ede82c7ca2a4f06cf48521a185b26c0fed",
5014
                "shasum": ""
5015
            },
5016
            "require": {
5017
                "php": ">=5.3.3"
5018
            },
5019
            "conflict": {
5020
                "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
5021
            },
5022
            "suggest": {
5023
                "ext-zip": "Zip support is required when using bin/simple-phpunit",
5024
                "symfony/debug": "For tracking deprecated interfaces usages at runtime with DebugClassLoader"
5025
            },
5026
            "bin": [
5027
                "bin/simple-phpunit"
5028
            ],
5029
            "type": "symfony-bridge",
5030
            "extra": {
5031
                "branch-alias": {
5032
                    "dev-master": "3.4-dev"
5033
                },
5034
                "thanks": {
5035
                    "name": "phpunit/phpunit",
5036
                    "url": "https://github.com/sebastianbergmann/phpunit"
5037
                }
5038
            },
5039
            "autoload": {
5040
                "files": [
5041
                    "bootstrap.php"
5042
                ],
5043
                "psr-4": {
5044
                    "Symfony\\Bridge\\PhpUnit\\": ""
5045
                },
5046
                "exclude-from-classmap": [
5047
                    "/Tests/"
5048
                ]
5049
            },
5050
            "notification-url": "https://packagist.org/downloads/",
5051
            "license": [
5052
                "MIT"
5053
            ],
5054
            "authors": [
5055
                {
5056
                    "name": "Nicolas Grekas",
5057
                    "email": "[email protected]"
5058
                },
5059
                {
5060
                    "name": "Symfony Community",
5061
                    "homepage": "https://symfony.com/contributors"
5062
                }
5063
            ],
5064
            "description": "Symfony PHPUnit Bridge",
5065
            "homepage": "https://symfony.com",
5066
            "time": "2018-08-27T15:17:06+00:00"
5067
        },
5068
        {
5069
            "name": "theseer/fdomdocument",
5070
            "version": "1.6.6",
5071
            "source": {
5072
                "type": "git",
5073
                "url": "https://github.com/theseer/fDOMDocument.git",
5074
                "reference": "6e8203e40a32a9c770bcb62fe37e68b948da6dca"
5075
            },
5076
            "dist": {
5077
                "type": "zip",
5078
                "url": "https://api.github.com/repos/theseer/fDOMDocument/zipball/6e8203e40a32a9c770bcb62fe37e68b948da6dca",
5079
                "reference": "6e8203e40a32a9c770bcb62fe37e68b948da6dca",
5080
                "shasum": ""
5081
            },
5082
            "require": {
5083
                "ext-dom": "*",
5084
                "lib-libxml": "*",
5085
                "php": ">=5.3.3"
5086
            },
5087
            "type": "library",
5088
            "autoload": {
5089
                "classmap": [
5090
                    "src/"
5091
                ]
5092
            },
5093
            "notification-url": "https://packagist.org/downloads/",
5094
            "license": [
5095
                "BSD-3-Clause"
5096
            ],
5097
            "authors": [
5098
                {
5099
                    "name": "Arne Blankerts",
5100
                    "email": "[email protected]",
5101
                    "role": "lead"
5102
                }
5103
            ],
5104
            "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.",
5105
            "homepage": "https://github.com/theseer/fDOMDocument",
5106
            "time": "2017-06-30T11:53:12+00:00"
5107
        }
5108
    ],
5109
    "aliases": [],
5110
    "minimum-stability": "stable",
5111
    "stability-flags": {
5112
        "surfnet/stepup-u2f-bundle": 20,
5113
        "ee/dataexporter-bundle": 20
5114
    },
5115
    "prefer-stable": false,
5116
    "prefer-lowest": false,
5117
    "platform": {
5118
        "php": "~5.6|~7.0"
5119
    },
5120
    "platform-dev": []
5121
}
5122