Completed
Push — master ( 8828d1...509b32 )
by Stanislav
08:31
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": "4a9b5a90a975ce62b93d00b1f88c20ea",
8
    "content-hash": "7b7ad2f60a7c98ba72080b81459b3868",
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.1.1",
13
            "source": {
14
                "type": "git",
15
                "url": "https://github.com/guzzle/guzzle.git",
16
                "reference": "c6851d6e48f63b69357cbfa55bca116448140e0c"
17
            },
18
            "dist": {
19
                "type": "zip",
20
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/c6851d6e48f63b69357cbfa55bca116448140e0c",
21
                "reference": "c6851d6e48f63b69357cbfa55bca116448140e0c",
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.1-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": "2015-11-23 00:47:50"
71
        },
72
        {
73
            "name": "guzzlehttp/promises",
74
            "version": "1.1.0",
75
            "source": {
76
                "type": "git",
77
                "url": "https://github.com/guzzle/promises.git",
78
                "reference": "bb9024c526b22f3fe6ae55a561fd70653d470aa8"
79
            },
80
            "dist": {
81
                "type": "zip",
82
                "url": "https://api.github.com/repos/guzzle/promises/zipball/bb9024c526b22f3fe6ae55a561fd70653d470aa8",
83
                "reference": "bb9024c526b22f3fe6ae55a561fd70653d470aa8",
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-03-08 01:15:46"
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": "influxdb/influxdb-php",
183
            "version": "1.3.1",
184
            "source": {
185
                "type": "git",
186
                "url": "https://github.com/influxdata/influxdb-php.git",
187
                "reference": "c9054b40716752cb06bf2966f0b6f845125ebbc9"
188
            },
189
            "dist": {
190
                "type": "zip",
191
                "url": "https://api.github.com/repos/influxdata/influxdb-php/zipball/c9054b40716752cb06bf2966f0b6f845125ebbc9",
192
                "reference": "c9054b40716752cb06bf2966f0b6f845125ebbc9",
193
                "shasum": ""
194
            },
195
            "require": {
196
                "guzzlehttp/guzzle": "6.*",
197
                "php": "^5.5 | ^7.0",
198
                "symfony/event-dispatcher": "2.*|3.*"
199
            },
200
            "require-dev": {
201
                "codeclimate/php-test-reporter": "0.*",
202
                "phpunit/phpunit": "^4.0",
203
                "symfony/config": "~2.8",
204
                "symfony/console": "~2.8",
205
                "symfony/filesystem": "~2.8",
206
                "symfony/stopwatch": "~2.8",
207
                "symfony/yaml": "~2.8"
208
            },
209
            "type": "library",
210
            "autoload": {
211
                "psr-4": {
212
                    "InfluxDB\\": "src/InfluxDB"
213
                }
214
            },
215
            "notification-url": "https://packagist.org/downloads/",
216
            "license": [
217
                "MIT"
218
            ],
219
            "authors": [
220
                {
221
                    "name": "Gianluca Arbezzano",
222
                    "email": "[email protected]"
223
                },
224
                {
225
                    "name": "Daniel Martinez",
226
                    "email": "[email protected]"
227
                },
228
                {
229
                    "name": "Stephen Hoogendijk",
230
                    "email": "[email protected]"
231
                }
232
            ],
233
            "description": "InfluxDB client library for PHP",
234
            "keywords": [
235
                "client",
236
                "influxdb",
237
                "influxdb class",
238
                "influxdb client",
239
                "influxdb library",
240
                "time series"
241
            ],
242
            "time": "2016-04-12 13:42:11"
243
        },
244
        {
245
            "name": "martial/transmission-api",
246
            "version": "1.1.6",
247
            "source": {
248
                "type": "git",
249
                "url": "https://github.com/MartialGeek/transmission-api.git",
250
                "reference": "9fdc30bbaaf485c8bc980ce37d40ef76c8912532"
251
            },
252
            "dist": {
253
                "type": "zip",
254
                "url": "https://api.github.com/repos/MartialGeek/transmission-api/zipball/9fdc30bbaaf485c8bc980ce37d40ef76c8912532",
255
                "reference": "9fdc30bbaaf485c8bc980ce37d40ef76c8912532",
256
                "shasum": ""
257
            },
258
            "require": {
259
                "guzzlehttp/guzzle": "~6.1.1",
260
                "psr/log": "~1.0.0"
261
            },
262
            "require-dev": {
263
                "mockery/mockery": "~0.9.4",
264
                "phpunit/phpunit": "~5.1.3"
265
            },
266
            "suggest": {
267
                "monolog/monolog": "Inject Monolog to enhance your logging strategy"
268
            },
269
            "type": "library",
270
            "autoload": {
271
                "psr-4": {
272
                    "Martial\\Transmission\\API\\": "src/",
273
                    "Martial\\Transmission\\API\\Tests\\": "tests/"
274
                }
275
            },
276
            "notification-url": "https://packagist.org/downloads/",
277
            "license": [
278
                "GPL-V2"
279
            ],
280
            "authors": [
281
                {
282
                    "name": "Martial Saunois",
283
                    "email": "[email protected]"
284
                }
285
            ],
286
            "description": "A PHP client for the Transmission RPC API.",
287
            "time": "2016-03-11 09:36:35"
288
        },
289
        {
290
            "name": "psr/http-message",
291
            "version": "1.0",
292
            "source": {
293
                "type": "git",
294
                "url": "https://github.com/php-fig/http-message.git",
295
                "reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298"
296
            },
297
            "dist": {
298
                "type": "zip",
299
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/85d63699f0dbedb190bbd4b0d2b9dc707ea4c298",
300
                "reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298",
301
                "shasum": ""
302
            },
303
            "require": {
304
                "php": ">=5.3.0"
305
            },
306
            "type": "library",
307
            "extra": {
308
                "branch-alias": {
309
                    "dev-master": "1.0.x-dev"
310
                }
311
            },
312
            "autoload": {
313
                "psr-4": {
314
                    "Psr\\Http\\Message\\": "src/"
315
                }
316
            },
317
            "notification-url": "https://packagist.org/downloads/",
318
            "license": [
319
                "MIT"
320
            ],
321
            "authors": [
322
                {
323
                    "name": "PHP-FIG",
324
                    "homepage": "http://www.php-fig.org/"
325
                }
326
            ],
327
            "description": "Common interface for HTTP messages",
328
            "keywords": [
329
                "http",
330
                "http-message",
331
                "psr",
332
                "psr-7",
333
                "request",
334
                "response"
335
            ],
336
            "time": "2015-05-04 20:22:00"
337
        },
338
        {
339
            "name": "psr/log",
340
            "version": "1.0.0",
341
            "source": {
342
                "type": "git",
343
                "url": "https://github.com/php-fig/log.git",
344
                "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
345
            },
346
            "dist": {
347
                "type": "zip",
348
                "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
349
                "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
350
                "shasum": ""
351
            },
352
            "type": "library",
353
            "autoload": {
354
                "psr-0": {
355
                    "Psr\\Log\\": ""
356
                }
357
            },
358
            "notification-url": "https://packagist.org/downloads/",
359
            "license": [
360
                "MIT"
361
            ],
362
            "authors": [
363
                {
364
                    "name": "PHP-FIG",
365
                    "homepage": "http://www.php-fig.org/"
366
                }
367
            ],
368
            "description": "Common interface for logging libraries",
369
            "keywords": [
370
                "log",
371
                "psr",
372
                "psr-3"
373
            ],
374
            "time": "2012-12-21 11:40:51"
375
        },
376
        {
377
            "name": "stecman/symfony-console-completion",
378
            "version": "0.7.0",
379
            "source": {
380
                "type": "git",
381
                "url": "https://github.com/stecman/symfony-console-completion.git",
382
                "reference": "5461d43e53092b3d3b9dbd9d999f2054730f4bbb"
383
            },
384
            "dist": {
385
                "type": "zip",
386
                "url": "https://api.github.com/repos/stecman/symfony-console-completion/zipball/5461d43e53092b3d3b9dbd9d999f2054730f4bbb",
387
                "reference": "5461d43e53092b3d3b9dbd9d999f2054730f4bbb",
388
                "shasum": ""
389
            },
390
            "require": {
391
                "php": ">=5.3.2",
392
                "symfony/console": "~2.3 || ~3.0"
393
            },
394
            "require-dev": {
395
                "phpunit/phpunit": "~4.4"
396
            },
397
            "type": "library",
398
            "extra": {
399
                "branch-alias": {
400
                    "dev-master": "0.6.x-dev"
401
                }
402
            },
403
            "autoload": {
404
                "psr-4": {
405
                    "Stecman\\Component\\Symfony\\Console\\BashCompletion\\": "src/"
406
                }
407
            },
408
            "notification-url": "https://packagist.org/downloads/",
409
            "license": [
410
                "MIT"
411
            ],
412
            "authors": [
413
                {
414
                    "name": "Stephen Holdaway",
415
                    "email": "[email protected]"
416
                }
417
            ],
418
            "description": "Automatic BASH completion for Symfony Console Component based applications.",
419
            "time": "2016-02-24 05:08:54"
420
        },
421
        {
422
            "name": "symfony/console",
423
            "version": "v2.8.5",
424
            "source": {
425
                "type": "git",
426
                "url": "https://github.com/symfony/console.git",
427
                "reference": "48221d3de4dc22d2cd57c97e8b9361821da86609"
428
            },
429
            "dist": {
430
                "type": "zip",
431
                "url": "https://api.github.com/repos/symfony/console/zipball/48221d3de4dc22d2cd57c97e8b9361821da86609",
432
                "reference": "48221d3de4dc22d2cd57c97e8b9361821da86609",
433
                "shasum": ""
434
            },
435
            "require": {
436
                "php": ">=5.3.9",
437
                "symfony/polyfill-mbstring": "~1.0"
438
            },
439
            "require-dev": {
440
                "psr/log": "~1.0",
441
                "symfony/event-dispatcher": "~2.1|~3.0.0",
442
                "symfony/process": "~2.1|~3.0.0"
443
            },
444
            "suggest": {
445
                "psr/log": "For using the console logger",
446
                "symfony/event-dispatcher": "",
447
                "symfony/process": ""
448
            },
449
            "type": "library",
450
            "extra": {
451
                "branch-alias": {
452
                    "dev-master": "2.8-dev"
453
                }
454
            },
455
            "autoload": {
456
                "psr-4": {
457
                    "Symfony\\Component\\Console\\": ""
458
                },
459
                "exclude-from-classmap": [
460
                    "/Tests/"
461
                ]
462
            },
463
            "notification-url": "https://packagist.org/downloads/",
464
            "license": [
465
                "MIT"
466
            ],
467
            "authors": [
468
                {
469
                    "name": "Fabien Potencier",
470
                    "email": "[email protected]"
471
                },
472
                {
473
                    "name": "Symfony Community",
474
                    "homepage": "https://symfony.com/contributors"
475
                }
476
            ],
477
            "description": "Symfony Console Component",
478
            "homepage": "https://symfony.com",
479
            "time": "2016-04-26 12:00:47"
480
        },
481
        {
482
            "name": "symfony/event-dispatcher",
483
            "version": "v3.0.5",
484
            "source": {
485
                "type": "git",
486
                "url": "https://github.com/symfony/event-dispatcher.git",
487
                "reference": "17b04e6b1ede45b57d3ad5146abe50df6c3968b4"
488
            },
489
            "dist": {
490
                "type": "zip",
491
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/17b04e6b1ede45b57d3ad5146abe50df6c3968b4",
492
                "reference": "17b04e6b1ede45b57d3ad5146abe50df6c3968b4",
493
                "shasum": ""
494
            },
495
            "require": {
496
                "php": ">=5.5.9"
497
            },
498
            "require-dev": {
499
                "psr/log": "~1.0",
500
                "symfony/config": "~2.8|~3.0",
501
                "symfony/dependency-injection": "~2.8|~3.0",
502
                "symfony/expression-language": "~2.8|~3.0",
503
                "symfony/stopwatch": "~2.8|~3.0"
504
            },
505
            "suggest": {
506
                "symfony/dependency-injection": "",
507
                "symfony/http-kernel": ""
508
            },
509
            "type": "library",
510
            "extra": {
511
                "branch-alias": {
512
                    "dev-master": "3.0-dev"
513
                }
514
            },
515
            "autoload": {
516
                "psr-4": {
517
                    "Symfony\\Component\\EventDispatcher\\": ""
518
                },
519
                "exclude-from-classmap": [
520
                    "/Tests/"
521
                ]
522
            },
523
            "notification-url": "https://packagist.org/downloads/",
524
            "license": [
525
                "MIT"
526
            ],
527
            "authors": [
528
                {
529
                    "name": "Fabien Potencier",
530
                    "email": "[email protected]"
531
                },
532
                {
533
                    "name": "Symfony Community",
534
                    "homepage": "https://symfony.com/contributors"
535
                }
536
            ],
537
            "description": "Symfony EventDispatcher Component",
538
            "homepage": "https://symfony.com",
539
            "time": "2016-04-12 18:09:53"
540
        },
541
        {
542
            "name": "symfony/polyfill-mbstring",
543
            "version": "v1.1.1",
544
            "source": {
545
                "type": "git",
546
                "url": "https://github.com/symfony/polyfill-mbstring.git",
547
                "reference": "1289d16209491b584839022f29257ad859b8532d"
548
            },
549
            "dist": {
550
                "type": "zip",
551
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/1289d16209491b584839022f29257ad859b8532d",
552
                "reference": "1289d16209491b584839022f29257ad859b8532d",
553
                "shasum": ""
554
            },
555
            "require": {
556
                "php": ">=5.3.3"
557
            },
558
            "suggest": {
559
                "ext-mbstring": "For best performance"
560
            },
561
            "type": "library",
562
            "extra": {
563
                "branch-alias": {
564
                    "dev-master": "1.1-dev"
565
                }
566
            },
567
            "autoload": {
568
                "psr-4": {
569
                    "Symfony\\Polyfill\\Mbstring\\": ""
570
                },
571
                "files": [
572
                    "bootstrap.php"
573
                ]
574
            },
575
            "notification-url": "https://packagist.org/downloads/",
576
            "license": [
577
                "MIT"
578
            ],
579
            "authors": [
580
                {
581
                    "name": "Nicolas Grekas",
582
                    "email": "[email protected]"
583
                },
584
                {
585
                    "name": "Symfony Community",
586
                    "homepage": "https://symfony.com/contributors"
587
                }
588
            ],
589
            "description": "Symfony polyfill for the Mbstring extension",
590
            "homepage": "https://symfony.com",
591
            "keywords": [
592
                "compatibility",
593
                "mbstring",
594
                "polyfill",
595
                "portable",
596
                "shim"
597
            ],
598
            "time": "2016-01-20 09:13:37"
599
        },
600
        {
601
            "name": "symfony/yaml",
602
            "version": "v3.0.5",
603
            "source": {
604
                "type": "git",
605
                "url": "https://github.com/symfony/yaml.git",
606
                "reference": "0047c8366744a16de7516622c5b7355336afae96"
607
            },
608
            "dist": {
609
                "type": "zip",
610
                "url": "https://api.github.com/repos/symfony/yaml/zipball/0047c8366744a16de7516622c5b7355336afae96",
611
                "reference": "0047c8366744a16de7516622c5b7355336afae96",
612
                "shasum": ""
613
            },
614
            "require": {
615
                "php": ">=5.5.9"
616
            },
617
            "type": "library",
618
            "extra": {
619
                "branch-alias": {
620
                    "dev-master": "3.0-dev"
621
                }
622
            },
623
            "autoload": {
624
                "psr-4": {
625
                    "Symfony\\Component\\Yaml\\": ""
626
                },
627
                "exclude-from-classmap": [
628
                    "/Tests/"
629
                ]
630
            },
631
            "notification-url": "https://packagist.org/downloads/",
632
            "license": [
633
                "MIT"
634
            ],
635
            "authors": [
636
                {
637
                    "name": "Fabien Potencier",
638
                    "email": "[email protected]"
639
                },
640
                {
641
                    "name": "Symfony Community",
642
                    "homepage": "https://symfony.com/contributors"
643
                }
644
            ],
645
            "description": "Symfony Yaml Component",
646
            "homepage": "https://symfony.com",
647
            "time": "2016-03-04 07:55:57"
648
        }
649
    ],
