Completed
Push — test-gssp-jodi ( 9dfb3c )
by Joost van
02:47
created

composer.lock (1 issue)

Severity

Upgrade to new PHP Analysis Engine

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

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