Completed
Push — master ( 9f8d4f...bd601f )
by Michiel
03:17 queued 01:19
created

composer.lock (2 issues)

Severity

Upgrade to new PHP Analysis Engine

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

1
{
2
    "_readme": [
3
        "This file locks the dependencies of your project to a known state",
4
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
5
        "This file is @generated automatically"
6
    ],
7
    "content-hash": "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
            "time": "2015-12-28T13:12:39+00:00"
2361
        },
2362
        {
2363
            "name": "symfony/monolog-bundle",
2364
            "version": "2.11.1",
2365
            "source": {
2366
                "type": "git",
2367
                "url": "https://github.com/symfony/monolog-bundle.git",
2368
                "reference": "e7caf4936c7be82bc6d68df87f1d23a0d5bf6e00"
2369
            },
2370
            "dist": {
2371
                "type": "zip",
2372
                "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/e7caf4936c7be82bc6d68df87f1d23a0d5bf6e00",
2373
                "reference": "e7caf4936c7be82bc6d68df87f1d23a0d5bf6e00",
2374
                "shasum": ""
2375
            },
2376
            "require": {
2377
                "monolog/monolog": "~1.18",
2378
                "php": ">=5.3.2",
2379
                "symfony/config": "~2.3|~3.0",
2380
                "symfony/dependency-injection": "~2.3|~3.0",
2381
                "symfony/http-kernel": "~2.3|~3.0",
2382
                "symfony/monolog-bridge": "~2.3|~3.0"
2383
            },
2384
            "require-dev": {
2385
                "phpunit/phpunit": "^4.8",
2386
                "symfony/console": "~2.3|~3.0",
2387
                "symfony/yaml": "~2.3|~3.0"
2388
            },
2389
            "type": "symfony-bundle",
2390
            "extra": {
2391
                "branch-alias": {
2392
                    "dev-master": "2.x-dev"
2393
                }
2394
            },
2395
            "autoload": {
2396
                "psr-4": {
2397
                    "Symfony\\Bundle\\MonologBundle\\": ""
2398
                }
2399
            },
2400
            "notification-url": "https://packagist.org/downloads/",
2401
            "license": [
2402
                "MIT"
2403
            ],
2404
            "authors": [
2405
                {
2406
                    "name": "Symfony Community",
2407
                    "homepage": "http://symfony.com/contributors"
2408
                },
2409
                {
2410
                    "name": "Fabien Potencier",
2411
                    "email": "[email protected]"
2412
                }
2413
            ],
2414
            "description": "Symfony MonologBundle",
2415
            "homepage": "http://symfony.com",
2416
            "keywords": [
2417
                "log",
2418
                "logging"
2419
            ],
2420
            "time": "2016-04-13T16:21:01+00:00"
2421
        },
2422
        {
2423
            "name": "symfony/polyfill-apcu",
2424
            "version": "v1.2.0",
2425
            "source": {
2426
                "type": "git",
2427
                "url": "https://github.com/symfony/polyfill-apcu.git",
2428
                "reference": "6d58bceaeea2c2d3eb62503839b18646e161cd6b"
2429
            },
2430
            "dist": {
2431
                "type": "zip",
2432
                "url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/6d58bceaeea2c2d3eb62503839b18646e161cd6b",
2433
                "reference": "6d58bceaeea2c2d3eb62503839b18646e161cd6b",
2434
                "shasum": ""
2435
            },
2436
            "require": {
2437
                "php": ">=5.3.3"
2438
            },
2439
            "type": "library",
2440
            "extra": {
2441
                "branch-alias": {
2442
                    "dev-master": "1.2-dev"
2443
                }
2444
            },
2445
            "autoload": {
2446
                "files": [
2447
                    "bootstrap.php"
2448
                ]
2449
            },
2450
            "notification-url": "https://packagist.org/downloads/",
2451
            "license": [
2452
                "MIT"
2453
            ],
2454
            "authors": [
2455
                {
2456
                    "name": "Nicolas Grekas",
2457
                    "email": "[email protected]"
2458
                },
2459
                {
2460
                    "name": "Symfony Community",
2461
                    "homepage": "https://symfony.com/contributors"
2462
                }
2463
            ],
2464
            "description": "Symfony polyfill backporting apcu_* functions to lower PHP versions",
2465
            "homepage": "https://symfony.com",
2466
            "keywords": [
2467
                "apcu",
2468
                "compatibility",
2469
                "polyfill",
2470
                "portable",
2471
                "shim"
2472
            ],
2473
            "time": "2016-05-18T14:26:46+00:00"
2474
        },
2475
        {
2476
            "name": "symfony/polyfill-mbstring",
2477
            "version": "v1.2.0",
2478
            "source": {
2479
                "type": "git",
2480
                "url": "https://github.com/symfony/polyfill-mbstring.git",
2481
                "reference": "dff51f72b0706335131b00a7f49606168c582594"
2482
            },
2483
            "dist": {
2484
                "type": "zip",
2485
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/dff51f72b0706335131b00a7f49606168c582594",
2486
                "reference": "dff51f72b0706335131b00a7f49606168c582594",
2487
                "shasum": ""
2488
            },
2489
            "require": {
2490
                "php": ">=5.3.3"
2491
            },
2492
            "suggest": {
2493
                "ext-mbstring": "For best performance"
2494
            },
2495
            "type": "library",
2496
            "extra": {
2497
                "branch-alias": {
2498
                    "dev-master": "1.2-dev"
2499
                }
2500
            },
2501
            "autoload": {
2502
                "psr-4": {
2503
                    "Symfony\\Polyfill\\Mbstring\\": ""
2504
                },
2505
                "files": [
2506
                    "bootstrap.php"
2507
                ]
2508
            },
2509
            "notification-url": "https://packagist.org/downloads/",
2510
            "license": [
2511
                "MIT"
2512
            ],
2513
            "authors": [
2514
                {
2515
                    "name": "Nicolas Grekas",
2516
                    "email": "[email protected]"
2517
                },
2518
                {
2519
                    "name": "Symfony Community",
2520
                    "homepage": "https://symfony.com/contributors"
2521
                }
2522
            ],
2523
            "description": "Symfony polyfill for the Mbstring extension",
2524
            "homepage": "https://symfony.com",
2525
            "keywords": [
2526
                "compatibility",
2527
                "mbstring",
2528
                "polyfill",
2529
                "portable",
2530
                "shim"
2531
            ],
2532
            "time": "2016-05-18T14:26:46+00:00"
2533
        },
