Completed
Push — feature/gssp-add-through-confi... ( f4cf28...304b1c )
by
unknown
03:06
created

composer.lock (1 issue)

Severity

Upgrade to new PHP Analysis Engine

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

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