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