650
    "packages-dev": [
651
        {
652
            "name": "doctrine/instantiator",
653
            "version": "1.0.5",
654
            "source": {
655
                "type": "git",
656
                "url": "https://github.com/doctrine/instantiator.git",
657
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
658
            },
659
            "dist": {
660
                "type": "zip",
661
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
662
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
663
                "shasum": ""
664
            },
665
            "require": {
666
                "php": ">=5.3,<8.0-DEV"
667
            },
668
            "require-dev": {
669
                "athletic/athletic": "~0.1.8",
670
                "ext-pdo": "*",
671
                "ext-phar": "*",
672
                "phpunit/phpunit": "~4.0",
673
                "squizlabs/php_codesniffer": "~2.0"
674
            },
675
            "type": "library",
676
            "extra": {
677
                "branch-alias": {
678
                    "dev-master": "1.0.x-dev"
679
                }
680
            },
681
            "autoload": {
682
                "psr-4": {
683
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
684
                }
685
            },
686
            "notification-url": "https://packagist.org/downloads/",
687
            "license": [
688
                "MIT"
689
            ],
690
            "authors": [
691
                {
692
                    "name": "Marco Pivetta",
693
                    "email": "[email protected]",
694
                    "homepage": "http://ocramius.github.com/"
695
                }
696
            ],
697
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
698
            "homepage": "https://github.com/doctrine/instantiator",
699
            "keywords": [
700
                "constructor",
701
                "instantiate"
702
            ],
703
            "time": "2015-06-14 21:17:01"
704
        },
705
        {
706
            "name": "myclabs/deep-copy",
707
            "version": "1.5.1",
708
            "source": {
709
                "type": "git",
710
                "url": "https://github.com/myclabs/DeepCopy.git",
711
                "reference": "a8773992b362b58498eed24bf85005f363c34771"
712
            },
713
            "dist": {
714
                "type": "zip",
715
                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/a8773992b362b58498eed24bf85005f363c34771",
716
                "reference": "a8773992b362b58498eed24bf85005f363c34771",
717
                "shasum": ""
718
            },
719
            "require": {
720
                "php": ">=5.4.0"
721
            },
722
            "require-dev": {
723
                "doctrine/collections": "1.*",
724
                "phpunit/phpunit": "~4.1"
725
            },
726
            "type": "library",
727
            "autoload": {
728
                "psr-4": {
729
                    "DeepCopy\\": "src/DeepCopy/"
730
                }
731
            },
732
            "notification-url": "https://packagist.org/downloads/",
733
            "license": [
734
                "MIT"
735
            ],
736
            "description": "Create deep copies (clones) of your objects",
737
            "homepage": "https://github.com/myclabs/DeepCopy",
738
            "keywords": [
739
                "clone",
740
                "copy",
741
                "duplicate",
742
                "object",
743
                "object graph"
744
            ],
745
            "time": "2015-11-20 12:04:31"
746
        },
747
        {
748
            "name": "phpdocumentor/reflection-docblock",
749
            "version": "2.0.4",
750
            "source": {
751
                "type": "git",
752
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
753
                "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8"
754
            },
755
            "dist": {
756
                "type": "zip",
757
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8",
758
                "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8",
759
                "shasum": ""
760
            },
761
            "require": {
762
                "php": ">=5.3.3"
763
            },
764
            "require-dev": {
765
                "phpunit/phpunit": "~4.0"
766
            },
767
            "suggest": {
768
                "dflydev/markdown": "~1.0",
769
                "erusev/parsedown": "~1.0"
770
            },
771
            "type": "library",
772
            "extra": {
773
                "branch-alias": {
774
                    "dev-master": "2.0.x-dev"
775
                }
776
            },
777
            "autoload": {
778
                "psr-0": {
779
                    "phpDocumentor": [
780
                        "src/"
781
                    ]
782
                }
783
            },
784
            "notification-url": "https://packagist.org/downloads/",
785
            "license": [
786
                "MIT"
787
            ],
788
            "authors": [
789
                {
790
                    "name": "Mike van Riel",
791
                    "email": "[email protected]"
792
                }
793
            ],
794
            "time": "2015-02-03 12:10:50"
795
        },
796
        {
797
            "name": "phpspec/prophecy",
798
            "version": "v1.6.0",
799
            "source": {
800
                "type": "git",
801
                "url": "https://github.com/phpspec/prophecy.git",
802
                "reference": "3c91bdf81797d725b14cb62906f9a4ce44235972"
803
            },
804
            "dist": {
805
                "type": "zip",
806
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/3c91bdf81797d725b14cb62906f9a4ce44235972",
807
                "reference": "3c91bdf81797d725b14cb62906f9a4ce44235972",
808
                "shasum": ""
809
            },
810
            "require": {
811
                "doctrine/instantiator": "^1.0.2",
812
                "php": "^5.3|^7.0",
813
                "phpdocumentor/reflection-docblock": "~2.0",
814
                "sebastian/comparator": "~1.1",
815
                "sebastian/recursion-context": "~1.0"
816
            },
817
            "require-dev": {
818
                "phpspec/phpspec": "~2.0"
819
            },
820
            "type": "library",
821
            "extra": {
822
                "branch-alias": {
823
                    "dev-master": "1.5.x-dev"
824
                }
825
            },
826
            "autoload": {
827
                "psr-0": {
828
                    "Prophecy\\": "src/"
829
                }
830
            },
831
            "notification-url": "https://packagist.org/downloads/",
832
            "license": [
833
                "MIT"
834
            ],
835
            "authors": [
836
                {
837
                    "name": "Konstantin Kudryashov",
838
                    "email": "[email protected]",
839
                    "homepage": "http://everzet.com"
840
                },
841
                {
842
                    "name": "Marcello Duarte",
843
                    "email": "[email protected]"
844
                }
845
            ],
846
            "description": "Highly opinionated mocking framework for PHP 5.3+",
847
            "homepage": "https://github.com/phpspec/prophecy",
848
            "keywords": [
849
                "Double",
850
                "Dummy",
851
                "fake",
852
                "mock",
853
                "spy",
854
                "stub"
855
            ],
856
            "time": "2016-02-15 07:46:21"
857
        },
858
        {
859
            "name": "phpunit/php-code-coverage",
860
            "version": "3.3.1",
861
            "source": {
862
                "type": "git",
863
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
864
                "reference": "2431befdd451fac43fbcde94d1a92fb3b8b68f86"
865
            },
866
            "dist": {
867
                "type": "zip",
868
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/2431befdd451fac43fbcde94d1a92fb3b8b68f86",
869
                "reference": "2431befdd451fac43fbcde94d1a92fb3b8b68f86",
870
                "shasum": ""
871
            },
872
            "require": {
873
                "php": "^5.6 || ^7.0",
874
                "phpunit/php-file-iterator": "~1.3",
875
                "phpunit/php-text-template": "~1.2",
876
                "phpunit/php-token-stream": "^1.4.2",
877
                "sebastian/code-unit-reverse-lookup": "~1.0",
878
                "sebastian/environment": "^1.3.2",
879
                "sebastian/version": "~1.0|~2.0"
880
            },
881
            "require-dev": {
882
                "ext-xdebug": ">=2.1.4",
883
                "phpunit/phpunit": "~5"
884
            },
885
            "suggest": {
886
                "ext-dom": "*",
887
                "ext-xdebug": ">=2.4.0",
888
                "ext-xmlwriter": "*"
889
            },
890
            "type": "library",
891
            "extra": {
892
                "branch-alias": {
893
                    "dev-master": "3.3.x-dev"
894
                }
895
            },
896
            "autoload": {
897
                "classmap": [
898
                    "src/"
899
                ]
900
            },
901
            "notification-url": "https://packagist.org/downloads/",
902
            "license": [
903
                "BSD-3-Clause"
904
            ],
905
            "authors": [
906
                {
907
                    "name": "Sebastian Bergmann",
908
                    "email": "[email protected]",
909
                    "role": "lead"
910
                }
911
            ],
912
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
913
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
914
            "keywords": [
915
                "coverage",
916
                "testing",
917
                "xunit"
918
            ],
919
            "time": "2016-04-08 08:14:53"
920
        },
921
        {
922
            "name": "phpunit/php-file-iterator",
923
            "version": "1.4.1",
924
            "source": {
925
                "type": "git",
926
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
927
                "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0"
928
            },
929
            "dist": {
930
                "type": "zip",
931
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
932
                "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
933
                "shasum": ""
934
            },
935
            "require": {
936
                "php": ">=5.3.3"
937
            },
938
            "type": "library",
939
            "extra": {
940
                "branch-alias": {
941
                    "dev-master": "1.4.x-dev"
942
                }
943
            },
944
            "autoload": {
945
                "classmap": [
946
                    "src/"
947
                ]
948
            },
949
            "notification-url": "https://packagist.org/downloads/",
950
            "license": [
951
                "BSD-3-Clause"
952
            ],
953
            "authors": [
954
                {
955
                    "name": "Sebastian Bergmann",
956
                    "email": "[email protected]",
957
                    "role": "lead"
958
                }
959
            ],
960
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
961
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
962
            "keywords": [
963
                "filesystem",
964
                "iterator"
965
            ],
966
            "time": "2015-06-21 13:08:43"
967
        },
968
        {
969
            "name": "phpunit/php-text-template",
970
            "version": "1.2.1",
971
            "source": {
972
                "type": "git",
973
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
974
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
975
            },
976
            "dist": {
977
                "type": "zip",
978
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
979
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
980
                "shasum": ""
981
            },
982
            "require": {
983
                "php": ">=5.3.3"
984
            },
985
            "type": "library",
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": "Sebastian Bergmann",
998
                    "email": "[email protected]",
999
                    "role": "lead"
1000
                }
1001
            ],
