Completed
Push — feature/upgrade-saml-bundle ( df61ab...8aad1f )
by
unknown
03:31
created

composer.lock (1 issue)

Severity

Upgrade to new PHP Analysis Engine

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

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