Completed
Pull Request — master (#24)
by
unknown
02:12
created

composer.lock (1 issue)

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": "dbb4179684f26d889a10f3c8a7566a4b",
8
    "packages": [
9
        {
10
            "name": "bower-asset/bootstrap",
11
            "version": "v3.3.7",
12
            "source": {
13
                "type": "git",
14
                "url": "https://github.com/twbs/bootstrap.git",
15
                "reference": "0b9c4a4007c44201dce9a6cc1a38407005c26c86"
16
            },
17
            "dist": {
18
                "type": "zip",
19
                "url": "https://api.github.com/repos/twbs/bootstrap/zipball/0b9c4a4007c44201dce9a6cc1a38407005c26c86",
20
                "reference": "0b9c4a4007c44201dce9a6cc1a38407005c26c86",
21
                "shasum": ""
22
            },
23
            "require": {
24
                "bower-asset/jquery": ">=1.9.1,<4.0"
25
            },
26
            "type": "bower-asset-library",
27
            "extra": {
28
                "bower-asset-main": [
29
                    "less/bootstrap.less",
30
                    "dist/js/bootstrap.js"
31
                ],
32
                "bower-asset-ignore": [
33
                    "/.*",
34
                    "_config.yml",
35
                    "CNAME",
36
                    "composer.json",
37
                    "CONTRIBUTING.md",
38
                    "docs",
39
                    "js/tests",
40
                    "test-infra"
41
                ]
42
            },
43
            "license": [
44
                "MIT"
45
            ],
46
            "description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
47
            "keywords": [
48
                "css",
49
                "framework",
50
                "front-end",
51
                "js",
52
                "less",
53
                "mobile-first",
54
                "responsive",
55
                "web"
56
            ]
57
        },
58
        {
59
            "name": "bower-asset/jquery",
60
            "version": "2.2.4",
61
            "source": {
62
                "type": "git",
63
                "url": "https://github.com/jquery/jquery-dist.git",
64
                "reference": "c0185ab7c75aab88762c5aae780b9d83b80eda72"
65
            },
66
            "dist": {
67
                "type": "zip",
68
                "url": "https://api.github.com/repos/jquery/jquery-dist/zipball/c0185ab7c75aab88762c5aae780b9d83b80eda72",
69
                "reference": "c0185ab7c75aab88762c5aae780b9d83b80eda72",
70
                "shasum": ""
71
            },
72
            "type": "bower-asset-library",
73
            "extra": {
74
                "bower-asset-main": "dist/jquery.js",
75
                "bower-asset-ignore": [
76
                    "package.json"
77
                ]
78
            },
79
            "license": [
80
                "MIT"
81
            ],
82
            "keywords": [
83
                "browser",
84
                "javascript",
85
                "jquery",
86
                "library"
87
            ]
88
        },
89
        {
90
            "name": "bower-asset/jquery.inputmask",
91
            "version": "3.3.7",
92
            "source": {
93
                "type": "git",
94
                "url": "https://github.com/RobinHerbots/jquery.inputmask.git",
95
                "reference": "9835731cb78cac749734d94a1cb5bd70da4d3b10"
96
            },
97
            "dist": {
98
                "type": "zip",
99
                "url": "https://api.github.com/repos/RobinHerbots/jquery.inputmask/zipball/9835731cb78cac749734d94a1cb5bd70da4d3b10",
100
                "reference": "9835731cb78cac749734d94a1cb5bd70da4d3b10",
101
                "shasum": ""
102
            },
103
            "require": {
104
                "bower-asset/jquery": ">=1.7"
105
            },
106
            "type": "bower-asset-library",
107
            "extra": {
108
                "bower-asset-main": [
109
                    "./dist/inputmask/inputmask.js",
110
                    "./dist/inputmask/inputmask.extensions.js",
111
                    "./dist/inputmask/inputmask.date.extensions.js",
112
                    "./dist/inputmask/inputmask.numeric.extensions.js",
113
                    "./dist/inputmask/inputmask.phone.extensions.js",
114
                    "./dist/inputmask/jquery.inputmask.js",
115
                    "./dist/inputmask/global/document.js",
116
                    "./dist/inputmask/global/window.js",
117
                    "./dist/inputmask/phone-codes/phone.js",
118
                    "./dist/inputmask/phone-codes/phone-be.js",
119
                    "./dist/inputmask/phone-codes/phone-nl.js",
120
                    "./dist/inputmask/phone-codes/phone-ru.js",
121
                    "./dist/inputmask/phone-codes/phone-uk.js",
122
                    "./dist/inputmask/dependencyLibs/inputmask.dependencyLib.jqlite.js",
123
                    "./dist/inputmask/dependencyLibs/inputmask.dependencyLib.jquery.js",
124
                    "./dist/inputmask/dependencyLibs/inputmask.dependencyLib.js",
125
                    "./dist/inputmask/bindings/inputmask.binding.js"
126
                ],
127
                "bower-asset-ignore": [
128
                    "**/*",
129
                    "!dist/*",
130
                    "!dist/inputmask/*",
131
                    "!dist/min/*",
132
                    "!dist/min/inputmask/*"
133
                ]
134
            },
135
            "license": [
136
                "http://opensource.org/licenses/mit-license.php"
137
            ],
138
            "description": "Inputmask is a javascript library which creates an input mask.  Inputmask can run against vanilla javascript, jQuery and jqlite.",
139
            "keywords": [
140
                "form",
141
                "input",
142
                "inputmask",
143
                "jquery",
144
                "mask",
145
                "plugins"
146
            ]
147
        },
148
        {
149
            "name": "bower-asset/punycode",
150
            "version": "v1.3.2",
151
            "source": {
152
                "type": "git",
153
                "url": "https://github.com/bestiejs/punycode.js.git",
154
                "reference": "38c8d3131a82567bfef18da09f7f4db68c84f8a3"
155
            },
156
            "dist": {
157
                "type": "zip",
158
                "url": "https://api.github.com/repos/bestiejs/punycode.js/zipball/38c8d3131a82567bfef18da09f7f4db68c84f8a3",
159
                "reference": "38c8d3131a82567bfef18da09f7f4db68c84f8a3",
160
                "shasum": ""
161
            },
162
            "type": "bower-asset-library",
163
            "extra": {
164
                "bower-asset-main": "punycode.js",
165
                "bower-asset-ignore": [
166
                    "coverage",
167
                    "tests",
168
                    ".*",
169
                    "component.json",
170
                    "Gruntfile.js",
171
                    "node_modules",
172
                    "package.json"
173
                ]
174
            }
175
        },
176
        {
177
            "name": "bower-asset/smalot-bootstrap-datetimepicker",
178
            "version": "2.4.4",
179
            "source": {
180
                "type": "git",
181
                "url": "https://github.com/smalot/bootstrap-datetimepicker.git",
182
                "reference": "32143c8b45575e51c92a8e29997cbe556d1bbba3"
183
            },
184
            "dist": {
185
                "type": "zip",
186
                "url": "https://api.github.com/repos/smalot/bootstrap-datetimepicker/zipball/32143c8b45575e51c92a8e29997cbe556d1bbba3",
187
                "reference": "32143c8b45575e51c92a8e29997cbe556d1bbba3",
188
                "shasum": ""
189
            },
190
            "type": "bower-asset-library",
191
            "extra": {
192
                "bower-asset-main": [
193
                    "js/bootstrap-datetimepicker.min.js",
194
                    "css/bootstrap-datetimepicker.min.css"
195
                ],
196
                "bower-asset-ignore": [
197
                    "build",
198
                    "sample in bootstrap v2",
199
                    "sample in bootstrap v3",
200
                    "screenshot",
201
                    "tests",
202
                    ".gitattributes",
203
                    ".gitignore",
204
                    ".travis.yml",
205
                    "minify.sh"
206
                ]
207
            }
208
        },
209
        {
210
            "name": "bower-asset/yii2-pjax",
211
            "version": "v2.0.6",
212
            "source": {
213
                "type": "git",
214
                "url": "https://github.com/yiisoft/jquery-pjax.git",
215
                "reference": "60728da6ade5879e807a49ce59ef9a72039b8978"
216
            },
217
            "dist": {
218
                "type": "zip",
219
                "url": "https://api.github.com/repos/yiisoft/jquery-pjax/zipball/60728da6ade5879e807a49ce59ef9a72039b8978",
220
                "reference": "60728da6ade5879e807a49ce59ef9a72039b8978",
221
                "shasum": ""
222
            },
223
            "require": {
224
                "bower-asset/jquery": ">=1.8"
225
            },
226
            "type": "bower-asset-library",
227
            "extra": {
228
                "bower-asset-main": "./jquery.pjax.js",
229
                "bower-asset-ignore": [
230
                    ".travis.yml",
231
                    "Gemfile",
232
                    "Gemfile.lock",
233
                    "CONTRIBUTING.md",
234
                    "vendor/",
235
                    "script/",
236
                    "test/"
237
                ]
238
            },
239
            "license": [
240
                "MIT"
241
            ]
242
        },
243
        {
244
            "name": "cebe/markdown",
245
            "version": "1.1.1",
246
            "source": {
247
                "type": "git",
248
                "url": "https://github.com/cebe/markdown.git",
249
                "reference": "c30eb5e01fe021cc5bba2f9ee0eeef96d4931166"
250
            },
251
            "dist": {
252
                "type": "zip",
253
                "url": "https://api.github.com/repos/cebe/markdown/zipball/c30eb5e01fe021cc5bba2f9ee0eeef96d4931166",
254
                "reference": "c30eb5e01fe021cc5bba2f9ee0eeef96d4931166",
255
                "shasum": ""
256
            },
257
            "require": {
258
                "lib-pcre": "*",
259
                "php": ">=5.4.0"
260
            },
261
            "require-dev": {
262
                "cebe/indent": "*",
263
                "facebook/xhprof": "*@dev",
264
                "phpunit/phpunit": "4.1.*"
265
            },
266
            "bin": [
267
                "bin/markdown"
268
            ],
269
            "type": "library",
270
            "extra": {
271
                "branch-alias": {
272
                    "dev-master": "1.1.x-dev"
273
                }
274
            },
275
            "autoload": {
276
                "psr-4": {
277
                    "cebe\\markdown\\": ""
278
                }
279
            },
280
            "notification-url": "https://packagist.org/downloads/",
281
            "license": [
282
                "MIT"
283
            ],
284
            "authors": [
285
                {
286
                    "name": "Carsten Brandt",
287
                    "email": "[email protected]",
288
                    "homepage": "http://cebe.cc/",
289
                    "role": "Creator"
290
                }
291
            ],
292
            "description": "A super fast, highly extensible markdown parser for PHP",
293
            "homepage": "https://github.com/cebe/markdown#readme",
294
            "keywords": [
295
                "extensible",
296
                "fast",
297
                "gfm",
298
                "markdown",
299
                "markdown-extra"
300
            ],
301
            "time": "2016-09-14T20:40:20+00:00"
302
        },
303
        {
304
            "name": "ezyang/htmlpurifier",
305
            "version": "v4.9.3",
306
            "source": {
307
                "type": "git",
308
                "url": "https://github.com/ezyang/htmlpurifier.git",
309
                "reference": "95e1bae3182efc0f3422896a3236e991049dac69"
310
            },
311
            "dist": {
312
                "type": "zip",
313
                "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/95e1bae3182efc0f3422896a3236e991049dac69",
314
                "reference": "95e1bae3182efc0f3422896a3236e991049dac69",
315
                "shasum": ""
316
            },
317
            "require": {
318
                "php": ">=5.2"
319
            },
320
            "require-dev": {
321
                "simpletest/simpletest": "^1.1"
322
            },
323
            "type": "library",
324
            "autoload": {
325
                "psr-0": {
326
                    "HTMLPurifier": "library/"
327
                },
328
                "files": [
329
                    "library/HTMLPurifier.composer.php"
330
                ]
331
            },
332
            "notification-url": "https://packagist.org/downloads/",
333
            "license": [
334
                "LGPL"
335
            ],
336
            "authors": [
337
                {
338
                    "name": "Edward Z. Yang",
339
                    "email": "[email protected]",
340
                    "homepage": "http://ezyang.com"
341
                }
342
            ],
343
            "description": "Standards compliant HTML filter written in PHP",
344
            "homepage": "http://htmlpurifier.org/",
345
            "keywords": [
346
                "html"
347
            ],
348
            "time": "2017-06-03T02:28:16+00:00"
349
        },
350
        {
351
            "name": "yiisoft/yii2",
0 ignored issues
show
352
            "version": "2.0.12",
353
            "source": {
354
                "type": "git",
355
                "url": "https://github.com/yiisoft/yii2-framework.git",
356
                "reference": "70acbecc75cb26b6cd66d16be0b06e4b73db190d"
357
            },
358
            "dist": {
359
                "type": "zip",
360
                "url": "https://api.github.com/repos/yiisoft/yii2-framework/zipball/70acbecc75cb26b6cd66d16be0b06e4b73db190d",
361
                "reference": "70acbecc75cb26b6cd66d16be0b06e4b73db190d",
362
                "shasum": ""
363
            },
364
            "require": {
365
                "bower-asset/jquery": "2.2.*@stable | 2.1.*@stable | 1.11.*@stable | 1.12.*@stable",
366
                "bower-asset/jquery.inputmask": "~3.2.2 | ~3.3.5",
367
                "bower-asset/punycode": "1.3.*",
368
                "bower-asset/yii2-pjax": "~2.0.1",
369
                "cebe/markdown": "~1.0.0 | ~1.1.0",
370
                "ext-ctype": "*",
371
                "ext-mbstring": "*",
372
                "ezyang/htmlpurifier": "~4.6",
373
                "lib-pcre": "*",
374
                "php": ">=5.4.0",
375
                "yiisoft/yii2-composer": "~2.0.4"
376
            },
377
            "bin": [
378
                "yii"
379
            ],
380
            "type": "library",
381
            "extra": {
382
                "branch-alias": {
383
                    "dev-master": "2.0.x-dev"
384
                }
385
            },
386
            "autoload": {
387
                "psr-4": {
388
                    "yii\\": ""
389
                }
390
            },
391
            "notification-url": "https://packagist.org/downloads/",
392
            "license": [
393
                "BSD-3-Clause"
394
            ],
395
            "authors": [
396
                {
397
                    "name": "Qiang Xue",
398
                    "email": "[email protected]",
399
                    "homepage": "http://www.yiiframework.com/",
400
                    "role": "Founder and project lead"
401
                },
402
                {
403
                    "name": "Alexander Makarov",
404
                    "email": "[email protected]",
405
                    "homepage": "http://rmcreative.ru/",
406
                    "role": "Core framework development"
407
                },
408
                {
409
                    "name": "Maurizio Domba",
410
                    "homepage": "http://mdomba.info/",
411
                    "role": "Core framework development"
412
                },
413
                {
414
                    "name": "Carsten Brandt",
415
                    "email": "[email protected]",
416
                    "homepage": "http://cebe.cc/",
417
                    "role": "Core framework development"
418
                },
419
                {
420
                    "name": "Timur Ruziev",
421
                    "email": "[email protected]",
422
                    "homepage": "http://resurtm.com/",
423
                    "role": "Core framework development"
424
                },
425
                {
426
                    "name": "Paul Klimov",
427
                    "email": "[email protected]",
428
                    "role": "Core framework development"
429
                },
430
                {
431
                    "name": "Dmitry Naumenko",
432
                    "email": "[email protected]",
433
                    "role": "Core framework development"
434
                },
435
                {
436
                    "name": "Boudewijn Vahrmeijer",
437
                    "email": "[email protected]",
438
                    "homepage": "http://dynasource.eu",
439
                    "role": "Core framework development"
440
                }
441
            ],
442
            "description": "Yii PHP Framework Version 2",
443
            "homepage": "http://www.yiiframework.com/",
444
            "keywords": [
445
                "framework",
446
                "yii2"
447
            ],
448
            "time": "2017-06-05T14:33:41+00:00"
449
        },
450
        {
451
            "name": "yiisoft/yii2-bootstrap",
452
            "version": "2.0.6",
453
            "source": {
454
                "type": "git",
455
                "url": "https://github.com/yiisoft/yii2-bootstrap.git",
456
                "reference": "3fd2b8c950cce79d60e9702d6bcb24eb3c80f6c5"
457
            },
458
            "dist": {
459
                "type": "zip",
460
                "url": "https://api.github.com/repos/yiisoft/yii2-bootstrap/zipball/3fd2b8c950cce79d60e9702d6bcb24eb3c80f6c5",
461
                "reference": "3fd2b8c950cce79d60e9702d6bcb24eb3c80f6c5",
462
                "shasum": ""
463
            },
464
            "require": {
465
                "bower-asset/bootstrap": "3.3.* | 3.2.* | 3.1.*",
466
                "yiisoft/yii2": ">=2.0.6"
467
            },
468
            "type": "yii2-extension",
469
            "extra": {
470
                "branch-alias": {
471
                    "dev-master": "2.0.x-dev"
472
                },
473
                "asset-installer-paths": {
474
                    "npm-asset-library": "vendor/npm",
475
                    "bower-asset-library": "vendor/bower"
476
                }
477
            },
478
            "autoload": {
479
                "psr-4": {
480
                    "yii\\bootstrap\\": ""
481
                }
482
            },
483
            "notification-url": "https://packagist.org/downloads/",
484
            "license": [
485
                "BSD-3-Clause"
486
            ],
487
            "authors": [
488
                {
489
                    "name": "Qiang Xue",
490
                    "email": "[email protected]"
491
                }
492
            ],
493
            "description": "The Twitter Bootstrap extension for the Yii framework",
494
            "keywords": [
495
                "bootstrap",
496
                "yii2"
497
            ],
498
            "time": "2016-03-17T03:29:28+00:00"
499
        },
500
        {
501
            "name": "yiisoft/yii2-composer",
502
            "version": "2.0.5",
503
            "source": {
504
                "type": "git",
505
                "url": "https://github.com/yiisoft/yii2-composer.git",
506
                "reference": "3f4923c2bde6caf3f5b88cc22fdd5770f52f8df2"
507
            },
508
            "dist": {
509
                "type": "zip",
510
                "url": "https://api.github.com/repos/yiisoft/yii2-composer/zipball/3f4923c2bde6caf3f5b88cc22fdd5770f52f8df2",
511
                "reference": "3f4923c2bde6caf3f5b88cc22fdd5770f52f8df2",
512
                "shasum": ""
513
            },
514
            "require": {
515
                "composer-plugin-api": "^1.0"
516
            },
517
            "require-dev": {
518
                "composer/composer": "^1.0"
519
            },
520
            "type": "composer-plugin",
521
            "extra": {
522
                "class": "yii\\composer\\Plugin",
523
                "branch-alias": {
524
                    "dev-master": "2.0.x-dev"
525
                }
526
            },
527
            "autoload": {
528
                "psr-4": {
529
                    "yii\\composer\\": ""
530
                }
531
            },
532
            "notification-url": "https://packagist.org/downloads/",
533
            "license": [
534
                "BSD-3-Clause"
535
            ],
536
            "authors": [
537
                {
538
                    "name": "Qiang Xue",
539
                    "email": "[email protected]"
540
                }
541
            ],
542
            "description": "The composer plugin for Yii extension installer",
543
            "keywords": [
544
                "composer",
545
                "extension installer",
546
                "yii2"
547
            ],
548
            "time": "2016-12-20T13:26:02+00:00"
549
        }
550
    ],
551
    "packages-dev": [
552
        {
553
            "name": "doctrine/annotations",
554
            "version": "v1.4.0",
555
            "source": {
556
                "type": "git",
557
                "url": "https://github.com/doctrine/annotations.git",
558
                "reference": "54cacc9b81758b14e3ce750f205a393d52339e97"
559
            },
560
            "dist": {
561
                "type": "zip",
562
                "url": "https://api.github.com/repos/doctrine/annotations/zipball/54cacc9b81758b14e3ce750f205a393d52339e97",
563
                "reference": "54cacc9b81758b14e3ce750f205a393d52339e97",
564
                "shasum": ""
565
            },
566
            "require": {
567
                "doctrine/lexer": "1.*",
568
                "php": "^5.6 || ^7.0"
569
            },
570
            "require-dev": {
571
                "doctrine/cache": "1.*",
572
                "phpunit/phpunit": "^5.7"
573
            },
574
            "type": "library",
575
            "extra": {
576
                "branch-alias": {
577
                    "dev-master": "1.4.x-dev"
578
                }
579
            },
580
            "autoload": {
581
                "psr-4": {
582
                    "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
583
                }
584
            },
585
            "notification-url": "https://packagist.org/downloads/",
586
            "license": [
587
                "MIT"
588
            ],
589
            "authors": [
590
                {
591
                    "name": "Roman Borschel",
592
                    "email": "[email protected]"
593
                },
594
                {
595
                    "name": "Benjamin Eberlei",
596
                    "email": "[email protected]"
597
                },
598
                {
599
                    "name": "Guilherme Blanco",
600
                    "email": "[email protected]"
601
                },
602
                {
603
                    "name": "Jonathan Wage",
604
                    "email": "[email protected]"
605
                },
606
                {
607
                    "name": "Johannes Schmitt",
608
                    "email": "[email protected]"
609
                }
610
            ],
611
            "description": "Docblock Annotations Parser",
612
            "homepage": "http://www.doctrine-project.org",
613
            "keywords": [
614
                "annotations",
615
                "docblock",
616
                "parser"
617
            ],
618
            "time": "2017-02-24T16:22:25+00:00"
619
        },
620
        {
621
            "name": "doctrine/instantiator",
622
            "version": "1.0.5",
623
            "source": {
624
                "type": "git",
625
                "url": "https://github.com/doctrine/instantiator.git",
626
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
627
            },
628
            "dist": {
629
                "type": "zip",
630
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
631
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
632
                "shasum": ""
633
            },
634
            "require": {
635
                "php": ">=5.3,<8.0-DEV"
636
            },
637
            "require-dev": {
638
                "athletic/athletic": "~0.1.8",
639
                "ext-pdo": "*",
640
                "ext-phar": "*",
641
                "phpunit/phpunit": "~4.0",
642
                "squizlabs/php_codesniffer": "~2.0"
643
            },
644
            "type": "library",
645
            "extra": {
646
                "branch-alias": {
647
                    "dev-master": "1.0.x-dev"
648
                }
649
            },
650
            "autoload": {
651
                "psr-4": {
652
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
653
                }
654
            },
655
            "notification-url": "https://packagist.org/downloads/",
656
            "license": [
657
                "MIT"
658
            ],
659
            "authors": [
660
                {
661
                    "name": "Marco Pivetta",
662
                    "email": "[email protected]",
663
                    "homepage": "http://ocramius.github.com/"
664
                }
665
            ],
666
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
667
            "homepage": "https://github.com/doctrine/instantiator",
668
            "keywords": [
669
                "constructor",
670
                "instantiate"
671
            ],
672
            "time": "2015-06-14T21:17:01+00:00"
673
        },
674
        {
675
            "name": "doctrine/lexer",
676
            "version": "v1.0.1",
677
            "source": {
678
                "type": "git",
679
                "url": "https://github.com/doctrine/lexer.git",
680
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
681
            },
682
            "dist": {
683
                "type": "zip",
684
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
685
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
686
                "shasum": ""
687
            },
688
            "require": {
689
                "php": ">=5.3.2"
690
            },
691
            "type": "library",
692
            "extra": {
693
                "branch-alias": {
694
                    "dev-master": "1.0.x-dev"
695
                }
696
            },
697
            "autoload": {
698
                "psr-0": {
699
                    "Doctrine\\Common\\Lexer\\": "lib/"
700
                }
701
            },
702
            "notification-url": "https://packagist.org/downloads/",
703
            "license": [
704
                "MIT"
705
            ],
706
            "authors": [
707
                {
708
                    "name": "Roman Borschel",
709
                    "email": "[email protected]"
710
                },
711
                {
712
                    "name": "Guilherme Blanco",
713
                    "email": "[email protected]"
714
                },
715
                {
716
                    "name": "Johannes Schmitt",
717
                    "email": "[email protected]"
718
                }
719
            ],
720
            "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
721
            "homepage": "http://www.doctrine-project.org",
722
            "keywords": [
723
                "lexer",
724
                "parser"
725
            ],
726
            "time": "2014-09-09T13:34:57+00:00"
727
        },
728
        {
729
            "name": "guzzlehttp/guzzle",
730
            "version": "v3.8.1",
731
            "source": {
732
                "type": "git",
733
                "url": "https://github.com/guzzle/guzzle.git",
734
                "reference": "4de0618a01b34aa1c8c33a3f13f396dcd3882eba"
735
            },
736
            "dist": {
737
                "type": "zip",
738
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/4de0618a01b34aa1c8c33a3f13f396dcd3882eba",
739
                "reference": "4de0618a01b34aa1c8c33a3f13f396dcd3882eba",
740
                "shasum": ""
741
            },
742
            "require": {
743
                "ext-curl": "*",
744
                "php": ">=5.3.3",
745
                "symfony/event-dispatcher": ">=2.1"
746
            },
747
            "replace": {
748
                "guzzle/batch": "self.version",
749
                "guzzle/cache": "self.version",
750
                "guzzle/common": "self.version",
751
                "guzzle/http": "self.version",
752
                "guzzle/inflection": "self.version",
753
                "guzzle/iterator": "self.version",
754
                "guzzle/log": "self.version",
755
                "guzzle/parser": "self.version",
756
                "guzzle/plugin": "self.version",
757
                "guzzle/plugin-async": "self.version",
758
                "guzzle/plugin-backoff": "self.version",
759
                "guzzle/plugin-cache": "self.version",
760
                "guzzle/plugin-cookie": "self.version",
761
                "guzzle/plugin-curlauth": "self.version",
762
                "guzzle/plugin-error-response": "self.version",
763
                "guzzle/plugin-history": "self.version",
764
                "guzzle/plugin-log": "self.version",
765
                "guzzle/plugin-md5": "self.version",
766
                "guzzle/plugin-mock": "self.version",
767
                "guzzle/plugin-oauth": "self.version",
768
                "guzzle/service": "self.version",
769
                "guzzle/stream": "self.version"
770
            },
771
            "require-dev": {
772
                "doctrine/cache": "*",
773
                "monolog/monolog": "1.*",
774
                "phpunit/phpunit": "3.7.*",
775
                "psr/log": "1.0.*",
776
                "symfony/class-loader": "*",
777
                "zendframework/zend-cache": "<2.3",
778
                "zendframework/zend-log": "<2.3"
779
            },
780
            "type": "library",
781
            "extra": {
782
                "branch-alias": {
783
                    "dev-master": "3.8-dev"
784
                }
785
            },
786
            "autoload": {
787
                "psr-0": {
788
                    "Guzzle": "src/",
789
                    "Guzzle\\Tests": "tests/"
790
                }
791
            },
792
            "notification-url": "https://packagist.org/downloads/",
793
            "license": [
794
                "MIT"
795
            ],
796
            "authors": [
797
                {
798
                    "name": "Michael Dowling",
799
                    "email": "[email protected]",
800
                    "homepage": "https://github.com/mtdowling"
801
                },
802
                {
803
                    "name": "Guzzle Community",
804
                    "homepage": "https://github.com/guzzle/guzzle/contributors"
805
                }
806
            ],
807
            "description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients",
808
            "homepage": "http://guzzlephp.org/",
809
            "keywords": [
810
                "client",
811
                "curl",
812
                "framework",
813
                "http",
814
                "http client",
815
                "rest",
816
                "web service"
817
            ],
818
            "time": "2014-01-28T22:29:15+00:00"
819
        },
820
        {
821
            "name": "jms/metadata",
822
            "version": "1.6.0",
823
            "source": {
824
                "type": "git",
825
                "url": "https://github.com/schmittjoh/metadata.git",
826
                "reference": "6a06970a10e0a532fb52d3959547123b84a3b3ab"
827
            },
828
            "dist": {
829
                "type": "zip",
830
                "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/6a06970a10e0a532fb52d3959547123b84a3b3ab",
831
                "reference": "6a06970a10e0a532fb52d3959547123b84a3b3ab",
832
                "shasum": ""
833
            },
834
            "require": {
835
                "php": ">=5.3.0"
836
            },
837
            "require-dev": {
838
                "doctrine/cache": "~1.0",
839
                "symfony/cache": "~3.1"
840
            },
841
            "type": "library",
842
            "extra": {
843
                "branch-alias": {
844
                    "dev-master": "1.5.x-dev"
845
                }
846
            },
847
            "autoload": {
848
                "psr-0": {
849
                    "Metadata\\": "src/"
850
                }
851
            },
852
            "notification-url": "https://packagist.org/downloads/",
853
            "license": [
854
                "Apache-2.0"
855
            ],
856
            "authors": [
857
                {
858
                    "name": "Johannes M. Schmitt",
859
                    "email": "[email protected]"
860
                }
861
            ],
862
            "description": "Class/method/property metadata management in PHP",
863
            "keywords": [
864
                "annotations",
865
                "metadata",
866
                "xml",
867
                "yaml"
868
            ],
869
            "time": "2016-12-05T10:18:33+00:00"
870
        },
871
        {
872
            "name": "jms/parser-lib",
873
            "version": "1.0.0",
874
            "source": {
875
                "type": "git",
876
                "url": "https://github.com/schmittjoh/parser-lib.git",
877
                "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d"
878
            },
879
            "dist": {
880
                "type": "zip",
881
                "url": "https://api.github.com/repos/schmittjoh/parser-lib/zipball/c509473bc1b4866415627af0e1c6cc8ac97fa51d",
882
                "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d",
883
                "shasum": ""
884
            },
885
            "require": {
886
                "phpoption/phpoption": ">=0.9,<2.0-dev"
887
            },
888
            "type": "library",
889
            "extra": {
890
                "branch-alias": {
891
                    "dev-master": "1.0-dev"
892
                }
893
            },
894
            "autoload": {
895
                "psr-0": {
896
                    "JMS\\": "src/"
897
                }
898
            },
899
            "notification-url": "https://packagist.org/downloads/",
900
            "license": [
901
                "Apache2"
902
            ],
903
            "description": "A library for easily creating recursive-descent parsers.",
904
            "time": "2012-11-18T18:08:43+00:00"
905
        },
906
        {
907
            "name": "jms/serializer",
908
            "version": "1.7.1",
909
            "source": {
910
                "type": "git",
911
                "url": "https://github.com/schmittjoh/serializer.git",
912
                "reference": "4fad8bbbe76e05de3b79ffa3db027058ed3813ff"
913
            },
914
            "dist": {
915
                "type": "zip",
916
                "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/4fad8bbbe76e05de3b79ffa3db027058ed3813ff",
917
                "reference": "4fad8bbbe76e05de3b79ffa3db027058ed3813ff",
918
                "shasum": ""
919
            },
920
            "require": {
921
                "doctrine/annotations": "^1.0",
922
                "doctrine/instantiator": "^1.0.3",
923
                "jms/metadata": "~1.1",
924
                "jms/parser-lib": "1.*",
925
                "php": ">=5.5.0",
926
                "phpcollection/phpcollection": "~0.1",
927
                "phpoption/phpoption": "^1.1"
928
            },
929
            "conflict": {
930
                "jms/serializer-bundle": "<1.2.1",
931
                "twig/twig": "<1.12"
932
            },
933
            "require-dev": {
934
                "doctrine/orm": "~2.1",
935
                "doctrine/phpcr-odm": "^1.3|^2.0",
936
                "ext-pdo_sqlite": "*",
937
                "jackalope/jackalope-doctrine-dbal": "^1.1.5",
938
                "phpunit/phpunit": "^4.8|^5.0",
939
                "propel/propel1": "~1.7",
940
                "symfony/expression-language": "^2.6|^3.0",
941
                "symfony/filesystem": "^2.1",
942
                "symfony/form": "~2.1|^3.0",
943
                "symfony/translation": "^2.1|^3.0",
944
                "symfony/validator": "^2.2|^3.0",
945
                "symfony/yaml": "^2.1|^3.0",
946
                "twig/twig": "~1.12|~2.0"
947
            },
948
            "suggest": {
949
                "doctrine/cache": "Required if you like to use cache functionality.",
950
                "doctrine/collections": "Required if you like to use doctrine collection types as ArrayCollection.",
951
                "symfony/yaml": "Required if you'd like to serialize data to YAML format."
952
            },
953
            "type": "library",
954
            "extra": {
955
                "branch-alias": {
956
                    "dev-master": "1.8-dev"
957
                }
958
            },
959
            "autoload": {
960
                "psr-0": {
961
                    "JMS\\Serializer": "src/"
962
                }
963
            },
964
            "notification-url": "https://packagist.org/downloads/",
965
            "license": [
966
                "Apache-2.0"
967
            ],
968
            "authors": [
969
                {
970
                    "name": "Johannes M. Schmitt",
971
                    "email": "[email protected]"
972
                }
973
            ],
974
            "description": "Library for (de-)serializing data of any complexity; supports XML, JSON, and YAML.",
975
            "homepage": "http://jmsyst.com/libs/serializer",
976
            "keywords": [
977
                "deserialization",
978
                "jaxb",
979
                "json",
980
                "serialization",
981
                "xml"
982
            ],
983
            "time": "2017-05-15T08:35:42+00:00"
984
        },
985
        {
986
            "name": "phpcollection/phpcollection",
987
            "version": "0.5.0",
988
            "source": {
989
                "type": "git",
990
                "url": "https://github.com/schmittjoh/php-collection.git",
991
                "reference": "f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6"
992
            },
993
            "dist": {
994
                "type": "zip",
995
                "url": "https://api.github.com/repos/schmittjoh/php-collection/zipball/f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6",
996
                "reference": "f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6",
997
                "shasum": ""
998
            },
999
            "require": {
1000
                "phpoption/phpoption": "1.*"
1001
            },
1002
            "type": "library",
1003
            "extra": {
1004
                "branch-alias": {
1005
                    "dev-master": "0.4-dev"
1006
                }
1007
            },
1008
            "autoload": {
1009
                "psr-0": {
1010
                    "PhpCollection": "src/"
1011
                }
1012
            },
1013
            "notification-url": "https://packagist.org/downloads/",
1014
            "license": [
1015
                "Apache2"
1016
            ],
1017
            "authors": [
1018
                {
1019
                    "name": "Johannes M. Schmitt",
1020
                    "email": "[email protected]"
1021
                }
1022
            ],
1023
            "description": "General-Purpose Collection Library for PHP",
1024
            "keywords": [
1025
                "collection",
1026
                "list",
1027
                "map",
1028
                "sequence",
1029
                "set"
1030
            ],
1031
            "time": "2015-05-17T12:39:23+00:00"
1032
        },
1033
        {
1034
            "name": "phpdocumentor/reflection-common",
1035
            "version": "1.0",
1036
            "source": {
1037
                "type": "git",
1038
                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
1039
                "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c"
1040
            },
1041
            "dist": {
1042
                "type": "zip",
1043
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
1044
                "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
1045
                "shasum": ""
1046
            },
1047
            "require": {
1048
                "php": ">=5.5"
1049
            },
1050
            "require-dev": {
1051
                "phpunit/phpunit": "^4.6"
1052
            },
1053
            "type": "library",
1054
            "extra": {
1055
                "branch-alias": {
1056
                    "dev-master": "1.0.x-dev"
1057
                }
1058
            },
1059
            "autoload": {
1060
                "psr-4": {
1061
                    "phpDocumentor\\Reflection\\": [
1062
                        "src"
1063
                    ]
1064
                }
1065
            },
1066
            "notification-url": "https://packagist.org/downloads/",
1067
            "license": [
1068
                "MIT"
1069
            ],
1070
            "authors": [
1071
                {
1072
                    "name": "Jaap van Otterdijk",
1073
                    "email": "[email protected]"
1074
                }
1075
            ],
1076
            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
1077
            "homepage": "http://www.phpdoc.org",
1078
            "keywords": [
1079
                "FQSEN",
1080
                "phpDocumentor",
1081
                "phpdoc",
1082
                "reflection",
1083
                "static analysis"
1084
            ],
1085
            "time": "2015-12-27T11:43:31+00:00"
1086
        },
1087
        {
1088
            "name": "phpdocumentor/reflection-docblock",
1089
            "version": "3.1.1",
1090
            "source": {
1091
                "type": "git",
1092
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
1093
                "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e"
1094
            },
1095
            "dist": {
1096
                "type": "zip",
1097
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/8331b5efe816ae05461b7ca1e721c01b46bafb3e",
1098
                "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e",
1099
                "shasum": ""
1100
            },
1101
            "require": {
1102
                "php": ">=5.5",
1103
                "phpdocumentor/reflection-common": "^1.0@dev",
1104
                "phpdocumentor/type-resolver": "^0.2.0",
1105
                "webmozart/assert": "^1.0"
1106
            },
1107
            "require-dev": {
1108
                "mockery/mockery": "^0.9.4",
1109
                "phpunit/phpunit": "^4.4"
1110
            },
1111
            "type": "library",
1112
            "autoload": {
1113
                "psr-4": {
1114
                    "phpDocumentor\\Reflection\\": [
1115
                        "src/"
1116
                    ]
1117
                }
1118
            },
1119
            "notification-url": "https://packagist.org/downloads/",
1120
            "license": [
1121
                "MIT"
1122
            ],
1123
            "authors": [
1124
                {
1125
                    "name": "Mike van Riel",
1126
                    "email": "[email protected]"
1127
                }
1128
            ],
1129
            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
1130
            "time": "2016-09-30T07:12:33+00:00"
1131
        },
1132
        {
1133
            "name": "phpdocumentor/type-resolver",
1134
            "version": "0.2.1",
1135
            "source": {
1136
                "type": "git",
1137
                "url": "https://github.com/phpDocumentor/TypeResolver.git",
1138
                "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb"
1139
            },
1140
            "dist": {
1141
                "type": "zip",
1142
                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb",
1143
                "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb",
1144
                "shasum": ""
1145
            },
1146
            "require": {
1147
                "php": ">=5.5",
1148
                "phpdocumentor/reflection-common": "^1.0"
1149
            },
1150
            "require-dev": {
1151
                "mockery/mockery": "^0.9.4",
1152
                "phpunit/phpunit": "^5.2||^4.8.24"
1153
            },
1154
            "type": "library",
1155
            "extra": {
1156
                "branch-alias": {
1157
                    "dev-master": "1.0.x-dev"
1158
                }
1159
            },
1160
            "autoload": {
1161
                "psr-4": {
1162
                    "phpDocumentor\\Reflection\\": [
1163
                        "src/"
1164
                    ]
1165
                }
1166
            },
1167
            "notification-url": "https://packagist.org/downloads/",
1168
            "license": [
1169
                "MIT"
1170
            ],
1171
            "authors": [
1172
                {
1173
                    "name": "Mike van Riel",
1174
                    "email": "[email protected]"
1175
                }
1176
            ],
1177
            "time": "2016-11-25T06:54:22+00:00"
1178
        },
1179
        {
1180
            "name": "phpoption/phpoption",
1181
            "version": "1.5.0",
1182
            "source": {
1183
                "type": "git",
1184
                "url": "https://github.com/schmittjoh/php-option.git",
1185
                "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed"
1186
            },
1187
            "dist": {
1188
                "type": "zip",
1189
                "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/94e644f7d2051a5f0fcf77d81605f152eecff0ed",
1190
                "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed",
1191
                "shasum": ""
1192
            },
1193
            "require": {
1194
                "php": ">=5.3.0"
1195
            },
1196
            "require-dev": {
1197
                "phpunit/phpunit": "4.7.*"
1198
            },
1199
            "type": "library",
1200
            "extra": {
1201
                "branch-alias": {
1202
                    "dev-master": "1.3-dev"
1203
                }
1204
            },
1205
            "autoload": {
1206
                "psr-0": {
1207
                    "PhpOption\\": "src/"
1208
                }
1209
            },
1210
            "notification-url": "https://packagist.org/downloads/",
1211
            "license": [
1212
                "Apache2"
1213
            ],
1214
            "authors": [
1215
                {
1216
                    "name": "Johannes M. Schmitt",
1217
                    "email": "[email protected]"
1218
                }
1219
            ],
1220
            "description": "Option Type for PHP",
1221
            "keywords": [
1222
                "language",
1223
                "option",
1224
                "php",
1225
                "type"
1226
            ],
1227
            "time": "2015-07-25T16:39:46+00:00"
1228
        },
1229
        {
1230
            "name": "phpspec/prophecy",
1231
            "version": "v1.7.0",
1232
            "source": {
1233
                "type": "git",
1234
                "url": "https://github.com/phpspec/prophecy.git",
1235
                "reference": "93d39f1f7f9326d746203c7c056f300f7f126073"
1236
            },
1237
            "dist": {
1238
                "type": "zip",
1239
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/93d39f1f7f9326d746203c7c056f300f7f126073",
1240
                "reference": "93d39f1f7f9326d746203c7c056f300f7f126073",
1241
                "shasum": ""
1242
            },
1243
            "require": {
1244
                "doctrine/instantiator": "^1.0.2",
1245
                "php": "^5.3|^7.0",
1246
                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2",
1247
                "sebastian/comparator": "^1.1|^2.0",
1248
                "sebastian/recursion-context": "^1.0|^2.0|^3.0"
1249
            },
1250
            "require-dev": {
1251
                "phpspec/phpspec": "^2.5|^3.2",
1252
                "phpunit/phpunit": "^4.8 || ^5.6.5"
1253
            },
1254
            "type": "library",
1255
            "extra": {
1256
                "branch-alias": {
1257
                    "dev-master": "1.6.x-dev"
1258
                }
1259
            },
1260
            "autoload": {
1261
                "psr-0": {
1262
                    "Prophecy\\": "src/"
1263
                }
1264
            },
1265
            "notification-url": "https://packagist.org/downloads/",
1266
            "license": [
1267
                "MIT"
1268
            ],
1269
            "authors": [
1270
                {
1271
                    "name": "Konstantin Kudryashov",
1272
                    "email": "[email protected]",
1273
                    "homepage": "http://everzet.com"
1274
                },
1275
                {
1276
                    "name": "Marcello Duarte",
1277
                    "email": "[email protected]"
1278
                }
1279
            ],
1280
            "description": "Highly opinionated mocking framework for PHP 5.3+",
1281
            "homepage": "https://github.com/phpspec/prophecy",
1282
            "keywords": [
1283
                "Double",
1284
                "Dummy",
1285
                "fake",
1286
                "mock",
1287
                "spy",
1288
                "stub"
1289
            ],
1290
            "time": "2017-03-02T20:05:34+00:00"
1291
        },
1292
        {
1293
            "name": "phpunit/php-code-coverage",
1294
            "version": "2.2.4",
1295
            "source": {
1296
                "type": "git",
1297
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
1298
                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
1299
            },
1300
            "dist": {
1301
                "type": "zip",
1302
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
1303
                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
1304
                "shasum": ""
1305
            },
1306
            "require": {
1307
                "php": ">=5.3.3",
1308
                "phpunit/php-file-iterator": "~1.3",
1309
                "phpunit/php-text-template": "~1.2",
1310
                "phpunit/php-token-stream": "~1.3",
1311
                "sebastian/environment": "^1.3.2",
1312
                "sebastian/version": "~1.0"
1313
            },
1314
            "require-dev": {
1315
                "ext-xdebug": ">=2.1.4",
1316
                "phpunit/phpunit": "~4"
1317
            },
1318
            "suggest": {
1319
                "ext-dom": "*",
1320
                "ext-xdebug": ">=2.2.1",
1321
                "ext-xmlwriter": "*"
1322
            },
1323
            "type": "library",
1324
            "extra": {
1325
                "branch-alias": {
1326
                    "dev-master": "2.2.x-dev"
1327
                }
1328
            },
1329
            "autoload": {
1330
                "classmap": [
1331
                    "src/"
1332
                ]
1333
            },
1334
            "notification-url": "https://packagist.org/downloads/",
1335
            "license": [
1336
                "BSD-3-Clause"
1337
            ],
1338
            "authors": [
1339
                {
1340
                    "name": "Sebastian Bergmann",
1341
                    "email": "[email protected]",
1342
                    "role": "lead"
1343
                }
1344
            ],
1345
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
1346
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
1347
            "keywords": [
1348
                "coverage",
1349
                "testing",
1350
                "xunit"
1351
            ],
1352
            "time": "2015-10-06T15:47:00+00:00"
1353
        },
1354
        {
1355
            "name": "phpunit/php-file-iterator",
1356
            "version": "1.4.2",
1357
            "source": {
1358
                "type": "git",
1359
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
1360
                "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5"
1361
            },
1362
            "dist": {
1363
                "type": "zip",
1364
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
1365
                "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
1366
                "shasum": ""
1367
            },
1368
            "require": {
1369
                "php": ">=5.3.3"
1370
            },
1371
            "type": "library",
1372
            "extra": {
1373
                "branch-alias": {
1374
                    "dev-master": "1.4.x-dev"
1375
                }
1376
            },
1377
            "autoload": {
1378
                "classmap": [
1379
                    "src/"
1380
                ]
1381
            },
1382
            "notification-url": "https://packagist.org/downloads/",
1383
            "license": [
1384
                "BSD-3-Clause"
1385
            ],
1386
            "authors": [
1387
                {
1388
                    "name": "Sebastian Bergmann",
1389
                    "email": "[email protected]",
1390
                    "role": "lead"
1391
                }
1392
            ],
1393
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
1394
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
1395
            "keywords": [
1396
                "filesystem",
1397
                "iterator"
1398
            ],
1399
            "time": "2016-10-03T07:40:28+00:00"
1400
        },
1401
        {
1402
            "name": "phpunit/php-text-template",
1403
            "version": "1.2.1",
1404
            "source": {
1405
                "type": "git",
1406
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
1407
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
1408
            },
1409
            "dist": {
1410
                "type": "zip",
1411
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
1412
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
1413
                "shasum": ""
1414
            },
1415
            "require": {
1416
                "php": ">=5.3.3"
1417
            },
1418
            "type": "library",
1419
            "autoload": {
1420
                "classmap": [
1421
                    "src/"
1422
                ]
1423
            },
1424
            "notification-url": "https://packagist.org/downloads/",
1425
            "license": [
1426
                "BSD-3-Clause"
1427
            ],
1428
            "authors": [
1429
                {
1430
                    "name": "Sebastian Bergmann",
1431
                    "email": "[email protected]",
1432
                    "role": "lead"
1433
                }
1434
            ],
1435
            "description": "Simple template engine.",
1436
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
1437
            "keywords": [
1438
                "template"
1439
            ],
1440
            "time": "2015-06-21T13:50:34+00:00"
1441
        },
1442
        {
1443
            "name": "phpunit/php-timer",
1444
            "version": "1.0.9",
1445
            "source": {
1446
                "type": "git",
1447
                "url": "https://github.com/sebastianbergmann/php-timer.git",
1448
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
1449
            },
1450
            "dist": {
1451
                "type": "zip",
1452
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
1453
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
1454
                "shasum": ""
1455
            },
1456
            "require": {
1457
                "php": "^5.3.3 || ^7.0"
1458
            },
1459
            "require-dev": {
1460
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
1461
            },
1462
            "type": "library",
1463
            "extra": {
1464
                "branch-alias": {
1465
                    "dev-master": "1.0-dev"
1466
                }
1467
            },
1468
            "autoload": {
1469
                "classmap": [
1470
                    "src/"
1471
                ]
1472
            },
1473
            "notification-url": "https://packagist.org/downloads/",
1474
            "license": [
1475
                "BSD-3-Clause"
1476
            ],
1477
            "authors": [
1478
                {
1479
                    "name": "Sebastian Bergmann",
1480
                    "email": "[email protected]",
1481
                    "role": "lead"
1482
                }
1483
            ],
1484
            "description": "Utility class for timing",
1485
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
1486
            "keywords": [
1487
                "timer"
1488
            ],
1489
            "time": "2017-02-26T11:10:40+00:00"
1490
        },
1491
        {
1492
            "name": "phpunit/php-token-stream",
1493
            "version": "1.4.11",
1494
            "source": {
1495
                "type": "git",
1496
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
1497
                "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7"
1498
            },
1499
            "dist": {
1500
                "type": "zip",
1501
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/e03f8f67534427a787e21a385a67ec3ca6978ea7",
1502
                "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7",
1503
                "shasum": ""
1504
            },
1505
            "require": {
1506
                "ext-tokenizer": "*",
1507
                "php": ">=5.3.3"
1508
            },
1509
            "require-dev": {
1510
                "phpunit/phpunit": "~4.2"
1511
            },
1512
            "type": "library",
1513
            "extra": {
1514
                "branch-alias": {
1515
                    "dev-master": "1.4-dev"
1516
                }
1517
            },
1518
            "autoload": {
1519
                "classmap": [
1520
                    "src/"
1521
                ]
1522
            },
1523
            "notification-url": "https://packagist.org/downloads/",
1524
            "license": [
1525
                "BSD-3-Clause"
1526
            ],
1527
            "authors": [
1528
                {
1529
                    "name": "Sebastian Bergmann",
1530
                    "email": "[email protected]"
1531
                }
1532
            ],
1533
            "description": "Wrapper around PHP's tokenizer extension.",
1534
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
1535
            "keywords": [
1536
                "tokenizer"
1537
            ],
1538
            "time": "2017-02-27T10:12:30+00:00"
1539
        },
1540
        {
1541
            "name": "phpunit/phpunit",
1542
            "version": "4.8.36",
1543
            "source": {
1544
                "type": "git",
1545
                "url": "https://github.com/sebastianbergmann/phpunit.git",
1546
                "reference": "46023de9a91eec7dfb06cc56cb4e260017298517"
1547
            },
1548
            "dist": {
1549
                "type": "zip",
1550
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/46023de9a91eec7dfb06cc56cb4e260017298517",
1551
                "reference": "46023de9a91eec7dfb06cc56cb4e260017298517",
1552
                "shasum": ""
1553
            },
1554
            "require": {
1555
                "ext-dom": "*",
1556
                "ext-json": "*",
1557
                "ext-pcre": "*",
1558
                "ext-reflection": "*",
1559
                "ext-spl": "*",
1560
                "php": ">=5.3.3",
1561
                "phpspec/prophecy": "^1.3.1",
1562
                "phpunit/php-code-coverage": "~2.1",
1563
                "phpunit/php-file-iterator": "~1.4",
1564
                "phpunit/php-text-template": "~1.2",
1565
                "phpunit/php-timer": "^1.0.6",
1566
                "phpunit/phpunit-mock-objects": "~2.3",
1567
                "sebastian/comparator": "~1.2.2",
1568
                "sebastian/diff": "~1.2",
1569
                "sebastian/environment": "~1.3",
1570
                "sebastian/exporter": "~1.2",
1571
                "sebastian/global-state": "~1.0",
1572
                "sebastian/version": "~1.0",
1573
                "symfony/yaml": "~2.1|~3.0"
1574
            },
1575
            "suggest": {
1576
                "phpunit/php-invoker": "~1.1"
1577
            },
1578
            "bin": [
1579
                "phpunit"
1580
            ],
1581
            "type": "library",
1582
            "extra": {
1583
                "branch-alias": {
1584
                    "dev-master": "4.8.x-dev"
1585
                }
1586
            },
1587
            "autoload": {
1588
                "classmap": [
1589
                    "src/"
1590
                ]
1591
            },
1592
            "notification-url": "https://packagist.org/downloads/",
1593
            "license": [
1594
                "BSD-3-Clause"
1595
            ],
1596
            "authors": [
1597
                {
1598
                    "name": "Sebastian Bergmann",
1599
                    "email": "[email protected]",
1600
                    "role": "lead"
1601
                }
1602
            ],
1603
            "description": "The PHP Unit Testing framework.",
1604
            "homepage": "https://phpunit.de/",
1605
            "keywords": [
1606
                "phpunit",
1607
                "testing",
1608
                "xunit"
1609
            ],
1610
            "time": "2017-06-21T08:07:12+00:00"
1611
        },
1612
        {
1613
            "name": "phpunit/phpunit-mock-objects",
1614
            "version": "2.3.8",
1615
            "source": {
1616
                "type": "git",
1617
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
1618
                "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
1619
            },
1620
            "dist": {
1621
                "type": "zip",
1622
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
1623
                "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
1624
                "shasum": ""
1625
            },
1626
            "require": {
1627
                "doctrine/instantiator": "^1.0.2",
1628
                "php": ">=5.3.3",
1629
                "phpunit/php-text-template": "~1.2",
1630
                "sebastian/exporter": "~1.2"
1631
            },
1632
            "require-dev": {
1633
                "phpunit/phpunit": "~4.4"
1634
            },
1635
            "suggest": {
1636
                "ext-soap": "*"
1637
            },
1638
            "type": "library",
1639
            "extra": {
1640
                "branch-alias": {
1641
                    "dev-master": "2.3.x-dev"
1642
                }
1643
            },
1644
            "autoload": {
1645
                "classmap": [
1646
                    "src/"
1647
                ]
1648
            },
1649
            "notification-url": "https://packagist.org/downloads/",
1650
            "license": [
1651
                "BSD-3-Clause"
1652
            ],
1653
            "authors": [
1654
                {
1655
                    "name": "Sebastian Bergmann",
1656
                    "email": "[email protected]",
1657
                    "role": "lead"
1658
                }
1659
            ],
1660
            "description": "Mock Object library for PHPUnit",
1661
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
1662
            "keywords": [
1663
                "mock",
1664
                "xunit"
1665
            ],
1666
            "time": "2015-10-02T06:51:40+00:00"
1667
        },
1668
        {
1669
            "name": "psr/log",
1670
            "version": "1.0.2",
1671
            "source": {
1672
                "type": "git",
1673
                "url": "https://github.com/php-fig/log.git",
1674
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
1675
            },
1676
            "dist": {
1677
                "type": "zip",
1678
                "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
1679
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
1680
                "shasum": ""
1681
            },
1682
            "require": {
1683
                "php": ">=5.3.0"
1684
            },
1685
            "type": "library",
1686
            "extra": {
1687
                "branch-alias": {
1688
                    "dev-master": "1.0.x-dev"
1689
                }
1690
            },
1691
            "autoload": {
1692
                "psr-4": {
1693
                    "Psr\\Log\\": "Psr/Log/"
1694
                }
1695
            },
1696
            "notification-url": "https://packagist.org/downloads/",
1697
            "license": [
1698
                "MIT"
1699
            ],
1700
            "authors": [
1701
                {
1702
                    "name": "PHP-FIG",
1703
                    "homepage": "http://www.php-fig.org/"
1704
                }
1705
            ],
1706
            "description": "Common interface for logging libraries",
1707
            "homepage": "https://github.com/php-fig/log",
1708
            "keywords": [
1709
                "log",
1710
                "psr",
1711
                "psr-3"
1712
            ],
1713
            "time": "2016-10-10T12:19:37+00:00"
1714
        },
1715
        {
1716
            "name": "scrutinizer/ocular",
1717
            "version": "1.3.1",
1718
            "source": {
1719
                "type": "git",
1720
                "url": "https://github.com/scrutinizer-ci/ocular.git",
1721
                "reference": "b87630fa5a872283319a84133bb610163fe509b1"
1722
            },
1723
            "dist": {
1724
                "type": "zip",
1725
                "url": "https://api.github.com/repos/scrutinizer-ci/ocular/zipball/b87630fa5a872283319a84133bb610163fe509b1",
1726
                "reference": "b87630fa5a872283319a84133bb610163fe509b1",
1727
                "shasum": ""
1728
            },
1729
            "require": {
1730
                "guzzlehttp/guzzle": "~3.0",
1731
                "jms/serializer": "^1.0.0",
1732
                "phpoption/phpoption": "~1.0",
1733
                "symfony/console": "^2.0.5|~3.0",
1734
                "symfony/process": "~2.3|~3.0"
1735
            },
1736
            "require-dev": {
1737
                "phpunit/phpunit": "^4.8.0",
1738
                "symfony/filesystem": "~2.0|~3.0"
1739
            },
1740
            "bin": [
1741
                "bin/ocular"
1742
            ],
1743
            "type": "library",
1744
            "autoload": {
1745
                "psr-4": {
1746
                    "Scrutinizer\\Ocular\\": "src/Scrutinizer/Ocular"
1747
                }
1748
            },
1749
            "notification-url": "https://packagist.org/downloads/",
1750
            "time": "2016-09-09T08:07:18+00:00"
1751
        },
1752
        {
1753
            "name": "sebastian/comparator",
1754
            "version": "1.2.4",
1755
            "source": {
1756
                "type": "git",
1757
                "url": "https://github.com/sebastianbergmann/comparator.git",
1758
                "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
1759
            },
1760
            "dist": {
1761
                "type": "zip",
1762
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
1763
                "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
1764
                "shasum": ""
1765
            },
1766
            "require": {
1767
                "php": ">=5.3.3",
1768
                "sebastian/diff": "~1.2",
1769
                "sebastian/exporter": "~1.2 || ~2.0"
1770
            },
1771
            "require-dev": {
1772
                "phpunit/phpunit": "~4.4"
1773
            },
1774
            "type": "library",
1775
            "extra": {
1776
                "branch-alias": {
1777
                    "dev-master": "1.2.x-dev"
1778
                }
1779
            },
1780
            "autoload": {
1781
                "classmap": [
1782
                    "src/"
1783
                ]
1784
            },
1785
            "notification-url": "https://packagist.org/downloads/",
1786
            "license": [
1787
                "BSD-3-Clause"
1788
            ],
1789
            "authors": [
1790
                {
1791
                    "name": "Jeff Welch",
1792
                    "email": "[email protected]"
1793
                },
1794
                {
1795
                    "name": "Volker Dusch",
1796
                    "email": "[email protected]"
1797
                },
1798
                {
1799
                    "name": "Bernhard Schussek",
1800
                    "email": "[email protected]"
1801
                },
1802
                {
1803
                    "name": "Sebastian Bergmann",
1804
                    "email": "[email protected]"
1805
                }
1806
            ],
1807
            "description": "Provides the functionality to compare PHP values for equality",
1808
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
1809
            "keywords": [
1810
                "comparator",
1811
                "compare",
1812
                "equality"
1813
            ],
1814
            "time": "2017-01-29T09:50:25+00:00"
1815
        },
1816
        {
1817
            "name": "sebastian/diff",
1818
            "version": "1.4.3",
1819
            "source": {
1820
                "type": "git",
1821
                "url": "https://github.com/sebastianbergmann/diff.git",
1822
                "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4"
1823
            },
1824
            "dist": {
1825
                "type": "zip",
1826
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4",
1827
                "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4",
1828
                "shasum": ""
1829
            },
1830
            "require": {
1831
                "php": "^5.3.3 || ^7.0"
1832
            },
1833
            "require-dev": {
1834
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
1835
            },
1836
            "type": "library",
1837
            "extra": {
1838
                "branch-alias": {
1839
                    "dev-master": "1.4-dev"
1840
                }
1841
            },
1842
            "autoload": {
1843
                "classmap": [
1844
                    "src/"
1845
                ]
1846
            },
1847
            "notification-url": "https://packagist.org/downloads/",
1848
            "license": [
1849
                "BSD-3-Clause"
1850
            ],
1851
            "authors": [
1852
                {
1853
                    "name": "Kore Nordmann",
1854
                    "email": "[email protected]"
1855
                },
1856
                {
1857
                    "name": "Sebastian Bergmann",
1858
                    "email": "[email protected]"
1859
                }
1860
            ],
1861
            "description": "Diff implementation",
1862
            "homepage": "https://github.com/sebastianbergmann/diff",
1863
            "keywords": [
1864
                "diff"
1865
            ],
1866
            "time": "2017-05-22T07:24:03+00:00"
1867
        },
1868
        {
1869
            "name": "sebastian/environment",
1870
            "version": "1.3.8",
1871
            "source": {
1872
                "type": "git",
1873
                "url": "https://github.com/sebastianbergmann/environment.git",
1874
                "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea"
1875
            },
1876
            "dist": {
1877
                "type": "zip",
1878
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/be2c607e43ce4c89ecd60e75c6a85c126e754aea",
1879
                "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea",
1880
                "shasum": ""
1881
            },
1882
            "require": {
1883
                "php": "^5.3.3 || ^7.0"
1884
            },
1885
            "require-dev": {
1886
                "phpunit/phpunit": "^4.8 || ^5.0"
1887
            },
1888
            "type": "library",
1889
            "extra": {
1890
                "branch-alias": {
1891
                    "dev-master": "1.3.x-dev"
1892
                }
1893
            },
1894
            "autoload": {
1895
                "classmap": [
1896
                    "src/"
1897
                ]
1898
            },
1899
            "notification-url": "https://packagist.org/downloads/",
1900
            "license": [
1901
                "BSD-3-Clause"
1902
            ],
1903
            "authors": [
1904
                {
1905
                    "name": "Sebastian Bergmann",
1906
                    "email": "[email protected]"
1907
                }
1908
            ],
1909
            "description": "Provides functionality to handle HHVM/PHP environments",
1910
            "homepage": "http://www.github.com/sebastianbergmann/environment",
1911
            "keywords": [
1912
                "Xdebug",
1913
                "environment",
1914
                "hhvm"
1915
            ],
1916
            "time": "2016-08-18T05:49:44+00:00"
1917
        },
1918
        {
1919
            "name": "sebastian/exporter",
1920
            "version": "1.2.2",
1921
            "source": {
1922
                "type": "git",
1923
                "url": "https://github.com/sebastianbergmann/exporter.git",
1924
                "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4"
1925
            },
1926
            "dist": {
1927
                "type": "zip",
1928
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4",
1929
                "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4",
1930
                "shasum": ""
1931
            },
1932
            "require": {
1933
                "php": ">=5.3.3",
1934
                "sebastian/recursion-context": "~1.0"
1935
            },
1936
            "require-dev": {
1937
                "ext-mbstring": "*",
1938
                "phpunit/phpunit": "~4.4"
1939
            },
1940
            "type": "library",
1941
            "extra": {
1942
                "branch-alias": {
1943
                    "dev-master": "1.3.x-dev"
1944
                }
1945
            },
1946
            "autoload": {
1947
                "classmap": [
1948
                    "src/"
1949
                ]
1950
            },
1951
            "notification-url": "https://packagist.org/downloads/",
1952
            "license": [
1953
                "BSD-3-Clause"
1954
            ],
1955
            "authors": [
1956
                {
1957
                    "name": "Jeff Welch",
1958
                    "email": "[email protected]"
1959
                },
1960
                {
1961
                    "name": "Volker Dusch",
1962
                    "email": "[email protected]"
1963
                },
1964
                {
1965
                    "name": "Bernhard Schussek",
1966
                    "email": "[email protected]"
1967
                },
1968
                {
1969
                    "name": "Sebastian Bergmann",
1970
                    "email": "[email protected]"
1971
                },
1972
                {
1973
                    "name": "Adam Harvey",
1974
                    "email": "[email protected]"
1975
                }
1976
            ],
1977
            "description": "Provides the functionality to export PHP variables for visualization",
1978
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
1979
            "keywords": [
1980
                "export",
1981
                "exporter"
1982
            ],
1983
            "time": "2016-06-17T09:04:28+00:00"
1984
        },
1985
        {
1986
            "name": "sebastian/global-state",
1987
            "version": "1.1.1",
1988
            "source": {
1989
                "type": "git",
1990
                "url": "https://github.com/sebastianbergmann/global-state.git",
1991
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
1992
            },
1993
            "dist": {
1994
                "type": "zip",
1995
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
1996
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
1997
                "shasum": ""
1998
            },
1999
            "require": {
2000
                "php": ">=5.3.3"
2001
            },
2002
            "require-dev": {
2003
                "phpunit/phpunit": "~4.2"
2004
            },
2005
            "suggest": {
2006
                "ext-uopz": "*"
2007
            },
2008
            "type": "library",
2009
            "extra": {
2010
                "branch-alias": {
2011
                    "dev-master": "1.0-dev"
2012
                }
2013
            },
2014
            "autoload": {
2015
                "classmap": [
2016
                    "src/"
2017
                ]
2018
            },
2019
            "notification-url": "https://packagist.org/downloads/",
2020
            "license": [
2021
                "BSD-3-Clause"
2022
            ],
2023
            "authors": [
2024
                {
2025
                    "name": "Sebastian Bergmann",
2026
                    "email": "[email protected]"
2027
                }
2028
            ],
2029
            "description": "Snapshotting of global state",
2030
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
2031
            "keywords": [
2032
                "global state"
2033
            ],
2034
            "time": "2015-10-12T03:26:01+00:00"
2035
        },
2036
        {
2037
            "name": "sebastian/recursion-context",
2038
            "version": "1.0.5",
2039
            "source": {
2040
                "type": "git",
2041
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
2042
                "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7"
2043
            },
2044
            "dist": {
2045
                "type": "zip",
2046
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
2047
                "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
2048
                "shasum": ""
2049
            },
2050
            "require": {
2051
                "php": ">=5.3.3"
2052
            },
2053
            "require-dev": {
2054
                "phpunit/phpunit": "~4.4"
2055
            },
2056
            "type": "library",
2057
            "extra": {
2058
                "branch-alias": {
2059
                    "dev-master": "1.0.x-dev"
2060
                }
2061
            },
2062
            "autoload": {
2063
                "classmap": [
2064
                    "src/"
2065
                ]
2066
            },
2067
            "notification-url": "https://packagist.org/downloads/",
2068
            "license": [
2069
                "BSD-3-Clause"
2070
            ],
2071
            "authors": [
2072
                {
2073
                    "name": "Jeff Welch",
2074
                    "email": "[email protected]"
2075
                },
2076
                {
2077
                    "name": "Sebastian Bergmann",
2078
                    "email": "[email protected]"
2079
                },
2080
                {
2081
                    "name": "Adam Harvey",
2082
                    "email": "[email protected]"
2083
                }
2084
            ],
2085
            "description": "Provides functionality to recursively process PHP variables",
2086
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
2087
            "time": "2016-10-03T07:41:43+00:00"
2088
        },
2089
        {
2090
            "name": "sebastian/version",
2091
            "version": "1.0.6",
2092
            "source": {
2093
                "type": "git",
2094
                "url": "https://github.com/sebastianbergmann/version.git",
2095
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
2096
            },
2097
            "dist": {
2098
                "type": "zip",
2099
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
2100
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
2101
                "shasum": ""
2102
            },
2103
            "type": "library",
2104
            "autoload": {
2105
                "classmap": [
2106
                    "src/"
2107
                ]
2108
            },
2109
            "notification-url": "https://packagist.org/downloads/",
2110
            "license": [
2111
                "BSD-3-Clause"
2112
            ],
2113
            "authors": [
2114
                {
2115
                    "name": "Sebastian Bergmann",
2116
                    "email": "[email protected]",
2117
                    "role": "lead"
2118
                }
2119
            ],
2120
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
2121
            "homepage": "https://github.com/sebastianbergmann/version",
2122
            "time": "2015-06-21T13:59:46+00:00"
2123
        },
2124
        {
2125
            "name": "symfony/console",
2126
            "version": "v3.3.3",
2127
            "source": {
2128
                "type": "git",
2129
                "url": "https://github.com/symfony/console.git",
2130
                "reference": "a97e45d98c59510f085fa05225a1acb74dfe0546"
2131
            },
2132
            "dist": {
2133
                "type": "zip",
2134
                "url": "https://api.github.com/repos/symfony/console/zipball/a97e45d98c59510f085fa05225a1acb74dfe0546",
2135
                "reference": "a97e45d98c59510f085fa05225a1acb74dfe0546",
2136
                "shasum": ""
2137
            },
2138
            "require": {
2139
                "php": ">=5.5.9",
2140
                "symfony/debug": "~2.8|~3.0",
2141
                "symfony/polyfill-mbstring": "~1.0"
2142
            },
2143
            "conflict": {
2144
                "symfony/dependency-injection": "<3.3"
2145
            },
2146
            "require-dev": {
2147
                "psr/log": "~1.0",
2148
                "symfony/config": "~3.3",
2149
                "symfony/dependency-injection": "~3.3",
2150
                "symfony/event-dispatcher": "~2.8|~3.0",
2151
                "symfony/filesystem": "~2.8|~3.0",
2152
                "symfony/http-kernel": "~2.8|~3.0",
2153
                "symfony/process": "~2.8|~3.0"
2154
            },
2155
            "suggest": {
2156
                "psr/log": "For using the console logger",
2157
                "symfony/event-dispatcher": "",
2158
                "symfony/filesystem": "",
2159
                "symfony/process": ""
2160
            },
2161
            "type": "library",
2162
            "extra": {
2163
                "branch-alias": {
2164
                    "dev-master": "3.3-dev"
2165
                }
2166
            },
2167
            "autoload": {
2168
                "psr-4": {
2169
                    "Symfony\\Component\\Console\\": ""
2170
                },
2171
                "exclude-from-classmap": [
2172
                    "/Tests/"
2173
                ]
2174
            },
2175
            "notification-url": "https://packagist.org/downloads/",
2176
            "license": [
2177
                "MIT"
2178
            ],
2179
            "authors": [
2180
                {
2181
                    "name": "Fabien Potencier",
2182
                    "email": "[email protected]"
2183
                },
2184
                {
2185
                    "name": "Symfony Community",
2186
                    "homepage": "https://symfony.com/contributors"
2187
                }
2188
            ],
2189
            "description": "Symfony Console Component",
2190
            "homepage": "https://symfony.com",
2191
            "time": "2017-07-03T13:19:36+00:00"
2192
        },
2193
        {
2194
            "name": "symfony/debug",
2195
            "version": "v3.3.3",
2196
            "source": {
2197
                "type": "git",
2198
                "url": "https://github.com/symfony/debug.git",
2199
                "reference": "bcfd02728d9b776e5c2195a4750c813fe440402f"
2200
            },
2201
            "dist": {
2202
                "type": "zip",
2203
                "url": "https://api.github.com/repos/symfony/debug/zipball/bcfd02728d9b776e5c2195a4750c813fe440402f",
2204
                "reference": "bcfd02728d9b776e5c2195a4750c813fe440402f",
2205
                "shasum": ""
2206
            },
2207
            "require": {
2208
                "php": ">=5.5.9",
2209
                "psr/log": "~1.0"
2210
            },
2211
            "conflict": {
2212
                "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
2213
            },
2214
            "require-dev": {
2215
                "symfony/http-kernel": "~2.8|~3.0"
2216
            },
2217
            "type": "library",
2218
            "extra": {
2219
                "branch-alias": {
2220
                    "dev-master": "3.3-dev"
2221
                }
2222
            },
2223
            "autoload": {
2224
                "psr-4": {
2225
                    "Symfony\\Component\\Debug\\": ""
2226
                },
2227
                "exclude-from-classmap": [
2228
                    "/Tests/"
2229
                ]
2230
            },
2231
            "notification-url": "https://packagist.org/downloads/",
2232
            "license": [
2233
                "MIT"
2234
            ],
2235
            "authors": [
2236
                {
2237
                    "name": "Fabien Potencier",
2238
                    "email": "[email protected]"
2239
                },
2240
                {
2241
                    "name": "Symfony Community",
2242
                    "homepage": "https://symfony.com/contributors"
2243
                }
2244
            ],
2245
            "description": "Symfony Debug Component",
2246
            "homepage": "https://symfony.com",
2247
            "time": "2017-06-06T14:51:55+00:00"
2248
        },
2249
        {
2250
            "name": "symfony/event-dispatcher",
2251
            "version": "v3.3.3",
2252
            "source": {
2253
                "type": "git",
2254
                "url": "https://github.com/symfony/event-dispatcher.git",
2255
                "reference": "67535f1e3fd662bdc68d7ba317c93eecd973617e"
2256
            },
2257
            "dist": {
2258
                "type": "zip",
2259
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/67535f1e3fd662bdc68d7ba317c93eecd973617e",
2260
                "reference": "67535f1e3fd662bdc68d7ba317c93eecd973617e",
2261
                "shasum": ""
2262
            },
2263
            "require": {
2264
                "php": ">=5.5.9"
2265
            },
2266
            "conflict": {
2267
                "symfony/dependency-injection": "<3.3"
2268
            },
2269
            "require-dev": {
2270
                "psr/log": "~1.0",
2271
                "symfony/config": "~2.8|~3.0",
2272
                "symfony/dependency-injection": "~3.3",
2273
                "symfony/expression-language": "~2.8|~3.0",
2274
                "symfony/stopwatch": "~2.8|~3.0"
2275
            },
2276
            "suggest": {
2277
                "symfony/dependency-injection": "",
2278
                "symfony/http-kernel": ""
2279
            },
2280
            "type": "library",
2281
            "extra": {
2282
                "branch-alias": {
2283
                    "dev-master": "3.3-dev"
2284
                }
2285
            },
2286
            "autoload": {
2287
                "psr-4": {
2288
                    "Symfony\\Component\\EventDispatcher\\": ""
2289
                },
2290
                "exclude-from-classmap": [
2291
                    "/Tests/"
2292
                ]
2293
            },
2294
            "notification-url": "https://packagist.org/downloads/",
2295
            "license": [
2296
                "MIT"
2297
            ],
2298
            "authors": [
2299
                {
2300
                    "name": "Fabien Potencier",
2301
                    "email": "[email protected]"
2302
                },
2303
                {
2304
                    "name": "Symfony Community",
2305
                    "homepage": "https://symfony.com/contributors"
2306
                }
2307
            ],
2308
            "description": "Symfony EventDispatcher Component",
2309
            "homepage": "https://symfony.com",
2310
            "time": "2017-06-09T14:53:08+00:00"
2311
        },
2312
        {
2313
            "name": "symfony/polyfill-mbstring",
2314
            "version": "v1.4.0",
2315
            "source": {
2316
                "type": "git",
2317
                "url": "https://github.com/symfony/polyfill-mbstring.git",
2318
                "reference": "f29dca382a6485c3cbe6379f0c61230167681937"
2319
            },
2320
            "dist": {
2321
                "type": "zip",
2322
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/f29dca382a6485c3cbe6379f0c61230167681937",
2323
                "reference": "f29dca382a6485c3cbe6379f0c61230167681937",
2324
                "shasum": ""
2325
            },
2326
            "require": {
2327
                "php": ">=5.3.3"
2328
            },
2329
            "suggest": {
2330
                "ext-mbstring": "For best performance"
2331
            },
2332
            "type": "library",
2333
            "extra": {
2334
                "branch-alias": {
2335
                    "dev-master": "1.4-dev"
2336
                }
2337
            },
2338
            "autoload": {
2339
                "psr-4": {
2340
                    "Symfony\\Polyfill\\Mbstring\\": ""
2341
                },
2342
                "files": [
2343
                    "bootstrap.php"
2344
                ]
2345
            },
2346
            "notification-url": "https://packagist.org/downloads/",
2347
            "license": [
2348
                "MIT"
2349
            ],
2350
            "authors": [
2351
                {
2352
                    "name": "Nicolas Grekas",
2353
                    "email": "[email protected]"
2354
                },
2355
                {
2356
                    "name": "Symfony Community",
2357
                    "homepage": "https://symfony.com/contributors"
2358
                }
2359
            ],
2360
            "description": "Symfony polyfill for the Mbstring extension",
2361
            "homepage": "https://symfony.com",
2362
            "keywords": [
2363
                "compatibility",
2364
                "mbstring",
2365
                "polyfill",
2366
                "portable",
2367
                "shim"
2368
            ],
2369
            "time": "2017-06-09T14:24:12+00:00"
2370
        },
2371
        {
2372
            "name": "symfony/process",
2373
            "version": "v3.3.3",
2374
            "source": {
2375
                "type": "git",
2376
                "url": "https://github.com/symfony/process.git",
2377
                "reference": "5ab8949b682b1bf9d4511a228b5e045c96758c30"
2378
            },
2379
            "dist": {
2380
                "type": "zip",
2381
                "url": "https://api.github.com/repos/symfony/process/zipball/5ab8949b682b1bf9d4511a228b5e045c96758c30",
2382
                "reference": "5ab8949b682b1bf9d4511a228b5e045c96758c30",
2383
                "shasum": ""
2384
            },
2385
            "require": {
2386
                "php": ">=5.5.9"
2387
            },
2388
            "type": "library",
2389
            "extra": {
2390
                "branch-alias": {
2391
                    "dev-master": "3.3-dev"
2392
                }
2393
            },
2394
            "autoload": {
2395
                "psr-4": {
2396
                    "Symfony\\Component\\Process\\": ""
2397
                },
2398
                "exclude-from-classmap": [
2399
                    "/Tests/"
2400
                ]
2401
            },
2402
            "notification-url": "https://packagist.org/downloads/",
2403
            "license": [
2404
                "MIT"
2405
            ],
2406
            "authors": [
2407
                {
2408
                    "name": "Fabien Potencier",
2409
                    "email": "[email protected]"
2410
                },
2411
                {
2412
                    "name": "Symfony Community",
2413
                    "homepage": "https://symfony.com/contributors"
2414
                }
2415
            ],
2416
            "description": "Symfony Process Component",
2417
            "homepage": "https://symfony.com",
2418
            "time": "2017-07-03T08:12:02+00:00"
2419
        },
2420
        {
2421
            "name": "symfony/yaml",
2422
            "version": "v3.3.3",
2423
            "source": {
2424
                "type": "git",
2425
                "url": "https://github.com/symfony/yaml.git",
2426
                "reference": "1f93a8d19b8241617f5074a123e282575b821df8"
2427
            },
2428
            "dist": {
2429
                "type": "zip",
2430
                "url": "https://api.github.com/repos/symfony/yaml/zipball/1f93a8d19b8241617f5074a123e282575b821df8",
2431
                "reference": "1f93a8d19b8241617f5074a123e282575b821df8",
2432
                "shasum": ""
2433
            },
2434
            "require": {
2435
                "php": ">=5.5.9"
2436
            },
2437
            "require-dev": {
2438
                "symfony/console": "~2.8|~3.0"
2439
            },
2440
            "suggest": {
2441
                "symfony/console": "For validating YAML files using the lint command"
2442
            },
2443
            "type": "library",
2444
            "extra": {
2445
                "branch-alias": {
2446
                    "dev-master": "3.3-dev"
2447
                }
2448
            },
2449
            "autoload": {
2450
                "psr-4": {
2451
                    "Symfony\\Component\\Yaml\\": ""
2452
                },
2453
                "exclude-from-classmap": [
2454
                    "/Tests/"
2455
                ]
2456
            },
2457
            "notification-url": "https://packagist.org/downloads/",
2458
            "license": [
2459
                "MIT"
2460
            ],
2461
            "authors": [
2462
                {
2463
                    "name": "Fabien Potencier",
2464
                    "email": "[email protected]"
2465
                },
2466
                {
2467
                    "name": "Symfony Community",
2468
                    "homepage": "https://symfony.com/contributors"
2469
                }
2470
            ],
2471
            "description": "Symfony Yaml Component",
2472
            "homepage": "https://symfony.com",
2473
            "time": "2017-06-15T12:58:50+00:00"
2474
        },
2475
        {
2476
            "name": "webmozart/assert",
2477
            "version": "1.2.0",
2478
            "source": {
2479
                "type": "git",
2480
                "url": "https://github.com/webmozart/assert.git",
2481
                "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f"
2482
            },
2483
            "dist": {
2484
                "type": "zip",
2485
                "url": "https://api.github.com/repos/webmozart/assert/zipball/2db61e59ff05fe5126d152bd0655c9ea113e550f",
2486
                "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f",
2487
                "shasum": ""
2488
            },
2489
            "require": {
2490
                "php": "^5.3.3 || ^7.0"
2491
            },
2492
            "require-dev": {
2493
                "phpunit/phpunit": "^4.6",
2494
                "sebastian/version": "^1.0.1"
2495
            },
2496
            "type": "library",
2497
            "extra": {
2498
                "branch-alias": {
2499
                    "dev-master": "1.3-dev"
2500
                }
2501
            },
2502
            "autoload": {
2503
                "psr-4": {
2504
                    "Webmozart\\Assert\\": "src/"
2505
                }
2506
            },
2507
            "notification-url": "https://packagist.org/downloads/",
2508
            "license": [
2509
                "MIT"
2510
            ],
2511
            "authors": [
2512
                {
2513
                    "name": "Bernhard Schussek",
2514
                    "email": "[email protected]"
2515
                }
2516
            ],
2517
            "description": "Assertions to validate method input/output with nice error messages.",
2518
            "keywords": [
2519
                "assert",
2520
                "check",
2521
                "validate"
2522
            ],
2523
            "time": "2016-11-23T20:04:58+00:00"
2524
        }
2525
    ],
2526
    "aliases": [],
2527
    "minimum-stability": "stable",
2528
    "stability-flags": [],
2529
    "prefer-stable": false,
2530
    "prefer-lowest": false,
2531
    "platform": [],
2532
    "platform-dev": []
2533
}
2534