1002
            "description": "Simple template engine.",
1003
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
1004
            "keywords": [
1005
                "template"
1006
            ],
1007
            "time": "2015-06-21 13:50:34"
1008
        },
1009
        {
1010
            "name": "phpunit/php-timer",
1011
            "version": "1.0.7",
1012
            "source": {
1013
                "type": "git",
1014
                "url": "https://github.com/sebastianbergmann/php-timer.git",
1015
                "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b"
1016
            },
1017
            "dist": {
1018
                "type": "zip",
1019
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
1020
                "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
1021
                "shasum": ""
1022
            },
1023
            "require": {
1024
                "php": ">=5.3.3"
1025
            },
1026
            "type": "library",
1027
            "autoload": {
1028
                "classmap": [
1029
                    "src/"
1030
                ]
1031
            },
1032
            "notification-url": "https://packagist.org/downloads/",
1033
            "license": [
1034
                "BSD-3-Clause"
1035
            ],
1036
            "authors": [
1037
                {
1038
                    "name": "Sebastian Bergmann",
1039
                    "email": "[email protected]",
1040
                    "role": "lead"
1041
                }
1042
            ],
1043
            "description": "Utility class for timing",
1044
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
1045
            "keywords": [
1046
                "timer"
1047
            ],
1048
            "time": "2015-06-21 08:01:12"
1049
        },
