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