Completed
Push — feature/remove-swiftmailer ( 15dff5...ddea23 )
by
unknown
02:44
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
    "hash": "4ad359efa8f48b8c03e80d07551c07d3",
8
    "content-hash": "2fc120e0760523ea1b9300a1bad6b0cc",
9
    "packages": [
10
        {
11
            "name": "beberlei/assert",
12
            "version": "v2.6.3",
13
            "source": {
14
                "type": "git",
15
                "url": "https://github.com/beberlei/assert.git",
16
                "reference": "51e9d654481fc00c8a376641c390ec4e35d8c1fc"
17
            },
18
            "dist": {
19
                "type": "zip",
20
                "url": "https://api.github.com/repos/beberlei/assert/zipball/51e9d654481fc00c8a376641c390ec4e35d8c1fc",
21
                "reference": "51e9d654481fc00c8a376641c390ec4e35d8c1fc",
22
                "shasum": ""
23
            },
24
            "require": {
25
                "ext-mbstring": "*",
26
                "php": ">=5.3"
27
            },
28
            "require-dev": {
29
                "phpunit/phpunit": "@stable"
30
            },
31
            "type": "library",
32
            "extra": {
33
                "branch-alias": {
34
                    "dev-master": "2.5-dev"
35
                }
36
            },
37
            "autoload": {
38
                "psr-0": {
39
                    "Assert": "lib/"
40
                },
41
                "files": [
42
                    "lib/Assert/functions.php"
43
                ]
44
            },
45
            "notification-url": "https://packagist.org/downloads/",
46
            "license": [
47
                "BSD-2-Clause"
48
            ],
49
            "authors": [
50
                {
51
                    "name": "Benjamin Eberlei",
52
                    "email": "[email protected]",
53
                    "role": "Lead Developer"
54
                },
55
                {
56
                    "name": "Richard Quadling",
57
                    "email": "[email protected]",
58
                    "role": "Collaborator"
59
                }
60
            ],
61
            "description": "Thin assertion library for input validation in business models.",
62
            "keywords": [
63
                "assert",
64
                "assertion",
65
                "validation"
66
            ],
67
            "time": "2016-07-28 19:35:30"
68
        },
69
        {
70
            "name": "doctrine/annotations",
71
            "version": "v1.2.7",
72
            "source": {
73
                "type": "git",
74
                "url": "https://github.com/doctrine/annotations.git",
75
                "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535"
76
            },
77
            "dist": {
78
                "type": "zip",
79
                "url": "https://api.github.com/repos/doctrine/annotations/zipball/f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
80
                "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
81
                "shasum": ""
82
            },
83
            "require": {
84
                "doctrine/lexer": "1.*",
85
                "php": ">=5.3.2"
86
            },
87
            "require-dev": {
88
                "doctrine/cache": "1.*",
89
                "phpunit/phpunit": "4.*"
90
            },
91
            "type": "library",
92
            "extra": {
93
                "branch-alias": {
94
                    "dev-master": "1.3.x-dev"
95
                }
96
            },
97
            "autoload": {
98
                "psr-0": {
99
                    "Doctrine\\Common\\Annotations\\": "lib/"
100
                }
101
            },
102
            "notification-url": "https://packagist.org/downloads/",
103
            "license": [
104
                "MIT"
105
            ],
106
            "authors": [
107
                {
108
                    "name": "Roman Borschel",
109
                    "email": "[email protected]"
110
                },
111
                {
112
                    "name": "Benjamin Eberlei",
113
                    "email": "[email protected]"
114
                },
115
                {
116
                    "name": "Guilherme Blanco",
117
                    "email": "[email protected]"
118
                },
119
                {
120
                    "name": "Jonathan Wage",
121
                    "email": "[email protected]"
122
                },
123
                {
124
                    "name": "Johannes Schmitt",
125
                    "email": "[email protected]"
126
                }
127
            ],
128
            "description": "Docblock Annotations Parser",
129
            "homepage": "http://www.doctrine-project.org",
130
            "keywords": [
131
                "annotations",
132
                "docblock",
133
                "parser"
134
            ],
135
            "time": "2015-08-31 12:32:49"
136
        },
137
        {
138
            "name": "doctrine/cache",
139
            "version": "v1.6.0",
140
            "source": {
141
                "type": "git",
142
                "url": "https://github.com/doctrine/cache.git",
143
                "reference": "f8af318d14bdb0eff0336795b428b547bd39ccb6"
144
            },
145
            "dist": {
146
                "type": "zip",
147
                "url": "https://api.github.com/repos/doctrine/cache/zipball/f8af318d14bdb0eff0336795b428b547bd39ccb6",
148
                "reference": "f8af318d14bdb0eff0336795b428b547bd39ccb6",
149
                "shasum": ""
150
            },
151
            "require": {
152
                "php": "~5.5|~7.0"
153
            },
154
            "conflict": {
155
                "doctrine/common": ">2.2,<2.4"
156
            },
157
            "require-dev": {
158
                "phpunit/phpunit": "~4.8|~5.0",
159
                "predis/predis": "~1.0",
160
                "satooshi/php-coveralls": "~0.6"
161
            },
162
            "type": "library",
163
            "extra": {
164
                "branch-alias": {
165
                    "dev-master": "1.6.x-dev"
166
                }
167
            },
168
            "autoload": {
169
                "psr-4": {
170
                    "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
171
                }
172
            },
173
            "notification-url": "https://packagist.org/downloads/",
174
            "license": [
175
                "MIT"
176
            ],
177
            "authors": [
178
                {
179
                    "name": "Roman Borschel",
180
                    "email": "[email protected]"
181
                },
182
                {
183
                    "name": "Benjamin Eberlei",
184
                    "email": "[email protected]"
185
                },
186
                {
187
                    "name": "Guilherme Blanco",
188
                    "email": "[email protected]"
189
                },
190
                {
191
                    "name": "Jonathan Wage",
192
                    "email": "[email protected]"
193
                },
194
                {
195
                    "name": "Johannes Schmitt",
196
                    "email": "[email protected]"
197
                }
198
            ],
199
            "description": "Caching library offering an object-oriented API for many cache backends",
200
            "homepage": "http://www.doctrine-project.org",
201
            "keywords": [
202
                "cache",
203
                "caching"
204
            ],
205
            "time": "2015-12-31 16:37:02"
206
        },
207
        {
208
            "name": "doctrine/collections",
209
            "version": "v1.3.0",
210
            "source": {
211
                "type": "git",
212
                "url": "https://github.com/doctrine/collections.git",
213
                "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a"
214
            },
215
            "dist": {
216
                "type": "zip",
217
                "url": "https://api.github.com/repos/doctrine/collections/zipball/6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
218
                "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
219
                "shasum": ""
220
            },
221
            "require": {
222
                "php": ">=5.3.2"
223
            },
224
            "require-dev": {
225
                "phpunit/phpunit": "~4.0"
226
            },
227
            "type": "library",
228
            "extra": {
229
                "branch-alias": {
230
                    "dev-master": "1.2.x-dev"
231
                }
232
            },
233
            "autoload": {
234
                "psr-0": {
235
                    "Doctrine\\Common\\Collections\\": "lib/"
236
                }
237
            },
238
            "notification-url": "https://packagist.org/downloads/",
239
            "license": [
240
                "MIT"
241
            ],
242
            "authors": [
243
                {
244
                    "name": "Roman Borschel",
245
                    "email": "[email protected]"
246
                },
247
                {
248
                    "name": "Benjamin Eberlei",
249
                    "email": "[email protected]"
250
                },
251
                {
252
                    "name": "Guilherme Blanco",
253
                    "email": "[email protected]"
254
                },
255
                {
256
                    "name": "Jonathan Wage",
257
                    "email": "[email protected]"
258
                },
259
                {
260
                    "name": "Johannes Schmitt",
261
                    "email": "[email protected]"
262
                }
263
            ],
264
            "description": "Collections Abstraction library",
265
            "homepage": "http://www.doctrine-project.org",
266
            "keywords": [
267
                "array",
268
                "collections",
269
                "iterator"
270
            ],
271
            "time": "2015-04-14 22:21:58"
272
        },
273
        {
274
            "name": "doctrine/common",
275
            "version": "v2.6.1",
276
            "source": {
277
                "type": "git",
278
                "url": "https://github.com/doctrine/common.git",
279
                "reference": "a579557bc689580c19fee4e27487a67fe60defc0"
280
            },
281
            "dist": {
282
                "type": "zip",
283
                "url": "https://api.github.com/repos/doctrine/common/zipball/a579557bc689580c19fee4e27487a67fe60defc0",
284
                "reference": "a579557bc689580c19fee4e27487a67fe60defc0",
285
                "shasum": ""
286
            },
287
            "require": {
288
                "doctrine/annotations": "1.*",
289
                "doctrine/cache": "1.*",
290
                "doctrine/collections": "1.*",
291
                "doctrine/inflector": "1.*",
292
                "doctrine/lexer": "1.*",
293
                "php": "~5.5|~7.0"
294
            },
295
            "require-dev": {
296
                "phpunit/phpunit": "~4.8|~5.0"
297
            },
298
            "type": "library",
299
            "extra": {
300
                "branch-alias": {
301
                    "dev-master": "2.7.x-dev"
302
                }
303
            },
304
            "autoload": {
305
                "psr-4": {
306
                    "Doctrine\\Common\\": "lib/Doctrine/Common"
307
                }
308
            },
309
            "notification-url": "https://packagist.org/downloads/",
310
            "license": [
311
                "MIT"
312
            ],
313
            "authors": [
314
                {
315
                    "name": "Roman Borschel",
316
                    "email": "[email protected]"
317
                },
318
                {
319
                    "name": "Benjamin Eberlei",
320
                    "email": "[email protected]"
321
                },
322
                {
323
                    "name": "Guilherme Blanco",
324
                    "email": "[email protected]"
325
                },
326
                {
327
                    "name": "Jonathan Wage",
328
                    "email": "[email protected]"
329
                },
330
                {
331
                    "name": "Johannes Schmitt",
332
                    "email": "[email protected]"
333
                }
334
            ],
335
            "description": "Common Library for Doctrine projects",
336
            "homepage": "http://www.doctrine-project.org",
337
            "keywords": [
338
                "annotations",
339
                "collections",
340
                "eventmanager",
341
                "persistence",
342
                "spl"
343
            ],
344
            "time": "2015-12-25 13:18:31"
345
        },
346
        {
347
            "name": "doctrine/inflector",
348
            "version": "v1.1.0",
349
            "source": {
350
                "type": "git",
351
                "url": "https://github.com/doctrine/inflector.git",
352
                "reference": "90b2128806bfde671b6952ab8bea493942c1fdae"
353
            },
354
            "dist": {
355
                "type": "zip",
356
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae",
357
                "reference": "90b2128806bfde671b6952ab8bea493942c1fdae",
358
                "shasum": ""
359
            },
360
            "require": {
361
                "php": ">=5.3.2"
362
            },
363
            "require-dev": {
364
                "phpunit/phpunit": "4.*"
365
            },
366
            "type": "library",
367
            "extra": {
368
                "branch-alias": {
369
                    "dev-master": "1.1.x-dev"
370
                }
371
            },
372
            "autoload": {
373
                "psr-0": {
374
                    "Doctrine\\Common\\Inflector\\": "lib/"
375
                }
376
            },
377
            "notification-url": "https://packagist.org/downloads/",
378
            "license": [
379
                "MIT"
380
            ],
381
            "authors": [
382
                {
383
                    "name": "Roman Borschel",
384
                    "email": "[email protected]"
385
                },
386
                {
387
                    "name": "Benjamin Eberlei",
388
                    "email": "[email protected]"
389
                },
390
                {
391
                    "name": "Guilherme Blanco",
392
                    "email": "[email protected]"
393
                },
394
                {
395
                    "name": "Jonathan Wage",
396
                    "email": "[email protected]"
397
                },
398
                {
399
                    "name": "Johannes Schmitt",
400
                    "email": "[email protected]"
401
                }
402
            ],
403
            "description": "Common String Manipulations with regard to casing and singular/plural rules.",
404
            "homepage": "http://www.doctrine-project.org",
405
            "keywords": [
406
                "inflection",
407
                "pluralize",
408
                "singularize",
409
                "string"
410
            ],
411
            "time": "2015-11-06 14:35:42"
412
        },
413
        {
414
            "name": "doctrine/lexer",
415
            "version": "v1.0.1",
416
            "source": {
417
                "type": "git",
418
                "url": "https://github.com/doctrine/lexer.git",
419
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
420
            },
421
            "dist": {
422
                "type": "zip",
423
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
424
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
425
                "shasum": ""
426
            },
427
            "require": {
428
                "php": ">=5.3.2"
429
            },
430
            "type": "library",
431
            "extra": {
432
                "branch-alias": {
433
                    "dev-master": "1.0.x-dev"
434
                }
435
            },
436
            "autoload": {
437
                "psr-0": {
438
                    "Doctrine\\Common\\Lexer\\": "lib/"
439
                }
440
            },
441
            "notification-url": "https://packagist.org/downloads/",
442
            "license": [
443
                "MIT"
444
            ],
445
            "authors": [
446
                {
447
                    "name": "Roman Borschel",
448
                    "email": "[email protected]"
449
                },
450
                {
451
                    "name": "Guilherme Blanco",
452
                    "email": "[email protected]"
453
                },
454
                {
455
                    "name": "Johannes Schmitt",
456
                    "email": "[email protected]"
457
                }
458
            ],
459
            "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
460
            "homepage": "http://www.doctrine-project.org",
461
            "keywords": [
462
                "lexer",
463
                "parser"
464
            ],
465
            "time": "2014-09-09 13:34:57"
466
        },
467
        {
468
            "name": "fortawesome/font-awesome",
469
            "version": "v4.2.0",
470
            "source": {
471
                "type": "git",
472
                "url": "https://github.com/FortAwesome/Font-Awesome.git",
473
                "reference": "a65bd93d81e9e6bd5ebfa41757a4474960b973b4"
474
            },
475
            "dist": {
476
                "type": "zip",
477
                "url": "https://api.github.com/repos/FortAwesome/Font-Awesome/zipball/a65bd93d81e9e6bd5ebfa41757a4474960b973b4",
478
                "reference": "a65bd93d81e9e6bd5ebfa41757a4474960b973b4",
479
                "shasum": ""
480
            },
481
            "require-dev": {
482
                "jekyll": "1.0.2",
483
                "lessc": "1.4.2"
484
            },
485
            "type": "library",
486
            "extra": {
487
                "branch-alias": {
488
                    "dev-master": "4.0.x-dev"
489
                }
490
            },
491
            "notification-url": "https://packagist.org/downloads/",
492
            "license": [
493
                "OFL-1.1",
494
                "MIT"
495
            ],
496
            "authors": [
497
                {
498
                    "name": "Dave Gandy",
499
                    "email": "[email protected]",
500
                    "homepage": "http://twitter.com/davegandy",
501
                    "role": "Developer"
502
                }
503
            ],
504
            "description": "The iconic font and CSS framework",
505
            "homepage": "http://fontawesome.io/",
506
            "keywords": [
507
                "FontAwesome",
508
                "awesome",
509
                "bootstrap",
510
                "font",
511
                "icon"
512
            ],
513
            "time": "2014-08-26 16:36:44"
514
        },
515
        {
516
            "name": "graylog2/gelf-php",
517
            "version": "1.5.0",
518
            "source": {
519
                "type": "git",
520
                "url": "https://github.com/bzikarsky/gelf-php.git",
521
                "reference": "bc1175a5b40f585e69a017647286d84211e82544"
522
            },
523
            "dist": {
524
                "type": "zip",
525
                "url": "https://api.github.com/repos/bzikarsky/gelf-php/zipball/bc1175a5b40f585e69a017647286d84211e82544",
526
                "reference": "bc1175a5b40f585e69a017647286d84211e82544",
527
                "shasum": ""
528
            },
529
            "require": {
530
                "php": ">=5.3.9",
531
                "psr/log": "~1.0"
532
            },
533
            "provide": {
534
                "psr/log-implementation": "~1.0"
535
            },
536
            "require-dev": {
537
                "phpunit/phpunit": "~4.3",
538
                "squizlabs/php_codesniffer": "~2.0"
539
            },
540
            "type": "library",
541
            "extra": {
542
                "branch-alias": {
543
                    "dev-master": "1.4.x-dev"
544
                }
545
            },
546
            "autoload": {
547
                "psr-4": {
548
                    "Gelf\\": "src/Gelf"
549
                }
550
            },
551
            "notification-url": "https://packagist.org/downloads/",
552
            "license": [
553
                "MIT"
554
            ],
555
            "authors": [
556
                {
557
                    "name": "Benjamin Zikarsky",
558
                    "email": "[email protected]"
559
                },
560
                {
561
                    "name": "gelf-php contributors",
562
                    "homepage": "https://github.com/bzikarsky/gelf-php/contributors"
563
                }
564
            ],
565
            "description": "A php implementation to send log-messages to a GELF compatible backend like Graylog2.",
566
            "time": "2016-06-02 06:04:56"
567
        },
568
        {
569
            "name": "guzzlehttp/guzzle",
570
            "version": "6.2.3",
571
            "source": {
572
                "type": "git",
573
                "url": "https://github.com/guzzle/guzzle.git",
574
                "reference": "8d6c6cc55186db87b7dc5009827429ba4e9dc006"
575
            },
576
            "dist": {
577
                "type": "zip",
578
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/8d6c6cc55186db87b7dc5009827429ba4e9dc006",
579
                "reference": "8d6c6cc55186db87b7dc5009827429ba4e9dc006",
580
                "shasum": ""
581
            },
582
            "require": {
583
                "guzzlehttp/promises": "^1.0",
584
                "guzzlehttp/psr7": "^1.4",
585
                "php": ">=5.5"
586
            },
587
            "require-dev": {
588
                "ext-curl": "*",
589
                "phpunit/phpunit": "^4.0",
590
                "psr/log": "^1.0"
591
            },
592
            "type": "library",
593
            "extra": {
594
                "branch-alias": {
595
                    "dev-master": "6.2-dev"
596
                }
597
            },
598
            "autoload": {
599
                "files": [
600
                    "src/functions_include.php"
601
                ],
602
                "psr-4": {
603
                    "GuzzleHttp\\": "src/"
604
                }
605
            },
606
            "notification-url": "https://packagist.org/downloads/",
607
            "license": [
608
                "MIT"
609
            ],
610
            "authors": [
611
                {
612
                    "name": "Michael Dowling",
613
                    "email": "[email protected]",
614
                    "homepage": "https://github.com/mtdowling"
615
                }
616
            ],
617
            "description": "Guzzle is a PHP HTTP client library",
618
            "homepage": "http://guzzlephp.org/",
619
            "keywords": [
620
                "client",
621
                "curl",
622
                "framework",
623
                "http",
624
                "http client",
625
                "rest",
626
                "web service"
627
            ],
628
            "time": "2017-02-28 22:50:30"
629
        },
630
        {
631
            "name": "guzzlehttp/promises",
632
            "version": "v1.3.1",
633
            "source": {
634
                "type": "git",
635
                "url": "https://github.com/guzzle/promises.git",
636
                "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
637
            },
638
            "dist": {
639
                "type": "zip",
640
                "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
641
                "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
642
                "shasum": ""
643
            },
644
            "require": {
645
                "php": ">=5.5.0"
646
            },
647
            "require-dev": {
648
                "phpunit/phpunit": "^4.0"
649
            },
650
            "type": "library",
651
            "extra": {
652
                "branch-alias": {
653
                    "dev-master": "1.4-dev"
654
                }
655
            },
656
            "autoload": {
657
                "psr-4": {
658
                    "GuzzleHttp\\Promise\\": "src/"
659
                },
660
                "files": [
661
                    "src/functions_include.php"
662
                ]
663
            },
664
            "notification-url": "https://packagist.org/downloads/",
665
            "license": [
666
                "MIT"
667
            ],
668
            "authors": [
669
                {
670
                    "name": "Michael Dowling",
671
                    "email": "[email protected]",
672
                    "homepage": "https://github.com/mtdowling"
673
                }
674
            ],
675
            "description": "Guzzle promises library",
676
            "keywords": [
677
                "promise"
678
            ],
679
            "time": "2016-12-20 10:07:11"
680
        },
681
        {
682
            "name": "guzzlehttp/psr7",
683
            "version": "1.4.1",
684
            "source": {
685
                "type": "git",
686
                "url": "https://github.com/guzzle/psr7.git",
687
                "reference": "0d6c7ca039329247e4f0f8f8f6506810e8248855"
688
            },
689
            "dist": {
690
                "type": "zip",
691
                "url": "https://api.github.com/repos/guzzle/psr7/zipball/0d6c7ca039329247e4f0f8f8f6506810e8248855",
692
                "reference": "0d6c7ca039329247e4f0f8f8f6506810e8248855",
693
                "shasum": ""
694
            },
695
            "require": {
696
                "php": ">=5.4.0",
697
                "psr/http-message": "~1.0"
698
            },
699
            "provide": {
700
                "psr/http-message-implementation": "1.0"
701
            },
702
            "require-dev": {
703
                "phpunit/phpunit": "~4.0"
704
            },
705
            "type": "library",
706
            "extra": {
707
                "branch-alias": {
708
                    "dev-master": "1.4-dev"
709
                }
710
            },
711
            "autoload": {
712
                "psr-4": {
713
                    "GuzzleHttp\\Psr7\\": "src/"
714
                },
715
                "files": [
716
                    "src/functions_include.php"
717
                ]
718
            },
719
            "notification-url": "https://packagist.org/downloads/",
720
            "license": [
721
                "MIT"
722
            ],
723
            "authors": [
724
                {
725
                    "name": "Michael Dowling",
726
                    "email": "[email protected]",
727
                    "homepage": "https://github.com/mtdowling"
728
                },
729
                {
730
                    "name": "Tobias Schultze",
731
                    "homepage": "https://github.com/Tobion"
732
                }
733
            ],
734
            "description": "PSR-7 message implementation that also provides common utility methods",
735
            "keywords": [
736
                "http",
737
                "message",
738
                "request",
739
                "response",
740
                "stream",
741
                "uri",
742
                "url"
743
            ],
744
            "time": "2017-02-27 10:51:17"
745
        },
746
        {
747
            "name": "incenteev/composer-parameter-handler",
748
            "version": "v2.1.2",
749
            "source": {
750
                "type": "git",
751
                "url": "https://github.com/Incenteev/ParameterHandler.git",
752
                "reference": "d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc"
753
            },
754
            "dist": {
755
                "type": "zip",
756
                "url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc",
757
                "reference": "d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc",
758
                "shasum": ""
759
            },
760
            "require": {
761
                "php": ">=5.3.3",
762
                "symfony/yaml": "~2.3|~3.0"
763
            },
764
            "require-dev": {
765
                "composer/composer": "1.0.*@dev",
766
                "phpspec/prophecy-phpunit": "~1.0",
767
                "symfony/filesystem": "~2.2"
768
            },
769
            "type": "library",
770
            "extra": {
771
                "branch-alias": {
772
                    "dev-master": "2.1.x-dev"
773
                }
774
            },
775
            "autoload": {
776
                "psr-4": {
777
                    "Incenteev\\ParameterHandler\\": ""
778
                }
779
            },
780
            "notification-url": "https://packagist.org/downloads/",
781
            "license": [
782
                "MIT"
783
            ],
784
            "authors": [
785
                {
786
                    "name": "Christophe Coevoet",
787
                    "email": "[email protected]"
788
                }
789
            ],
790
            "description": "Composer script handling your ignored parameter file",
791
            "homepage": "https://github.com/Incenteev/ParameterHandler",
792
            "keywords": [
793
                "parameters management"
794
            ],
795
            "time": "2015-11-10 17:04:01"
796
        },
797
        {
798
            "name": "jms/aop-bundle",
799
            "version": "1.1.0",
800
            "target-dir": "JMS/AopBundle",
801
            "source": {
802
                "type": "git",
803
                "url": "https://github.com/schmittjoh/JMSAopBundle.git",
804
                "reference": "66287749c020b4c667c0ff4937b07e66c04bbe71"
805
            },
806
            "dist": {
807
                "type": "zip",
808
                "url": "https://api.github.com/repos/schmittjoh/JMSAopBundle/zipball/66287749c020b4c667c0ff4937b07e66c04bbe71",
809
                "reference": "66287749c020b4c667c0ff4937b07e66c04bbe71",
810
                "shasum": ""
811
            },
812
            "require": {
813
                "jms/cg": "^1.1",
814
                "symfony/framework-bundle": "2.*"
815
            },
816
            "type": "symfony-bundle",
817
            "extra": {
818
                "branch-alias": {
819
                    "dev-master": "1.1.x-dev"
820
                }
821
            },
822
            "autoload": {
823
                "psr-0": {
824
                    "JMS\\AopBundle": ""
825
                }
826
            },
827
            "notification-url": "https://packagist.org/downloads/",
828
            "license": [
829
                "Apache-2.0"
830
            ],
831
            "authors": [
832
                {
833
                    "name": "Johannes M. Schmitt",
834
                    "email": "[email protected]"
835
                }
836
            ],
837
            "description": "Adds AOP capabilities to Symfony2",
838
            "keywords": [
839
                "annotations",
840
                "aop"
841
            ],
842
            "time": "2015-09-13 09:02:33"
843
        },
844
        {
845
            "name": "jms/cg",
846
            "version": "1.1.0",
847
            "source": {
848
                "type": "git",
849
                "url": "https://github.com/schmittjoh/cg-library.git",
850
                "reference": "0af1113c7409b8636c5244bbae10b2e0ff792e9c"
851
            },
852
            "dist": {
853
                "type": "zip",
854
                "url": "https://api.github.com/repos/schmittjoh/cg-library/zipball/0af1113c7409b8636c5244bbae10b2e0ff792e9c",
855
                "reference": "0af1113c7409b8636c5244bbae10b2e0ff792e9c",
856
                "shasum": ""
857
            },
858
            "require": {
859
                "php": ">=5.3.0"
860
            },
861
            "type": "library",
862
            "extra": {
863
                "branch-alias": {
864
                    "dev-master": "1.1-dev"
865
                }
866
            },
867
            "autoload": {
868
                "psr-0": {
869
                    "CG\\": "src/"
870
                }
871
            },
872
            "notification-url": "https://packagist.org/downloads/",
873
            "license": [
874
                "Apache2"
875
            ],
876
            "authors": [
877
                {
878
                    "name": "Johannes M. Schmitt",
879
                    "email": "[email protected]"
880
                }
881
            ],
882
            "description": "Toolset for generating PHP code",
883
            "keywords": [
884
                "code generation"
885
            ],
886
            "time": "2015-09-13 08:54:43"
887
        },
888
        {
889
            "name": "jms/di-extra-bundle",
890
            "version": "1.4.0",
891
            "target-dir": "JMS/DiExtraBundle",
892
            "source": {
893
                "type": "git",
894
                "url": "https://github.com/schmittjoh/JMSDiExtraBundle.git",
895
                "reference": "7fffdb6c96fb922a131af06d773e1e6c5301d070"
896
            },
897
            "dist": {
898
                "type": "zip",
899
                "url": "https://api.github.com/repos/schmittjoh/JMSDiExtraBundle/zipball/7fffdb6c96fb922a131af06d773e1e6c5301d070",
900
                "reference": "7fffdb6c96fb922a131af06d773e1e6c5301d070",
901
                "shasum": ""
902
            },
903
            "require": {
904
                "jms/aop-bundle": ">=1.0.0,<1.2-dev",
905
                "jms/metadata": "1.*",
906
                "symfony/finder": "~2.1",
907
                "symfony/framework-bundle": "~2.1",
908
                "symfony/process": "~2.1"
909
            },
910
            "require-dev": {
911
                "doctrine/doctrine-bundle": "*",
912
                "doctrine/orm": "*",
913
                "jms/security-extra-bundle": "1.*",
914
                "phpcollection/phpcollection": ">=0.1,<0.3-dev",
915
                "sensio/framework-extra-bundle": "*",
916
                "symfony/browser-kit": "*",
917
                "symfony/class-loader": "*",
918
                "symfony/form": "*",
919
                "symfony/security-bundle": "*",
920
                "symfony/twig-bundle": "*",
921
                "symfony/validator": "*",
922
                "symfony/yaml": "*"
923
            },
924
            "type": "symfony-bundle",
925
            "extra": {
926
                "branch-alias": {
927
                    "dev-master": "1.3-dev"
928
                }
929
            },
930
            "autoload": {
931
                "psr-0": {
932
                    "JMS\\DiExtraBundle": ""
933
                }
934
            },
935
            "notification-url": "https://packagist.org/downloads/",
936
            "license": [
937
                "Apache"
938
            ],
939
            "authors": [
940
                {
941
                    "name": "Johannes Schmitt",
942
                    "email": "[email protected]",
943
                    "homepage": "https://github.com/schmittjoh",
944
                    "role": "Developer of wrapped JMSSerializerBundle"
945
                }
946
            ],
947
            "description": "Allows to configure dependency injection using annotations",
948
            "homepage": "http://jmsyst.com/bundles/JMSDiExtraBundle",
949
            "keywords": [
950
                "annotations",
951
                "dependency injection"
952
            ],
953
            "time": "2013-06-08 13:13:40"
954
        },
955
        {
956
            "name": "jms/metadata",
957
            "version": "1.5.1",
958
            "source": {
959
                "type": "git",
960
                "url": "https://github.com/schmittjoh/metadata.git",
961
                "reference": "22b72455559a25777cfd28c4ffda81ff7639f353"
962
            },
963
            "dist": {
964
                "type": "zip",
965
                "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/22b72455559a25777cfd28c4ffda81ff7639f353",
966
                "reference": "22b72455559a25777cfd28c4ffda81ff7639f353",
967
                "shasum": ""
968
            },
969
            "require": {
970
                "php": ">=5.3.0"
971
            },
972
            "require-dev": {
973
                "doctrine/cache": "~1.0"
974
            },
975
            "type": "library",
976
            "extra": {
977
                "branch-alias": {
978
                    "dev-master": "1.5.x-dev"
979
                }
980
            },
981
            "autoload": {
982
                "psr-0": {
983
                    "Metadata\\": "src/"
984
                }
985
            },
986
            "notification-url": "https://packagist.org/downloads/",
987
            "license": [
988
                "Apache"
989
            ],
990
            "authors": [
991
                {
992
                    "name": "Johannes Schmitt",
993
                    "email": "[email protected]",
994
                    "homepage": "https://github.com/schmittjoh",
995
                    "role": "Developer of wrapped JMSSerializerBundle"
996
                }
997
            ],
998
            "description": "Class/method/property metadata management in PHP",
999
            "keywords": [
1000
                "annotations",
1001
                "metadata",
1002
                "xml",
1003
                "yaml"
1004
            ],
1005
            "time": "2014-07-12 07:13:19"
1006
        },
1007
        {
1008
            "name": "jms/translation-bundle",
1009
            "version": "1.1.0",
1010
            "target-dir": "JMS/TranslationBundle",
1011
            "source": {
1012
                "type": "git",
1013
                "url": "https://github.com/schmittjoh/JMSTranslationBundle.git",
1014
                "reference": "6f03035a38badaf8c48767c7664c3196df1eebdf"
1015
            },
1016
            "dist": {
1017
                "type": "zip",
1018
                "url": "https://api.github.com/repos/schmittjoh/JMSTranslationBundle/zipball/6f03035a38badaf8c48767c7664c3196df1eebdf",
1019
                "reference": "6f03035a38badaf8c48767c7664c3196df1eebdf",
1020
                "shasum": ""
1021
            },
1022
            "require": {
1023
                "nikic/php-parser": "0.9.1",
1024
                "symfony/console": "*",
1025
                "symfony/framework-bundle": "~2.1"
1026
            },
1027
            "conflict": {
1028
                "twig/twig": "1.10.2"
1029
            },
1030
            "require-dev": {
1031
                "jms/di-extra-bundle": ">=1.1",
1032
                "sensio/framework-extra-bundle": "*",
1033
                "symfony/browser-kit": "*",
1034
                "symfony/class-loader": "*",
1035
                "symfony/css-selector": "*",
1036
                "symfony/finder": "*",
1037
                "symfony/form": "*",
1038
                "symfony/process": "*",
1039
                "symfony/security": "*",
1040
                "symfony/twig-bundle": "*",
1041
                "symfony/validator": "*",
1042
                "symfony/yaml": "*"
1043
            },
1044
            "type": "symfony-bundle",
1045
            "extra": {
1046
                "branch-alias": {
1047
                    "dev-master": "1.1-dev"
1048
                }
1049
            },
1050
            "autoload": {
1051
                "psr-0": {
1052
                    "JMS\\TranslationBundle": ""
1053
                }
1054
            },
1055
            "notification-url": "https://packagist.org/downloads/",
1056
            "license": [
1057
                "Apache2"
1058
            ],
1059
            "authors": [
1060
                {
1061
                    "name": "Johannes Schmitt",
1062
                    "email": "[email protected]",
1063
                    "homepage": "https://github.com/schmittjoh",
1064
                    "role": "Developer of wrapped JMSSerializerBundle"
1065
                }
1066
            ],
1067
            "description": "Puts the Symfony2 Translation Component on steroids",
1068
            "homepage": "http://jmsyst.com/bundles/JMSTranslationBundle",
1069
            "keywords": [
1070
                "extract",
1071
                "extraction",
1072
                "i18n",
1073
                "interface",
1074
                "multilanguage",
1075
                "translation",
1076
                "ui",
1077
                "webinterface"
1078
            ],
1079
            "time": "2013-06-08 14:08:19"
1080
        },
1081
        {
1082
            "name": "kriswallsmith/assetic",
1083
            "version": "v1.3.2",
1084
            "source": {
1085
                "type": "git",
1086
                "url": "https://github.com/kriswallsmith/assetic.git",
1087
                "reference": "9928f7c4ad98b234e3559d1049abd13387f86db5"
1088
            },
1089
            "dist": {
1090
                "type": "zip",
1091
                "url": "https://api.github.com/repos/kriswallsmith/assetic/zipball/9928f7c4ad98b234e3559d1049abd13387f86db5",
1092
                "reference": "9928f7c4ad98b234e3559d1049abd13387f86db5",
1093
                "shasum": ""
1094
            },
1095
            "require": {
1096
                "php": ">=5.3.1",
1097
                "symfony/process": "~2.1|~3.0"
1098
            },
1099
            "conflict": {
1100
                "twig/twig": "<1.23"
1101
            },
1102
            "require-dev": {
1103
                "cssmin/cssmin": "3.0.1",
1104
                "joliclic/javascript-packer": "1.1",
1105
                "kamicane/packager": "1.0",
1106
                "leafo/lessphp": "^0.3.7",
1107
                "leafo/scssphp": "~0.1",
1108
                "mrclay/minify": "~2.2",
1109
                "patchwork/jsqueeze": "~1.0|~2.0",
1110
                "phpunit/phpunit": "~4.8",
1111
                "psr/log": "~1.0",
1112
                "ptachoire/cssembed": "~1.0",
1113
                "symfony/phpunit-bridge": "~2.7|~3.0",
1114
                "twig/twig": "~1.8|~2.0"
1115
            },
1116
            "suggest": {
1117
                "leafo/lessphp": "Assetic provides the integration with the lessphp LESS compiler",
1118
                "leafo/scssphp": "Assetic provides the integration with the scssphp SCSS compiler",
1119
                "leafo/scssphp-compass": "Assetic provides the integration with the SCSS compass plugin",
1120
                "patchwork/jsqueeze": "Assetic provides the integration with the JSqueeze JavaScript compressor",
1121
                "ptachoire/cssembed": "Assetic provides the integration with phpcssembed to embed data uris",
1122
                "twig/twig": "Assetic provides the integration with the Twig templating engine"
1123
            },
1124
            "type": "library",
1125
            "extra": {
1126
                "branch-alias": {
1127
                    "dev-master": "1.4-dev"
1128
                }
1129
            },
1130
            "autoload": {
1131
                "psr-0": {
1132
                    "Assetic": "src/"
1133
                },
1134
                "files": [
1135
                    "src/functions.php"
1136
                ]
1137
            },
1138
            "notification-url": "https://packagist.org/downloads/",
1139
            "license": [
1140
                "MIT"
1141
            ],
1142
            "authors": [
1143
                {
1144
                    "name": "Kris Wallsmith",
1145
                    "email": "[email protected]",
1146
                    "homepage": "http://kriswallsmith.net/"
1147
                }
1148
            ],
1149
            "description": "Asset Management for PHP",
1150
            "homepage": "https://github.com/kriswallsmith/assetic",
1151
            "keywords": [
1152
                "assets",
1153
                "compression",
1154
                "minification"
1155
            ],
1156
            "time": "2015-11-12 13:51:40"
1157
        },
1158
        {
1159
            "name": "monolog/monolog",
1160
            "version": "1.21.0",
1161
            "source": {
1162
                "type": "git",
1163
                "url": "https://github.com/Seldaek/monolog.git",
1164
                "reference": "f42fbdfd53e306bda545845e4dbfd3e72edb4952"
1165
            },
1166
            "dist": {
1167
                "type": "zip",
1168
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/f42fbdfd53e306bda545845e4dbfd3e72edb4952",
1169
                "reference": "f42fbdfd53e306bda545845e4dbfd3e72edb4952",
1170
                "shasum": ""
1171
            },
1172
            "require": {
1173
                "php": ">=5.3.0",
1174
                "psr/log": "~1.0"
1175
            },
1176
            "provide": {
1177
                "psr/log-implementation": "1.0.0"
1178
            },
1179
            "require-dev": {
1180
                "aws/aws-sdk-php": "^2.4.9",
1181
                "doctrine/couchdb": "~1.0@dev",
1182
                "graylog2/gelf-php": "~1.0",
1183
                "jakub-onderka/php-parallel-lint": "0.9",
1184
                "php-amqplib/php-amqplib": "~2.4",
1185
                "php-console/php-console": "^3.1.3",
1186
                "phpunit/phpunit": "~4.5",
1187
                "phpunit/phpunit-mock-objects": "2.3.0",
1188
                "ruflin/elastica": ">=0.90 <3.0",
1189
                "sentry/sentry": "^0.13",
1190
                "swiftmailer/swiftmailer": "~5.3"
1191
            },
1192
            "suggest": {
1193
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
1194
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
1195
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
1196
                "ext-mongo": "Allow sending log messages to a MongoDB server",
1197
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
1198
                "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
1199
                "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
1200
                "php-console/php-console": "Allow sending log messages to Google Chrome",
1201
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
1202
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
1203
                "sentry/sentry": "Allow sending log messages to a Sentry server"
1204
            },
1205
            "type": "library",
1206
            "extra": {
1207
                "branch-alias": {
1208
                    "dev-master": "2.0.x-dev"
1209
                }
1210
            },
1211
            "autoload": {
1212
                "psr-4": {
1213
                    "Monolog\\": "src/Monolog"
1214
                }
1215
            },
1216
            "notification-url": "https://packagist.org/downloads/",
1217
            "license": [
1218
                "MIT"
1219
            ],
1220
            "authors": [
1221
                {
1222
                    "name": "Jordi Boggiano",
1223
                    "email": "[email protected]",
1224
                    "homepage": "http://seld.be"
1225
                }
1226
            ],
1227
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
1228
            "homepage": "http://github.com/Seldaek/monolog",
1229
            "keywords": [
1230
                "log",
1231
                "logging",
1232
                "psr-3"
1233
            ],
1234
            "time": "2016-07-29 03:23:52"
1235
        },
1236
        {
1237
            "name": "moontoast/math",
1238
            "version": "1.1.0",
1239
            "source": {
1240
                "type": "git",
1241
                "url": "https://github.com/ramsey/moontoast-math.git",
1242
                "reference": "fce28a9d1e73e73376cb44e5e581675d15fbe2f3"
1243
            },
1244
            "dist": {
1245
                "type": "zip",
1246
                "url": "https://api.github.com/repos/ramsey/moontoast-math/zipball/fce28a9d1e73e73376cb44e5e581675d15fbe2f3",
1247
                "reference": "fce28a9d1e73e73376cb44e5e581675d15fbe2f3",
1248
                "shasum": ""
1249
            },
1250
            "require": {
1251
                "ext-bcmath": "*",
1252
                "php": ">=5.3.3"
1253
            },
1254
            "type": "library",
1255
            "autoload": {
1256
                "psr-0": {
1257
                    "Moontoast\\Math": "src/"
1258
                }
1259
            },
1260
            "notification-url": "https://packagist.org/downloads/",
1261
            "license": [
1262
                "Apache-2.0"
1263
            ],
1264
            "description": "A mathematics library, providing functionality for large numbers",
1265
            "homepage": "https://github.com/moontoast/math",
1266
            "keywords": [
1267
                "bcmath",
1268
                "math"
1269
            ],
1270
            "time": "2013-01-19 17:42:34"
1271
        },
1272
        {
1273
            "name": "mopa/bootstrap-bundle",
1274
            "version": "dev-master",
1275
            "target-dir": "Mopa/Bundle/BootstrapBundle",
1276
            "source": {
1277
                "type": "git",
1278
                "url": "https://github.com/phiamo/MopaBootstrapBundle.git",
1279
                "reference": "818b0f47ebd352559950e9a64431ff9472e8a9dd"
1280
            },
1281
            "dist": {
1282
                "type": "zip",
1283
                "url": "https://api.github.com/repos/phiamo/MopaBootstrapBundle/zipball/818b0f47ebd352559950e9a64431ff9472e8a9dd",
1284
                "reference": "818b0f47ebd352559950e9a64431ff9472e8a9dd",
1285
                "shasum": ""
1286
            },
1287
            "require": {
1288
                "mopa/composer-bridge": "~1.3",
1289
                "symfony/console": "~2.3|~3.0",
1290
                "symfony/form": "~2.3|~3.0",
1291
                "symfony/framework-bundle": "~2.3|~3.0",
1292
                "symfony/twig-bundle": "~2.3|~3.0",
1293
                "twig/twig": "^1.14.2"
1294
            },
1295
            "conflict": {
1296
                "symfony/twig-bridge": "<2.3"
1297
            },
1298
            "suggest": {
1299
                "craue/formflow-bundle": "~2.0",
1300
                "knplabs/knp-menu-bundle": "~2.0@dev",
1301
                "knplabs/knp-paginator-bundle": "~2.3",
1302
                "mopa/bootstrap-sandbox-bundle": "~2.3",
1303
                "twbs/bootstrap": ">2.0,<4.0-dev",
1304
                "twbs/bootstrap-sass": "v3.1.1"
1305
            },
1306
            "type": "symfony-bundle",
1307
            "extra": {
1308
                "branch-alias": {
1309
                    "dev-master": "3.x-dev"
1310
                }
1311
            },
1312
            "autoload": {
1313
                "psr-0": {
1314
                    "Mopa\\Bundle\\BootstrapBundle\\": ""
1315
                }
1316
            },
1317
            "notification-url": "https://packagist.org/downloads/",
1318
            "license": [
1319
                "MIT"
1320
            ],
1321
            "authors": [
1322
                {
1323
                    "name": "Community contributions",
1324
                    "homepage": "https://github.com/phiamo/MopaBootstrapBundle/contributors"
1325
                },
1326
                {
1327
                    "name": "Philipp A. Mohrenweiser",
1328
                    "email": "[email protected]"
1329
                }
1330
            ],
1331
            "description": "Easy integration of twitters bootstrap into symfony2",
1332
            "keywords": [
1333
                "bootstrap",
1334
                "bootstrap form",
1335
                "extra form",
1336
                "form",
1337
                "template"
1338
            ],
1339
            "time": "2015-04-10 09:34:23"
1340
        },
1341
        {
1342
            "name": "mopa/composer-bridge",
1343
            "version": "v1.5.0",
1344
            "source": {
1345
                "type": "git",
1346
                "url": "https://github.com/phiamo/MopaComposerBridge.git",
1347
                "reference": "58661a5c588ce9c3eff7d36c4030f6caa4de1ae2"
1348
            },
1349
            "dist": {
1350
                "type": "zip",
1351
                "url": "https://api.github.com/repos/phiamo/MopaComposerBridge/zipball/58661a5c588ce9c3eff7d36c4030f6caa4de1ae2",
1352
                "reference": "58661a5c588ce9c3eff7d36c4030f6caa4de1ae2",
1353
                "shasum": ""
1354
            },
1355
            "require": {
1356
                "symfony/class-loader": ">=2.0.0",
1357
                "symfony/console": ">=2.0.0"
1358
            },
1359
            "type": "symfony-bridge",
1360
            "extra": {
1361
                "branch-alias": {
1362
                    "dev-master": "1.3.x-dev"
1363
                }
1364
            },
1365
            "autoload": {
1366
                "psr-0": {
1367
                    "Mopa\\Bridge\\Composer": "src/"
1368
                }
1369
            },
1370
            "notification-url": "https://packagist.org/downloads/",
1371
            "license": [
1372
                "MIT"
1373
            ],
1374
            "authors": [
1375
                {
1376
                    "name": "Community contributions",
1377
                    "homepage": "https://github.com/phiamo/MopaComposerBridge/contributors"
1378
                },
1379
                {
1380
                    "name": "Philipp A. Mohrenweiser",
1381
                    "email": "[email protected]"
1382
                }
1383
            ],
1384
            "description": "Symfony2 Composer Bridge",
1385
            "homepage": "http://bootstrap.mohrenweiserpartner.de",
1386
            "keywords": [
1387
                "Symfony2",
1388
                "composer"
1389
            ],
1390
            "time": "2015-10-01 19:20:19"
1391
        },
1392
        {
1393
            "name": "nelmio/security-bundle",
1394
            "version": "1.10.0",
1395
            "source": {
1396
                "type": "git",
1397
                "url": "https://github.com/nelmio/NelmioSecurityBundle.git",
1398
                "reference": "4be243f1fc85ff85f10aadcf88c8c11ba2096cd9"
1399
            },
1400
            "dist": {
1401
                "type": "zip",
1402
                "url": "https://api.github.com/repos/nelmio/NelmioSecurityBundle/zipball/4be243f1fc85ff85f10aadcf88c8c11ba2096cd9",
1403
                "reference": "4be243f1fc85ff85f10aadcf88c8c11ba2096cd9",
1404
                "shasum": ""
1405
            },
1406
            "require": {
1407
                "symfony/framework-bundle": "~2.3|~3.0",
1408
                "symfony/security": "~2.3|~3.0"
1409
            },
1410
            "require-dev": {
1411
                "phpunit/phpunit": "^5.2"
1412
            },
1413
            "type": "symfony-bundle",
1414
            "extra": {
1415
                "branch-alias": {
1416
                    "dev-master": "1.10.x-dev"
1417
                }
1418
            },
1419
            "autoload": {
1420
                "psr-4": {
1421
                    "Nelmio\\SecurityBundle\\": ""
1422
                }
1423
            },
1424
            "notification-url": "https://packagist.org/downloads/",
1425
            "license": [
1426
                "MIT"
1427
            ],
1428
            "authors": [
1429
                {
1430
                    "name": "Nelmio",
1431
                    "homepage": "http://nelm.io"
1432
                },
1433
                {
1434
                    "name": "Symfony Community",
1435
                    "homepage": "https://github.com/nelmio/NelmioSecurityBundle/contributors"
1436
                }
1437
            ],
1438
            "description": "Extra security-related features for Symfony: signed/encrypted cookies, HTTPS/SSL/HSTS handling, cookie session storage, ...",
1439
            "keywords": [
1440
                "security"
1441
            ],
1442
            "time": "2016-02-23 10:42:13"
1443
        },
1444
        {
1445
            "name": "nikic/php-parser",
1446
            "version": "v0.9.1",
1447
            "source": {
1448
                "type": "git",
1449
                "url": "https://github.com/nikic/PHP-Parser.git",
1450
                "reference": "b1cc9ce676b4350b23d0fafc8244d08eee2fe287"
1451
            },
1452
            "dist": {
1453
                "type": "zip",
1454
                "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/b1cc9ce676b4350b23d0fafc8244d08eee2fe287",
1455
                "reference": "b1cc9ce676b4350b23d0fafc8244d08eee2fe287",
1456
                "shasum": ""
1457
            },
1458
            "require": {
1459
                "php": ">=5.2"
1460
            },
1461
            "type": "library",
1462
            "autoload": {
1463
                "psr-0": {
1464
                    "PHPParser": "lib/"
1465
                }
1466
            },
1467
            "notification-url": "https://packagist.org/downloads/",
1468
            "license": [
1469
                "BSD"
1470
            ],
1471
            "authors": [
1472
                {
1473
                    "name": "Nikita Popov"
1474
                }
1475
            ],
1476
            "description": "A PHP parser written in PHP",
1477
            "keywords": [
1478
                "parser",
1479
                "php"
1480
            ],
1481
            "time": "2012-04-23 22:52:11"
1482
        },
1483
        {
1484
            "name": "paragonie/random_compat",
1485
            "version": "v1.4.1",
1486
            "source": {
1487
                "type": "git",
1488
                "url": "https://github.com/paragonie/random_compat.git",
1489
                "reference": "c7e26a21ba357863de030f0b9e701c7d04593774"
1490
            },
1491
            "dist": {
1492
                "type": "zip",
1493
                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/c7e26a21ba357863de030f0b9e701c7d04593774",
1494
                "reference": "c7e26a21ba357863de030f0b9e701c7d04593774",
1495
                "shasum": ""
1496
            },
1497
            "require": {
1498
                "php": ">=5.2.0"
1499
            },
1500
            "require-dev": {
1501
                "phpunit/phpunit": "4.*|5.*"
1502
            },
1503
            "suggest": {
1504
                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
1505
            },
1506
            "type": "library",
1507
            "autoload": {
1508
                "files": [
1509
                    "lib/random.php"
1510
                ]
1511
            },
1512
            "notification-url": "https://packagist.org/downloads/",
1513
            "license": [
1514
                "MIT"
1515
            ],
1516
            "authors": [
1517
                {
1518
                    "name": "Paragon Initiative Enterprises",
1519
                    "email": "[email protected]",
1520
                    "homepage": "https://paragonie.com"
1521
                }
1522
            ],
1523
            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
1524
            "keywords": [
1525
                "csprng",
1526
                "pseudorandom",
1527
                "random"
1528
            ],
1529
            "time": "2016-03-18 20:34:03"
1530
        },
1531
        {
1532
            "name": "psr/http-message",
1533
            "version": "1.0.1",
1534
            "source": {
1535
                "type": "git",
1536
                "url": "https://github.com/php-fig/http-message.git",
1537
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
1538
            },
1539
            "dist": {
1540
                "type": "zip",
1541
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
1542
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
1543
                "shasum": ""
1544
            },
1545
            "require": {
1546
                "php": ">=5.3.0"
1547
            },
1548
            "type": "library",
1549
            "extra": {
1550
                "branch-alias": {
1551
                    "dev-master": "1.0.x-dev"
1552
                }
1553
            },
1554
            "autoload": {
1555
                "psr-4": {
1556
                    "Psr\\Http\\Message\\": "src/"
1557
                }
1558
            },
1559
            "notification-url": "https://packagist.org/downloads/",
1560
            "license": [
1561
                "MIT"
1562
            ],
1563
            "authors": [
1564
                {
1565
                    "name": "PHP-FIG",
1566
                    "homepage": "http://www.php-fig.org/"
1567
                }
1568
            ],
1569
            "description": "Common interface for HTTP messages",
1570
            "homepage": "https://github.com/php-fig/http-message",
1571
            "keywords": [
1572
                "http",
1573
                "http-message",
1574
                "psr",
1575
                "psr-7",
1576
                "request",
1577
                "response"
1578
            ],
1579
            "time": "2016-08-06 14:39:51"
1580
        },
1581
        {
1582
            "name": "psr/log",
1583
            "version": "1.0.2",
1584
            "source": {
1585
                "type": "git",
1586
                "url": "https://github.com/php-fig/log.git",
1587
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
1588
            },
1589
            "dist": {
1590
                "type": "zip",
1591
                "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
1592
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
1593
                "shasum": ""
1594
            },
1595
            "require": {
1596
                "php": ">=5.3.0"
1597
            },
1598
            "type": "library",
1599
            "extra": {
1600
                "branch-alias": {
1601
                    "dev-master": "1.0.x-dev"
1602
                }
1603
            },
1604
            "autoload": {
1605
                "psr-4": {
1606
                    "Psr\\Log\\": "Psr/Log/"
1607
                }
1608
            },
1609
            "notification-url": "https://packagist.org/downloads/",
1610
            "license": [
1611
                "MIT"
1612
            ],
1613
            "authors": [
1614
                {
1615
                    "name": "PHP-FIG",
1616
                    "homepage": "http://www.php-fig.org/"
1617
                }
1618
            ],
1619
            "description": "Common interface for logging libraries",
1620
            "homepage": "https://github.com/php-fig/log",
1621
            "keywords": [
1622
                "log",
1623
                "psr",
1624
                "psr-3"
1625
            ],
1626
            "time": "2016-10-10 12:19:37"
1627
        },
1628
        {
1629
            "name": "ramsey/uuid",
1630
            "version": "3.5.0",
1631
            "source": {
1632
                "type": "git",
1633
                "url": "https://github.com/ramsey/uuid.git",
1634
                "reference": "a6d15c8618ea3951fd54d34e326b68d3d0bc0786"
1635
            },
1636
            "dist": {
1637
                "type": "zip",
1638
                "url": "https://api.github.com/repos/ramsey/uuid/zipball/a6d15c8618ea3951fd54d34e326b68d3d0bc0786",
1639
                "reference": "a6d15c8618ea3951fd54d34e326b68d3d0bc0786",
1640
                "shasum": ""
1641
            },
1642
            "require": {
1643
                "paragonie/random_compat": "^1.0|^2.0",
1644
                "php": ">=5.4"
1645
            },
1646
            "replace": {
1647
                "rhumsaa/uuid": "self.version"
1648
            },
1649
            "require-dev": {
1650
                "apigen/apigen": "^4.1",
1651
                "codeception/aspect-mock": "1.0.0",
1652
                "goaop/framework": "1.0.0-alpha.2",
1653
                "ircmaxell/random-lib": "^1.1",
1654
                "jakub-onderka/php-parallel-lint": "^0.9.0",
1655
                "mockery/mockery": "^0.9.4",
1656
                "moontoast/math": "^1.1",
1657
                "phpunit/phpunit": "^4.7|>=5.0 <5.4",
1658
                "satooshi/php-coveralls": "^0.6.1",
1659
                "squizlabs/php_codesniffer": "^2.3"
1660
            },
1661
            "suggest": {
1662
                "ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator",
1663
                "ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator",
1664
                "ircmaxell/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
1665
                "moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).",
1666
                "ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid",
1667
                "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
1668
            },
1669
            "type": "library",
1670
            "extra": {
1671
                "branch-alias": {
1672
                    "dev-master": "3.x-dev"
1673
                }
1674
            },
1675
            "autoload": {
1676
                "psr-4": {
1677
                    "Ramsey\\Uuid\\": "src/"
1678
                }
1679
            },
1680
            "notification-url": "https://packagist.org/downloads/",
1681
            "license": [
1682
                "MIT"
1683
            ],
1684
            "authors": [
1685
                {
1686
                    "name": "Marijn Huizendveld",
1687
                    "email": "[email protected]"
1688
                },
1689
                {
1690
                    "name": "Thibaud Fabre",
1691
                    "email": "[email protected]"
1692
                },
1693
                {
1694
                    "name": "Ben Ramsey",
1695
                    "email": "[email protected]",
1696
                    "homepage": "https://benramsey.com"
1697
                }
1698
            ],
1699
            "description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).",
1700
            "homepage": "https://github.com/ramsey/uuid",
1701
            "keywords": [
1702
                "guid",
1703
                "identifier",
1704
                "uuid"
1705
            ],
1706
            "time": "2016-08-02 18:39:32"
1707
        },
1708
        {
1709
            "name": "robrichards/xmlseclibs",
1710
            "version": "1.4.2",
1711
            "source": {
1712
                "type": "git",
1713
                "url": "https://github.com/robrichards/xmlseclibs.git",
1714
                "reference": "79fb5e03c4ee4dc3ec77e4b2628231374364a017"
1715
            },
1716
            "dist": {
1717
                "type": "zip",
1718
                "url": "https://api.github.com/repos/robrichards/xmlseclibs/zipball/79fb5e03c4ee4dc3ec77e4b2628231374364a017",
1719
                "reference": "79fb5e03c4ee4dc3ec77e4b2628231374364a017",
1720
                "shasum": ""
1721
            },
1722
            "require": {
1723
                "php": ">= 5.2"
1724
            },
1725
            "suggest": {
1726
                "ext/mcrypt": "MCrypt extension",
1727
                "ext/openssl": "OpenSSL extension"
1728
            },
1729
            "type": "library",
1730
            "autoload": {
1731
                "classmap": [
1732
                    "src/"
1733
                ]
1734
            },
1735
            "notification-url": "https://packagist.org/downloads/",
1736
            "license": [
1737
                "BSD-3-Clause"
1738
            ],
1739
            "description": "A PHP library for XML Security",
1740
            "homepage": "https://github.com/robrichards/xmlseclibs",
1741
            "keywords": [
1742
                "security",
1743
                "signature",
1744
                "xml",
1745
                "xmldsig"
1746
            ],
1747
            "time": "2016-09-08 13:31:44"
1748
        },
1749
        {
1750
            "name": "sensio/distribution-bundle",
1751
            "version": "v3.0.30",
1752
            "target-dir": "Sensio/Bundle/DistributionBundle",
1753
            "source": {
1754
                "type": "git",
1755
                "url": "https://github.com/sensiolabs/SensioDistributionBundle.git",
1756
                "reference": "f1758b30096202aeede61f79a1dffd69da091517"
1757
            },
1758
            "dist": {
1759
                "type": "zip",
1760
                "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/f1758b30096202aeede61f79a1dffd69da091517",
1761
                "reference": "f1758b30096202aeede61f79a1dffd69da091517",
1762
                "shasum": ""
1763
            },
1764
            "require": {
1765
                "php": ">=5.3.3",
1766
                "sensiolabs/security-checker": "~2.0",
1767
                "symfony/class-loader": "~2.2",
1768
                "symfony/framework-bundle": "~2.3",
1769
                "symfony/process": "~2.2"
1770
            },
1771
            "require-dev": {
1772
                "symfony/form": "~2.2",
1773
                "symfony/validator": "~2.2",
1774
                "symfony/yaml": "~2.2"
1775
            },
1776
            "suggest": {
1777
                "symfony/form": "If you want to use the configurator",
1778
                "symfony/validator": "If you want to use the configurator",
1779
                "symfony/yaml": "If you want to use  the configurator"
1780
            },
1781
            "type": "symfony-bundle",
1782
            "extra": {
1783
                "branch-alias": {
1784
                    "dev-master": "3.0.x-dev"
1785
                }
1786
            },
1787
            "autoload": {
1788
                "psr-0": {
1789
                    "Sensio\\Bundle\\DistributionBundle": ""
1790
                }
1791
            },
1792
            "notification-url": "https://packagist.org/downloads/",
1793
            "license": [
1794
                "MIT"
1795
            ],
1796
            "authors": [
1797
                {
1798
                    "name": "Fabien Potencier",
1799
                    "email": "[email protected]"
1800
                }
1801
            ],
1802
            "description": "Base bundle for Symfony Distributions",
1803
            "keywords": [
1804
                "configuration",
1805
                "distribution"
1806
            ],
1807
            "time": "2015-06-05 22:32:22"
1808
        },
1809
        {
1810
            "name": "sensio/framework-extra-bundle",
1811
            "version": "v3.0.16",
1812
            "source": {
1813
                "type": "git",
1814
                "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
1815
                "reference": "507a15f56fa7699f6cc8c2c7de4080b19ce22546"
1816
            },
1817
            "dist": {
1818
                "type": "zip",
1819
                "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/507a15f56fa7699f6cc8c2c7de4080b19ce22546",
1820
                "reference": "507a15f56fa7699f6cc8c2c7de4080b19ce22546",
1821
                "shasum": ""
1822
            },
1823
            "require": {
1824
                "doctrine/common": "~2.2",
1825
                "symfony/dependency-injection": "~2.3|~3.0",
1826
                "symfony/framework-bundle": "~2.3|~3.0"
1827
            },
1828
            "require-dev": {
1829
                "symfony/browser-kit": "~2.3|~3.0",
1830
                "symfony/dom-crawler": "~2.3|~3.0",
1831
                "symfony/expression-language": "~2.4|~3.0",
1832
                "symfony/finder": "~2.3|~3.0",
1833
                "symfony/phpunit-bridge": "~2.7|~3.0",
1834
                "symfony/security-bundle": "~2.4|~3.0",
1835
                "symfony/twig-bundle": "~2.3|~3.0",
1836
                "twig/twig": "~1.11|~2.0"
1837
            },
1838
            "suggest": {
1839
                "symfony/expression-language": "",
1840
                "symfony/psr-http-message-bridge": "To use the PSR-7 converters",
1841
                "symfony/security-bundle": ""
1842
            },
1843
            "type": "symfony-bundle",
1844
            "extra": {
1845
                "branch-alias": {
1846
                    "dev-master": "3.0.x-dev"
1847
                }
1848
            },
1849
            "autoload": {
1850
                "psr-4": {
1851
                    "Sensio\\Bundle\\FrameworkExtraBundle\\": ""
1852
                }
1853
            },
1854
            "notification-url": "https://packagist.org/downloads/",
1855
            "license": [
1856
                "MIT"
1857
            ],
1858
            "authors": [
1859
                {
1860
                    "name": "Fabien Potencier",
1861
                    "email": "[email protected]"
1862
                }
1863
            ],
1864
            "description": "This bundle provides a way to configure your controllers with annotations",
1865
            "keywords": [
1866
                "annotations",
1867
                "controllers"
1868
            ],
1869
            "time": "2016-03-25 17:08:27"
1870
        },
1871
        {
1872
            "name": "sensiolabs/security-checker",
1873
            "version": "v2.0.5",
1874
            "source": {
1875
                "type": "git",
1876
                "url": "https://github.com/sensiolabs/security-checker.git",
1877
                "reference": "2c2a71f1c77d9765c12638c4724d9ca23658a810"
1878
            },
1879
            "dist": {
1880
                "type": "zip",
1881
                "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/2c2a71f1c77d9765c12638c4724d9ca23658a810",
1882
                "reference": "2c2a71f1c77d9765c12638c4724d9ca23658a810",
1883
                "shasum": ""
1884
            },
1885
            "require": {
1886
                "ext-curl": "*",
1887
                "symfony/console": "~2.0"
1888
            },
1889
            "bin": [
1890
                "security-checker"
1891
            ],
1892
            "type": "library",
1893
            "extra": {
1894
                "branch-alias": {
1895
                    "dev-master": "2.0-dev"
1896
                }
1897
            },
1898
            "autoload": {
1899
                "psr-0": {
1900
                    "SensioLabs\\Security": ""
1901
                }
1902
            },
1903
            "notification-url": "https://packagist.org/downloads/",
1904
            "license": [
1905
                "MIT"
1906
            ],
1907
            "authors": [
1908
                {
1909
                    "name": "Fabien Potencier",
1910
                    "email": "[email protected]"
1911
                }
1912
            ],
1913
            "description": "A security checker for your composer.lock",
1914
            "time": "2015-05-28 14:22:40"
1915
        },
1916
        {
1917
            "name": "simplesamlphp/saml2",
1918
            "version": "v1.10.3",
1919
            "source": {
1920
                "type": "git",
1921
                "url": "https://github.com/simplesamlphp/saml2.git",
1922
                "reference": "3f268c25ca5e9748652834faad04525746227ef7"
1923
            },
1924
            "dist": {
1925
                "type": "zip",
1926
                "url": "https://api.github.com/repos/simplesamlphp/saml2/zipball/3f268c25ca5e9748652834faad04525746227ef7",
1927
                "reference": "3f268c25ca5e9748652834faad04525746227ef7",
1928
                "shasum": ""
1929
            },
1930
            "require": {
1931
                "ext-dom": "*",
1932
                "ext-openssl": "*",
1933
                "php": ">=5.3.3",
1934
                "psr/log": "~1.0",
1935
                "robrichards/xmlseclibs": "^1.3"
1936
            },
1937
            "require-dev": {
1938
                "mockery/mockery": "~0.9",
1939
                "phpmd/phpmd": "~1.5",
1940
                "phpunit/phpunit": "~3.7",
1941
                "satooshi/php-coveralls": "~0.6.1",
1942
                "sebastian/phpcpd": "~1.4",
1943
                "sensiolabs/security-checker": "~1.1",
1944
                "squizlabs/php_codesniffer": "~1.4"
1945
            },
1946
            "type": "library",
1947
            "autoload": {
1948
                "psr-0": {
1949
                    "SAML2_": "src/"
1950
                }
1951
            },
1952
            "notification-url": "https://packagist.org/downloads/",
1953
            "license": [
1954
                "LGPL-2.1"
1955
            ],
1956
            "authors": [
1957
                {
1958
                    "name": "Andreas Åkre Solberg",
1959
                    "email": "[email protected]"
1960
                }
1961
            ],
1962
            "description": "SAML2 PHP library from SimpleSAMLphp",
1963
            "time": "2016-12-02 12:15:53"
1964
        },
1965
        {
1966
            "name": "surfnet/stepup-bundle",
1967
            "version": "1.7.0",
1968
            "source": {
1969
                "type": "git",
1970
                "url": "https://github.com/OpenConext/Stepup-bundle.git",
1971
                "reference": "084b1e11781ca3f526e32a486f75a7e6a953e5fc"
1972
            },
1973
            "dist": {
1974
                "type": "zip",
1975
                "url": "https://api.github.com/repos/OpenConext/Stepup-bundle/zipball/084b1e11781ca3f526e32a486f75a7e6a953e5fc",
1976
                "reference": "084b1e11781ca3f526e32a486f75a7e6a953e5fc",
1977
                "shasum": ""
1978
            },
1979
            "require": {
1980
                "ext-gmp": "*",
1981
                "ext-openssl": "*",
1982
                "graylog2/gelf-php": "^1.5",
1983
                "guzzlehttp/guzzle": "^6.0",
1984
                "monolog/monolog": "~1.11",
1985
                "php": "^5.6|^7.0",
1986
                "sensio/framework-extra-bundle": "~3",
1987
                "symfony/config": "^2.7",
1988
                "symfony/dependency-injection": "^2.7",
1989
                "symfony/form": "^2.7",
1990
                "symfony/framework-bundle": "^2.7",
1991
                "symfony/http-kernel": "^2.7",
1992
                "symfony/twig-bridge": "^2.7",
1993
                "symfony/validator": "^2.7"
1994
            },
1995
            "require-dev": {
1996
                "liip/rmt": "1.1.*",
1997
                "mockery/mockery": "0.9.*",
1998
                "phpmd/phpmd": "^2.0",
1999
                "phpunit/phpunit": "^4.0",
2000
                "sebastian/phpcpd": "^2.0",
2001
                "sensiolabs/security-checker": "^2.0",
2002
                "squizlabs/php_codesniffer": "^1.0"
2003
            },
2004
            "type": "library",
2005
            "autoload": {
2006
                "psr-4": {
2007
                    "Surfnet\\StepupBundle\\": "src"
2008
                }
2009
            },
2010
            "notification-url": "https://packagist.org/downloads/",
2011
            "license": [
2012
                "Apache-2.0"
2013
            ],
2014
            "description": "A Symfony2 bundle that holds shared code and framework integration for all Step-up applications.",
2015
            "keywords": [
2016
                "stepup",
2017
                "suaas",
2018
                "surfnet"
2019
            ],
2020
            "time": "2017-03-07 13:44:04"
2021
        },
2022
        {
2023
            "name": "surfnet/stepup-middleware-client-bundle",
2024
            "version": "2.0.0",
2025
            "source": {
2026
                "type": "git",
2027
                "url": "https://github.com/OpenConext/Stepup-Middleware-clientbundle.git",
2028
                "reference": "2cd5c2532cb99c370cfc7aea992450a83d14a9c9"
2029
            },
2030
            "dist": {
2031
                "type": "zip",
2032
                "url": "https://api.github.com/repos/OpenConext/Stepup-Middleware-clientbundle/zipball/2cd5c2532cb99c370cfc7aea992450a83d14a9c9",
2033
                "reference": "2cd5c2532cb99c370cfc7aea992450a83d14a9c9",
2034
                "shasum": ""
2035
            },
2036
            "require": {
2037
                "beberlei/assert": "~2.0",
2038
                "guzzlehttp/guzzle": "^6.0",
2039
                "moontoast/math": "~1.1",
2040
                "php": "^5.6|^7.0",
2041
                "psr/log": "~1.0",
2042
                "ramsey/uuid": "^3.4",
2043
                "symfony/config": "^2.7",
2044
                "symfony/dependency-injection": "^2.7",
2045
                "symfony/http-kernel": "^2.7",
2046
                "symfony/validator": "^2.7"
2047
            },
2048
            "conflict": {
2049
                "surfnet/stepup-middleware-client": "*"
2050
            },
2051
            "require-dev": {
2052
                "liip/rmt": "1.1.*",
2053
                "matthiasnoback/symfony-config-test": "0.*",
2054
                "mockery/mockery": "0.9.*",
2055
                "phpmd/phpmd": "^2.0",
2056
                "phpunit/phpunit": "^4.0",
2057
                "sebastian/phpcpd": "^2.0",
2058
                "sensiolabs/security-checker": "^2.0",
2059
                "squizlabs/php_codesniffer": "^1.0"
2060
            },
2061
            "type": "library",
2062
            "autoload": {
2063
                "psr-4": {
2064
                    "Surfnet\\StepupMiddlewareClientBundle\\": "src/Surfnet/StepupMiddlewareClientBundle/",
2065
                    "Surfnet\\StepupMiddlewareClient\\": "src/Surfnet/StepupMiddlewareClient/"
2066
                }
2067
            },
2068
            "notification-url": "https://packagist.org/downloads/",
2069
            "license": [
2070
                "Apache-2.0"
2071
            ],
2072
            "description": "Symfony2 bundle for consuming the Step-up Middleware API.",
2073
            "time": "2017-03-07 14:10:57"
2074
        },
2075
        {
2076
            "name": "surfnet/stepup-saml-bundle",
2077
            "version": "2.5.0",
2078
            "source": {
2079
                "type": "git",
2080
                "url": "https://github.com/OpenConext/Stepup-saml-bundle.git",
2081
                "reference": "3ee050d16f76bf63b48fa01af3e75e1b42668d72"
2082
            },
2083
            "dist": {
2084
                "type": "zip",
2085
                "url": "https://api.github.com/repos/OpenConext/Stepup-saml-bundle/zipball/3ee050d16f76bf63b48fa01af3e75e1b42668d72",
2086
                "reference": "3ee050d16f76bf63b48fa01af3e75e1b42668d72",
2087
                "shasum": ""
2088
            },
2089
            "require": {
2090
                "ext-openssl": "*",
2091
                "php": ">=5.4,<8.0-dev",
2092
                "robrichards/xmlseclibs": "^1.4.0",
2093
                "simplesamlphp/saml2": "^1.8",
2094
                "symfony/dependency-injection": "^2.7",
2095
                "symfony/framework-bundle": "^2.7"
2096
            },
2097
            "require-dev": {
2098
                "ibuildings/qa-tools": "~1.1",
2099
                "liip/rmt": "~1.1",
2100
                "mockery/mockery": "~0.9",
2101
                "psr/log": "~1.0"
2102
            },
2103
            "type": "symfony-bundle",
2104
            "autoload": {
2105
                "psr-4": {
2106
                    "Surfnet\\SamlBundle\\": "src"
2107
                }
2108
            },
2109
            "notification-url": "https://packagist.org/downloads/",
2110
            "license": [
2111
                "Apache-2.0"
2112
            ],
2113
            "description": "A Symfony2 bundle that integrates the simplesamlphp\\saml2 library with Symfony",
2114
            "keywords": [
2115
                "SAML2",
2116
                "saml",
2117
                "simplesamlphp",
2118
                "stepup",
2119
                "surfnet"
2120
            ],
2121
            "time": "2016-07-01 09:33:44"
2122
        },
2123
        {
2124
            "name": "surfnet/stepup-u2f-bundle",
2125
            "version": "dev-develop",
2126
            "source": {
2127
                "type": "git",
2128
                "url": "https://github.com/OpenConext/Stepup-u2f-bundle.git",
2129
                "reference": "b28737d7b8df5ecbdf7a1e952ecfb530a2951c05"
2130
            },
2131
            "dist": {
2132
                "type": "zip",
2133
                "url": "https://api.github.com/repos/OpenConext/Stepup-u2f-bundle/zipball/b28737d7b8df5ecbdf7a1e952ecfb530a2951c05",
2134
                "reference": "b28737d7b8df5ecbdf7a1e952ecfb530a2951c05",
2135
                "shasum": ""
2136
            },
2137
            "require": {
2138
                "php": ">=5.4|^7",
2139
                "symfony/config": "^2.7",
2140
                "symfony/dependency-injection": "^2.7",
2141
                "symfony/form": "^2.7",
2142
                "symfony/http-kernel": "^2.7",
2143
                "symfony/validator": "^2.7",
2144
                "yubico/u2flib-server": "^0.1.0"
2145
            },
2146
            "require-dev": {
2147
                "ibuildings/qa-tools": "~1.1,>=1.1.27",
2148
                "liip/rmt": "1.1.*",
2149
                "matthiasnoback/symfony-config-test": "^1.2",
2150
                "mockery/mockery": "~0.9"
2151
            },
2152
            "type": "library",
2153
            "autoload": {
2154
                "psr-4": {
2155
                    "Surfnet\\StepupU2fBundle\\": "src"
2156
                }
2157
            },
2158
            "notification-url": "https://packagist.org/downloads/",
2159
            "license": [
2160
                "Apache-2.0"
2161
            ],
2162
            "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",
2163
            "time": "2015-09-17 15:02:04"
2164
        },
2165
        {
2166
            "name": "swiftmailer/swiftmailer",
0 ignored issues
show
There is a security advisory for your installed version of swiftmailer/swiftmailer:

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