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

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