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