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

Filter input to avoid XPath injection
Loading history...
1883
            "version": "3.0.1",
1884
            "source": {
1885
                "type": "git",
1886
                "url": "https://github.com/robrichards/xmlseclibs.git",
1887
                "reference": "d937712f70f93a584eb0299ccd87dc6374003781"
1888
            },
1889
            "dist": {
1890
                "type": "zip",
1891
                "url": "https://api.github.com/repos/robrichards/xmlseclibs/zipball/d937712f70f93a584eb0299ccd87dc6374003781",
1892
                "reference": "d937712f70f93a584eb0299ccd87dc6374003781",
1893
                "shasum": ""
1894
            },
1895
            "require": {
1896
                "php": ">= 5.4"
1897
            },
1898
            "suggest": {
1899
                "ext-openssl": "OpenSSL extension"
1900
            },
1901
            "type": "library",
1902
            "autoload": {
1903
                "psr-4": {
1904
                    "RobRichards\\XMLSecLibs\\": "src"
1905
                }
1906
            },
1907
            "notification-url": "https://packagist.org/downloads/",
1908
            "license": [
1909
                "BSD-3-Clause"
1910
            ],
1911
            "description": "A PHP library for XML Security",
1912
            "homepage": "https://github.com/robrichards/xmlseclibs",
1913
            "keywords": [
1914
                "security",
1915
                "signature",
1916
                "xml",
1917
                "xmldsig"
1918
            ],
1919
            "time": "2017-08-31T09:27:07+00:00"
1920
        },
1921
        {
1922
            "name": "sensio/distribution-bundle",
1923
            "version": "v5.0.22",
1924
            "source": {
1925
                "type": "git",
1926
                "url": "https://github.com/sensiolabs/SensioDistributionBundle.git",
1927
                "reference": "209b11f8cee5bf71986dd703e45e27d3ed7a6d15"
1928
            },
1929
            "dist": {
1930
                "type": "zip",
1931
                "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/209b11f8cee5bf71986dd703e45e27d3ed7a6d15",
1932
                "reference": "209b11f8cee5bf71986dd703e45e27d3ed7a6d15",
1933
                "shasum": ""
1934
            },
1935
            "require": {
1936
                "php": ">=5.3.9",
1937
                "sensiolabs/security-checker": "~3.0|~4.0",
1938
                "symfony/class-loader": "~2.3|~3.0",
1939
                "symfony/config": "~2.3|~3.0",
1940
                "symfony/dependency-injection": "~2.3|~3.0",
1941
                "symfony/filesystem": "~2.3|~3.0",
1942
                "symfony/http-kernel": "~2.3|~3.0",
1943
                "symfony/process": "~2.3|~3.0"
1944
            },
1945
            "type": "symfony-bundle",
1946
            "extra": {
1947
                "branch-alias": {
1948
                    "dev-master": "5.0.x-dev"
1949
                }
1950
            },
1951
            "autoload": {
1952
                "psr-4": {
1953
                    "Sensio\\Bundle\\DistributionBundle\\": ""
1954
                }
1955
            },
1956
            "notification-url": "https://packagist.org/downloads/",
1957
            "license": [
1958
                "MIT"
1959
            ],
1960
            "authors": [
1961
                {
1962
                    "name": "Fabien Potencier",
1963
                    "email": "[email protected]"
1964
                }
1965
            ],
1966
            "description": "Base bundle for Symfony Distributions",
1967
            "keywords": [
1968
                "configuration",
1969
                "distribution"
1970
            ],
1971
            "time": "2018-06-07T06:22:12+00:00"
1972
        },
1973
        {
1974
            "name": "sensio/framework-extra-bundle",
1975
            "version": "v3.0.29",
1976
            "source": {
1977
                "type": "git",
1978
                "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
1979
                "reference": "bb907234df776b68922eb4b25bfa061683597b6a"
1980
            },
1981
            "dist": {
1982
                "type": "zip",
1983
                "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/bb907234df776b68922eb4b25bfa061683597b6a",
1984
                "reference": "bb907234df776b68922eb4b25bfa061683597b6a",
1985
                "shasum": ""
1986
            },
1987
            "require": {
1988
                "doctrine/common": "~2.2",
1989
                "symfony/dependency-injection": "~2.3|~3.0",
1990
                "symfony/framework-bundle": "~2.3|~3.0|~4.0"
1991
            },
1992
            "require-dev": {
1993
                "doctrine/doctrine-bundle": "~1.5",
1994
                "doctrine/orm": "~2.4,>=2.4.5",
1995
                "symfony/asset": "~2.7|~3.0|~4.0",
1996
                "symfony/browser-kit": "~2.3|~3.0|~4.0",
1997
                "symfony/dom-crawler": "~2.3|~3.0|~4.0",
1998
                "symfony/expression-language": "~2.4|~3.0|~4.0",
1999
                "symfony/finder": "~2.3|~3.0|~4.0",
2000
                "symfony/phpunit-bridge": "~3.2|~4.0",
2001
                "symfony/psr-http-message-bridge": "^0.3|^1.0",
2002
                "symfony/security-bundle": "~2.4|~3.0|~4.0",
2003
                "symfony/templating": "~2.3|~3.0|~4.0",
2004
                "symfony/translation": "~2.3|~3.0|~4.0",
2005
                "symfony/twig-bundle": "~2.3|~3.0|~4.0",
2006
                "symfony/yaml": "~2.3|~3.0|~4.0",
2007
                "twig/twig": "~1.12|~2.0",
2008
                "zendframework/zend-diactoros": "^1.3"
2009
            },
2010
            "suggest": {
2011
                "symfony/expression-language": "",
2012
                "symfony/psr-http-message-bridge": "To use the PSR-7 converters",
2013
                "symfony/security-bundle": ""
2014
            },
2015
            "type": "symfony-bundle",
2016
            "extra": {
2017
                "branch-alias": {
2018
                    "dev-master": "3.0.x-dev"
2019
                }
2020
            },
2021
            "autoload": {
2022
                "psr-4": {
2023
                    "Sensio\\Bundle\\FrameworkExtraBundle\\": ""
2024
                }
2025
            },
2026
            "notification-url": "https://packagist.org/downloads/",
2027
            "license": [
2028
                "MIT"
2029
            ],
2030
            "authors": [
2031
                {
2032
                    "name": "Fabien Potencier",
2033
                    "email": "[email protected]"
2034
                }
2035
            ],
2036
            "description": "This bundle provides a way to configure your controllers with annotations",
2037
            "keywords": [
2038
                "annotations",
2039
                "controllers"
2040
            ],
2041
            "time": "2017-12-14T19:03:23+00:00"
2042
        },
2043
        {
2044
            "name": "sensiolabs/security-checker",
2045
            "version": "v3.0.7",
2046
            "source": {
2047
                "type": "git",
2048
                "url": "https://github.com/sensiolabs/security-checker.git",
2049
                "reference": "59a6a299e2f5612dc8692d40e84373703a5df1b5"
2050
            },
2051
            "dist": {
2052
                "type": "zip",
2053
                "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/59a6a299e2f5612dc8692d40e84373703a5df1b5",
2054
                "reference": "59a6a299e2f5612dc8692d40e84373703a5df1b5",
2055
                "shasum": ""
2056
            },
2057
            "require": {
2058
                "symfony/console": "~2.0|~3.0"
2059
            },
2060
            "bin": [
2061
                "security-checker"
2062
            ],
2063
            "type": "library",
2064
            "extra": {
2065
                "branch-alias": {
2066
                    "dev-master": "3.0-dev"
2067
                }
2068
            },
2069
            "autoload": {
2070
                "psr-0": {
2071
                    "SensioLabs\\Security": ""
2072
                }
2073
            },
2074
            "notification-url": "https://packagist.org/downloads/",
2075
            "license": [
2076
                "MIT"
2077
            ],
2078
            "authors": [
2079
                {
2080
                    "name": "Fabien Potencier",
2081
                    "email": "[email protected]"
2082
                }
2083
            ],
2084
            "description": "A security checker for your composer.lock",
2085
            "time": "2017-03-29T09:29:53+00:00"
2086
        },
2087
        {
2088
            "name": "setasign/fpdi",
2089
            "version": "1.6.2",
2090
            "source": {
2091
                "type": "git",
2092
                "url": "https://github.com/Setasign/FPDI.git",
2093
                "reference": "a6ad58897a6d97cc2d2cd2adaeda343b25a368ea"
2094
            },
2095
            "dist": {
2096
                "type": "zip",
2097
                "url": "https://api.github.com/repos/Setasign/FPDI/zipball/a6ad58897a6d97cc2d2cd2adaeda343b25a368ea",
2098
                "reference": "a6ad58897a6d97cc2d2cd2adaeda343b25a368ea",
2099
                "shasum": ""
2100
            },
2101
            "suggest": {
2102
                "setasign/fpdf": "FPDI will extend this class but as it is also possible to use \"tecnickcom/tcpdf\" as an alternative there's no fixed dependency configured.",
2103
                "setasign/fpdi-fpdf": "Use this package to automatically evaluate dependencies to FPDF.",
2104
                "setasign/fpdi-tcpdf": "Use this package to automatically evaluate dependencies to TCPDF."
2105
            },
2106
            "type": "library",
2107
            "autoload": {
2108
                "classmap": [
2109
                    "filters/",
2110
                    "fpdi.php",
2111
                    "fpdf_tpl.php",
2112
                    "fpdi_pdf_parser.php",
2113
                    "pdf_context.php"
2114
                ]
2115
            },
2116
            "notification-url": "https://packagist.org/downloads/",
2117
            "license": [
2118
                "MIT"
2119
            ],
2120
            "authors": [
2121
                {
2122
                    "name": "Jan Slabon",
2123
                    "email": "[email protected]",
2124
                    "homepage": "https://www.setasign.com"
2125
                }
2126
            ],
2127
            "description": "FPDI is a collection of PHP classes facilitating developers to read pages from existing PDF documents and use them as templates in FPDF. Because it is also possible to use FPDI with TCPDF, there are no fixed dependencies defined. Please see suggestions for packages which evaluates the dependencies automatically.",
2128
            "homepage": "https://www.setasign.com/fpdi",
2129
            "keywords": [
2130
                "fpdf",
2131
                "fpdi",
2132
                "pdf"
2133
            ],
2134
            "time": "2017-05-11T14:25:49+00:00"
2135
        },
2136
        {
2137
            "name": "simplesamlphp/saml2",
2138
            "version": "v3.2",
2139
            "source": {
2140
                "type": "git",
2141
                "url": "https://github.com/simplesamlphp/saml2.git",
2142
                "reference": "43590bc9614c1df5bd7b1639088f7d904842892b"
2143
            },
2144
            "dist": {
2145
                "type": "zip",
2146
                "url": "https://api.github.com/repos/simplesamlphp/saml2/zipball/43590bc9614c1df5bd7b1639088f7d904842892b",
2147
                "reference": "43590bc9614c1df5bd7b1639088f7d904842892b",
2148
                "shasum": ""
2149
            },
2150
            "require": {
2151
                "ext-dom": "*",
2152
                "ext-openssl": "*",
2153
                "ext-zlib": "*",
2154
                "php": ">=5.4",
2155
                "psr/log": "~1.0",
2156
                "robrichards/xmlseclibs": "^3.0"
2157
            },
2158
            "require-dev": {
2159
                "mockery/mockery": "~0.9",
2160
                "phpmd/phpmd": "~1.5",
2161
                "phpunit/phpunit": "~4",
2162
                "sebastian/phpcpd": "~1.4",
2163
                "sensiolabs/security-checker": "~1.1",
2164
                "squizlabs/php_codesniffer": "~1.4"
2165
            },
2166
            "type": "library",
2167
            "extra": {
2168
                "branch-alias": {
2169
                    "dev-master": "v3.1.x-dev"
2170
                }
2171
            },
2172
            "autoload": {
2173
                "psr-0": {
2174
                    "SAML2\\": "src/"
2175
                },
2176
                "files": [
2177
                    "src/_autoload.php"
2178
                ]
2179
            },
2180
            "notification-url": "https://packagist.org/downloads/",
2181
            "license": [
2182
                "LGPL-2.1-or-later"
2183
            ],
2184
            "authors": [
2185
                {
2186
                    "name": "Andreas Åkre Solberg",
2187
                    "email": "[email protected]"
2188
                }
2189
            ],
2190
            "description": "SAML2 PHP library from SimpleSAMLphp",
2191
            "time": "2018-07-12T09:56:19+00:00"
2192
        },
2193
        {
2194
            "name": "surfnet/stepup-bundle",
2195
            "version": "4.0.1",
2196
            "source": {
2197
                "type": "git",
2198
                "url": "https://github.com/OpenConext/Stepup-bundle.git",
2199
                "reference": "5946dde19d5e095a5836d602b7abfa64cb71d6f1"
2200
            },
2201
            "dist": {
2202
                "type": "zip",
2203
                "url": "https://api.github.com/repos/OpenConext/Stepup-bundle/zipball/5946dde19d5e095a5836d602b7abfa64cb71d6f1",
2204
                "reference": "5946dde19d5e095a5836d602b7abfa64cb71d6f1",
2205
                "shasum": ""
2206
            },
2207
            "require": {
2208
                "ext-gmp": "*",
2209
                "ext-openssl": "*",
2210
                "guzzlehttp/guzzle": "^6.0",
2211
                "monolog/monolog": "~1.11",
2212
                "php": "^5.6|^7.0",
2213
                "sensio/framework-extra-bundle": "~3",
2214
                "surfnet/stepup-saml-bundle": "^4.0",
2215
                "symfony/config": ">=2.7,<4",
2216
                "symfony/dependency-injection": ">=2.7,<4",
2217
                "symfony/form": ">=2.7,<4",
2218
                "symfony/framework-bundle": ">=2.7,<4",
2219
                "symfony/http-kernel": ">=2.7,<4",
2220
                "symfony/twig-bridge": ">=2.7,<4",
2221
                "symfony/validator": ">=2.7,<4"
2222
            },
2223
            "require-dev": {
2224
                "mockery/mockery": "0.9.*",
2225
                "phpmd/phpmd": "^2.0",
2226
                "phpunit/phpunit": "^4.0",
2227
                "sebastian/phpcpd": "^2.0",
2228
                "sensiolabs/security-checker": "^2.0",
2229
                "squizlabs/php_codesniffer": "^1.0"
2230
            },
2231
            "type": "library",
2232
            "autoload": {
2233
                "psr-4": {
2234
                    "Surfnet\\StepupBundle\\": "src"
2235
                }
2236
            },
2237
            "notification-url": "https://packagist.org/downloads/",
2238
            "license": [
2239
                "Apache-2.0"
2240
            ],
2241
            "description": "A Symfony2 bundle that holds shared code and framework integration for all Step-up applications.",
2242
            "keywords": [
2243
                "stepup",
2244
                "suaas",
2245
                "surfnet"
2246
            ],
2247
            "time": "2018-09-06T12:43:15+00:00"
2248
        },