1050
        {
1051
            "name": "phpunit/php-token-stream",
1052
            "version": "1.4.8",
1053
            "source": {
1054
                "type": "git",
1055
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
1056
                "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da"
1057
            },
1058
            "dist": {
1059
                "type": "zip",
1060
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
1061
                "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
1062
                "shasum": ""
1063
            },
1064
            "require": {
1065
                "ext-tokenizer": "*",
1066
                "php": ">=5.3.3"
1067
            },
1068
            "require-dev": {
1069
                "phpunit/phpunit": "~4.2"
1070
            },
1071
            "type": "library",
1072
            "extra": {
1073
                "branch-alias": {
1074
                    "dev-master": "1.4-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": "Sebastian Bergmann",
1089
                    "email": "[email protected]"
1090
                }
1091
            ],
1092
            "description": "Wrapper around PHP's tokenizer extension.",
1093
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
1094
            "keywords": [
1095
                "tokenizer"
1096
            ],
1097
            "time": "2015-09-15 10:49:45"
1098
        },
1099
        {
1100
            "name": "phpunit/phpunit",
1101
            "version": "5.1.7",
1102
            "source": {
1103
                "type": "git",
1104
                "url": "https://github.com/sebastianbergmann/phpunit.git",
1105
                "reference": "d0f7ae467dcbe7a6ad050540c9d1d39a7aefff26"
1106
            },
1107
            "dist": {
1108
                "type": "zip",
1109
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/d0f7ae467dcbe7a6ad050540c9d1d39a7aefff26",
1110
                "reference": "d0f7ae467dcbe7a6ad050540c9d1d39a7aefff26",
1111
                "shasum": ""
1112
            },
1113
            "require": {
1114
                "ext-dom": "*",
1115
                "ext-json": "*",
1116
                "ext-pcre": "*",
1117
                "ext-reflection": "*",
1118
                "ext-spl": "*",
1119
                "myclabs/deep-copy": "~1.3",
1120
                "php": ">=5.6",
1121
                "phpspec/prophecy": "^1.3.1",
1122
                "phpunit/php-code-coverage": "~3.0",
1123
                "phpunit/php-file-iterator": "~1.4",
1124
                "phpunit/php-text-template": "~1.2",
1125
                "phpunit/php-timer": ">=1.0.6",
1126
                "phpunit/phpunit-mock-objects": ">=3.0.5",
1127
                "sebastian/comparator": "~1.1",
1128
                "sebastian/diff": "~1.2",
1129
                "sebastian/environment": "~1.3",
1130
                "sebastian/exporter": "~1.2",
1131
                "sebastian/global-state": "~1.0",
1132
                "sebastian/resource-operations": "~1.0",
1133
                "sebastian/version": "~1.0",
1134
                "symfony/yaml": "~2.1|~3.0"
1135
            },
1136
            "suggest": {
1137
                "phpunit/php-invoker": "~1.1"
1138
            },
1139
            "bin": [
1140
                "phpunit"
1141
            ],
1142
            "type": "library",
1143
            "extra": {
1144
                "branch-alias": {
1145
                    "dev-master": "5.1.x-dev"
1146
                }
1147
            },
1148
            "autoload": {
1149
                "classmap": [
1150
                    "src/"
1151
                ]
1152
            },
1153
            "notification-url": "https://packagist.org/downloads/",
1154
            "license": [
1155
                "BSD-3-Clause"
1156
            ],
1157
            "authors": [
1158
                {
1159
                    "name": "Sebastian Bergmann",
1160
                    "email": "[email protected]",
1161
                    "role": "lead"
1162
                }
1163
            ],
1164
            "description": "The PHP Unit Testing framework.",
1165
            "homepage": "https://phpunit.de/",
1166
            "keywords": [
1167
                "phpunit",
1168
                "testing",
1169
                "xunit"
1170
            ],
1171
            "time": "2016-02-02 09:03:29"
1172
        },
