Completed
Push — master ( 0481b8...713dd0 )
by Dmitry
03:51 queued 01:26
created

composer.lock (1 issue)

Upgrade to new PHP Analysis Engine

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

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

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