Completed
Push — master ( 509b32...3ecfc4 )
by Stanislav
06:04
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": "fb38247211e05fd8c02b02a2b40c5086",
8
    "content-hash": "1dabd5760470aa618e792e2c1bb6e744",
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.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.1",
126
            "source": {
127
                "type": "git",
128
                "url": "https://github.com/guzzle/psr7.git",
129
                "reference": "5c6447c9df362e8f8093bda8f5d8873fe5c7f65b"
130
            },
131
            "dist": {
132
                "type": "zip",
133
                "url": "https://api.github.com/repos/guzzle/psr7/zipball/5c6447c9df362e8f8093bda8f5d8873fe5c7f65b",
134
                "reference": "5c6447c9df362e8f8093bda8f5d8873fe5c7f65b",
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.4-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-06-24 23:00:38"
180
        },
181
        {
182
            "name": "influxdb/influxdb-php",
183
            "version": "1.14.2",
184
            "source": {
185
                "type": "git",
186
                "url": "https://github.com/influxdata/influxdb-php.git",
187
                "reference": "4973948c6daa5996822c26100dc6379d8a8346ec"
188
            },
189
            "dist": {
190
                "type": "zip",
191
                "url": "https://api.github.com/repos/influxdata/influxdb-php/zipball/4973948c6daa5996822c26100dc6379d8a8346ec",
192
                "reference": "4973948c6daa5996822c26100dc6379d8a8346ec",
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
                "influxdata",
237
                "influxdb",
238
                "influxdb class",
239
                "influxdb client",
240
                "influxdb library",
241
                "time series"
242
            ],
243
            "time": "2016-10-08 14:56:15"
244
        },
245
        {
246
            "name": "martial/transmission-api",
247
            "version": "1.1.6",
248
            "source": {
249
                "type": "git",
250
                "url": "https://github.com/MartialGeek/transmission-api.git",
251
                "reference": "9fdc30bbaaf485c8bc980ce37d40ef76c8912532"
252
            },
253
            "dist": {
254
                "type": "zip",
255
                "url": "https://api.github.com/repos/MartialGeek/transmission-api/zipball/9fdc30bbaaf485c8bc980ce37d40ef76c8912532",
256
                "reference": "9fdc30bbaaf485c8bc980ce37d40ef76c8912532",
257
                "shasum": ""
258
            },
259
            "require": {
260
                "guzzlehttp/guzzle": "~6.1.1",
261
                "psr/log": "~1.0.0"
262
            },
263
            "require-dev": {
264
                "mockery/mockery": "~0.9.4",
265
                "phpunit/phpunit": "~5.1.3"
266
            },
267
            "suggest": {
268
                "monolog/monolog": "Inject Monolog to enhance your logging strategy"
269
            },
270
            "type": "library",
271
            "autoload": {
272
                "psr-4": {
273
                    "Martial\\Transmission\\API\\": "src/",
274
                    "Martial\\Transmission\\API\\Tests\\": "tests/"
275
                }
276
            },
277
            "notification-url": "https://packagist.org/downloads/",
278
            "license": [
279
                "GPL-V2"
280
            ],
281
            "authors": [
282
                {
283
                    "name": "Martial Saunois",
284
                    "email": "[email protected]"
285
                }
286
            ],
287
            "description": "A PHP client for the Transmission RPC API.",
288
            "time": "2016-03-11 09:36:35"
289
        },
290
        {
291
            "name": "psr/http-message",
292
            "version": "1.0.1",
293
            "source": {
294
                "type": "git",
295
                "url": "https://github.com/php-fig/http-message.git",
296
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
297
            },
298
            "dist": {
299
                "type": "zip",
300
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
301
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
302
                "shasum": ""
303
            },
304
            "require": {
305
                "php": ">=5.3.0"
306
            },
307
            "type": "library",
308
            "extra": {
309
                "branch-alias": {
310
                    "dev-master": "1.0.x-dev"
311
                }
312
            },
313
            "autoload": {
314
                "psr-4": {
315
                    "Psr\\Http\\Message\\": "src/"
316
                }
317
            },
318
            "notification-url": "https://packagist.org/downloads/",
319
            "license": [
320
                "MIT"
321
            ],
322
            "authors": [
323
                {
324
                    "name": "PHP-FIG",
325
                    "homepage": "http://www.php-fig.org/"
326
                }
327
            ],
328
            "description": "Common interface for HTTP messages",
329
            "homepage": "https://github.com/php-fig/http-message",
330
            "keywords": [
331
                "http",
332
                "http-message",
333
                "psr",
334
                "psr-7",
335
                "request",
336
                "response"
337
            ],
338
            "time": "2016-08-06 14:39:51"
339
        },
340
        {
341
            "name": "psr/log",
342
            "version": "1.0.2",
343
            "source": {
344
                "type": "git",
345
                "url": "https://github.com/php-fig/log.git",
346
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
347
            },
348
            "dist": {
349
                "type": "zip",
350
                "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
351
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
352
                "shasum": ""
353
            },
354
            "require": {
355
                "php": ">=5.3.0"
356
            },
357
            "type": "library",
358
            "extra": {
359
                "branch-alias": {
360
                    "dev-master": "1.0.x-dev"
361
                }
362
            },
363
            "autoload": {
364
                "psr-4": {
365
                    "Psr\\Log\\": "Psr/Log/"
366
                }
367
            },
368
            "notification-url": "https://packagist.org/downloads/",
369
            "license": [
370
                "MIT"
371
            ],
372
            "authors": [
373
                {
374
                    "name": "PHP-FIG",
375
                    "homepage": "http://www.php-fig.org/"
376
                }
377
            ],
378
            "description": "Common interface for logging libraries",
379
            "homepage": "https://github.com/php-fig/log",
380
            "keywords": [
381
                "log",
382
                "psr",
383
                "psr-3"
384
            ],
385
            "time": "2016-10-10 12:19:37"
386
        },
387
        {
388
            "name": "stecman/symfony-console-completion",
389
            "version": "0.7.0",
390
            "source": {
391
                "type": "git",
392
                "url": "https://github.com/stecman/symfony-console-completion.git",
393
                "reference": "5461d43e53092b3d3b9dbd9d999f2054730f4bbb"
394
            },
395
            "dist": {
396
                "type": "zip",
397
                "url": "https://api.github.com/repos/stecman/symfony-console-completion/zipball/5461d43e53092b3d3b9dbd9d999f2054730f4bbb",
398
                "reference": "5461d43e53092b3d3b9dbd9d999f2054730f4bbb",
399
                "shasum": ""
400
            },
401
            "require": {
402
                "php": ">=5.3.2",
403
                "symfony/console": "~2.3 || ~3.0"
404
            },
405
            "require-dev": {
406
                "phpunit/phpunit": "~4.4"
407
            },
408
            "type": "library",
409
            "extra": {
410
                "branch-alias": {
411
                    "dev-master": "0.6.x-dev"
412
                }
413
            },
414
            "autoload": {
415
                "psr-4": {
416
                    "Stecman\\Component\\Symfony\\Console\\BashCompletion\\": "src/"
417
                }
418
            },
419
            "notification-url": "https://packagist.org/downloads/",
420
            "license": [
421
                "MIT"
422
            ],
423
            "authors": [
424
                {
425
                    "name": "Stephen Holdaway",
426
                    "email": "[email protected]"
427
                }
428
            ],
429
            "description": "Automatic BASH completion for Symfony Console Component based applications.",
430
            "time": "2016-02-24 05:08:54"
431
        },
432
        {
433
            "name": "symfony/console",
434
            "version": "v3.1.6",
435
            "source": {
436
                "type": "git",
437
                "url": "https://github.com/symfony/console.git",
438
                "reference": "c99da1119ae61e15de0e4829196b9fba6f73d065"
439
            },
440
            "dist": {
441
                "type": "zip",
442
                "url": "https://api.github.com/repos/symfony/console/zipball/c99da1119ae61e15de0e4829196b9fba6f73d065",
443
                "reference": "c99da1119ae61e15de0e4829196b9fba6f73d065",
444
                "shasum": ""
445
            },
446
            "require": {
447
                "php": ">=5.5.9",
448
                "symfony/debug": "~2.8|~3.0",
449
                "symfony/polyfill-mbstring": "~1.0"
450
            },
451
            "require-dev": {
452
                "psr/log": "~1.0",
453
                "symfony/event-dispatcher": "~2.8|~3.0",
454
                "symfony/process": "~2.8|~3.0"
455
            },
456
            "suggest": {
457
                "psr/log": "For using the console logger",
458
                "symfony/event-dispatcher": "",
459
                "symfony/process": ""
460
            },
461
            "type": "library",
462
            "extra": {
463
                "branch-alias": {
464
                    "dev-master": "3.1-dev"
465
                }
466
            },
467
            "autoload": {
468
                "psr-4": {
469
                    "Symfony\\Component\\Console\\": ""
470
                },
471
                "exclude-from-classmap": [
472
                    "/Tests/"
473
                ]
474
            },
475
            "notification-url": "https://packagist.org/downloads/",
476
            "license": [
477
                "MIT"
478
            ],
479
            "authors": [
480
                {
481
                    "name": "Fabien Potencier",
482
                    "email": "[email protected]"
483
                },
484
                {
485
                    "name": "Symfony Community",
486
                    "homepage": "https://symfony.com/contributors"
487
                }
488
            ],
489
            "description": "Symfony Console Component",
490
            "homepage": "https://symfony.com",
491
            "time": "2016-10-06 01:44:51"
492
        },