1173
        {
1174
            "name": "phpunit/phpunit-mock-objects",
1175
            "version": "3.1.3",
1176
            "source": {
1177
                "type": "git",
1178
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
1179
                "reference": "151c96874bff6fe61a25039df60e776613a61489"
1180
            },
1181
            "dist": {
1182
                "type": "zip",
1183
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/151c96874bff6fe61a25039df60e776613a61489",
1184
                "reference": "151c96874bff6fe61a25039df60e776613a61489",
1185
                "shasum": ""
1186
            },
1187
            "require": {
1188
                "doctrine/instantiator": "^1.0.2",
1189
                "php": ">=5.6",
1190
                "phpunit/php-text-template": "~1.2",
1191
                "sebastian/exporter": "~1.2"
1192
            },
1193
            "require-dev": {
1194
                "phpunit/phpunit": "~5"
1195
            },
1196
            "suggest": {
1197
                "ext-soap": "*"
1198
            },
1199
            "type": "library",
1200
            "extra": {
1201
                "branch-alias": {
1202
                    "dev-master": "3.1.x-dev"
1203
                }
1204
            },
1205
            "autoload": {
1206
                "classmap": [
1207
                    "src/"
1208
                ]
1209
            },
1210
            "notification-url": "https://packagist.org/downloads/",
1211
            "license": [
1212
                "BSD-3-Clause"
1213
            ],
1214
            "authors": [
1215
                {
1216
                    "name": "Sebastian Bergmann",
1217
                    "email": "[email protected]",
1218
                    "role": "lead"
1219
                }
1220
            ],
1221
            "description": "Mock Object library for PHPUnit",
1222
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
1223
            "keywords": [
1224
                "mock",
1225
                "xunit"
1226
            ],
1227
            "time": "2016-04-20 14:39:26"
1228
        },
1229
        {
1230
            "name": "satooshi/php-coveralls",
1231
            "version": "dev-master",
1232
            "source": {
1233
                "type": "git",
1234
                "url": "https://github.com/satooshi/php-coveralls.git",
1235
                "reference": "50c60bb64054974f8ed7540ae6e75fd7981a5fd3"
1236
            },
1237
            "dist": {
1238
                "type": "zip",
1239
                "url": "https://api.github.com/repos/satooshi/php-coveralls/zipball/50c60bb64054974f8ed7540ae6e75fd7981a5fd3",
1240
                "reference": "50c60bb64054974f8ed7540ae6e75fd7981a5fd3",
1241
                "shasum": ""
1242
            },
1243
            "require": {
1244
                "ext-json": "*",
1245
                "ext-simplexml": "*",
1246
                "guzzlehttp/guzzle": "^6.0",
1247
                "php": ">=5.5",
1248
                "psr/log": "^1.0",
1249
                "symfony/config": "^2.1|^3.0",
1250
                "symfony/console": "^2.1|^3.0",
1251
                "symfony/stopwatch": "^2.0|^3.0",
1252
                "symfony/yaml": "^2.0|^3.0"
1253
            },
1254
            "suggest": {
1255
                "symfony/http-kernel": "Allows Symfony integration"
1256
            },
1257
            "bin": [
1258
                "bin/coveralls"
1259
            ],
1260
            "type": "library",
1261
            "extra": {
1262
                "branch-alias": {
1263
                    "dev-master": "2.0-dev"
1264
                }
1265
            },
1266
            "autoload": {
1267
                "psr-4": {
1268
                    "Satooshi\\": "src/Satooshi/"
1269
                }
1270
            },
1271
            "notification-url": "https://packagist.org/downloads/",
1272
            "license": [
1273
                "MIT"
1274
            ],
1275
            "authors": [
1276
                {
1277
                    "name": "Kitamura Satoshi",
1278
                    "email": "[email protected]",
1279
                    "homepage": "https://www.facebook.com/satooshi.jp"
1280
                }
1281
            ],
1282
            "description": "PHP client library for Coveralls API",
1283
            "homepage": "https://github.com/satooshi/php-coveralls",
1284
            "keywords": [
1285
                "ci",
1286
                "coverage",
1287
                "github",
1288
                "test"
1289
            ],
1290
            "time": "2016-01-20 17:44:41"
1291
        },
1292
        {
1293
            "name": "sebastian/code-unit-reverse-lookup",
1294
            "version": "1.0.0",
1295
            "source": {
1296
                "type": "git",
1297
                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
1298
                "reference": "c36f5e7cfce482fde5bf8d10d41a53591e0198fe"
1299
            },
1300
            "dist": {
1301
                "type": "zip",
1302
                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/c36f5e7cfce482fde5bf8d10d41a53591e0198fe",
1303
                "reference": "c36f5e7cfce482fde5bf8d10d41a53591e0198fe",
1304
                "shasum": ""
1305
            },
1306
            "require": {
1307
                "php": ">=5.6"
1308
            },
1309
            "require-dev": {
1310
                "phpunit/phpunit": "~5"
1311
            },
1312
            "type": "library",
1313
            "extra": {
1314
                "branch-alias": {
1315
                    "dev-master": "1.0.x-dev"
1316
                }
1317
            },
1318
            "autoload": {
1319
                "classmap": [
1320
                    "src/"
1321
                ]
1322
            },
1323
            "notification-url": "https://packagist.org/downloads/",
1324
            "license": [
1325
                "BSD-3-Clause"
1326
            ],
1327
            "authors": [
1328
                {
1329
                    "name": "Sebastian Bergmann",
1330
                    "email": "[email protected]"
1331
                }
1332
            ],
1333
            "description": "Looks up which function or method a line of code belongs to",
1334
            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
1335
            "time": "2016-02-13 06:45:14"
1336
        },
