Completed
Branch master (2f9adf)
by SAEZ
05:56
created

composer.lock (1 issue)

Severity

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