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