2249
        {
2250
            "name": "surfnet/stepup-middleware-client-bundle",
2251
            "version": "dev-develop",
2252
            "dist": {
2253
                "type": "path",
2254
                "url": "/src/dependencies/Stepup-Middleware-clientbundle",
2255
                "reference": "aeed64317ca1e99a095ee637471a9a66f5c3fae9",
2256
                "shasum": null
2257
            },
2258
            "require": {
2259
                "beberlei/assert": "~2.0",
2260
                "guzzlehttp/guzzle": "^6.0",
2261
                "moontoast/math": "~1.1",
2262
                "php": "^5.6|^7.0",
2263
                "psr/log": "~1.0",
2264
                "ramsey/uuid": "^3.4",
2265
                "surfnet/stepup-bundle": "^4.0",
2266
                "symfony/config": ">=2.7,<4",
2267
                "symfony/dependency-injection": ">=2.7,<4",
2268
                "symfony/http-kernel": ">=2.7,<4",
2269
                "symfony/validator": ">=2.7,<4"
2270
            },
2271
            "conflict": {
2272
                "surfnet/stepup-middleware-client": "*"
2273
            },
2274
            "require-dev": {
2275
                "matthiasnoback/symfony-config-test": "0.*",
2276
                "mockery/mockery": "0.9.*",
2277
                "phpmd/phpmd": "^2.0",
2278
                "phpunit/phpunit": "^4.0",
2279
                "sebastian/phpcpd": "^2.0",
2280
                "sensiolabs/security-checker": "^2.0",
2281
                "squizlabs/php_codesniffer": "^1.0"
2282
            },
2283
            "type": "library",
2284
            "autoload": {
2285
                "psr-4": {
2286
                    "Surfnet\\StepupMiddlewareClientBundle\\": "src/Surfnet/StepupMiddlewareClientBundle/",
2287
                    "Surfnet\\StepupMiddlewareClient\\": "src/Surfnet/StepupMiddlewareClient/"
2288
                }
2289
            },
2290
            "license": [
2291
                "Apache-2.0"
2292
            ],
2293
            "description": "Symfony2 bundle for consuming the Step-up Middleware API.",
2294
            "transport-options": {
2295
                "symlink": true
2296
            }
2297
        },
2298
        {
2299
            "name": "surfnet/stepup-saml-bundle",
2300
            "version": "4.1.2",
2301
            "source": {
2302
                "type": "git",
2303
                "url": "https://github.com/OpenConext/Stepup-saml-bundle.git",
2304
                "reference": "1ce8e74a7e35963e60378da8c8647656e382cef9"
2305
            },
2306
            "dist": {
2307
                "type": "zip",
2308
                "url": "https://api.github.com/repos/OpenConext/Stepup-saml-bundle/zipball/1ce8e74a7e35963e60378da8c8647656e382cef9",
2309
                "reference": "1ce8e74a7e35963e60378da8c8647656e382cef9",
2310
                "shasum": ""
2311
            },
2312
            "require": {
2313
                "ext-openssl": "*",
2314
                "php": ">=5.6,<8.0-dev",
2315
                "robrichards/xmlseclibs": "^3.0",
2316
                "simplesamlphp/saml2": "^3.0",
2317
                "symfony/dependency-injection": ">=2.7,<4",
2318
                "symfony/framework-bundle": ">=2.7,<4"
2319
            },
2320
            "require-dev": {
2321
                "ibuildings/qa-tools": "~1.1",
2322
                "mockery/mockery": "~0.9",
2323
                "psr/log": "~1.0"
2324
            },
2325
            "type": "symfony-bundle",
2326
            "autoload": {
2327
                "psr-4": {
2328
                    "Surfnet\\SamlBundle\\": "src"
2329
                }
2330
            },
2331
            "notification-url": "https://packagist.org/downloads/",
2332
            "license": [
2333
                "Apache-2.0"
2334
            ],
2335
            "description": "A Symfony2 bundle that integrates the simplesamlphp\\saml2 library with Symfony",
2336
            "keywords": [
2337
                "SAML2",
2338
                "saml",
2339
                "simplesamlphp",
2340
                "stepup",
2341
                "surfnet"
2342
            ],
2343
            "time": "2018-09-04T10:06:38+00:00"
2344
        },
2345
        {
2346
            "name": "surfnet/stepup-u2f-bundle",
2347
            "version": "dev-develop",
2348
            "source": {
2349
                "type": "git",
2350
                "url": "https://github.com/OpenConext/Stepup-u2f-bundle.git",
2351
                "reference": "992f91db04afaad98f0d10645d81f4e3ea6742d0"
2352
            },
2353
            "dist": {
2354
                "type": "zip",
2355
                "url": "https://api.github.com/repos/OpenConext/Stepup-u2f-bundle/zipball/992f91db04afaad98f0d10645d81f4e3ea6742d0",
2356
                "reference": "992f91db04afaad98f0d10645d81f4e3ea6742d0",
2357
                "shasum": ""
2358
            },
2359
            "require": {
2360
                "php": ">=5.4|^7",
2361
                "symfony/config": ">=2.7,<4",
2362
                "symfony/dependency-injection": ">=2.7,<4",
2363
                "symfony/form": ">=2.7,<4",
2364
                "symfony/http-kernel": ">=2.7,<4",
2365
                "symfony/validator": ">=2.7,<4",
2366
                "yubico/u2flib-server": "^0.1.0"
2367
            },
2368
            "require-dev": {
2369
                "matthiasnoback/symfony-config-test": "^2.2",
2370
                "mockery/mockery": "~0.9",
2371
                "phpmd/phpmd": "^2.6",
2372
                "phpunit/phpunit": "^5.7",
2373
                "sebastian/phpcpd": "^2.0",
2374
                "sensiolabs/security-checker": "^3.0",
2375
                "squizlabs/php_codesniffer": "^1.0",
2376
                "symfony/phpunit-bridge": "^3.0"
2377
            },
2378
            "type": "library",
2379
            "autoload": {
2380
                "psr-4": {
2381
                    "Surfnet\\StepupU2fBundle\\": "src"
2382
                }
2383
            },
2384
            "notification-url": "https://packagist.org/downloads/",
2385
            "license": [
2386
                "Apache-2.0"
2387
            ],
2388
            "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",
2389
            "time": "2018-08-29T12:25:15+00:00"
2390
        },
2391
        {
2392
            "name": "symfony/assetic-bundle",
2393
            "version": "v2.8.2",
2394
            "source": {
2395
                "type": "git",
2396
                "url": "https://github.com/symfony/assetic-bundle.git",
2397
                "reference": "2e0a23a4874838e26de6f025e02fc63328921a4c"
2398
            },
2399
            "dist": {
2400
                "type": "zip",
2401
                "url": "https://api.github.com/repos/symfony/assetic-bundle/zipball/2e0a23a4874838e26de6f025e02fc63328921a4c",
2402
                "reference": "2e0a23a4874838e26de6f025e02fc63328921a4c",
2403
                "shasum": ""
2404
            },
2405
            "require": {
2406
                "kriswallsmith/assetic": "~1.4",
2407
                "php": ">=5.3.0",
2408
                "symfony/console": "~2.3|~3.0",
2409
                "symfony/dependency-injection": "~2.3|~3.0",
2410
                "symfony/framework-bundle": "~2.3|~3.0",
2411
                "symfony/yaml": "~2.3|~3.0"
2412
            },
2413
            "conflict": {
2414
                "kriswallsmith/spork": "<=0.2",
2415
                "twig/twig": "<1.27"
2416
            },
2417
            "require-dev": {
2418
                "kriswallsmith/spork": "~0.3",
2419
                "patchwork/jsqueeze": "~1.0",
2420
                "symfony/class-loader": "~2.3|~3.0",
2421
                "symfony/css-selector": "~2.3|~3.0",
2422
                "symfony/dom-crawler": "~2.3|~3.0",
2423
                "symfony/phpunit-bridge": "~2.7|~3.0",
2424
                "symfony/twig-bundle": "~2.3|~3.0"
2425
            },
2426
            "suggest": {
2427
                "kriswallsmith/spork": "to be able to dump assets in parallel",
2428
                "symfony/twig-bundle": "to use the Twig integration"
2429
            },
2430
            "type": "symfony-bundle",
2431
            "extra": {
2432
                "branch-alias": {
2433
                    "dev-master": "2.8-dev"
2434
                }
2435
            },
2436
            "autoload": {
2437
                "psr-4": {
2438
                    "Symfony\\Bundle\\AsseticBundle\\": ""
2439
                }
2440
            },
2441
            "notification-url": "https://packagist.org/downloads/",
2442
            "license": [
2443
                "MIT"
2444
            ],
2445
            "authors": [
2446
                {
2447
                    "name": "Kris Wallsmith",
2448
                    "email": "[email protected]",
2449
                    "homepage": "http://kriswallsmith.net/"
2450
                }
2451
            ],
2452
            "description": "Integrates Assetic into Symfony2",
2453
            "homepage": "https://github.com/symfony/AsseticBundle",
2454
            "keywords": [
2455
                "assets",
2456
                "compression",
2457
                "minification"
2458
            ],
2459
            "abandoned": "symfony/webpack-encore-pack",
2460
            "time": "2017-07-14T07:26:46+00:00"
2461
        },
2462
        {
2463
            "name": "symfony/monolog-bundle",
2464
            "version": "v3.3.0",
2465
            "source": {
2466
                "type": "git",
2467
                "url": "https://github.com/symfony/monolog-bundle.git",
2468
                "reference": "8204f3cd7c1bd6a6e2955c0a34475243a7bd9802"
2469
            },
2470
            "dist": {
2471
                "type": "zip",
2472
                "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/8204f3cd7c1bd6a6e2955c0a34475243a7bd9802",
2473
                "reference": "8204f3cd7c1bd6a6e2955c0a34475243a7bd9802",
2474
                "shasum": ""
2475
            },
2476
            "require": {
2477
                "monolog/monolog": "~1.22",
2478
                "php": ">=5.6",
2479
                "symfony/config": "~2.7|~3.3|~4.0",
2480
                "symfony/dependency-injection": "~2.7|~3.4.10|^4.0.10",
2481
                "symfony/http-kernel": "~2.7|~3.3|~4.0",
2482
                "symfony/monolog-bridge": "~2.7|~3.3|~4.0"
2483
            },
2484
            "require-dev": {
2485
                "symfony/console": "~2.7|~3.3|~4.0",
2486
                "symfony/phpunit-bridge": "^3.3|^4.0",
2487
                "symfony/yaml": "~2.7|~3.3|~4.0"
2488
            },
2489
            "type": "symfony-bundle",
2490
            "extra": {
2491
                "branch-alias": {
2492
                    "dev-master": "3.x-dev"
2493
                }
2494
            },
2495
            "autoload": {
2496
                "psr-4": {
2497
                    "Symfony\\Bundle\\MonologBundle\\": ""
2498
                },
2499
                "exclude-from-classmap": [
2500
                    "/Tests/"
2501
                ]
2502
            },
2503
            "notification-url": "https://packagist.org/downloads/",
2504
            "license": [
2505
                "MIT"
2506
            ],
2507
            "authors": [
2508
                {
2509
                    "name": "Symfony Community",
2510
                    "homepage": "http://symfony.com/contributors"
2511
                },
2512
                {
2513
                    "name": "Fabien Potencier",
2514
                    "email": "[email protected]"
2515
                }
2516
            ],
2517
            "description": "Symfony MonologBundle",
2518
            "homepage": "http://symfony.com",
2519
            "keywords": [
2520
                "log",
2521
                "logging"
2522
            ],
2523
            "time": "2018-06-04T05:55:43+00:00"
2524
        },
2525
        {
2526
            "name": "symfony/polyfill-apcu",
2527
            "version": "v1.9.0",
2528
            "source": {
2529
                "type": "git",
2530
                "url": "https://github.com/symfony/polyfill-apcu.git",
2531
                "reference": "19e1b73bf255265ad0b568f81766ae2a3266d8d2"
2532
            },
2533
            "dist": {
2534
                "type": "zip",
2535
                "url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/19e1b73bf255265ad0b568f81766ae2a3266d8d2",
2536
                "reference": "19e1b73bf255265ad0b568f81766ae2a3266d8d2",
2537
                "shasum": ""
2538
            },
2539
            "require": {
2540
                "php": ">=5.3.3"
2541
            },
2542
            "type": "library",
2543
            "extra": {
2544
                "branch-alias": {
2545
                    "dev-master": "1.9-dev"
2546
                }
2547
            },
2548
            "autoload": {
2549
                "psr-4": {
2550
                    "Symfony\\Polyfill\\Apcu\\": ""
2551
                },
2552
                "files": [
2553
                    "bootstrap.php"
2554
                ]
2555
            },
2556
            "notification-url": "https://packagist.org/downloads/",
2557
            "license": [
2558
                "MIT"
2559
            ],
2560
            "authors": [
2561
                {
2562
                    "name": "Nicolas Grekas",
2563
                    "email": "[email protected]"
2564
                },
2565
                {
2566
                    "name": "Symfony Community",
2567
                    "homepage": "https://symfony.com/contributors"
2568
                }
2569
            ],
2570
            "description": "Symfony polyfill backporting apcu_* functions to lower PHP versions",
2571
            "homepage": "https://symfony.com",
2572
            "keywords": [
2573
                "apcu",
2574
                "compatibility",
2575
                "polyfill",
2576
                "portable",
2577
                "shim"
2578
            ],
2579
            "time": "2018-08-06T14:22:27+00:00"
2580
        },