493
        {
494
            "name": "symfony/debug",
495
            "version": "v3.1.6",
496
            "source": {
497
                "type": "git",
498
                "url": "https://github.com/symfony/debug.git",
499
                "reference": "e2b3f74a67fc928adc3c1b9027f73e1bc01190a8"
500
            },
501
            "dist": {
502
                "type": "zip",
503
                "url": "https://api.github.com/repos/symfony/debug/zipball/e2b3f74a67fc928adc3c1b9027f73e1bc01190a8",
504
                "reference": "e2b3f74a67fc928adc3c1b9027f73e1bc01190a8",
505
                "shasum": ""
506
            },
507
            "require": {
508
                "php": ">=5.5.9",
509
                "psr/log": "~1.0"
510
            },
511
            "conflict": {
512
                "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
513
            },
514
            "require-dev": {
515
                "symfony/class-loader": "~2.8|~3.0",
516
                "symfony/http-kernel": "~2.8|~3.0"
517
            },
518
            "type": "library",
519
            "extra": {
520
                "branch-alias": {
521
                    "dev-master": "3.1-dev"
522
                }
523
            },
524
            "autoload": {
525
                "psr-4": {
526
                    "Symfony\\Component\\Debug\\": ""
527
                },
528
                "exclude-from-classmap": [
529
                    "/Tests/"
530
                ]
531
            },
532
            "notification-url": "https://packagist.org/downloads/",
533
            "license": [
534
                "MIT"
535
            ],
536
            "authors": [
537
                {
538
                    "name": "Fabien Potencier",
539
                    "email": "[email protected]"
540
                },
541
                {
542
                    "name": "Symfony Community",
543
                    "homepage": "https://symfony.com/contributors"
544
                }
545
            ],
546
            "description": "Symfony Debug Component",
547
            "homepage": "https://symfony.com",
548
            "time": "2016-09-06 11:02:40"
549
        },
550
        {
551
            "name": "symfony/event-dispatcher",
552
            "version": "v3.1.6",
553
            "source": {
554
                "type": "git",
555
                "url": "https://github.com/symfony/event-dispatcher.git",
556
                "reference": "28b0832b2553ffb80cabef6a7a812ff1e670c0bc"
557
            },
558
            "dist": {
559
                "type": "zip",
560
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/28b0832b2553ffb80cabef6a7a812ff1e670c0bc",
561
                "reference": "28b0832b2553ffb80cabef6a7a812ff1e670c0bc",
562
                "shasum": ""
563
            },
564
            "require": {
565
                "php": ">=5.5.9"
566
            },
567
            "require-dev": {
568
                "psr/log": "~1.0",
569
                "symfony/config": "~2.8|~3.0",
570
                "symfony/dependency-injection": "~2.8|~3.0",
571
                "symfony/expression-language": "~2.8|~3.0",
572
                "symfony/stopwatch": "~2.8|~3.0"
573
            },
574
            "suggest": {
575
                "symfony/dependency-injection": "",
576
                "symfony/http-kernel": ""
577
            },
578
            "type": "library",
579
            "extra": {
580
                "branch-alias": {
581
                    "dev-master": "3.1-dev"
582
                }
583
            },
584
            "autoload": {
585
                "psr-4": {
586
                    "Symfony\\Component\\EventDispatcher\\": ""
587
                },
588
                "exclude-from-classmap": [
589
                    "/Tests/"
590
                ]
591
            },
592
            "notification-url": "https://packagist.org/downloads/",
593
            "license": [
594
                "MIT"
595
            ],
596
            "authors": [
597
                {
598
                    "name": "Fabien Potencier",
599
                    "email": "[email protected]"
600
                },
601
                {
602
                    "name": "Symfony Community",
603
                    "homepage": "https://symfony.com/contributors"
604
                }
605
            ],
606
            "description": "Symfony EventDispatcher Component",
607
            "homepage": "https://symfony.com",
608
            "time": "2016-10-13 06:28:43"
609
        },
610
        {
611
            "name": "symfony/polyfill-mbstring",
612
            "version": "v1.2.0",
613
            "source": {
614
                "type": "git",
615
                "url": "https://github.com/symfony/polyfill-mbstring.git",
616
                "reference": "dff51f72b0706335131b00a7f49606168c582594"
617
            },
618
            "dist": {
619
                "type": "zip",
620
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/dff51f72b0706335131b00a7f49606168c582594",
621
                "reference": "dff51f72b0706335131b00a7f49606168c582594",
622
                "shasum": ""
623
            },
624
            "require": {
625
                "php": ">=5.3.3"
626
            },
627
            "suggest": {
628
                "ext-mbstring": "For best performance"
629
            },
630
            "type": "library",
631
            "extra": {
632
                "branch-alias": {
633
                    "dev-master": "1.2-dev"
634
                }
635
            },
636
            "autoload": {
637
                "psr-4": {
638
                    "Symfony\\Polyfill\\Mbstring\\": ""
639
                },
640
                "files": [
641
                    "bootstrap.php"
642
                ]
643
            },
644
            "notification-url": "https://packagist.org/downloads/",
645
            "license": [
646
                "MIT"
647
            ],
648
            "authors": [
649
                {
650
                    "name": "Nicolas Grekas",
651
                    "email": "[email protected]"
652
                },
653
                {
654
                    "name": "Symfony Community",
655
                    "homepage": "https://symfony.com/contributors"
656
                }
657
            ],
658
            "description": "Symfony polyfill for the Mbstring extension",
659
            "homepage": "https://symfony.com",
660
            "keywords": [
661
                "compatibility",
662
                "mbstring",
663
                "polyfill",
664
                "portable",
665
                "shim"
666
            ],
667
            "time": "2016-05-18 14:26:46"
668
        },
669
        {
670
            "name": "symfony/yaml",
671
            "version": "v3.1.6",
672
            "source": {
673
                "type": "git",
674
                "url": "https://github.com/symfony/yaml.git",
675
                "reference": "7ff51b06c6c3d5cc6686df69004a42c69df09e27"
676
            },
677
            "dist": {
678
                "type": "zip",
679
                "url": "https://api.github.com/repos/symfony/yaml/zipball/7ff51b06c6c3d5cc6686df69004a42c69df09e27",
680
                "reference": "7ff51b06c6c3d5cc6686df69004a42c69df09e27",
681
                "shasum": ""
682
            },
683
            "require": {
684
                "php": ">=5.5.9"
685
            },
686
            "type": "library",
687
            "extra": {
688
                "branch-alias": {
689
                    "dev-master": "3.1-dev"
690
                }
691
            },
692
            "autoload": {
693
                "psr-4": {
694
                    "Symfony\\Component\\Yaml\\": ""
695
                },
696
                "exclude-from-classmap": [
697
                    "/Tests/"
698
                ]
699
            },
700
            "notification-url": "https://packagist.org/downloads/",
701
            "license": [
702
                "MIT"
703
            ],
704
            "authors": [
705
                {
706
                    "name": "Fabien Potencier",
707
                    "email": "[email protected]"
708
                },
709
                {
710
                    "name": "Symfony Community",
711
                    "homepage": "https://symfony.com/contributors"
712
                }
713
            ],
714
            "description": "Symfony Yaml Component",
715
            "homepage": "https://symfony.com",
716
            "time": "2016-10-24 18:41:13"
717
        }
718
    ],
