Completed
Push — fix-translation-extract-php56 ( d04917...c7d873 )
by
unknown
05:31
created

composer.lock (1 issue)

Severity

Upgrade to new PHP Analysis Engine

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

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