2534
        {
2535
            "name": "symfony/symfony",
0 ignored issues
show
2536
            "version": "v2.7.16",
2537
            "source": {
2538
                "type": "git",
2539
                "url": "https://github.com/symfony/symfony.git",
2540
                "reference": "42199fef6e9b448947d395add058642975e59127"
2541
            },
2542
            "dist": {
2543
                "type": "zip",
2544
                "url": "https://api.github.com/repos/symfony/symfony/zipball/42199fef6e9b448947d395add058642975e59127",
2545
                "reference": "42199fef6e9b448947d395add058642975e59127",
2546
                "shasum": ""
2547
            },
2548
            "require": {
2549
                "doctrine/common": "~2.4",
2550
                "paragonie/random_compat": "~1.0",
2551
                "php": ">=5.3.9",
2552
                "psr/log": "~1.0",
2553
                "symfony/polyfill-apcu": "~1.1",
2554
                "symfony/polyfill-mbstring": "~1.1",
2555
                "twig/twig": "~1.23|~2.0"
2556
            },
2557
            "replace": {
2558
                "symfony/asset": "self.version",
2559
                "symfony/browser-kit": "self.version",
2560
                "symfony/class-loader": "self.version",
2561
                "symfony/config": "self.version",
2562
                "symfony/console": "self.version",
2563
                "symfony/css-selector": "self.version",
2564
                "symfony/debug": "self.version",
2565
                "symfony/debug-bundle": "self.version",
2566
                "symfony/dependency-injection": "self.version",
2567
                "symfony/doctrine-bridge": "self.version",
2568
                "symfony/dom-crawler": "self.version",
2569
                "symfony/event-dispatcher": "self.version",
2570
                "symfony/expression-language": "self.version",
2571
                "symfony/filesystem": "self.version",
2572
                "symfony/finder": "self.version",
2573
                "symfony/form": "self.version",
2574
                "symfony/framework-bundle": "self.version",
2575
                "symfony/http-foundation": "self.version",
2576
                "symfony/http-kernel": "self.version",
2577
                "symfony/intl": "self.version",
2578
                "symfony/locale": "self.version",
2579
                "symfony/monolog-bridge": "self.version",
2580
                "symfony/options-resolver": "self.version",
2581
                "symfony/process": "self.version",
2582
                "symfony/property-access": "self.version",
2583
                "symfony/proxy-manager-bridge": "self.version",
2584
                "symfony/routing": "self.version",
2585
                "symfony/security": "self.version",
2586
                "symfony/security-acl": "self.version",
2587
                "symfony/security-bundle": "self.version",
2588
                "symfony/security-core": "self.version",
2589
                "symfony/security-csrf": "self.version",
2590
                "symfony/security-http": "self.version",
2591
                "symfony/serializer": "self.version",
2592
                "symfony/stopwatch": "self.version",
2593
                "symfony/swiftmailer-bridge": "self.version",
2594
                "symfony/templating": "self.version",
2595
                "symfony/translation": "self.version",
2596
                "symfony/twig-bridge": "self.version",
2597
                "symfony/twig-bundle": "self.version",
2598
                "symfony/validator": "self.version",
2599
                "symfony/var-dumper": "self.version",
2600
                "symfony/web-profiler-bundle": "self.version",
2601
                "symfony/yaml": "self.version"
2602
            },
2603
            "require-dev": {
2604
                "doctrine/data-fixtures": "1.0.*",
2605
                "doctrine/dbal": "~2.4",
2606
                "doctrine/doctrine-bundle": "~1.2",
2607
                "doctrine/orm": "~2.4,>=2.4.5",
2608
                "egulias/email-validator": "~1.2,>=1.2.1",
2609
                "ircmaxell/password-compat": "~1.0",
2610
                "monolog/monolog": "~1.11",
2611
                "ocramius/proxy-manager": "~0.4|~1.0|~2.0"
2612
            },
2613
            "type": "library",
2614
            "extra": {
2615
                "branch-alias": {
2616
                    "dev-master": "2.7-dev"
2617
                }
2618
            },
2619
            "autoload": {
2620
                "psr-4": {
2621
                    "Symfony\\Bridge\\Doctrine\\": "src/Symfony/Bridge/Doctrine/",
2622
                    "Symfony\\Bridge\\Monolog\\": "src/Symfony/Bridge/Monolog/",
2623
                    "Symfony\\Bridge\\ProxyManager\\": "src/Symfony/Bridge/ProxyManager/",
2624
                    "Symfony\\Bridge\\Swiftmailer\\": "src/Symfony/Bridge/Swiftmailer/",
2625
                    "Symfony\\Bridge\\Twig\\": "src/Symfony/Bridge/Twig/",
2626
                    "Symfony\\Bundle\\": "src/Symfony/Bundle/",
2627
                    "Symfony\\Component\\": "src/Symfony/Component/"
2628
                },
2629
                "classmap": [
2630
                    "src/Symfony/Component/HttpFoundation/Resources/stubs",
2631
                    "src/Symfony/Component/Intl/Resources/stubs"
2632
                ],
2633
                "files": [
2634
                    "src/Symfony/Component/Intl/Resources/stubs/functions.php"
2635
                ],
2636
                "exclude-from-classmap": [
2637
                    "**/Tests/"
2638
                ]
2639
            },
2640
            "notification-url": "https://packagist.org/downloads/",
2641
            "license": [
2642
                "MIT"
2643
            ],
2644
            "authors": [
2645
                {
2646
                    "name": "Fabien Potencier",
2647
                    "email": "[email protected]"
2648
                },
2649
                {
2650
                    "name": "Symfony Community",
2651
                    "homepage": "https://symfony.com/contributors"
2652
                }
2653
            ],
2654
            "description": "The Symfony PHP framework",
2655
            "homepage": "https://symfony.com",
2656
            "keywords": [
2657
                "framework"
2658
            ],
2659
            "time": "2016-07-30T08:15:52+00:00"
2660
        },
2661
        {
2662
            "name": "twbs/bootstrap",
2663
            "version": "v3.2.0",
2664
            "source": {
2665
                "type": "git",
2666
                "url": "https://github.com/twbs/bootstrap.git",
2667
                "reference": "c068162161154a4b85110ea1e7dd3d7897ce2b72"
2668
            },
2669
            "dist": {
2670
                "type": "zip",
2671
                "url": "https://api.github.com/repos/twbs/bootstrap/zipball/c068162161154a4b85110ea1e7dd3d7897ce2b72",
2672
                "reference": "c068162161154a4b85110ea1e7dd3d7897ce2b72",
2673
                "shasum": ""
2674
            },
2675
            "replace": {
2676
                "twitter/bootstrap": "self.version"
2677
            },
2678
            "type": "library",
2679
            "extra": {
2680
                "branch-alias": {
2681
                    "dev-master": "3.2.x-dev"
2682
                }
2683
            },
2684
            "notification-url": "https://packagist.org/downloads/",
2685
            "license": [
2686
                "MIT"
2687
            ],
2688
            "authors": [
2689
                {
2690
                    "name": "Jacob Thornton",
2691
                    "email": "[email protected]"
2692
                },
2693
                {
2694
                    "name": "Mark Otto",
2695
                    "email": "[email protected]"
2696
                }
2697
            ],
2698
            "description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
2699
            "homepage": "http://getbootstrap.com",
2700
            "keywords": [
2701
                "JS",
2702
                "css",
2703
                "framework",
2704
                "front-end",
2705
                "less",
2706
                "mobile-first",
2707
                "responsive",
2708
                "web"
2709
            ],
2710
            "time": "2014-06-26T16:36:48+00:00"
2711
        },
2712
        {
2713
            "name": "twig/extensions",
2714
            "version": "v1.3.0",
2715
            "source": {
2716
                "type": "git",
2717
                "url": "https://github.com/twigphp/Twig-extensions.git",
2718
                "reference": "449e3c8a9ffad7c2479c7864557275a32b037499"
2719
            },
2720
            "dist": {
2721
                "type": "zip",
2722
                "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/449e3c8a9ffad7c2479c7864557275a32b037499",
2723
                "reference": "449e3c8a9ffad7c2479c7864557275a32b037499",
2724
                "shasum": ""
2725
            },
2726
            "require": {
2727
                "twig/twig": "~1.20|~2.0"
2728
            },
2729
            "require-dev": {
2730
                "symfony/translation": "~2.3"
2731
            },
2732
            "suggest": {
2733
                "symfony/translation": "Allow the time_diff output to be translated"
2734
            },
2735
            "type": "library",
2736
            "extra": {
2737
                "branch-alias": {
2738
                    "dev-master": "1.3-dev"
2739
                }
2740
            },
2741
            "autoload": {
2742
                "psr-0": {
2743
                    "Twig_Extensions_": "lib/"
2744
                }
2745
            },
2746
            "notification-url": "https://packagist.org/downloads/",
2747
            "license": [
2748
                "MIT"
2749
            ],
2750
            "authors": [
2751
                {
2752
                    "name": "Fabien Potencier",
2753
                    "email": "[email protected]"
2754
                }
2755
            ],
2756
            "description": "Common additional features for Twig that do not directly belong in core",
2757
            "homepage": "http://twig.sensiolabs.org/doc/extensions/index.html",
2758
            "keywords": [
2759
                "i18n",
2760
                "text"
2761
            ],
2762
            "time": "2015-08-22T16:38:35+00:00"
2763
        },
2764
        {
2765
            "name": "twig/twig",
2766
            "version": "v1.32.0",
2767
            "source": {
2768
                "type": "git",
2769
                "url": "https://github.com/twigphp/Twig.git",
2770
                "reference": "9935b662e24d6e634da88901ab534cc12e8c728f"
2771
            },
2772
            "dist": {
2773
                "type": "zip",
2774
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/9935b662e24d6e634da88901ab534cc12e8c728f",
2775
                "reference": "9935b662e24d6e634da88901ab534cc12e8c728f",
2776
                "shasum": ""
2777
            },
2778
            "require": {
2779
                "php": ">=5.2.7"
2780
            },
2781
            "require-dev": {
2782
                "psr/container": "^1.0",
2783
                "symfony/debug": "~2.7",
2784
                "symfony/phpunit-bridge": "~3.2"
2785
            },
2786
            "type": "library",
2787
            "extra": {
2788
                "branch-alias": {
2789
                    "dev-master": "1.32-dev"
2790
                }
2791
            },
2792
            "autoload": {
2793
                "psr-0": {
2794
                    "Twig_": "lib/"
2795
                }
2796
            },
2797
            "notification-url": "https://packagist.org/downloads/",
2798
            "license": [
2799
                "BSD-3-Clause"
2800
            ],
2801
            "authors": [
2802
                {
2803
                    "name": "Fabien Potencier",
2804
                    "email": "[email protected]",
2805
                    "homepage": "http://fabien.potencier.org",
2806
                    "role": "Lead Developer"
2807
                },
2808
                {
2809
                    "name": "Armin Ronacher",
2810
                    "email": "[email protected]",
2811
                    "role": "Project Founder"
2812
                },
2813
                {
2814
                    "name": "Twig Team",
2815
                    "homepage": "http://twig.sensiolabs.org/contributors",
2816
                    "role": "Contributors"
2817
                }
2818
            ],
2819
            "description": "Twig, the flexible, fast, and secure template language for PHP",
2820
            "homepage": "http://twig.sensiolabs.org",
2821
            "keywords": [
2822
                "templating"
2823
            ],
2824
            "time": "2017-02-27T00:07:03+00:00"
2825
        },
