Completed
Push — master ( 882584...59aba9 )
by Hugo
02:21
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 https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
5
        "This file is @generated automatically"
6
    ],
7
    "hash": "c6b98115743897cc21ed0f68f427ae04",
8
    "packages": [
9
        {
10
            "name": "guzzlehttp/guzzle",
0 ignored issues
show
There is a security advisory for your installed version of guzzlehttp/guzzle:

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