Completed
Push — feature/upgrade-to-guzzle-6 ( 5dfdbd )
by A.
09:42
created

composer.lock (1 issue)

Severity

Upgrade to new PHP Analysis Engine

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

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

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