1337
        {
1338
            "name": "sebastian/comparator",
1339
            "version": "1.2.0",
1340
            "source": {
1341
                "type": "git",
1342
                "url": "https://github.com/sebastianbergmann/comparator.git",
1343
                "reference": "937efb279bd37a375bcadf584dec0726f84dbf22"
1344
            },
1345
            "dist": {
1346
                "type": "zip",
1347
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22",
1348
                "reference": "937efb279bd37a375bcadf584dec0726f84dbf22",
1349
                "shasum": ""
1350
            },
1351
            "require": {
1352
                "php": ">=5.3.3",
1353
                "sebastian/diff": "~1.2",
1354
                "sebastian/exporter": "~1.2"
1355
            },
1356
            "require-dev": {
1357
                "phpunit/phpunit": "~4.4"
1358
            },
1359
            "type": "library",
1360
            "extra": {
1361
                "branch-alias": {
1362
                    "dev-master": "1.2.x-dev"
1363
                }
1364
            },
1365
            "autoload": {
1366
                "classmap": [
1367
                    "src/"
1368
                ]
1369
            },
1370
            "notification-url": "https://packagist.org/downloads/",
1371
            "license": [
1372
                "BSD-3-Clause"
1373
            ],
1374
            "authors": [
1375
                {
1376
                    "name": "Jeff Welch",
1377
                    "email": "[email protected]"
1378
                },
1379
                {
1380
                    "name": "Volker Dusch",
1381
                    "email": "[email protected]"
1382
                },
1383
                {
1384
                    "name": "Bernhard Schussek",
1385
                    "email": "[email protected]"
1386
                },
1387
                {
1388
                    "name": "Sebastian Bergmann",
1389
                    "email": "[email protected]"
1390
                }
1391
            ],
1392
            "description": "Provides the functionality to compare PHP values for equality",
1393
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
1394
            "keywords": [
1395
                "comparator",
1396
                "compare",
1397
                "equality"
1398
            ],
1399
            "time": "2015-07-26 15:48:44"
1400
        },
1401
        {
1402
            "name": "sebastian/diff",
1403
            "version": "1.4.1",
1404
            "source": {
1405
                "type": "git",
1406
                "url": "https://github.com/sebastianbergmann/diff.git",
1407
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
1408
            },
1409
            "dist": {
1410
                "type": "zip",
1411
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
1412
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
1413
                "shasum": ""
1414
            },
1415
            "require": {
1416
                "php": ">=5.3.3"
1417
            },
1418
            "require-dev": {
1419
                "phpunit/phpunit": "~4.8"
1420
            },
1421
            "type": "library",
1422
            "extra": {
1423
                "branch-alias": {
1424
                    "dev-master": "1.4-dev"
1425
                }
1426
            },
1427
            "autoload": {
1428
                "classmap": [
1429
                    "src/"
1430
                ]
1431
            },
1432
            "notification-url": "https://packagist.org/downloads/",
1433
            "license": [
1434
                "BSD-3-Clause"
1435
            ],
1436
            "authors": [
1437
                {
1438
                    "name": "Kore Nordmann",
1439
                    "email": "[email protected]"
1440
                },
1441
                {
1442
                    "name": "Sebastian Bergmann",
1443
                    "email": "[email protected]"
1444
                }
1445
            ],
1446
            "description": "Diff implementation",
1447
            "homepage": "https://github.com/sebastianbergmann/diff",
1448
            "keywords": [
1449
                "diff"
1450
            ],
1451
            "time": "2015-12-08 07:14:41"
1452
        },
1453
        {
1454
            "name": "sebastian/environment",
1455
            "version": "1.3.6",
1456
            "source": {
1457
                "type": "git",
1458
                "url": "https://github.com/sebastianbergmann/environment.git",
1459
                "reference": "2292b116f43c272ff4328083096114f84ea46a56"
1460
            },
1461
            "dist": {
1462
                "type": "zip",
1463
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/2292b116f43c272ff4328083096114f84ea46a56",
1464
                "reference": "2292b116f43c272ff4328083096114f84ea46a56",
1465
                "shasum": ""
1466
            },
1467
            "require": {
1468
                "php": ">=5.3.3"
1469
            },
1470
            "require-dev": {
1471
                "phpunit/phpunit": "~4.4"
1472
            },
1473
            "type": "library",
1474
            "extra": {
1475
                "branch-alias": {
1476
                    "dev-master": "1.3.x-dev"
1477
                }
1478
            },
1479
            "autoload": {
1480
                "classmap": [
1481
                    "src/"
1482
                ]
1483
            },
1484
            "notification-url": "https://packagist.org/downloads/",
1485
            "license": [
1486
                "BSD-3-Clause"
1487
            ],
1488
            "authors": [
1489
                {
1490
                    "name": "Sebastian Bergmann",
1491
                    "email": "[email protected]"
1492
                }
1493
            ],
1494
            "description": "Provides functionality to handle HHVM/PHP environments",
1495
            "homepage": "http://www.github.com/sebastianbergmann/environment",
1496
            "keywords": [
1497
                "Xdebug",
1498
                "environment",
1499
                "hhvm"
1500
            ],
1501
            "time": "2016-05-04 07:59:13"
1502
        },
1503
        {
1504
            "name": "sebastian/exporter",
1505
            "version": "1.2.1",
1506
            "source": {
1507
                "type": "git",
1508
                "url": "https://github.com/sebastianbergmann/exporter.git",
1509
                "reference": "7ae5513327cb536431847bcc0c10edba2701064e"
1510
            },
1511
            "dist": {
1512
                "type": "zip",
1513
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/7ae5513327cb536431847bcc0c10edba2701064e",
1514
                "reference": "7ae5513327cb536431847bcc0c10edba2701064e",
1515
                "shasum": ""
1516
            },
1517
            "require": {
1518
                "php": ">=5.3.3",
1519
                "sebastian/recursion-context": "~1.0"
1520
            },
1521
            "require-dev": {
1522
                "phpunit/phpunit": "~4.4"
1523
            },
1524
            "type": "library",
1525
            "extra": {
1526
                "branch-alias": {
1527
                    "dev-master": "1.2.x-dev"
1528
                }
1529
            },
1530
            "autoload": {
1531
                "classmap": [
1532
                    "src/"
1533
                ]
1534
            },
1535
            "notification-url": "https://packagist.org/downloads/",
1536
            "license": [
1537
                "BSD-3-Clause"
1538
            ],
1539
            "authors": [
1540
                {
1541
                    "name": "Jeff Welch",
1542
                    "email": "[email protected]"
1543
                },
1544
                {
1545
                    "name": "Volker Dusch",
1546
                    "email": "[email protected]"
1547
                },
1548
                {
1549
                    "name": "Bernhard Schussek",
1550
                    "email": "[email protected]"
1551
                },
1552
                {
1553
                    "name": "Sebastian Bergmann",
1554
                    "email": "[email protected]"
1555
                },
1556
                {
1557
                    "name": "Adam Harvey",
1558
                    "email": "[email protected]"
1559
                }
1560
            ],
1561
            "description": "Provides the functionality to export PHP variables for visualization",
1562
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
1563
            "keywords": [
1564
                "export",
1565
                "exporter"
1566
            ],
1567
            "time": "2015-06-21 07:55:53"
1568
        },
