Completed
Push — develop ( 44ec0d...21eab1 )
by Michiel
02:03
created

composer.lock (1 issue)

Upgrade to new PHP Analysis Engine

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

1
{
2
    "_readme": [
3
        "This file locks the dependencies of your project to a known state",
4
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
5
        "This file is @generated automatically"
6
    ],
7
    "content-hash": "9fad25912e1c03a983366445cb4510f8",
8
    "packages": [
9
        {
10
            "name": "beberlei/assert",
11
            "version": "v2.6.3",
12
            "source": {
13
                "type": "git",
14
                "url": "https://github.com/beberlei/assert.git",
15
                "reference": "51e9d654481fc00c8a376641c390ec4e35d8c1fc"
16
            },
17
            "dist": {
18
                "type": "zip",
19
                "url": "https://api.github.com/repos/beberlei/assert/zipball/51e9d654481fc00c8a376641c390ec4e35d8c1fc",
20
                "reference": "51e9d654481fc00c8a376641c390ec4e35d8c1fc",
21
                "shasum": ""
22
            },
23
            "require": {
24
                "ext-mbstring": "*",
25
                "php": ">=5.3"
26
            },
27
            "require-dev": {
28
                "phpunit/phpunit": "@stable"
29
            },
30
            "type": "library",
31
            "extra": {
32
                "branch-alias": {
33
                    "dev-master": "2.5-dev"
34
                }
35
            },
36
            "autoload": {
37
                "psr-0": {
38
                    "Assert": "lib/"
39
                },
40
                "files": [
41
                    "lib/Assert/functions.php"
42
                ]
43
            },
44
            "notification-url": "https://packagist.org/downloads/",
45
            "license": [
46
                "BSD-2-Clause"
47
            ],
48
            "authors": [
49
                {
50
                    "name": "Benjamin Eberlei",
51
                    "email": "[email protected]",
52
                    "role": "Lead Developer"
53
                },
54
                {
55
                    "name": "Richard Quadling",
56
                    "email": "[email protected]",
57
                    "role": "Collaborator"
58
                }
59
            ],
60
            "description": "Thin assertion library for input validation in business models.",
61
            "keywords": [
62
                "assert",
63
                "assertion",
64
                "validation"
65
            ],
66
            "time": "2016-07-28T19:35:30+00:00"
67
        },
68
        {
69
            "name": "doctrine/annotations",
70
            "version": "v1.2.7",
71
            "source": {
72
                "type": "git",
73
                "url": "https://github.com/doctrine/annotations.git",
74
                "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535"
75
            },
76
            "dist": {
77
                "type": "zip",
78
                "url": "https://api.github.com/repos/doctrine/annotations/zipball/f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
79
                "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
80
                "shasum": ""
81
            },
82
            "require": {
83
                "doctrine/lexer": "1.*",
84
                "php": ">=5.3.2"
85
            },
86
            "require-dev": {
87
                "doctrine/cache": "1.*",
88
                "phpunit/phpunit": "4.*"
89
            },
90
            "type": "library",
91
            "extra": {
92
                "branch-alias": {
93
                    "dev-master": "1.3.x-dev"
94
                }
95
            },
96
            "autoload": {
97
                "psr-0": {
98
                    "Doctrine\\Common\\Annotations\\": "lib/"
99
                }
100
            },
101
            "notification-url": "https://packagist.org/downloads/",
102
            "license": [
103
                "MIT"
104
            ],
105
            "authors": [
106
                {
107
                    "name": "Roman Borschel",
108
                    "email": "[email protected]"
109
                },
110
                {
111
                    "name": "Benjamin Eberlei",
112
                    "email": "[email protected]"
113
                },
114
                {
115
                    "name": "Guilherme Blanco",
116
                    "email": "[email protected]"
117
                },
118
                {
119
                    "name": "Jonathan Wage",
120
                    "email": "[email protected]"
121
                },
122
                {
123
                    "name": "Johannes Schmitt",
124
                    "email": "[email protected]"
125
                }
126
            ],
127
            "description": "Docblock Annotations Parser",
128
            "homepage": "http://www.doctrine-project.org",
129
            "keywords": [
130
                "annotations",
131
                "docblock",
132
                "parser"
133
            ],
134
            "time": "2015-08-31T12:32:49+00:00"
135
        },
136
        {
137
            "name": "doctrine/cache",
138
            "version": "v1.6.0",
139
            "source": {
140
                "type": "git",
141
                "url": "https://github.com/doctrine/cache.git",
142
                "reference": "f8af318d14bdb0eff0336795b428b547bd39ccb6"
143
            },
144
            "dist": {
145
                "type": "zip",
146
                "url": "https://api.github.com/repos/doctrine/cache/zipball/f8af318d14bdb0eff0336795b428b547bd39ccb6",
147
                "reference": "f8af318d14bdb0eff0336795b428b547bd39ccb6",
148
                "shasum": ""
149
            },
150
            "require": {
151
                "php": "~5.5|~7.0"
152
            },
153
            "conflict": {
154
                "doctrine/common": ">2.2,<2.4"
155
            },
156
            "require-dev": {
157
                "phpunit/phpunit": "~4.8|~5.0",
158
                "predis/predis": "~1.0",
159
                "satooshi/php-coveralls": "~0.6"
160
            },
161
            "type": "library",
162
            "extra": {
163
                "branch-alias": {
164
                    "dev-master": "1.6.x-dev"
165
                }
166
            },
167
            "autoload": {
168
                "psr-4": {
169
                    "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
170
                }
171
            },
172
            "notification-url": "https://packagist.org/downloads/",
173
            "license": [
174
                "MIT"
175
            ],
176
            "authors": [
177
                {
178
                    "name": "Roman Borschel",
179
                    "email": "[email protected]"
180
                },
181
                {
182
                    "name": "Benjamin Eberlei",
183
                    "email": "[email protected]"
184
                },
185
                {
186
                    "name": "Guilherme Blanco",
187
                    "email": "[email protected]"
188
                },
189
                {
190
                    "name": "Jonathan Wage",
191
                    "email": "[email protected]"
192
                },
193
                {
194
                    "name": "Johannes Schmitt",
195
                    "email": "[email protected]"
196
                }
197
            ],
198
            "description": "Caching library offering an object-oriented API for many cache backends",
199
            "homepage": "http://www.doctrine-project.org",
200
            "keywords": [
201
                "cache",
202
                "caching"
203
            ],
204
            "time": "2015-12-31T16:37:02+00:00"
205
        },
206
        {
207
            "name": "doctrine/collections",
208
            "version": "v1.3.0",
209
            "source": {
210
                "type": "git",
211
                "url": "https://github.com/doctrine/collections.git",
212
                "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a"
213
            },
214
            "dist": {
215
                "type": "zip",
216
                "url": "https://api.github.com/repos/doctrine/collections/zipball/6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
217
                "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
218
                "shasum": ""
219
            },
220
            "require": {
221
                "php": ">=5.3.2"
222
            },
223
            "require-dev": {
224
                "phpunit/phpunit": "~4.0"
225
            },
226
            "type": "library",
227
            "extra": {
228
                "branch-alias": {
229
                    "dev-master": "1.2.x-dev"
230
                }
231
            },
232
            "autoload": {
233
                "psr-0": {
234
                    "Doctrine\\Common\\Collections\\": "lib/"
235
                }
236
            },
237
            "notification-url": "https://packagist.org/downloads/",
238
            "license": [
239
                "MIT"
240
            ],
241
            "authors": [
242
                {
243
                    "name": "Roman Borschel",
244
                    "email": "[email protected]"
245
                },
246
                {
247
                    "name": "Benjamin Eberlei",
248
                    "email": "[email protected]"
249
                },
250
                {
251
                    "name": "Guilherme Blanco",
252
                    "email": "[email protected]"
253
                },
254
                {
255
                    "name": "Jonathan Wage",
256
                    "email": "[email protected]"
257
                },
258
                {
259
                    "name": "Johannes Schmitt",
260
                    "email": "[email protected]"
261
                }
262
            ],
263
            "description": "Collections Abstraction library",
264
            "homepage": "http://www.doctrine-project.org",
265
            "keywords": [
266
                "array",
267
                "collections",
268
                "iterator"
269
            ],
270
            "time": "2015-04-14T22:21:58+00:00"
271
        },
272
        {
273
            "name": "doctrine/common",
274
            "version": "v2.6.1",
275
            "source": {
276
                "type": "git",
277
                "url": "https://github.com/doctrine/common.git",
278
                "reference": "a579557bc689580c19fee4e27487a67fe60defc0"
279
            },
280
            "dist": {
281
                "type": "zip",
282
                "url": "https://api.github.com/repos/doctrine/common/zipball/a579557bc689580c19fee4e27487a67fe60defc0",
283
                "reference": "a579557bc689580c19fee4e27487a67fe60defc0",
284
                "shasum": ""
285
            },
286
            "require": {
287
                "doctrine/annotations": "1.*",
288
                "doctrine/cache": "1.*",
289
                "doctrine/collections": "1.*",
290
                "doctrine/inflector": "1.*",
291
                "doctrine/lexer": "1.*",
292
                "php": "~5.5|~7.0"
293
            },
294
            "require-dev": {
295
                "phpunit/phpunit": "~4.8|~5.0"
296
            },
297
            "type": "library",
298
            "extra": {
299
                "branch-alias": {
300
                    "dev-master": "2.7.x-dev"
301
                }
302
            },
303
            "autoload": {
304
                "psr-4": {
305
                    "Doctrine\\Common\\": "lib/Doctrine/Common"
306
                }
307
            },
308
            "notification-url": "https://packagist.org/downloads/",
309
            "license": [
310
                "MIT"
311
            ],
312
            "authors": [
313
                {
314
                    "name": "Roman Borschel",
315
                    "email": "[email protected]"
316
                },
317
                {
318
                    "name": "Benjamin Eberlei",
319
                    "email": "[email protected]"
320
                },
321
                {
322
                    "name": "Guilherme Blanco",
323
                    "email": "[email protected]"
324
                },
325
                {
326
                    "name": "Jonathan Wage",
327
                    "email": "[email protected]"
328
                },
329
                {
330
                    "name": "Johannes Schmitt",
331
                    "email": "[email protected]"
332
                }
333
            ],
334
            "description": "Common Library for Doctrine projects",
335
            "homepage": "http://www.doctrine-project.org",
336
            "keywords": [
337
                "annotations",
338
                "collections",
339
                "eventmanager",
340
                "persistence",
341
                "spl"
342
            ],
343
            "time": "2015-12-25T13:18:31+00:00"
344
        },
345
        {
346
            "name": "doctrine/inflector",
347
            "version": "v1.1.0",
348
            "source": {
349
                "type": "git",
350
                "url": "https://github.com/doctrine/inflector.git",
351
                "reference": "90b2128806bfde671b6952ab8bea493942c1fdae"
352
            },
353
            "dist": {
354
                "type": "zip",
355
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae",
356
                "reference": "90b2128806bfde671b6952ab8bea493942c1fdae",
357
                "shasum": ""
358
            },
359
            "require": {
360
                "php": ">=5.3.2"
361
            },
362
            "require-dev": {
363
                "phpunit/phpunit": "4.*"
364
            },
365
            "type": "library",
366
            "extra": {
367
                "branch-alias": {
368
                    "dev-master": "1.1.x-dev"
369
                }
370
            },
371
            "autoload": {
372
                "psr-0": {
373
                    "Doctrine\\Common\\Inflector\\": "lib/"
374
                }
375
            },
376
            "notification-url": "https://packagist.org/downloads/",
377
            "license": [
378
                "MIT"
379
            ],
380
            "authors": [
381
                {
382
                    "name": "Roman Borschel",
383
                    "email": "[email protected]"
384
                },
385
                {
386
                    "name": "Benjamin Eberlei",
387
                    "email": "[email protected]"
388
                },
389
                {
390
                    "name": "Guilherme Blanco",
391
                    "email": "[email protected]"
392
                },
393
                {
394
                    "name": "Jonathan Wage",
395
                    "email": "[email protected]"
396
                },
397
                {
398
                    "name": "Johannes Schmitt",
399
                    "email": "[email protected]"
400
                }
401
            ],
402
            "description": "Common String Manipulations with regard to casing and singular/plural rules.",
403
            "homepage": "http://www.doctrine-project.org",
404
            "keywords": [
405
                "inflection",
406
                "pluralize",
407
                "singularize",
408
                "string"
409
            ],
410
            "time": "2015-11-06T14:35:42+00:00"
411
        },
412
        {
413
            "name": "doctrine/lexer",
414
            "version": "v1.0.1",
415
            "source": {
416
                "type": "git",
417
                "url": "https://github.com/doctrine/lexer.git",
418
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
419
            },
420
            "dist": {
421
                "type": "zip",
422
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
423
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
424
                "shasum": ""
425
            },
426
            "require": {
427
                "php": ">=5.3.2"
428
            },
429
            "type": "library",
430
            "extra": {
431
                "branch-alias": {
432
                    "dev-master": "1.0.x-dev"
433
                }
434
            },
435
            "autoload": {
436
                "psr-0": {
437
                    "Doctrine\\Common\\Lexer\\": "lib/"
438
                }
439
            },
440
            "notification-url": "https://packagist.org/downloads/",
441
            "license": [
442
                "MIT"
443
            ],
444
            "authors": [
445
                {
446
                    "name": "Roman Borschel",
447
                    "email": "[email protected]"
448
                },
449
                {
450
                    "name": "Guilherme Blanco",
451
                    "email": "[email protected]"
452
                },
453
                {
454
                    "name": "Johannes Schmitt",
455
                    "email": "[email protected]"
456
                }
457
            ],
458
            "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
459
            "homepage": "http://www.doctrine-project.org",
460
            "keywords": [
461
                "lexer",
462
                "parser"
463
            ],
464
            "time": "2014-09-09T13:34:57+00:00"
465
        },
466
        {
467
            "name": "fortawesome/font-awesome",
468
            "version": "v4.2.0",
469
            "source": {
470
                "type": "git",
471
                "url": "https://github.com/FortAwesome/Font-Awesome.git",
472
                "reference": "a65bd93d81e9e6bd5ebfa41757a4474960b973b4"
473
            },
474
            "dist": {
475
                "type": "zip",
476
                "url": "https://api.github.com/repos/FortAwesome/Font-Awesome/zipball/a65bd93d81e9e6bd5ebfa41757a4474960b973b4",
477
                "reference": "a65bd93d81e9e6bd5ebfa41757a4474960b973b4",
478
                "shasum": ""
479
            },
480
            "require-dev": {
481
                "jekyll": "1.0.2",
482
                "lessc": "1.4.2"
483
            },
484
            "type": "library",
485
            "extra": {
486
                "branch-alias": {
487
                    "dev-master": "4.0.x-dev"
488
                }
489
            },
490
            "notification-url": "https://packagist.org/downloads/",
491
            "license": [
492
                "OFL-1.1",
493
                "MIT"
494
            ],
495
            "authors": [
496
                {
497
                    "name": "Dave Gandy",
498
                    "email": "[email protected]",
499
                    "homepage": "http://twitter.com/davegandy",
500
                    "role": "Developer"
501
                }
502
            ],
503
            "description": "The iconic font and CSS framework",
504
            "homepage": "http://fontawesome.io/",
505
            "keywords": [
506
                "FontAwesome",
507
                "awesome",
508
                "bootstrap",
509
                "font",
510
                "icon"
511
            ],
512
            "time": "2014-08-26T16:36:44+00:00"
513
        },
514
        {
515
            "name": "guzzlehttp/guzzle",
516
            "version": "6.2.3",
517
            "source": {
518
                "type": "git",
519
                "url": "https://github.com/guzzle/guzzle.git",
520
                "reference": "8d6c6cc55186db87b7dc5009827429ba4e9dc006"
521
            },
522
            "dist": {
523
                "type": "zip",
524
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/8d6c6cc55186db87b7dc5009827429ba4e9dc006",
525
                "reference": "8d6c6cc55186db87b7dc5009827429ba4e9dc006",
526
                "shasum": ""
527
            },
528
            "require": {
529
                "guzzlehttp/promises": "^1.0",
530
                "guzzlehttp/psr7": "^1.4",
531
                "php": ">=5.5"
532
            },
533
            "require-dev": {
534
                "ext-curl": "*",
535
                "phpunit/phpunit": "^4.0",
536
                "psr/log": "^1.0"
537
            },
538
            "type": "library",
539
            "extra": {
540
                "branch-alias": {
541
                    "dev-master": "6.2-dev"
542
                }
543
            },
544
            "autoload": {
545
                "files": [
546
                    "src/functions_include.php"
547
                ],
548
                "psr-4": {
549
                    "GuzzleHttp\\": "src/"
550
                }
551
            },
552
            "notification-url": "https://packagist.org/downloads/",
553
            "license": [
554
                "MIT"
555
            ],
556
            "authors": [
557
                {
558
                    "name": "Michael Dowling",
559
                    "email": "[email protected]",
560
                    "homepage": "https://github.com/mtdowling"
561
                }
562
            ],
563
            "description": "Guzzle is a PHP HTTP client library",
564
            "homepage": "http://guzzlephp.org/",
565
            "keywords": [
566
                "client",
567
                "curl",
568
                "framework",
569
                "http",
570
                "http client",
571
                "rest",
572
                "web service"
573
            ],
574
            "time": "2017-02-28T22:50:30+00:00"
575
        },
576
        {
577
            "name": "guzzlehttp/promises",
578
            "version": "v1.3.1",
579
            "source": {
580
                "type": "git",
581
                "url": "https://github.com/guzzle/promises.git",
582
                "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
583
            },
584
            "dist": {
585
                "type": "zip",
586
                "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
587
                "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
588
                "shasum": ""
589
            },
590
            "require": {
591
                "php": ">=5.5.0"
592
            },
593
            "require-dev": {
594
                "phpunit/phpunit": "^4.0"
595
            },
596
            "type": "library",
597
            "extra": {
598
                "branch-alias": {
599
                    "dev-master": "1.4-dev"
600
                }
601
            },
602
            "autoload": {
603
                "psr-4": {
604
                    "GuzzleHttp\\Promise\\": "src/"
605
                },
606
                "files": [
607
                    "src/functions_include.php"
608
                ]
609
            },
610
            "notification-url": "https://packagist.org/downloads/",
611
            "license": [
612
                "MIT"
613
            ],
614
            "authors": [
615
                {
616
                    "name": "Michael Dowling",
617
                    "email": "[email protected]",
618
                    "homepage": "https://github.com/mtdowling"
619
                }
620
            ],
621
            "description": "Guzzle promises library",
622
            "keywords": [
623
                "promise"
624
            ],
625
            "time": "2016-12-20T10:07:11+00:00"
626
        },
627
        {
628
            "name": "guzzlehttp/psr7",
629
            "version": "1.4.1",
630
            "source": {
631
                "type": "git",
632
                "url": "https://github.com/guzzle/psr7.git",
633
                "reference": "0d6c7ca039329247e4f0f8f8f6506810e8248855"
634
            },
635
            "dist": {
636
                "type": "zip",
637
                "url": "https://api.github.com/repos/guzzle/psr7/zipball/0d6c7ca039329247e4f0f8f8f6506810e8248855",
638
                "reference": "0d6c7ca039329247e4f0f8f8f6506810e8248855",
639
                "shasum": ""
640
            },
641
            "require": {
642
                "php": ">=5.4.0",
643
                "psr/http-message": "~1.0"
644
            },
645
            "provide": {
646
                "psr/http-message-implementation": "1.0"
647
            },
648
            "require-dev": {
649
                "phpunit/phpunit": "~4.0"
650
            },
651
            "type": "library",
652
            "extra": {
653
                "branch-alias": {
654
                    "dev-master": "1.4-dev"
655
                }
656
            },
657
            "autoload": {
658
                "psr-4": {
659
                    "GuzzleHttp\\Psr7\\": "src/"
660
                },
661
                "files": [
662
                    "src/functions_include.php"
663
                ]
664
            },
665
            "notification-url": "https://packagist.org/downloads/",
666
            "license": [
667
                "MIT"
668
            ],
669
            "authors": [
670
                {
671
                    "name": "Michael Dowling",
672
                    "email": "[email protected]",
673
                    "homepage": "https://github.com/mtdowling"
674
                },
675
                {
676
                    "name": "Tobias Schultze",
677
                    "homepage": "https://github.com/Tobion"
678
                }
679
            ],
680
            "description": "PSR-7 message implementation that also provides common utility methods",
681
            "keywords": [
682
                "http",
683
                "message",
684
                "request",
685
                "response",
686
                "stream",
687
                "uri",
688
                "url"
689
            ],
690
            "time": "2017-02-27T10:51:17+00:00"
691
        },
692
        {
693
            "name": "incenteev/composer-parameter-handler",
694
            "version": "v2.1.2",
695
            "source": {
696
                "type": "git",
697
                "url": "https://github.com/Incenteev/ParameterHandler.git",
698
                "reference": "d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc"
699
            },
700
            "dist": {
701
                "type": "zip",
702
                "url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc",
703
                "reference": "d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc",
704
                "shasum": ""
705
            },
706
            "require": {
707
                "php": ">=5.3.3",
708
                "symfony/yaml": "~2.3|~3.0"
709
            },
710
            "require-dev": {
711
                "composer/composer": "1.0.*@dev",
712
                "phpspec/prophecy-phpunit": "~1.0",
713
                "symfony/filesystem": "~2.2"
714
            },
715
            "type": "library",
716
            "extra": {
717
                "branch-alias": {
718
                    "dev-master": "2.1.x-dev"
719
                }
720
            },
721
            "autoload": {
722
                "psr-4": {
723
                    "Incenteev\\ParameterHandler\\": ""
724
                }
725
            },
726
            "notification-url": "https://packagist.org/downloads/",
727
            "license": [
728
                "MIT"
729
            ],
730
            "authors": [
731
                {
732
                    "name": "Christophe Coevoet",
733
                    "email": "[email protected]"
734
                }
735
            ],
736
            "description": "Composer script handling your ignored parameter file",
737
            "homepage": "https://github.com/Incenteev/ParameterHandler",
738
            "keywords": [
739
                "parameters management"
740
            ],
741
            "time": "2015-11-10T17:04:01+00:00"
742
        },
743
        {
744
            "name": "jms/aop-bundle",
745
            "version": "1.1.0",
746
            "target-dir": "JMS/AopBundle",
747
            "source": {
748
                "type": "git",
749
                "url": "https://github.com/schmittjoh/JMSAopBundle.git",
750
                "reference": "66287749c020b4c667c0ff4937b07e66c04bbe71"
751
            },
752
            "dist": {
753
                "type": "zip",
754
                "url": "https://api.github.com/repos/schmittjoh/JMSAopBundle/zipball/66287749c020b4c667c0ff4937b07e66c04bbe71",
755
                "reference": "66287749c020b4c667c0ff4937b07e66c04bbe71",
756
                "shasum": ""
757
            },
758
            "require": {
759
                "jms/cg": "^1.1",
760
                "symfony/framework-bundle": "2.*"
761
            },
762
            "type": "symfony-bundle",
763
            "extra": {
764
                "branch-alias": {
765
                    "dev-master": "1.1.x-dev"
766
                }
767
            },
768
            "autoload": {
769
                "psr-0": {
770
                    "JMS\\AopBundle": ""
771
                }
772
            },
773
            "notification-url": "https://packagist.org/downloads/",
774
            "license": [
775
                "Apache-2.0"
776
            ],
777
            "authors": [
778
                {
779
                    "name": "Johannes M. Schmitt",
780
                    "email": "[email protected]"
781
                }
782
            ],
783
            "description": "Adds AOP capabilities to Symfony2",
784
            "keywords": [
785
                "annotations",
786
                "aop"
787
            ],
788
            "time": "2015-09-13T09:02:33+00:00"
789
        },
790
        {
791
            "name": "jms/cg",
792
            "version": "1.1.0",
793
            "source": {
794
                "type": "git",
795
                "url": "https://github.com/schmittjoh/cg-library.git",
796
                "reference": "0af1113c7409b8636c5244bbae10b2e0ff792e9c"
797
            },
798
            "dist": {
799
                "type": "zip",
800
                "url": "https://api.github.com/repos/schmittjoh/cg-library/zipball/0af1113c7409b8636c5244bbae10b2e0ff792e9c",
801
                "reference": "0af1113c7409b8636c5244bbae10b2e0ff792e9c",
802
                "shasum": ""
803
            },
804
            "require": {
805
                "php": ">=5.3.0"
806
            },
807
            "type": "library",
808
            "extra": {
809
                "branch-alias": {
810
                    "dev-master": "1.1-dev"
811
                }
812
            },
813
            "autoload": {
814
                "psr-0": {
815
                    "CG\\": "src/"
816
                }
817
            },
818
            "notification-url": "https://packagist.org/downloads/",
819
            "license": [
820
                "Apache2"
821
            ],
822
            "authors": [
823
                {
824
                    "name": "Johannes M. Schmitt",
825
                    "email": "[email protected]"
826
                }
827
            ],
828
            "description": "Toolset for generating PHP code",
829
            "keywords": [
830
                "code generation"
831
            ],
832
            "time": "2015-09-13T08:54:43+00:00"
833
        },
834
        {
835
            "name": "jms/di-extra-bundle",
836
            "version": "1.4.0",
837
            "target-dir": "JMS/DiExtraBundle",
838
            "source": {
839
                "type": "git",
840
                "url": "https://github.com/schmittjoh/JMSDiExtraBundle.git",
841
                "reference": "7fffdb6c96fb922a131af06d773e1e6c5301d070"
842
            },
843
            "dist": {
844
                "type": "zip",
845
                "url": "https://api.github.com/repos/schmittjoh/JMSDiExtraBundle/zipball/7fffdb6c96fb922a131af06d773e1e6c5301d070",
846
                "reference": "7fffdb6c96fb922a131af06d773e1e6c5301d070",
847
                "shasum": ""
848
            },
849
            "require": {
850
                "jms/aop-bundle": ">=1.0.0,<1.2-dev",
851
                "jms/metadata": "1.*",
852
                "symfony/finder": "~2.1",
853
                "symfony/framework-bundle": "~2.1",
854
                "symfony/process": "~2.1"
855
            },
856
            "require-dev": {
857
                "doctrine/doctrine-bundle": "*",
858
                "doctrine/orm": "*",
859
                "jms/security-extra-bundle": "1.*",
860
                "phpcollection/phpcollection": ">=0.1,<0.3-dev",
861
                "sensio/framework-extra-bundle": "*",
862
                "symfony/browser-kit": "*",
863
                "symfony/class-loader": "*",
864
                "symfony/form": "*",
865
                "symfony/security-bundle": "*",
866
                "symfony/twig-bundle": "*",
867
                "symfony/validator": "*",
868
                "symfony/yaml": "*"
869
            },
870
            "type": "symfony-bundle",
871
            "extra": {
872
                "branch-alias": {
873
                    "dev-master": "1.3-dev"
874
                }
875
            },
876
            "autoload": {
877
                "psr-0": {
878
                    "JMS\\DiExtraBundle": ""
879
                }
880
            },
881
            "notification-url": "https://packagist.org/downloads/",
882
            "license": [
883
                "Apache"
884
            ],
885
            "authors": [
886
                {
887
                    "name": "Johannes Schmitt",
888
                    "email": "[email protected]",
889
                    "homepage": "https://github.com/schmittjoh",
890
                    "role": "Developer of wrapped JMSSerializerBundle"
891
                }
892
            ],
893
            "description": "Allows to configure dependency injection using annotations",
894
            "homepage": "http://jmsyst.com/bundles/JMSDiExtraBundle",
895
            "keywords": [
896
                "annotations",
897
                "dependency injection"
898
            ],
899
            "time": "2013-06-08T13:13:40+00:00"
900
        },
901
        {
902
            "name": "jms/metadata",
903
            "version": "1.5.1",
904
            "source": {
905
                "type": "git",
906
                "url": "https://github.com/schmittjoh/metadata.git",
907
                "reference": "22b72455559a25777cfd28c4ffda81ff7639f353"
908
            },
909
            "dist": {
910
                "type": "zip",
911
                "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/22b72455559a25777cfd28c4ffda81ff7639f353",
912
                "reference": "22b72455559a25777cfd28c4ffda81ff7639f353",
913
                "shasum": ""
914
            },
915
            "require": {
916
                "php": ">=5.3.0"
917
            },
918
            "require-dev": {
919
                "doctrine/cache": "~1.0"
920
            },
921
            "type": "library",
922
            "extra": {
923
                "branch-alias": {
924
                    "dev-master": "1.5.x-dev"
925
                }
926
            },
927
            "autoload": {
928
                "psr-0": {
929
                    "Metadata\\": "src/"
930
                }
931
            },
932
            "notification-url": "https://packagist.org/downloads/",
933
            "license": [
934
                "Apache"
935
            ],
936
            "authors": [
937
                {
938
                    "name": "Johannes Schmitt",
939
                    "email": "[email protected]",
940
                    "homepage": "https://github.com/schmittjoh",
941
                    "role": "Developer of wrapped JMSSerializerBundle"
942
                }
943
            ],
944
            "description": "Class/method/property metadata management in PHP",
945
            "keywords": [
946
                "annotations",
947
                "metadata",
948
                "xml",
949
                "yaml"
950
            ],
951
            "time": "2014-07-12T07:13:19+00:00"
952
        },
953
        {
954
            "name": "jms/translation-bundle",
955
            "version": "1.3.2",
956
            "target-dir": "JMS/TranslationBundle",
957
            "source": {
958
                "type": "git",
959
                "url": "https://github.com/schmittjoh/JMSTranslationBundle.git",
960
                "reference": "08b8db92aa376b8e50ce4e779e849916abffd805"
961
            },
962
            "dist": {
963
                "type": "zip",
964
                "url": "https://api.github.com/repos/schmittjoh/JMSTranslationBundle/zipball/08b8db92aa376b8e50ce4e779e849916abffd805",
965
                "reference": "08b8db92aa376b8e50ce4e779e849916abffd805",
966
                "shasum": ""
967
            },
968
            "require": {
969
                "nikic/php-parser": "^1.4 || ^2.0 || ^3.0",
970
                "php": "^5.3.3 || ^7.0",
971
                "symfony/console": "^2.3 || ^3.0",
972
                "symfony/framework-bundle": "^2.3 || ^3.0",
973
                "twig/twig": "^1.27 || ^2.0"
974
            },
975
            "require-dev": {
976
                "jms/di-extra-bundle": "^1.1",
977
                "matthiasnoback/symfony-dependency-injection-test": "^0.7.6",
978
                "nyholm/nsa": "^1.0.1",
979
                "phpunit/phpunit": "4.8.27",
980
                "psr/log": "^1.0",
981
                "sensio/framework-extra-bundle": "^2.3 || ^3.0",
982
                "symfony/expression-language": "^2.6 || ^3.0",
983
                "symfony/symfony": "^2.3 || ^3.0"
984
            },
985
            "type": "symfony-bundle",
986
            "extra": {
987
                "branch-alias": {
988
                    "dev-master": "1.4-dev"
989
                }
990
            },
991
            "autoload": {
992
                "psr-0": {
993
                    "JMS\\TranslationBundle": ""
994
                }
995
            },
996
            "notification-url": "https://packagist.org/downloads/",
997
            "license": [
998
                "Apache2"
999
            ],
1000
            "authors": [
1001
                {
1002
                    "name": "Johannes M. Schmitt",
1003
                    "email": "[email protected]"
1004
                }
1005
            ],
1006
            "description": "Puts the Symfony Translation Component on steroids",
1007
            "homepage": "http://jmsyst.com/bundles/JMSTranslationBundle",
1008
            "keywords": [
1009
                "extract",
1010
                "extraction",
1011
                "i18n",
1012
                "interface",
1013
                "multilanguage",
1014
                "translation",
1015
                "ui",
1016
                "webinterface"
1017
            ],
1018
            "time": "2017-04-20T19:44:02+00:00"
1019
        },
1020
        {
1021
            "name": "kriswallsmith/assetic",
1022
            "version": "v1.3.2",
1023
            "source": {
1024
                "type": "git",
1025
                "url": "https://github.com/kriswallsmith/assetic.git",
1026
                "reference": "9928f7c4ad98b234e3559d1049abd13387f86db5"
1027
            },
1028
            "dist": {
1029
                "type": "zip",
1030
                "url": "https://api.github.com/repos/kriswallsmith/assetic/zipball/9928f7c4ad98b234e3559d1049abd13387f86db5",
1031
                "reference": "9928f7c4ad98b234e3559d1049abd13387f86db5",
1032
                "shasum": ""
1033
            },
1034
            "require": {
1035
                "php": ">=5.3.1",
1036
                "symfony/process": "~2.1|~3.0"
1037
            },
1038
            "conflict": {
1039
                "twig/twig": "<1.23"
1040
            },
1041
            "require-dev": {
1042
                "cssmin/cssmin": "3.0.1",
1043
                "joliclic/javascript-packer": "1.1",
1044
                "kamicane/packager": "1.0",
1045
                "leafo/lessphp": "^0.3.7",
1046
                "leafo/scssphp": "~0.1",
1047
                "mrclay/minify": "~2.2",
1048
                "patchwork/jsqueeze": "~1.0|~2.0",
1049
                "phpunit/phpunit": "~4.8",
1050
                "psr/log": "~1.0",
1051
                "ptachoire/cssembed": "~1.0",
1052
                "symfony/phpunit-bridge": "~2.7|~3.0",
1053
                "twig/twig": "~1.8|~2.0"
1054
            },
1055
            "suggest": {
1056
                "leafo/lessphp": "Assetic provides the integration with the lessphp LESS compiler",
1057
                "leafo/scssphp": "Assetic provides the integration with the scssphp SCSS compiler",
1058
                "leafo/scssphp-compass": "Assetic provides the integration with the SCSS compass plugin",
1059
                "patchwork/jsqueeze": "Assetic provides the integration with the JSqueeze JavaScript compressor",
1060
                "ptachoire/cssembed": "Assetic provides the integration with phpcssembed to embed data uris",
1061
                "twig/twig": "Assetic provides the integration with the Twig templating engine"
1062
            },
1063
            "type": "library",
1064
            "extra": {
1065
                "branch-alias": {
1066
                    "dev-master": "1.4-dev"
1067
                }
1068
            },
1069
            "autoload": {
1070
                "psr-0": {
1071
                    "Assetic": "src/"
1072
                },
1073
                "files": [
1074
                    "src/functions.php"
1075
                ]
1076
            },
1077
            "notification-url": "https://packagist.org/downloads/",
1078
            "license": [
1079
                "MIT"
1080
            ],
1081
            "authors": [
1082
                {
1083
                    "name": "Kris Wallsmith",
1084
                    "email": "[email protected]",
1085
                    "homepage": "http://kriswallsmith.net/"
1086
                }
1087
            ],
1088
            "description": "Asset Management for PHP",
1089
            "homepage": "https://github.com/kriswallsmith/assetic",
1090
            "keywords": [
1091
                "assets",
1092
                "compression",
1093
                "minification"
1094
            ],
1095
            "time": "2015-11-12T13:51:40+00:00"
1096
        },
1097
        {
1098
            "name": "monolog/monolog",
1099
            "version": "1.21.0",
1100
            "source": {
1101
                "type": "git",
1102
                "url": "https://github.com/Seldaek/monolog.git",
1103
                "reference": "f42fbdfd53e306bda545845e4dbfd3e72edb4952"
1104
            },
1105
            "dist": {
1106
                "type": "zip",
1107
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/f42fbdfd53e306bda545845e4dbfd3e72edb4952",
1108
                "reference": "f42fbdfd53e306bda545845e4dbfd3e72edb4952",
1109
                "shasum": ""
1110
            },
1111
            "require": {
1112
                "php": ">=5.3.0",
1113
                "psr/log": "~1.0"
1114
            },
1115
            "provide": {
1116
                "psr/log-implementation": "1.0.0"
1117
            },
1118
            "require-dev": {
1119
                "aws/aws-sdk-php": "^2.4.9",
1120
                "doctrine/couchdb": "~1.0@dev",
1121
                "graylog2/gelf-php": "~1.0",
1122
                "jakub-onderka/php-parallel-lint": "0.9",
1123
                "php-amqplib/php-amqplib": "~2.4",
1124
                "php-console/php-console": "^3.1.3",
1125
                "phpunit/phpunit": "~4.5",
1126
                "phpunit/phpunit-mock-objects": "2.3.0",
1127
                "ruflin/elastica": ">=0.90 <3.0",
1128
                "sentry/sentry": "^0.13",
1129
                "swiftmailer/swiftmailer": "~5.3"
1130
            },
1131
            "suggest": {
1132
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
1133
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
1134
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
1135
                "ext-mongo": "Allow sending log messages to a MongoDB server",
1136
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
1137
                "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
1138
                "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
1139
                "php-console/php-console": "Allow sending log messages to Google Chrome",
1140
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
1141
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
1142
                "sentry/sentry": "Allow sending log messages to a Sentry server"
1143
            },
1144
            "type": "library",
1145
            "extra": {
1146
                "branch-alias": {
1147
                    "dev-master": "2.0.x-dev"
1148
                }
1149
            },
1150
            "autoload": {
1151
                "psr-4": {
1152
                    "Monolog\\": "src/Monolog"
1153
                }
1154
            },
1155
            "notification-url": "https://packagist.org/downloads/",
1156
            "license": [
1157
                "MIT"
1158
            ],
1159
            "authors": [
1160
                {
1161
                    "name": "Jordi Boggiano",
1162
                    "email": "[email protected]",
1163
                    "homepage": "http://seld.be"
1164
                }
1165
            ],
1166
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
1167
            "homepage": "http://github.com/Seldaek/monolog",
1168
            "keywords": [
1169
                "log",
1170
                "logging",
1171
                "psr-3"
1172
            ],
1173
            "time": "2016-07-29T03:23:52+00:00"
1174
        },
1175
        {
1176
            "name": "moontoast/math",
1177
            "version": "1.1.0",
1178
            "source": {
1179
                "type": "git",
1180
                "url": "https://github.com/ramsey/moontoast-math.git",
1181
                "reference": "fce28a9d1e73e73376cb44e5e581675d15fbe2f3"
1182
            },
1183
            "dist": {
1184
                "type": "zip",
1185
                "url": "https://api.github.com/repos/ramsey/moontoast-math/zipball/fce28a9d1e73e73376cb44e5e581675d15fbe2f3",
1186
                "reference": "fce28a9d1e73e73376cb44e5e581675d15fbe2f3",
1187
                "shasum": ""
1188
            },
1189
            "require": {
1190
                "ext-bcmath": "*",
1191
                "php": ">=5.3.3"
1192
            },
1193
            "type": "library",
1194
            "autoload": {
1195
                "psr-0": {
1196
                    "Moontoast\\Math": "src/"
1197
                }
1198
            },
1199
            "notification-url": "https://packagist.org/downloads/",
1200
            "license": [
1201
                "Apache-2.0"
1202
            ],
1203
            "description": "A mathematics library, providing functionality for large numbers",
1204
            "homepage": "https://github.com/moontoast/math",
1205
            "keywords": [
1206
                "bcmath",
1207
                "math"
1208
            ],
1209
            "time": "2013-01-19T17:42:34+00:00"
1210
        },
1211
        {
1212
            "name": "mopa/bootstrap-bundle",
1213
            "version": "dev-master",
1214
            "target-dir": "Mopa/Bundle/BootstrapBundle",
1215
            "source": {
1216
                "type": "git",
1217
                "url": "https://github.com/phiamo/MopaBootstrapBundle.git",
1218
                "reference": "818b0f47ebd352559950e9a64431ff9472e8a9dd"
1219
            },
1220
            "dist": {
1221
                "type": "zip",
1222
                "url": "https://api.github.com/repos/phiamo/MopaBootstrapBundle/zipball/818b0f47ebd352559950e9a64431ff9472e8a9dd",
1223
                "reference": "818b0f47ebd352559950e9a64431ff9472e8a9dd",
1224
                "shasum": ""
1225
            },
1226
            "require": {
1227
                "mopa/composer-bridge": "~1.3",
1228
                "symfony/console": "~2.3|~3.0",
1229
                "symfony/form": "~2.3|~3.0",
1230
                "symfony/framework-bundle": "~2.3|~3.0",
1231
                "symfony/twig-bundle": "~2.3|~3.0",
1232
                "twig/twig": "^1.14.2"
1233
            },
1234
            "conflict": {
1235
                "symfony/twig-bridge": "<2.3"
1236
            },
1237
            "suggest": {
1238
                "craue/formflow-bundle": "~2.0",
1239
                "knplabs/knp-menu-bundle": "~2.0@dev",
1240
                "knplabs/knp-paginator-bundle": "~2.3",
1241
                "mopa/bootstrap-sandbox-bundle": "~2.3",
1242
                "twbs/bootstrap": ">2.0,<4.0-dev",
1243
                "twbs/bootstrap-sass": "v3.1.1"
1244
            },
1245
            "type": "symfony-bundle",
1246
            "extra": {
1247
                "branch-alias": {
1248
                    "dev-master": "3.x-dev"
1249
                }
1250
            },
1251
            "autoload": {
1252
                "psr-0": {
1253
                    "Mopa\\Bundle\\BootstrapBundle\\": ""
1254
                }
1255
            },
1256
            "notification-url": "https://packagist.org/downloads/",
1257
            "license": [
1258
                "MIT"
1259
            ],
1260
            "authors": [
1261
                {
1262
                    "name": "Community contributions",
1263
                    "homepage": "https://github.com/phiamo/MopaBootstrapBundle/contributors"
1264
                },
1265
                {
1266
                    "name": "Philipp A. Mohrenweiser",
1267
                    "email": "[email protected]"
1268
                }
1269
            ],
1270
            "description": "Easy integration of twitters bootstrap into symfony2",
1271
            "keywords": [
1272
                "bootstrap",
1273
                "bootstrap form",
1274
                "extra form",
1275
                "form",
1276
                "template"
1277
            ],
1278
            "time": "2015-04-10T09:34:23+00:00"
1279
        },
1280
        {
1281
            "name": "mopa/composer-bridge",
1282
            "version": "v1.5.0",
1283
            "source": {
1284
                "type": "git",
1285
                "url": "https://github.com/phiamo/MopaComposerBridge.git",
1286
                "reference": "58661a5c588ce9c3eff7d36c4030f6caa4de1ae2"
1287
            },
1288
            "dist": {
1289
                "type": "zip",
1290
                "url": "https://api.github.com/repos/phiamo/MopaComposerBridge/zipball/58661a5c588ce9c3eff7d36c4030f6caa4de1ae2",
1291
                "reference": "58661a5c588ce9c3eff7d36c4030f6caa4de1ae2",
1292
                "shasum": ""
1293
            },
1294
            "require": {
1295
                "symfony/class-loader": ">=2.0.0",
1296
                "symfony/console": ">=2.0.0"
1297
            },
1298
            "type": "symfony-bridge",
1299
            "extra": {
1300
                "branch-alias": {
1301
                    "dev-master": "1.3.x-dev"
1302
                }
1303
            },
1304
            "autoload": {
1305
                "psr-0": {
1306
                    "Mopa\\Bridge\\Composer": "src/"
1307
                }
1308
            },
1309
            "notification-url": "https://packagist.org/downloads/",
1310
            "license": [
1311
                "MIT"
1312
            ],
1313
            "authors": [
1314
                {
1315
                    "name": "Community contributions",
1316
                    "homepage": "https://github.com/phiamo/MopaComposerBridge/contributors"
1317
                },
1318
                {
1319
                    "name": "Philipp A. Mohrenweiser",
1320
                    "email": "[email protected]"
1321
                }
1322
            ],
1323
            "description": "Symfony2 Composer Bridge",
1324
            "homepage": "http://bootstrap.mohrenweiserpartner.de",
1325
            "keywords": [
1326
                "Symfony2",
1327
                "composer"
1328
            ],
1329
            "time": "2015-10-01T19:20:19+00:00"
1330
        },
1331
        {
1332
            "name": "mpdf/mpdf",
1333
            "version": "v7.0.3",
1334
            "source": {
1335
                "type": "git",
1336
                "url": "https://github.com/mpdf/mpdf.git",
1337
                "reference": "5681a0cae1eea197143d5d27f06e19b0523cd8d6"
1338
            },
1339
            "dist": {
1340
                "type": "zip",
1341
                "url": "https://api.github.com/repos/mpdf/mpdf/zipball/5681a0cae1eea197143d5d27f06e19b0523cd8d6",
1342
                "reference": "5681a0cae1eea197143d5d27f06e19b0523cd8d6",
1343
                "shasum": ""
1344
            },
1345
            "require": {
1346
                "ext-gd": "*",
1347
                "ext-mbstring": "*",
1348
                "paragonie/random_compat": "^1.4|^2.0",
1349
                "php": "^5.6 || ~7.0.0 || ~7.1.0 || ~7.2.0",
1350
                "psr/log": "^1.0",
1351
                "setasign/fpdi": "1.6.*"
1352
            },
1353
            "require-dev": {
1354
                "mockery/mockery": "^0.9.5",
1355
                "phpunit/phpunit": "^5.0",
1356
                "squizlabs/php_codesniffer": "^2.7.0",
1357
                "tracy/tracy": "^2.4"
1358
            },
1359
            "suggest": {
1360
                "ext-bcmath": "Needed for generation of some types of barcodes",
1361
                "ext-xml": "Needed mainly for SVG manipulation",
1362
                "ext-zlib": "Needed for compression of embedded resources, such as fonts"
1363
            },
1364
            "type": "library",
1365
            "extra": {
1366
                "branch-alias": {
1367
                    "dev-development": "7.0-dev"
1368
                }
1369
            },
1370
            "autoload": {
1371
                "psr-4": {
1372
                    "Mpdf\\": "src/"
1373
                }
1374
            },
1375
            "notification-url": "https://packagist.org/downloads/",
1376
            "license": [
1377
                "GPL-2.0"
1378
            ],
1379
            "authors": [
1380
                {
1381
                    "name": "Matěj Humpál",
1382
                    "role": "Developer, maintainer"
1383
                },
1384
                {
1385
                    "name": "Ian Back",
1386
                    "role": "Developer (retired)"
1387
                }
1388
            ],
1389
            "description": "A PHP class to generate PDF files from HTML with Unicode/UTF-8 and CJK support",
1390
            "homepage": "https://mpdf.github.io",
1391
            "keywords": [
1392
                "pdf",
1393
                "php",
1394
                "utf-8"
1395
            ],
1396
            "time": "2018-01-03T07:32:36+00:00"
1397
        },
1398
        {
1399
            "name": "nelmio/security-bundle",
1400
            "version": "1.10.0",
1401
            "source": {
1402
                "type": "git",
1403
                "url": "https://github.com/nelmio/NelmioSecurityBundle.git",
1404
                "reference": "4be243f1fc85ff85f10aadcf88c8c11ba2096cd9"
1405
            },
1406
            "dist": {
1407
                "type": "zip",
1408
                "url": "https://api.github.com/repos/nelmio/NelmioSecurityBundle/zipball/4be243f1fc85ff85f10aadcf88c8c11ba2096cd9",
1409
                "reference": "4be243f1fc85ff85f10aadcf88c8c11ba2096cd9",
1410
                "shasum": ""
1411
            },
1412
            "require": {
1413
                "symfony/framework-bundle": "~2.3|~3.0",
1414
                "symfony/security": "~2.3|~3.0"
1415
            },
1416
            "require-dev": {
1417
                "phpunit/phpunit": "^5.2"
1418
            },
1419
            "type": "symfony-bundle",
1420
            "extra": {
1421
                "branch-alias": {
1422
                    "dev-master": "1.10.x-dev"
1423
                }
1424
            },
1425
            "autoload": {
1426
                "psr-4": {
1427
                    "Nelmio\\SecurityBundle\\": ""
1428
                }
1429
            },
1430
            "notification-url": "https://packagist.org/downloads/",
1431
            "license": [
1432
                "MIT"
1433
            ],
1434
            "authors": [
1435
                {
1436
                    "name": "Nelmio",
1437
                    "homepage": "http://nelm.io"
1438
                },
1439
                {
1440
                    "name": "Symfony Community",
1441
                    "homepage": "https://github.com/nelmio/NelmioSecurityBundle/contributors"
1442
                }
1443
            ],
1444
            "description": "Extra security-related features for Symfony: signed/encrypted cookies, HTTPS/SSL/HSTS handling, cookie session storage, ...",
1445
            "keywords": [
1446
                "security"
1447
            ],
1448
            "time": "2016-02-23T10:42:13+00:00"
1449
        },
1450
        {
1451
            "name": "nikic/php-parser",
1452
            "version": "v3.1.3",
1453
            "source": {
1454
                "type": "git",
1455
                "url": "https://github.com/nikic/PHP-Parser.git",
1456
                "reference": "579f4ce846734a1cf55d6a531d00ca07a43e3cda"
1457
            },
1458
            "dist": {
1459
                "type": "zip",
1460
                "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/579f4ce846734a1cf55d6a531d00ca07a43e3cda",
1461
                "reference": "579f4ce846734a1cf55d6a531d00ca07a43e3cda",
1462
                "shasum": ""
1463
            },
1464
            "require": {
1465
                "ext-tokenizer": "*",
1466
                "php": ">=5.5"
1467
            },
1468
            "require-dev": {
1469
                "phpunit/phpunit": "~4.0|~5.0"
1470
            },
1471
            "bin": [
1472
                "bin/php-parse"
1473
            ],
1474
            "type": "library",
1475
            "extra": {
1476
                "branch-alias": {
1477
                    "dev-master": "3.0-dev"
1478
                }
1479
            },
1480
            "autoload": {
1481
                "psr-4": {
1482
                    "PhpParser\\": "lib/PhpParser"
1483
                }
1484
            },
1485
            "notification-url": "https://packagist.org/downloads/",
1486
            "license": [
1487
                "BSD-3-Clause"
1488
            ],
1489
            "authors": [
1490
                {
1491
                    "name": "Nikita Popov"
1492
                }
1493
            ],
1494
            "description": "A PHP parser written in PHP",
1495
            "keywords": [
1496
                "parser",
1497
                "php"
1498
            ],
1499
            "time": "2017-12-26T14:43:21+00:00"
1500
        },
1501
        {
1502
            "name": "openconext/monitor-bundle",
1503
            "version": "1.0.0",
1504
            "source": {
1505
                "type": "git",
1506
                "url": "https://github.com/OpenConext/Monitor-bundle.git",
1507
                "reference": "b9be093828385e857ff23a106b4429155d7f8d58"
1508
            },
1509
            "dist": {
1510
                "type": "zip",
1511
                "url": "https://api.github.com/repos/OpenConext/Monitor-bundle/zipball/b9be093828385e857ff23a106b4429155d7f8d58",
1512
                "reference": "b9be093828385e857ff23a106b4429155d7f8d58",
1513
                "shasum": ""
1514
            },
1515
            "require": {
1516
                "php": ">=5.4,<8.0-dev",
1517
                "symfony/dependency-injection": ">=2.7,<4",
1518
                "symfony/framework-bundle": ">=2.7,<4",
1519
                "webmozart/assert": "^1.2"
1520
            },
1521
            "require-dev": {
1522
                "jakub-onderka/php-parallel-lint": "^0.9.2",
1523
                "liip/rmt": "^1.1",
1524
                "malukenho/docheader": "^0.1.6",
1525
                "matthiasnoback/symfony-config-test": "^2.1",
1526
                "mockery/mockery": "~0.9",
1527
                "phpdocumentor/reflection-docblock": "3.3.*",
1528
                "phpmd/phpmd": "^2.6",
1529
                "phpunit/php-token-stream": "1.4.*",
1530
                "phpunit/phpunit": "^5.7",
1531
                "sebastian/phpcpd": "^3.0",
1532
                "squizlabs/php_codesniffer": "^3.1"
1533
            },
1534
            "type": "symfony-bundle",
1535
            "autoload": {
1536
                "psr-4": {
1537
                    "OpenConext\\MonitorBundle\\": "src"
1538
                }
1539
            },
1540
            "notification-url": "https://packagist.org/downloads/",
1541
            "license": [
1542
                "Apache-2.0"
1543
            ],
1544
            "description": "A Symfony2 bundle that facilitates health and info endpoints to a Symfony application",
1545
            "keywords": [
1546
                "OpenConext",
1547
                "health",
1548
                "monitoring",
1549
                "stepup",
1550
                "surfnet"
1551
            ],
1552
            "time": "2017-12-07T14:41:46+00:00"
1553
        },
1554
        {
1555
            "name": "paragonie/random_compat",
0 ignored issues
show
There is a security advisory for your installed version of paragonie/random_compat:

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