Completed
Push — master ( 376bf1...4e2b35 )
by Basil
04:30
created

composer.lock (1 issue)

Severity

Upgrade to new PHP Analysis Engine

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

1
{
2
    "_readme": [
3
        "This file locks the dependencies of your project to a known state",
4
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
5
        "This file is @generated automatically"
6
    ],
7
    "content-hash": "f939b17489cf1d587fda6c56b7d08783",
8
    "packages": [
9
        {
10
            "name": "bower-asset/inputmask",
11
            "version": "3.3.11",
12
            "source": {
13
                "type": "git",
14
                "url": "https://github.com/RobinHerbots/Inputmask.git",
15
                "reference": "5e670ad62f50c738388d4dcec78d2888505ad77b"
16
            },
17
            "dist": {
18
                "type": "zip",
19
                "url": "https://api.github.com/repos/RobinHerbots/Inputmask/zipball/5e670ad62f50c738388d4dcec78d2888505ad77b",
20
                "reference": "5e670ad62f50c738388d4dcec78d2888505ad77b",
21
                "shasum": null
22
            },
23
            "require": {
24
                "bower-asset/jquery": ">=1.7"
25
            },
26
            "type": "bower-asset",
27
            "license": [
28
                "http://opensource.org/licenses/mit-license.php"
29
            ]
30
        },
31
        {
32
            "name": "bower-asset/jquery",
33
            "version": "3.2.1",
34
            "source": {
35
                "type": "git",
36
                "url": "https://github.com/jquery/jquery-dist.git",
37
                "reference": "77d2a51d0520d2ee44173afdf4e40a9201f5964e"
38
            },
39
            "dist": {
40
                "type": "zip",
41
                "url": "https://api.github.com/repos/jquery/jquery-dist/zipball/77d2a51d0520d2ee44173afdf4e40a9201f5964e",
42
                "reference": "77d2a51d0520d2ee44173afdf4e40a9201f5964e",
43
                "shasum": null
44
            },
45
            "type": "bower-asset",
46
            "license": [
47
                "MIT"
48
            ]
49
        },
50
        {
51
            "name": "bower-asset/punycode",
52
            "version": "v1.3.2",
53
            "source": {
54
                "type": "git",
55
                "url": "https://github.com/bestiejs/punycode.js.git",
56
                "reference": "38c8d3131a82567bfef18da09f7f4db68c84f8a3"
57
            },
58
            "dist": {
59
                "type": "zip",
60
                "url": "https://api.github.com/repos/bestiejs/punycode.js/zipball/38c8d3131a82567bfef18da09f7f4db68c84f8a3",
61
                "reference": "38c8d3131a82567bfef18da09f7f4db68c84f8a3",
62
                "shasum": ""
63
            },
64
            "type": "bower-asset-library",
65
            "extra": {
66
                "bower-asset-main": "punycode.js",
67
                "bower-asset-ignore": [
68
                    "coverage",
69
                    "tests",
70
                    ".*",
71
                    "component.json",
72
                    "Gruntfile.js",
73
                    "node_modules",
74
                    "package.json"
75
                ]
76
            }
77
        },
78
        {
79
            "name": "bower-asset/yii2-pjax",
80
            "version": "2.0.7.1",
81
            "source": {
82
                "type": "git",
83
                "url": "[email protected]:yiisoft/jquery-pjax.git",
84
                "reference": "aef7b953107264f00234902a3880eb50dafc48be"
85
            },
86
            "dist": {
87
                "type": "zip",
88
                "url": "https://api.github.com/repos/yiisoft/jquery-pjax/zipball/aef7b953107264f00234902a3880eb50dafc48be",
89
                "reference": "aef7b953107264f00234902a3880eb50dafc48be",
90
                "shasum": null
91
            },
92
            "require": {
93
                "bower-asset/jquery": ">=1.8"
94
            },
95
            "type": "bower-asset",
96
            "license": [
97
                "MIT"
98
            ]
99
        },
100
        {
101
            "name": "cebe/markdown",
102
            "version": "1.1.2",
103
            "source": {
104
                "type": "git",
105
                "url": "https://github.com/cebe/markdown.git",
106
                "reference": "25b28bae8a6f185b5030673af77b32e1163d5c6e"
107
            },
108
            "dist": {
109
                "type": "zip",
110
                "url": "https://api.github.com/repos/cebe/markdown/zipball/25b28bae8a6f185b5030673af77b32e1163d5c6e",
111
                "reference": "25b28bae8a6f185b5030673af77b32e1163d5c6e",
112
                "shasum": ""
113
            },
114
            "require": {
115
                "lib-pcre": "*",
116
                "php": ">=5.4.0"
117
            },
118
            "require-dev": {
119
                "cebe/indent": "*",
120
                "facebook/xhprof": "*@dev",
121
                "phpunit/phpunit": "4.1.*"
122
            },
123
            "bin": [
124
                "bin/markdown"
125
            ],
126
            "type": "library",
127
            "extra": {
128
                "branch-alias": {
129
                    "dev-master": "1.1.x-dev"
130
                }
131
            },
132
            "autoload": {
133
                "psr-4": {
134
                    "cebe\\markdown\\": ""
135
                }
136
            },
137
            "notification-url": "https://packagist.org/downloads/",
138
            "license": [
139
                "MIT"
140
            ],
141
            "authors": [
142
                {
143
                    "name": "Carsten Brandt",
144
                    "email": "[email protected]",
145
                    "homepage": "http://cebe.cc/",
146
                    "role": "Creator"
147
                }
148
            ],
149
            "description": "A super fast, highly extensible markdown parser for PHP",
150
            "homepage": "https://github.com/cebe/markdown#readme",
151
            "keywords": [
152
                "extensible",
153
                "fast",
154
                "gfm",
155
                "markdown",
156
                "markdown-extra"
157
            ],
158
            "time": "2017-07-16T21:13:23+00:00"
159
        },
160
        {
161
            "name": "cpliakas/git-wrapper",
162
            "version": "1.7.0",
163
            "source": {
164
                "type": "git",
165
                "url": "https://github.com/cpliakas/git-wrapper.git",
166
                "reference": "1a2f1131ec9ebe04a0b729b141396fa55f992d44"
167
            },
168
            "dist": {
169
                "type": "zip",
170
                "url": "https://api.github.com/repos/cpliakas/git-wrapper/zipball/1a2f1131ec9ebe04a0b729b141396fa55f992d44",
171
                "reference": "1a2f1131ec9ebe04a0b729b141396fa55f992d44",
172
                "shasum": ""
173
            },
174
            "require": {
175
                "php": ">=5.3.0",
176
                "symfony/event-dispatcher": "~2.3|~3.0",
177
                "symfony/process": "~2.3|~3.0"
178
            },
179
            "require-dev": {
180
                "pdepend/pdepend": "~1.0",
181
                "phploc/phploc": "~2.0",
182
                "phpmd/phpmd": "~1.0",
183
                "phpunit/phpunit": "~3.0",
184
                "psr/log": "~1.0",
185
                "scrutinizer/ocular": "~1.0",
186
                "sebastian/phpcpd": "~2.0",
187
                "symfony/filesystem": "~2.0"
188
            },
189
            "suggest": {
190
                "monolog/monolog": "Enables logging of executed git commands"
191
            },
192
            "type": "library",
193
            "autoload": {
194
                "psr-0": {
195
                    "GitWrapper": "src/"
196
                }
197
            },
198
            "notification-url": "https://packagist.org/downloads/",
199
            "license": [
200
                "MIT"
201
            ],
202
            "authors": [
203
                {
204
                    "name": "Chris Pliakas",
205
                    "email": "[email protected]"
206
                }
207
            ],
208
            "description": "A PHP wrapper around the Git command line utility.",
209
            "homepage": "https://github.com/cpliakas/git-wrapper",
210
            "keywords": [
211
                "git"
212
            ],
213
            "time": "2016-04-19T16:12:33+00:00"
214
        },
215
        {
216
            "name": "curl/curl",
217
            "version": "1.8.0",
218
            "source": {
219
                "type": "git",
220
                "url": "https://github.com/php-mod/curl.git",
221
                "reference": "16e8489b048ef57ffbf74591a201f7808155b2db"
222
            },
223
            "dist": {
224
                "type": "zip",
225
                "url": "https://api.github.com/repos/php-mod/curl/zipball/16e8489b048ef57ffbf74591a201f7808155b2db",
226
                "reference": "16e8489b048ef57ffbf74591a201f7808155b2db",
227
                "shasum": ""
228
            },
229
            "require": {
230
                "ext-curl": "*",
231
                "php": ">=5.3.0"
232
            },
233
            "require-dev": {
234
                "phpunit/phpunit": "3.7.*",
235
                "squizlabs/php_codesniffer": "~2.1"
236
            },
237
            "type": "library",
238
            "autoload": {
239
                "psr-0": {
240
                    "Curl": "src/"
241
                }
242
            },
243
            "notification-url": "https://packagist.org/downloads/",
244
            "license": [
245
                "MIT"
246
            ],
247
            "authors": [
248
                {
249
                    "name": "Hassan Amouhzi",
250
                    "email": "[email protected]",
251
                    "homepage": "http://hassan.amouhzi.com"
252
                },
253
                {
254
                    "name": "php-curl-class",
255
                    "homepage": "https://github.com/php-curl-class"
256
                },
257
                {
258
                    "name": "user52",
259
                    "homepage": "https://github.com/user52"
260
                }
261
            ],
262
            "description": "cURL class for PHP",
263
            "homepage": "https://github.com/php-mod/curl",
264
            "keywords": [
265
                "curl",
266
                "dot"
267
            ],
268
            "time": "2017-08-12T11:44:08+00:00"
269
        },
270
        {
271
            "name": "ezyang/htmlpurifier",
272
            "version": "v4.9.3",
273
            "source": {
274
                "type": "git",
275
                "url": "https://github.com/ezyang/htmlpurifier.git",
276
                "reference": "95e1bae3182efc0f3422896a3236e991049dac69"
277
            },
278
            "dist": {
279
                "type": "zip",
280
                "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/95e1bae3182efc0f3422896a3236e991049dac69",
281
                "reference": "95e1bae3182efc0f3422896a3236e991049dac69",
282
                "shasum": ""
283
            },
284
            "require": {
285
                "php": ">=5.2"
286
            },
287
            "require-dev": {
288
                "simpletest/simpletest": "^1.1"
289
            },
290
            "type": "library",
291
            "autoload": {
292
                "psr-0": {
293
                    "HTMLPurifier": "library/"
294
                },
295
                "files": [
296
                    "library/HTMLPurifier.composer.php"
297
                ]
298
            },
299
            "notification-url": "https://packagist.org/downloads/",
300
            "license": [
301
                "LGPL"
302
            ],
303
            "authors": [
304
                {
305
                    "name": "Edward Z. Yang",
306
                    "email": "[email protected]",
307
                    "homepage": "http://ezyang.com"
308
                }
309
            ],
310
            "description": "Standards compliant HTML filter written in PHP",
311
            "homepage": "http://htmlpurifier.org/",
312
            "keywords": [
313
                "html"
314
            ],
315
            "time": "2017-06-03T02:28:16+00:00"
316
        },
317
        {
318
            "name": "luyadev/luya-composer",
319
            "version": "1.0.3",
320
            "source": {
321
                "type": "git",
322
                "url": "https://github.com/luyadev/luya-composer.git",
323
                "reference": "d5274bd0e7a67987c7b4b3ee9d91f8268f638174"
324
            },
325
            "dist": {
326
                "type": "zip",
327
                "url": "https://api.github.com/repos/luyadev/luya-composer/zipball/d5274bd0e7a67987c7b4b3ee9d91f8268f638174",
328
                "reference": "d5274bd0e7a67987c7b4b3ee9d91f8268f638174",
329
                "shasum": ""
330
            },
331
            "require": {
332
                "composer-plugin-api": "^1.1"
333
            },
334
            "require-dev": {
335
                "composer/composer": "^1.0",
336
                "phpunit/phpunit": "~5.0"
337
            },
338
            "type": "composer-plugin",
339
            "extra": {
340
                "class": "luya\\composer\\Plugin",
341
                "branch-alias": {
342
                    "dev-master": "1.0.x-dev"
343
                }
344
            },
345
            "autoload": {
346
                "psr-4": {
347
                    "luya\\composer\\": "src/"
348
                }
349
            },
350
            "notification-url": "https://packagist.org/downloads/",
351
            "license": [
352
                "MIT"
353
            ],
354
            "authors": [
355
                {
356
                    "name": "Basil Suter",
357
                    "email": "[email protected]"
358
                }
359
            ],
360
            "description": "LUYA composer core",
361
            "keywords": [
362
                "composer",
363
                "luya"
364
            ],
365
            "time": "2018-01-16T09:12:39+00:00"
366
        },
367
        {
368
            "name": "nadar/php-composer-reader",
369
            "version": "1.0.0",
370
            "source": {
371
                "type": "git",
372
                "url": "https://github.com/nadar/php-composer-reader.git",
373
                "reference": "5561e0a541660dd7419ca15de95c57c3e185c3cd"
374
            },
375
            "dist": {
376
                "type": "zip",
377
                "url": "https://api.github.com/repos/nadar/php-composer-reader/zipball/5561e0a541660dd7419ca15de95c57c3e185c3cd",
378
                "reference": "5561e0a541660dd7419ca15de95c57c3e185c3cd",
379
                "shasum": ""
380
            },
381
            "require-dev": {
382
                "phpunit/phpunit": "^6.5"
383
            },
384
            "type": "library",
385
            "autoload": {
386
                "psr-4": {
387
                    "Nadar\\PhpComposerReader\\": "src/"
388
                }
389
            },
390
            "notification-url": "https://packagist.org/downloads/",
391
            "license": [
392
                "MIT"
393
            ],
394
            "authors": [
395
                {
396
                    "name": "Basil Suter",
397
                    "email": "[email protected]"
398
                }
399
            ],
400
            "description": "Read and manipulate composer.json",
401
            "time": "2018-01-03T15:53:35+00:00"
402
        },
403
        {
404
            "name": "phpmailer/phpmailer",
405
            "version": "v6.0.3",
406
            "source": {
407
                "type": "git",
408
                "url": "https://github.com/PHPMailer/PHPMailer.git",
409
                "reference": "44d49bab5ab1fef721d3ee07e75dc0865ddf4cc6"
410
            },
411
            "dist": {
412
                "type": "zip",
413
                "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/44d49bab5ab1fef721d3ee07e75dc0865ddf4cc6",
414
                "reference": "44d49bab5ab1fef721d3ee07e75dc0865ddf4cc6",
415
                "shasum": ""
416
            },
417
            "require": {
418
                "ext-ctype": "*",
419
                "ext-filter": "*",
420
                "php": ">=5.5.0"
421
            },
422
            "require-dev": {
423
                "doctrine/annotations": "1.2.*",
424
                "friendsofphp/php-cs-fixer": "^2.2",
425
                "phpdocumentor/phpdocumentor": "2.*",
426
                "phpunit/phpunit": "^4.8 || ^5.7",
427
                "zendframework/zend-eventmanager": "3.0.*",
428
                "zendframework/zend-i18n": "2.7.3",
429
                "zendframework/zend-serializer": "2.7.*"
430
            },
431
            "suggest": {
432
                "ext-mbstring": "Needed to send email in multibyte encoding charset",
433
                "hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication",
434
                "league/oauth2-google": "Needed for Google XOAUTH2 authentication",
435
                "psr/log": "For optional PSR-3 debug logging",
436
                "stevenmaguire/oauth2-microsoft": "Needed for Microsoft XOAUTH2 authentication",
437
                "symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)"
438
            },
439
            "type": "library",
440
            "autoload": {
441
                "psr-4": {
442
                    "PHPMailer\\PHPMailer\\": "src/"
443
                }
444
            },
445
            "notification-url": "https://packagist.org/downloads/",
446
            "license": [
447
                "LGPL-2.1"
448
            ],
449
            "authors": [
450
                {
451
                    "name": "Jim Jagielski",
452
                    "email": "[email protected]"
453
                },
454
                {
455
                    "name": "Marcus Bointon",
456
                    "email": "[email protected]"
457
                },
458
                {
459
                    "name": "Andy Prevost",
460
                    "email": "[email protected]"
461
                },
462
                {
463
                    "name": "Brent R. Matzelle"
464
                }
465
            ],
466
            "description": "PHPMailer is a full-featured email creation and transfer class for PHP",
467
            "time": "2018-01-05T13:19:58+00:00"
468
        },
469
        {
470
            "name": "symfony/event-dispatcher",
471
            "version": "v3.3.6",
472
            "source": {
473
                "type": "git",
474
                "url": "https://github.com/symfony/event-dispatcher.git",
475
                "reference": "67535f1e3fd662bdc68d7ba317c93eecd973617e"
476
            },
477
            "dist": {
478
                "type": "zip",
479
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/67535f1e3fd662bdc68d7ba317c93eecd973617e",
480
                "reference": "67535f1e3fd662bdc68d7ba317c93eecd973617e",
481
                "shasum": ""
482
            },
483
            "require": {
484
                "php": ">=5.5.9"
485
            },
486
            "conflict": {
487
                "symfony/dependency-injection": "<3.3"
488
            },
489
            "require-dev": {
490
                "psr/log": "~1.0",
491
                "symfony/config": "~2.8|~3.0",
492
                "symfony/dependency-injection": "~3.3",
493
                "symfony/expression-language": "~2.8|~3.0",
494
                "symfony/stopwatch": "~2.8|~3.0"
495
            },
496
            "suggest": {
497
                "symfony/dependency-injection": "",
498
                "symfony/http-kernel": ""
499
            },
500
            "type": "library",
501
            "extra": {
502
                "branch-alias": {
503
                    "dev-master": "3.3-dev"
504
                }
505
            },
506
            "autoload": {
507
                "psr-4": {
508
                    "Symfony\\Component\\EventDispatcher\\": ""
509
                },
510
                "exclude-from-classmap": [
511
                    "/Tests/"
512
                ]
513
            },
514
            "notification-url": "https://packagist.org/downloads/",
515
            "license": [
516
                "MIT"
517
            ],
518
            "authors": [
519
                {
520
                    "name": "Fabien Potencier",
521
                    "email": "[email protected]"
522
                },
523
                {
524
                    "name": "Symfony Community",
525
                    "homepage": "https://symfony.com/contributors"
526
                }
527
            ],
528
            "description": "Symfony EventDispatcher Component",
529
            "homepage": "https://symfony.com",
530
            "time": "2017-06-09T14:53:08+00:00"
531
        },
532
        {
533
            "name": "symfony/process",
534
            "version": "v3.3.6",
535
            "source": {
536
                "type": "git",
537
                "url": "https://github.com/symfony/process.git",
538
                "reference": "07432804942b9f6dd7b7377faf9920af5f95d70a"
539
            },
540
            "dist": {
541
                "type": "zip",
542
                "url": "https://api.github.com/repos/symfony/process/zipball/07432804942b9f6dd7b7377faf9920af5f95d70a",
543
                "reference": "07432804942b9f6dd7b7377faf9920af5f95d70a",
544
                "shasum": ""
545
            },
546
            "require": {
547
                "php": ">=5.5.9"
548
            },
549
            "type": "library",
550
            "extra": {
551
                "branch-alias": {
552
                    "dev-master": "3.3-dev"
553
                }
554
            },
555
            "autoload": {
556
                "psr-4": {
557
                    "Symfony\\Component\\Process\\": ""
558
                },
559
                "exclude-from-classmap": [
560
                    "/Tests/"
561
                ]
562
            },
563
            "notification-url": "https://packagist.org/downloads/",
564
            "license": [
565
                "MIT"
566
            ],
567
            "authors": [
568
                {
569
                    "name": "Fabien Potencier",
570
                    "email": "[email protected]"
571
                },
572
                {
573
                    "name": "Symfony Community",
574
                    "homepage": "https://symfony.com/contributors"
575
                }
576
            ],
577
            "description": "Symfony Process Component",
578
            "homepage": "https://symfony.com",
579
            "time": "2017-07-13T13:05:09+00:00"
580
        },
581
        {
582
            "name": "yiisoft/yii2",
0 ignored issues
show
583
            "version": "2.0.13.1",
584
            "source": {
585
                "type": "git",
586
                "url": "https://github.com/yiisoft/yii2-framework.git",
587
                "reference": "7af96d8da5ea3e9a5dd05d0e734b21c5726a6ddf"
588
            },
589
            "dist": {
590
                "type": "zip",
591
                "url": "https://api.github.com/repos/yiisoft/yii2-framework/zipball/7af96d8da5ea3e9a5dd05d0e734b21c5726a6ddf",
592
                "reference": "7af96d8da5ea3e9a5dd05d0e734b21c5726a6ddf",
593
                "shasum": ""
594
            },
595
            "require": {
596
                "bower-asset/inputmask": "~3.2.2 | ~3.3.5",
597
                "bower-asset/jquery": "3.2.*@stable | 3.1.*@stable | 2.2.*@stable | 2.1.*@stable | 1.11.*@stable | 1.12.*@stable",
598
                "bower-asset/punycode": "1.3.*",
599
                "bower-asset/yii2-pjax": "~2.0.1",
600
                "cebe/markdown": "~1.0.0 | ~1.1.0",
601
                "ext-ctype": "*",
602
                "ext-mbstring": "*",
603
                "ezyang/htmlpurifier": "~4.6",
604
                "lib-pcre": "*",
605
                "php": ">=5.4.0",
606
                "yiisoft/yii2-composer": "~2.0.4"
607
            },
608
            "bin": [
609
                "yii"
610
            ],
611
            "type": "library",
612
            "extra": {
613
                "branch-alias": {
614
                    "dev-master": "2.0.x-dev"
615
                }
616
            },
617
            "autoload": {
618
                "psr-4": {
619
                    "yii\\": ""
620
                }
621
            },
622
            "notification-url": "https://packagist.org/downloads/",
623
            "license": [
624
                "BSD-3-Clause"
625
            ],
626
            "authors": [
627
                {
628
                    "name": "Qiang Xue",
629
                    "email": "[email protected]",
630
                    "homepage": "http://www.yiiframework.com/",
631
                    "role": "Founder and project lead"
632
                },
633
                {
634
                    "name": "Alexander Makarov",
635
                    "email": "[email protected]",
636
                    "homepage": "http://rmcreative.ru/",
637
                    "role": "Core framework development"
638
                },
639
                {
640
                    "name": "Maurizio Domba",
641
                    "homepage": "http://mdomba.info/",
642
                    "role": "Core framework development"
643
                },
644
                {
645
                    "name": "Carsten Brandt",
646
                    "email": "[email protected]",
647
                    "homepage": "http://cebe.cc/",
648
                    "role": "Core framework development"
649
                },
650
                {
651
                    "name": "Timur Ruziev",
652
                    "email": "[email protected]",
653
                    "homepage": "http://resurtm.com/",
654
                    "role": "Core framework development"
655
                },
656
                {
657
                    "name": "Paul Klimov",
658
                    "email": "[email protected]",
659
                    "role": "Core framework development"
660
                },
661
                {
662
                    "name": "Dmitry Naumenko",
663
                    "email": "[email protected]",
664
                    "role": "Core framework development"
665
                },
666
                {
667
                    "name": "Boudewijn Vahrmeijer",
668
                    "email": "[email protected]",
669
                    "homepage": "http://dynasource.eu",
670
                    "role": "Core framework development"
671
                }
672
            ],
673
            "description": "Yii PHP Framework Version 2",
674
            "homepage": "http://www.yiiframework.com/",
675
            "keywords": [
676
                "framework",
677
                "yii2"
678
            ],
679
            "time": "2017-11-14T11:08:21+00:00"
680
        },
681
        {
682
            "name": "yiisoft/yii2-composer",
683
            "version": "2.0.5",
684
            "source": {
685
                "type": "git",
686
                "url": "https://github.com/yiisoft/yii2-composer.git",
687
                "reference": "3f4923c2bde6caf3f5b88cc22fdd5770f52f8df2"
688
            },
689
            "dist": {
690
                "type": "zip",
691
                "url": "https://api.github.com/repos/yiisoft/yii2-composer/zipball/3f4923c2bde6caf3f5b88cc22fdd5770f52f8df2",
692
                "reference": "3f4923c2bde6caf3f5b88cc22fdd5770f52f8df2",
693
                "shasum": ""
694
            },
695
            "require": {
696
                "composer-plugin-api": "^1.0"
697
            },
698
            "require-dev": {
699
                "composer/composer": "^1.0"
700
            },
701
            "type": "composer-plugin",
702
            "extra": {
703
                "class": "yii\\composer\\Plugin",
704
                "branch-alias": {
705
                    "dev-master": "2.0.x-dev"
706
                }
707
            },
708
            "autoload": {
709
                "psr-4": {
710
                    "yii\\composer\\": ""
711
                }
712
            },
713
            "notification-url": "https://packagist.org/downloads/",
714
            "license": [
715
                "BSD-3-Clause"
716
            ],
717
            "authors": [
718
                {
719
                    "name": "Qiang Xue",
720
                    "email": "[email protected]"
721
                }
722
            ],
723
            "description": "The composer plugin for Yii extension installer",
724
            "keywords": [
725
                "composer",
726
                "extension installer",
727
                "yii2"
728
            ],
729
            "time": "2016-12-20T13:26:02+00:00"
730
        }
731
    ],
732
    "packages-dev": [
733
        {
734
            "name": "doctrine/instantiator",
735
            "version": "1.0.5",
736
            "source": {
737
                "type": "git",
738
                "url": "https://github.com/doctrine/instantiator.git",
739
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
740
            },
741
            "dist": {
742
                "type": "zip",
743
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
744
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
745
                "shasum": ""
746
            },
747
            "require": {
748
                "php": ">=5.3,<8.0-DEV"
749
            },
750
            "require-dev": {
751
                "athletic/athletic": "~0.1.8",
752
                "ext-pdo": "*",
753
                "ext-phar": "*",
754
                "phpunit/phpunit": "~4.0",
755
                "squizlabs/php_codesniffer": "~2.0"
756
            },
757
            "type": "library",
758
            "extra": {
759
                "branch-alias": {
760
                    "dev-master": "1.0.x-dev"
761
                }
762
            },
763
            "autoload": {
764
                "psr-4": {
765
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
766
                }
767
            },
768
            "notification-url": "https://packagist.org/downloads/",
769
            "license": [
770
                "MIT"
771
            ],
772
            "authors": [
773
                {
774
                    "name": "Marco Pivetta",
775
                    "email": "[email protected]",
776
                    "homepage": "http://ocramius.github.com/"
777
                }
778
            ],
779
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
780
            "homepage": "https://github.com/doctrine/instantiator",
781
            "keywords": [
782
                "constructor",
783
                "instantiate"
784
            ],
785
            "time": "2015-06-14T21:17:01+00:00"
786
        },
787
        {
788
            "name": "flowjs/flow-php-server",
789
            "version": "v1.0.3",
790
            "source": {
791
                "type": "git",
792
                "url": "https://github.com/flowjs/flow-php-server.git",
793
                "reference": "c6802bf7c68fe8d1e19b60e484bf08f838861728"
794
            },
795
            "dist": {
796
                "type": "zip",
797
                "url": "https://api.github.com/repos/flowjs/flow-php-server/zipball/c6802bf7c68fe8d1e19b60e484bf08f838861728",
798
                "reference": "c6802bf7c68fe8d1e19b60e484bf08f838861728",
799
                "shasum": ""
800
            },
801
            "require": {
802
                "php": ">=5.3"
803
            },
804
            "require-dev": {
805
                "fabpot/php-cs-fixer": "dev-master",
806
                "league/phpunit-coverage-listener": "~1.1",
807
                "mikey179/vfsstream": "v1.2.0",
808
                "phpunit/phpunit": "4.*"
809
            },
810
            "type": "library",
811
            "autoload": {
812
                "psr-0": {
813
                    "Flow": "src"
814
                }
815
            },
816
            "notification-url": "https://packagist.org/downloads/",
817
            "license": [
818
                "MIT"
819
            ],
820
            "authors": [
821
                {
822
                    "name": "Aidas Klimas",
823
                    "email": "[email protected]"
824
                }
825
            ],
826
            "description": "PHP library for handling chunk uploads. Works with flow.js html5 file uploads.",
827
            "keywords": [
828
                "chunks",
829
                "file upload",
830
                "flow",
831
                "flow.js",
832
                "html5 file upload",
833
                "resumable",
834
                "resumable.js",
835
                "upload"
836
            ],
837
            "time": "2017-04-22T08:41:31+00:00"
838
        },
839
        {
840
            "name": "guzzle/guzzle",
841
            "version": "v3.8.1",
842
            "source": {
843
                "type": "git",
844
                "url": "https://github.com/guzzle/guzzle.git",
845
                "reference": "4de0618a01b34aa1c8c33a3f13f396dcd3882eba"
846
            },
847
            "dist": {
848
                "type": "zip",
849
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/4de0618a01b34aa1c8c33a3f13f396dcd3882eba",
850
                "reference": "4de0618a01b34aa1c8c33a3f13f396dcd3882eba",
851
                "shasum": ""
852
            },
853
            "require": {
854
                "ext-curl": "*",
855
                "php": ">=5.3.3",
856
                "symfony/event-dispatcher": ">=2.1"
857
            },
858
            "replace": {
859
                "guzzle/batch": "self.version",
860
                "guzzle/cache": "self.version",
861
                "guzzle/common": "self.version",
862
                "guzzle/http": "self.version",
863
                "guzzle/inflection": "self.version",
864
                "guzzle/iterator": "self.version",
865
                "guzzle/log": "self.version",
866
                "guzzle/parser": "self.version",
867
                "guzzle/plugin": "self.version",
868
                "guzzle/plugin-async": "self.version",
869
                "guzzle/plugin-backoff": "self.version",
870
                "guzzle/plugin-cache": "self.version",
871
                "guzzle/plugin-cookie": "self.version",
872
                "guzzle/plugin-curlauth": "self.version",
873
                "guzzle/plugin-error-response": "self.version",
874
                "guzzle/plugin-history": "self.version",
875
                "guzzle/plugin-log": "self.version",
876
                "guzzle/plugin-md5": "self.version",
877
                "guzzle/plugin-mock": "self.version",
878
                "guzzle/plugin-oauth": "self.version",
879
                "guzzle/service": "self.version",
880
                "guzzle/stream": "self.version"
881
            },
882
            "require-dev": {
883
                "doctrine/cache": "*",
884
                "monolog/monolog": "1.*",
885
                "phpunit/phpunit": "3.7.*",
886
                "psr/log": "1.0.*",
887
                "symfony/class-loader": "*",
888
                "zendframework/zend-cache": "<2.3",
889
                "zendframework/zend-log": "<2.3"
890
            },
891
            "type": "library",
892
            "extra": {
893
                "branch-alias": {
894
                    "dev-master": "3.8-dev"
895
                }
896
            },
897
            "autoload": {
898
                "psr-0": {
899
                    "Guzzle": "src/",
900
                    "Guzzle\\Tests": "tests/"
901
                }
902
            },
903
            "notification-url": "https://packagist.org/downloads/",
904
            "license": [
905
                "MIT"
906
            ],
907
            "authors": [
908
                {
909
                    "name": "Michael Dowling",
910
                    "email": "[email protected]",
911
                    "homepage": "https://github.com/mtdowling"
912
                },
913
                {
914
                    "name": "Guzzle Community",
915
                    "homepage": "https://github.com/guzzle/guzzle/contributors"
916
                }
917
            ],
918
            "description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients",
919
            "homepage": "http://guzzlephp.org/",
920
            "keywords": [
921
                "client",
922
                "curl",
923
                "framework",
924
                "http",
925
                "http client",
926
                "rest",
927
                "web service"
928
            ],
929
            "abandoned": "guzzlehttp/guzzle",
930
            "time": "2014-01-28T22:29:15+00:00"
931
        },
932
        {
933
            "name": "imagine/imagine",
934
            "version": "v0.6.3",
935
            "source": {
936
                "type": "git",
937
                "url": "https://github.com/avalanche123/Imagine.git",
938
                "reference": "149041d2a1b517107bfe270ca2b1a17aa341715d"
939
            },
940
            "dist": {
941
                "type": "zip",
942
                "url": "https://api.github.com/repos/avalanche123/Imagine/zipball/149041d2a1b517107bfe270ca2b1a17aa341715d",
943
                "reference": "149041d2a1b517107bfe270ca2b1a17aa341715d",
944
                "shasum": ""
945
            },
946
            "require": {
947
                "php": ">=5.3.2"
948
            },
949
            "require-dev": {
950
                "sami/sami": "dev-master"
951
            },
952
            "suggest": {
953
                "ext-gd": "to use the GD implementation",
954
                "ext-gmagick": "to use the Gmagick implementation",
955
                "ext-imagick": "to use the Imagick implementation"
956
            },
957
            "type": "library",
958
            "extra": {
959
                "branch-alias": {
960
                    "dev-develop": "0.7-dev"
961
                }
962
            },
963
            "autoload": {
964
                "psr-0": {
965
                    "Imagine": "lib/"
966
                }
967
            },
968
            "notification-url": "https://packagist.org/downloads/",
969
            "license": [
970
                "MIT"
971
            ],
972
            "authors": [
973
                {
974
                    "name": "Bulat Shakirzyanov",
975
                    "email": "[email protected]",
976
                    "homepage": "http://avalanche123.com"
977
                }
978
            ],
979
            "description": "Image processing for PHP 5.3",
980
            "homepage": "http://imagine.readthedocs.org/",
981
            "keywords": [
982
                "drawing",
983
                "graphics",
984
                "image manipulation",
985
                "image processing"
986
            ],
987
            "time": "2015-09-19T16:54:05+00:00"
988
        },
989
        {
990
            "name": "luyadev/luya-core",
991
            "version": "1.0.3",
992
            "source": {
993
                "type": "git",
994
                "url": "https://github.com/luyadev/luya-core.git",
995
                "reference": "37ea89210a361d2ce380eaf2e5f3a348d61d887d"
996
            },
997
            "dist": {
998
                "type": "zip",
999
                "url": "https://api.github.com/repos/luyadev/luya-core/zipball/37ea89210a361d2ce380eaf2e5f3a348d61d887d",
1000
                "reference": "37ea89210a361d2ce380eaf2e5f3a348d61d887d",
1001
                "shasum": ""
1002
            },
1003
            "require": {
1004
                "curl/curl": "~1.0",
1005
                "luyadev/luya-composer": "~1.0.0",
1006
                "phpmailer/phpmailer": "^6.0",
1007
                "yiisoft/yii2": "~2.0.13"
1008
            },
1009
            "bin": [
1010
                "bin/luya"
1011
            ],
1012
            "type": "luya-core",
1013
            "extra": {
1014
                "branch-alias": {
1015
                    "dev-master": "1.0.x-dev"
1016
                }
1017
            },
1018
            "autoload": {
1019
                "psr-4": {
1020
                    "luya\\": ""
1021
                }
1022
            },
1023
            "notification-url": "https://packagist.org/downloads/",
1024
            "license": [
1025
                "MIT"
1026
            ],
1027
            "authors": [
1028
                {
1029
                    "name": "Basil Suter",
1030
                    "email": "[email protected]",
1031
                    "homepage": "https://github.com/nadar"
1032
                }
1033
            ],
1034
            "description": "LUYA is a fast and flexible PHP framework and content management system built with the goal to please developers, clients and users alike. Built upon Yii 2.",
1035
            "homepage": "https://luya.io",
1036
            "keywords": [
1037
                "admin",
1038
                "cms",
1039
                "core",
1040
                "luya",
1041
                "yii",
1042
                "yii2"
1043
            ],
1044
            "time": "2018-01-24T14:54:58+00:00"
1045
        },
1046
        {
1047
            "name": "luyadev/luya-module-admin",
1048
            "version": "1.0.2",
1049
            "source": {
1050
                "type": "git",
1051
                "url": "https://github.com/luyadev/luya-module-admin.git",
1052
                "reference": "886638fd88973ca5c34be1a870d8a243288adfc1"
1053
            },
1054
            "dist": {
1055
                "type": "zip",
1056
                "url": "https://api.github.com/repos/luyadev/luya-module-admin/zipball/886638fd88973ca5c34be1a870d8a243288adfc1",
1057
                "reference": "886638fd88973ca5c34be1a870d8a243288adfc1",
1058
                "shasum": ""
1059
            },
1060
            "require": {
1061
                "flowjs/flow-php-server": "^1.0",
1062
                "yiisoft/yii2-imagine": "~2.1.0"
1063
            },
1064
            "require-dev": {
1065
                "bower-asset/angular": "~1.6.5",
1066
                "bower-asset/angular-filter": "~0.5.15",
1067
                "bower-asset/angular-loading-bar": "^0.9",
1068
                "bower-asset/angularjs-datepicker": "^2.1.0",
1069
                "bower-asset/bowser": "~1.7.3",
1070
                "bower-asset/echarts": "~3.8.5",
1071
                "bower-asset/ng-file-upload": "~12.2.0",
1072
                "bower-asset/ng-flow": "~2.7.0",
1073
                "bower-asset/ng-wig": "~3.0.0",
1074
                "bower-asset/twigjs-bower": "~0.10.5",
1075
                "bower-asset/ui-router": "~0.4.0",
1076
                "luyadev/luya-testsuite": "~1.0.0",
1077
                "php-coveralls/php-coveralls": "^1.0",
1078
                "twbs/bootstrap": "v4.0.0-beta"
1079
            },
1080
            "type": "luya-core",
1081
            "extra": {
1082
                "branch-alias": {
1083
                    "dev-master": "1.0.x-dev"
1084
                }
1085
            },
1086
            "autoload": {
1087
                "psr-4": {
1088
                    "luya\\admin\\": "src/"
1089
                }
1090
            },
1091
            "notification-url": "https://packagist.org/downloads/",
1092
            "license": [
1093
                "MIT"
1094
            ],
1095
            "authors": [
1096
                {
1097
                    "name": "Basil Suter",
1098
                    "email": "[email protected]",
1099
                    "homepage": "https://github.com/nadar"
1100
                }
1101
            ],
1102
            "description": "Administration core module for all LUYA admin modules",
1103
            "homepage": "http://luya.io",
1104
            "keywords": [
1105
                "admin",
1106
                "administration",
1107
                "angular",
1108
                "luya",
1109
                "manage",
1110
                "module",
1111
                "ngrest",
1112
                "panel",
1113
                "php",
1114
                "yii",
1115
                "yii2"
1116
            ],
1117
            "time": "2018-01-20T14:14:20+00:00"
1118
        },
1119
        {
1120
            "name": "luyadev/luya-module-cms",
1121
            "version": "1.0.1",
1122
            "source": {
1123
                "type": "git",
1124
                "url": "https://github.com/luyadev/luya-module-cms.git",
1125
                "reference": "3a0795269f7af8fdfd82856aaa8e4f3efeed23aa"
1126
            },
1127
            "dist": {
1128
                "type": "zip",
1129
                "url": "https://api.github.com/repos/luyadev/luya-module-cms/zipball/3a0795269f7af8fdfd82856aaa8e4f3efeed23aa",
1130
                "reference": "3a0795269f7af8fdfd82856aaa8e4f3efeed23aa",
1131
                "shasum": ""
1132
            },
1133
            "require-dev": {
1134
                "luyadev/luya-testsuite": "~1.0.0",
1135
                "php-coveralls/php-coveralls": "^1.0",
1136
                "twbs/bootstrap": "v4.0.0-beta"
1137
            },
1138
            "type": "luya-core",
1139
            "extra": {
1140
                "branch-alias": {
1141
                    "dev-master": "1.0.x-dev"
1142
                },
1143
                "luya": {
1144
                    "bootstrap": [
1145
                        "\\luya\\cms\\frontend\\Bootstrap"
1146
                    ],
1147
                    "blocks": [
1148
                        "src/frontend/blocks"
1149
                    ]
1150
                }
1151
            },
1152
            "autoload": {
1153
                "psr-4": {
1154
                    "luya\\cms\\": "src/"
1155
                }
1156
            },
1157
            "notification-url": "https://packagist.org/downloads/",
1158
            "license": [
1159
                "MIT"
1160
            ],
1161
            "authors": [
1162
                {
1163
                    "name": "Basil Suter",
1164
                    "email": "[email protected]",
1165
                    "homepage": "https://github.com/nadar"
1166
                }
1167
            ],
1168
            "description": "Frontend module to display CMS content",
1169
            "homepage": "http://luya.io",
1170
            "keywords": [
1171
                "cms",
1172
                "content",
1173
                "contentmanager",
1174
                "luya",
1175
                "module",
1176
                "php",
1177
                "yii",
1178
                "yii2",
1179
                "yii2-cms"
1180
            ],
1181
            "time": "2018-01-17T10:02:41+00:00"
1182
        },
1183
        {
1184
            "name": "luyadev/luya-testsuite",
1185
            "version": "1.0.7",
1186
            "source": {
1187
                "type": "git",
1188
                "url": "https://github.com/luyadev/luya-testsuite.git",
1189
                "reference": "5d2dbf63962546149d0e9c7995c4fcf383a2142a"
1190
            },
1191
            "dist": {
1192
                "type": "zip",
1193
                "url": "https://api.github.com/repos/luyadev/luya-testsuite/zipball/5d2dbf63962546149d0e9c7995c4fcf383a2142a",
1194
                "reference": "5d2dbf63962546149d0e9c7995c4fcf383a2142a",
1195
                "shasum": ""
1196
            },
1197
            "require": {
1198
                "curl/curl": "^1.0",
1199
                "luyadev/luya-core": "~1.0.0",
1200
                "luyadev/luya-module-admin": "~1.0.0",
1201
                "luyadev/luya-module-cms": "~1.0.0",
1202
                "phpunit/phpunit": "~6.0.0",
1203
                "twig/twig": "^1.0"
1204
            },
1205
            "type": "luya-core",
1206
            "extra": {
1207
                "branch-alias": {
1208
                    "dev-master": "1.0.x-dev"
1209
                }
1210
            },
1211
            "autoload": {
1212
                "psr-4": {
1213
                    "luya\\testsuite\\": "src/"
1214
                }
1215
            },
1216
            "notification-url": "https://packagist.org/downloads/",
1217
            "license": [
1218
                "MIT"
1219
            ],
1220
            "authors": [
1221
                {
1222
                    "name": "Basil Suter",
1223
                    "email": "[email protected]",
1224
                    "homepage": "https://github.com/nadar"
1225
                }
1226
            ],
1227
            "description": "TestCases and Data for LUYA Modules and Components. Makes testing less pain.",
1228
            "homepage": "http://luya.io",
1229
            "keywords": [
1230
                "luya",
1231
                "module",
1232
                "php"
1233
            ],
1234
            "time": "2018-01-12T13:50:25+00:00"
1235
        },
1236
        {
1237
            "name": "myclabs/deep-copy",
1238
            "version": "1.7.0",
1239
            "source": {
1240
                "type": "git",
1241
                "url": "https://github.com/myclabs/DeepCopy.git",
1242
                "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e"
1243
            },
1244
            "dist": {
1245
                "type": "zip",
1246
                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
1247
                "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
1248
                "shasum": ""
1249
            },
1250
            "require": {
1251
                "php": "^5.6 || ^7.0"
1252
            },
1253
            "require-dev": {
1254
                "doctrine/collections": "^1.0",
1255
                "doctrine/common": "^2.6",
1256
                "phpunit/phpunit": "^4.1"
1257
            },
1258
            "type": "library",
1259
            "autoload": {
1260
                "psr-4": {
1261
                    "DeepCopy\\": "src/DeepCopy/"
1262
                },
1263
                "files": [
1264
                    "src/DeepCopy/deep_copy.php"
1265
                ]
1266
            },
1267
            "notification-url": "https://packagist.org/downloads/",
1268
            "license": [
1269
                "MIT"
1270
            ],
1271
            "description": "Create deep copies (clones) of your objects",
1272
            "keywords": [
1273
                "clone",
1274
                "copy",
1275
                "duplicate",
1276
                "object",
1277
                "object graph"
1278
            ],
1279
            "time": "2017-10-19T19:58:43+00:00"
1280
        },
1281
        {
1282
            "name": "nadar/github-markdown-fixer",
1283
            "version": "1.0.4",
1284
            "source": {
1285
                "type": "git",
1286
                "url": "https://github.com/nadar/github-markdown-fixer.git",
1287
                "reference": "01cb3d636fd3b509262705e430747d110512cdf8"
1288
            },
1289
            "dist": {
1290
                "type": "zip",
1291
                "url": "https://api.github.com/repos/nadar/github-markdown-fixer/zipball/01cb3d636fd3b509262705e430747d110512cdf8",
1292
                "reference": "01cb3d636fd3b509262705e430747d110512cdf8",
1293
                "shasum": ""
1294
            },
1295
            "require": {
1296
                "luyadev/luya-core": "~1.0.0"
1297
            },
1298
            "require-dev": {
1299
                "luyadev/luya-testsuite": "~1.0.0"
1300
            },
1301
            "bin": [
1302
                "src/gmf"
1303
            ],
1304
            "type": "project",
1305
            "extra": {
1306
                "branch-alias": {
1307
                    "dev-master": "1.0.x-dev"
1308
                }
1309
            },
1310
            "autoload": {
1311
                "psr-4": {
1312
                    "gmf\\": "src/"
1313
                }
1314
            },
1315
            "notification-url": "https://packagist.org/downloads/",
1316
            "license": [
1317
                "MIT"
1318
            ],
1319
            "authors": [
1320
                {
1321
                    "name": "Basil Suter",
1322
                    "email": "[email protected]",
1323
                    "homepage": "https://github.com/nadar"
1324
                }
1325
            ],
1326
            "description": "github markdown fixer",
1327
            "homepage": "https://github.com/nadar",
1328
            "keywords": [
1329
                "fixer",
1330
                "gfm",
1331
                "github",
1332
                "markdown"
1333
            ],
1334
            "time": "2018-01-01T12:07:44+00:00"
1335
        },
1336
        {
1337
            "name": "php-coveralls/php-coveralls",
1338
            "version": "v1.1.0",
1339
            "source": {
1340
                "type": "git",
1341
                "url": "https://github.com/php-coveralls/php-coveralls.git",
1342
                "reference": "37f8f83fe22224eb9d9c6d593cdeb33eedd2a9ad"
1343
            },
1344
            "dist": {
1345
                "type": "zip",
1346
                "url": "https://api.github.com/repos/php-coveralls/php-coveralls/zipball/37f8f83fe22224eb9d9c6d593cdeb33eedd2a9ad",
1347
                "reference": "37f8f83fe22224eb9d9c6d593cdeb33eedd2a9ad",
1348
                "shasum": ""
1349
            },
1350
            "require": {
1351
                "ext-json": "*",
1352
                "ext-simplexml": "*",
1353
                "guzzle/guzzle": "^2.8 || ^3.0",
1354
                "php": "^5.3.3 || ^7.0",
1355
                "psr/log": "^1.0",
1356
                "symfony/config": "^2.1 || ^3.0 || ^4.0",
1357
                "symfony/console": "^2.1 || ^3.0 || ^4.0",
1358
                "symfony/stopwatch": "^2.0 || ^3.0 || ^4.0",
1359
                "symfony/yaml": "^2.0 || ^3.0 || ^4.0"
1360
            },
1361
            "require-dev": {
1362
                "phpunit/phpunit": "^4.8.35 || ^5.4.3 || ^6.0"
1363
            },
1364
            "suggest": {
1365
                "symfony/http-kernel": "Allows Symfony integration"
1366
            },
1367
            "bin": [
1368
                "bin/coveralls"
1369
            ],
1370
            "type": "library",
1371
            "autoload": {
1372
                "psr-4": {
1373
                    "Satooshi\\": "src/Satooshi/"
1374
                }
1375
            },
1376
            "notification-url": "https://packagist.org/downloads/",
1377
            "license": [
1378
                "MIT"
1379
            ],
1380
            "authors": [
1381
                {
1382
                    "name": "Kitamura Satoshi",
1383
                    "email": "[email protected]",
1384
                    "homepage": "https://www.facebook.com/satooshi.jp"
1385
                }
1386
            ],
1387
            "description": "PHP client library for Coveralls API",
1388
            "homepage": "https://github.com/php-coveralls/php-coveralls",
1389
            "keywords": [
1390
                "ci",
1391
                "coverage",
1392
                "github",
1393
                "test"
1394
            ],
1395
            "time": "2017-12-06T23:17:56+00:00"
1396
        },
1397
        {
1398
            "name": "phpdocumentor/reflection-common",
1399
            "version": "1.0.1",
1400
            "source": {
1401
                "type": "git",
1402
                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
1403
                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
1404
            },
1405
            "dist": {
1406
                "type": "zip",
1407
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
1408
                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
1409
                "shasum": ""
1410
            },
1411
            "require": {
1412
                "php": ">=5.5"
1413
            },
1414
            "require-dev": {
1415
                "phpunit/phpunit": "^4.6"
1416
            },
1417
            "type": "library",
1418
            "extra": {
1419
                "branch-alias": {
1420
                    "dev-master": "1.0.x-dev"
1421
                }
1422
            },
1423
            "autoload": {
1424
                "psr-4": {
1425
                    "phpDocumentor\\Reflection\\": [
1426
                        "src"
1427
                    ]
1428
                }
1429
            },
1430
            "notification-url": "https://packagist.org/downloads/",
1431
            "license": [
1432
                "MIT"
1433
            ],
1434
            "authors": [
1435
                {
1436
                    "name": "Jaap van Otterdijk",
1437
                    "email": "[email protected]"
1438
                }
1439
            ],
1440
            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
1441
            "homepage": "http://www.phpdoc.org",
1442
            "keywords": [
1443
                "FQSEN",
1444
                "phpDocumentor",
1445
                "phpdoc",
1446
                "reflection",
1447
                "static analysis"
1448
            ],
1449
            "time": "2017-09-11T18:02:19+00:00"
1450
        },
1451
        {
1452
            "name": "phpdocumentor/reflection-docblock",
1453
            "version": "4.3.0",
1454
            "source": {
1455
                "type": "git",
1456
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
1457
                "reference": "94fd0001232e47129dd3504189fa1c7225010d08"
1458
            },
1459
            "dist": {
1460
                "type": "zip",
1461
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/94fd0001232e47129dd3504189fa1c7225010d08",
1462
                "reference": "94fd0001232e47129dd3504189fa1c7225010d08",
1463
                "shasum": ""
1464
            },
1465
            "require": {
1466
                "php": "^7.0",
1467
                "phpdocumentor/reflection-common": "^1.0.0",
1468
                "phpdocumentor/type-resolver": "^0.4.0",
1469
                "webmozart/assert": "^1.0"
1470
            },
1471
            "require-dev": {
1472
                "doctrine/instantiator": "~1.0.5",
1473
                "mockery/mockery": "^1.0",
1474
                "phpunit/phpunit": "^6.4"
1475
            },
1476
            "type": "library",
1477
            "extra": {
1478
                "branch-alias": {
1479
                    "dev-master": "4.x-dev"
1480
                }
1481
            },
1482
            "autoload": {
1483
                "psr-4": {
1484
                    "phpDocumentor\\Reflection\\": [
1485
                        "src/"
1486
                    ]
1487
                }
1488
            },
1489
            "notification-url": "https://packagist.org/downloads/",
1490
            "license": [
1491
                "MIT"
1492
            ],
1493
            "authors": [
1494
                {
1495
                    "name": "Mike van Riel",
1496
                    "email": "[email protected]"
1497
                }
1498
            ],
1499
            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
1500
            "time": "2017-11-30T07:14:17+00:00"
1501
        },
1502
        {
1503
            "name": "phpdocumentor/type-resolver",
1504
            "version": "0.4.0",
1505
            "source": {
1506
                "type": "git",
1507
                "url": "https://github.com/phpDocumentor/TypeResolver.git",
1508
                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
1509
            },
1510
            "dist": {
1511
                "type": "zip",
1512
                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
1513
                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
1514
                "shasum": ""
1515
            },
1516
            "require": {
1517
                "php": "^5.5 || ^7.0",
1518
                "phpdocumentor/reflection-common": "^1.0"
1519
            },
1520
            "require-dev": {
1521
                "mockery/mockery": "^0.9.4",
1522
                "phpunit/phpunit": "^5.2||^4.8.24"
1523
            },
1524
            "type": "library",
1525
            "extra": {
1526
                "branch-alias": {
1527
                    "dev-master": "1.0.x-dev"
1528
                }
1529
            },
1530
            "autoload": {
1531
                "psr-4": {
1532
                    "phpDocumentor\\Reflection\\": [
1533
                        "src/"
1534
                    ]
1535
                }
1536
            },
1537
            "notification-url": "https://packagist.org/downloads/",
1538
            "license": [
1539
                "MIT"
1540
            ],
1541
            "authors": [
1542
                {
1543
                    "name": "Mike van Riel",
1544
                    "email": "[email protected]"
1545
                }
1546
            ],
1547
            "time": "2017-07-14T14:27:02+00:00"
1548
        },
1549
        {
1550
            "name": "phpspec/prophecy",
1551
            "version": "1.7.3",
1552
            "source": {
1553
                "type": "git",
1554
                "url": "https://github.com/phpspec/prophecy.git",
1555
                "reference": "e4ed002c67da8eceb0eb8ddb8b3847bb53c5c2bf"
1556
            },
1557
            "dist": {
1558
                "type": "zip",
1559
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/e4ed002c67da8eceb0eb8ddb8b3847bb53c5c2bf",
1560
                "reference": "e4ed002c67da8eceb0eb8ddb8b3847bb53c5c2bf",
1561
                "shasum": ""
1562
            },
1563
            "require": {
1564
                "doctrine/instantiator": "^1.0.2",
1565
                "php": "^5.3|^7.0",
1566
                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
1567
                "sebastian/comparator": "^1.1|^2.0",
1568
                "sebastian/recursion-context": "^1.0|^2.0|^3.0"
1569
            },
1570
            "require-dev": {
1571
                "phpspec/phpspec": "^2.5|^3.2",
1572
                "phpunit/phpunit": "^4.8.35 || ^5.7"
1573
            },
1574
            "type": "library",
1575
            "extra": {
1576
                "branch-alias": {
1577
                    "dev-master": "1.7.x-dev"
1578
                }
1579
            },
1580
            "autoload": {
1581
                "psr-0": {
1582
                    "Prophecy\\": "src/"
1583
                }
1584
            },
1585
            "notification-url": "https://packagist.org/downloads/",
1586
            "license": [
1587
                "MIT"
1588
            ],
1589
            "authors": [
1590
                {
1591
                    "name": "Konstantin Kudryashov",
1592
                    "email": "[email protected]",
1593
                    "homepage": "http://everzet.com"
1594
                },
1595
                {
1596
                    "name": "Marcello Duarte",
1597
                    "email": "[email protected]"
1598
                }
1599
            ],
1600
            "description": "Highly opinionated mocking framework for PHP 5.3+",
1601
            "homepage": "https://github.com/phpspec/prophecy",
1602
            "keywords": [
1603
                "Double",
1604
                "Dummy",
1605
                "fake",
1606
                "mock",
1607
                "spy",
1608
                "stub"
1609
            ],
1610
            "time": "2017-11-24T13:59:53+00:00"
1611
        },
1612
        {
1613
            "name": "phpunit/php-code-coverage",
1614
            "version": "5.2.0",
1615
            "source": {
1616
                "type": "git",
1617
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
1618
                "reference": "e648abfd8ffb1d54ad549b027b75e376e9055d02"
1619
            },
1620
            "dist": {
1621
                "type": "zip",
1622
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/e648abfd8ffb1d54ad549b027b75e376e9055d02",
1623
                "reference": "e648abfd8ffb1d54ad549b027b75e376e9055d02",
1624
                "shasum": ""
1625
            },
1626
            "require": {
1627
                "ext-dom": "*",
1628
                "ext-xmlwriter": "*",
1629
                "php": "^7.0",
1630
                "phpunit/php-file-iterator": "^1.3",
1631
                "phpunit/php-text-template": "^1.2",
1632
                "phpunit/php-token-stream": "^1.4.11 || ^2.0",
1633
                "sebastian/code-unit-reverse-lookup": "^1.0",
1634
                "sebastian/environment": "^2.0",
1635
                "sebastian/version": "^2.0",
1636
                "theseer/tokenizer": "^1.1"
1637
            },
1638
            "require-dev": {
1639
                "ext-xdebug": "^2.5",
1640
                "phpunit/phpunit": "^6.0"
1641
            },
1642
            "suggest": {
1643
                "ext-xdebug": "^2.5.3"
1644
            },
1645
            "type": "library",
1646
            "extra": {
1647
                "branch-alias": {
1648
                    "dev-master": "5.2.x-dev"
1649
                }
1650
            },
1651
            "autoload": {
1652
                "classmap": [
1653
                    "src/"
1654
                ]
1655
            },
1656
            "notification-url": "https://packagist.org/downloads/",
1657
            "license": [
1658
                "BSD-3-Clause"
1659
            ],
1660
            "authors": [
1661
                {
1662
                    "name": "Sebastian Bergmann",
1663
                    "email": "[email protected]",
1664
                    "role": "lead"
1665
                }
1666
            ],
1667
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
1668
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
1669
            "keywords": [
1670
                "coverage",
1671
                "testing",
1672
                "xunit"
1673
            ],
1674
            "time": "2017-04-20T10:00:57+00:00"
1675
        },
1676
        {
1677
            "name": "phpunit/php-file-iterator",
1678
            "version": "1.4.5",
1679
            "source": {
1680
                "type": "git",
1681
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
1682
                "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4"
1683
            },
1684
            "dist": {
1685
                "type": "zip",
1686
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4",
1687
                "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4",
1688
                "shasum": ""
1689
            },
1690
            "require": {
1691
                "php": ">=5.3.3"
1692
            },
1693
            "type": "library",
1694
            "extra": {
1695
                "branch-alias": {
1696
                    "dev-master": "1.4.x-dev"
1697
                }
1698
            },
1699
            "autoload": {
1700
                "classmap": [
1701
                    "src/"
1702
                ]
1703
            },
1704
            "notification-url": "https://packagist.org/downloads/",
1705
            "license": [
1706
                "BSD-3-Clause"
1707
            ],
1708
            "authors": [
1709
                {
1710
                    "name": "Sebastian Bergmann",
1711
                    "email": "[email protected]",
1712
                    "role": "lead"
1713
                }
1714
            ],
1715
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
1716
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
1717
            "keywords": [
1718
                "filesystem",
1719
                "iterator"
1720
            ],
1721
            "time": "2017-11-27T13:52:08+00:00"
1722
        },
1723
        {
1724
            "name": "phpunit/php-text-template",
1725
            "version": "1.2.1",
1726
            "source": {
1727
                "type": "git",
1728
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
1729
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
1730
            },
1731
            "dist": {
1732
                "type": "zip",
1733
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
1734
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
1735
                "shasum": ""
1736
            },
1737
            "require": {
1738
                "php": ">=5.3.3"
1739
            },
1740
            "type": "library",
1741
            "autoload": {
1742
                "classmap": [
1743
                    "src/"
1744
                ]
1745
            },
1746
            "notification-url": "https://packagist.org/downloads/",
1747
            "license": [
1748
                "BSD-3-Clause"
1749
            ],
1750
            "authors": [
1751
                {
1752
                    "name": "Sebastian Bergmann",
1753
                    "email": "[email protected]",
1754
                    "role": "lead"
1755
                }
1756
            ],
1757
            "description": "Simple template engine.",
1758
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
1759
            "keywords": [
1760
                "template"
1761
            ],
1762
            "time": "2015-06-21T13:50:34+00:00"
1763
        },
1764
        {
1765
            "name": "phpunit/php-timer",
1766
            "version": "1.0.9",
1767
            "source": {
1768
                "type": "git",
1769
                "url": "https://github.com/sebastianbergmann/php-timer.git",
1770
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
1771
            },
1772
            "dist": {
1773
                "type": "zip",
1774
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
1775
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
1776
                "shasum": ""
1777
            },
1778
            "require": {
1779
                "php": "^5.3.3 || ^7.0"
1780
            },
1781
            "require-dev": {
1782
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
1783
            },
1784
            "type": "library",
1785
            "extra": {
1786
                "branch-alias": {
1787
                    "dev-master": "1.0-dev"
1788
                }
1789
            },
1790
            "autoload": {
1791
                "classmap": [
1792
                    "src/"
1793
                ]
1794
            },
1795
            "notification-url": "https://packagist.org/downloads/",
1796
            "license": [
1797
                "BSD-3-Clause"
1798
            ],
1799
            "authors": [
1800
                {
1801
                    "name": "Sebastian Bergmann",
1802
                    "email": "[email protected]",
1803
                    "role": "lead"
1804
                }
1805
            ],
1806
            "description": "Utility class for timing",
1807
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
1808
            "keywords": [
1809
                "timer"
1810
            ],
1811
            "time": "2017-02-26T11:10:40+00:00"
1812
        },
1813
        {
1814
            "name": "phpunit/php-token-stream",
1815
            "version": "2.0.2",
1816
            "source": {
1817
                "type": "git",
1818
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
1819
                "reference": "791198a2c6254db10131eecfe8c06670700904db"
1820
            },
1821
            "dist": {
1822
                "type": "zip",
1823
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/791198a2c6254db10131eecfe8c06670700904db",
1824
                "reference": "791198a2c6254db10131eecfe8c06670700904db",
1825
                "shasum": ""
1826
            },
1827
            "require": {
1828
                "ext-tokenizer": "*",
1829
                "php": "^7.0"
1830
            },
1831
            "require-dev": {
1832
                "phpunit/phpunit": "^6.2.4"
1833
            },
1834
            "type": "library",
1835
            "extra": {
1836
                "branch-alias": {
1837
                    "dev-master": "2.0-dev"
1838
                }
1839
            },
1840
            "autoload": {
1841
                "classmap": [
1842
                    "src/"
1843
                ]
1844
            },
1845
            "notification-url": "https://packagist.org/downloads/",
1846
            "license": [
1847
                "BSD-3-Clause"
1848
            ],
1849
            "authors": [
1850
                {
1851
                    "name": "Sebastian Bergmann",
1852
                    "email": "[email protected]"
1853
                }
1854
            ],
1855
            "description": "Wrapper around PHP's tokenizer extension.",
1856
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
1857
            "keywords": [
1858
                "tokenizer"
1859
            ],
1860
            "time": "2017-11-27T05:48:46+00:00"
1861
        },
1862
        {
1863
            "name": "phpunit/phpunit",
1864
            "version": "6.0.13",
1865
            "source": {
1866
                "type": "git",
1867
                "url": "https://github.com/sebastianbergmann/phpunit.git",
1868
                "reference": "df38633f62b45fbb9612275274b4553c34a863b2"
1869
            },
1870
            "dist": {
1871
                "type": "zip",
1872
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/df38633f62b45fbb9612275274b4553c34a863b2",
1873
                "reference": "df38633f62b45fbb9612275274b4553c34a863b2",
1874
                "shasum": ""
1875
            },
1876
            "require": {
1877
                "ext-dom": "*",
1878
                "ext-json": "*",
1879
                "ext-libxml": "*",
1880
                "ext-mbstring": "*",
1881
                "ext-xml": "*",
1882
                "myclabs/deep-copy": "^1.3",
1883
                "php": "^7.0",
1884
                "phpspec/prophecy": "^1.7",
1885
                "phpunit/php-code-coverage": "^5.0",
1886
                "phpunit/php-file-iterator": "^1.4",
1887
                "phpunit/php-text-template": "^1.2",
1888
                "phpunit/php-timer": "^1.0.6",
1889
                "phpunit/phpunit-mock-objects": "^4.0",
1890
                "sebastian/comparator": "^2.0",
1891
                "sebastian/diff": "^1.2",
1892
                "sebastian/environment": "^2.0",
1893
                "sebastian/exporter": "^3.0",
1894
                "sebastian/global-state": "^1.1 || ^2.0",
1895
                "sebastian/object-enumerator": "^3.0.2",
1896
                "sebastian/resource-operations": "^1.0",
1897
                "sebastian/version": "^2.0"
1898
            },
1899
            "conflict": {
1900
                "phpdocumentor/reflection-docblock": "3.0.2",
1901
                "phpunit/dbunit": "<3.0"
1902
            },
1903
            "require-dev": {
1904
                "ext-pdo": "*"
1905
            },
1906
            "suggest": {
1907
                "ext-xdebug": "*",
1908
                "phpunit/php-invoker": "^1.1"
1909
            },
1910
            "bin": [
1911
                "phpunit"
1912
            ],
1913
            "type": "library",
1914
            "extra": {
1915
                "branch-alias": {
1916
                    "dev-master": "6.0.x-dev"
1917
                }
1918
            },
1919
            "autoload": {
1920
                "classmap": [
1921
                    "src/"
1922
                ]
1923
            },
1924
            "notification-url": "https://packagist.org/downloads/",
1925
            "license": [
1926
                "BSD-3-Clause"
1927
            ],
1928
            "authors": [
1929
                {
1930
                    "name": "Sebastian Bergmann",
1931
                    "email": "[email protected]",
1932
                    "role": "lead"
1933
                }
1934
            ],
1935
            "description": "The PHP Unit Testing framework.",
1936
            "homepage": "https://phpunit.de/",
1937
            "keywords": [
1938
                "phpunit",
1939
                "testing",
1940
                "xunit"
1941
            ],
1942
            "time": "2017-04-03T02:25:33+00:00"
1943
        },
1944
        {
1945
            "name": "phpunit/phpunit-mock-objects",
1946
            "version": "4.0.4",
1947
            "source": {
1948
                "type": "git",
1949
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
1950
                "reference": "2f789b59ab89669015ad984afa350c4ec577ade0"
1951
            },
1952
            "dist": {
1953
                "type": "zip",
1954
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/2f789b59ab89669015ad984afa350c4ec577ade0",
1955
                "reference": "2f789b59ab89669015ad984afa350c4ec577ade0",
1956
                "shasum": ""
1957
            },
1958
            "require": {
1959
                "doctrine/instantiator": "^1.0.5",
1960
                "php": "^7.0",
1961
                "phpunit/php-text-template": "^1.2.1",
1962
                "sebastian/exporter": "^3.0"
1963
            },
1964
            "conflict": {
1965
                "phpunit/phpunit": "<6.0"
1966
            },
1967
            "require-dev": {
1968
                "phpunit/phpunit": "^6.0"
1969
            },
1970
            "suggest": {
1971
                "ext-soap": "*"
1972
            },
1973
            "type": "library",
1974
            "extra": {
1975
                "branch-alias": {
1976
                    "dev-master": "4.0.x-dev"
1977
                }
1978
            },
1979
            "autoload": {
1980
                "classmap": [
1981
                    "src/"
1982
                ]
1983
            },
1984
            "notification-url": "https://packagist.org/downloads/",
1985
            "license": [
1986
                "BSD-3-Clause"
1987
            ],
1988
            "authors": [
1989
                {
1990
                    "name": "Sebastian Bergmann",
1991
                    "email": "[email protected]",
1992
                    "role": "lead"
1993
                }
1994
            ],
1995
            "description": "Mock Object library for PHPUnit",
1996
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
1997
            "keywords": [
1998
                "mock",
1999
                "xunit"
2000
            ],
2001
            "time": "2017-08-03T14:08:16+00:00"
2002
        },
2003
        {
2004
            "name": "psr/log",
2005
            "version": "1.0.2",
2006
            "source": {
2007
                "type": "git",
2008
                "url": "https://github.com/php-fig/log.git",
2009
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
2010
            },
2011
            "dist": {
2012
                "type": "zip",
2013
                "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
2014
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
2015
                "shasum": ""
2016
            },
2017
            "require": {
2018
                "php": ">=5.3.0"
2019
            },
2020
            "type": "library",
2021
            "extra": {
2022
                "branch-alias": {
2023
                    "dev-master": "1.0.x-dev"
2024
                }
2025
            },
2026
            "autoload": {
2027
                "psr-4": {
2028
                    "Psr\\Log\\": "Psr/Log/"
2029
                }
2030
            },
2031
            "notification-url": "https://packagist.org/downloads/",
2032
            "license": [
2033
                "MIT"
2034
            ],
2035
            "authors": [
2036
                {
2037
                    "name": "PHP-FIG",
2038
                    "homepage": "http://www.php-fig.org/"
2039
                }
2040
            ],
2041
            "description": "Common interface for logging libraries",
2042
            "homepage": "https://github.com/php-fig/log",
2043
            "keywords": [
2044
                "log",
2045
                "psr",
2046
                "psr-3"
2047
            ],
2048
            "time": "2016-10-10T12:19:37+00:00"
2049
        },
2050
        {
2051
            "name": "sebastian/code-unit-reverse-lookup",
2052
            "version": "1.0.1",
2053
            "source": {
2054
                "type": "git",
2055
                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
2056
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
2057
            },
2058
            "dist": {
2059
                "type": "zip",
2060
                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
2061
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
2062
                "shasum": ""
2063
            },
2064
            "require": {
2065
                "php": "^5.6 || ^7.0"
2066
            },
2067
            "require-dev": {
2068
                "phpunit/phpunit": "^5.7 || ^6.0"
2069
            },
2070
            "type": "library",
2071
            "extra": {
2072
                "branch-alias": {
2073
                    "dev-master": "1.0.x-dev"
2074
                }
2075
            },
2076
            "autoload": {
2077
                "classmap": [
2078
                    "src/"
2079
                ]
2080
            },
2081
            "notification-url": "https://packagist.org/downloads/",
2082
            "license": [
2083
                "BSD-3-Clause"
2084
            ],
2085
            "authors": [
2086
                {
2087
                    "name": "Sebastian Bergmann",
2088
                    "email": "[email protected]"
2089
                }
2090
            ],
2091
            "description": "Looks up which function or method a line of code belongs to",
2092
            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
2093
            "time": "2017-03-04T06:30:41+00:00"
2094
        },
2095
        {
2096
            "name": "sebastian/comparator",
2097
            "version": "2.0.0",
2098
            "source": {
2099
                "type": "git",
2100
                "url": "https://github.com/sebastianbergmann/comparator.git",
2101
                "reference": "20f84f468cb67efee293246e6a09619b891f55f0"
2102
            },
2103
            "dist": {
2104
                "type": "zip",
2105
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/20f84f468cb67efee293246e6a09619b891f55f0",
2106
                "reference": "20f84f468cb67efee293246e6a09619b891f55f0",
2107
                "shasum": ""
2108
            },
2109
            "require": {
2110
                "php": "^7.0",
2111
                "sebastian/diff": "^1.2",
2112
                "sebastian/exporter": "^3.0"
2113
            },
2114
            "require-dev": {
2115
                "phpunit/phpunit": "^6.0"
2116
            },
2117
            "type": "library",
2118
            "extra": {
2119
                "branch-alias": {
2120
                    "dev-master": "2.0.x-dev"
2121
                }
2122
            },
2123
            "autoload": {
2124
                "classmap": [
2125
                    "src/"
2126
                ]
2127
            },
2128
            "notification-url": "https://packagist.org/downloads/",
2129
            "license": [
2130
                "BSD-3-Clause"
2131
            ],
2132
            "authors": [
2133
                {
2134
                    "name": "Jeff Welch",
2135
                    "email": "[email protected]"
2136
                },
2137
                {
2138
                    "name": "Volker Dusch",
2139
                    "email": "[email protected]"
2140
                },
2141
                {
2142
                    "name": "Bernhard Schussek",
2143
                    "email": "[email protected]"
2144
                },
2145
                {
2146
                    "name": "Sebastian Bergmann",
2147
                    "email": "[email protected]"
2148
                }
2149
            ],
2150
            "description": "Provides the functionality to compare PHP values for equality",
2151
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
2152
            "keywords": [
2153
                "comparator",
2154
                "compare",
2155
                "equality"
2156
            ],
2157
            "time": "2017-03-03T06:26:08+00:00"
2158
        },
2159
        {
2160
            "name": "sebastian/diff",
2161
            "version": "1.4.3",
2162
            "source": {
2163
                "type": "git",
2164
                "url": "https://github.com/sebastianbergmann/diff.git",
2165
                "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4"
2166
            },
2167
            "dist": {
2168
                "type": "zip",
2169
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4",
2170
                "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4",
2171
                "shasum": ""
2172
            },
2173
            "require": {
2174
                "php": "^5.3.3 || ^7.0"
2175
            },
2176
            "require-dev": {
2177
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
2178
            },
2179
            "type": "library",
2180
            "extra": {
2181
                "branch-alias": {
2182
                    "dev-master": "1.4-dev"
2183
                }
2184
            },
2185
            "autoload": {
2186
                "classmap": [
2187
                    "src/"
2188
                ]
2189
            },
2190
            "notification-url": "https://packagist.org/downloads/",
2191
            "license": [
2192
                "BSD-3-Clause"
2193
            ],
2194
            "authors": [
2195
                {
2196
                    "name": "Kore Nordmann",
2197
                    "email": "[email protected]"
2198
                },
2199
                {
2200
                    "name": "Sebastian Bergmann",
2201
                    "email": "[email protected]"
2202
                }
2203
            ],
2204
            "description": "Diff implementation",
2205
            "homepage": "https://github.com/sebastianbergmann/diff",
2206
            "keywords": [
2207
                "diff"
2208
            ],
2209
            "time": "2017-05-22T07:24:03+00:00"
2210
        },
2211
        {
2212
            "name": "sebastian/environment",
2213
            "version": "2.0.0",
2214
            "source": {
2215
                "type": "git",
2216
                "url": "https://github.com/sebastianbergmann/environment.git",
2217
                "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac"
2218
            },
2219
            "dist": {
2220
                "type": "zip",
2221
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
2222
                "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
2223
                "shasum": ""
2224
            },
2225
            "require": {
2226
                "php": "^5.6 || ^7.0"
2227
            },
2228
            "require-dev": {
2229
                "phpunit/phpunit": "^5.0"
2230
            },
2231
            "type": "library",
2232
            "extra": {
2233
                "branch-alias": {
2234
                    "dev-master": "2.0.x-dev"
2235
                }
2236
            },
2237
            "autoload": {
2238
                "classmap": [
2239
                    "src/"
2240
                ]
2241
            },
2242
            "notification-url": "https://packagist.org/downloads/",
2243
            "license": [
2244
                "BSD-3-Clause"
2245
            ],
2246
            "authors": [
2247
                {
2248
                    "name": "Sebastian Bergmann",
2249
                    "email": "[email protected]"
2250
                }
2251
            ],
2252
            "description": "Provides functionality to handle HHVM/PHP environments",
2253
            "homepage": "http://www.github.com/sebastianbergmann/environment",
2254
            "keywords": [
2255
                "Xdebug",
2256
                "environment",
2257
                "hhvm"
2258
            ],
2259
            "time": "2016-11-26T07:53:53+00:00"
2260
        },
2261
        {
2262
            "name": "sebastian/exporter",
2263
            "version": "3.1.0",
2264
            "source": {
2265
                "type": "git",
2266
                "url": "https://github.com/sebastianbergmann/exporter.git",
2267
                "reference": "234199f4528de6d12aaa58b612e98f7d36adb937"
2268
            },
2269
            "dist": {
2270
                "type": "zip",
2271
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/234199f4528de6d12aaa58b612e98f7d36adb937",
2272
                "reference": "234199f4528de6d12aaa58b612e98f7d36adb937",
2273
                "shasum": ""
2274
            },
2275
            "require": {
2276
                "php": "^7.0",
2277
                "sebastian/recursion-context": "^3.0"
2278
            },
2279
            "require-dev": {
2280
                "ext-mbstring": "*",
2281
                "phpunit/phpunit": "^6.0"
2282
            },
2283
            "type": "library",
2284
            "extra": {
2285
                "branch-alias": {
2286
                    "dev-master": "3.1.x-dev"
2287
                }
2288
            },
2289
            "autoload": {
2290
                "classmap": [
2291
                    "src/"
2292
                ]
2293
            },
2294
            "notification-url": "https://packagist.org/downloads/",
2295
            "license": [
2296
                "BSD-3-Clause"
2297
            ],
2298
            "authors": [
2299
                {
2300
                    "name": "Jeff Welch",
2301
                    "email": "[email protected]"
2302
                },
2303
                {
2304
                    "name": "Volker Dusch",
2305
                    "email": "[email protected]"
2306
                },
2307
                {
2308
                    "name": "Bernhard Schussek",
2309
                    "email": "[email protected]"
2310
                },
2311
                {
2312
                    "name": "Sebastian Bergmann",
2313
                    "email": "[email protected]"
2314
                },
2315
                {
2316
                    "name": "Adam Harvey",
2317
                    "email": "[email protected]"
2318
                }
2319
            ],
2320
            "description": "Provides the functionality to export PHP variables for visualization",
2321
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
2322
            "keywords": [
2323
                "export",
2324
                "exporter"
2325
            ],
2326
            "time": "2017-04-03T13:19:02+00:00"
2327
        },
2328
        {
2329
            "name": "sebastian/global-state",
2330
            "version": "2.0.0",
2331
            "source": {
2332
                "type": "git",
2333
                "url": "https://github.com/sebastianbergmann/global-state.git",
2334
                "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4"
2335
            },
2336
            "dist": {
2337
                "type": "zip",
2338
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
2339
                "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
2340
                "shasum": ""
2341
            },
2342
            "require": {
2343
                "php": "^7.0"
2344
            },
2345
            "require-dev": {
2346
                "phpunit/phpunit": "^6.0"
2347
            },
2348
            "suggest": {
2349
                "ext-uopz": "*"
2350
            },
2351
            "type": "library",
2352
            "extra": {
2353
                "branch-alias": {
2354
                    "dev-master": "2.0-dev"
2355
                }
2356
            },
2357
            "autoload": {
2358
                "classmap": [
2359
                    "src/"
2360
                ]
2361
            },
2362
            "notification-url": "https://packagist.org/downloads/",
2363
            "license": [
2364
                "BSD-3-Clause"
2365
            ],
2366
            "authors": [
2367
                {
2368
                    "name": "Sebastian Bergmann",
2369
                    "email": "[email protected]"
2370
                }
2371
            ],
2372
            "description": "Snapshotting of global state",
2373
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
2374
            "keywords": [
2375
                "global state"
2376
            ],
2377
            "time": "2017-04-27T15:39:26+00:00"
2378
        },
2379
        {
2380
            "name": "sebastian/object-enumerator",
2381
            "version": "3.0.3",
2382
            "source": {
2383
                "type": "git",
2384
                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
2385
                "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
2386
            },
2387
            "dist": {
2388
                "type": "zip",
2389
                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
2390
                "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
2391
                "shasum": ""
2392
            },
2393
            "require": {
2394
                "php": "^7.0",
2395
                "sebastian/object-reflector": "^1.1.1",
2396
                "sebastian/recursion-context": "^3.0"
2397
            },
2398
            "require-dev": {
2399
                "phpunit/phpunit": "^6.0"
2400
            },
2401
            "type": "library",
2402
            "extra": {
2403
                "branch-alias": {
2404
                    "dev-master": "3.0.x-dev"
2405
                }
2406
            },
2407
            "autoload": {
2408
                "classmap": [
2409
                    "src/"
2410
                ]
2411
            },
2412
            "notification-url": "https://packagist.org/downloads/",
2413
            "license": [
2414
                "BSD-3-Clause"
2415
            ],
2416
            "authors": [
2417
                {
2418
                    "name": "Sebastian Bergmann",
2419
                    "email": "[email protected]"
2420
                }
2421
            ],
2422
            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
2423
            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
2424
            "time": "2017-08-03T12:35:26+00:00"
2425
        },
2426
        {
2427
            "name": "sebastian/object-reflector",
2428
            "version": "1.1.1",
2429
            "source": {
2430
                "type": "git",
2431
                "url": "https://github.com/sebastianbergmann/object-reflector.git",
2432
                "reference": "773f97c67f28de00d397be301821b06708fca0be"
2433
            },
2434
            "dist": {
2435
                "type": "zip",
2436
                "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
2437
                "reference": "773f97c67f28de00d397be301821b06708fca0be",
2438
                "shasum": ""
2439
            },
2440
            "require": {
2441
                "php": "^7.0"
2442
            },
2443
            "require-dev": {
2444
                "phpunit/phpunit": "^6.0"
2445
            },
2446
            "type": "library",
2447
            "extra": {
2448
                "branch-alias": {
2449
                    "dev-master": "1.1-dev"
2450
                }
2451
            },
2452
            "autoload": {
2453
                "classmap": [
2454
                    "src/"
2455
                ]
2456
            },
2457
            "notification-url": "https://packagist.org/downloads/",
2458
            "license": [
2459
                "BSD-3-Clause"
2460
            ],
2461
            "authors": [
2462
                {
2463
                    "name": "Sebastian Bergmann",
2464
                    "email": "[email protected]"
2465
                }
2466
            ],
2467
            "description": "Allows reflection of object attributes, including inherited and non-public ones",
2468
            "homepage": "https://github.com/sebastianbergmann/object-reflector/",
2469
            "time": "2017-03-29T09:07:27+00:00"
2470
        },
2471
        {
2472
            "name": "sebastian/recursion-context",
2473
            "version": "3.0.0",
2474
            "source": {
2475
                "type": "git",
2476
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
2477
                "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
2478
            },
2479
            "dist": {
2480
                "type": "zip",
2481
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
2482
                "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
2483
                "shasum": ""
2484
            },
2485
            "require": {
2486
                "php": "^7.0"
2487
            },
2488
            "require-dev": {
2489
                "phpunit/phpunit": "^6.0"
2490
            },
2491
            "type": "library",
2492
            "extra": {
2493
                "branch-alias": {
2494
                    "dev-master": "3.0.x-dev"
2495
                }
2496
            },
2497
            "autoload": {
2498
                "classmap": [
2499
                    "src/"
2500
                ]
2501
            },
2502
            "notification-url": "https://packagist.org/downloads/",
2503
            "license": [
2504
                "BSD-3-Clause"
2505
            ],
2506
            "authors": [
2507
                {
2508
                    "name": "Jeff Welch",
2509
                    "email": "[email protected]"
2510
                },
2511
                {
2512
                    "name": "Sebastian Bergmann",
2513
                    "email": "[email protected]"
2514
                },
2515
                {
2516
                    "name": "Adam Harvey",
2517
                    "email": "[email protected]"
2518
                }
2519
            ],
2520
            "description": "Provides functionality to recursively process PHP variables",
2521
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
2522
            "time": "2017-03-03T06:23:57+00:00"
2523
        },
2524
        {
2525
            "name": "sebastian/resource-operations",
2526
            "version": "1.0.0",
2527
            "source": {
2528
                "type": "git",
2529
                "url": "https://github.com/sebastianbergmann/resource-operations.git",
2530
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
2531
            },
2532
            "dist": {
2533
                "type": "zip",
2534
                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
2535
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
2536
                "shasum": ""
2537
            },
2538
            "require": {
2539
                "php": ">=5.6.0"
2540
            },
2541
            "type": "library",
2542
            "extra": {
2543
                "branch-alias": {
2544
                    "dev-master": "1.0.x-dev"
2545
                }
2546
            },
2547
            "autoload": {
2548
                "classmap": [
2549
                    "src/"
2550
                ]
2551
            },
2552
            "notification-url": "https://packagist.org/downloads/",
2553
            "license": [
2554
                "BSD-3-Clause"
2555
            ],
2556
            "authors": [
2557
                {
2558
                    "name": "Sebastian Bergmann",
2559
                    "email": "[email protected]"
2560
                }
2561
            ],
2562
            "description": "Provides a list of PHP built-in functions that operate on resources",
2563
            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
2564
            "time": "2015-07-28T20:34:47+00:00"
2565
        },
2566
        {
2567
            "name": "sebastian/version",
2568
            "version": "2.0.1",
2569
            "source": {
2570
                "type": "git",
2571
                "url": "https://github.com/sebastianbergmann/version.git",
2572
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
2573
            },
2574
            "dist": {
2575
                "type": "zip",
2576
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
2577
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
2578
                "shasum": ""
2579
            },
2580
            "require": {
2581
                "php": ">=5.6"
2582
            },
2583
            "type": "library",
2584
            "extra": {
2585
                "branch-alias": {
2586
                    "dev-master": "2.0.x-dev"
2587
                }
2588
            },
2589
            "autoload": {
2590
                "classmap": [
2591
                    "src/"
2592
                ]
2593
            },
2594
            "notification-url": "https://packagist.org/downloads/",
2595
            "license": [
2596
                "BSD-3-Clause"
2597
            ],
2598
            "authors": [
2599
                {
2600
                    "name": "Sebastian Bergmann",
2601
                    "email": "[email protected]",
2602
                    "role": "lead"
2603
                }
2604
            ],
2605
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
2606
            "homepage": "https://github.com/sebastianbergmann/version",
2607
            "time": "2016-10-03T07:35:21+00:00"
2608
        },
2609
        {
2610
            "name": "symfony/config",
2611
            "version": "v3.3.6",
2612
            "source": {
2613
                "type": "git",
2614
                "url": "https://github.com/symfony/config.git",
2615
                "reference": "54ee12b0dd60f294132cabae6f5da9573d2e5297"
2616
            },
2617
            "dist": {
2618
                "type": "zip",
2619
                "url": "https://api.github.com/repos/symfony/config/zipball/54ee12b0dd60f294132cabae6f5da9573d2e5297",
2620
                "reference": "54ee12b0dd60f294132cabae6f5da9573d2e5297",
2621
                "shasum": ""
2622
            },
2623
            "require": {
2624
                "php": ">=5.5.9",
2625
                "symfony/filesystem": "~2.8|~3.0"
2626
            },
2627
            "conflict": {
2628
                "symfony/dependency-injection": "<3.3",
2629
                "symfony/finder": "<3.3"
2630
            },
2631
            "require-dev": {
2632
                "symfony/dependency-injection": "~3.3",
2633
                "symfony/finder": "~3.3",
2634
                "symfony/yaml": "~3.0"
2635
            },
2636
            "suggest": {
2637
                "symfony/yaml": "To use the yaml reference dumper"
2638
            },
2639
            "type": "library",
2640
            "extra": {
2641
                "branch-alias": {
2642
                    "dev-master": "3.3-dev"
2643
                }
2644
            },
2645
            "autoload": {
2646
                "psr-4": {
2647
                    "Symfony\\Component\\Config\\": ""
2648
                },
2649
                "exclude-from-classmap": [
2650
                    "/Tests/"
2651
                ]
2652
            },
2653
            "notification-url": "https://packagist.org/downloads/",
2654
            "license": [
2655
                "MIT"
2656
            ],
2657
            "authors": [
2658
                {
2659
                    "name": "Fabien Potencier",
2660
                    "email": "[email protected]"
2661
                },
2662
                {
2663
                    "name": "Symfony Community",
2664
                    "homepage": "https://symfony.com/contributors"
2665
                }
2666
            ],
2667
            "description": "Symfony Config Component",
2668
            "homepage": "https://symfony.com",
2669
            "time": "2017-07-19T07:37:29+00:00"
2670
        },
2671
        {
2672
            "name": "symfony/console",
2673
            "version": "v3.3.6",
2674
            "source": {
2675
                "type": "git",
2676
                "url": "https://github.com/symfony/console.git",
2677
                "reference": "b0878233cb5c4391347e5495089c7af11b8e6201"
2678
            },
2679
            "dist": {
2680
                "type": "zip",
2681
                "url": "https://api.github.com/repos/symfony/console/zipball/b0878233cb5c4391347e5495089c7af11b8e6201",
2682
                "reference": "b0878233cb5c4391347e5495089c7af11b8e6201",
2683
                "shasum": ""
2684
            },
2685
            "require": {
2686
                "php": ">=5.5.9",
2687
                "symfony/debug": "~2.8|~3.0",
2688
                "symfony/polyfill-mbstring": "~1.0"
2689
            },
2690
            "conflict": {
2691
                "symfony/dependency-injection": "<3.3"
2692
            },
2693
            "require-dev": {
2694
                "psr/log": "~1.0",
2695
                "symfony/config": "~3.3",
2696
                "symfony/dependency-injection": "~3.3",
2697
                "symfony/event-dispatcher": "~2.8|~3.0",
2698
                "symfony/filesystem": "~2.8|~3.0",
2699
                "symfony/http-kernel": "~2.8|~3.0",
2700
                "symfony/process": "~2.8|~3.0"
2701
            },
2702
            "suggest": {
2703
                "psr/log": "For using the console logger",
2704
                "symfony/event-dispatcher": "",
2705
                "symfony/filesystem": "",
2706
                "symfony/process": ""
2707
            },
2708
            "type": "library",
2709
            "extra": {
2710
                "branch-alias": {
2711
                    "dev-master": "3.3-dev"
2712
                }
2713
            },
2714
            "autoload": {
2715
                "psr-4": {
2716
                    "Symfony\\Component\\Console\\": ""
2717
                },
2718
                "exclude-from-classmap": [
2719
                    "/Tests/"
2720
                ]
2721
            },
2722
            "notification-url": "https://packagist.org/downloads/",
2723
            "license": [
2724
                "MIT"
2725
            ],
2726
            "authors": [
2727
                {
2728
                    "name": "Fabien Potencier",
2729
                    "email": "[email protected]"
2730
                },
2731
                {
2732
                    "name": "Symfony Community",
2733
                    "homepage": "https://symfony.com/contributors"
2734
                }
2735
            ],
2736
            "description": "Symfony Console Component",
2737
            "homepage": "https://symfony.com",
2738
            "time": "2017-07-29T21:27:59+00:00"
2739
        },
2740
        {
2741
            "name": "symfony/debug",
2742
            "version": "v3.3.6",
2743
            "source": {
2744
                "type": "git",
2745
                "url": "https://github.com/symfony/debug.git",
2746
                "reference": "7c13ae8ce1e2adbbd574fc39de7be498e1284e13"
2747
            },
2748
            "dist": {
2749
                "type": "zip",
2750
                "url": "https://api.github.com/repos/symfony/debug/zipball/7c13ae8ce1e2adbbd574fc39de7be498e1284e13",
2751
                "reference": "7c13ae8ce1e2adbbd574fc39de7be498e1284e13",
2752
                "shasum": ""
2753
            },
2754
            "require": {
2755
                "php": ">=5.5.9",
2756
                "psr/log": "~1.0"
2757
            },
2758
            "conflict": {
2759
                "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
2760
            },
2761
            "require-dev": {
2762
                "symfony/http-kernel": "~2.8|~3.0"
2763
            },
2764
            "type": "library",
2765
            "extra": {
2766
                "branch-alias": {
2767
                    "dev-master": "3.3-dev"
2768
                }
2769
            },
2770
            "autoload": {
2771
                "psr-4": {
2772
                    "Symfony\\Component\\Debug\\": ""
2773
                },
2774
                "exclude-from-classmap": [
2775
                    "/Tests/"
2776
                ]
2777
            },
2778
            "notification-url": "https://packagist.org/downloads/",
2779
            "license": [
2780
                "MIT"
2781
            ],
2782
            "authors": [
2783
                {
2784
                    "name": "Fabien Potencier",
2785
                    "email": "[email protected]"
2786
                },
2787
                {
2788
                    "name": "Symfony Community",
2789
                    "homepage": "https://symfony.com/contributors"
2790
                }
2791
            ],
2792
            "description": "Symfony Debug Component",
2793
            "homepage": "https://symfony.com",
2794
            "time": "2017-07-28T15:27:31+00:00"
2795
        },
2796
        {
2797
            "name": "symfony/filesystem",
2798
            "version": "v3.3.6",
2799
            "source": {
2800
                "type": "git",
2801
                "url": "https://github.com/symfony/filesystem.git",
2802
                "reference": "427987eb4eed764c3b6e38d52a0f87989e010676"
2803
            },
2804
            "dist": {
2805
                "type": "zip",
2806
                "url": "https://api.github.com/repos/symfony/filesystem/zipball/427987eb4eed764c3b6e38d52a0f87989e010676",
2807
                "reference": "427987eb4eed764c3b6e38d52a0f87989e010676",
2808
                "shasum": ""
2809
            },
2810
            "require": {
2811
                "php": ">=5.5.9"
2812
            },
2813
            "type": "library",
2814
            "extra": {
2815
                "branch-alias": {
2816
                    "dev-master": "3.3-dev"
2817
                }
2818
            },
2819
            "autoload": {
2820
                "psr-4": {
2821
                    "Symfony\\Component\\Filesystem\\": ""
2822
                },
2823
                "exclude-from-classmap": [
2824
                    "/Tests/"
2825
                ]
2826
            },
2827
            "notification-url": "https://packagist.org/downloads/",
2828
            "license": [
2829
                "MIT"
2830
            ],
2831
            "authors": [
2832
                {
2833
                    "name": "Fabien Potencier",
2834
                    "email": "[email protected]"
2835
                },
2836
                {
2837
                    "name": "Symfony Community",
2838
                    "homepage": "https://symfony.com/contributors"
2839
                }
2840
            ],
2841
            "description": "Symfony Filesystem Component",
2842
            "homepage": "https://symfony.com",
2843
            "time": "2017-07-11T07:17:58+00:00"
2844
        },
2845
        {
2846
            "name": "symfony/polyfill-mbstring",
2847
            "version": "v1.6.0",
2848
            "source": {
2849
                "type": "git",
2850
                "url": "https://github.com/symfony/polyfill-mbstring.git",
2851
                "reference": "2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296"
2852
            },
2853
            "dist": {
2854
                "type": "zip",
2855
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296",
2856
                "reference": "2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296",
2857
                "shasum": ""
2858
            },
2859
            "require": {
2860
                "php": ">=5.3.3"
2861
            },
2862
            "suggest": {
2863
                "ext-mbstring": "For best performance"
2864
            },
2865
            "type": "library",
2866
            "extra": {
2867
                "branch-alias": {
2868
                    "dev-master": "1.6-dev"
2869
                }
2870
            },
2871
            "autoload": {
2872
                "psr-4": {
2873
                    "Symfony\\Polyfill\\Mbstring\\": ""
2874
                },
2875
                "files": [
2876
                    "bootstrap.php"
2877
                ]
2878
            },
2879
            "notification-url": "https://packagist.org/downloads/",
2880
            "license": [
2881
                "MIT"
2882
            ],
2883
            "authors": [
2884
                {
2885
                    "name": "Nicolas Grekas",
2886
                    "email": "[email protected]"
2887
                },
2888
                {
2889
                    "name": "Symfony Community",
2890
                    "homepage": "https://symfony.com/contributors"
2891
                }
2892
            ],
2893
            "description": "Symfony polyfill for the Mbstring extension",
2894
            "homepage": "https://symfony.com",
2895
            "keywords": [
2896
                "compatibility",
2897
                "mbstring",
2898
                "polyfill",
2899
                "portable",
2900
                "shim"
2901
            ],
2902
            "time": "2017-10-11T12:05:26+00:00"
2903
        },
2904
        {
2905
            "name": "symfony/stopwatch",
2906
            "version": "v3.3.6",
2907
            "source": {
2908
                "type": "git",
2909
                "url": "https://github.com/symfony/stopwatch.git",
2910
                "reference": "602a15299dc01556013b07167d4f5d3a60e90d15"
2911
            },
2912
            "dist": {
2913
                "type": "zip",
2914
                "url": "https://api.github.com/repos/symfony/stopwatch/zipball/602a15299dc01556013b07167d4f5d3a60e90d15",
2915
                "reference": "602a15299dc01556013b07167d4f5d3a60e90d15",
2916
                "shasum": ""
2917
            },
2918
            "require": {
2919
                "php": ">=5.5.9"
2920
            },
2921
            "type": "library",
2922
            "extra": {
2923
                "branch-alias": {
2924
                    "dev-master": "3.3-dev"
2925
                }
2926
            },
2927
            "autoload": {
2928
                "psr-4": {
2929
                    "Symfony\\Component\\Stopwatch\\": ""
2930
                },
2931
                "exclude-from-classmap": [
2932
                    "/Tests/"
2933
                ]
2934
            },
2935
            "notification-url": "https://packagist.org/downloads/",
2936
            "license": [
2937
                "MIT"
2938
            ],
2939
            "authors": [
2940
                {
2941
                    "name": "Fabien Potencier",
2942
                    "email": "[email protected]"
2943
                },
2944
                {
2945
                    "name": "Symfony Community",
2946
                    "homepage": "https://symfony.com/contributors"
2947
                }
2948
            ],
2949
            "description": "Symfony Stopwatch Component",
2950
            "homepage": "https://symfony.com",
2951
            "time": "2017-04-12T14:14:56+00:00"
2952
        },
2953
        {
2954
            "name": "symfony/yaml",
2955
            "version": "v3.3.6",
2956
            "source": {
2957
                "type": "git",
2958
                "url": "https://github.com/symfony/yaml.git",
2959
                "reference": "ddc23324e6cfe066f3dd34a37ff494fa80b617ed"
2960
            },
2961
            "dist": {
2962
                "type": "zip",
2963
                "url": "https://api.github.com/repos/symfony/yaml/zipball/ddc23324e6cfe066f3dd34a37ff494fa80b617ed",
2964
                "reference": "ddc23324e6cfe066f3dd34a37ff494fa80b617ed",
2965
                "shasum": ""
2966
            },
2967
            "require": {
2968
                "php": ">=5.5.9"
2969
            },
2970
            "require-dev": {
2971
                "symfony/console": "~2.8|~3.0"
2972
            },
2973
            "suggest": {
2974
                "symfony/console": "For validating YAML files using the lint command"
2975
            },
2976
            "type": "library",
2977
            "extra": {
2978
                "branch-alias": {
2979
                    "dev-master": "3.3-dev"
2980
                }
2981
            },
2982
            "autoload": {
2983
                "psr-4": {
2984
                    "Symfony\\Component\\Yaml\\": ""
2985
                },
2986
                "exclude-from-classmap": [
2987
                    "/Tests/"
2988
                ]
2989
            },
2990
            "notification-url": "https://packagist.org/downloads/",
2991
            "license": [
2992
                "MIT"
2993
            ],
2994
            "authors": [
2995
                {
2996
                    "name": "Fabien Potencier",
2997
                    "email": "[email protected]"
2998
                },
2999
                {
3000
                    "name": "Symfony Community",
3001
                    "homepage": "https://symfony.com/contributors"
3002
                }
3003
            ],
3004
            "description": "Symfony Yaml Component",
3005
            "homepage": "https://symfony.com",
3006
            "time": "2017-07-23T12:43:26+00:00"
3007
        },
3008
        {
3009
            "name": "theseer/tokenizer",
3010
            "version": "1.1.0",
3011
            "source": {
3012
                "type": "git",
3013
                "url": "https://github.com/theseer/tokenizer.git",
3014
                "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b"
3015
            },
3016
            "dist": {
3017
                "type": "zip",
3018
                "url": "https://api.github.com/repos/theseer/tokenizer/zipball/cb2f008f3f05af2893a87208fe6a6c4985483f8b",
3019
                "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b",
3020
                "shasum": ""
3021
            },
3022
            "require": {
3023
                "ext-dom": "*",
3024
                "ext-tokenizer": "*",
3025
                "ext-xmlwriter": "*",
3026
                "php": "^7.0"
3027
            },
3028
            "type": "library",
3029
            "autoload": {
3030
                "classmap": [
3031
                    "src/"
3032
                ]
3033
            },
3034
            "notification-url": "https://packagist.org/downloads/",
3035
            "license": [
3036
                "BSD-3-Clause"
3037
            ],
3038
            "authors": [
3039
                {
3040
                    "name": "Arne Blankerts",
3041
                    "email": "[email protected]",
3042
                    "role": "Developer"
3043
                }
3044
            ],
3045
            "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
3046
            "time": "2017-04-07T12:08:54+00:00"
3047
        },
3048
        {
3049
            "name": "twig/twig",
3050
            "version": "v1.35.0",
3051
            "source": {
3052
                "type": "git",
3053
                "url": "https://github.com/twigphp/Twig.git",
3054
                "reference": "daa657073e55b0a78cce8fdd22682fddecc6385f"
3055
            },
3056
            "dist": {
3057
                "type": "zip",
3058
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/daa657073e55b0a78cce8fdd22682fddecc6385f",
3059
                "reference": "daa657073e55b0a78cce8fdd22682fddecc6385f",
3060
                "shasum": ""
3061
            },
3062
            "require": {
3063
                "php": ">=5.3.3"
3064
            },
3065
            "require-dev": {
3066
                "psr/container": "^1.0",
3067
                "symfony/debug": "~2.7",
3068
                "symfony/phpunit-bridge": "~3.3@dev"
3069
            },
3070
            "type": "library",
3071
            "extra": {
3072
                "branch-alias": {
3073
                    "dev-master": "1.35-dev"
3074
                }
3075
            },
3076
            "autoload": {
3077
                "psr-0": {
3078
                    "Twig_": "lib/"
3079
                },
3080
                "psr-4": {
3081
                    "Twig\\": "src/"
3082
                }
3083
            },
3084
            "notification-url": "https://packagist.org/downloads/",
3085
            "license": [
3086
                "BSD-3-Clause"
3087
            ],
3088
            "authors": [
3089
                {
3090
                    "name": "Fabien Potencier",
3091
                    "email": "[email protected]",
3092
                    "homepage": "http://fabien.potencier.org",
3093
                    "role": "Lead Developer"
3094
                },
3095
                {
3096
                    "name": "Armin Ronacher",
3097
                    "email": "[email protected]",
3098
                    "role": "Project Founder"
3099
                },
3100
                {
3101
                    "name": "Twig Team",
3102
                    "homepage": "http://twig.sensiolabs.org/contributors",
3103
                    "role": "Contributors"
3104
                }
3105
            ],
3106
            "description": "Twig, the flexible, fast, and secure template language for PHP",
3107
            "homepage": "http://twig.sensiolabs.org",
3108
            "keywords": [
3109
                "templating"
3110
            ],
3111
            "time": "2017-09-27T18:06:46+00:00"
3112
        },
3113
        {
3114
            "name": "webmozart/assert",
3115
            "version": "1.2.0",
3116
            "source": {
3117
                "type": "git",
3118
                "url": "https://github.com/webmozart/assert.git",
3119
                "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f"
3120
            },
3121
            "dist": {
3122
                "type": "zip",
3123
                "url": "https://api.github.com/repos/webmozart/assert/zipball/2db61e59ff05fe5126d152bd0655c9ea113e550f",
3124
                "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f",
3125
                "shasum": ""
3126
            },
3127
            "require": {
3128
                "php": "^5.3.3 || ^7.0"
3129
            },
3130
            "require-dev": {
3131
                "phpunit/phpunit": "^4.6",
3132
                "sebastian/version": "^1.0.1"
3133
            },
3134
            "type": "library",
3135
            "extra": {
3136
                "branch-alias": {
3137
                    "dev-master": "1.3-dev"
3138
                }
3139
            },
3140
            "autoload": {
3141
                "psr-4": {
3142
                    "Webmozart\\Assert\\": "src/"
3143
                }
3144
            },
3145
            "notification-url": "https://packagist.org/downloads/",
3146
            "license": [
3147
                "MIT"
3148
            ],
3149
            "authors": [
3150
                {
3151
                    "name": "Bernhard Schussek",
3152
                    "email": "[email protected]"
3153
                }
3154
            ],
3155
            "description": "Assertions to validate method input/output with nice error messages.",
3156
            "keywords": [
3157
                "assert",
3158
                "check",
3159
                "validate"
3160
            ],
3161
            "time": "2016-11-23T20:04:58+00:00"
3162
        },
3163
        {
3164
            "name": "yiisoft/yii2-imagine",
3165
            "version": "2.1.0",
3166
            "source": {
3167
                "type": "git",
3168
                "url": "https://github.com/yiisoft/yii2-imagine.git",
3169
                "reference": "59dcd0b43c2b0e5495c7e5c0320e2cbc1cd57411"
3170
            },
3171
            "dist": {
3172
                "type": "zip",
3173
                "url": "https://api.github.com/repos/yiisoft/yii2-imagine/zipball/59dcd0b43c2b0e5495c7e5c0320e2cbc1cd57411",
3174
                "reference": "59dcd0b43c2b0e5495c7e5c0320e2cbc1cd57411",
3175
                "shasum": ""
3176
            },
3177
            "require": {
3178
                "imagine/imagine": "~0.6.0",
3179
                "yiisoft/yii2": "~2.0.0"
3180
            },
3181
            "type": "yii2-extension",
3182
            "extra": {
3183
                "branch-alias": {
3184
                    "dev-master": "2.0.x-dev"
3185
                }
3186
            },
3187
            "autoload": {
3188
                "psr-4": {
3189
                    "yii\\imagine\\": ""
3190
                }
3191
            },
3192
            "notification-url": "https://packagist.org/downloads/",
3193
            "license": [
3194
                "BSD-3-Clause"
3195
            ],
3196
            "authors": [
3197
                {
3198
                    "name": "Antonio Ramirez",
3199
                    "email": "[email protected]"
3200
                }
3201
            ],
3202
            "description": "The Imagine integration for the Yii framework",
3203
            "keywords": [
3204
                "helper",
3205
                "image",
3206
                "imagine",
3207
                "yii2"
3208
            ],
3209
            "time": "2016-11-03T19:28:39+00:00"
3210
        }
3211
    ],
3212
    "aliases": [],
3213
    "minimum-stability": "stable",
3214
    "stability-flags": [],
3215
    "prefer-stable": false,
3216
    "prefer-lowest": false,
3217
    "platform": [],
3218
    "platform-dev": [],
3219
    "platform-overrides": {
3220
        "php": "7.0"
3221
    }
3222
}
3223