Test Setup Failed
Branch master (460650)
by Dmitry
01:57
created

composer.lock (1 issue)

Upgrade to new PHP Analysis Engine

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

1
{
2
    "_readme": [
3
        "This file locks the dependencies of your project to a known state",
4
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
5
        "This file is @generated automatically"
6
    ],
7
    "hash": "da9730215b7aaa2718482666a3db479c",
8
    "content-hash": "e59e6b3de7f9578aeb92bd29dfc09a4a",
9
    "packages": [
10
        {
11
            "name": "guzzlehttp/guzzle",
0 ignored issues
show
There is a security advisory for your installed version of guzzlehttp/guzzle:

HTTP Proxy header vulnerability
Loading history...
12
            "version": "5.3.0",
13
            "source": {
14
                "type": "git",
15
                "url": "https://github.com/guzzle/guzzle.git",
16
                "reference": "f3c8c22471cb55475105c14769644a49c3262b93"
17
            },
18
            "dist": {
19
                "type": "zip",
20
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/f3c8c22471cb55475105c14769644a49c3262b93",
21
                "reference": "f3c8c22471cb55475105c14769644a49c3262b93",
22
                "shasum": ""
23
            },
24
            "require": {
25
                "guzzlehttp/ringphp": "^1.1",
26
                "php": ">=5.4.0"
27
            },
28
            "require-dev": {
29
                "ext-curl": "*",
30
                "phpunit/phpunit": "^4.0",
31
                "psr/log": "^1.0"
32
            },
33
            "type": "library",
34
            "extra": {
35
                "branch-alias": {
36
                    "dev-master": "5.0-dev"
37
                }
38
            },
39
            "autoload": {
40
                "psr-4": {
41
                    "GuzzleHttp\\": "src/"
42
                }
43
            },
44
            "notification-url": "https://packagist.org/downloads/",
45
            "license": [
46
                "MIT"
47
            ],
48
            "authors": [
49
                {
50
                    "name": "Michael Dowling",
51
                    "email": "[email protected]",
52
                    "homepage": "https://github.com/mtdowling"
53
                }
54
            ],
55
            "description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients",
56
            "homepage": "http://guzzlephp.org/",
57
            "keywords": [
58
                "client",
59
                "curl",
60
                "framework",
61
                "http",
62
                "http client",
63
                "rest",
64
                "web service"
65
            ],
66
            "time": "2015-05-20 03:47:55"
67
        },
68
        {
69
            "name": "guzzlehttp/ringphp",
70
            "version": "1.1.0",
71
            "source": {
72
                "type": "git",
73
                "url": "https://github.com/guzzle/RingPHP.git",
74
                "reference": "dbbb91d7f6c191e5e405e900e3102ac7f261bc0b"
75
            },
76
            "dist": {
77
                "type": "zip",
78
                "url": "https://api.github.com/repos/guzzle/RingPHP/zipball/dbbb91d7f6c191e5e405e900e3102ac7f261bc0b",
79
                "reference": "dbbb91d7f6c191e5e405e900e3102ac7f261bc0b",
80
                "shasum": ""
81
            },
82
            "require": {
83
                "guzzlehttp/streams": "~3.0",
84
                "php": ">=5.4.0",
85
                "react/promise": "~2.0"
86
            },
87
            "require-dev": {
88
                "ext-curl": "*",
89
                "phpunit/phpunit": "~4.0"
90
            },
91
            "suggest": {
92
                "ext-curl": "Guzzle will use specific adapters if cURL is present"
93
            },
94
            "type": "library",
95
            "extra": {
96
                "branch-alias": {
97
                    "dev-master": "1.1-dev"
98
                }
99
            },
100
            "autoload": {
101
                "psr-4": {
102
                    "GuzzleHttp\\Ring\\": "src/"
103
                }
104
            },
105
            "notification-url": "https://packagist.org/downloads/",
106
            "license": [
107
                "MIT"
108
            ],
109
            "authors": [
110
                {
111
                    "name": "Michael Dowling",
112
                    "email": "[email protected]",
113
                    "homepage": "https://github.com/mtdowling"
114
                }
115
            ],
116
            "description": "Provides a simple API and specification that abstracts away the details of HTTP into a single PHP function.",
117
            "time": "2015-05-20 03:37:09"
118
        },
119
        {
120
            "name": "guzzlehttp/streams",
121
            "version": "3.0.0",
122
            "source": {
123
                "type": "git",
124
                "url": "https://github.com/guzzle/streams.git",
125
                "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5"
126
            },
127
            "dist": {
128
                "type": "zip",
129
                "url": "https://api.github.com/repos/guzzle/streams/zipball/47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
130
                "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
131
                "shasum": ""
132
            },
133
            "require": {
134
                "php": ">=5.4.0"
135
            },
136
            "require-dev": {
137
                "phpunit/phpunit": "~4.0"
138
            },
139
            "type": "library",
140
            "extra": {
141
                "branch-alias": {
142
                    "dev-master": "3.0-dev"
143
                }
144
            },
145
            "autoload": {
146
                "psr-4": {
147
                    "GuzzleHttp\\Stream\\": "src/"
148
                }
149
            },
150
            "notification-url": "https://packagist.org/downloads/",
151
            "license": [
152
                "MIT"
153
            ],
154
            "authors": [
155
                {
156
                    "name": "Michael Dowling",
157
                    "email": "[email protected]",
158
                    "homepage": "https://github.com/mtdowling"
159
                }
160
            ],
161
            "description": "Provides a simple abstraction over streams of data",
162
            "homepage": "http://guzzlephp.org/",
163
            "keywords": [
164
                "Guzzle",
165
                "stream"
166
            ],
167
            "time": "2014-10-12 19:18:40"
168
        },
169
        {
170
            "name": "psr/log",
171
            "version": "1.0.2",
172
            "source": {
173
                "type": "git",
174
                "url": "https://github.com/php-fig/log.git",
175
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
176
            },
177
            "dist": {
178
                "type": "zip",
179
                "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
180
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
181
                "shasum": ""
182
            },
183
            "require": {
184
                "php": ">=5.3.0"
185
            },
186
            "type": "library",
187
            "extra": {
188
                "branch-alias": {
189
                    "dev-master": "1.0.x-dev"
190
                }
191
            },
192
            "autoload": {
193
                "psr-4": {
194
                    "Psr\\Log\\": "Psr/Log/"
195
                }
196
            },
197
            "notification-url": "https://packagist.org/downloads/",
198
            "license": [
199
                "MIT"
200
            ],
201
            "authors": [
202
                {
203
                    "name": "PHP-FIG",
204
                    "homepage": "http://www.php-fig.org/"
205
                }
206
            ],
207
            "description": "Common interface for logging libraries",
208
            "homepage": "https://github.com/php-fig/log",
209
            "keywords": [
210
                "log",
211
                "psr",
212
                "psr-3"
213
            ],
214
            "time": "2016-10-10 12:19:37"
215
        },
216
        {
217
            "name": "react/promise",
218
            "version": "v2.4.1",
219
            "source": {
220
                "type": "git",
221
                "url": "https://github.com/reactphp/promise.git",
222
                "reference": "8025426794f1944de806618671d4fa476dc7626f"
223
            },
224
            "dist": {
225
                "type": "zip",
226
                "url": "https://api.github.com/repos/reactphp/promise/zipball/8025426794f1944de806618671d4fa476dc7626f",
227
                "reference": "8025426794f1944de806618671d4fa476dc7626f",
228
                "shasum": ""
229
            },
230
            "require": {
231
                "php": ">=5.4.0"
232
            },
233
            "type": "library",
234
            "extra": {
235
                "branch-alias": {
236
                    "dev-master": "2.0-dev"
237
                }
238
            },
239
            "autoload": {
240
                "psr-4": {
241
                    "React\\Promise\\": "src/"
242
                },
243
                "files": [
244
                    "src/functions_include.php"
245
                ]
246
            },
247
            "notification-url": "https://packagist.org/downloads/",
248
            "license": [
249
                "MIT"
250
            ],
251
            "authors": [
252
                {
253
                    "name": "Jan Sorgalla",
254
                    "email": "[email protected]"
255
                }
256
            ],
257
            "description": "A lightweight implementation of CommonJS Promises/A for PHP",
258
            "time": "2016-05-03 17:50:52"
259
        }
260
    ],
261
    "packages-dev": [
262
        {
263
            "name": "doctrine/instantiator",
264
            "version": "1.0.5",
265
            "source": {
266
                "type": "git",
267
                "url": "https://github.com/doctrine/instantiator.git",
268
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
269
            },
270
            "dist": {
271
                "type": "zip",
272
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
273
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
274
                "shasum": ""
275
            },
276
            "require": {
277
                "php": ">=5.3,<8.0-DEV"
278
            },
279
            "require-dev": {
280
                "athletic/athletic": "~0.1.8",
281
                "ext-pdo": "*",
282
                "ext-phar": "*",
283
                "phpunit/phpunit": "~4.0",
284
                "squizlabs/php_codesniffer": "~2.0"
285
            },
286
            "type": "library",
287
            "extra": {
288
                "branch-alias": {
289
                    "dev-master": "1.0.x-dev"
290
                }
291
            },
292
            "autoload": {
293
                "psr-4": {
294
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
295
                }
296
            },
297
            "notification-url": "https://packagist.org/downloads/",
298
            "license": [
299
                "MIT"
300
            ],
301
            "authors": [
302
                {
303
                    "name": "Marco Pivetta",
304
                    "email": "[email protected]",
305
                    "homepage": "http://ocramius.github.com/"
306
                }
307
            ],
308
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
309
            "homepage": "https://github.com/doctrine/instantiator",
310
            "keywords": [
311
                "constructor",
312
                "instantiate"
313
            ],
314
            "time": "2015-06-14 21:17:01"
315
        },
316
        {
317
            "name": "phpdocumentor/reflection-common",
318
            "version": "1.0",
319
            "source": {
320
                "type": "git",
321
                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
322
                "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c"
323
            },
324
            "dist": {
325
                "type": "zip",
326
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
327
                "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
328
                "shasum": ""
329
            },
330
            "require": {
331
                "php": ">=5.5"
332
            },
333
            "require-dev": {
334
                "phpunit/phpunit": "^4.6"
335
            },
336
            "type": "library",
337
            "extra": {
338
                "branch-alias": {
339
                    "dev-master": "1.0.x-dev"
340
                }
341
            },
342
            "autoload": {
343
                "psr-4": {
344
                    "phpDocumentor\\Reflection\\": [
345
                        "src"
346
                    ]
347
                }
348
            },
349
            "notification-url": "https://packagist.org/downloads/",
350
            "license": [
351
                "MIT"
352
            ],
353
            "authors": [
354
                {
355
                    "name": "Jaap van Otterdijk",
356
                    "email": "[email protected]"
357
                }
358
            ],
359
            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
360
            "homepage": "http://www.phpdoc.org",
361
            "keywords": [
362
                "FQSEN",
363
                "phpDocumentor",
364
                "phpdoc",
365
                "reflection",
366
                "static analysis"
367
            ],
368
            "time": "2015-12-27 11:43:31"
369
        },
370
        {
371
            "name": "phpdocumentor/reflection-docblock",
372
            "version": "3.1.1",
373
            "source": {
374
                "type": "git",
375
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
376
                "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e"
377
            },
378
            "dist": {
379
                "type": "zip",
380
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/8331b5efe816ae05461b7ca1e721c01b46bafb3e",
381
                "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e",
382
                "shasum": ""
383
            },
384
            "require": {
385
                "php": ">=5.5",
386
                "phpdocumentor/reflection-common": "^1.0@dev",
387
                "phpdocumentor/type-resolver": "^0.2.0",
388
                "webmozart/assert": "^1.0"
389
            },
390
            "require-dev": {
391
                "mockery/mockery": "^0.9.4",
392
                "phpunit/phpunit": "^4.4"
393
            },
394
            "type": "library",
395
            "autoload": {
396
                "psr-4": {
397
                    "phpDocumentor\\Reflection\\": [
398
                        "src/"
399
                    ]
400
                }
401
            },
402
            "notification-url": "https://packagist.org/downloads/",
403
            "license": [
404
                "MIT"
405
            ],
406
            "authors": [
407
                {
408
                    "name": "Mike van Riel",
409
                    "email": "[email protected]"
410
                }
411
            ],
412
            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
413
            "time": "2016-09-30 07:12:33"
414
        },
415
        {
416
            "name": "phpdocumentor/type-resolver",
417
            "version": "0.2.1",
418
            "source": {
419
                "type": "git",
420
                "url": "https://github.com/phpDocumentor/TypeResolver.git",
421
                "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb"
422
            },
423
            "dist": {
424
                "type": "zip",
425
                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb",
426
                "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb",
427
                "shasum": ""
428
            },
429
            "require": {
430
                "php": ">=5.5",
431
                "phpdocumentor/reflection-common": "^1.0"
432
            },
433
            "require-dev": {
434
                "mockery/mockery": "^0.9.4",
435
                "phpunit/phpunit": "^5.2||^4.8.24"
436
            },
437
            "type": "library",
438
            "extra": {
439
                "branch-alias": {
440
                    "dev-master": "1.0.x-dev"
441
                }
442
            },
443
            "autoload": {
444
                "psr-4": {
445
                    "phpDocumentor\\Reflection\\": [
446
                        "src/"
447
                    ]
448
                }
449
            },
450
            "notification-url": "https://packagist.org/downloads/",
451
            "license": [
452
                "MIT"
453
            ],
454
            "authors": [
455
                {
456
                    "name": "Mike van Riel",
457
                    "email": "[email protected]"
458
                }
459
            ],
460
            "time": "2016-11-25 06:54:22"
461
        },
462
        {
463
            "name": "phpspec/prophecy",
464
            "version": "v1.6.2",
465
            "source": {
466
                "type": "git",
467
                "url": "https://github.com/phpspec/prophecy.git",
468
                "reference": "6c52c2722f8460122f96f86346600e1077ce22cb"
469
            },
470
            "dist": {
471
                "type": "zip",
472
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/6c52c2722f8460122f96f86346600e1077ce22cb",
473
                "reference": "6c52c2722f8460122f96f86346600e1077ce22cb",
474
                "shasum": ""
475
            },
476
            "require": {
477
                "doctrine/instantiator": "^1.0.2",
478
                "php": "^5.3|^7.0",
479
                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2",
480
                "sebastian/comparator": "^1.1",
481
                "sebastian/recursion-context": "^1.0|^2.0"
482
            },
483
            "require-dev": {
484
                "phpspec/phpspec": "^2.0",
485
                "phpunit/phpunit": "^4.8 || ^5.6.5"
486
            },
487
            "type": "library",
488
            "extra": {
489
                "branch-alias": {
490
                    "dev-master": "1.6.x-dev"
491
                }
492
            },
493
            "autoload": {
494
                "psr-0": {
495
                    "Prophecy\\": "src/"
496
                }
497
            },
498
            "notification-url": "https://packagist.org/downloads/",
499
            "license": [
500
                "MIT"
501
            ],
502
            "authors": [
503
                {
504
                    "name": "Konstantin Kudryashov",
505
                    "email": "[email protected]",
506
                    "homepage": "http://everzet.com"
507
                },
508
                {
509
                    "name": "Marcello Duarte",
510
                    "email": "[email protected]"
511
                }
512
            ],
513
            "description": "Highly opinionated mocking framework for PHP 5.3+",
514
            "homepage": "https://github.com/phpspec/prophecy",
515
            "keywords": [
516
                "Double",
517
                "Dummy",
518
                "fake",
519
                "mock",
520
                "spy",
521
                "stub"
522
            ],
523
            "time": "2016-11-21 14:58:47"
524
        },
525
        {
526
            "name": "phpunit/php-code-coverage",
527
            "version": "2.2.4",
528
            "source": {
529
                "type": "git",
530
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
531
                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
532
            },
533
            "dist": {
534
                "type": "zip",
535
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
536
                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
537
                "shasum": ""
538
            },
539
            "require": {
540
                "php": ">=5.3.3",
541
                "phpunit/php-file-iterator": "~1.3",
542
                "phpunit/php-text-template": "~1.2",
543
                "phpunit/php-token-stream": "~1.3",
544
                "sebastian/environment": "^1.3.2",
545
                "sebastian/version": "~1.0"
546
            },
547
            "require-dev": {
548
                "ext-xdebug": ">=2.1.4",
549
                "phpunit/phpunit": "~4"
550
            },
551
            "suggest": {
552
                "ext-dom": "*",
553
                "ext-xdebug": ">=2.2.1",
554
                "ext-xmlwriter": "*"
555
            },
556
            "type": "library",
557
            "extra": {
558
                "branch-alias": {
559
                    "dev-master": "2.2.x-dev"
560
                }
561
            },
562
            "autoload": {
563
                "classmap": [
564
                    "src/"
565
                ]
566
            },
567
            "notification-url": "https://packagist.org/downloads/",
568
            "license": [
569
                "BSD-3-Clause"
570
            ],
571
            "authors": [
572
                {
573
                    "name": "Sebastian Bergmann",
574
                    "email": "[email protected]",
575
                    "role": "lead"
576
                }
577
            ],
578
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
579
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
580
            "keywords": [
581
                "coverage",
582
                "testing",
583
                "xunit"
584
            ],
585
            "time": "2015-10-06 15:47:00"
586
        },
587
        {
588
            "name": "phpunit/php-file-iterator",
589
            "version": "1.4.2",
590
            "source": {
591
                "type": "git",
592
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
593
                "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5"
594
            },
595
            "dist": {
596
                "type": "zip",
597
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
598
                "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
599
                "shasum": ""
600
            },
601
            "require": {
602
                "php": ">=5.3.3"
603
            },
604
            "type": "library",
605
            "extra": {
606
                "branch-alias": {
607
                    "dev-master": "1.4.x-dev"
608
                }
609
            },
610
            "autoload": {
611
                "classmap": [
612
                    "src/"
613
                ]
614
            },
615
            "notification-url": "https://packagist.org/downloads/",
616
            "license": [
617
                "BSD-3-Clause"
618
            ],
619
            "authors": [
620
                {
621
                    "name": "Sebastian Bergmann",
622
                    "email": "[email protected]",
623
                    "role": "lead"
624
                }
625
            ],
626
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
627
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
628
            "keywords": [
629
                "filesystem",
630
                "iterator"
631
            ],
632
            "time": "2016-10-03 07:40:28"
633
        },
634
        {
635
            "name": "phpunit/php-text-template",
636
            "version": "1.2.1",
637
            "source": {
638
                "type": "git",
639
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
640
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
641
            },
642
            "dist": {
643
                "type": "zip",
644
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
645
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
646
                "shasum": ""
647
            },
648
            "require": {
649
                "php": ">=5.3.3"
650
            },
651
            "type": "library",
652
            "autoload": {
653
                "classmap": [
654
                    "src/"
655
                ]
656
            },
657
            "notification-url": "https://packagist.org/downloads/",
658
            "license": [
659
                "BSD-3-Clause"
660
            ],
661
            "authors": [
662
                {
663
                    "name": "Sebastian Bergmann",
664
                    "email": "[email protected]",
665
                    "role": "lead"
666
                }
667
            ],
668
            "description": "Simple template engine.",
669
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
670
            "keywords": [
671
                "template"
672
            ],
673
            "time": "2015-06-21 13:50:34"
674
        },
675
        {
676
            "name": "phpunit/php-timer",
677
            "version": "1.0.8",
678
            "source": {
679
                "type": "git",
680
                "url": "https://github.com/sebastianbergmann/php-timer.git",
681
                "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260"
682
            },
683
            "dist": {
684
                "type": "zip",
685
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/38e9124049cf1a164f1e4537caf19c99bf1eb260",
686
                "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260",
687
                "shasum": ""
688
            },
689
            "require": {
690
                "php": ">=5.3.3"
691
            },
692
            "require-dev": {
693
                "phpunit/phpunit": "~4|~5"
694
            },
695
            "type": "library",
696
            "autoload": {
697
                "classmap": [
698
                    "src/"
699
                ]
700
            },
701
            "notification-url": "https://packagist.org/downloads/",
702
            "license": [
703
                "BSD-3-Clause"
704
            ],
705
            "authors": [
706
                {
707
                    "name": "Sebastian Bergmann",
708
                    "email": "[email protected]",
709
                    "role": "lead"
710
                }
711
            ],
712
            "description": "Utility class for timing",
713
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
714
            "keywords": [
715
                "timer"
716
            ],
717
            "time": "2016-05-12 18:03:57"
718
        },
719
        {
720
            "name": "phpunit/php-token-stream",
721
            "version": "1.4.9",
722
            "source": {
723
                "type": "git",
724
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
725
                "reference": "3b402f65a4cc90abf6e1104e388b896ce209631b"
726
            },
727
            "dist": {
728
                "type": "zip",
729
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3b402f65a4cc90abf6e1104e388b896ce209631b",
730
                "reference": "3b402f65a4cc90abf6e1104e388b896ce209631b",
731
                "shasum": ""
732
            },
733
            "require": {
734
                "ext-tokenizer": "*",
735
                "php": ">=5.3.3"
736
            },
737
            "require-dev": {
738
                "phpunit/phpunit": "~4.2"
739
            },
740
            "type": "library",
741
            "extra": {
742
                "branch-alias": {
743
                    "dev-master": "1.4-dev"
744
                }
745
            },
746
            "autoload": {
747
                "classmap": [
748
                    "src/"
749
                ]
750
            },
751
            "notification-url": "https://packagist.org/downloads/",
752
            "license": [
753
                "BSD-3-Clause"
754
            ],
755
            "authors": [
756
                {
757
                    "name": "Sebastian Bergmann",
758
                    "email": "[email protected]"
759
                }
760
            ],
761
            "description": "Wrapper around PHP's tokenizer extension.",
762
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
763
            "keywords": [
764
                "tokenizer"
765
            ],
766
            "time": "2016-11-15 14:06:22"
767
        },
768
        {
769
            "name": "phpunit/phpunit",
770
            "version": "4.8.31",
771
            "source": {
772
                "type": "git",
773
                "url": "https://github.com/sebastianbergmann/phpunit.git",
774
                "reference": "98b2b39a520766bec663ff5b7ff1b729db9dbfe3"
775
            },
776
            "dist": {
777
                "type": "zip",
778
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/98b2b39a520766bec663ff5b7ff1b729db9dbfe3",
779
                "reference": "98b2b39a520766bec663ff5b7ff1b729db9dbfe3",
780
                "shasum": ""
781
            },
782
            "require": {
783
                "ext-dom": "*",
784
                "ext-json": "*",
785
                "ext-pcre": "*",
786
                "ext-reflection": "*",
787
                "ext-spl": "*",
788
                "php": ">=5.3.3",
789
                "phpspec/prophecy": "^1.3.1",
790
                "phpunit/php-code-coverage": "~2.1",
791
                "phpunit/php-file-iterator": "~1.4",
792
                "phpunit/php-text-template": "~1.2",
793
                "phpunit/php-timer": "^1.0.6",
794
                "phpunit/phpunit-mock-objects": "~2.3",
795
                "sebastian/comparator": "~1.2.2",
796
                "sebastian/diff": "~1.2",
797
                "sebastian/environment": "~1.3",
798
                "sebastian/exporter": "~1.2",
799
                "sebastian/global-state": "~1.0",
800
                "sebastian/version": "~1.0",
801
                "symfony/yaml": "~2.1|~3.0"
802
            },
803
            "suggest": {
804
                "phpunit/php-invoker": "~1.1"
805
            },
806
            "bin": [
807
                "phpunit"
808
            ],
809
            "type": "library",
810
            "extra": {
811
                "branch-alias": {
812
                    "dev-master": "4.8.x-dev"
813
                }
814
            },
815
            "autoload": {
816
                "classmap": [
817
                    "src/"
818
                ]
819
            },
820
            "notification-url": "https://packagist.org/downloads/",
821
            "license": [
822
                "BSD-3-Clause"
823
            ],
824
            "authors": [
825
                {
826
                    "name": "Sebastian Bergmann",
827
                    "email": "[email protected]",
828
                    "role": "lead"
829
                }
830
            ],
831
            "description": "The PHP Unit Testing framework.",
832
            "homepage": "https://phpunit.de/",
833
            "keywords": [
834
                "phpunit",
835
                "testing",
836
                "xunit"
837
            ],
838
            "time": "2016-12-09 02:45:31"
839
        },
840
        {
841
            "name": "phpunit/phpunit-mock-objects",
842
            "version": "2.3.8",
843
            "source": {
844
                "type": "git",
845
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
846
                "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
847
            },
848
            "dist": {
849
                "type": "zip",
850
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
851
                "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
852
                "shasum": ""
853
            },
854
            "require": {
855
                "doctrine/instantiator": "^1.0.2",
856
                "php": ">=5.3.3",
857
                "phpunit/php-text-template": "~1.2",
858
                "sebastian/exporter": "~1.2"
859
            },
860
            "require-dev": {
861
                "phpunit/phpunit": "~4.4"
862
            },
863
            "suggest": {
864
                "ext-soap": "*"
865
            },
866
            "type": "library",
867
            "extra": {
868
                "branch-alias": {
869
                    "dev-master": "2.3.x-dev"
870
                }
871
            },
872
            "autoload": {
873
                "classmap": [
874
                    "src/"
875
                ]
876
            },
877
            "notification-url": "https://packagist.org/downloads/",
878
            "license": [
879
                "BSD-3-Clause"
880
            ],
881
            "authors": [
882
                {
883
                    "name": "Sebastian Bergmann",
884
                    "email": "[email protected]",
885
                    "role": "lead"
886
                }
887
            ],
888
            "description": "Mock Object library for PHPUnit",
889
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
890
            "keywords": [
891
                "mock",
892
                "xunit"
893
            ],
894
            "time": "2015-10-02 06:51:40"
895
        },
896
        {
897
            "name": "sebastian/comparator",
898
            "version": "1.2.2",
899
            "source": {
900
                "type": "git",
901
                "url": "https://github.com/sebastianbergmann/comparator.git",
902
                "reference": "6a1ed12e8b2409076ab22e3897126211ff8b1f7f"
903
            },
904
            "dist": {
905
                "type": "zip",
906
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/6a1ed12e8b2409076ab22e3897126211ff8b1f7f",
907
                "reference": "6a1ed12e8b2409076ab22e3897126211ff8b1f7f",
908
                "shasum": ""
909
            },
910
            "require": {
911
                "php": ">=5.3.3",
912
                "sebastian/diff": "~1.2",
913
                "sebastian/exporter": "~1.2 || ~2.0"
914
            },
915
            "require-dev": {
916
                "phpunit/phpunit": "~4.4"
917
            },
918
            "type": "library",
919
            "extra": {
920
                "branch-alias": {
921
                    "dev-master": "1.2.x-dev"
922
                }
923
            },
924
            "autoload": {
925
                "classmap": [
926
                    "src/"
927
                ]
928
            },
929
            "notification-url": "https://packagist.org/downloads/",
930
            "license": [
931
                "BSD-3-Clause"
932
            ],
933
            "authors": [
934
                {
935
                    "name": "Jeff Welch",
936
                    "email": "[email protected]"
937
                },
938
                {
939
                    "name": "Volker Dusch",
940
                    "email": "[email protected]"
941
                },
942
                {
943
                    "name": "Bernhard Schussek",
944
                    "email": "[email protected]"
945
                },
946
                {
947
                    "name": "Sebastian Bergmann",
948
                    "email": "[email protected]"
949
                }
950
            ],
951
            "description": "Provides the functionality to compare PHP values for equality",
952
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
953
            "keywords": [
954
                "comparator",
955
                "compare",
956
                "equality"
957
            ],
958
            "time": "2016-11-19 09:18:40"
959
        },
960
        {
961
            "name": "sebastian/diff",
962
            "version": "1.4.1",
963
            "source": {
964
                "type": "git",
965
                "url": "https://github.com/sebastianbergmann/diff.git",
966
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
967
            },
968
            "dist": {
969
                "type": "zip",
970
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
971
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
972
                "shasum": ""
973
            },
974
            "require": {
975
                "php": ">=5.3.3"
976
            },
977
            "require-dev": {
978
                "phpunit/phpunit": "~4.8"
979
            },
980
            "type": "library",
981
            "extra": {
982
                "branch-alias": {
983
                    "dev-master": "1.4-dev"
984
                }
985
            },
986
            "autoload": {
987
                "classmap": [
988
                    "src/"
989
                ]
990
            },
991
            "notification-url": "https://packagist.org/downloads/",
992
            "license": [
993
                "BSD-3-Clause"
994
            ],
995
            "authors": [
996
                {
997
                    "name": "Kore Nordmann",
998
                    "email": "[email protected]"
999
                },
1000
                {
1001
                    "name": "Sebastian Bergmann",
1002
                    "email": "[email protected]"
1003
                }
1004
            ],
1005
            "description": "Diff implementation",
1006
            "homepage": "https://github.com/sebastianbergmann/diff",
1007
            "keywords": [
1008
                "diff"
1009
            ],
1010
            "time": "2015-12-08 07:14:41"
1011
        },
1012
        {
1013
            "name": "sebastian/environment",
1014
            "version": "1.3.8",
1015
            "source": {
1016
                "type": "git",
1017
                "url": "https://github.com/sebastianbergmann/environment.git",
1018
                "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea"
1019
            },
1020
            "dist": {
1021
                "type": "zip",
1022
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/be2c607e43ce4c89ecd60e75c6a85c126e754aea",
1023
                "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea",
1024
                "shasum": ""
1025
            },
1026
            "require": {
1027
                "php": "^5.3.3 || ^7.0"
1028
            },
1029
            "require-dev": {
1030
                "phpunit/phpunit": "^4.8 || ^5.0"
1031
            },
1032
            "type": "library",
1033
            "extra": {
1034
                "branch-alias": {
1035
                    "dev-master": "1.3.x-dev"
1036
                }
1037
            },
1038
            "autoload": {
1039
                "classmap": [
1040
                    "src/"
1041
                ]
1042
            },
1043
            "notification-url": "https://packagist.org/downloads/",
1044
            "license": [
1045
                "BSD-3-Clause"
1046
            ],
1047
            "authors": [
1048
                {
1049
                    "name": "Sebastian Bergmann",
1050
                    "email": "[email protected]"
1051
                }
1052
            ],
1053
            "description": "Provides functionality to handle HHVM/PHP environments",
1054
            "homepage": "http://www.github.com/sebastianbergmann/environment",
1055
            "keywords": [
1056
                "Xdebug",
1057
                "environment",
1058
                "hhvm"
1059
            ],
1060
            "time": "2016-08-18 05:49:44"
1061
        },
1062
        {
1063
            "name": "sebastian/exporter",
1064
            "version": "1.2.2",
1065
            "source": {
1066
                "type": "git",
1067
                "url": "https://github.com/sebastianbergmann/exporter.git",
1068
                "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4"
1069
            },
1070
            "dist": {
1071
                "type": "zip",
1072
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4",
1073
                "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4",
1074
                "shasum": ""
1075
            },
1076
            "require": {
1077
                "php": ">=5.3.3",
1078
                "sebastian/recursion-context": "~1.0"
1079
            },
1080
            "require-dev": {
1081
                "ext-mbstring": "*",
1082
                "phpunit/phpunit": "~4.4"
1083
            },
1084
            "type": "library",
1085
            "extra": {
1086
                "branch-alias": {
1087
                    "dev-master": "1.3.x-dev"
1088
                }
1089
            },
1090
            "autoload": {
1091
                "classmap": [
1092
                    "src/"
1093
                ]
1094
            },
1095
            "notification-url": "https://packagist.org/downloads/",
1096
            "license": [
1097
                "BSD-3-Clause"
1098
            ],
1099
            "authors": [
1100
                {
1101
                    "name": "Jeff Welch",
1102
                    "email": "[email protected]"
1103
                },
1104
                {
1105
                    "name": "Volker Dusch",
1106
                    "email": "[email protected]"
1107
                },
1108
                {
1109
                    "name": "Bernhard Schussek",
1110
                    "email": "[email protected]"
1111
                },
1112
                {
1113
                    "name": "Sebastian Bergmann",
1114
                    "email": "[email protected]"
1115
                },
1116
                {
1117
                    "name": "Adam Harvey",
1118
                    "email": "[email protected]"
1119
                }
1120
            ],
1121
            "description": "Provides the functionality to export PHP variables for visualization",
1122
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
1123
            "keywords": [
1124
                "export",
1125
                "exporter"
1126
            ],
1127
            "time": "2016-06-17 09:04:28"
1128
        },
1129
        {
1130
            "name": "sebastian/global-state",
1131
            "version": "1.1.1",
1132
            "source": {
1133
                "type": "git",
1134
                "url": "https://github.com/sebastianbergmann/global-state.git",
1135
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
1136
            },
1137
            "dist": {
1138
                "type": "zip",
1139
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
1140
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
1141
                "shasum": ""
1142
            },
1143
            "require": {
1144
                "php": ">=5.3.3"
1145
            },
1146
            "require-dev": {
1147
                "phpunit/phpunit": "~4.2"
1148
            },
1149
            "suggest": {
1150
                "ext-uopz": "*"
1151
            },
1152
            "type": "library",
1153
            "extra": {
1154
                "branch-alias": {
1155
                    "dev-master": "1.0-dev"
1156
                }
1157
            },
1158
            "autoload": {
1159
                "classmap": [
1160
                    "src/"
1161
                ]
1162
            },
1163
            "notification-url": "https://packagist.org/downloads/",
1164
            "license": [
1165
                "BSD-3-Clause"
1166
            ],
1167
            "authors": [
1168
                {
1169
                    "name": "Sebastian Bergmann",
1170
                    "email": "[email protected]"
1171
                }
1172
            ],
1173
            "description": "Snapshotting of global state",
1174
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
1175
            "keywords": [
1176
                "global state"
1177
            ],
1178
            "time": "2015-10-12 03:26:01"
1179
        },
1180
        {
1181
            "name": "sebastian/recursion-context",
1182
            "version": "1.0.2",
1183
            "source": {
1184
                "type": "git",
1185
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
1186
                "reference": "913401df809e99e4f47b27cdd781f4a258d58791"
1187
            },
1188
            "dist": {
1189
                "type": "zip",
1190
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/913401df809e99e4f47b27cdd781f4a258d58791",
1191
                "reference": "913401df809e99e4f47b27cdd781f4a258d58791",
1192
                "shasum": ""
1193
            },
1194
            "require": {
1195
                "php": ">=5.3.3"
1196
            },
1197
            "require-dev": {
1198
                "phpunit/phpunit": "~4.4"
1199
            },
1200
            "type": "library",
1201
            "extra": {
1202
                "branch-alias": {
1203
                    "dev-master": "1.0.x-dev"
1204
                }
1205
            },
1206
            "autoload": {
1207
                "classmap": [
1208
                    "src/"
1209
                ]
1210
            },
1211
            "notification-url": "https://packagist.org/downloads/",
1212
            "license": [
1213
                "BSD-3-Clause"
1214
            ],
1215
            "authors": [
1216
                {
1217
                    "name": "Jeff Welch",
1218
                    "email": "[email protected]"
1219
                },
1220
                {
1221
                    "name": "Sebastian Bergmann",
1222
                    "email": "[email protected]"
1223
                },
1224
                {
1225
                    "name": "Adam Harvey",
1226
                    "email": "[email protected]"
1227
                }
1228
            ],
1229
            "description": "Provides functionality to recursively process PHP variables",
1230
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
1231
            "time": "2015-11-11 19:50:13"
1232
        },
1233
        {
1234
            "name": "sebastian/version",
1235
            "version": "1.0.6",
1236
            "source": {
1237
                "type": "git",
1238
                "url": "https://github.com/sebastianbergmann/version.git",
1239
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
1240
            },
1241
            "dist": {
1242
                "type": "zip",
1243
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
1244
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
1245
                "shasum": ""
1246
            },
1247
            "type": "library",
1248
            "autoload": {
1249
                "classmap": [
1250
                    "src/"
1251
                ]
1252
            },
1253
            "notification-url": "https://packagist.org/downloads/",
1254
            "license": [
1255
                "BSD-3-Clause"
1256
            ],
1257
            "authors": [
1258
                {
1259
                    "name": "Sebastian Bergmann",
1260
                    "email": "[email protected]",
1261
                    "role": "lead"
1262
                }
1263
            ],
1264
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
1265
            "homepage": "https://github.com/sebastianbergmann/version",
1266
            "time": "2015-06-21 13:59:46"
1267
        },
1268
        {
1269
            "name": "symfony/yaml",
1270
            "version": "v3.2.0",
1271
            "source": {
1272
                "type": "git",
1273
                "url": "https://github.com/symfony/yaml.git",
1274
                "reference": "f2300ba8fbb002c028710b92e1906e7457410693"
1275
            },
1276
            "dist": {
1277
                "type": "zip",
1278
                "url": "https://api.github.com/repos/symfony/yaml/zipball/f2300ba8fbb002c028710b92e1906e7457410693",
1279
                "reference": "f2300ba8fbb002c028710b92e1906e7457410693",
1280
                "shasum": ""
1281
            },
1282
            "require": {
1283
                "php": ">=5.5.9"
1284
            },
1285
            "require-dev": {
1286
                "symfony/console": "~2.8|~3.0"
1287
            },
1288
            "suggest": {
1289
                "symfony/console": "For validating YAML files using the lint command"
1290
            },
1291
            "type": "library",
1292
            "extra": {
1293
                "branch-alias": {
1294
                    "dev-master": "3.2-dev"
1295
                }
1296
            },
1297
            "autoload": {
1298
                "psr-4": {
1299
                    "Symfony\\Component\\Yaml\\": ""
1300
                },
1301
                "exclude-from-classmap": [
1302
                    "/Tests/"
1303
                ]
1304
            },
1305
            "notification-url": "https://packagist.org/downloads/",
1306
            "license": [
1307
                "MIT"
1308
            ],
1309
            "authors": [
1310
                {
1311
                    "name": "Fabien Potencier",
1312
                    "email": "[email protected]"
1313
                },
1314
                {
1315
                    "name": "Symfony Community",
1316
                    "homepage": "https://symfony.com/contributors"
1317
                }
1318
            ],
1319
            "description": "Symfony Yaml Component",
1320
            "homepage": "https://symfony.com",
1321
            "time": "2016-11-18 21:17:59"
1322
        },
1323
        {
1324
            "name": "webmozart/assert",
1325
            "version": "1.2.0",
1326
            "source": {
1327
                "type": "git",
1328
                "url": "https://github.com/webmozart/assert.git",
1329
                "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f"
1330
            },
1331
            "dist": {
1332
                "type": "zip",
1333
                "url": "https://api.github.com/repos/webmozart/assert/zipball/2db61e59ff05fe5126d152bd0655c9ea113e550f",
1334
                "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f",
1335
                "shasum": ""
1336
            },
1337
            "require": {
1338
                "php": "^5.3.3 || ^7.0"
1339
            },
1340
            "require-dev": {
1341
                "phpunit/phpunit": "^4.6",
1342
                "sebastian/version": "^1.0.1"
1343
            },
1344
            "type": "library",
1345
            "extra": {
1346
                "branch-alias": {
1347
                    "dev-master": "1.3-dev"
1348
                }
1349
            },
1350
            "autoload": {
1351
                "psr-4": {
1352
                    "Webmozart\\Assert\\": "src/"
1353
                }
1354
            },
1355
            "notification-url": "https://packagist.org/downloads/",
1356
            "license": [
1357
                "MIT"
1358
            ],
1359
            "authors": [
1360
                {
1361
                    "name": "Bernhard Schussek",
1362
                    "email": "[email protected]"
1363
                }
1364
            ],
1365
            "description": "Assertions to validate method input/output with nice error messages.",
1366
            "keywords": [
1367
                "assert",
1368
                "check",
1369
                "validate"
1370
            ],
1371
            "time": "2016-11-23 20:04:58"
1372
        }
1373
    ],
1374
    "aliases": [],
1375
    "minimum-stability": "stable",
1376
    "stability-flags": [],
1377
    "prefer-stable": false,
1378
    "prefer-lowest": false,
1379
    "platform": {
1380
        "php": ">=5.4"
1381
    },
1382
    "platform-dev": []
1383
}
1384