1569
        {
1570
            "name": "sebastian/global-state",
1571
            "version": "1.1.1",
1572
            "source": {
1573
                "type": "git",
1574
                "url": "https://github.com/sebastianbergmann/global-state.git",
1575
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
1576
            },
1577
            "dist": {
1578
                "type": "zip",
1579
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
1580
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
1581
                "shasum": ""
1582
            },
1583
            "require": {
1584
                "php": ">=5.3.3"
1585
            },
1586
            "require-dev": {
1587
                "phpunit/phpunit": "~4.2"
1588
            },
1589
            "suggest": {
1590
                "ext-uopz": "*"
1591
            },
1592
            "type": "library",
1593
            "extra": {
1594
                "branch-alias": {
1595
                    "dev-master": "1.0-dev"
1596
                }
1597
            },
1598
            "autoload": {
1599
                "classmap": [
1600
                    "src/"
1601
                ]
1602
            },
1603
            "notification-url": "https://packagist.org/downloads/",
1604
            "license": [
1605
                "BSD-3-Clause"
1606
            ],
1607
            "authors": [
1608
                {
1609
                    "name": "Sebastian Bergmann",
1610
                    "email": "[email protected]"
1611
                }
1612
            ],
1613
            "description": "Snapshotting of global state",
1614
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
1615
            "keywords": [
1616
                "global state"
1617
            ],
1618
            "time": "2015-10-12 03:26:01"
1619
        },
1620
        {
1621
            "name": "sebastian/recursion-context",
1622
            "version": "1.0.2",
1623
            "source": {
1624
                "type": "git",
1625
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
1626
                "reference": "913401df809e99e4f47b27cdd781f4a258d58791"
1627
            },
1628
            "dist": {
1629
                "type": "zip",
1630
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/913401df809e99e4f47b27cdd781f4a258d58791",
1631
                "reference": "913401df809e99e4f47b27cdd781f4a258d58791",
1632
                "shasum": ""
1633
            },
1634
            "require": {
1635
                "php": ">=5.3.3"
1636
            },
1637
            "require-dev": {
1638
                "phpunit/phpunit": "~4.4"
1639
            },
1640
            "type": "library",
1641
            "extra": {
1642
                "branch-alias": {
1643
                    "dev-master": "1.0.x-dev"
1644
                }
1645
            },
1646
            "autoload": {
1647
                "classmap": [
1648
                    "src/"
1649
                ]
1650
            },
1651
            "notification-url": "https://packagist.org/downloads/",
1652
            "license": [
1653
                "BSD-3-Clause"
1654
            ],
1655
            "authors": [
1656
                {
1657
                    "name": "Jeff Welch",
1658
                    "email": "[email protected]"
1659
                },
1660
                {
1661
                    "name": "Sebastian Bergmann",
1662
                    "email": "[email protected]"
1663
                },
1664
                {
1665
                    "name": "Adam Harvey",
1666
                    "email": "[email protected]"
1667
                }
1668
            ],
1669
            "description": "Provides functionality to recursively process PHP variables",
1670
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
1671
            "time": "2015-11-11 19:50:13"
1672
        },
1673
        {
1674
            "name": "sebastian/resource-operations",
1675
            "version": "1.0.0",
1676
            "source": {
1677
                "type": "git",
1678
                "url": "https://github.com/sebastianbergmann/resource-operations.git",
1679
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
1680
            },
1681
            "dist": {
1682
                "type": "zip",
1683
                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
1684
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
1685
                "shasum": ""
1686
            },
1687
            "require": {
1688
                "php": ">=5.6.0"
1689
            },
1690
            "type": "library",
1691
            "extra": {
1692
                "branch-alias": {
1693
                    "dev-master": "1.0.x-dev"
1694
                }
1695
            },
1696
            "autoload": {
1697
                "classmap": [
1698
                    "src/"
1699
                ]
1700
            },
1701
            "notification-url": "https://packagist.org/downloads/",
1702
            "license": [
1703
                "BSD-3-Clause"
1704
            ],
1705
            "authors": [
1706
                {
1707
                    "name": "Sebastian Bergmann",
1708
                    "email": "[email protected]"
1709
                }
1710
            ],
1711
            "description": "Provides a list of PHP built-in functions that operate on resources",
1712
            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
1713
            "time": "2015-07-28 20:34:47"
1714
        },
1715
        {
1716
            "name": "sebastian/version",
1717
            "version": "1.0.6",
1718
            "source": {
1719
                "type": "git",
1720
                "url": "https://github.com/sebastianbergmann/version.git",
1721
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
1722
            },
1723
            "dist": {
1724
                "type": "zip",
1725
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
1726
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
1727
                "shasum": ""
1728
            },
1729
            "type": "library",
1730
            "autoload": {
1731
                "classmap": [
1732
                    "src/"
1733
                ]
1734
            },
1735
            "notification-url": "https://packagist.org/downloads/",
1736
            "license": [
1737
                "BSD-3-Clause"
1738
            ],
1739
            "authors": [
1740
                {
1741
                    "name": "Sebastian Bergmann",
1742
                    "email": "[email protected]",
1743
                    "role": "lead"
1744
                }
1745
            ],
1746
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
1747
            "homepage": "https://github.com/sebastianbergmann/version",
1748
            "time": "2015-06-21 13:59:46"
1749
        },
1750
        {
1751
            "name": "squizlabs/php_codesniffer",
1752
            "version": "2.6.0",
1753
            "source": {
1754
                "type": "git",
1755
                "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
1756
                "reference": "1bcdf03b068a530ac1962ce671dead356eeba43b"
1757
            },
1758
            "dist": {
1759
                "type": "zip",
1760
                "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/1bcdf03b068a530ac1962ce671dead356eeba43b",
1761
                "reference": "1bcdf03b068a530ac1962ce671dead356eeba43b",
1762
                "shasum": ""
1763
            },
1764
            "require": {
1765
                "ext-simplexml": "*",
1766
                "ext-tokenizer": "*",
1767
                "ext-xmlwriter": "*",
1768
                "php": ">=5.1.2"
1769
            },
1770
            "require-dev": {
1771
                "phpunit/phpunit": "~4.0"
1772
            },
1773
            "bin": [
1774
                "scripts/phpcs",
1775
                "scripts/phpcbf"
1776
            ],
1777
            "type": "library",
1778
            "extra": {
1779
                "branch-alias": {
1780
                    "dev-master": "2.x-dev"
1781
                }
1782
            },
1783
            "autoload": {
1784
                "classmap": [
1785
                    "CodeSniffer.php",
1786
                    "CodeSniffer/CLI.php",
1787
                    "CodeSniffer/Exception.php",
1788
                    "CodeSniffer/File.php",
1789
                    "CodeSniffer/Fixer.php",
1790
                    "CodeSniffer/Report.php",
1791
                    "CodeSniffer/Reporting.php",
1792
                    "CodeSniffer/Sniff.php",
1793
                    "CodeSniffer/Tokens.php",
1794
                    "CodeSniffer/Reports/",
1795
                    "CodeSniffer/Tokenizers/",
1796
                    "CodeSniffer/DocGenerators/",
1797
                    "CodeSniffer/Standards/AbstractPatternSniff.php",
1798
                    "CodeSniffer/Standards/AbstractScopeSniff.php",
1799
                    "CodeSniffer/Standards/AbstractVariableSniff.php",
1800
                    "CodeSniffer/Standards/IncorrectPatternException.php",
1801
                    "CodeSniffer/Standards/Generic/Sniffs/",
1802
                    "CodeSniffer/Standards/MySource/Sniffs/",
1803
                    "CodeSniffer/Standards/PEAR/Sniffs/",
1804
                    "CodeSniffer/Standards/PSR1/Sniffs/",
1805
                    "CodeSniffer/Standards/PSR2/Sniffs/",
1806
                    "CodeSniffer/Standards/Squiz/Sniffs/",
1807
                    "CodeSniffer/Standards/Zend/Sniffs/"
1808
                ]
1809
            },
1810
            "notification-url": "https://packagist.org/downloads/",
1811
            "license": [
1812
                "BSD-3-Clause"
1813
            ],
1814
            "authors": [
1815
                {
1816
                    "name": "Greg Sherwood",
1817
                    "role": "lead"
1818
                }
1819
            ],
1820
            "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
1821
            "homepage": "http://www.squizlabs.com/php-codesniffer",
1822
            "keywords": [
1823
                "phpcs",
1824
                "standards"
1825
            ],
1826
            "time": "2016-04-03 22:58:34"
1827
        },
