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