2581
        {
2582
            "name": "symfony/polyfill-ctype",
2583
            "version": "v1.9.0",
2584
            "source": {
2585
                "type": "git",
2586
                "url": "https://github.com/symfony/polyfill-ctype.git",
2587
                "reference": "e3d826245268269cd66f8326bd8bc066687b4a19"
2588
            },
2589
            "dist": {
2590
                "type": "zip",
2591
                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e3d826245268269cd66f8326bd8bc066687b4a19",
2592
                "reference": "e3d826245268269cd66f8326bd8bc066687b4a19",
2593
                "shasum": ""
2594
            },
2595
            "require": {
2596
                "php": ">=5.3.3"
2597
            },
2598
            "suggest": {
2599
                "ext-ctype": "For best performance"
2600
            },
2601
            "type": "library",
2602
            "extra": {
2603
                "branch-alias": {
2604
                    "dev-master": "1.9-dev"
2605
                }
2606
            },
2607
            "autoload": {
2608
                "psr-4": {
2609
                    "Symfony\\Polyfill\\Ctype\\": ""
2610
                },
2611
                "files": [
2612
                    "bootstrap.php"
2613
                ]
2614
            },
2615
            "notification-url": "https://packagist.org/downloads/",
2616
            "license": [
2617
                "MIT"
2618
            ],
2619
            "authors": [
2620
                {
2621
                    "name": "Symfony Community",
2622
                    "homepage": "https://symfony.com/contributors"
2623
                },
2624
                {
2625
                    "name": "Gert de Pagter",
2626
                    "email": "[email protected]"
2627
                }
2628
            ],
2629
            "description": "Symfony polyfill for ctype functions",
2630
            "homepage": "https://symfony.com",
2631
            "keywords": [
2632
                "compatibility",
2633
                "ctype",
2634
                "polyfill",
2635
                "portable"
2636
            ],
2637
            "time": "2018-08-06T14:22:27+00:00"
2638
        },
2639
        {
2640
            "name": "symfony/polyfill-intl-icu",
2641
            "version": "v1.9.0",
2642
            "source": {
2643
                "type": "git",
2644
                "url": "https://github.com/symfony/polyfill-intl-icu.git",
2645
                "reference": "f22a90256d577c7ef7efad8df1f0201663d57644"
2646
            },
2647
            "dist": {
2648
                "type": "zip",
2649
                "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/f22a90256d577c7ef7efad8df1f0201663d57644",
2650
                "reference": "f22a90256d577c7ef7efad8df1f0201663d57644",
2651
                "shasum": ""
2652
            },
2653
            "require": {
2654
                "php": ">=5.3.3",
2655
                "symfony/intl": "~2.3|~3.0|~4.0"
2656
            },
2657
            "suggest": {
2658
                "ext-intl": "For best performance"
2659
            },
2660
            "type": "library",
2661
            "extra": {
2662
                "branch-alias": {
2663
                    "dev-master": "1.9-dev"
2664
                }
2665
            },
2666
            "autoload": {
2667
                "files": [
2668
                    "bootstrap.php"
2669
                ]
2670
            },
2671
            "notification-url": "https://packagist.org/downloads/",
2672
            "license": [
2673
                "MIT"
2674
            ],
2675
            "authors": [
2676
                {
2677
                    "name": "Nicolas Grekas",
2678
                    "email": "[email protected]"
2679
                },
2680
                {
2681
                    "name": "Symfony Community",
2682
                    "homepage": "https://symfony.com/contributors"
2683
                }
2684
            ],
2685
            "description": "Symfony polyfill for intl's ICU-related data and classes",
2686
            "homepage": "https://symfony.com",
2687
            "keywords": [
2688
                "compatibility",
2689
                "icu",
2690
                "intl",
2691
                "polyfill",
2692
                "portable",
2693
                "shim"
2694
            ],
2695
            "time": "2018-08-06T14:22:27+00:00"
2696
        },
2697
        {
2698
            "name": "symfony/polyfill-mbstring",
2699
            "version": "v1.9.0",
2700
            "source": {
2701
                "type": "git",
2702
                "url": "https://github.com/symfony/polyfill-mbstring.git",
2703
                "reference": "d0cd638f4634c16d8df4508e847f14e9e43168b8"
2704
            },
2705
            "dist": {
2706
                "type": "zip",
2707
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/d0cd638f4634c16d8df4508e847f14e9e43168b8",
2708
                "reference": "d0cd638f4634c16d8df4508e847f14e9e43168b8",
2709
                "shasum": ""
2710
            },
2711
            "require": {
2712
                "php": ">=5.3.3"
2713
            },
2714
            "suggest": {
2715
                "ext-mbstring": "For best performance"
2716
            },
2717
            "type": "library",
2718
            "extra": {
2719
                "branch-alias": {
2720
                    "dev-master": "1.9-dev"
2721
                }
2722
            },
2723
            "autoload": {
2724
                "psr-4": {
2725
                    "Symfony\\Polyfill\\Mbstring\\": ""
2726
                },
2727
                "files": [
2728
                    "bootstrap.php"
2729
                ]
2730
            },
2731
            "notification-url": "https://packagist.org/downloads/",
2732
            "license": [
2733
                "MIT"
2734
            ],
2735
            "authors": [
2736
                {
2737
                    "name": "Nicolas Grekas",
2738
                    "email": "[email protected]"
2739
                },
2740
                {
2741
                    "name": "Symfony Community",
2742
                    "homepage": "https://symfony.com/contributors"
2743
                }
2744
            ],
2745
            "description": "Symfony polyfill for the Mbstring extension",
2746
            "homepage": "https://symfony.com",
2747
            "keywords": [
2748
                "compatibility",
2749
                "mbstring",
2750
                "polyfill",
2751
                "portable",
2752
                "shim"
2753
            ],
2754
            "time": "2018-08-06T14:22:27+00:00"
2755
        },
2756
        {
2757
            "name": "symfony/polyfill-php56",
2758
            "version": "v1.9.0",
2759
            "source": {
2760
                "type": "git",
2761
                "url": "https://github.com/symfony/polyfill-php56.git",
2762
                "reference": "7b4fc009172cc0196535b0328bd1226284a28000"
2763
            },
2764
            "dist": {
2765
                "type": "zip",
2766
                "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/7b4fc009172cc0196535b0328bd1226284a28000",
2767
                "reference": "7b4fc009172cc0196535b0328bd1226284a28000",
2768
                "shasum": ""
2769
            },
2770
            "require": {
2771
                "php": ">=5.3.3",
2772
                "symfony/polyfill-util": "~1.0"
2773
            },
2774
            "type": "library",
2775
            "extra": {
2776
                "branch-alias": {
2777
                    "dev-master": "1.9-dev"
2778
                }
2779
            },
2780
            "autoload": {
2781
                "psr-4": {
2782
                    "Symfony\\Polyfill\\Php56\\": ""
2783
                },
2784
                "files": [
2785
                    "bootstrap.php"
2786
                ]
2787
            },
2788
            "notification-url": "https://packagist.org/downloads/",
2789
            "license": [
2790
                "MIT"
2791
            ],
2792
            "authors": [
2793
                {
2794
                    "name": "Nicolas Grekas",
2795
                    "email": "[email protected]"
2796
                },
2797
                {
2798
                    "name": "Symfony Community",
2799
                    "homepage": "https://symfony.com/contributors"
2800
                }
2801
            ],
2802
            "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions",
2803
            "homepage": "https://symfony.com",
2804
            "keywords": [
2805
                "compatibility",
2806
                "polyfill",
2807
                "portable",
2808
                "shim"
2809
            ],
2810
            "time": "2018-08-06T14:22:27+00:00"
2811
        },
2812
        {
2813
            "name": "symfony/polyfill-php70",
2814
            "version": "v1.9.0",
2815
            "source": {
2816
                "type": "git",
2817
                "url": "https://github.com/symfony/polyfill-php70.git",
2818
                "reference": "1e24b0c4a56d55aaf368763a06c6d1c7d3194934"
2819
            },
2820
            "dist": {
2821
                "type": "zip",
2822
                "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/1e24b0c4a56d55aaf368763a06c6d1c7d3194934",
2823
                "reference": "1e24b0c4a56d55aaf368763a06c6d1c7d3194934",
2824
                "shasum": ""
2825
            },
2826
            "require": {
2827
                "paragonie/random_compat": "~1.0|~2.0|~9.99",
2828
                "php": ">=5.3.3"
2829
            },
2830
            "type": "library",
2831
            "extra": {
2832
                "branch-alias": {
2833
                    "dev-master": "1.9-dev"
2834
                }
2835
            },
2836
            "autoload": {
2837
                "psr-4": {
2838
                    "Symfony\\Polyfill\\Php70\\": ""
2839
                },
2840
                "files": [
2841
                    "bootstrap.php"
2842
                ],
2843
                "classmap": [
2844
                    "Resources/stubs"
2845
                ]
2846
            },
2847
            "notification-url": "https://packagist.org/downloads/",
2848
            "license": [
2849
                "MIT"
2850
            ],
2851
            "authors": [
2852
                {
2853
                    "name": "Nicolas Grekas",
2854
                    "email": "[email protected]"
2855
                },
2856
                {
2857
                    "name": "Symfony Community",
2858
                    "homepage": "https://symfony.com/contributors"
2859
                }
2860
            ],
2861
            "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
2862
            "homepage": "https://symfony.com",
2863
            "keywords": [
2864
                "compatibility",
2865
                "polyfill",
2866
                "portable",
2867
                "shim"
2868
            ],
2869
            "time": "2018-08-06T14:22:27+00:00"
2870
        },
2871
        {
2872
            "name": "symfony/polyfill-util",
2873
            "version": "v1.9.0",
2874
            "source": {
2875
                "type": "git",
2876
                "url": "https://github.com/symfony/polyfill-util.git",
2877
                "reference": "8e15d04ba3440984d23e7964b2ee1d25c8de1581"
2878
            },
2879
            "dist": {
2880
                "type": "zip",
2881
                "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/8e15d04ba3440984d23e7964b2ee1d25c8de1581",
2882
                "reference": "8e15d04ba3440984d23e7964b2ee1d25c8de1581",
2883
                "shasum": ""
2884
            },
2885
            "require": {
2886
                "php": ">=5.3.3"
2887
            },
2888
            "type": "library",
2889
            "extra": {
2890
                "branch-alias": {
2891
                    "dev-master": "1.9-dev"
2892
                }
2893
            },
2894
            "autoload": {
2895
                "psr-4": {
2896
                    "Symfony\\Polyfill\\Util\\": ""
2897
                }
2898
            },
2899
            "notification-url": "https://packagist.org/downloads/",
2900
            "license": [
2901
                "MIT"
2902
            ],
2903
            "authors": [
2904
                {
2905
                    "name": "Nicolas Grekas",
2906
                    "email": "[email protected]"
2907
                },
2908
                {
2909
                    "name": "Symfony Community",
2910
                    "homepage": "https://symfony.com/contributors"
2911
                }
2912
            ],
2913
            "description": "Symfony utilities for portability of PHP codes",
2914
            "homepage": "https://symfony.com",
2915
            "keywords": [
2916
                "compat",
2917
                "compatibility",
2918
                "polyfill",
2919
                "shim"
2920
            ],
2921
            "time": "2018-08-06T14:22:27+00:00"
2922
        },