2826
        {
2827
            "name": "webmozart/assert",
2828
            "version": "1.2.0",
2829
            "source": {
2830
                "type": "git",
2831
                "url": "https://github.com/webmozart/assert.git",
2832
                "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f"
2833
            },
2834
            "dist": {
2835
                "type": "zip",
2836
                "url": "https://api.github.com/repos/webmozart/assert/zipball/2db61e59ff05fe5126d152bd0655c9ea113e550f",
2837
                "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f",
2838
                "shasum": ""
2839
            },
2840
            "require": {
2841
                "php": "^5.3.3 || ^7.0"
2842
            },
2843
            "require-dev": {
2844
                "phpunit/phpunit": "^4.6",
2845
                "sebastian/version": "^1.0.1"
2846
            },
2847
            "type": "library",
2848
            "extra": {
2849
                "branch-alias": {
2850
                    "dev-master": "1.3-dev"
2851
                }
2852
            },
2853
            "autoload": {
2854
                "psr-4": {
2855
                    "Webmozart\\Assert\\": "src/"
2856
                }
2857
            },
2858
            "notification-url": "https://packagist.org/downloads/",
2859
            "license": [
2860
                "MIT"
2861
            ],
2862
            "authors": [
2863
                {
2864
                    "name": "Bernhard Schussek",
2865
                    "email": "[email protected]"
2866
                }
2867
            ],
2868
            "description": "Assertions to validate method input/output with nice error messages.",
2869
            "keywords": [
2870
                "assert",
2871
                "check",
2872
                "validate"
2873
            ],
2874
            "time": "2016-11-23T20:04:58+00:00"
2875
        },
2876
        {
2877
            "name": "yubico/u2flib-server",
2878
            "version": "0.1.0",
2879
            "source": {
2880
                "type": "git",
2881
                "url": "https://github.com/Yubico/php-u2flib-server.git",
2882
                "reference": "71ad5f0b7c796966da356eecd5b583ac852e92a1"
2883
            },
2884
            "dist": {
2885
                "type": "zip",
2886
                "url": "https://api.github.com/repos/Yubico/php-u2flib-server/zipball/71ad5f0b7c796966da356eecd5b583ac852e92a1",
2887
                "reference": "71ad5f0b7c796966da356eecd5b583ac852e92a1",
2888
                "shasum": ""
2889
            },
2890
            "require": {
2891
                "ext-openssl": "*"
2892
            },
2893
            "type": "library",
2894
            "autoload": {
2895
                "classmap": [
2896
                    "src/"
2897
                ]
2898
            },
2899
            "notification-url": "https://packagist.org/downloads/",
2900
            "license": [
2901
                "BSD-2-Clause"
2902
            ],
2903
            "description": "Library for U2F implementation",
2904
            "homepage": "https://developers.yubico.com/php-u2flib-server",
2905
            "time": "2015-03-03T08:05:16+00:00"
2906
        }
2907
    ],