1828
        {
1829
            "name": "symfony/config",
1830
            "version": "v3.0.5",
1831
            "source": {
1832
                "type": "git",
1833
                "url": "https://github.com/symfony/config.git",
1834
                "reference": "24f155da1ff180df8e15e34a8f6e2f8a0eadefa8"
1835
            },
1836
            "dist": {
1837
                "type": "zip",
1838
                "url": "https://api.github.com/repos/symfony/config/zipball/24f155da1ff180df8e15e34a8f6e2f8a0eadefa8",
1839
                "reference": "24f155da1ff180df8e15e34a8f6e2f8a0eadefa8",
1840
                "shasum": ""
1841
            },
1842
            "require": {
1843
                "php": ">=5.5.9",
1844
                "symfony/filesystem": "~2.8|~3.0"
1845
            },
1846
            "suggest": {
1847
                "symfony/yaml": "To use the yaml reference dumper"
1848
            },
1849
            "type": "library",
1850
            "extra": {
1851
                "branch-alias": {
1852
                    "dev-master": "3.0-dev"
1853
                }
1854
            },
1855
            "autoload": {
1856
                "psr-4": {
1857
                    "Symfony\\Component\\Config\\": ""
1858
                },
1859
                "exclude-from-classmap": [
1860
                    "/Tests/"
1861
                ]
1862
            },
1863
            "notification-url": "https://packagist.org/downloads/",
1864
            "license": [
1865
                "MIT"
1866
            ],
1867
            "authors": [
1868
                {
1869
                    "name": "Fabien Potencier",
1870
                    "email": "[email protected]"
1871
                },
1872
                {
1873
                    "name": "Symfony Community",
1874
                    "homepage": "https://symfony.com/contributors"
1875
                }
1876
            ],
1877
            "description": "Symfony Config Component",
1878
            "homepage": "https://symfony.com",
1879
            "time": "2016-04-20 18:53:54"
1880
        },
1881
        {
1882
            "name": "symfony/filesystem",
1883
            "version": "v3.0.5",
1884
            "source": {
1885
                "type": "git",
1886
                "url": "https://github.com/symfony/filesystem.git",
1887
                "reference": "74fec3511b62cb934b64bce1d96f06fffa4beafd"
1888
            },
1889
            "dist": {
1890
                "type": "zip",
1891
                "url": "https://api.github.com/repos/symfony/filesystem/zipball/74fec3511b62cb934b64bce1d96f06fffa4beafd",
1892
                "reference": "74fec3511b62cb934b64bce1d96f06fffa4beafd",
1893
                "shasum": ""
1894
            },
1895
            "require": {
1896
                "php": ">=5.5.9"
1897
            },
1898
            "type": "library",
1899
            "extra": {
1900
                "branch-alias": {
1901
                    "dev-master": "3.0-dev"
1902
                }
1903
            },
1904
            "autoload": {
1905
                "psr-4": {
1906
                    "Symfony\\Component\\Filesystem\\": ""
1907
                },
1908
                "exclude-from-classmap": [
1909
                    "/Tests/"
1910
                ]
1911
            },
1912
            "notification-url": "https://packagist.org/downloads/",
1913
            "license": [
1914
                "MIT"
1915
            ],
1916
            "authors": [
1917
                {
1918
                    "name": "Fabien Potencier",
1919
                    "email": "[email protected]"
1920
                },
1921
                {
1922
                    "name": "Symfony Community",
1923
                    "homepage": "https://symfony.com/contributors"
1924
                }
1925
            ],
1926
            "description": "Symfony Filesystem Component",
1927
            "homepage": "https://symfony.com",
1928
            "time": "2016-04-12 18:09:53"
1929
        },
1930
        {
1931
            "name": "symfony/stopwatch",
1932
            "version": "v3.0.5",
1933
            "source": {
1934
                "type": "git",
1935
                "url": "https://github.com/symfony/stopwatch.git",
1936
                "reference": "6015187088421e9499d8f8316bdb396f8b806c06"
1937
            },
1938
            "dist": {
1939
                "type": "zip",
1940
                "url": "https://api.github.com/repos/symfony/stopwatch/zipball/6015187088421e9499d8f8316bdb396f8b806c06",
1941
                "reference": "6015187088421e9499d8f8316bdb396f8b806c06",
1942
                "shasum": ""
1943
            },
1944
            "require": {
1945
                "php": ">=5.5.9"
1946
            },
1947
            "type": "library",
1948
            "extra": {
1949
                "branch-alias": {
1950
                    "dev-master": "3.0-dev"
1951
                }
1952
            },
1953
            "autoload": {
1954
                "psr-4": {
1955
                    "Symfony\\Component\\Stopwatch\\": ""
1956
                },
1957
                "exclude-from-classmap": [
1958
                    "/Tests/"
1959
                ]
1960
            },
1961
            "notification-url": "https://packagist.org/downloads/",
1962
            "license": [
1963
                "MIT"
1964
            ],
1965
            "authors": [
1966
                {
1967
                    "name": "Fabien Potencier",
1968
                    "email": "[email protected]"
1969
                },
1970
                {
1971
                    "name": "Symfony Community",
1972
                    "homepage": "https://symfony.com/contributors"
1973
                }
1974
            ],
1975
            "description": "Symfony Stopwatch Component",
1976
            "homepage": "https://symfony.com",
1977
            "time": "2016-03-04 07:55:57"
1978
        }
1979
    ],
1980
    "aliases": [],
1981
    "minimum-stability": "stable",
1982
    "stability-flags": {
1983
        "satooshi/php-coveralls": 20
1984
    },
1985
    "prefer-stable": false,
1986
    "prefer-lowest": false,
1987
    "platform": {
1988
        "php": ">=5.6"
1989
    },
1990
    "platform-dev": []
1991
}
1992