2923
        {
2924
            "name": "symfony/symfony",
2925
            "version": "v3.4.15",
2926
            "source": {
2927
                "type": "git",
2928
                "url": "https://github.com/symfony/symfony.git",
2929
                "reference": "5bb5c2d4b0d5cf10672015b68519a199e6ac27c1"
2930
            },
2931
            "dist": {
2932
                "type": "zip",
2933
                "url": "https://api.github.com/repos/symfony/symfony/zipball/5bb5c2d4b0d5cf10672015b68519a199e6ac27c1",
2934
                "reference": "5bb5c2d4b0d5cf10672015b68519a199e6ac27c1",
2935
                "shasum": ""
2936
            },
2937
            "require": {
2938
                "doctrine/common": "~2.4",
2939
                "ext-xml": "*",
2940
                "fig/link-util": "^1.0",
2941
                "php": "^5.5.9|>=7.0.8",
2942
                "psr/cache": "~1.0",
2943
                "psr/container": "^1.0",
2944
                "psr/link": "^1.0",
2945
                "psr/log": "~1.0",
2946
                "psr/simple-cache": "^1.0",
2947
                "symfony/polyfill-apcu": "~1.1",
2948
                "symfony/polyfill-ctype": "~1.8",
2949
                "symfony/polyfill-intl-icu": "~1.0",
2950
                "symfony/polyfill-mbstring": "~1.0",
2951
                "symfony/polyfill-php56": "~1.0",
2952
                "symfony/polyfill-php70": "~1.6",
2953
                "twig/twig": "^1.35|^2.4.4"
2954
            },
2955
            "conflict": {
2956
                "phpdocumentor/reflection-docblock": "<3.0||>=3.2.0,<3.2.2",
2957
                "phpdocumentor/type-resolver": "<0.3.0",
2958
                "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
2959
            },
2960
            "provide": {
2961
                "psr/cache-implementation": "1.0",
2962
                "psr/container-implementation": "1.0",
2963
                "psr/log-implementation": "1.0",
2964
                "psr/simple-cache-implementation": "1.0"
2965
            },
2966
            "replace": {
2967
                "symfony/asset": "self.version",
2968
                "symfony/browser-kit": "self.version",
2969
                "symfony/cache": "self.version",
2970
                "symfony/class-loader": "self.version",
2971
                "symfony/config": "self.version",
2972
                "symfony/console": "self.version",
2973
                "symfony/css-selector": "self.version",
2974
                "symfony/debug": "self.version",
2975
                "symfony/debug-bundle": "self.version",
2976
                "symfony/dependency-injection": "self.version",
2977
                "symfony/doctrine-bridge": "self.version",
2978
                "symfony/dom-crawler": "self.version",
2979
                "symfony/dotenv": "self.version",
2980
                "symfony/event-dispatcher": "self.version",
2981
                "symfony/expression-language": "self.version",
2982
                "symfony/filesystem": "self.version",
2983
                "symfony/finder": "self.version",
2984
                "symfony/form": "self.version",
2985
                "symfony/framework-bundle": "self.version",
2986
                "symfony/http-foundation": "self.version",
2987
                "symfony/http-kernel": "self.version",
2988
                "symfony/inflector": "self.version",
2989
                "symfony/intl": "self.version",
2990
                "symfony/ldap": "self.version",
2991
                "symfony/lock": "self.version",
2992
                "symfony/monolog-bridge": "self.version",
2993
                "symfony/options-resolver": "self.version",
2994
                "symfony/process": "self.version",
2995
                "symfony/property-access": "self.version",
2996
                "symfony/property-info": "self.version",
2997
                "symfony/proxy-manager-bridge": "self.version",
2998
                "symfony/routing": "self.version",
2999
                "symfony/security": "self.version",
3000
                "symfony/security-bundle": "self.version",
3001
                "symfony/security-core": "self.version",
3002
                "symfony/security-csrf": "self.version",
3003
                "symfony/security-guard": "self.version",
3004
                "symfony/security-http": "self.version",
3005
                "symfony/serializer": "self.version",
3006
                "symfony/stopwatch": "self.version",
3007
                "symfony/templating": "self.version",
3008
                "symfony/translation": "self.version",
3009
                "symfony/twig-bridge": "self.version",
3010
                "symfony/twig-bundle": "self.version",
3011
                "symfony/validator": "self.version",
3012
                "symfony/var-dumper": "self.version",
3013
                "symfony/web-link": "self.version",
3014
                "symfony/web-profiler-bundle": "self.version",
3015
                "symfony/web-server-bundle": "self.version",
3016
                "symfony/workflow": "self.version",
3017
                "symfony/yaml": "self.version"
3018
            },
3019
            "require-dev": {
3020
                "cache/integration-tests": "dev-master",
3021
                "doctrine/annotations": "~1.0",
3022
                "doctrine/cache": "~1.6",
3023
                "doctrine/data-fixtures": "1.0.*",
3024
                "doctrine/dbal": "~2.4",
3025
                "doctrine/doctrine-bundle": "~1.4",
3026
                "doctrine/orm": "~2.4,>=2.4.5",
3027
                "egulias/email-validator": "~1.2,>=1.2.8|~2.0",
3028
                "monolog/monolog": "~1.11",
3029
                "ocramius/proxy-manager": "~0.4|~1.0|~2.0",
3030
                "phpdocumentor/reflection-docblock": "^3.0|^4.0",
3031
                "predis/predis": "~1.0",
3032
                "symfony/phpunit-bridge": "~3.4|~4.0",
3033
                "symfony/security-acl": "~2.8|~3.0"
3034
            },
3035
            "type": "library",
3036
            "extra": {
3037
                "branch-alias": {
3038
                    "dev-master": "3.4-dev"
3039
                }
3040
            },
3041
            "autoload": {
3042
                "psr-4": {
3043
                    "Symfony\\Bridge\\Doctrine\\": "src/Symfony/Bridge/Doctrine/",
3044
                    "Symfony\\Bridge\\Monolog\\": "src/Symfony/Bridge/Monolog/",
3045
                    "Symfony\\Bridge\\ProxyManager\\": "src/Symfony/Bridge/ProxyManager/",
3046
                    "Symfony\\Bridge\\Twig\\": "src/Symfony/Bridge/Twig/",
3047
                    "Symfony\\Bundle\\": "src/Symfony/Bundle/",
3048
                    "Symfony\\Component\\": "src/Symfony/Component/"
3049
                },
3050
                "classmap": [
3051
                    "src/Symfony/Component/Intl/Resources/stubs"
3052
                ],
3053
                "exclude-from-classmap": [
3054
                    "**/Tests/"
3055
                ]
3056
            },
3057
            "notification-url": "https://packagist.org/downloads/",
3058
            "license": [
3059
                "MIT"
3060
            ],
3061
            "authors": [
3062
                {
3063
                    "name": "Fabien Potencier",
3064
                    "email": "[email protected]"
3065
                },
3066
                {
3067
                    "name": "Symfony Community",
3068
                    "homepage": "https://symfony.com/contributors"
3069
                }
3070
            ],
3071
            "description": "The Symfony PHP framework",
3072
            "homepage": "https://symfony.com",
3073
            "keywords": [
3074
                "framework"
3075
            ],
3076
            "time": "2018-08-28T06:06:28+00:00"
3077
        },
3078
        {
3079
            "name": "twbs/bootstrap",
3080
            "version": "v3.3.7",
3081
            "source": {
3082
                "type": "git",
3083
                "url": "https://github.com/twbs/bootstrap.git",
3084
                "reference": "0b9c4a4007c44201dce9a6cc1a38407005c26c86"
3085
            },
3086
            "dist": {
3087
                "type": "zip",
3088
                "url": "https://api.github.com/repos/twbs/bootstrap/zipball/0b9c4a4007c44201dce9a6cc1a38407005c26c86",
3089
                "reference": "0b9c4a4007c44201dce9a6cc1a38407005c26c86",
3090
                "shasum": ""
3091
            },
3092
            "replace": {
3093
                "twitter/bootstrap": "self.version"
3094
            },
3095
            "type": "library",
3096
            "extra": {
3097
                "branch-alias": {
3098
                    "dev-master": "3.3.x-dev"
3099
                }
3100
            },
3101
            "notification-url": "https://packagist.org/downloads/",
3102
            "license": [
3103
                "MIT"
3104
            ],
3105
            "authors": [
3106
                {
3107
                    "name": "Jacob Thornton",
3108
                    "email": "[email protected]"
3109
                },
3110
                {
3111
                    "name": "Mark Otto",
3112
                    "email": "[email protected]"
3113
                }
3114
            ],
3115
            "description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
3116
            "homepage": "http://getbootstrap.com",
3117
            "keywords": [
3118
                "JS",
3119
                "css",
3120
                "framework",
3121
                "front-end",
3122
                "less",
3123
                "mobile-first",
3124
                "responsive",
3125
                "web"
3126
            ],
3127
            "time": "2016-07-25T15:51:55+00:00"
3128
        },
3129
        {
3130
            "name": "twig/extensions",
3131
            "version": "v1.5.2",
3132
            "source": {
3133
                "type": "git",
3134
                "url": "https://github.com/twigphp/Twig-extensions.git",
3135
                "reference": "2c1a86526d0044065220d1b51ac08348bea5ca82"
3136
            },
3137
            "dist": {
3138
                "type": "zip",
3139
                "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/2c1a86526d0044065220d1b51ac08348bea5ca82",
3140
                "reference": "2c1a86526d0044065220d1b51ac08348bea5ca82",
3141
                "shasum": ""
3142
            },
3143
            "require": {
3144
                "twig/twig": "^1.27|^2.0"
3145
            },
3146
            "require-dev": {
3147
                "symfony/phpunit-bridge": "^3.4",
3148
                "symfony/translation": "^2.7|^3.4"
3149
            },
3150
            "suggest": {
3151
                "symfony/translation": "Allow the time_diff output to be translated"
3152
            },
3153
            "type": "library",
3154
            "extra": {
3155
                "branch-alias": {
3156
                    "dev-master": "1.5-dev"
3157
                }
3158
            },
3159
            "autoload": {
3160
                "psr-0": {
3161
                    "Twig_Extensions_": "lib/"
3162
                },
3163
                "psr-4": {
3164
                    "Twig\\Extensions\\": "src/"
3165
                }
3166
            },
3167
            "notification-url": "https://packagist.org/downloads/",
3168
            "license": [
3169
                "MIT"
3170
            ],
3171
            "authors": [
3172
                {
3173
                    "name": "Fabien Potencier",
3174
                    "email": "[email protected]"
3175
                }
3176
            ],
3177
            "description": "Common additional features for Twig that do not directly belong in core",
3178
            "keywords": [
3179
                "i18n",
3180
                "text"
3181
            ],
3182
            "time": "2018-05-22T13:26:07+00:00"
3183
        },
3184
        {
3185
            "name": "twig/twig",
3186
            "version": "v1.35.4",
3187
            "source": {
3188
                "type": "git",
3189
                "url": "https://github.com/twigphp/Twig.git",
3190
                "reference": "7e081e98378a1e78c29cc9eba4aefa5d78a05d2a"
3191
            },
3192
            "dist": {
3193
                "type": "zip",
3194
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/7e081e98378a1e78c29cc9eba4aefa5d78a05d2a",
3195
                "reference": "7e081e98378a1e78c29cc9eba4aefa5d78a05d2a",
3196
                "shasum": ""
3197
            },
3198
            "require": {
3199
                "php": ">=5.3.3",
3200
                "symfony/polyfill-ctype": "^1.8"
3201
            },
3202
            "require-dev": {
3203
                "psr/container": "^1.0",
3204
                "symfony/debug": "^2.7",
3205
                "symfony/phpunit-bridge": "^3.3"
3206
            },
3207
            "type": "library",
3208
            "extra": {
3209
                "branch-alias": {
3210
                    "dev-master": "1.35-dev"
3211
                }
3212
            },
3213
            "autoload": {
3214
                "psr-0": {
3215
                    "Twig_": "lib/"
3216
                },
3217
                "psr-4": {
3218
                    "Twig\\": "src/"
3219
                }
3220
            },
3221
            "notification-url": "https://packagist.org/downloads/",
3222
            "license": [
3223
                "BSD-3-Clause"
3224
            ],
3225
            "authors": [
3226
                {
3227
                    "name": "Fabien Potencier",
3228
                    "email": "[email protected]",
3229
                    "homepage": "http://fabien.potencier.org",
3230
                    "role": "Lead Developer"
3231
                },
3232
                {
3233
                    "name": "Armin Ronacher",
3234
                    "email": "[email protected]",
3235
                    "role": "Project Founder"
3236
                },
3237
                {
3238
                    "name": "Twig Team",
3239
                    "homepage": "https://twig.symfony.com/contributors",
3240
                    "role": "Contributors"
3241
                }
3242
            ],
3243
            "description": "Twig, the flexible, fast, and secure template language for PHP",
3244
            "homepage": "https://twig.symfony.com",
3245
            "keywords": [
3246
                "templating"
3247
            ],
3248
            "time": "2018-07-13T07:12:17+00:00"
3249
        },
3250
        {
3251
            "name": "webmozart/assert",
3252
            "version": "1.3.0",
3253
            "source": {
3254
                "type": "git",
3255
                "url": "https://github.com/webmozart/assert.git",
3256
                "reference": "0df1908962e7a3071564e857d86874dad1ef204a"
3257
            },
3258
            "dist": {
3259
                "type": "zip",
3260
                "url": "https://api.github.com/repos/webmozart/assert/zipball/0df1908962e7a3071564e857d86874dad1ef204a",
3261
                "reference": "0df1908962e7a3071564e857d86874dad1ef204a",
3262
                "shasum": ""
3263
            },
3264
            "require": {
3265
                "php": "^5.3.3 || ^7.0"
3266
            },
3267
            "require-dev": {
3268
                "phpunit/phpunit": "^4.6",
3269
                "sebastian/version": "^1.0.1"
3270
            },
3271
            "type": "library",
3272
            "extra": {
3273
                "branch-alias": {
3274
                    "dev-master": "1.3-dev"
3275
                }
3276
            },
3277
            "autoload": {
3278
                "psr-4": {
3279
                    "Webmozart\\Assert\\": "src/"
3280
                }
3281
            },
3282
            "notification-url": "https://packagist.org/downloads/",
3283
            "license": [
3284
                "MIT"
3285
            ],
3286
            "authors": [
3287
                {
3288
                    "name": "Bernhard Schussek",
3289
                    "email": "[email protected]"
3290
                }
3291
            ],
3292
            "description": "Assertions to validate method input/output with nice error messages.",
3293
            "keywords": [
3294
                "assert",
3295
                "check",
3296
                "validate"
3297
            ],
3298
            "time": "2018-01-29T19:49:41+00:00"
3299
        },
3300
        {
3301
            "name": "yubico/u2flib-server",
3302
            "version": "0.1.0",
3303
            "source": {
3304
                "type": "git",
3305
                "url": "https://github.com/Yubico/php-u2flib-server.git",
3306
                "reference": "71ad5f0b7c796966da356eecd5b583ac852e92a1"
3307
            },
3308
            "dist": {
3309
                "type": "zip",
3310
                "url": "https://api.github.com/repos/Yubico/php-u2flib-server/zipball/71ad5f0b7c796966da356eecd5b583ac852e92a1",
3311
                "reference": "71ad5f0b7c796966da356eecd5b583ac852e92a1",
3312
                "shasum": ""
3313
            },
3314
            "require": {
3315
                "ext-openssl": "*"
3316
            },
3317
            "type": "library",
3318
            "autoload": {
3319
                "classmap": [
3320
                    "src/"
3321
                ]
3322
            },
3323
            "notification-url": "https://packagist.org/downloads/",
3324
            "license": [
3325
                "BSD-2-Clause"
3326
            ],
3327
            "description": "Library for U2F implementation",
3328
            "homepage": "https://developers.yubico.com/php-u2flib-server",
3329
            "time": "2015-03-03T08:05:16+00:00"
3330
        }
3331
    ],