2908
    "packages-dev": [
2909
        {
2910
            "name": "doctrine/instantiator",
2911
            "version": "1.0.5",
2912
            "source": {
2913
                "type": "git",
2914
                "url": "https://github.com/doctrine/instantiator.git",
2915
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
2916
            },
2917
            "dist": {
2918
                "type": "zip",
2919
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
2920
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
2921
                "shasum": ""
2922
            },
2923
            "require": {
2924
                "php": ">=5.3,<8.0-DEV"
2925
            },
2926
            "require-dev": {
2927
                "athletic/athletic": "~0.1.8",
2928
                "ext-pdo": "*",
2929
                "ext-phar": "*",
2930
                "phpunit/phpunit": "~4.0",
2931
                "squizlabs/php_codesniffer": "~2.0"
2932
            },
2933
            "type": "library",
2934
            "extra": {
2935
                "branch-alias": {
2936
                    "dev-master": "1.0.x-dev"
2937
                }
2938
            },
2939
            "autoload": {
2940
                "psr-4": {
2941
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
2942
                }
2943
            },
2944
            "notification-url": "https://packagist.org/downloads/",
2945
            "license": [
2946
                "MIT"
2947
            ],
2948
            "authors": [
2949
                {
2950
                    "name": "Marco Pivetta",
2951
                    "email": "[email protected]",
2952
                    "homepage": "http://ocramius.github.com/"
2953
                }
2954
            ],
2955
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
2956
            "homepage": "https://github.com/doctrine/instantiator",
2957
            "keywords": [
2958
                "constructor",
2959
                "instantiate"
2960
            ],
2961
            "time": "2015-06-14T21:17:01+00:00"
2962
        },
2963
        {
2964
            "name": "guzzlehttp/streams",
2965
            "version": "2.1.0",
2966
            "source": {
2967
                "type": "git",
2968
                "url": "https://github.com/guzzle/streams.git",
2969
                "reference": "f91b721d73f0e561410903b3b3c90a5d0e40b534"
2970
            },
2971
            "dist": {
2972
                "type": "zip",
2973
                "url": "https://api.github.com/repos/guzzle/streams/zipball/f91b721d73f0e561410903b3b3c90a5d0e40b534",
2974
                "reference": "f91b721d73f0e561410903b3b3c90a5d0e40b534",
2975
                "shasum": ""
2976
            },
2977
            "require": {
2978
                "php": ">=5.4.0"
2979
            },
2980
            "require-dev": {
2981
                "phpunit/phpunit": "~4.0"
2982
            },
2983
            "type": "library",
2984
            "extra": {
2985
                "branch-alias": {
2986
                    "dev-master": "2.0-dev"
2987
                }
2988
            },
2989
            "autoload": {
2990
                "psr-4": {
2991
                    "GuzzleHttp\\Stream\\": "src/"
2992
                },
2993
                "files": [
2994
                    "src/functions.php"
2995
                ]
2996
            },
2997
            "notification-url": "https://packagist.org/downloads/",
2998
            "license": [
2999
                "MIT"
3000
            ],
3001
            "authors": [
3002
                {
3003
                    "name": "Michael Dowling",
3004
                    "email": "[email protected]",
3005
                    "homepage": "https://github.com/mtdowling"
3006
                }
3007
            ],
3008
            "description": "Provides a simple abstraction over streams of data (Guzzle 4+)",
3009
            "homepage": "http://guzzlephp.org/",
3010
            "keywords": [
3011
                "Guzzle",
3012
                "stream"
3013
            ],
3014
            "time": "2014-08-17T21:15:53+00:00"
3015
        },
3016
        {
3017
            "name": "hamcrest/hamcrest-php",
3018
            "version": "v1.2.2",
3019
            "source": {
3020
                "type": "git",
3021
                "url": "https://github.com/hamcrest/hamcrest-php.git",
3022
                "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c"
3023
            },
3024
            "dist": {
3025
                "type": "zip",
3026
                "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/b37020aa976fa52d3de9aa904aa2522dc518f79c",
3027
                "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c",
3028
                "shasum": ""
3029
            },
3030
            "require": {
3031
                "php": ">=5.3.2"
3032
            },
3033
            "replace": {
3034
                "cordoval/hamcrest-php": "*",
3035
                "davedevelopment/hamcrest-php": "*",
3036
                "kodova/hamcrest-php": "*"
3037
            },
3038
            "require-dev": {
3039
                "phpunit/php-file-iterator": "1.3.3",
3040
                "satooshi/php-coveralls": "dev-master"
3041
            },
3042
            "type": "library",
3043
            "autoload": {
3044
                "classmap": [
3045
                    "hamcrest"
3046
                ],
3047
                "files": [
3048
                    "hamcrest/Hamcrest.php"
3049
                ]
3050
            },
3051
            "notification-url": "https://packagist.org/downloads/",
3052
            "license": [
3053
                "BSD"
3054
            ],
3055
            "description": "This is the PHP port of Hamcrest Matchers",
3056
            "keywords": [
3057
                "test"
3058
            ],
3059
            "time": "2015-05-11T14:41:42+00:00"
3060
        },
3061
        {
3062
            "name": "matthiasnoback/symfony-config-test",
3063
            "version": "v1.4.0",
3064
            "source": {
3065
                "type": "git",
3066
                "url": "https://github.com/SymfonyTest/SymfonyConfigTest.git",
3067
                "reference": "615b7c8ff5dc1737e553e518dbed641aa548572d"
3068
            },
3069
            "dist": {
3070
                "type": "zip",
3071
                "url": "https://api.github.com/repos/SymfonyTest/SymfonyConfigTest/zipball/615b7c8ff5dc1737e553e518dbed641aa548572d",
3072
                "reference": "615b7c8ff5dc1737e553e518dbed641aa548572d",
3073
                "shasum": ""
3074
            },
3075
            "require": {
3076
                "php": ">=5.3",
3077
                "sebastian/exporter": "1.*",
3078
                "symfony/config": "~2.0|~3.0"
3079
            },
3080
            "require-dev": {
3081
                "phpunit/phpunit": ">=3.7"
3082
            },
3083
            "type": "library",
3084
            "autoload": {
3085
                "psr-4": {
3086
                    "Matthias\\SymfonyConfigTest\\": ""
3087
                }
3088
            },
3089
            "notification-url": "https://packagist.org/downloads/",
3090
            "license": [
3091
                "MIT"
3092
            ],
3093
            "authors": [
3094
                {
3095
                    "name": "Matthias Noback",
3096
                    "email": "[email protected]",
3097
                    "homepage": "http://php-and-symfony.matthiasnoback.nl"
3098
                }
3099
            ],
3100
            "description": "Library for testing user classes related to the Symfony Config Component",
3101
            "homepage": "https://github.com/matthiasnoback/SymfonyConfigTest",
3102
            "keywords": [
3103
                "config",
3104
                "phpunit",
3105
                "symfony"
3106
            ],
3107
            "time": "2015-11-25T21:40:32+00:00"
3108
        },
3109
        {
3110
            "name": "mockery/mockery",
3111
            "version": "0.9.5",
3112
            "source": {
3113
                "type": "git",
3114
                "url": "https://github.com/mockery/mockery.git",
3115
                "reference": "4db079511a283e5aba1b3c2fb19037c645e70fc2"
3116
            },
3117
            "dist": {
3118
                "type": "zip",
3119
                "url": "https://api.github.com/repos/mockery/mockery/zipball/4db079511a283e5aba1b3c2fb19037c645e70fc2",
3120
                "reference": "4db079511a283e5aba1b3c2fb19037c645e70fc2",
3121
                "shasum": ""
3122
            },
3123
            "require": {
3124
                "hamcrest/hamcrest-php": "~1.1",
3125
                "lib-pcre": ">=7.0",
3126
                "php": ">=5.3.2"
3127
            },
3128
            "require-dev": {
3129
                "phpunit/phpunit": "~4.0"
3130
            },
3131
            "type": "library",
3132
            "extra": {
3133
                "branch-alias": {
3134
                    "dev-master": "0.9.x-dev"
3135
                }
3136
            },
3137
            "autoload": {
3138
                "psr-0": {
3139
                    "Mockery": "library/"
3140
                }
3141
            },
3142
            "notification-url": "https://packagist.org/downloads/",
3143
            "license": [
3144
                "BSD-3-Clause"
3145
            ],
3146
            "authors": [
3147
                {
3148
                    "name": "Pádraic Brady",
3149
                    "email": "[email protected]",
3150
                    "homepage": "http://blog.astrumfutura.com"
3151
                },
3152
                {
3153
                    "name": "Dave Marshall",
3154
                    "email": "[email protected]",
3155
                    "homepage": "http://davedevelopment.co.uk"
3156
                }
3157
            ],
3158
            "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.",
3159
            "homepage": "http://github.com/padraic/mockery",
3160
            "keywords": [
3161
                "BDD",
3162
                "TDD",
3163
                "library",
3164
                "mock",
3165
                "mock objects",
3166
                "mockery",
3167
                "stub",
3168
                "test",
3169
                "test double",
3170
                "testing"
3171
            ],
3172
            "time": "2016-05-22T21:52:33+00:00"
3173
        },
3174
        {
3175
            "name": "pdepend/pdepend",
3176
            "version": "2.5.0",
3177
            "source": {
3178
                "type": "git",
3179
                "url": "https://github.com/pdepend/pdepend.git",
3180
                "reference": "0c50874333149c0dad5a2877801aed148f2767ff"
3181
            },
3182
            "dist": {
3183
                "type": "zip",
3184
                "url": "https://api.github.com/repos/pdepend/pdepend/zipball/0c50874333149c0dad5a2877801aed148f2767ff",
3185
                "reference": "0c50874333149c0dad5a2877801aed148f2767ff",
3186
                "shasum": ""
3187
            },
3188
            "require": {
3189
                "php": ">=5.3.7",
3190
                "symfony/config": "^2.3.0|^3",
3191
                "symfony/dependency-injection": "^2.3.0|^3",
3192
                "symfony/filesystem": "^2.3.0|^3"
3193
            },
3194
            "require-dev": {
3195
                "phpunit/phpunit": "^4.4.0,<4.8",
3196
                "squizlabs/php_codesniffer": "^2.0.0"
3197
            },
3198
            "bin": [
3199
                "src/bin/pdepend"
3200
            ],
3201
            "type": "library",
3202
            "autoload": {
3203
                "psr-4": {
3204
                    "PDepend\\": "src/main/php/PDepend"
3205
                }
3206
            },
3207
            "notification-url": "https://packagist.org/downloads/",
3208
            "license": [
3209
                "BSD-3-Clause"
3210
            ],
3211
            "description": "Official version of pdepend to be handled with Composer",
3212
            "time": "2017-01-19T14:23:36+00:00"
3213
        },
3214
        {
3215
            "name": "phpdocumentor/reflection-common",
3216
            "version": "1.0",
3217
            "source": {
3218
                "type": "git",
3219
                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
3220
                "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c"
3221
            },
3222
            "dist": {
3223
                "type": "zip",
3224
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
3225
                "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
3226
                "shasum": ""
3227
            },
3228
            "require": {
3229
                "php": ">=5.5"
3230
            },
3231
            "require-dev": {
3232
                "phpunit/phpunit": "^4.6"
3233
            },
3234
            "type": "library",
3235
            "extra": {
3236
                "branch-alias": {
3237
                    "dev-master": "1.0.x-dev"
3238
                }
3239
            },
3240
            "autoload": {
3241
                "psr-4": {
3242
                    "phpDocumentor\\Reflection\\": [
3243
                        "src"
3244
                    ]
3245
                }
3246
            },
3247
            "notification-url": "https://packagist.org/downloads/",
3248
            "license": [
3249
                "MIT"
3250
            ],
3251
            "authors": [
3252
                {
3253
                    "name": "Jaap van Otterdijk",
3254
                    "email": "[email protected]"
3255
                }
3256
            ],
3257
            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
3258
            "homepage": "http://www.phpdoc.org",
3259
            "keywords": [
3260
                "FQSEN",
3261
                "phpDocumentor",
3262
                "phpdoc",
3263
                "reflection",
3264
                "static analysis"
3265
            ],
3266
            "time": "2015-12-27T11:43:31+00:00"
3267
        },
3268
        {
3269
            "name": "phpdocumentor/reflection-docblock",
3270
            "version": "3.1.1",
3271
            "source": {
3272
                "type": "git",
3273
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
3274
                "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e"
3275
            },
3276
            "dist": {
3277
                "type": "zip",
3278
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/8331b5efe816ae05461b7ca1e721c01b46bafb3e",
3279
                "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e",
3280
                "shasum": ""
3281
            },
3282
            "require": {
3283
                "php": ">=5.5",
3284
                "phpdocumentor/reflection-common": "^1.0@dev",
3285
                "phpdocumentor/type-resolver": "^0.2.0",
3286
                "webmozart/assert": "^1.0"
3287
            },
3288
            "require-dev": {
3289
                "mockery/mockery": "^0.9.4",
3290
                "phpunit/phpunit": "^4.4"
3291
            },
3292
            "type": "library",
3293
            "autoload": {
3294
                "psr-4": {
3295
                    "phpDocumentor\\Reflection\\": [
3296
                        "src/"
3297
                    ]
3298
                }
3299
            },
3300
            "notification-url": "https://packagist.org/downloads/",
3301
            "license": [
3302
                "MIT"
3303
            ],
3304
            "authors": [
3305
                {
3306
                    "name": "Mike van Riel",
3307
                    "email": "[email protected]"
3308
                }
3309
            ],
3310
            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
3311
            "time": "2016-09-30T07:12:33+00:00"
3312
        },
3313
        {
3314
            "name": "phpdocumentor/type-resolver",
3315
            "version": "0.2.1",
3316
            "source": {
3317
                "type": "git",
3318
                "url": "https://github.com/phpDocumentor/TypeResolver.git",
3319
                "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb"
3320
            },
3321
            "dist": {
3322
                "type": "zip",
3323
                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb",
3324
                "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb",
3325
                "shasum": ""
3326
            },
3327
            "require": {
3328
                "php": ">=5.5",
3329
                "phpdocumentor/reflection-common": "^1.0"
3330
            },
3331
            "require-dev": {
3332
                "mockery/mockery": "^0.9.4",
3333
                "phpunit/phpunit": "^5.2||^4.8.24"
3334
            },
3335
            "type": "library",
3336
            "extra": {
3337
                "branch-alias": {
3338
                    "dev-master": "1.0.x-dev"
3339
                }
3340
            },
3341
            "autoload": {
3342
                "psr-4": {
3343
                    "phpDocumentor\\Reflection\\": [
3344
                        "src/"
3345
                    ]
3346
                }
3347
            },
3348
            "notification-url": "https://packagist.org/downloads/",
3349
            "license": [
3350
                "MIT"
3351
            ],
3352
            "authors": [
3353
                {
3354
                    "name": "Mike van Riel",
3355
                    "email": "[email protected]"
3356
                }
3357
            ],
3358
            "time": "2016-11-25T06:54:22+00:00"
3359
        },
3360
        {
3361
            "name": "phpmd/phpmd",
3362
            "version": "2.6.0",
3363
            "source": {
3364
                "type": "git",
3365
                "url": "https://github.com/phpmd/phpmd.git",
3366
                "reference": "4e9924b2c157a3eb64395460fcf56b31badc8374"
3367
            },
3368
            "dist": {
3369
                "type": "zip",
3370
                "url": "https://api.github.com/repos/phpmd/phpmd/zipball/4e9924b2c157a3eb64395460fcf56b31badc8374",
3371
                "reference": "4e9924b2c157a3eb64395460fcf56b31badc8374",
3372
                "shasum": ""
3373
            },
3374
            "require": {
3375
                "ext-xml": "*",
3376
                "pdepend/pdepend": "^2.5",
3377
                "php": ">=5.3.9"
3378
            },
3379
            "require-dev": {
3380
                "phpunit/phpunit": "^4.0",
3381
                "squizlabs/php_codesniffer": "^2.0"
3382
            },
3383
            "bin": [
3384
                "src/bin/phpmd"
3385
            ],
3386
            "type": "project",
3387
            "autoload": {
3388
                "psr-0": {
3389
                    "PHPMD\\": "src/main/php"
3390
                }
3391
            },
3392
            "notification-url": "https://packagist.org/downloads/",
3393
            "license": [
3394
                "BSD-3-Clause"
3395
            ],
3396
            "authors": [
3397
                {
3398
                    "name": "Manuel Pichler",
3399
                    "email": "[email protected]",
3400
                    "homepage": "https://github.com/manuelpichler",
3401
                    "role": "Project Founder"
3402
                },
3403
                {
3404
                    "name": "Other contributors",
3405
                    "homepage": "https://github.com/phpmd/phpmd/graphs/contributors",
3406
                    "role": "Contributors"
3407
                },
3408
                {
3409
                    "name": "Marc Würth",
3410
                    "email": "[email protected]",
3411
                    "homepage": "https://github.com/ravage84",
3412
                    "role": "Project Maintainer"
3413
                }
3414
            ],
3415
            "description": "PHPMD is a spin-off project of PHP Depend and aims to be a PHP equivalent of the well known Java tool PMD.",
3416
            "homepage": "http://phpmd.org/",
3417
            "keywords": [
3418
                "mess detection",
3419
                "mess detector",
3420
                "pdepend",
3421
                "phpmd",
3422
                "pmd"
3423
            ],
3424
            "time": "2017-01-20T14:41:10+00:00"
3425
        },
3426
        {
3427
            "name": "phpspec/prophecy",
3428
            "version": "v1.7.0",
3429
            "source": {
3430
                "type": "git",
3431
                "url": "https://github.com/phpspec/prophecy.git",
3432
                "reference": "93d39f1f7f9326d746203c7c056f300f7f126073"
3433
            },
3434
            "dist": {
3435
                "type": "zip",
3436
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/93d39f1f7f9326d746203c7c056f300f7f126073",
3437
                "reference": "93d39f1f7f9326d746203c7c056f300f7f126073",
3438
                "shasum": ""
3439
            },
3440
            "require": {
3441
                "doctrine/instantiator": "^1.0.2",
3442
                "php": "^5.3|^7.0",
3443
                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2",
3444
                "sebastian/comparator": "^1.1|^2.0",
3445
                "sebastian/recursion-context": "^1.0|^2.0|^3.0"
3446
            },
3447
            "require-dev": {
3448
                "phpspec/phpspec": "^2.5|^3.2",
3449
                "phpunit/phpunit": "^4.8 || ^5.6.5"
3450
            },
3451
            "type": "library",
3452
            "extra": {
3453
                "branch-alias": {
3454
                    "dev-master": "1.6.x-dev"
3455
                }
3456
            },
3457
            "autoload": {
3458
                "psr-0": {
3459
                    "Prophecy\\": "src/"
3460
                }
3461
            },
3462
            "notification-url": "https://packagist.org/downloads/",
3463
            "license": [
3464
                "MIT"
3465
            ],
3466
            "authors": [
3467
                {
3468
                    "name": "Konstantin Kudryashov",
3469
                    "email": "[email protected]",
3470
                    "homepage": "http://everzet.com"
3471
                },
3472
                {
3473
                    "name": "Marcello Duarte",
3474
                    "email": "[email protected]"
3475
                }
3476
            ],
3477
            "description": "Highly opinionated mocking framework for PHP 5.3+",
3478
            "homepage": "https://github.com/phpspec/prophecy",
3479
            "keywords": [
3480
                "Double",
3481
                "Dummy",
3482
                "fake",
3483
                "mock",
3484
                "spy",
3485
                "stub"
3486
            ],
3487
            "time": "2017-03-02T20:05:34+00:00"
3488
        },
3489
        {
3490
            "name": "phpunit/php-code-coverage",
3491
            "version": "2.2.4",
3492
            "source": {
3493
                "type": "git",
3494
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
3495
                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
3496
            },
3497
            "dist": {
3498
                "type": "zip",
3499
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
3500
                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
3501
                "shasum": ""
3502
            },
3503
            "require": {
3504
                "php": ">=5.3.3",
3505
                "phpunit/php-file-iterator": "~1.3",
3506
                "phpunit/php-text-template": "~1.2",
3507
                "phpunit/php-token-stream": "~1.3",
3508
                "sebastian/environment": "^1.3.2",
3509
                "sebastian/version": "~1.0"
3510
            },
3511
            "require-dev": {
3512
                "ext-xdebug": ">=2.1.4",
3513
                "phpunit/phpunit": "~4"
3514
            },
3515
            "suggest": {
3516
                "ext-dom": "*",
3517
                "ext-xdebug": ">=2.2.1",
3518
                "ext-xmlwriter": "*"
3519
            },
3520
            "type": "library",
3521
            "extra": {
3522
                "branch-alias": {
3523
                    "dev-master": "2.2.x-dev"
3524
                }
3525
            },
3526
            "autoload": {
3527
                "classmap": [
3528
                    "src/"
3529
                ]
3530
            },
3531
            "notification-url": "https://packagist.org/downloads/",
3532
            "license": [
3533
                "BSD-3-Clause"
3534
            ],
3535
            "authors": [
3536
                {
3537
                    "name": "Sebastian Bergmann",
3538
                    "email": "[email protected]",
3539
                    "role": "lead"
3540
                }
3541
            ],
3542
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
3543
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
3544
            "keywords": [
3545
                "coverage",
3546
                "testing",
3547
                "xunit"
3548
            ],
3549
            "time": "2015-10-06T15:47:00+00:00"
3550
        },
3551
        {
3552
            "name": "phpunit/php-file-iterator",
3553
            "version": "1.4.2",
3554
            "source": {
3555
                "type": "git",
3556
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
3557
                "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5"
3558
            },
3559
            "dist": {
3560
                "type": "zip",
3561
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
3562
                "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
3563
                "shasum": ""
3564
            },
3565
            "require": {
3566
                "php": ">=5.3.3"
3567
            },
3568
            "type": "library",
3569
            "extra": {
3570
                "branch-alias": {
3571
                    "dev-master": "1.4.x-dev"
3572
                }
3573
            },
3574
            "autoload": {
3575
                "classmap": [
3576
                    "src/"
3577
                ]
3578
            },
3579
            "notification-url": "https://packagist.org/downloads/",
3580
            "license": [
3581
                "BSD-3-Clause"
3582
            ],
3583
            "authors": [
3584
                {
3585
                    "name": "Sebastian Bergmann",
3586
                    "email": "[email protected]",
3587
                    "role": "lead"
3588
                }
3589
            ],
3590
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
3591
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
3592
            "keywords": [
3593
                "filesystem",
3594
                "iterator"
3595
            ],
3596
            "time": "2016-10-03T07:40:28+00:00"
3597
        },
3598
        {
3599
            "name": "phpunit/php-text-template",
3600
            "version": "1.2.1",
3601
            "source": {
3602
                "type": "git",
3603
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
3604
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
3605
            },
3606
            "dist": {
3607
                "type": "zip",
3608
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
3609
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
3610
                "shasum": ""
3611
            },
3612
            "require": {
3613
                "php": ">=5.3.3"
3614
            },
3615
            "type": "library",
3616
            "autoload": {
3617
                "classmap": [
3618
                    "src/"
3619
                ]
3620
            },
3621
            "notification-url": "https://packagist.org/downloads/",
3622
            "license": [
3623
                "BSD-3-Clause"
3624
            ],
3625
            "authors": [
3626
                {
3627
                    "name": "Sebastian Bergmann",
3628
                    "email": "[email protected]",
3629
                    "role": "lead"
3630
                }
3631
            ],
3632
            "description": "Simple template engine.",
3633
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
3634
            "keywords": [
3635
                "template"
3636
            ],
3637
            "time": "2015-06-21T13:50:34+00:00"
3638
        },
3639
        {
3640
            "name": "phpunit/php-timer",
3641
            "version": "1.0.9",
3642
            "source": {
3643
                "type": "git",
3644
                "url": "https://github.com/sebastianbergmann/php-timer.git",
3645
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
3646
            },
3647
            "dist": {
3648
                "type": "zip",
3649
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
3650
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
3651
                "shasum": ""
3652
            },
3653
            "require": {
3654
                "php": "^5.3.3 || ^7.0"
3655
            },
3656
            "require-dev": {
3657
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
3658
            },
3659
            "type": "library",
3660
            "extra": {
3661
                "branch-alias": {
3662
                    "dev-master": "1.0-dev"
3663
                }
3664
            },
3665
            "autoload": {
3666
                "classmap": [
3667
                    "src/"
3668
                ]
3669
            },
3670
            "notification-url": "https://packagist.org/downloads/",
3671
            "license": [
3672
                "BSD-3-Clause"
3673
            ],
3674
            "authors": [
3675
                {
3676
                    "name": "Sebastian Bergmann",
3677
                    "email": "[email protected]",
3678
                    "role": "lead"
3679
                }
3680
            ],
3681
            "description": "Utility class for timing",
3682
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
3683
            "keywords": [
3684
                "timer"
3685
            ],
3686
            "time": "2017-02-26T11:10:40+00:00"
3687
        },
3688
        {
3689
            "name": "phpunit/php-token-stream",
3690
            "version": "1.4.11",
3691
            "source": {
3692
                "type": "git",
3693
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
3694
                "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7"
3695
            },
3696
            "dist": {
3697
                "type": "zip",
3698
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/e03f8f67534427a787e21a385a67ec3ca6978ea7",
3699
                "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7",
3700
                "shasum": ""
3701
            },
3702
            "require": {
3703
                "ext-tokenizer": "*",
3704
                "php": ">=5.3.3"
3705
            },
3706
            "require-dev": {
3707
                "phpunit/phpunit": "~4.2"
3708
            },
3709
            "type": "library",
3710
            "extra": {
3711
                "branch-alias": {
3712
                    "dev-master": "1.4-dev"
3713
                }
3714
            },
3715
            "autoload": {
3716
                "classmap": [
3717
                    "src/"
3718
                ]
3719
            },
3720
            "notification-url": "https://packagist.org/downloads/",
3721
            "license": [
3722
                "BSD-3-Clause"
3723
            ],
3724
            "authors": [
3725
                {
3726
                    "name": "Sebastian Bergmann",
3727
                    "email": "[email protected]"
3728
                }
3729
            ],
3730
            "description": "Wrapper around PHP's tokenizer extension.",
3731
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
3732
            "keywords": [
3733
                "tokenizer"
3734
            ],
3735
            "time": "2017-02-27T10:12:30+00:00"
3736
        },
3737
        {
3738
            "name": "phpunit/phpunit",
3739
            "version": "4.8.35",
3740
            "source": {
3741
                "type": "git",
3742
                "url": "https://github.com/sebastianbergmann/phpunit.git",
3743
                "reference": "791b1a67c25af50e230f841ee7a9c6eba507dc87"
3744
            },
3745
            "dist": {
3746
                "type": "zip",
3747
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/791b1a67c25af50e230f841ee7a9c6eba507dc87",
3748
                "reference": "791b1a67c25af50e230f841ee7a9c6eba507dc87",
3749
                "shasum": ""
3750
            },
3751
            "require": {
3752
                "ext-dom": "*",
3753
                "ext-json": "*",
3754
                "ext-pcre": "*",
3755
                "ext-reflection": "*",
3756
                "ext-spl": "*",
3757
                "php": ">=5.3.3",
3758
                "phpspec/prophecy": "^1.3.1",
3759
                "phpunit/php-code-coverage": "~2.1",
3760
                "phpunit/php-file-iterator": "~1.4",
3761
                "phpunit/php-text-template": "~1.2",
3762
                "phpunit/php-timer": "^1.0.6",
3763
                "phpunit/phpunit-mock-objects": "~2.3",
3764
                "sebastian/comparator": "~1.2.2",
3765
                "sebastian/diff": "~1.2",
3766
                "sebastian/environment": "~1.3",
3767
                "sebastian/exporter": "~1.2",
3768
                "sebastian/global-state": "~1.0",
3769
                "sebastian/version": "~1.0",
3770
                "symfony/yaml": "~2.1|~3.0"
3771
            },
3772
            "suggest": {
3773
                "phpunit/php-invoker": "~1.1"
3774
            },
3775
            "bin": [
3776
                "phpunit"
3777
            ],
3778
            "type": "library",
3779
            "extra": {
3780
                "branch-alias": {
3781
                    "dev-master": "4.8.x-dev"
3782
                }
3783
            },
3784
            "autoload": {
3785
                "classmap": [
3786
                    "src/"
3787
                ]
3788
            },
3789
            "notification-url": "https://packagist.org/downloads/",
3790
            "license": [
3791
                "BSD-3-Clause"
3792
            ],
3793
            "authors": [
3794
                {
3795
                    "name": "Sebastian Bergmann",
3796
                    "email": "[email protected]",
3797
                    "role": "lead"
3798
                }
3799
            ],
3800
            "description": "The PHP Unit Testing framework.",
3801
            "homepage": "https://phpunit.de/",
3802
            "keywords": [
3803
                "phpunit",
3804
                "testing",
3805
                "xunit"
3806
            ],
3807
            "time": "2017-02-06T05:18:07+00:00"
3808
        },
3809
        {
3810
            "name": "phpunit/phpunit-mock-objects",
3811
            "version": "2.3.8",
3812
            "source": {
3813
                "type": "git",
3814
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
3815
                "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
3816
            },
3817
            "dist": {
3818
                "type": "zip",
3819
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
3820
                "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
3821
                "shasum": ""
3822
            },
3823
            "require": {
3824
                "doctrine/instantiator": "^1.0.2",
3825
                "php": ">=5.3.3",
3826
                "phpunit/php-text-template": "~1.2",
3827
                "sebastian/exporter": "~1.2"
3828
            },
3829
            "require-dev": {
3830
                "phpunit/phpunit": "~4.4"
3831
            },
3832
            "suggest": {
3833
                "ext-soap": "*"
3834
            },
3835
            "type": "library",
3836
            "extra": {
3837
                "branch-alias": {
3838
                    "dev-master": "2.3.x-dev"
3839
                }
3840
            },
3841
            "autoload": {
3842
                "classmap": [
3843
                    "src/"
3844
                ]
3845
            },
3846
            "notification-url": "https://packagist.org/downloads/",
3847
            "license": [
3848
                "BSD-3-Clause"
3849
            ],
3850
            "authors": [
3851
                {
3852
                    "name": "Sebastian Bergmann",
3853
                    "email": "[email protected]",
3854
                    "role": "lead"
3855
                }
3856
            ],
3857
            "description": "Mock Object library for PHPUnit",
3858
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
3859
            "keywords": [
3860
                "mock",
3861
                "xunit"
3862
            ],
3863
            "time": "2015-10-02T06:51:40+00:00"
3864
        },
3865
        {
3866
            "name": "sebastian/comparator",
3867
            "version": "1.2.4",
3868
            "source": {
3869
                "type": "git",
3870
                "url": "https://github.com/sebastianbergmann/comparator.git",
3871
                "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
3872
            },
3873
            "dist": {
3874
                "type": "zip",
3875
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
3876
                "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
3877
                "shasum": ""
3878
            },
3879
            "require": {
3880
                "php": ">=5.3.3",
3881
                "sebastian/diff": "~1.2",
3882
                "sebastian/exporter": "~1.2 || ~2.0"
3883
            },
3884
            "require-dev": {
3885
                "phpunit/phpunit": "~4.4"
3886
            },
3887
            "type": "library",
3888
            "extra": {
3889
                "branch-alias": {
3890
                    "dev-master": "1.2.x-dev"
3891
                }
3892
            },
3893
            "autoload": {
3894
                "classmap": [
3895
                    "src/"
3896
                ]
3897
            },
3898
            "notification-url": "https://packagist.org/downloads/",
3899
            "license": [
3900
                "BSD-3-Clause"
3901
            ],
3902
            "authors": [
3903
                {
3904
                    "name": "Jeff Welch",
3905
                    "email": "[email protected]"
3906
                },
3907
                {
3908
                    "name": "Volker Dusch",
3909
                    "email": "[email protected]"
3910
                },
3911
                {
3912
                    "name": "Bernhard Schussek",
3913
                    "email": "[email protected]"
3914
                },
3915
                {
3916
                    "name": "Sebastian Bergmann",
3917
                    "email": "[email protected]"
3918
                }
3919
            ],
3920
            "description": "Provides the functionality to compare PHP values for equality",
3921
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
3922
            "keywords": [
3923
                "comparator",
3924
                "compare",
3925
                "equality"
3926
            ],
3927
            "time": "2017-01-29T09:50:25+00:00"
3928
        },
3929
        {
3930
            "name": "sebastian/diff",
3931
            "version": "1.4.1",
3932
            "source": {
3933
                "type": "git",
3934
                "url": "https://github.com/sebastianbergmann/diff.git",
3935
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
3936
            },
3937
            "dist": {
3938
                "type": "zip",
3939
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
3940
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
3941
                "shasum": ""
3942
            },
3943
            "require": {
3944
                "php": ">=5.3.3"
3945
            },
3946
            "require-dev": {
3947
                "phpunit/phpunit": "~4.8"
3948
            },
3949
            "type": "library",
3950
            "extra": {
3951
                "branch-alias": {
3952
                    "dev-master": "1.4-dev"
3953
                }
3954
            },
3955
            "autoload": {
3956
                "classmap": [
3957
                    "src/"
3958
                ]
3959
            },
3960
            "notification-url": "https://packagist.org/downloads/",
3961
            "license": [
3962
                "BSD-3-Clause"
3963
            ],
3964
            "authors": [
3965
                {
3966
                    "name": "Kore Nordmann",
3967
                    "email": "[email protected]"
3968
                },
3969
                {
3970
                    "name": "Sebastian Bergmann",
3971
                    "email": "[email protected]"
3972
                }
3973
            ],
3974
            "description": "Diff implementation",
3975
            "homepage": "https://github.com/sebastianbergmann/diff",
3976
            "keywords": [
3977
                "diff"
3978
            ],
3979
            "time": "2015-12-08T07:14:41+00:00"
3980
        },
3981
        {
3982
            "name": "sebastian/environment",
3983
            "version": "1.3.8",
3984
            "source": {
3985
                "type": "git",
3986
                "url": "https://github.com/sebastianbergmann/environment.git",
3987
                "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea"
3988
            },
3989
            "dist": {
3990
                "type": "zip",
3991
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/be2c607e43ce4c89ecd60e75c6a85c126e754aea",
3992
                "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea",
3993
                "shasum": ""
3994
            },
3995
            "require": {
3996
                "php": "^5.3.3 || ^7.0"
3997
            },
3998
            "require-dev": {
3999
                "phpunit/phpunit": "^4.8 || ^5.0"
4000
            },
4001
            "type": "library",
4002
            "extra": {
4003
                "branch-alias": {
4004
                    "dev-master": "1.3.x-dev"
4005
                }
4006
            },
4007
            "autoload": {
4008
                "classmap": [
4009
                    "src/"
4010
                ]
4011
            },
4012
            "notification-url": "https://packagist.org/downloads/",
4013
            "license": [
4014
                "BSD-3-Clause"
4015
            ],
4016
            "authors": [
4017
                {
4018
                    "name": "Sebastian Bergmann",
4019
                    "email": "[email protected]"
4020
                }
4021
            ],
4022
            "description": "Provides functionality to handle HHVM/PHP environments",
4023
            "homepage": "http://www.github.com/sebastianbergmann/environment",
4024
            "keywords": [
4025
                "Xdebug",
4026
                "environment",
4027
                "hhvm"
4028
            ],
4029
            "time": "2016-08-18T05:49:44+00:00"
4030
        },
4031
        {
4032
            "name": "sebastian/exporter",
4033
            "version": "1.2.2",
4034
            "source": {
4035
                "type": "git",
4036
                "url": "https://github.com/sebastianbergmann/exporter.git",
4037
                "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4"
4038
            },
4039
            "dist": {
4040
                "type": "zip",
4041
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4",
4042
                "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4",
4043
                "shasum": ""
4044
            },
4045
            "require": {
4046
                "php": ">=5.3.3",
4047
                "sebastian/recursion-context": "~1.0"
4048
            },
4049
            "require-dev": {
4050
                "ext-mbstring": "*",
4051
                "phpunit/phpunit": "~4.4"
4052
            },
4053
            "type": "library",
4054
            "extra": {
4055
                "branch-alias": {
4056
                    "dev-master": "1.3.x-dev"
4057
                }
4058
            },
4059
            "autoload": {
4060
                "classmap": [
4061
                    "src/"
4062
                ]
4063
            },
4064
            "notification-url": "https://packagist.org/downloads/",
4065
            "license": [
4066
                "BSD-3-Clause"
4067
            ],
4068
            "authors": [
4069
                {
4070
                    "name": "Jeff Welch",
4071
                    "email": "[email protected]"
4072
                },
4073
                {
4074
                    "name": "Volker Dusch",
4075
                    "email": "[email protected]"
4076
                },
4077
                {
4078
                    "name": "Bernhard Schussek",
4079
                    "email": "[email protected]"
4080
                },
4081
                {
4082
                    "name": "Sebastian Bergmann",
4083
                    "email": "[email protected]"
4084
                },
4085
                {
4086
                    "name": "Adam Harvey",
4087
                    "email": "[email protected]"
4088
                }
4089
            ],
4090
            "description": "Provides the functionality to export PHP variables for visualization",
4091
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
4092
            "keywords": [
4093
                "export",
4094
                "exporter"
4095
            ],
4096
            "time": "2016-06-17T09:04:28+00:00"
4097
        },
4098
        {
4099
            "name": "sebastian/finder-facade",
4100
            "version": "1.2.1",
4101
            "source": {
4102
                "type": "git",
4103
                "url": "https://github.com/sebastianbergmann/finder-facade.git",
4104
                "reference": "2a6f7f57efc0aa2d23297d9fd9e2a03111a8c0b9"
4105
            },
4106
            "dist": {
4107
                "type": "zip",
4108
                "url": "https://api.github.com/repos/sebastianbergmann/finder-facade/zipball/2a6f7f57efc0aa2d23297d9fd9e2a03111a8c0b9",
4109
                "reference": "2a6f7f57efc0aa2d23297d9fd9e2a03111a8c0b9",
4110
                "shasum": ""
4111
            },
4112
            "require": {
4113
                "symfony/finder": "~2.3|~3.0",
4114
                "theseer/fdomdocument": "~1.3"
4115
            },
4116
            "type": "library",
4117
            "autoload": {
4118
                "classmap": [
4119
                    "src/"
4120
                ]
4121
            },
4122
            "notification-url": "https://packagist.org/downloads/",
4123
            "license": [
4124
                "BSD-3-Clause"
4125
            ],
4126
            "authors": [
4127
                {
4128
                    "name": "Sebastian Bergmann",
4129
                    "email": "[email protected]",
4130
                    "role": "lead"
4131
                }
4132
            ],
4133
            "description": "FinderFacade is a convenience wrapper for Symfony's Finder component.",
4134
            "homepage": "https://github.com/sebastianbergmann/finder-facade",
4135
            "time": "2016-02-17T07:02:23+00:00"
4136
        },
4137
        {
4138
            "name": "sebastian/global-state",
4139
            "version": "1.1.1",
4140
            "source": {
4141
                "type": "git",
4142
                "url": "https://github.com/sebastianbergmann/global-state.git",
4143
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
4144
            },
4145
            "dist": {
4146
                "type": "zip",
4147
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
4148
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
4149
                "shasum": ""
4150
            },
4151
            "require": {
4152
                "php": ">=5.3.3"
4153
            },
4154
            "require-dev": {
4155
                "phpunit/phpunit": "~4.2"
4156
            },
4157
            "suggest": {
4158
                "ext-uopz": "*"
4159
            },
4160
            "type": "library",
4161
            "extra": {
4162
                "branch-alias": {
4163
                    "dev-master": "1.0-dev"
4164
                }
4165
            },
4166
            "autoload": {
4167
                "classmap": [
4168
                    "src/"
4169
                ]
4170
            },
4171
            "notification-url": "https://packagist.org/downloads/",
4172
            "license": [
4173
                "BSD-3-Clause"
4174
            ],
4175
            "authors": [
4176
                {
4177
                    "name": "Sebastian Bergmann",
4178
                    "email": "[email protected]"
4179
                }
4180
            ],
4181
            "description": "Snapshotting of global state",
4182
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
4183
            "keywords": [
4184
                "global state"
4185
            ],
4186
            "time": "2015-10-12T03:26:01+00:00"
4187
        },
4188
        {
4189
            "name": "sebastian/phpcpd",
4190
            "version": "2.0.4",
4191
            "source": {
4192
                "type": "git",
4193
                "url": "https://github.com/sebastianbergmann/phpcpd.git",
4194
                "reference": "24d9a880deadb0b8c9680e9cfe78e30b704225db"
4195
            },
4196
            "dist": {
4197
                "type": "zip",
4198
                "url": "https://api.github.com/repos/sebastianbergmann/phpcpd/zipball/24d9a880deadb0b8c9680e9cfe78e30b704225db",
4199
                "reference": "24d9a880deadb0b8c9680e9cfe78e30b704225db",
4200
                "shasum": ""
4201
            },
4202
            "require": {
4203
                "php": ">=5.3.3",
4204
                "phpunit/php-timer": ">=1.0.6",
4205
                "sebastian/finder-facade": "~1.1",
4206
                "sebastian/version": "~1.0|~2.0",
4207
                "symfony/console": "~2.7|^3.0",
4208
                "theseer/fdomdocument": "~1.4"
4209
            },
4210
            "bin": [
4211
                "phpcpd"
4212
            ],
4213
            "type": "library",
4214
            "extra": {
4215
                "branch-alias": {
4216
                    "dev-master": "2.0-dev"
4217
                }
4218
            },
4219
            "autoload": {
4220
                "classmap": [
4221
                    "src/"
4222
                ]
4223
            },
4224
            "notification-url": "https://packagist.org/downloads/",
4225
            "license": [
4226
                "BSD-3-Clause"
4227
            ],
4228
            "authors": [
4229
                {
4230
                    "name": "Sebastian Bergmann",
4231
                    "email": "[email protected]",
4232
                    "role": "lead"
4233
                }
4234
            ],
4235
            "description": "Copy/Paste Detector (CPD) for PHP code.",
4236
            "homepage": "https://github.com/sebastianbergmann/phpcpd",
4237
            "time": "2016-04-17T19:32:49+00:00"
4238
        },
4239
        {
4240
            "name": "sebastian/recursion-context",
4241
            "version": "1.0.2",
4242
            "source": {
4243
                "type": "git",
4244
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
4245
                "reference": "913401df809e99e4f47b27cdd781f4a258d58791"
4246
            },
4247
            "dist": {
4248
                "type": "zip",
4249
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/913401df809e99e4f47b27cdd781f4a258d58791",
4250
                "reference": "913401df809e99e4f47b27cdd781f4a258d58791",
4251
                "shasum": ""
4252
            },
4253
            "require": {
4254
                "php": ">=5.3.3"
4255
            },
4256
            "require-dev": {
4257
                "phpunit/phpunit": "~4.4"
4258
            },
4259
            "type": "library",
4260
            "extra": {
4261
                "branch-alias": {
4262
                    "dev-master": "1.0.x-dev"
4263
                }
4264
            },
4265
            "autoload": {
4266
                "classmap": [
4267
                    "src/"
4268
                ]
4269
            },
4270
            "notification-url": "https://packagist.org/downloads/",
4271
            "license": [
4272
                "BSD-3-Clause"
4273
            ],
4274
            "authors": [
4275
                {
4276
                    "name": "Jeff Welch",
4277
                    "email": "[email protected]"
4278
                },
4279
                {
4280
                    "name": "Sebastian Bergmann",
4281
                    "email": "[email protected]"
4282
                },
4283
                {
4284
                    "name": "Adam Harvey",
4285
                    "email": "[email protected]"
4286
                }
4287
            ],
4288
            "description": "Provides functionality to recursively process PHP variables",
4289
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
4290
            "time": "2015-11-11T19:50:13+00:00"
4291
        },
4292
        {
4293
            "name": "sebastian/version",
4294
            "version": "1.0.6",
4295
            "source": {
4296
                "type": "git",
4297
                "url": "https://github.com/sebastianbergmann/version.git",
4298
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
4299
            },
4300
            "dist": {
4301
                "type": "zip",
4302
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
4303
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
4304
                "shasum": ""
4305
            },
4306
            "type": "library",
4307
            "autoload": {
4308
                "classmap": [
4309
                    "src/"
4310
                ]
4311
            },
4312
            "notification-url": "https://packagist.org/downloads/",
4313
            "license": [
4314
                "BSD-3-Clause"
4315
            ],
4316
            "authors": [
4317
                {
4318
                    "name": "Sebastian Bergmann",
4319
                    "email": "[email protected]",
4320
                    "role": "lead"
4321
                }
4322
            ],
4323
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
4324
            "homepage": "https://github.com/sebastianbergmann/version",
4325
            "time": "2015-06-21T13:59:46+00:00"
4326
        },
4327
        {
4328
            "name": "sensio/generator-bundle",
4329
            "version": "v2.5.3",
4330
            "target-dir": "Sensio/Bundle/GeneratorBundle",
4331
            "source": {
4332
                "type": "git",
4333
                "url": "https://github.com/sensiolabs/SensioGeneratorBundle.git",
4334
                "reference": "e50108c2133ee5c9c484555faed50c17a61221d3"
4335
            },
4336
            "dist": {
4337
                "type": "zip",
4338
                "url": "https://api.github.com/repos/sensiolabs/SensioGeneratorBundle/zipball/e50108c2133ee5c9c484555faed50c17a61221d3",
4339
                "reference": "e50108c2133ee5c9c484555faed50c17a61221d3",
4340
                "shasum": ""
4341
            },
4342
            "require": {
4343
                "symfony/console": "~2.5",
4344
                "symfony/framework-bundle": "~2.2"
4345
            },
4346
            "require-dev": {
4347
                "doctrine/orm": "~2.2,>=2.2.3",
4348
                "symfony/doctrine-bridge": "~2.2",
4349
                "twig/twig": "~1.11"
4350
            },
4351
            "type": "symfony-bundle",
4352
            "extra": {
4353
                "branch-alias": {
4354
                    "dev-master": "2.5.x-dev"
4355
                }
4356
            },
4357
            "autoload": {
4358
                "psr-0": {
4359
                    "Sensio\\Bundle\\GeneratorBundle": ""
4360
                }
4361
            },
4362
            "notification-url": "https://packagist.org/downloads/",
4363
            "license": [
4364
                "MIT"
4365
            ],
4366
            "authors": [
4367
                {
4368
                    "name": "Fabien Potencier",
4369
                    "email": "[email protected]"
4370
                }
4371
            ],
4372
            "description": "This bundle generates code for you",
4373
            "time": "2015-03-17T06:36:52+00:00"
4374
        },
4375
        {
4376
            "name": "squizlabs/php_codesniffer",
4377
            "version": "1.5.6",
4378
            "source": {
4379
                "type": "git",
4380
                "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
4381
                "reference": "6f3e42d311b882b25b4d409d23a289f4d3b803d5"
4382
            },
4383
            "dist": {
4384
                "type": "zip",
4385
                "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/6f3e42d311b882b25b4d409d23a289f4d3b803d5",
4386
                "reference": "6f3e42d311b882b25b4d409d23a289f4d3b803d5",
4387
                "shasum": ""
4388
            },
4389
            "require": {
4390
                "ext-tokenizer": "*",
4391
                "php": ">=5.1.2"
4392
            },
4393
            "suggest": {
4394
                "phpunit/php-timer": "dev-master"
4395
            },
4396
            "bin": [
4397
                "scripts/phpcs"
4398
            ],
4399
            "type": "library",
4400
            "extra": {
4401
                "branch-alias": {
4402
                    "dev-phpcs-fixer": "2.0.x-dev"
4403
                }
4404
            },
4405
            "autoload": {
4406
                "classmap": [
4407
                    "CodeSniffer.php",
4408
                    "CodeSniffer/CLI.php",
4409
                    "CodeSniffer/Exception.php",
4410
                    "CodeSniffer/File.php",
4411
                    "CodeSniffer/Report.php",
4412
                    "CodeSniffer/Reporting.php",
4413
                    "CodeSniffer/Sniff.php",
4414
                    "CodeSniffer/Tokens.php",
4415
                    "CodeSniffer/Reports/",
4416
                    "CodeSniffer/CommentParser/",
4417
                    "CodeSniffer/Tokenizers/",
4418
                    "CodeSniffer/DocGenerators/",
4419
                    "CodeSniffer/Standards/AbstractPatternSniff.php",
4420
                    "CodeSniffer/Standards/AbstractScopeSniff.php",
4421
                    "CodeSniffer/Standards/AbstractVariableSniff.php",
4422
                    "CodeSniffer/Standards/IncorrectPatternException.php",
4423
                    "CodeSniffer/Standards/Generic/Sniffs/",
4424
                    "CodeSniffer/Standards/MySource/Sniffs/",
4425
                    "CodeSniffer/Standards/PEAR/Sniffs/",
4426
                    "CodeSniffer/Standards/PSR1/Sniffs/",
4427
                    "CodeSniffer/Standards/PSR2/Sniffs/",
4428
                    "CodeSniffer/Standards/Squiz/Sniffs/",
4429
                    "CodeSniffer/Standards/Zend/Sniffs/"
4430
                ]
4431
            },
4432
            "notification-url": "https://packagist.org/downloads/",
4433
            "license": [
4434
                "BSD-3-Clause"
4435
            ],
4436
            "authors": [
4437
                {
4438
                    "name": "Greg Sherwood",
4439
                    "role": "lead"
4440
                }
4441
            ],
4442
            "description": "PHP_CodeSniffer tokenises PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
4443
            "homepage": "http://www.squizlabs.com/php-codesniffer",
4444
            "keywords": [
4445
                "phpcs",
4446
                "standards"
4447
            ],
4448
            "time": "2014-12-04T22:32:15+00:00"
4449
        },
4450
        {
4451
            "name": "theseer/fdomdocument",
4452
            "version": "1.6.1",
4453
            "source": {
4454
                "type": "git",
4455
                "url": "https://github.com/theseer/fDOMDocument.git",
4456
                "reference": "d9ad139d6c2e8edf5e313ffbe37ff13344cf0684"
4457
            },
4458
            "dist": {
4459
                "type": "zip",
4460
                "url": "https://api.github.com/repos/theseer/fDOMDocument/zipball/d9ad139d6c2e8edf5e313ffbe37ff13344cf0684",
4461
                "reference": "d9ad139d6c2e8edf5e313ffbe37ff13344cf0684",
4462
                "shasum": ""
4463
            },
4464
            "require": {
4465
                "ext-dom": "*",
4466
                "lib-libxml": "*",
4467
                "php": ">=5.3.3"
4468
            },
4469
            "type": "library",
4470
            "autoload": {
4471
                "classmap": [
4472
                    "src/"
4473
                ]
4474
            },
4475
            "notification-url": "https://packagist.org/downloads/",
4476
            "license": [
4477
                "BSD-3-Clause"
4478
            ],
4479
            "authors": [
4480
                {
4481
                    "name": "Arne Blankerts",
4482
                    "email": "[email protected]",
4483
                    "role": "lead"
4484
                }
4485
            ],
4486
            "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.",
4487
            "homepage": "https://github.com/theseer/fDOMDocument",
4488
            "time": "2015-05-27T22:58:02+00:00"
4489
        }
4490
    ],
4491
    "aliases": [
4492
        {
4493
            "alias": "3.0.0-beta5",
4494
            "alias_normalized": "3.0.0.0-beta5",
4495
            "version": "9999999-dev",
4496
            "package": "mopa/bootstrap-bundle"
4497
        }
4498
    ],
4499
    "minimum-stability": "stable",
4500
    "stability-flags": {
4501
        "mopa/bootstrap-bundle": 20,
4502
        "surfnet/stepup-u2f-bundle": 20
4503
    },
4504
    "prefer-stable": false,
4505
    "prefer-lowest": false,
4506
    "platform": {
4507
        "php": "~5.6|~7.0"
4508
    },
4509
    "platform-dev": []
4510
}
4511