719
    "packages-dev": [
720
        {
721
            "name": "doctrine/instantiator",
722
            "version": "1.0.5",
723
            "source": {
724
                "type": "git",
725
                "url": "https://github.com/doctrine/instantiator.git",
726
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
727
            },
728
            "dist": {
729
                "type": "zip",
730
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
731
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
732
                "shasum": ""
733
            },
734
            "require": {
735
                "php": ">=5.3,<8.0-DEV"
736
            },
737
            "require-dev": {
738
                "athletic/athletic": "~0.1.8",
739
                "ext-pdo": "*",
740
                "ext-phar": "*",
741
                "phpunit/phpunit": "~4.0",
742
                "squizlabs/php_codesniffer": "~2.0"
743
            },
744
            "type": "library",
745
            "extra": {
746
                "branch-alias": {
747
                    "dev-master": "1.0.x-dev"
748
                }
749
            },
750
            "autoload": {
751
                "psr-4": {
752
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
753
                }
754
            },
755
            "notification-url": "https://packagist.org/downloads/",
756
            "license": [
757
                "MIT"
758
            ],
759
            "authors": [
760
                {
761
                    "name": "Marco Pivetta",
762
                    "email": "[email protected]",
763
                    "homepage": "http://ocramius.github.com/"
764
                }
765
            ],
766
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
767
            "homepage": "https://github.com/doctrine/instantiator",
768
            "keywords": [
769
                "constructor",
770
                "instantiate"
771
            ],
772
            "time": "2015-06-14 21:17:01"
773
        },
774
        {
775
            "name": "guzzle/guzzle",
776
            "version": "v3.8.1",
777
            "source": {
778
                "type": "git",
779
                "url": "https://github.com/guzzle/guzzle.git",
780
                "reference": "4de0618a01b34aa1c8c33a3f13f396dcd3882eba"
781
            },
782
            "dist": {
783
                "type": "zip",
784
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/4de0618a01b34aa1c8c33a3f13f396dcd3882eba",
785
                "reference": "4de0618a01b34aa1c8c33a3f13f396dcd3882eba",
786
                "shasum": ""
787
            },
788
            "require": {
789
                "ext-curl": "*",
790
                "php": ">=5.3.3",
791
                "symfony/event-dispatcher": ">=2.1"
792
            },
793
            "replace": {
794
                "guzzle/batch": "self.version",
795
                "guzzle/cache": "self.version",
796
                "guzzle/common": "self.version",
797
                "guzzle/http": "self.version",
798
                "guzzle/inflection": "self.version",
799
                "guzzle/iterator": "self.version",
800
                "guzzle/log": "self.version",
801
                "guzzle/parser": "self.version",
802
                "guzzle/plugin": "self.version",
803
                "guzzle/plugin-async": "self.version",
804
                "guzzle/plugin-backoff": "self.version",
805
                "guzzle/plugin-cache": "self.version",
806
                "guzzle/plugin-cookie": "self.version",
807
                "guzzle/plugin-curlauth": "self.version",
808
                "guzzle/plugin-error-response": "self.version",
809
                "guzzle/plugin-history": "self.version",
810
                "guzzle/plugin-log": "self.version",
811
                "guzzle/plugin-md5": "self.version",
812
                "guzzle/plugin-mock": "self.version",
813
                "guzzle/plugin-oauth": "self.version",
814
                "guzzle/service": "self.version",
815
                "guzzle/stream": "self.version"
816
            },
817
            "require-dev": {
818
                "doctrine/cache": "*",
819
                "monolog/monolog": "1.*",
820
                "phpunit/phpunit": "3.7.*",
821
                "psr/log": "1.0.*",
822
                "symfony/class-loader": "*",
823
                "zendframework/zend-cache": "<2.3",
824
                "zendframework/zend-log": "<2.3"
825
            },
826
            "type": "library",
827
            "extra": {
828
                "branch-alias": {
829
                    "dev-master": "3.8-dev"
830
                }
831
            },
832
            "autoload": {
833
                "psr-0": {
834
                    "Guzzle": "src/",
835
                    "Guzzle\\Tests": "tests/"
836
                }
837
            },
838
            "notification-url": "https://packagist.org/downloads/",
839
            "license": [
840
                "MIT"
841
            ],
842
            "authors": [
843
                {
844
                    "name": "Michael Dowling",
845
                    "email": "[email protected]",
846
                    "homepage": "https://github.com/mtdowling"
847
                },
848
                {
849
                    "name": "Guzzle Community",
850
                    "homepage": "https://github.com/guzzle/guzzle/contributors"
851
                }
852
            ],
853
            "description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients",
854
            "homepage": "http://guzzlephp.org/",
855
            "keywords": [
856
                "client",
857
                "curl",
858
                "framework",
859
                "http",
860
                "http client",
861
                "rest",
862
                "web service"
863
            ],
864
            "abandoned": "guzzlehttp/guzzle",
865
            "time": "2014-01-28 22:29:15"
866
        },
867
        {
868
            "name": "myclabs/deep-copy",
869
            "version": "1.5.4",
870
            "source": {
871
                "type": "git",
872
                "url": "https://github.com/myclabs/DeepCopy.git",
873
                "reference": "ea74994a3dc7f8d2f65a06009348f2d63c81e61f"
874
            },
875
            "dist": {
876
                "type": "zip",
877
                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/ea74994a3dc7f8d2f65a06009348f2d63c81e61f",
878
                "reference": "ea74994a3dc7f8d2f65a06009348f2d63c81e61f",
879
                "shasum": ""
880
            },
881
            "require": {
882
                "php": ">=5.4.0"
883
            },
884
            "require-dev": {
885
                "doctrine/collections": "1.*",
886
                "phpunit/phpunit": "~4.1"
887
            },
888
            "type": "library",
889
            "autoload": {
890
                "psr-4": {
891
                    "DeepCopy\\": "src/DeepCopy/"
892
                }
893
            },
894
            "notification-url": "https://packagist.org/downloads/",
895
            "license": [
896
                "MIT"
897
            ],
898
            "description": "Create deep copies (clones) of your objects",
899
            "homepage": "https://github.com/myclabs/DeepCopy",
900
            "keywords": [
901
                "clone",
902
                "copy",
903
                "duplicate",
904
                "object",
905
                "object graph"
906
            ],
907
            "time": "2016-09-16 13:37:59"
908
        },
909
        {
910
            "name": "phpdocumentor/reflection-common",
911
            "version": "1.0",
912
            "source": {
913
                "type": "git",
914
                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
915
                "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c"
916
            },
917
            "dist": {
918
                "type": "zip",
919
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
920
                "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
921
                "shasum": ""
922
            },
923
            "require": {
924
                "php": ">=5.5"
925
            },
926
            "require-dev": {
927
                "phpunit/phpunit": "^4.6"
928
            },
929
            "type": "library",
930
            "extra": {
931
                "branch-alias": {
932
                    "dev-master": "1.0.x-dev"
933
                }
934
            },
935
            "autoload": {
936
                "psr-4": {
937
                    "phpDocumentor\\Reflection\\": [
938
                        "src"
939
                    ]
940
                }
941
            },
942
            "notification-url": "https://packagist.org/downloads/",
943
            "license": [
944
                "MIT"
945
            ],
946
            "authors": [
947
                {
948
                    "name": "Jaap van Otterdijk",
949
                    "email": "[email protected]"
950
                }
951
            ],
952
            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
953
            "homepage": "http://www.phpdoc.org",
954
            "keywords": [
955
                "FQSEN",
956
                "phpDocumentor",
957
                "phpdoc",
958
                "reflection",
959
                "static analysis"
960
            ],
961
            "time": "2015-12-27 11:43:31"
962
        },
963
        {
964
            "name": "phpdocumentor/reflection-docblock",
965
            "version": "3.1.1",
966
            "source": {
967
                "type": "git",
968
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
969
                "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e"
970
            },
971
            "dist": {
972
                "type": "zip",
973
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/8331b5efe816ae05461b7ca1e721c01b46bafb3e",
974
                "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e",
975
                "shasum": ""
976
            },
977
            "require": {
978
                "php": ">=5.5",
979
                "phpdocumentor/reflection-common": "^1.0@dev",
980
                "phpdocumentor/type-resolver": "^0.2.0",
981
                "webmozart/assert": "^1.0"
982
            },
983
            "require-dev": {
984
                "mockery/mockery": "^0.9.4",
985
                "phpunit/phpunit": "^4.4"
986
            },
987
            "type": "library",
988
            "autoload": {
989
                "psr-4": {
990
                    "phpDocumentor\\Reflection\\": [
991
                        "src/"
992
                    ]
993
                }
994
            },
995
            "notification-url": "https://packagist.org/downloads/",
996
            "license": [
997
                "MIT"
998
            ],
999
            "authors": [
1000
                {
1001
                    "name": "Mike van Riel",
1002
                    "email": "[email protected]"
1003
                }
1004
            ],
1005
            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
1006
            "time": "2016-09-30 07:12:33"
1007
        },
1008
        {
1009
            "name": "phpdocumentor/type-resolver",
1010
            "version": "0.2",
1011
            "source": {
1012
                "type": "git",
1013
                "url": "https://github.com/phpDocumentor/TypeResolver.git",
1014
                "reference": "b39c7a5b194f9ed7bd0dd345c751007a41862443"
1015
            },
1016
            "dist": {
1017
                "type": "zip",
1018
                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/b39c7a5b194f9ed7bd0dd345c751007a41862443",
1019
                "reference": "b39c7a5b194f9ed7bd0dd345c751007a41862443",
1020
                "shasum": ""
1021
            },
1022
            "require": {
1023
                "php": ">=5.5",
1024
                "phpdocumentor/reflection-common": "^1.0"
1025
            },
1026
            "require-dev": {
1027
                "mockery/mockery": "^0.9.4",
1028
                "phpunit/phpunit": "^5.2||^4.8.24"
1029
            },
1030
            "type": "library",
1031
            "extra": {
1032
                "branch-alias": {
1033
                    "dev-master": "1.0.x-dev"
1034
                }
1035
            },
1036
            "autoload": {
1037
                "psr-4": {
1038
                    "phpDocumentor\\Reflection\\": [
1039
                        "src/"
1040
                    ]
1041
                }
1042
            },
1043
            "notification-url": "https://packagist.org/downloads/",
1044
            "license": [
1045
                "MIT"
1046
            ],
1047
            "authors": [
1048
                {
1049
                    "name": "Mike van Riel",
1050
                    "email": "[email protected]"
1051
                }
1052
            ],
1053
            "time": "2016-06-10 07:14:17"
1054
        },
1055
        {
1056
            "name": "phpspec/prophecy",
1057
            "version": "v1.6.1",
1058
            "source": {
1059
                "type": "git",
1060
                "url": "https://github.com/phpspec/prophecy.git",
1061
                "reference": "58a8137754bc24b25740d4281399a4a3596058e0"
1062
            },
1063
            "dist": {
1064
                "type": "zip",
1065
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/58a8137754bc24b25740d4281399a4a3596058e0",
1066
                "reference": "58a8137754bc24b25740d4281399a4a3596058e0",
1067
                "shasum": ""
1068
            },
1069
            "require": {
1070
                "doctrine/instantiator": "^1.0.2",
1071
                "php": "^5.3|^7.0",
1072
                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2",
1073
                "sebastian/comparator": "^1.1",
1074
                "sebastian/recursion-context": "^1.0"
1075
            },
1076
            "require-dev": {
1077
                "phpspec/phpspec": "^2.0"
1078
            },
1079
            "type": "library",
1080
            "extra": {
1081
                "branch-alias": {
1082
                    "dev-master": "1.6.x-dev"
1083
                }
1084
            },
1085
            "autoload": {
1086
                "psr-0": {
1087
                    "Prophecy\\": "src/"
1088
                }
1089
            },
1090
            "notification-url": "https://packagist.org/downloads/",
1091
            "license": [
1092
                "MIT"
1093
            ],
1094
            "authors": [
1095
                {
1096
                    "name": "Konstantin Kudryashov",
1097
                    "email": "[email protected]",
1098
                    "homepage": "http://everzet.com"
1099
                },
1100
                {
1101
                    "name": "Marcello Duarte",
1102
                    "email": "[email protected]"
1103
                }
1104
            ],
1105
            "description": "Highly opinionated mocking framework for PHP 5.3+",
1106
            "homepage": "https://github.com/phpspec/prophecy",
1107
            "keywords": [
1108
                "Double",
1109
                "Dummy",
1110
                "fake",
1111
                "mock",
1112
                "spy",
1113
                "stub"
1114
            ],
1115
            "time": "2016-06-07 08:13:47"
1116
        },
1117
        {
1118
            "name": "phpunit/php-code-coverage",
1119
            "version": "3.3.3",
1120
            "source": {
1121
                "type": "git",
1122
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
1123
                "reference": "44cd8e3930e431658d1a5de7d282d5cb37837fd5"
1124
            },
1125
            "dist": {
1126
                "type": "zip",
1127
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/44cd8e3930e431658d1a5de7d282d5cb37837fd5",
1128
                "reference": "44cd8e3930e431658d1a5de7d282d5cb37837fd5",
1129
                "shasum": ""
1130
            },
1131
            "require": {
1132
                "php": "^5.6 || ^7.0",
1133
                "phpunit/php-file-iterator": "~1.3",
1134
                "phpunit/php-text-template": "~1.2",
1135
                "phpunit/php-token-stream": "^1.4.2",
1136
                "sebastian/code-unit-reverse-lookup": "~1.0",
1137
                "sebastian/environment": "^1.3.2",
1138
                "sebastian/version": "~1.0|~2.0"
1139
            },
1140
            "require-dev": {
1141
                "ext-xdebug": ">=2.1.4",
1142
                "phpunit/phpunit": "~5"
1143
            },
1144
            "suggest": {
1145
                "ext-dom": "*",
1146
                "ext-xdebug": ">=2.4.0",
1147
                "ext-xmlwriter": "*"
1148
            },
1149
            "type": "library",
1150
            "extra": {
1151
                "branch-alias": {
1152
                    "dev-master": "3.3.x-dev"
1153
                }
1154
            },
1155
            "autoload": {
1156
                "classmap": [
1157
                    "src/"
1158
                ]
1159
            },
1160
            "notification-url": "https://packagist.org/downloads/",
1161
            "license": [
1162
                "BSD-3-Clause"
1163
            ],
1164
            "authors": [
1165
                {
1166
                    "name": "Sebastian Bergmann",
1167
                    "email": "[email protected]",
1168
                    "role": "lead"
1169
                }
1170
            ],
1171
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
1172
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
1173
            "keywords": [
1174
                "coverage",
1175
                "testing",
1176
                "xunit"
1177
            ],
1178
            "time": "2016-05-27 16:24:29"
1179
        },
1180
        {
1181
            "name": "phpunit/php-file-iterator",
1182
            "version": "1.4.1",
1183
            "source": {
1184
                "type": "git",
1185
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
1186
                "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0"
1187
            },
1188
            "dist": {
1189
                "type": "zip",
1190
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
1191
                "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
1192
                "shasum": ""
1193
            },
1194
            "require": {
1195
                "php": ">=5.3.3"
1196
            },
1197
            "type": "library",
1198
            "extra": {
1199
                "branch-alias": {
1200
                    "dev-master": "1.4.x-dev"
1201
                }
1202
            },
1203
            "autoload": {
1204
                "classmap": [
1205
                    "src/"
1206
                ]
1207
            },
1208
            "notification-url": "https://packagist.org/downloads/",
1209
            "license": [
1210
                "BSD-3-Clause"
1211
            ],
1212
            "authors": [
1213
                {
1214
                    "name": "Sebastian Bergmann",
1215
                    "email": "[email protected]",
1216
                    "role": "lead"
1217
                }
1218
            ],
1219
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
1220
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
1221
            "keywords": [
1222
                "filesystem",
1223
                "iterator"
1224
            ],
1225
            "time": "2015-06-21 13:08:43"
1226
        },
1227
        {
1228
            "name": "phpunit/php-text-template",
1229
            "version": "1.2.1",
1230
            "source": {
1231
                "type": "git",
1232
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
1233
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
1234
            },
1235
            "dist": {
1236
                "type": "zip",
1237
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
1238
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
1239
                "shasum": ""
1240
            },
1241
            "require": {
1242
                "php": ">=5.3.3"
1243
            },
1244
            "type": "library",
1245
            "autoload": {
1246
                "classmap": [
1247
                    "src/"
1248
                ]
1249
            },
1250
            "notification-url": "https://packagist.org/downloads/",
1251
            "license": [
1252
                "BSD-3-Clause"
1253
            ],
1254
            "authors": [
1255
                {
1256
                    "name": "Sebastian Bergmann",
1257
                    "email": "[email protected]",
1258
                    "role": "lead"
1259
                }
1260
            ],
1261
            "description": "Simple template engine.",
1262
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
1263
            "keywords": [
1264
                "template"
1265
            ],
1266
            "time": "2015-06-21 13:50:34"
1267
        },
1268
        {
1269
            "name": "phpunit/php-timer",
1270
            "version": "1.0.8",
1271
            "source": {
1272
                "type": "git",
1273
                "url": "https://github.com/sebastianbergmann/php-timer.git",
1274
                "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260"
1275
            },
1276
            "dist": {
1277
                "type": "zip",
1278
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/38e9124049cf1a164f1e4537caf19c99bf1eb260",
1279
                "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260",
1280
                "shasum": ""
1281
            },
1282
            "require": {
1283
                "php": ">=5.3.3"
1284
            },
1285
            "require-dev": {
1286
                "phpunit/phpunit": "~4|~5"
1287
            },
1288
            "type": "library",
1289
            "autoload": {
1290
                "classmap": [
1291
                    "src/"
1292
                ]
1293
            },
1294
            "notification-url": "https://packagist.org/downloads/",
1295
            "license": [
1296
                "BSD-3-Clause"
1297
            ],
1298
            "authors": [
1299
                {
1300
                    "name": "Sebastian Bergmann",
1301
                    "email": "[email protected]",
1302
                    "role": "lead"
1303
                }
1304
            ],
1305
            "description": "Utility class for timing",
1306
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
1307
            "keywords": [
1308
                "timer"
1309
            ],
1310
            "time": "2016-05-12 18:03:57"
1311
        },
1312
        {
1313
            "name": "phpunit/php-token-stream",
1314
            "version": "1.4.8",
1315
            "source": {
1316
                "type": "git",
1317
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
1318
                "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da"
1319
            },
1320
            "dist": {
1321
                "type": "zip",
1322
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
1323
                "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
1324
                "shasum": ""
1325
            },
1326
            "require": {
1327
                "ext-tokenizer": "*",
1328
                "php": ">=5.3.3"
1329
            },
1330
            "require-dev": {
1331
                "phpunit/phpunit": "~4.2"
1332
            },
1333
            "type": "library",
1334
            "extra": {
1335
                "branch-alias": {
1336
                    "dev-master": "1.4-dev"
1337
                }
1338
            },
1339
            "autoload": {
1340
                "classmap": [
1341
                    "src/"
1342
                ]
1343
            },
1344
            "notification-url": "https://packagist.org/downloads/",
1345
            "license": [
1346
                "BSD-3-Clause"
1347
            ],
1348
            "authors": [
1349
                {
1350
                    "name": "Sebastian Bergmann",
1351
                    "email": "[email protected]"
1352
                }
1353
            ],
1354
            "description": "Wrapper around PHP's tokenizer extension.",
1355
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
1356
            "keywords": [
1357
                "tokenizer"
1358
            ],
1359
            "time": "2015-09-15 10:49:45"
1360
        },
1361
        {
1362
            "name": "phpunit/phpunit",
1363
            "version": "5.3.5",
1364
            "source": {
1365
                "type": "git",
1366
                "url": "https://github.com/sebastianbergmann/phpunit.git",
1367
                "reference": "08c513bfcab57f3dd72f5214c1c3940439fae7fe"
1368
            },
1369
            "dist": {
1370
                "type": "zip",
1371
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/08c513bfcab57f3dd72f5214c1c3940439fae7fe",
1372
                "reference": "08c513bfcab57f3dd72f5214c1c3940439fae7fe",
1373
                "shasum": ""
1374
            },
1375
            "require": {
1376
                "ext-dom": "*",
1377
                "ext-json": "*",
1378
                "ext-pcre": "*",
1379
                "ext-reflection": "*",
1380
                "ext-spl": "*",
1381
                "myclabs/deep-copy": "~1.3",
1382
                "php": "^5.6 || ^7.0",
1383
                "phpspec/prophecy": "^1.3.1",
1384
                "phpunit/php-code-coverage": ">=3.3.0,<4.0.0",
1385
                "phpunit/php-file-iterator": "~1.4",
1386
                "phpunit/php-text-template": "~1.2",
1387
                "phpunit/php-timer": "^1.0.6",
1388
                "phpunit/phpunit-mock-objects": ">=3.1.0,<3.2.0",
1389
                "sebastian/comparator": "~1.1",
1390
                "sebastian/diff": "~1.2",
1391
                "sebastian/environment": "~1.3",
1392
                "sebastian/exporter": "~1.2",
1393
                "sebastian/global-state": "~1.0",
1394
                "sebastian/object-enumerator": "~1.0",
1395
                "sebastian/resource-operations": "~1.0",
1396
                "sebastian/version": "~1.0|~2.0",
1397
                "symfony/yaml": "~2.1|~3.0"
1398
            },
1399
            "suggest": {
1400
                "phpunit/php-invoker": "~1.1"
1401
            },
1402
            "bin": [
1403
                "phpunit"
1404
            ],
1405
            "type": "library",
1406
            "extra": {
1407
                "branch-alias": {
1408
                    "dev-master": "5.3.x-dev"
1409
                }
1410
            },
1411
            "autoload": {
1412
                "classmap": [
1413
                    "src/"
1414
                ]
1415
            },
1416
            "notification-url": "https://packagist.org/downloads/",
1417
            "license": [
1418
                "BSD-3-Clause"
1419
            ],
1420
            "authors": [
1421
                {
1422
                    "name": "Sebastian Bergmann",
1423
                    "email": "[email protected]",
1424
                    "role": "lead"
1425
                }
1426
            ],
1427
            "description": "The PHP Unit Testing framework.",
1428
            "homepage": "https://phpunit.de/",
1429
            "keywords": [
1430
                "phpunit",
1431
                "testing",
1432
                "xunit"
1433
            ],
1434
            "time": "2016-06-03 09:42:56"
1435
        },
1436
        {
1437
            "name": "phpunit/phpunit-mock-objects",
1438
            "version": "3.1.3",
1439
            "source": {
1440
                "type": "git",
1441
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
1442
                "reference": "151c96874bff6fe61a25039df60e776613a61489"
1443
            },
1444
            "dist": {
1445
                "type": "zip",
1446
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/151c96874bff6fe61a25039df60e776613a61489",
1447
                "reference": "151c96874bff6fe61a25039df60e776613a61489",
1448
                "shasum": ""
1449
            },
1450
            "require": {
1451
                "doctrine/instantiator": "^1.0.2",
1452
                "php": ">=5.6",
1453
                "phpunit/php-text-template": "~1.2",
1454
                "sebastian/exporter": "~1.2"
1455
            },
1456
            "require-dev": {
1457
                "phpunit/phpunit": "~5"
1458
            },
1459
            "suggest": {
1460
                "ext-soap": "*"
1461
            },
1462
            "type": "library",
1463
            "extra": {
1464
                "branch-alias": {
1465
                    "dev-master": "3.1.x-dev"
1466
                }
1467
            },
1468
            "autoload": {
1469
                "classmap": [
1470
                    "src/"
1471
                ]
1472
            },
1473
            "notification-url": "https://packagist.org/downloads/",
1474
            "license": [
1475
                "BSD-3-Clause"
1476
            ],
1477
            "authors": [
1478
                {
1479
                    "name": "Sebastian Bergmann",
1480
                    "email": "[email protected]",
1481
                    "role": "lead"
1482
                }
1483
            ],
1484
            "description": "Mock Object library for PHPUnit",
1485
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
1486
            "keywords": [
1487
                "mock",
1488
                "xunit"
1489
            ],
1490
            "time": "2016-04-20 14:39:26"
1491
        },
1492
        {
1493
            "name": "satooshi/php-coveralls",
1494
            "version": "v1.0.1",
1495
            "source": {
1496
                "type": "git",
1497
                "url": "https://github.com/satooshi/php-coveralls.git",
1498
                "reference": "da51d304fe8622bf9a6da39a8446e7afd432115c"
1499
            },
1500
            "dist": {
1501
                "type": "zip",
1502
                "url": "https://api.github.com/repos/satooshi/php-coveralls/zipball/da51d304fe8622bf9a6da39a8446e7afd432115c",
1503
                "reference": "da51d304fe8622bf9a6da39a8446e7afd432115c",
1504
                "shasum": ""
1505
            },
1506
            "require": {
1507
                "ext-json": "*",
1508
                "ext-simplexml": "*",
1509
                "guzzle/guzzle": "^2.8|^3.0",
1510
                "php": ">=5.3.3",
1511
                "psr/log": "^1.0",
1512
                "symfony/config": "^2.1|^3.0",
1513
                "symfony/console": "^2.1|^3.0",
1514
                "symfony/stopwatch": "^2.0|^3.0",
1515
                "symfony/yaml": "^2.0|^3.0"
1516
            },
1517
            "suggest": {
1518
                "symfony/http-kernel": "Allows Symfony integration"
1519
            },
1520
            "bin": [
1521
                "bin/coveralls"
1522
            ],
1523
            "type": "library",
1524
            "autoload": {
1525
                "psr-4": {
1526
                    "Satooshi\\": "src/Satooshi/"
1527
                }
1528
            },
1529
            "notification-url": "https://packagist.org/downloads/",
1530
            "license": [
1531
                "MIT"
1532
            ],
1533
            "authors": [
1534
                {
1535
                    "name": "Kitamura Satoshi",
1536
                    "email": "[email protected]",
1537
                    "homepage": "https://www.facebook.com/satooshi.jp"
1538
                }
1539
            ],
1540
            "description": "PHP client library for Coveralls API",
1541
            "homepage": "https://github.com/satooshi/php-coveralls",
1542
            "keywords": [
1543
                "ci",
1544
                "coverage",
1545
                "github",
1546
                "test"
1547
            ],
1548
            "time": "2016-01-20 17:35:46"
1549
        },
1550
        {
1551
            "name": "sebastian/code-unit-reverse-lookup",
1552
            "version": "1.0.0",
1553
            "source": {
1554
                "type": "git",
1555
                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
1556
                "reference": "c36f5e7cfce482fde5bf8d10d41a53591e0198fe"
1557
            },
1558
            "dist": {
1559
                "type": "zip",
1560
                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/c36f5e7cfce482fde5bf8d10d41a53591e0198fe",
1561
                "reference": "c36f5e7cfce482fde5bf8d10d41a53591e0198fe",
1562
                "shasum": ""
1563
            },
1564
            "require": {
1565
                "php": ">=5.6"
1566
            },
1567
            "require-dev": {
1568
                "phpunit/phpunit": "~5"
1569
            },
1570
            "type": "library",
1571
            "extra": {
1572
                "branch-alias": {
1573
                    "dev-master": "1.0.x-dev"
1574
                }
1575
            },
1576
            "autoload": {
1577
                "classmap": [
1578
                    "src/"
1579
                ]
1580
            },
1581
            "notification-url": "https://packagist.org/downloads/",
1582
            "license": [
1583
                "BSD-3-Clause"
1584
            ],
1585
            "authors": [
1586
                {
1587
                    "name": "Sebastian Bergmann",
1588
                    "email": "[email protected]"
1589
                }
1590
            ],
1591
            "description": "Looks up which function or method a line of code belongs to",
1592
            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
1593
            "time": "2016-02-13 06:45:14"
1594
        },
1595
        {
1596
            "name": "sebastian/comparator",
1597
            "version": "1.2.0",
1598
            "source": {
1599
                "type": "git",
1600
                "url": "https://github.com/sebastianbergmann/comparator.git",
1601
                "reference": "937efb279bd37a375bcadf584dec0726f84dbf22"
1602
            },
1603
            "dist": {
1604
                "type": "zip",
1605
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22",
1606
                "reference": "937efb279bd37a375bcadf584dec0726f84dbf22",
1607
                "shasum": ""
1608
            },
1609
            "require": {
1610
                "php": ">=5.3.3",
1611
                "sebastian/diff": "~1.2",
1612
                "sebastian/exporter": "~1.2"
1613
            },
1614
            "require-dev": {
1615
                "phpunit/phpunit": "~4.4"
1616
            },
1617
            "type": "library",
1618
            "extra": {
1619
                "branch-alias": {
1620
                    "dev-master": "1.2.x-dev"
1621
                }
1622
            },
1623
            "autoload": {
1624
                "classmap": [
1625
                    "src/"
1626
                ]
1627
            },
1628
            "notification-url": "https://packagist.org/downloads/",
1629
            "license": [
1630
                "BSD-3-Clause"
1631
            ],
1632
            "authors": [
1633
                {
1634
                    "name": "Jeff Welch",
1635
                    "email": "[email protected]"
1636
                },
1637
                {
1638
                    "name": "Volker Dusch",
1639
                    "email": "[email protected]"
1640
                },
1641
                {
1642
                    "name": "Bernhard Schussek",
1643
                    "email": "[email protected]"
1644
                },
1645
                {
1646
                    "name": "Sebastian Bergmann",
1647
                    "email": "[email protected]"
1648
                }
1649
            ],
1650
            "description": "Provides the functionality to compare PHP values for equality",
1651
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
1652
            "keywords": [
1653
                "comparator",
1654
                "compare",
1655
                "equality"
1656
            ],
1657
            "time": "2015-07-26 15:48:44"
1658
        },
1659
        {
1660
            "name": "sebastian/diff",
1661
            "version": "1.4.1",
1662
            "source": {
1663
                "type": "git",
1664
                "url": "https://github.com/sebastianbergmann/diff.git",
1665
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
1666
            },
1667
            "dist": {
1668
                "type": "zip",
1669
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
1670
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
1671
                "shasum": ""
1672
            },
1673
            "require": {
1674
                "php": ">=5.3.3"
1675
            },
1676
            "require-dev": {
1677
                "phpunit/phpunit": "~4.8"
1678
            },
1679
            "type": "library",
1680
            "extra": {
1681
                "branch-alias": {
1682
                    "dev-master": "1.4-dev"
1683
                }
1684
            },
1685
            "autoload": {
1686
                "classmap": [
1687
                    "src/"
1688
                ]
1689
            },
1690
            "notification-url": "https://packagist.org/downloads/",
1691
            "license": [
1692
                "BSD-3-Clause"
1693
            ],
1694
            "authors": [
1695
                {
1696
                    "name": "Kore Nordmann",
1697
                    "email": "[email protected]"
1698
                },
1699
                {
1700
                    "name": "Sebastian Bergmann",
1701
                    "email": "[email protected]"
1702
                }
1703
            ],
1704
            "description": "Diff implementation",
1705
            "homepage": "https://github.com/sebastianbergmann/diff",
1706
            "keywords": [
1707
                "diff"
1708
            ],
1709
            "time": "2015-12-08 07:14:41"
1710
        },
1711
        {
1712
            "name": "sebastian/environment",
1713
            "version": "1.3.8",
1714
            "source": {
1715
                "type": "git",
1716
                "url": "https://github.com/sebastianbergmann/environment.git",
1717
                "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea"
1718
            },
1719
            "dist": {
1720
                "type": "zip",
1721
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/be2c607e43ce4c89ecd60e75c6a85c126e754aea",
1722
                "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea",
1723
                "shasum": ""
1724
            },
1725
            "require": {
1726
                "php": "^5.3.3 || ^7.0"
1727
            },
1728
            "require-dev": {
1729
                "phpunit/phpunit": "^4.8 || ^5.0"
1730
            },
1731
            "type": "library",
1732
            "extra": {
1733
                "branch-alias": {
1734
                    "dev-master": "1.3.x-dev"
1735
                }
1736
            },
1737
            "autoload": {
1738
                "classmap": [
1739
                    "src/"
1740
                ]
1741
            },
1742
            "notification-url": "https://packagist.org/downloads/",
1743
            "license": [
1744
                "BSD-3-Clause"
1745
            ],
1746
            "authors": [
1747
                {
1748
                    "name": "Sebastian Bergmann",
1749
                    "email": "[email protected]"
1750
                }
1751
            ],
1752
            "description": "Provides functionality to handle HHVM/PHP environments",
1753
            "homepage": "http://www.github.com/sebastianbergmann/environment",
1754
            "keywords": [
1755
                "Xdebug",
1756
                "environment",
1757
                "hhvm"
1758
            ],
1759
            "time": "2016-08-18 05:49:44"
1760
        },
1761
        {
1762
            "name": "sebastian/exporter",
1763
            "version": "1.2.2",
1764
            "source": {
1765
                "type": "git",
1766
                "url": "https://github.com/sebastianbergmann/exporter.git",
1767
                "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4"
1768
            },
1769
            "dist": {
1770
                "type": "zip",
1771
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4",
1772
                "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4",
1773
                "shasum": ""
1774
            },
1775
            "require": {
1776
                "php": ">=5.3.3",
1777
                "sebastian/recursion-context": "~1.0"
1778
            },
1779
            "require-dev": {
1780
                "ext-mbstring": "*",
1781
                "phpunit/phpunit": "~4.4"
1782
            },
1783
            "type": "library",
1784
            "extra": {
1785
                "branch-alias": {
1786
                    "dev-master": "1.3.x-dev"
1787
                }
1788
            },
1789
            "autoload": {
1790
                "classmap": [
1791
                    "src/"
1792
                ]
1793
            },
1794
            "notification-url": "https://packagist.org/downloads/",
1795
            "license": [
1796
                "BSD-3-Clause"
1797
            ],
1798
            "authors": [
1799
                {
1800
                    "name": "Jeff Welch",
1801
                    "email": "[email protected]"
1802
                },
1803
                {
1804
                    "name": "Volker Dusch",
1805
                    "email": "[email protected]"
1806
                },
1807
                {
1808
                    "name": "Bernhard Schussek",
1809
                    "email": "[email protected]"
1810
                },
1811
                {
1812
                    "name": "Sebastian Bergmann",
1813
                    "email": "[email protected]"
1814
                },
1815
                {
1816
                    "name": "Adam Harvey",
1817
                    "email": "[email protected]"
1818
                }
1819
            ],
1820
            "description": "Provides the functionality to export PHP variables for visualization",
1821
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
1822
            "keywords": [
1823
                "export",
1824
                "exporter"
1825
            ],
1826
            "time": "2016-06-17 09:04:28"
1827
        },
1828
        {
1829
            "name": "sebastian/global-state",
1830
            "version": "1.1.1",
1831
            "source": {
1832
                "type": "git",
1833
                "url": "https://github.com/sebastianbergmann/global-state.git",
1834
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
1835
            },
1836
            "dist": {
1837
                "type": "zip",
1838
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
1839
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
1840
                "shasum": ""
1841
            },
1842
            "require": {
1843
                "php": ">=5.3.3"
1844
            },
1845
            "require-dev": {
1846
                "phpunit/phpunit": "~4.2"
1847
            },
1848
            "suggest": {
1849
                "ext-uopz": "*"
1850
            },
1851
            "type": "library",
1852
            "extra": {
1853
                "branch-alias": {
1854
                    "dev-master": "1.0-dev"
1855
                }
1856
            },
1857
            "autoload": {
1858
                "classmap": [
1859
                    "src/"
1860
                ]
1861
            },
1862
            "notification-url": "https://packagist.org/downloads/",
1863
            "license": [
1864
                "BSD-3-Clause"
1865
            ],
1866
            "authors": [
1867
                {
1868
                    "name": "Sebastian Bergmann",
1869
                    "email": "[email protected]"
1870
                }
1871
            ],
1872
            "description": "Snapshotting of global state",
1873
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
1874
            "keywords": [
1875
                "global state"
1876
            ],
1877
            "time": "2015-10-12 03:26:01"
1878
        },
1879
        {
1880
            "name": "sebastian/object-enumerator",
1881
            "version": "1.0.0",
1882
            "source": {
1883
                "type": "git",
1884
                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
1885
                "reference": "d4ca2fb70344987502567bc50081c03e6192fb26"
1886
            },
1887
            "dist": {
1888
                "type": "zip",
1889
                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/d4ca2fb70344987502567bc50081c03e6192fb26",
1890
                "reference": "d4ca2fb70344987502567bc50081c03e6192fb26",
1891
                "shasum": ""
1892
            },
1893
            "require": {
1894
                "php": ">=5.6",
1895
                "sebastian/recursion-context": "~1.0"
1896
            },
1897
            "require-dev": {
1898
                "phpunit/phpunit": "~5"
1899
            },
1900
            "type": "library",
1901
            "extra": {
1902
                "branch-alias": {
1903
                    "dev-master": "1.0.x-dev"
1904
                }
1905
            },
1906
            "autoload": {
1907
                "classmap": [
1908
                    "src/"
1909
                ]
1910
            },
1911
            "notification-url": "https://packagist.org/downloads/",
1912
            "license": [
1913
                "BSD-3-Clause"
1914
            ],
1915
            "authors": [
1916
                {
1917
                    "name": "Sebastian Bergmann",
1918
                    "email": "[email protected]"
1919
                }
1920
            ],
1921
            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
1922
            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
1923
            "time": "2016-01-28 13:25:10"
1924
        },
1925
        {
1926
            "name": "sebastian/recursion-context",
1927
            "version": "1.0.2",
1928
            "source": {
1929
                "type": "git",
1930
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
1931
                "reference": "913401df809e99e4f47b27cdd781f4a258d58791"
1932
            },
1933
            "dist": {
1934
                "type": "zip",
1935
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/913401df809e99e4f47b27cdd781f4a258d58791",
1936
                "reference": "913401df809e99e4f47b27cdd781f4a258d58791",
1937
                "shasum": ""
1938
            },
1939
            "require": {
1940
                "php": ">=5.3.3"
1941
            },
1942
            "require-dev": {
1943
                "phpunit/phpunit": "~4.4"
1944
            },
1945
            "type": "library",
1946
            "extra": {
1947
                "branch-alias": {
1948
                    "dev-master": "1.0.x-dev"
1949
                }
1950
            },
1951
            "autoload": {
1952
                "classmap": [
1953
                    "src/"
1954
                ]
1955
            },
1956
            "notification-url": "https://packagist.org/downloads/",
1957
            "license": [
1958
                "BSD-3-Clause"
1959
            ],
1960
            "authors": [
1961
                {
1962
                    "name": "Jeff Welch",
1963
                    "email": "[email protected]"
1964
                },
1965
                {
1966
                    "name": "Sebastian Bergmann",
1967
                    "email": "[email protected]"
1968
                },
1969
                {
1970
                    "name": "Adam Harvey",
1971
                    "email": "[email protected]"
1972
                }
1973
            ],
1974
            "description": "Provides functionality to recursively process PHP variables",
1975
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
1976
            "time": "2015-11-11 19:50:13"
1977
        },
1978
        {
1979
            "name": "sebastian/resource-operations",
1980
            "version": "1.0.0",
1981
            "source": {
1982
                "type": "git",
1983
                "url": "https://github.com/sebastianbergmann/resource-operations.git",
1984
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
1985
            },
1986
            "dist": {
1987
                "type": "zip",
1988
                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
1989
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
1990
                "shasum": ""
1991
            },
1992
            "require": {
1993
                "php": ">=5.6.0"
1994
            },
1995
            "type": "library",
1996
            "extra": {
1997
                "branch-alias": {
1998
                    "dev-master": "1.0.x-dev"
1999
                }
2000
            },
2001
            "autoload": {
2002
                "classmap": [
2003
                    "src/"
2004
                ]
2005
            },
2006
            "notification-url": "https://packagist.org/downloads/",
2007
            "license": [
2008
                "BSD-3-Clause"
2009
            ],
2010
            "authors": [
2011
                {
2012
                    "name": "Sebastian Bergmann",
2013
                    "email": "[email protected]"
2014
                }
2015
            ],
2016
            "description": "Provides a list of PHP built-in functions that operate on resources",
2017
            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
2018
            "time": "2015-07-28 20:34:47"
2019
        },
2020
        {
2021
            "name": "sebastian/version",
2022
            "version": "2.0.0",
2023
            "source": {
2024
                "type": "git",
2025
                "url": "https://github.com/sebastianbergmann/version.git",
2026
                "reference": "c829badbd8fdf16a0bad8aa7fa7971c029f1b9c5"
2027
            },
2028
            "dist": {
2029
                "type": "zip",
2030
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c829badbd8fdf16a0bad8aa7fa7971c029f1b9c5",
2031
                "reference": "c829badbd8fdf16a0bad8aa7fa7971c029f1b9c5",
2032
                "shasum": ""
2033
            },
2034
            "require": {
2035
                "php": ">=5.6"
2036
            },
2037
            "type": "library",
2038
            "extra": {
2039
                "branch-alias": {
2040
                    "dev-master": "2.0.x-dev"
2041
                }
2042
            },
2043
            "autoload": {
2044
                "classmap": [
2045
                    "src/"
2046
                ]
2047
            },
2048
            "notification-url": "https://packagist.org/downloads/",
2049
            "license": [
2050
                "BSD-3-Clause"
2051
            ],
2052
            "authors": [
2053
                {
2054
                    "name": "Sebastian Bergmann",
2055
                    "email": "[email protected]",
2056
                    "role": "lead"
2057
                }
2058
            ],
2059
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
2060
            "homepage": "https://github.com/sebastianbergmann/version",
2061
            "time": "2016-02-04 12:56:52"
2062
        },
2063
        {
2064
            "name": "squizlabs/php_codesniffer",
2065
            "version": "2.7.0",
2066
            "source": {
2067
                "type": "git",
2068
                "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
2069
                "reference": "571e27b6348e5b3a637b2abc82ac0d01e6d7bbed"
2070
            },
2071
            "dist": {
2072
                "type": "zip",
2073
                "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/571e27b6348e5b3a637b2abc82ac0d01e6d7bbed",
2074
                "reference": "571e27b6348e5b3a637b2abc82ac0d01e6d7bbed",
2075
                "shasum": ""
2076
            },
2077
            "require": {
2078
                "ext-simplexml": "*",
2079
                "ext-tokenizer": "*",
2080
                "ext-xmlwriter": "*",
2081
                "php": ">=5.1.2"
2082
            },
2083
            "require-dev": {
2084
                "phpunit/phpunit": "~4.0"
2085
            },
2086
            "bin": [
2087
                "scripts/phpcs",
2088
                "scripts/phpcbf"
2089
            ],
2090
            "type": "library",
2091
            "extra": {
2092
                "branch-alias": {
2093
                    "dev-master": "2.x-dev"
2094
                }
2095
            },
2096
            "autoload": {
2097
                "classmap": [
2098
                    "CodeSniffer.php",
2099
                    "CodeSniffer/CLI.php",
2100
                    "CodeSniffer/Exception.php",
2101
                    "CodeSniffer/File.php",
2102
                    "CodeSniffer/Fixer.php",
2103
                    "CodeSniffer/Report.php",
2104
                    "CodeSniffer/Reporting.php",
2105
                    "CodeSniffer/Sniff.php",
2106
                    "CodeSniffer/Tokens.php",
2107
                    "CodeSniffer/Reports/",
2108
                    "CodeSniffer/Tokenizers/",
2109
                    "CodeSniffer/DocGenerators/",
2110
                    "CodeSniffer/Standards/AbstractPatternSniff.php",
2111
                    "CodeSniffer/Standards/AbstractScopeSniff.php",
2112
                    "CodeSniffer/Standards/AbstractVariableSniff.php",
2113
                    "CodeSniffer/Standards/IncorrectPatternException.php",
2114
                    "CodeSniffer/Standards/Generic/Sniffs/",
2115
                    "CodeSniffer/Standards/MySource/Sniffs/",
2116
                    "CodeSniffer/Standards/PEAR/Sniffs/",
2117
                    "CodeSniffer/Standards/PSR1/Sniffs/",
2118
                    "CodeSniffer/Standards/PSR2/Sniffs/",
2119
                    "CodeSniffer/Standards/Squiz/Sniffs/",
2120
                    "CodeSniffer/Standards/Zend/Sniffs/"
2121
                ]
2122
            },
2123
            "notification-url": "https://packagist.org/downloads/",
2124
            "license": [
2125
                "BSD-3-Clause"
2126
            ],
2127
            "authors": [
2128
                {
2129
                    "name": "Greg Sherwood",
2130
                    "role": "lead"
2131
                }
2132
            ],
2133
            "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
2134
            "homepage": "http://www.squizlabs.com/php-codesniffer",
2135
            "keywords": [
2136
                "phpcs",
2137
                "standards"
2138
            ],
2139
            "time": "2016-09-01 23:53:02"
2140
        },
2141
        {
2142
            "name": "symfony/config",
2143
            "version": "v3.1.6",
2144
            "source": {
2145
                "type": "git",
2146
                "url": "https://github.com/symfony/config.git",
2147
                "reference": "949e7e846743a7f9e46dc50eb639d5fde1f53341"
2148
            },
2149
            "dist": {
2150
                "type": "zip",
2151
                "url": "https://api.github.com/repos/symfony/config/zipball/949e7e846743a7f9e46dc50eb639d5fde1f53341",
2152
                "reference": "949e7e846743a7f9e46dc50eb639d5fde1f53341",
2153
                "shasum": ""
2154
            },
2155
            "require": {
2156
                "php": ">=5.5.9",
2157
                "symfony/filesystem": "~2.8|~3.0"
2158
            },
2159
            "suggest": {
2160
                "symfony/yaml": "To use the yaml reference dumper"
2161
            },
2162
            "type": "library",
2163
            "extra": {
2164
                "branch-alias": {
2165
                    "dev-master": "3.1-dev"
2166
                }
2167
            },
2168
            "autoload": {
2169
                "psr-4": {
2170
                    "Symfony\\Component\\Config\\": ""
2171
                },
2172
                "exclude-from-classmap": [
2173
                    "/Tests/"
2174
                ]
2175
            },
2176
            "notification-url": "https://packagist.org/downloads/",
2177
            "license": [
2178
                "MIT"
2179
            ],
2180
            "authors": [
2181
                {
2182
                    "name": "Fabien Potencier",
2183
                    "email": "[email protected]"
2184
                },
2185
                {
2186
                    "name": "Symfony Community",
2187
                    "homepage": "https://symfony.com/contributors"
2188
                }
2189
            ],
2190
            "description": "Symfony Config Component",
2191
            "homepage": "https://symfony.com",
2192
            "time": "2016-09-25 08:27:07"
2193
        },
2194
        {
2195
            "name": "symfony/filesystem",
2196
            "version": "v3.1.6",
2197
            "source": {
2198
                "type": "git",
2199
                "url": "https://github.com/symfony/filesystem.git",
2200
                "reference": "0565b61bf098cb4dc09f4f103f033138ae4f42c6"
2201
            },
2202
            "dist": {
2203
                "type": "zip",
2204
                "url": "https://api.github.com/repos/symfony/filesystem/zipball/0565b61bf098cb4dc09f4f103f033138ae4f42c6",
2205
                "reference": "0565b61bf098cb4dc09f4f103f033138ae4f42c6",
2206
                "shasum": ""
2207
            },
2208
            "require": {
2209
                "php": ">=5.5.9"
2210
            },
2211
            "type": "library",
2212
            "extra": {
2213
                "branch-alias": {
2214
                    "dev-master": "3.1-dev"
2215
                }
2216
            },
2217
            "autoload": {
2218
                "psr-4": {
2219
                    "Symfony\\Component\\Filesystem\\": ""
2220
                },
2221
                "exclude-from-classmap": [
2222
                    "/Tests/"
2223
                ]
2224
            },
2225
            "notification-url": "https://packagist.org/downloads/",
2226
            "license": [
2227
                "MIT"
2228
            ],
2229
            "authors": [
2230
                {
2231
                    "name": "Fabien Potencier",
2232
                    "email": "[email protected]"
2233
                },
2234
                {
2235
                    "name": "Symfony Community",
2236
                    "homepage": "https://symfony.com/contributors"
2237
                }
2238
            ],
2239
            "description": "Symfony Filesystem Component",
2240
            "homepage": "https://symfony.com",
2241
            "time": "2016-10-18 04:30:12"
2242
        },
2243
        {
2244
            "name": "symfony/stopwatch",
2245
            "version": "v3.1.6",
2246
            "source": {
2247
                "type": "git",
2248
                "url": "https://github.com/symfony/stopwatch.git",
2249
                "reference": "bb42806b12c5f89db4ebf64af6741afe6d8457e1"
2250
            },
2251
            "dist": {
2252
                "type": "zip",
2253
                "url": "https://api.github.com/repos/symfony/stopwatch/zipball/bb42806b12c5f89db4ebf64af6741afe6d8457e1",
2254
                "reference": "bb42806b12c5f89db4ebf64af6741afe6d8457e1",
2255
                "shasum": ""
2256
            },
2257
            "require": {
2258
                "php": ">=5.5.9"
2259
            },
2260
            "type": "library",
2261
            "extra": {
2262
                "branch-alias": {
2263
                    "dev-master": "3.1-dev"
2264
                }
2265
            },
2266
            "autoload": {
2267
                "psr-4": {
2268
                    "Symfony\\Component\\Stopwatch\\": ""
2269
                },
2270
                "exclude-from-classmap": [
2271
                    "/Tests/"
2272
                ]
2273
            },
2274
            "notification-url": "https://packagist.org/downloads/",
2275
            "license": [
2276
                "MIT"
2277
            ],
2278
            "authors": [
2279
                {
2280
                    "name": "Fabien Potencier",
2281
                    "email": "[email protected]"
2282
                },
2283
                {
2284
                    "name": "Symfony Community",
2285
                    "homepage": "https://symfony.com/contributors"
2286
                }
2287
            ],
2288
            "description": "Symfony Stopwatch Component",
2289
            "homepage": "https://symfony.com",
2290
            "time": "2016-06-29 05:41:56"
2291
        },
2292
        {
2293
            "name": "webmozart/assert",
2294
            "version": "1.1.0",
2295
            "source": {
2296
                "type": "git",
2297
                "url": "https://github.com/webmozart/assert.git",
2298
                "reference": "bb2d123231c095735130cc8f6d31385a44c7b308"
2299
            },
2300
            "dist": {
2301
                "type": "zip",
2302
                "url": "https://api.github.com/repos/webmozart/assert/zipball/bb2d123231c095735130cc8f6d31385a44c7b308",
2303
                "reference": "bb2d123231c095735130cc8f6d31385a44c7b308",
2304
                "shasum": ""
2305
            },
2306
            "require": {
2307
                "php": "^5.3.3|^7.0"
2308
            },
2309
            "require-dev": {
2310
                "phpunit/phpunit": "^4.6",
2311
                "sebastian/version": "^1.0.1"
2312
            },
2313
            "type": "library",
2314
            "extra": {
2315
                "branch-alias": {
2316
                    "dev-master": "1.2-dev"
2317
                }
2318
            },
2319
            "autoload": {
2320
                "psr-4": {
2321
                    "Webmozart\\Assert\\": "src/"
2322
                }
2323
            },
2324
            "notification-url": "https://packagist.org/downloads/",
2325
            "license": [
2326
                "MIT"
2327
            ],
2328
            "authors": [
2329
                {
2330
                    "name": "Bernhard Schussek",
2331
                    "email": "[email protected]"
2332
                }
2333
            ],
2334
            "description": "Assertions to validate method input/output with nice error messages.",
2335
            "keywords": [
2336
                "assert",
2337
                "check",
2338
                "validate"
2339
            ],
2340
            "time": "2016-08-09 15:02:57"
2341
        }
2342
    ],
2343
    "aliases": [],
2344
    "minimum-stability": "stable",
2345
    "stability-flags": [],
2346
    "prefer-stable": false,
2347
    "prefer-lowest": false,
2348
    "platform": {
2349
        "php": ">=5.6"
2350
    },
2351
    "platform-dev": []
2352
}
2353