3332
    "packages-dev": [
3333
        {
3334
            "name": "doctrine/instantiator",
3335
            "version": "1.0.5",
3336
            "source": {
3337
                "type": "git",
3338
                "url": "https://github.com/doctrine/instantiator.git",
3339
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
3340
            },
3341
            "dist": {
3342
                "type": "zip",
3343
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
3344
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
3345
                "shasum": ""
3346
            },
3347
            "require": {
3348
                "php": ">=5.3,<8.0-DEV"
3349
            },
3350
            "require-dev": {
3351
                "athletic/athletic": "~0.1.8",
3352
                "ext-pdo": "*",
3353
                "ext-phar": "*",
3354
                "phpunit/phpunit": "~4.0",
3355
                "squizlabs/php_codesniffer": "~2.0"
3356
            },
3357
            "type": "library",
3358
            "extra": {
3359
                "branch-alias": {
3360
                    "dev-master": "1.0.x-dev"
3361
                }
3362
            },
3363
            "autoload": {
3364
                "psr-4": {
3365
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
3366
                }
3367
            },
3368
            "notification-url": "https://packagist.org/downloads/",
3369
            "license": [
3370
                "MIT"
3371
            ],
3372
            "authors": [
3373
                {
3374
                    "name": "Marco Pivetta",
3375
                    "email": "[email protected]",
3376
                    "homepage": "http://ocramius.github.com/"
3377
                }
3378
            ],
3379
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
3380
            "homepage": "https://github.com/doctrine/instantiator",
3381
            "keywords": [
3382
                "constructor",
3383
                "instantiate"
3384
            ],
3385
            "time": "2015-06-14T21:17:01+00:00"
3386
        },
3387
        {
3388
            "name": "hamcrest/hamcrest-php",
3389
            "version": "v2.0.0",
3390
            "source": {
3391
                "type": "git",
3392
                "url": "https://github.com/hamcrest/hamcrest-php.git",
3393
                "reference": "776503d3a8e85d4f9a1148614f95b7a608b046ad"
3394
            },
3395
            "dist": {
3396
                "type": "zip",
3397
                "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/776503d3a8e85d4f9a1148614f95b7a608b046ad",
3398
                "reference": "776503d3a8e85d4f9a1148614f95b7a608b046ad",
3399
                "shasum": ""
3400
            },
3401
            "require": {
3402
                "php": "^5.3|^7.0"
3403
            },
3404
            "replace": {
3405
                "cordoval/hamcrest-php": "*",
3406
                "davedevelopment/hamcrest-php": "*",
3407
                "kodova/hamcrest-php": "*"
3408
            },
3409
            "require-dev": {
3410
                "phpunit/php-file-iterator": "1.3.3",
3411
                "phpunit/phpunit": "~4.0",
3412
                "satooshi/php-coveralls": "^1.0"
3413
            },
3414
            "type": "library",
3415
            "extra": {
3416
                "branch-alias": {
3417
                    "dev-master": "2.0-dev"
3418
                }
3419
            },
3420
            "autoload": {
3421
                "classmap": [
3422
                    "hamcrest"
3423
                ]
3424
            },
3425
            "notification-url": "https://packagist.org/downloads/",
3426
            "license": [
3427
                "BSD"
3428
            ],
3429
            "description": "This is the PHP port of Hamcrest Matchers",
3430
            "keywords": [
3431
                "test"
3432
            ],
3433
            "time": "2016-01-20T08:20:44+00:00"
3434
        },
3435
        {
3436
            "name": "matthiasnoback/symfony-config-test",
3437
            "version": "v2.2.0",
3438
            "source": {
3439
                "type": "git",
3440
                "url": "https://github.com/SymfonyTest/SymfonyConfigTest.git",
3441
                "reference": "8d48332ed83ac3bacc99ce487ade25df2613ab1e"
3442
            },
3443
            "dist": {
3444
                "type": "zip",
3445
                "url": "https://api.github.com/repos/SymfonyTest/SymfonyConfigTest/zipball/8d48332ed83ac3bacc99ce487ade25df2613ab1e",
3446
                "reference": "8d48332ed83ac3bacc99ce487ade25df2613ab1e",
3447
                "shasum": ""
3448
            },
3449
            "require": {
3450
                "php": "^5.3|^7.0",
3451
                "sebastian/exporter": "^1.0|^2.0",
3452
                "symfony/config": "^2.3|^3.0|^4.0"
3453
            },
3454
            "require-dev": {
3455
                "phpunit/phpunit": "^4.0|^5.0"
3456
            },
3457
            "type": "library",
3458
            "autoload": {
3459
                "psr-4": {
3460
                    "Matthias\\SymfonyConfigTest\\": ""
3461
                }
3462
            },
3463
            "notification-url": "https://packagist.org/downloads/",
3464
            "license": [
3465
                "MIT"
3466
            ],
3467
            "authors": [
3468
                {
3469
                    "name": "Matthias Noback",
3470
                    "email": "[email protected]",
3471
                    "homepage": "http://php-and-symfony.matthiasnoback.nl"
3472
                }
3473
            ],
3474
            "description": "Library for testing user classes related to the Symfony Config Component",
3475
            "homepage": "https://github.com/matthiasnoback/SymfonyConfigTest",
3476
            "keywords": [
3477
                "config",
3478
                "phpunit",
3479
                "symfony"
3480
            ],
3481
            "time": "2017-11-21T18:42:45+00:00"
3482
        },
3483
        {
3484
            "name": "mockery/mockery",
3485
            "version": "1.1.0",
3486
            "source": {
3487
                "type": "git",
3488
                "url": "https://github.com/mockery/mockery.git",
3489
                "reference": "99e29d3596b16dabe4982548527d5ddf90232e99"
3490
            },
3491
            "dist": {
3492
                "type": "zip",
3493
                "url": "https://api.github.com/repos/mockery/mockery/zipball/99e29d3596b16dabe4982548527d5ddf90232e99",
3494
                "reference": "99e29d3596b16dabe4982548527d5ddf90232e99",
3495
                "shasum": ""
3496
            },
3497
            "require": {
3498
                "hamcrest/hamcrest-php": "~2.0",
3499
                "lib-pcre": ">=7.0",
3500
                "php": ">=5.6.0"
3501
            },
3502
            "require-dev": {
3503
                "phpdocumentor/phpdocumentor": "^2.9",
3504
                "phpunit/phpunit": "~5.7.10|~6.5"
3505
            },
3506
            "type": "library",
3507
            "extra": {
3508
                "branch-alias": {
3509
                    "dev-master": "1.0.x-dev"
3510
                }
3511
            },
3512
            "autoload": {
3513
                "psr-0": {
3514
                    "Mockery": "library/"
3515
                }
3516
            },
3517
            "notification-url": "https://packagist.org/downloads/",
3518
            "license": [
3519
                "BSD-3-Clause"
3520
            ],
3521
            "authors": [
3522
                {
3523
                    "name": "Pádraic Brady",
3524
                    "email": "[email protected]",
3525
                    "homepage": "http://blog.astrumfutura.com"
3526
                },
3527
                {
3528
                    "name": "Dave Marshall",
3529
                    "email": "[email protected]",
3530
                    "homepage": "http://davedevelopment.co.uk"
3531
                }
3532
            ],
3533
            "description": "Mockery is a simple yet flexible PHP mock object framework",
3534
            "homepage": "https://github.com/mockery/mockery",
3535
            "keywords": [
3536
                "BDD",
3537
                "TDD",
3538
                "library",
3539
                "mock",
3540
                "mock objects",
3541
                "mockery",
3542
                "stub",
3543
                "test",
3544
                "test double",
3545
                "testing"
3546
            ],
3547
            "time": "2018-05-08T08:54:48+00:00"
3548
        },
3549
        {
3550
            "name": "pdepend/pdepend",
3551
            "version": "2.5.2",
3552
            "source": {
3553
                "type": "git",
3554
                "url": "https://github.com/pdepend/pdepend.git",
3555
                "reference": "9daf26d0368d4a12bed1cacae1a9f3a6f0adf239"
3556
            },
3557
            "dist": {
3558
                "type": "zip",
3559
                "url": "https://api.github.com/repos/pdepend/pdepend/zipball/9daf26d0368d4a12bed1cacae1a9f3a6f0adf239",
3560
                "reference": "9daf26d0368d4a12bed1cacae1a9f3a6f0adf239",
3561
                "shasum": ""
3562
            },
3563
            "require": {
3564
                "php": ">=5.3.7",
3565
                "symfony/config": "^2.3.0|^3|^4",
3566
                "symfony/dependency-injection": "^2.3.0|^3|^4",
3567
                "symfony/filesystem": "^2.3.0|^3|^4"
3568
            },
3569
            "require-dev": {
3570
                "phpunit/phpunit": "^4.8|^5.7",
3571
                "squizlabs/php_codesniffer": "^2.0.0"
3572
            },
3573
            "bin": [
3574
                "src/bin/pdepend"
3575
            ],
3576
            "type": "library",
3577
            "autoload": {
3578
                "psr-4": {
3579
                    "PDepend\\": "src/main/php/PDepend"
3580
                }
3581
            },
3582
            "notification-url": "https://packagist.org/downloads/",
3583
            "license": [
3584
                "BSD-3-Clause"
3585
            ],
3586
            "description": "Official version of pdepend to be handled with Composer",
3587
            "time": "2017-12-13T13:21:38+00:00"
3588
        },
3589
        {
3590
            "name": "phpdocumentor/reflection-common",
3591
            "version": "1.0.1",
3592
            "source": {
3593
                "type": "git",
3594
                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
3595
                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
3596
            },
3597
            "dist": {
3598
                "type": "zip",
3599
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
3600
                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
3601
                "shasum": ""
3602
            },
3603
            "require": {
3604
                "php": ">=5.5"
3605
            },
3606
            "require-dev": {
3607
                "phpunit/phpunit": "^4.6"
3608
            },
3609
            "type": "library",
3610
            "extra": {
3611
                "branch-alias": {
3612
                    "dev-master": "1.0.x-dev"
3613
                }
3614
            },
3615
            "autoload": {
3616
                "psr-4": {
3617
                    "phpDocumentor\\Reflection\\": [
3618
                        "src"
3619
                    ]
3620
                }
3621
            },
3622
            "notification-url": "https://packagist.org/downloads/",
3623
            "license": [
3624
                "MIT"
3625
            ],
3626
            "authors": [
3627
                {
3628
                    "name": "Jaap van Otterdijk",
3629
                    "email": "[email protected]"
3630
                }
3631
            ],
3632
            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
3633
            "homepage": "http://www.phpdoc.org",
3634
            "keywords": [
3635
                "FQSEN",
3636
                "phpDocumentor",
3637
                "phpdoc",
3638
                "reflection",
3639
                "static analysis"
3640
            ],
3641
            "time": "2017-09-11T18:02:19+00:00"
3642
        },
3643
        {
3644
            "name": "phpdocumentor/reflection-docblock",
3645
            "version": "3.3.2",
3646
            "source": {
3647
                "type": "git",
3648
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
3649
                "reference": "bf329f6c1aadea3299f08ee804682b7c45b326a2"
3650
            },
3651
            "dist": {
3652
                "type": "zip",
3653
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/bf329f6c1aadea3299f08ee804682b7c45b326a2",
3654
                "reference": "bf329f6c1aadea3299f08ee804682b7c45b326a2",
3655
                "shasum": ""
3656
            },
3657
            "require": {
3658
                "php": "^5.6 || ^7.0",
3659
                "phpdocumentor/reflection-common": "^1.0.0",
3660
                "phpdocumentor/type-resolver": "^0.4.0",
3661
                "webmozart/assert": "^1.0"
3662
            },
3663
            "require-dev": {
3664
                "mockery/mockery": "^0.9.4",
3665
                "phpunit/phpunit": "^4.4"
3666
            },
3667
            "type": "library",
3668
            "autoload": {
3669
                "psr-4": {
3670
                    "phpDocumentor\\Reflection\\": [
3671
                        "src/"
3672
                    ]
3673
                }
3674
            },
3675
            "notification-url": "https://packagist.org/downloads/",
3676
            "license": [
3677
                "MIT"
3678
            ],
3679
            "authors": [
3680
                {
3681
                    "name": "Mike van Riel",
3682
                    "email": "[email protected]"
3683
                }
3684
            ],
3685
            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
3686
            "time": "2017-11-10T14:09:06+00:00"
3687
        },
3688
        {
3689
            "name": "phpdocumentor/type-resolver",
3690
            "version": "0.4.0",
3691
            "source": {
3692
                "type": "git",
3693
                "url": "https://github.com/phpDocumentor/TypeResolver.git",
3694
                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
3695
            },
3696
            "dist": {
3697
                "type": "zip",
3698
                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
3699
                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
3700
                "shasum": ""
3701
            },
3702
            "require": {
3703
                "php": "^5.5 || ^7.0",
3704
                "phpdocumentor/reflection-common": "^1.0"
3705
            },
3706
            "require-dev": {
3707
                "mockery/mockery": "^0.9.4",
3708
                "phpunit/phpunit": "^5.2||^4.8.24"
3709
            },
3710
            "type": "library",
3711
            "extra": {
3712
                "branch-alias": {
3713
                    "dev-master": "1.0.x-dev"
3714
                }
3715
            },
3716
            "autoload": {
3717
                "psr-4": {
3718
                    "phpDocumentor\\Reflection\\": [
3719
                        "src/"
3720
                    ]
3721
                }
3722
            },
3723
            "notification-url": "https://packagist.org/downloads/",
3724
            "license": [
3725
                "MIT"
3726
            ],
3727
            "authors": [
3728
                {
3729
                    "name": "Mike van Riel",
3730
                    "email": "[email protected]"
3731
                }
3732
            ],
3733
            "time": "2017-07-14T14:27:02+00:00"
3734
        },
3735
        {
3736
            "name": "phpmd/phpmd",
3737
            "version": "2.6.0",
3738
            "source": {
3739
                "type": "git",
3740
                "url": "https://github.com/phpmd/phpmd.git",
3741
                "reference": "4e9924b2c157a3eb64395460fcf56b31badc8374"
3742
            },
3743
            "dist": {
3744
                "type": "zip",
3745
                "url": "https://api.github.com/repos/phpmd/phpmd/zipball/4e9924b2c157a3eb64395460fcf56b31badc8374",
3746
                "reference": "4e9924b2c157a3eb64395460fcf56b31badc8374",
3747
                "shasum": ""
3748
            },
3749
            "require": {
3750
                "ext-xml": "*",
3751
                "pdepend/pdepend": "^2.5",
3752
                "php": ">=5.3.9"
3753
            },
3754
            "require-dev": {
3755
                "phpunit/phpunit": "^4.0",
3756
                "squizlabs/php_codesniffer": "^2.0"
3757
            },
3758
            "bin": [
3759
                "src/bin/phpmd"
3760
            ],
3761
            "type": "project",
3762
            "autoload": {
3763
                "psr-0": {
3764
                    "PHPMD\\": "src/main/php"
3765
                }
3766
            },
3767
            "notification-url": "https://packagist.org/downloads/",
3768
            "license": [
3769
                "BSD-3-Clause"
3770
            ],
3771
            "authors": [
3772
                {
3773
                    "name": "Manuel Pichler",
3774
                    "email": "[email protected]",
3775
                    "homepage": "https://github.com/manuelpichler",
3776
                    "role": "Project Founder"
3777
                },
3778
                {
3779
                    "name": "Other contributors",
3780
                    "homepage": "https://github.com/phpmd/phpmd/graphs/contributors",
3781
                    "role": "Contributors"
3782
                },
3783
                {
3784
                    "name": "Marc Würth",
3785
                    "email": "[email protected]",
3786
                    "homepage": "https://github.com/ravage84",
3787
                    "role": "Project Maintainer"
3788
                }
3789
            ],
3790
            "description": "PHPMD is a spin-off project of PHP Depend and aims to be a PHP equivalent of the well known Java tool PMD.",
3791
            "homepage": "http://phpmd.org/",
3792
            "keywords": [
3793
                "mess detection",
3794
                "mess detector",
3795
                "pdepend",
3796
                "phpmd",
3797
                "pmd"
3798
            ],
3799
            "time": "2017-01-20T14:41:10+00:00"
3800
        },
3801
        {
3802
            "name": "phpspec/prophecy",
3803
            "version": "1.8.0",
3804
            "source": {
3805
                "type": "git",
3806
                "url": "https://github.com/phpspec/prophecy.git",
3807
                "reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06"
3808
            },
3809
            "dist": {
3810
                "type": "zip",
3811
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/4ba436b55987b4bf311cb7c6ba82aa528aac0a06",
3812
                "reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06",
3813
                "shasum": ""
3814
            },
3815
            "require": {
3816
                "doctrine/instantiator": "^1.0.2",
3817
                "php": "^5.3|^7.0",
3818
                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
3819
                "sebastian/comparator": "^1.1|^2.0|^3.0",
3820
                "sebastian/recursion-context": "^1.0|^2.0|^3.0"
3821
            },
3822
            "require-dev": {
3823
                "phpspec/phpspec": "^2.5|^3.2",
3824
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1"
3825
            },
3826
            "type": "library",
3827
            "extra": {
3828
                "branch-alias": {
3829
                    "dev-master": "1.8.x-dev"
3830
                }
3831
            },
3832
            "autoload": {
3833
                "psr-0": {
3834
                    "Prophecy\\": "src/"
3835
                }
3836
            },
3837
            "notification-url": "https://packagist.org/downloads/",
3838
            "license": [
3839
                "MIT"
3840
            ],
3841
            "authors": [
3842
                {
3843
                    "name": "Konstantin Kudryashov",
3844
                    "email": "[email protected]",
3845
                    "homepage": "http://everzet.com"
3846
                },
3847
                {
3848
                    "name": "Marcello Duarte",
3849
                    "email": "[email protected]"
3850
                }
3851
            ],
3852
            "description": "Highly opinionated mocking framework for PHP 5.3+",
3853
            "homepage": "https://github.com/phpspec/prophecy",
3854
            "keywords": [
3855
                "Double",
3856
                "Dummy",
3857
                "fake",
3858
                "mock",
3859
                "spy",
3860
                "stub"
3861
            ],
3862
            "time": "2018-08-05T17:53:17+00:00"
3863
        },
3864
        {
3865
            "name": "phpunit/php-code-coverage",
3866
            "version": "4.0.8",
3867
            "source": {
3868
                "type": "git",
3869
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
3870
                "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d"
3871
            },
3872
            "dist": {
3873
                "type": "zip",
3874
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
3875
                "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
3876
                "shasum": ""
3877
            },
3878
            "require": {
3879
                "ext-dom": "*",
3880
                "ext-xmlwriter": "*",
3881
                "php": "^5.6 || ^7.0",
3882
                "phpunit/php-file-iterator": "^1.3",
3883
                "phpunit/php-text-template": "^1.2",
3884
                "phpunit/php-token-stream": "^1.4.2 || ^2.0",
3885
                "sebastian/code-unit-reverse-lookup": "^1.0",
3886
                "sebastian/environment": "^1.3.2 || ^2.0",
3887
                "sebastian/version": "^1.0 || ^2.0"
3888
            },
3889
            "require-dev": {
3890
                "ext-xdebug": "^2.1.4",
3891
                "phpunit/phpunit": "^5.7"
3892
            },
3893
            "suggest": {
3894
                "ext-xdebug": "^2.5.1"
3895
            },
3896
            "type": "library",
3897
            "extra": {
3898
                "branch-alias": {
3899
                    "dev-master": "4.0.x-dev"
3900
                }
3901
            },
3902
            "autoload": {
3903
                "classmap": [
3904
                    "src/"
3905
                ]
3906
            },
3907
            "notification-url": "https://packagist.org/downloads/",
3908
            "license": [
3909
                "BSD-3-Clause"
3910
            ],
3911
            "authors": [
3912
                {
3913
                    "name": "Sebastian Bergmann",
3914
                    "email": "[email protected]",
3915
                    "role": "lead"
3916
                }
3917
            ],
3918
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
3919
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
3920
            "keywords": [
3921
                "coverage",
3922
                "testing",
3923
                "xunit"
3924
            ],
3925
            "time": "2017-04-02T07:44:40+00:00"
3926
        },
3927
        {
3928
            "name": "phpunit/php-file-iterator",
3929
            "version": "1.4.5",
3930
            "source": {
3931
                "type": "git",
3932
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
3933
                "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4"
3934
            },
3935
            "dist": {
3936
                "type": "zip",
3937
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4",
3938
                "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4",
3939
                "shasum": ""
3940
            },
3941
            "require": {
3942
                "php": ">=5.3.3"
3943
            },
3944
            "type": "library",
3945
            "extra": {
3946
                "branch-alias": {
3947
                    "dev-master": "1.4.x-dev"
3948
                }
3949
            },
3950
            "autoload": {
3951
                "classmap": [
3952
                    "src/"
3953
                ]
3954
            },
3955
            "notification-url": "https://packagist.org/downloads/",
3956
            "license": [
3957
                "BSD-3-Clause"
3958
            ],
3959
            "authors": [
3960
                {
3961
                    "name": "Sebastian Bergmann",
3962
                    "email": "[email protected]",
3963
                    "role": "lead"
3964
                }
3965
            ],
3966
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
3967
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
3968
            "keywords": [
3969
                "filesystem",
3970
                "iterator"
3971
            ],
3972
            "time": "2017-11-27T13:52:08+00:00"
3973
        },
3974
        {
3975
            "name": "phpunit/php-text-template",
3976
            "version": "1.2.1",
3977
            "source": {
3978
                "type": "git",
3979
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
3980
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
3981
            },
3982
            "dist": {
3983
                "type": "zip",
3984
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
3985
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
3986
                "shasum": ""
3987
            },
3988
            "require": {
3989
                "php": ">=5.3.3"
3990
            },
3991
            "type": "library",
3992
            "autoload": {
3993
                "classmap": [
3994
                    "src/"
3995
                ]
3996
            },
3997
            "notification-url": "https://packagist.org/downloads/",
3998
            "license": [
3999
                "BSD-3-Clause"
4000
            ],
4001
            "authors": [
4002
                {
4003
                    "name": "Sebastian Bergmann",
4004
                    "email": "[email protected]",
4005
                    "role": "lead"
4006
                }
4007
            ],
4008
            "description": "Simple template engine.",
4009
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
4010
            "keywords": [
4011
                "template"
4012
            ],
4013
            "time": "2015-06-21T13:50:34+00:00"
4014
        },
4015
        {
4016
            "name": "phpunit/php-timer",
4017
            "version": "1.0.9",
4018
            "source": {
4019
                "type": "git",
4020
                "url": "https://github.com/sebastianbergmann/php-timer.git",
4021
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
4022
            },
4023
            "dist": {
4024
                "type": "zip",
4025
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
4026
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
4027
                "shasum": ""
4028
            },
4029
            "require": {
4030
                "php": "^5.3.3 || ^7.0"
4031
            },
4032
            "require-dev": {
4033
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
4034
            },
4035
            "type": "library",
4036
            "extra": {
4037
                "branch-alias": {
4038
                    "dev-master": "1.0-dev"
4039
                }
4040
            },
4041
            "autoload": {
4042
                "classmap": [
4043
                    "src/"
4044
                ]
4045
            },
4046
            "notification-url": "https://packagist.org/downloads/",
4047
            "license": [
4048
                "BSD-3-Clause"
4049
            ],
4050
            "authors": [
4051
                {
4052
                    "name": "Sebastian Bergmann",
4053
                    "email": "[email protected]",
4054
                    "role": "lead"
4055
                }
4056
            ],
4057
            "description": "Utility class for timing",
4058
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
4059
            "keywords": [
4060
                "timer"
4061
            ],
4062
            "time": "2017-02-26T11:10:40+00:00"
4063
        },
4064
        {
4065
            "name": "phpunit/php-token-stream",
4066
            "version": "1.4.12",
4067
            "source": {
4068
                "type": "git",
4069
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
4070
                "reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16"
4071
            },
4072
            "dist": {
4073
                "type": "zip",
4074
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/1ce90ba27c42e4e44e6d8458241466380b51fa16",
4075
                "reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16",
4076
                "shasum": ""
4077
            },
4078
            "require": {
4079
                "ext-tokenizer": "*",
4080
                "php": ">=5.3.3"
4081
            },
4082
            "require-dev": {
4083
                "phpunit/phpunit": "~4.2"
4084
            },
4085
            "type": "library",
4086
            "extra": {
4087
                "branch-alias": {
4088
                    "dev-master": "1.4-dev"
4089
                }
4090
            },
4091
            "autoload": {
4092
                "classmap": [
4093
                    "src/"
4094
                ]
4095
            },
4096
            "notification-url": "https://packagist.org/downloads/",
4097
            "license": [
4098
                "BSD-3-Clause"
4099
            ],
4100
            "authors": [
4101
                {
4102
                    "name": "Sebastian Bergmann",
4103
                    "email": "[email protected]"
4104
                }
4105
            ],
4106
            "description": "Wrapper around PHP's tokenizer extension.",
4107
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
4108
            "keywords": [
4109
                "tokenizer"
4110
            ],
4111
            "time": "2017-12-04T08:55:13+00:00"
4112
        },
4113
        {
4114
            "name": "phpunit/phpunit",
4115
            "version": "5.7.27",
4116
            "source": {
4117
                "type": "git",
4118
                "url": "https://github.com/sebastianbergmann/phpunit.git",
4119
                "reference": "b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c"
4120
            },
4121
            "dist": {
4122
                "type": "zip",
4123
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c",
4124
                "reference": "b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c",
4125
                "shasum": ""
4126
            },
4127
            "require": {
4128
                "ext-dom": "*",
4129
                "ext-json": "*",
4130
                "ext-libxml": "*",
4131
                "ext-mbstring": "*",
4132
                "ext-xml": "*",
4133
                "myclabs/deep-copy": "~1.3",
4134
                "php": "^5.6 || ^7.0",
4135
                "phpspec/prophecy": "^1.6.2",
4136
                "phpunit/php-code-coverage": "^4.0.4",
4137
                "phpunit/php-file-iterator": "~1.4",
4138
                "phpunit/php-text-template": "~1.2",
4139
                "phpunit/php-timer": "^1.0.6",
4140
                "phpunit/phpunit-mock-objects": "^3.2",
4141
                "sebastian/comparator": "^1.2.4",
4142
                "sebastian/diff": "^1.4.3",
4143
                "sebastian/environment": "^1.3.4 || ^2.0",
4144
                "sebastian/exporter": "~2.0",
4145
                "sebastian/global-state": "^1.1",
4146
                "sebastian/object-enumerator": "~2.0",
4147
                "sebastian/resource-operations": "~1.0",
4148
                "sebastian/version": "^1.0.6|^2.0.1",
4149
                "symfony/yaml": "~2.1|~3.0|~4.0"
4150
            },
4151
            "conflict": {
4152
                "phpdocumentor/reflection-docblock": "3.0.2"
4153
            },
4154
            "require-dev": {
4155
                "ext-pdo": "*"
4156
            },
4157
            "suggest": {
4158
                "ext-xdebug": "*",
4159
                "phpunit/php-invoker": "~1.1"
4160
            },
4161
            "bin": [
4162
                "phpunit"
4163
            ],
4164
            "type": "library",
4165
            "extra": {
4166
                "branch-alias": {
4167
                    "dev-master": "5.7.x-dev"
4168
                }
4169
            },
4170
            "autoload": {
4171
                "classmap": [
4172
                    "src/"
4173
                ]
4174
            },
4175
            "notification-url": "https://packagist.org/downloads/",
4176
            "license": [
4177
                "BSD-3-Clause"
4178
            ],
4179
            "authors": [
4180
                {
4181
                    "name": "Sebastian Bergmann",
4182
                    "email": "[email protected]",
4183
                    "role": "lead"
4184
                }
4185
            ],
4186
            "description": "The PHP Unit Testing framework.",
4187
            "homepage": "https://phpunit.de/",
4188
            "keywords": [
4189
                "phpunit",
4190
                "testing",
4191
                "xunit"
4192
            ],
4193
            "time": "2018-02-01T05:50:59+00:00"
4194
        },
4195
        {
4196
            "name": "phpunit/phpunit-mock-objects",
4197
            "version": "3.4.4",
4198
            "source": {
4199
                "type": "git",
4200
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
4201
                "reference": "a23b761686d50a560cc56233b9ecf49597cc9118"
4202
            },
4203
            "dist": {
4204
                "type": "zip",
4205
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/a23b761686d50a560cc56233b9ecf49597cc9118",
4206
                "reference": "a23b761686d50a560cc56233b9ecf49597cc9118",
4207
                "shasum": ""
4208
            },
4209
            "require": {
4210
                "doctrine/instantiator": "^1.0.2",
4211
                "php": "^5.6 || ^7.0",
4212
                "phpunit/php-text-template": "^1.2",
4213
                "sebastian/exporter": "^1.2 || ^2.0"
4214
            },
4215
            "conflict": {
4216
                "phpunit/phpunit": "<5.4.0"
4217
            },
4218
            "require-dev": {
4219
                "phpunit/phpunit": "^5.4"
4220
            },
4221
            "suggest": {
4222
                "ext-soap": "*"
4223
            },
4224
            "type": "library",
4225
            "extra": {
4226
                "branch-alias": {
4227
                    "dev-master": "3.2.x-dev"
4228
                }
4229
            },
4230
            "autoload": {
4231
                "classmap": [
4232
                    "src/"
4233
                ]
4234
            },
4235
            "notification-url": "https://packagist.org/downloads/",
4236
            "license": [
4237
                "BSD-3-Clause"
4238
            ],
4239
            "authors": [
4240
                {
4241
                    "name": "Sebastian Bergmann",
4242
                    "email": "[email protected]",
4243
                    "role": "lead"
4244
                }
4245
            ],
4246
            "description": "Mock Object library for PHPUnit",
4247
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
4248
            "keywords": [
4249
                "mock",
4250
                "xunit"
4251
            ],
4252
            "time": "2017-06-30T09:13:00+00:00"
4253
        },
4254
        {
4255
            "name": "sebastian/code-unit-reverse-lookup",
4256
            "version": "1.0.1",
4257
            "source": {
4258
                "type": "git",
4259
                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
4260
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
4261
            },
4262
            "dist": {
4263
                "type": "zip",
4264
                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
4265
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
4266
                "shasum": ""
4267
            },
4268
            "require": {
4269
                "php": "^5.6 || ^7.0"
4270
            },
4271
            "require-dev": {
4272
                "phpunit/phpunit": "^5.7 || ^6.0"
4273
            },
4274
            "type": "library",
4275
            "extra": {
4276
                "branch-alias": {
4277
                    "dev-master": "1.0.x-dev"
4278
                }
4279
            },
4280
            "autoload": {
4281
                "classmap": [
4282
                    "src/"
4283
                ]
4284
            },
4285
            "notification-url": "https://packagist.org/downloads/",
4286
            "license": [
4287
                "BSD-3-Clause"
4288
            ],
4289
            "authors": [
4290
                {
4291
                    "name": "Sebastian Bergmann",
4292
                    "email": "[email protected]"
4293
                }
4294
            ],
4295
            "description": "Looks up which function or method a line of code belongs to",
4296
            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
4297
            "time": "2017-03-04T06:30:41+00:00"
4298
        },
4299
        {
4300
            "name": "sebastian/comparator",
4301
            "version": "1.2.4",
4302
            "source": {
4303
                "type": "git",
4304
                "url": "https://github.com/sebastianbergmann/comparator.git",
4305
                "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
4306
            },
4307
            "dist": {
4308
                "type": "zip",
4309
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
4310
                "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
4311
                "shasum": ""
4312
            },
4313
            "require": {
4314
                "php": ">=5.3.3",
4315
                "sebastian/diff": "~1.2",
4316
                "sebastian/exporter": "~1.2 || ~2.0"
4317
            },
4318
            "require-dev": {
4319
                "phpunit/phpunit": "~4.4"
4320
            },
4321
            "type": "library",
4322
            "extra": {
4323
                "branch-alias": {
4324
                    "dev-master": "1.2.x-dev"
4325
                }
4326
            },
4327
            "autoload": {
4328
                "classmap": [
4329
                    "src/"
4330
                ]
4331
            },
4332
            "notification-url": "https://packagist.org/downloads/",
4333
            "license": [
4334
                "BSD-3-Clause"
4335
            ],
4336
            "authors": [
4337
                {
4338
                    "name": "Jeff Welch",
4339
                    "email": "[email protected]"
4340
                },
4341
                {
4342
                    "name": "Volker Dusch",
4343
                    "email": "[email protected]"
4344
                },
4345
                {
4346
                    "name": "Bernhard Schussek",
4347
                    "email": "[email protected]"
4348
                },
4349
                {
4350
                    "name": "Sebastian Bergmann",
4351
                    "email": "[email protected]"
4352
                }
4353
            ],
4354
            "description": "Provides the functionality to compare PHP values for equality",
4355
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
4356
            "keywords": [
4357
                "comparator",
4358
                "compare",
4359
                "equality"
4360
            ],
4361
            "time": "2017-01-29T09:50:25+00:00"
4362
        },
4363
        {
4364
            "name": "sebastian/diff",
4365
            "version": "1.4.3",
4366
            "source": {
4367
                "type": "git",
4368
                "url": "https://github.com/sebastianbergmann/diff.git",
4369
                "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4"
4370
            },
4371
            "dist": {
4372
                "type": "zip",
4373
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4",
4374
                "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4",
4375
                "shasum": ""
4376
            },
4377
            "require": {
4378
                "php": "^5.3.3 || ^7.0"
4379
            },
4380
            "require-dev": {
4381
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
4382
            },
4383
            "type": "library",
4384
            "extra": {
4385
                "branch-alias": {
4386
                    "dev-master": "1.4-dev"
4387
                }
4388
            },
4389
            "autoload": {
4390
                "classmap": [
4391
                    "src/"
4392
                ]
4393
            },
4394
            "notification-url": "https://packagist.org/downloads/",
4395
            "license": [
4396
                "BSD-3-Clause"
4397
            ],
4398
            "authors": [
4399
                {
4400
                    "name": "Kore Nordmann",
4401
                    "email": "[email protected]"
4402
                },
4403
                {
4404
                    "name": "Sebastian Bergmann",
4405
                    "email": "[email protected]"
4406
                }
4407
            ],
4408
            "description": "Diff implementation",
4409
            "homepage": "https://github.com/sebastianbergmann/diff",
4410
            "keywords": [
4411
                "diff"
4412
            ],
4413
            "time": "2017-05-22T07:24:03+00:00"
4414
        },
4415
        {
4416
            "name": "sebastian/environment",
4417
            "version": "2.0.0",
4418
            "source": {
4419
                "type": "git",
4420
                "url": "https://github.com/sebastianbergmann/environment.git",
4421
                "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac"
4422
            },
4423
            "dist": {
4424
                "type": "zip",
4425
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
4426
                "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
4427
                "shasum": ""
4428
            },
4429
            "require": {
4430
                "php": "^5.6 || ^7.0"
4431
            },
4432
            "require-dev": {
4433
                "phpunit/phpunit": "^5.0"
4434
            },
4435
            "type": "library",
4436
            "extra": {
4437
                "branch-alias": {
4438
                    "dev-master": "2.0.x-dev"
4439
                }
4440
            },
4441
            "autoload": {
4442
                "classmap": [
4443
                    "src/"
4444
                ]
4445
            },
4446
            "notification-url": "https://packagist.org/downloads/",
4447
            "license": [
4448
                "BSD-3-Clause"
4449
            ],
4450
            "authors": [
4451
                {
4452
                    "name": "Sebastian Bergmann",
4453
                    "email": "[email protected]"
4454
                }
4455
            ],
4456
            "description": "Provides functionality to handle HHVM/PHP environments",
4457
            "homepage": "http://www.github.com/sebastianbergmann/environment",
4458
            "keywords": [
4459
                "Xdebug",
4460
                "environment",
4461
                "hhvm"
4462
            ],
4463
            "time": "2016-11-26T07:53:53+00:00"
4464
        },
4465
        {
4466
            "name": "sebastian/exporter",
4467
            "version": "2.0.0",
4468
            "source": {
4469
                "type": "git",
4470
                "url": "https://github.com/sebastianbergmann/exporter.git",
4471
                "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4"
4472
            },
4473
            "dist": {
4474
                "type": "zip",
4475
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
4476
                "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
4477
                "shasum": ""
4478
            },
4479
            "require": {
4480
                "php": ">=5.3.3",
4481
                "sebastian/recursion-context": "~2.0"
4482
            },
4483
            "require-dev": {
4484
                "ext-mbstring": "*",
4485
                "phpunit/phpunit": "~4.4"
4486
            },
4487
            "type": "library",
4488
            "extra": {
4489
                "branch-alias": {
4490
                    "dev-master": "2.0.x-dev"
4491
                }
4492
            },
4493
            "autoload": {
4494
                "classmap": [
4495
                    "src/"
4496
                ]
4497
            },
4498
            "notification-url": "https://packagist.org/downloads/",
4499
            "license": [
4500
                "BSD-3-Clause"
4501
            ],
4502
            "authors": [
4503
                {
4504
                    "name": "Jeff Welch",
4505
                    "email": "[email protected]"
4506
                },
4507
                {
4508
                    "name": "Volker Dusch",
4509
                    "email": "[email protected]"
4510
                },
4511
                {
4512
                    "name": "Bernhard Schussek",
4513
                    "email": "[email protected]"
4514
                },
4515
                {
4516
                    "name": "Sebastian Bergmann",
4517
                    "email": "[email protected]"
4518
                },
4519
                {
4520
                    "name": "Adam Harvey",
4521
                    "email": "[email protected]"
4522
                }
4523
            ],
4524
            "description": "Provides the functionality to export PHP variables for visualization",
4525
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
4526
            "keywords": [
4527
                "export",
4528
                "exporter"
4529
            ],
4530
            "time": "2016-11-19T08:54:04+00:00"
4531
        },
4532
        {
4533
            "name": "sebastian/finder-facade",
4534
            "version": "1.2.2",
4535
            "source": {
4536
                "type": "git",
4537
                "url": "https://github.com/sebastianbergmann/finder-facade.git",
4538
                "reference": "4a3174709c2dc565fe5fb26fcf827f6a1fc7b09f"
4539
            },
4540
            "dist": {
4541
                "type": "zip",
4542
                "url": "https://api.github.com/repos/sebastianbergmann/finder-facade/zipball/4a3174709c2dc565fe5fb26fcf827f6a1fc7b09f",
4543
                "reference": "4a3174709c2dc565fe5fb26fcf827f6a1fc7b09f",
4544
                "shasum": ""
4545
            },
4546
            "require": {
4547
                "symfony/finder": "~2.3|~3.0|~4.0",
4548
                "theseer/fdomdocument": "~1.3"
4549
            },
4550
            "type": "library",
4551
            "autoload": {
4552
                "classmap": [
4553
                    "src/"
4554
                ]
4555
            },
4556
            "notification-url": "https://packagist.org/downloads/",
4557
            "license": [
4558
                "BSD-3-Clause"
4559
            ],
4560
            "authors": [
4561
                {
4562
                    "name": "Sebastian Bergmann",
4563
                    "email": "[email protected]",
4564
                    "role": "lead"
4565
                }
4566
            ],
4567
            "description": "FinderFacade is a convenience wrapper for Symfony's Finder component.",
4568
            "homepage": "https://github.com/sebastianbergmann/finder-facade",
4569
            "time": "2017-11-18T17:31:49+00:00"
4570
        },
4571
        {
4572
            "name": "sebastian/global-state",
4573
            "version": "1.1.1",
4574
            "source": {
4575
                "type": "git",
4576
                "url": "https://github.com/sebastianbergmann/global-state.git",
4577
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
4578
            },
4579
            "dist": {
4580
                "type": "zip",
4581
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
4582
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
4583
                "shasum": ""
4584
            },
4585
            "require": {
4586
                "php": ">=5.3.3"
4587
            },
4588
            "require-dev": {
4589
                "phpunit/phpunit": "~4.2"
4590
            },
4591
            "suggest": {
4592
                "ext-uopz": "*"
4593
            },
4594
            "type": "library",
4595
            "extra": {
4596
                "branch-alias": {
4597
                    "dev-master": "1.0-dev"
4598
                }
4599
            },
4600
            "autoload": {
4601
                "classmap": [
4602
                    "src/"
4603
                ]
4604
            },
4605
            "notification-url": "https://packagist.org/downloads/",
4606
            "license": [
4607
                "BSD-3-Clause"
4608
            ],
4609
            "authors": [
4610
                {
4611
                    "name": "Sebastian Bergmann",
4612
                    "email": "[email protected]"
4613
                }
4614
            ],
4615
            "description": "Snapshotting of global state",
4616
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
4617
            "keywords": [
4618
                "global state"
4619
            ],
4620
            "time": "2015-10-12T03:26:01+00:00"
4621
        },
4622
        {
4623
            "name": "sebastian/object-enumerator",
4624
            "version": "2.0.1",
4625
            "source": {
4626
                "type": "git",
4627
                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
4628
                "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7"
4629
            },
4630
            "dist": {
4631
                "type": "zip",
4632
                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/1311872ac850040a79c3c058bea3e22d0f09cbb7",
4633
                "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7",
4634
                "shasum": ""
4635
            },
4636
            "require": {
4637
                "php": ">=5.6",
4638
                "sebastian/recursion-context": "~2.0"
4639
            },
4640
            "require-dev": {
4641
                "phpunit/phpunit": "~5"
4642
            },
4643
            "type": "library",
4644
            "extra": {
4645
                "branch-alias": {
4646
                    "dev-master": "2.0.x-dev"
4647
                }
4648
            },
4649
            "autoload": {
4650
                "classmap": [
4651
                    "src/"
4652
                ]
4653
            },
4654
            "notification-url": "https://packagist.org/downloads/",
4655
            "license": [
4656
                "BSD-3-Clause"
4657
            ],
4658
            "authors": [
4659
                {
4660
                    "name": "Sebastian Bergmann",
4661
                    "email": "[email protected]"
4662
                }
4663
            ],
4664
            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
4665
            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
4666
            "time": "2017-02-18T15:18:39+00:00"
4667
        },
4668
        {
4669
            "name": "sebastian/phpcpd",
4670
            "version": "2.0.4",
4671
            "source": {
4672
                "type": "git",
4673
                "url": "https://github.com/sebastianbergmann/phpcpd.git",
4674
                "reference": "24d9a880deadb0b8c9680e9cfe78e30b704225db"
4675
            },
4676
            "dist": {
4677
                "type": "zip",
4678
                "url": "https://api.github.com/repos/sebastianbergmann/phpcpd/zipball/24d9a880deadb0b8c9680e9cfe78e30b704225db",
4679
                "reference": "24d9a880deadb0b8c9680e9cfe78e30b704225db",
4680
                "shasum": ""
4681
            },
4682
            "require": {
4683
                "php": ">=5.3.3",
4684
                "phpunit/php-timer": ">=1.0.6",
4685
                "sebastian/finder-facade": "~1.1",
4686
                "sebastian/version": "~1.0|~2.0",
4687
                "symfony/console": "~2.7|^3.0",
4688
                "theseer/fdomdocument": "~1.4"
4689
            },
4690
            "bin": [
4691
                "phpcpd"
4692
            ],
4693
            "type": "library",
4694
            "extra": {
4695
                "branch-alias": {
4696
                    "dev-master": "2.0-dev"
4697
                }
4698
            },
4699
            "autoload": {
4700
                "classmap": [
4701
                    "src/"
4702
                ]
4703
            },
4704
            "notification-url": "https://packagist.org/downloads/",
4705
            "license": [
4706
                "BSD-3-Clause"
4707
            ],
4708
            "authors": [
4709
                {
4710
                    "name": "Sebastian Bergmann",
4711
                    "email": "[email protected]",
4712
                    "role": "lead"
4713
                }
4714
            ],
4715
            "description": "Copy/Paste Detector (CPD) for PHP code.",
4716
            "homepage": "https://github.com/sebastianbergmann/phpcpd",
4717
            "time": "2016-04-17T19:32:49+00:00"
4718
        },
4719
        {
4720
            "name": "sebastian/recursion-context",
4721
            "version": "2.0.0",
4722
            "source": {
4723
                "type": "git",
4724
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
4725
                "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a"
4726
            },
4727
            "dist": {
4728
                "type": "zip",
4729
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/2c3ba150cbec723aa057506e73a8d33bdb286c9a",
4730
                "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a",
4731
                "shasum": ""
4732
            },
4733
            "require": {
4734
                "php": ">=5.3.3"
4735
            },
4736
            "require-dev": {
4737
                "phpunit/phpunit": "~4.4"
4738
            },
4739
            "type": "library",
4740
            "extra": {
4741
                "branch-alias": {
4742
                    "dev-master": "2.0.x-dev"
4743
                }
4744
            },
4745
            "autoload": {
4746
                "classmap": [
4747
                    "src/"
4748
                ]
4749
            },
4750
            "notification-url": "https://packagist.org/downloads/",
4751
            "license": [
4752
                "BSD-3-Clause"
4753
            ],
4754
            "authors": [
4755
                {
4756
                    "name": "Jeff Welch",
4757
                    "email": "[email protected]"
4758
                },
4759
                {
4760
                    "name": "Sebastian Bergmann",
4761
                    "email": "[email protected]"
4762
                },
4763
                {
4764
                    "name": "Adam Harvey",
4765
                    "email": "[email protected]"
4766
                }
4767
            ],
4768
            "description": "Provides functionality to recursively process PHP variables",
4769
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
4770
            "time": "2016-11-19T07:33:16+00:00"
4771
        },
4772
        {
4773
            "name": "sebastian/resource-operations",
4774
            "version": "1.0.0",
4775
            "source": {
4776
                "type": "git",
4777
                "url": "https://github.com/sebastianbergmann/resource-operations.git",
4778
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
4779
            },
4780
            "dist": {
4781
                "type": "zip",
4782
                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
4783
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
4784
                "shasum": ""
4785
            },
4786
            "require": {
4787
                "php": ">=5.6.0"
4788
            },
4789
            "type": "library",
4790
            "extra": {
4791
                "branch-alias": {
4792
                    "dev-master": "1.0.x-dev"
4793
                }
4794
            },
4795
            "autoload": {
4796
                "classmap": [
4797
                    "src/"
4798
                ]
4799
            },
4800
            "notification-url": "https://packagist.org/downloads/",
4801
            "license": [
4802
                "BSD-3-Clause"
4803
            ],
4804
            "authors": [
4805
                {
4806
                    "name": "Sebastian Bergmann",
4807
                    "email": "[email protected]"
4808
                }
4809
            ],
4810
            "description": "Provides a list of PHP built-in functions that operate on resources",
4811
            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
4812
            "time": "2015-07-28T20:34:47+00:00"
4813
        },
4814
        {
4815
            "name": "sebastian/version",
4816
            "version": "2.0.1",
4817
            "source": {
4818
                "type": "git",
4819
                "url": "https://github.com/sebastianbergmann/version.git",
4820
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
4821
            },
4822
            "dist": {
4823
                "type": "zip",
4824
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
4825
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
4826
                "shasum": ""
4827
            },
4828
            "require": {
4829
                "php": ">=5.6"
4830
            },
4831
            "type": "library",
4832
            "extra": {
4833
                "branch-alias": {
4834
                    "dev-master": "2.0.x-dev"
4835
                }
4836
            },
4837
            "autoload": {
4838
                "classmap": [
4839
                    "src/"
4840
                ]
4841
            },
4842
            "notification-url": "https://packagist.org/downloads/",
4843
            "license": [
4844
                "BSD-3-Clause"
4845
            ],
4846
            "authors": [
4847
                {
4848
                    "name": "Sebastian Bergmann",
4849
                    "email": "[email protected]",
4850
                    "role": "lead"
4851
                }
4852
            ],
4853
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
4854
            "homepage": "https://github.com/sebastianbergmann/version",
4855
            "time": "2016-10-03T07:35:21+00:00"
4856
        },
4857
        {
4858
            "name": "squizlabs/php_codesniffer",
4859
            "version": "1.5.6",
4860
            "source": {
4861
                "type": "git",
4862
                "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
4863
                "reference": "6f3e42d311b882b25b4d409d23a289f4d3b803d5"
4864
            },
4865
            "dist": {
4866
                "type": "zip",
4867
                "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/6f3e42d311b882b25b4d409d23a289f4d3b803d5",
4868
                "reference": "6f3e42d311b882b25b4d409d23a289f4d3b803d5",
4869
                "shasum": ""
4870
            },
4871
            "require": {
4872
                "ext-tokenizer": "*",
4873
                "php": ">=5.1.2"
4874
            },
4875
            "suggest": {
4876
                "phpunit/php-timer": "dev-master"
4877
            },
4878
            "bin": [
4879
                "scripts/phpcs"
4880
            ],
4881
            "type": "library",
4882
            "extra": {
4883
                "branch-alias": {
4884
                    "dev-phpcs-fixer": "2.0.x-dev"
4885
                }
4886
            },
4887
            "autoload": {
4888
                "classmap": [
4889
                    "CodeSniffer.php",
4890
                    "CodeSniffer/CLI.php",
4891
                    "CodeSniffer/Exception.php",
4892
                    "CodeSniffer/File.php",
4893
                    "CodeSniffer/Report.php",
4894
                    "CodeSniffer/Reporting.php",
4895
                    "CodeSniffer/Sniff.php",
4896
                    "CodeSniffer/Tokens.php",
4897
                    "CodeSniffer/Reports/",
4898
                    "CodeSniffer/CommentParser/",
4899
                    "CodeSniffer/Tokenizers/",
4900
                    "CodeSniffer/DocGenerators/",
4901
                    "CodeSniffer/Standards/AbstractPatternSniff.php",
4902
                    "CodeSniffer/Standards/AbstractScopeSniff.php",
4903
                    "CodeSniffer/Standards/AbstractVariableSniff.php",
4904
                    "CodeSniffer/Standards/IncorrectPatternException.php",
4905
                    "CodeSniffer/Standards/Generic/Sniffs/",
4906
                    "CodeSniffer/Standards/MySource/Sniffs/",
4907
                    "CodeSniffer/Standards/PEAR/Sniffs/",
4908
                    "CodeSniffer/Standards/PSR1/Sniffs/",
4909
                    "CodeSniffer/Standards/PSR2/Sniffs/",
4910
                    "CodeSniffer/Standards/Squiz/Sniffs/",
4911
                    "CodeSniffer/Standards/Zend/Sniffs/"
4912
                ]
4913
            },
4914
            "notification-url": "https://packagist.org/downloads/",
4915
            "license": [
4916
                "BSD-3-Clause"
4917
            ],
4918
            "authors": [
4919
                {
4920
                    "name": "Greg Sherwood",
4921
                    "role": "lead"
4922
                }
4923
            ],
4924
            "description": "PHP_CodeSniffer tokenises PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
4925
            "homepage": "http://www.squizlabs.com/php-codesniffer",
4926
            "keywords": [
4927
                "phpcs",
4928
                "standards"
4929
            ],
4930
            "time": "2014-12-04T22:32:15+00:00"
4931
        },
4932
        {
4933
            "name": "symfony/phpunit-bridge",
4934
            "version": "v3.4.15",
4935
            "source": {
4936
                "type": "git",
4937
                "url": "https://github.com/symfony/phpunit-bridge.git",
4938
                "reference": "f4fde1ede82c7ca2a4f06cf48521a185b26c0fed"
4939
            },
4940
            "dist": {
4941
                "type": "zip",
4942
                "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/f4fde1ede82c7ca2a4f06cf48521a185b26c0fed",
4943
                "reference": "f4fde1ede82c7ca2a4f06cf48521a185b26c0fed",
4944
                "shasum": ""
4945
            },
4946
            "require": {
4947
                "php": ">=5.3.3"
4948
            },
4949
            "conflict": {
4950
                "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
4951
            },
4952
            "suggest": {
4953
                "ext-zip": "Zip support is required when using bin/simple-phpunit",
4954
                "symfony/debug": "For tracking deprecated interfaces usages at runtime with DebugClassLoader"
4955
            },
4956
            "bin": [
4957
                "bin/simple-phpunit"
4958
            ],
4959
            "type": "symfony-bridge",
4960
            "extra": {
4961
                "branch-alias": {
4962
                    "dev-master": "3.4-dev"
4963
                },
4964
                "thanks": {
4965
                    "name": "phpunit/phpunit",
4966
                    "url": "https://github.com/sebastianbergmann/phpunit"
4967
                }
4968
            },
4969
            "autoload": {
4970
                "files": [
4971
                    "bootstrap.php"
4972
                ],
4973
                "psr-4": {
4974
                    "Symfony\\Bridge\\PhpUnit\\": ""
4975
                },
4976
                "exclude-from-classmap": [
4977
                    "/Tests/"
4978
                ]
4979
            },
4980
            "notification-url": "https://packagist.org/downloads/",
4981
            "license": [
4982
                "MIT"
4983
            ],
4984
            "authors": [
4985
                {
4986
                    "name": "Nicolas Grekas",
4987
                    "email": "[email protected]"
4988
                },
4989
                {
4990
                    "name": "Symfony Community",
4991
                    "homepage": "https://symfony.com/contributors"
4992
                }
4993
            ],
4994
            "description": "Symfony PHPUnit Bridge",
4995
            "homepage": "https://symfony.com",
4996
            "time": "2018-08-27T15:17:06+00:00"
4997
        },
4998
        {
4999
            "name": "theseer/fdomdocument",
5000
            "version": "1.6.6",
5001
            "source": {
5002
                "type": "git",
5003
                "url": "https://github.com/theseer/fDOMDocument.git",
5004
                "reference": "6e8203e40a32a9c770bcb62fe37e68b948da6dca"
5005
            },
5006
            "dist": {
5007
                "type": "zip",
5008
                "url": "https://api.github.com/repos/theseer/fDOMDocument/zipball/6e8203e40a32a9c770bcb62fe37e68b948da6dca",
5009
                "reference": "6e8203e40a32a9c770bcb62fe37e68b948da6dca",
5010
                "shasum": ""
5011
            },
5012
            "require": {
5013
                "ext-dom": "*",
5014
                "lib-libxml": "*",
5015
                "php": ">=5.3.3"
5016
            },
5017
            "type": "library",
5018
            "autoload": {
5019
                "classmap": [
5020
                    "src/"
5021
                ]
5022
            },
5023
            "notification-url": "https://packagist.org/downloads/",
5024
            "license": [
5025
                "BSD-3-Clause"
5026
            ],
5027
            "authors": [
5028
                {
5029
                    "name": "Arne Blankerts",
5030
                    "email": "[email protected]",
5031
                    "role": "lead"
5032
                }
5033
            ],
5034
            "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.",
5035
            "homepage": "https://github.com/theseer/fDOMDocument",
5036
            "time": "2017-06-30T11:53:12+00:00"
5037
        }
5038
    ],
5039
    "aliases": [],
5040
    "minimum-stability": "stable",
5041
    "stability-flags": {
5042
        "surfnet/stepup-middleware-client-bundle": 20,
5043
        "surfnet/stepup-u2f-bundle": 20
5044
    },
5045
    "prefer-stable": false,
5046
    "prefer-lowest": false,
5047
    "platform": {
5048
        "php": "~5.6|~7.0"
5049
    },
5050
    "platform-dev": []
5051
}
5052