GitHub Access Token became invalid

It seems like the GitHub access token used for retrieving details about this repository from GitHub became invalid. This might prevent certain types of inspections from being run (in particular, everything related to pull requests).
Please ask an admin of your repository to re-new the access token on this website.
Completed
Pull Request — master (#55)
by
unknown
10:59
created

composer.lock (1 issue)

Upgrade to new PHP Analysis Engine

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

1
{
2
    "_readme": [
3
        "This file locks the dependencies of your project to a known state",
4
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
5
        "This file is @generated automatically"
6
    ],
7
    "hash": "ce1b64dd9a0cadff87158c91c0c75779",
8
    "content-hash": "ebf61f657796722c6fa23976ce1c3d6e",
9
    "packages": [
10
        {
11
            "name": "symfony/yaml",
12
            "version": "v3.0.0",
13
            "source": {
14
                "type": "git",
15
                "url": "https://github.com/symfony/yaml.git",
16
                "reference": "177a015cb0e19ff4a49e0e2e2c5fc1c1bee07002"
17
            },
18
            "dist": {
19
                "type": "zip",
20
                "url": "https://api.github.com/repos/symfony/yaml/zipball/177a015cb0e19ff4a49e0e2e2c5fc1c1bee07002",
21
                "reference": "177a015cb0e19ff4a49e0e2e2c5fc1c1bee07002",
22
                "shasum": ""
23
            },
24
            "require": {
25
                "php": ">=5.5.9"
26
            },
27
            "type": "library",
28
            "extra": {
29
                "branch-alias": {
30
                    "dev-master": "3.0-dev"
31
                }
32
            },
33
            "autoload": {
34
                "psr-4": {
35
                    "Symfony\\Component\\Yaml\\": ""
36
                },
37
                "exclude-from-classmap": [
38
                    "/Tests/"
39
                ]
40
            },
41
            "notification-url": "https://packagist.org/downloads/",
42
            "license": [
43
                "MIT"
44
            ],
45
            "authors": [
46
                {
47
                    "name": "Fabien Potencier",
48
                    "email": "[email protected]"
49
                },
50
                {
51
                    "name": "Symfony Community",
52
                    "homepage": "https://symfony.com/contributors"
53
                }
54
            ],
55
            "description": "Symfony Yaml Component",
56
            "homepage": "https://symfony.com",
57
            "time": "2015-11-30 12:36:17"
58
        }
59
    ],
60
    "packages-dev": [
61
        {
62
            "name": "danielstjules/stringy",
63
            "version": "1.10.0",
64
            "source": {
65
                "type": "git",
66
                "url": "https://github.com/danielstjules/Stringy.git",
67
                "reference": "4749c205db47ee5b32e8d1adf6d9aff8db6caf3b"
68
            },
69
            "dist": {
70
                "type": "zip",
71
                "url": "https://api.github.com/repos/danielstjules/Stringy/zipball/4749c205db47ee5b32e8d1adf6d9aff8db6caf3b",
72
                "reference": "4749c205db47ee5b32e8d1adf6d9aff8db6caf3b",
73
                "shasum": ""
74
            },
75
            "require": {
76
                "ext-mbstring": "*",
77
                "php": ">=5.3.0"
78
            },
79
            "require-dev": {
80
                "phpunit/phpunit": "~4.0"
81
            },
82
            "type": "library",
83
            "autoload": {
84
                "psr-4": {
85
                    "Stringy\\": "src/"
86
                },
87
                "files": [
88
                    "src/Create.php"
89
                ]
90
            },
91
            "notification-url": "https://packagist.org/downloads/",
92
            "license": [
93
                "MIT"
94
            ],
95
            "authors": [
96
                {
97
                    "name": "Daniel St. Jules",
98
                    "email": "[email protected]",
99
                    "homepage": "http://www.danielstjules.com"
100
                }
101
            ],
102
            "description": "A string manipulation library with multibyte support",
103
            "homepage": "https://github.com/danielstjules/Stringy",
104
            "keywords": [
105
                "UTF",
106
                "helpers",
107
                "manipulation",
108
                "methods",
109
                "multibyte",
110
                "string",
111
                "utf-8",
112
                "utility",
113
                "utils"
114
            ],
115
            "time": "2015-07-23 00:54:12"
116
        },
117
        {
118
            "name": "doctrine/annotations",
119
            "version": "v1.2.7",
120
            "source": {
121
                "type": "git",
122
                "url": "https://github.com/doctrine/annotations.git",
123
                "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535"
124
            },
125
            "dist": {
126
                "type": "zip",
127
                "url": "https://api.github.com/repos/doctrine/annotations/zipball/f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
128
                "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
129
                "shasum": ""
130
            },
131
            "require": {
132
                "doctrine/lexer": "1.*",
133
                "php": ">=5.3.2"
134
            },
135
            "require-dev": {
136
                "doctrine/cache": "1.*",
137
                "phpunit/phpunit": "4.*"
138
            },
139
            "type": "library",
140
            "extra": {
141
                "branch-alias": {
142
                    "dev-master": "1.3.x-dev"
143
                }
144
            },
145
            "autoload": {
146
                "psr-0": {
147
                    "Doctrine\\Common\\Annotations\\": "lib/"
148
                }
149
            },
150
            "notification-url": "https://packagist.org/downloads/",
151
            "license": [
152
                "MIT"
153
            ],
154
            "authors": [
155
                {
156
                    "name": "Roman Borschel",
157
                    "email": "[email protected]"
158
                },
159
                {
160
                    "name": "Benjamin Eberlei",
161
                    "email": "[email protected]"
162
                },
163
                {
164
                    "name": "Guilherme Blanco",
165
                    "email": "[email protected]"
166
                },
167
                {
168
                    "name": "Jonathan Wage",
169
                    "email": "[email protected]"
170
                },
171
                {
172
                    "name": "Johannes Schmitt",
173
                    "email": "[email protected]"
174
                }
175
            ],
176
            "description": "Docblock Annotations Parser",
177
            "homepage": "http://www.doctrine-project.org",
178
            "keywords": [
179
                "annotations",
180
                "docblock",
181
                "parser"
182
            ],
183
            "time": "2015-08-31 12:32:49"
184
        },
185
        {
186
            "name": "doctrine/inflector",
187
            "version": "v1.1.0",
188
            "source": {
189
                "type": "git",
190
                "url": "https://github.com/doctrine/inflector.git",
191
                "reference": "90b2128806bfde671b6952ab8bea493942c1fdae"
192
            },
193
            "dist": {
194
                "type": "zip",
195
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae",
196
                "reference": "90b2128806bfde671b6952ab8bea493942c1fdae",
197
                "shasum": ""
198
            },
199
            "require": {
200
                "php": ">=5.3.2"
201
            },
202
            "require-dev": {
203
                "phpunit/phpunit": "4.*"
204
            },
205
            "type": "library",
206
            "extra": {
207
                "branch-alias": {
208
                    "dev-master": "1.1.x-dev"
209
                }
210
            },
211
            "autoload": {
212
                "psr-0": {
213
                    "Doctrine\\Common\\Inflector\\": "lib/"
214
                }
215
            },
216
            "notification-url": "https://packagist.org/downloads/",
217
            "license": [
218
                "MIT"
219
            ],
220
            "authors": [
221
                {
222
                    "name": "Roman Borschel",
223
                    "email": "[email protected]"
224
                },
225
                {
226
                    "name": "Benjamin Eberlei",
227
                    "email": "[email protected]"
228
                },
229
                {
230
                    "name": "Guilherme Blanco",
231
                    "email": "[email protected]"
232
                },
233
                {
234
                    "name": "Jonathan Wage",
235
                    "email": "[email protected]"
236
                },
237
                {
238
                    "name": "Johannes Schmitt",
239
                    "email": "[email protected]"
240
                }
241
            ],
242
            "description": "Common String Manipulations with regard to casing and singular/plural rules.",
243
            "homepage": "http://www.doctrine-project.org",
244
            "keywords": [
245
                "inflection",
246
                "pluralize",
247
                "singularize",
248
                "string"
249
            ],
250
            "time": "2015-11-06 14:35:42"
251
        },
252
        {
253
            "name": "doctrine/instantiator",
254
            "version": "1.0.5",
255
            "source": {
256
                "type": "git",
257
                "url": "https://github.com/doctrine/instantiator.git",
258
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
259
            },
260
            "dist": {
261
                "type": "zip",
262
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
263
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
264
                "shasum": ""
265
            },
266
            "require": {
267
                "php": ">=5.3,<8.0-DEV"
268
            },
269
            "require-dev": {
270
                "athletic/athletic": "~0.1.8",
271
                "ext-pdo": "*",
272
                "ext-phar": "*",
273
                "phpunit/phpunit": "~4.0",
274
                "squizlabs/php_codesniffer": "~2.0"
275
            },
276
            "type": "library",
277
            "extra": {
278
                "branch-alias": {
279
                    "dev-master": "1.0.x-dev"
280
                }
281
            },
282
            "autoload": {
283
                "psr-4": {
284
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
285
                }
286
            },
287
            "notification-url": "https://packagist.org/downloads/",
288
            "license": [
289
                "MIT"
290
            ],
291
            "authors": [
292
                {
293
                    "name": "Marco Pivetta",
294
                    "email": "[email protected]",
295
                    "homepage": "http://ocramius.github.com/"
296
                }
297
            ],
298
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
299
            "homepage": "https://github.com/doctrine/instantiator",
300
            "keywords": [
301
                "constructor",
302
                "instantiate"
303
            ],
304
            "time": "2015-06-14 21:17:01"
305
        },
306
        {
307
            "name": "doctrine/lexer",
308
            "version": "v1.0.1",
309
            "source": {
310
                "type": "git",
311
                "url": "https://github.com/doctrine/lexer.git",
312
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
313
            },
314
            "dist": {
315
                "type": "zip",
316
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
317
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
318
                "shasum": ""
319
            },
320
            "require": {
321
                "php": ">=5.3.2"
322
            },
323
            "type": "library",
324
            "extra": {
325
                "branch-alias": {
326
                    "dev-master": "1.0.x-dev"
327
                }
328
            },
329
            "autoload": {
330
                "psr-0": {
331
                    "Doctrine\\Common\\Lexer\\": "lib/"
332
                }
333
            },
334
            "notification-url": "https://packagist.org/downloads/",
335
            "license": [
336
                "MIT"
337
            ],
338
            "authors": [
339
                {
340
                    "name": "Roman Borschel",
341
                    "email": "[email protected]"
342
                },
343
                {
344
                    "name": "Guilherme Blanco",
345
                    "email": "[email protected]"
346
                },
347
                {
348
                    "name": "Johannes Schmitt",
349
                    "email": "[email protected]"
350
                }
351
            ],
352
            "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
353
            "homepage": "http://www.doctrine-project.org",
354
            "keywords": [
355
                "lexer",
356
                "parser"
357
            ],
358
            "time": "2014-09-09 13:34:57"
359
        },
360
        {
361
            "name": "guzzle/guzzle",
362
            "version": "v3.9.3",
363
            "source": {
364
                "type": "git",
365
                "url": "https://github.com/guzzle/guzzle3.git",
366
                "reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9"
367
            },
368
            "dist": {
369
                "type": "zip",
370
                "url": "https://api.github.com/repos/guzzle/guzzle3/zipball/0645b70d953bc1c067bbc8d5bc53194706b628d9",
371
                "reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9",
372
                "shasum": ""
373
            },
374
            "require": {
375
                "ext-curl": "*",
376
                "php": ">=5.3.3",
377
                "symfony/event-dispatcher": "~2.1"
378
            },
379
            "replace": {
380
                "guzzle/batch": "self.version",
381
                "guzzle/cache": "self.version",
382
                "guzzle/common": "self.version",
383
                "guzzle/http": "self.version",
384
                "guzzle/inflection": "self.version",
385
                "guzzle/iterator": "self.version",
386
                "guzzle/log": "self.version",
387
                "guzzle/parser": "self.version",
388
                "guzzle/plugin": "self.version",
389
                "guzzle/plugin-async": "self.version",
390
                "guzzle/plugin-backoff": "self.version",
391
                "guzzle/plugin-cache": "self.version",
392
                "guzzle/plugin-cookie": "self.version",
393
                "guzzle/plugin-curlauth": "self.version",
394
                "guzzle/plugin-error-response": "self.version",
395
                "guzzle/plugin-history": "self.version",
396
                "guzzle/plugin-log": "self.version",
397
                "guzzle/plugin-md5": "self.version",
398
                "guzzle/plugin-mock": "self.version",
399
                "guzzle/plugin-oauth": "self.version",
400
                "guzzle/service": "self.version",
401
                "guzzle/stream": "self.version"
402
            },
403
            "require-dev": {
404
                "doctrine/cache": "~1.3",
405
                "monolog/monolog": "~1.0",
406
                "phpunit/phpunit": "3.7.*",
407
                "psr/log": "~1.0",
408
                "symfony/class-loader": "~2.1",
409
                "zendframework/zend-cache": "2.*,<2.3",
410
                "zendframework/zend-log": "2.*,<2.3"
411
            },
412
            "suggest": {
413
                "guzzlehttp/guzzle": "Guzzle 5 has moved to a new package name. The package you have installed, Guzzle 3, is deprecated."
414
            },
415
            "type": "library",
416
            "extra": {
417
                "branch-alias": {
418
                    "dev-master": "3.9-dev"
419
                }
420
            },
421
            "autoload": {
422
                "psr-0": {
423
                    "Guzzle": "src/",
424
                    "Guzzle\\Tests": "tests/"
425
                }
426
            },
427
            "notification-url": "https://packagist.org/downloads/",
428
            "license": [
429
                "MIT"
430
            ],
431
            "authors": [
432
                {
433
                    "name": "Michael Dowling",
434
                    "email": "[email protected]",
435
                    "homepage": "https://github.com/mtdowling"
436
                },
437
                {
438
                    "name": "Guzzle Community",
439
                    "homepage": "https://github.com/guzzle/guzzle/contributors"
440
                }
441
            ],
442
            "description": "PHP HTTP client. This library is deprecated in favor of https://packagist.org/packages/guzzlehttp/guzzle",
443
            "homepage": "http://guzzlephp.org/",
444
            "keywords": [
445
                "client",
446
                "curl",
447
                "framework",
448
                "http",
449
                "http client",
450
                "rest",
451
                "web service"
452
            ],
453
            "time": "2015-03-18 18:23:50"
454
        },
455
        {
456
            "name": "illuminate/contracts",
457
            "version": "v5.1.25",
458
            "source": {
459
                "type": "git",
460
                "url": "https://github.com/illuminate/contracts.git",
461
                "reference": "e2b71fdbeeb3438748dca5f497e205888788a883"
462
            },
463
            "dist": {
464
                "type": "zip",
465
                "url": "https://api.github.com/repos/illuminate/contracts/zipball/e2b71fdbeeb3438748dca5f497e205888788a883",
466
                "reference": "e2b71fdbeeb3438748dca5f497e205888788a883",
467
                "shasum": ""
468
            },
469
            "require": {
470
                "php": ">=5.5.9"
471
            },
472
            "type": "library",
473
            "extra": {
474
                "branch-alias": {
475
                    "dev-master": "5.1-dev"
476
                }
477
            },
478
            "autoload": {
479
                "psr-4": {
480
                    "Illuminate\\Contracts\\": ""
481
                }
482
            },
483
            "notification-url": "https://packagist.org/downloads/",
484
            "license": [
485
                "MIT"
486
            ],
487
            "authors": [
488
                {
489
                    "name": "Taylor Otwell",
490
                    "email": "[email protected]"
491
                }
492
            ],
493
            "description": "The Illuminate Contracts package.",
494
            "homepage": "http://laravel.com",
495
            "time": "2015-09-24 11:16:48"
496
        },
497
        {
498
            "name": "illuminate/support",
499
            "version": "v5.1.25",
500
            "source": {
501
                "type": "git",
502
                "url": "https://github.com/illuminate/support.git",
503
                "reference": "2c5ec47f0c7befaa394072184c14dc626665b6ac"
504
            },
505
            "dist": {
506
                "type": "zip",
507
                "url": "https://api.github.com/repos/illuminate/support/zipball/2c5ec47f0c7befaa394072184c14dc626665b6ac",
508
                "reference": "2c5ec47f0c7befaa394072184c14dc626665b6ac",
509
                "shasum": ""
510
            },
511
            "require": {
512
                "danielstjules/stringy": "~1.8",
513
                "doctrine/inflector": "~1.0",
514
                "ext-mbstring": "*",
515
                "illuminate/contracts": "5.1.*",
516
                "php": ">=5.5.9"
517
            },
518
            "suggest": {
519
                "jeremeamia/superclosure": "Required to be able to serialize closures (~2.0).",
520
                "paragonie/random_compat": "Provides a compatible interface like PHP7's random_bytes() in PHP 5 projects (~1.1).",
521
                "symfony/var-dumper": "Improves the dd function (2.7.*)."
522
            },
523
            "type": "library",
524
            "extra": {
525
                "branch-alias": {
526
                    "dev-master": "5.1-dev"
527
                }
528
            },
529
            "autoload": {
530
                "psr-4": {
531
                    "Illuminate\\Support\\": ""
532
                },
533
                "files": [
534
                    "helpers.php"
535
                ]
536
            },
537
            "notification-url": "https://packagist.org/downloads/",
538
            "license": [
539
                "MIT"
540
            ],
541
            "authors": [
542
                {
543
                    "name": "Taylor Otwell",
544
                    "email": "[email protected]"
545
                }
546
            ],
547
            "description": "The Illuminate Support package.",
548
            "homepage": "http://laravel.com",
549
            "time": "2015-11-29 16:58:05"
550
        },
551
        {
552
            "name": "jms/metadata",
553
            "version": "1.5.1",
554
            "source": {
555
                "type": "git",
556
                "url": "https://github.com/schmittjoh/metadata.git",
557
                "reference": "22b72455559a25777cfd28c4ffda81ff7639f353"
558
            },
559
            "dist": {
560
                "type": "zip",
561
                "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/22b72455559a25777cfd28c4ffda81ff7639f353",
562
                "reference": "22b72455559a25777cfd28c4ffda81ff7639f353",
563
                "shasum": ""
564
            },
565
            "require": {
566
                "php": ">=5.3.0"
567
            },
568
            "require-dev": {
569
                "doctrine/cache": "~1.0"
570
            },
571
            "type": "library",
572
            "extra": {
573
                "branch-alias": {
574
                    "dev-master": "1.5.x-dev"
575
                }
576
            },
577
            "autoload": {
578
                "psr-0": {
579
                    "Metadata\\": "src/"
580
                }
581
            },
582
            "notification-url": "https://packagist.org/downloads/",
583
            "license": [
584
                "Apache"
585
            ],
586
            "authors": [
587
                {
588
                    "name": "Johannes Schmitt",
589
                    "email": "[email protected]",
590
                    "homepage": "https://github.com/schmittjoh",
591
                    "role": "Developer of wrapped JMSSerializerBundle"
592
                }
593
            ],
594
            "description": "Class/method/property metadata management in PHP",
595
            "keywords": [
596
                "annotations",
597
                "metadata",
598
                "xml",
599
                "yaml"
600
            ],
601
            "time": "2014-07-12 07:13:19"
602
        },
603
        {
604
            "name": "jms/parser-lib",
605
            "version": "1.0.0",
606
            "source": {
607
                "type": "git",
608
                "url": "https://github.com/schmittjoh/parser-lib.git",
609
                "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d"
610
            },
611
            "dist": {
612
                "type": "zip",
613
                "url": "https://api.github.com/repos/schmittjoh/parser-lib/zipball/c509473bc1b4866415627af0e1c6cc8ac97fa51d",
614
                "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d",
615
                "shasum": ""
616
            },
617
            "require": {
618
                "phpoption/phpoption": ">=0.9,<2.0-dev"
619
            },
620
            "type": "library",
621
            "extra": {
622
                "branch-alias": {
623
                    "dev-master": "1.0-dev"
624
                }
625
            },
626
            "autoload": {
627
                "psr-0": {
628
                    "JMS\\": "src/"
629
                }
630
            },
631
            "notification-url": "https://packagist.org/downloads/",
632
            "license": [
633
                "Apache2"
634
            ],
635
            "description": "A library for easily creating recursive-descent parsers.",
636
            "time": "2012-11-18 18:08:43"
637
        },
638
        {
639
            "name": "jms/serializer",
640
            "version": "0.16.0",
641
            "source": {
642
                "type": "git",
643
                "url": "https://github.com/schmittjoh/serializer.git",
644
                "reference": "c8a171357ca92b6706e395c757f334902d430ea9"
645
            },
646
            "dist": {
647
                "type": "zip",
648
                "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/c8a171357ca92b6706e395c757f334902d430ea9",
649
                "reference": "c8a171357ca92b6706e395c757f334902d430ea9",
650
                "shasum": ""
651
            },
652
            "require": {
653
                "doctrine/annotations": "1.*",
654
                "jms/metadata": "~1.1",
655
                "jms/parser-lib": "1.*",
656
                "php": ">=5.3.2",
657
                "phpcollection/phpcollection": "~0.1"
658
            },
659
            "require-dev": {
660
                "doctrine/orm": "~2.1",
661
                "doctrine/phpcr-odm": "~1.0.1",
662
                "jackalope/jackalope-doctrine-dbal": "1.0.*",
663
                "propel/propel1": "~1.7",
664
                "symfony/filesystem": "2.*",
665
                "symfony/form": "~2.1",
666
                "symfony/translation": "~2.0",
667
                "symfony/validator": "~2.0",
668
                "symfony/yaml": "2.*",
669
                "twig/twig": ">=1.8,<2.0-dev"
670
            },
671
            "suggest": {
672
                "symfony/yaml": "Required if you'd like to serialize data to YAML format."
673
            },
674
            "type": "library",
675
            "extra": {
676
                "branch-alias": {
677
                    "dev-master": "0.15-dev"
678
                }
679
            },
680
            "autoload": {
681
                "psr-0": {
682
                    "JMS\\Serializer": "src/"
683
                }
684
            },
685
            "notification-url": "https://packagist.org/downloads/",
686
            "license": [
687
                "Apache2"
688
            ],
689
            "authors": [
690
                {
691
                    "name": "Johannes Schmitt",
692
                    "email": "[email protected]",
693
                    "homepage": "https://github.com/schmittjoh",
694
                    "role": "Developer of wrapped JMSSerializerBundle"
695
                }
696
            ],
697
            "description": "Library for (de-)serializing data of any complexity; supports XML, JSON, and YAML.",
698
            "homepage": "http://jmsyst.com/libs/serializer",
699
            "keywords": [
700
                "deserialization",
701
                "jaxb",
702
                "json",
703
                "serialization",
704
                "xml"
705
            ],
706
            "time": "2014-03-18 08:39:00"
707
        },
708
        {
709
            "name": "mockery/mockery",
710
            "version": "0.9.3",
711
            "source": {
712
                "type": "git",
713
                "url": "https://github.com/padraic/mockery.git",
714
                "reference": "686f85fa5b3b079cc0157d7cd3e9adb97f0b41e1"
715
            },
716
            "dist": {
717
                "type": "zip",
718
                "url": "https://api.github.com/repos/padraic/mockery/zipball/686f85fa5b3b079cc0157d7cd3e9adb97f0b41e1",
719
                "reference": "686f85fa5b3b079cc0157d7cd3e9adb97f0b41e1",
720
                "shasum": ""
721
            },
722
            "require": {
723
                "lib-pcre": ">=7.0",
724
                "php": ">=5.3.2"
725
            },
726
            "require-dev": {
727
                "hamcrest/hamcrest-php": "~1.1",
728
                "phpunit/phpunit": "~4.0",
729
                "satooshi/php-coveralls": "~0.7@dev"
730
            },
731
            "type": "library",
732
            "extra": {
733
                "branch-alias": {
734
                    "dev-master": "0.9.x-dev"
735
                }
736
            },
737
            "autoload": {
738
                "psr-0": {
739
                    "Mockery": "library/"
740
                }
741
            },
742
            "notification-url": "https://packagist.org/downloads/",
743
            "license": [
744
                "BSD-3-Clause"
745
            ],
746
            "authors": [
747
                {
748
                    "name": "Pádraic Brady",
749
                    "email": "[email protected]",
750
                    "homepage": "http://blog.astrumfutura.com"
751
                },
752
                {
753
                    "name": "Dave Marshall",
754
                    "email": "[email protected]",
755
                    "homepage": "http://davedevelopment.co.uk"
756
                }
757
            ],
758
            "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 succint 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.",
759
            "homepage": "http://github.com/padraic/mockery",
760
            "keywords": [
761
                "BDD",
762
                "TDD",
763
                "library",
764
                "mock",
765
                "mock objects",
766
                "mockery",
767
                "stub",
768
                "test",
769
                "test double",
770
                "testing"
771
            ],
772
            "time": "2014-12-22 10:06:19"
773
        },
774
        {
775
            "name": "phpcollection/phpcollection",
776
            "version": "0.4.0",
777
            "source": {
778
                "type": "git",
779
                "url": "https://github.com/schmittjoh/php-collection.git",
780
                "reference": "b8bf55a0a929ca43b01232b36719f176f86c7e83"
781
            },
782
            "dist": {
783
                "type": "zip",
784
                "url": "https://api.github.com/repos/schmittjoh/php-collection/zipball/b8bf55a0a929ca43b01232b36719f176f86c7e83",
785
                "reference": "b8bf55a0a929ca43b01232b36719f176f86c7e83",
786
                "shasum": ""
787
            },
788
            "require": {
789
                "phpoption/phpoption": "1.*"
790
            },
791
            "type": "library",
792
            "extra": {
793
                "branch-alias": {
794
                    "dev-master": "0.3-dev"
795
                }
796
            },
797
            "autoload": {
798
                "psr-0": {
799
                    "PhpCollection": "src/"
800
                }
801
            },
802
            "notification-url": "https://packagist.org/downloads/",
803
            "license": [
804
                "Apache2"
805
            ],
806
            "authors": [
807
                {
808
                    "name": "Johannes Schmitt",
809
                    "email": "[email protected]",
810
                    "homepage": "https://github.com/schmittjoh",
811
                    "role": "Developer of wrapped JMSSerializerBundle"
812
                }
813
            ],
814
            "description": "General-Purpose Collection Library for PHP",
815
            "keywords": [
816
                "collection",
817
                "list",
818
                "map",
819
                "sequence",
820
                "set"
821
            ],
822
            "time": "2014-03-11 13:46:42"
823
        },
824
        {
825
            "name": "phpdocumentor/reflection-docblock",
826
            "version": "2.0.4",
827
            "source": {
828
                "type": "git",
829
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
830
                "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8"
831
            },
832
            "dist": {
833
                "type": "zip",
834
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8",
835
                "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8",
836
                "shasum": ""
837
            },
838
            "require": {
839
                "php": ">=5.3.3"
840
            },
841
            "require-dev": {
842
                "phpunit/phpunit": "~4.0"
843
            },
844
            "suggest": {
845
                "dflydev/markdown": "~1.0",
846
                "erusev/parsedown": "~1.0"
847
            },
848
            "type": "library",
849
            "extra": {
850
                "branch-alias": {
851
                    "dev-master": "2.0.x-dev"
852
                }
853
            },
854
            "autoload": {
855
                "psr-0": {
856
                    "phpDocumentor": [
857
                        "src/"
858
                    ]
859
                }
860
            },
861
            "notification-url": "https://packagist.org/downloads/",
862
            "license": [
863
                "MIT"
864
            ],
865
            "authors": [
866
                {
867
                    "name": "Mike van Riel",
868
                    "email": "[email protected]"
869
                }
870
            ],
871
            "time": "2015-02-03 12:10:50"
872
        },
873
        {
874
            "name": "phpoption/phpoption",
875
            "version": "1.5.0",
876
            "source": {
877
                "type": "git",
878
                "url": "https://github.com/schmittjoh/php-option.git",
879
                "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed"
880
            },
881
            "dist": {
882
                "type": "zip",
883
                "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/94e644f7d2051a5f0fcf77d81605f152eecff0ed",
884
                "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed",
885
                "shasum": ""
886
            },
887
            "require": {
888
                "php": ">=5.3.0"
889
            },
890
            "require-dev": {
891
                "phpunit/phpunit": "4.7.*"
892
            },
893
            "type": "library",
894
            "extra": {
895
                "branch-alias": {
896
                    "dev-master": "1.3-dev"
897
                }
898
            },
899
            "autoload": {
900
                "psr-0": {
901
                    "PhpOption\\": "src/"
902
                }
903
            },
904
            "notification-url": "https://packagist.org/downloads/",
905
            "license": [
906
                "Apache2"
907
            ],
908
            "authors": [
909
                {
910
                    "name": "Johannes M. Schmitt",
911
                    "email": "[email protected]"
912
                }
913
            ],
914
            "description": "Option Type for PHP",
915
            "keywords": [
916
                "language",
917
                "option",
918
                "php",
919
                "type"
920
            ],
921
            "time": "2015-07-25 16:39:46"
922
        },
923
        {
924
            "name": "phpspec/prophecy",
925
            "version": "v1.5.0",
926
            "source": {
927
                "type": "git",
928
                "url": "https://github.com/phpspec/prophecy.git",
929
                "reference": "4745ded9307786b730d7a60df5cb5a6c43cf95f7"
930
            },
931
            "dist": {
932
                "type": "zip",
933
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/4745ded9307786b730d7a60df5cb5a6c43cf95f7",
934
                "reference": "4745ded9307786b730d7a60df5cb5a6c43cf95f7",
935
                "shasum": ""
936
            },
937
            "require": {
938
                "doctrine/instantiator": "^1.0.2",
939
                "phpdocumentor/reflection-docblock": "~2.0",
940
                "sebastian/comparator": "~1.1"
941
            },
942
            "require-dev": {
943
                "phpspec/phpspec": "~2.0"
944
            },
945
            "type": "library",
946
            "extra": {
947
                "branch-alias": {
948
                    "dev-master": "1.4.x-dev"
949
                }
950
            },
951
            "autoload": {
952
                "psr-0": {
953
                    "Prophecy\\": "src/"
954
                }
955
            },
956
            "notification-url": "https://packagist.org/downloads/",
957
            "license": [
958
                "MIT"
959
            ],
960
            "authors": [
961
                {
962
                    "name": "Konstantin Kudryashov",
963
                    "email": "[email protected]",
964
                    "homepage": "http://everzet.com"
965
                },
966
                {
967
                    "name": "Marcello Duarte",
968
                    "email": "[email protected]"
969
                }
970
            ],
971
            "description": "Highly opinionated mocking framework for PHP 5.3+",
972
            "homepage": "https://github.com/phpspec/prophecy",
973
            "keywords": [
974
                "Double",
975
                "Dummy",
976
                "fake",
977
                "mock",
978
                "spy",
979
                "stub"
980
            ],
981
            "time": "2015-08-13 10:07:40"
982
        },
983
        {
984
            "name": "phpunit/php-code-coverage",
985
            "version": "2.2.4",
986
            "source": {
987
                "type": "git",
988
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
989
                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
990
            },
991
            "dist": {
992
                "type": "zip",
993
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
994
                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
995
                "shasum": ""
996
            },
997
            "require": {
998
                "php": ">=5.3.3",
999
                "phpunit/php-file-iterator": "~1.3",
1000
                "phpunit/php-text-template": "~1.2",
1001
                "phpunit/php-token-stream": "~1.3",
1002
                "sebastian/environment": "^1.3.2",
1003
                "sebastian/version": "~1.0"
1004
            },
1005
            "require-dev": {
1006
                "ext-xdebug": ">=2.1.4",
1007
                "phpunit/phpunit": "~4"
1008
            },
1009
            "suggest": {
1010
                "ext-dom": "*",
1011
                "ext-xdebug": ">=2.2.1",
1012
                "ext-xmlwriter": "*"
1013
            },
1014
            "type": "library",
1015
            "extra": {
1016
                "branch-alias": {
1017
                    "dev-master": "2.2.x-dev"
1018
                }
1019
            },
1020
            "autoload": {
1021
                "classmap": [
1022
                    "src/"
1023
                ]
1024
            },
1025
            "notification-url": "https://packagist.org/downloads/",
1026
            "license": [
1027
                "BSD-3-Clause"
1028
            ],
1029
            "authors": [
1030
                {
1031
                    "name": "Sebastian Bergmann",
1032
                    "email": "[email protected]",
1033
                    "role": "lead"
1034
                }
1035
            ],
1036
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
1037
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
1038
            "keywords": [
1039
                "coverage",
1040
                "testing",
1041
                "xunit"
1042
            ],
1043
            "time": "2015-10-06 15:47:00"
1044
        },
1045
        {
1046
            "name": "phpunit/php-file-iterator",
1047
            "version": "1.4.1",
1048
            "source": {
1049
                "type": "git",
1050
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
1051
                "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0"
1052
            },
1053
            "dist": {
1054
                "type": "zip",
1055
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
1056
                "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
1057
                "shasum": ""
1058
            },
1059
            "require": {
1060
                "php": ">=5.3.3"
1061
            },
1062
            "type": "library",
1063
            "extra": {
1064
                "branch-alias": {
1065
                    "dev-master": "1.4.x-dev"
1066
                }
1067
            },
1068
            "autoload": {
1069
                "classmap": [
1070
                    "src/"
1071
                ]
1072
            },
1073
            "notification-url": "https://packagist.org/downloads/",
1074
            "license": [
1075
                "BSD-3-Clause"
1076
            ],
1077
            "authors": [
1078
                {
1079
                    "name": "Sebastian Bergmann",
1080
                    "email": "[email protected]",
1081
                    "role": "lead"
1082
                }
1083
            ],
1084
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
1085
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
1086
            "keywords": [
1087
                "filesystem",
1088
                "iterator"
1089
            ],
1090
            "time": "2015-06-21 13:08:43"
1091
        },
1092
        {
1093
            "name": "phpunit/php-text-template",
1094
            "version": "1.2.1",
1095
            "source": {
1096
                "type": "git",
1097
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
1098
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
1099
            },
1100
            "dist": {
1101
                "type": "zip",
1102
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
1103
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
1104
                "shasum": ""
1105
            },
1106
            "require": {
1107
                "php": ">=5.3.3"
1108
            },
1109
            "type": "library",
1110
            "autoload": {
1111
                "classmap": [
1112
                    "src/"
1113
                ]
1114
            },
1115
            "notification-url": "https://packagist.org/downloads/",
1116
            "license": [
1117
                "BSD-3-Clause"
1118
            ],
1119
            "authors": [
1120
                {
1121
                    "name": "Sebastian Bergmann",
1122
                    "email": "[email protected]",
1123
                    "role": "lead"
1124
                }
1125
            ],
1126
            "description": "Simple template engine.",
1127
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
1128
            "keywords": [
1129
                "template"
1130
            ],
1131
            "time": "2015-06-21 13:50:34"
1132
        },
1133
        {
1134
            "name": "phpunit/php-timer",
1135
            "version": "1.0.7",
1136
            "source": {
1137
                "type": "git",
1138
                "url": "https://github.com/sebastianbergmann/php-timer.git",
1139
                "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b"
1140
            },
1141
            "dist": {
1142
                "type": "zip",
1143
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
1144
                "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
1145
                "shasum": ""
1146
            },
1147
            "require": {
1148
                "php": ">=5.3.3"
1149
            },
1150
            "type": "library",
1151
            "autoload": {
1152
                "classmap": [
1153
                    "src/"
1154
                ]
1155
            },
1156
            "notification-url": "https://packagist.org/downloads/",
1157
            "license": [
1158
                "BSD-3-Clause"
1159
            ],
1160
            "authors": [
1161
                {
1162
                    "name": "Sebastian Bergmann",
1163
                    "email": "[email protected]",
1164
                    "role": "lead"
1165
                }
1166
            ],
1167
            "description": "Utility class for timing",
1168
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
1169
            "keywords": [
1170
                "timer"
1171
            ],
1172
            "time": "2015-06-21 08:01:12"
1173
        },
1174
        {
1175
            "name": "phpunit/php-token-stream",
1176
            "version": "1.4.8",
1177
            "source": {
1178
                "type": "git",
1179
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
1180
                "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da"
1181
            },
1182
            "dist": {
1183
                "type": "zip",
1184
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
1185
                "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
1186
                "shasum": ""
1187
            },
1188
            "require": {
1189
                "ext-tokenizer": "*",
1190
                "php": ">=5.3.3"
1191
            },
1192
            "require-dev": {
1193
                "phpunit/phpunit": "~4.2"
1194
            },
1195
            "type": "library",
1196
            "extra": {
1197
                "branch-alias": {
1198
                    "dev-master": "1.4-dev"
1199
                }
1200
            },
1201
            "autoload": {
1202
                "classmap": [
1203
                    "src/"
1204
                ]
1205
            },
1206
            "notification-url": "https://packagist.org/downloads/",
1207
            "license": [
1208
                "BSD-3-Clause"
1209
            ],
1210
            "authors": [
1211
                {
1212
                    "name": "Sebastian Bergmann",
1213
                    "email": "[email protected]"
1214
                }
1215
            ],
1216
            "description": "Wrapper around PHP's tokenizer extension.",
1217
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
1218
            "keywords": [
1219
                "tokenizer"
1220
            ],
1221
            "time": "2015-09-15 10:49:45"
1222
        },
1223
        {
1224
            "name": "phpunit/phpunit",
0 ignored issues
show
There is a security advisory for your installed version of phpunit/phpunit:

RCE vulnerability in phpunit
Loading history...
1225
            "version": "4.8.21",
1226
            "source": {
1227
                "type": "git",
1228
                "url": "https://github.com/sebastianbergmann/phpunit.git",
1229
                "reference": "ea76b17bced0500a28098626b84eda12dbcf119c"
1230
            },
1231
            "dist": {
1232
                "type": "zip",
1233
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/ea76b17bced0500a28098626b84eda12dbcf119c",
1234
                "reference": "ea76b17bced0500a28098626b84eda12dbcf119c",
1235
                "shasum": ""
1236
            },
1237
            "require": {
1238
                "ext-dom": "*",
1239
                "ext-json": "*",
1240
                "ext-pcre": "*",
1241
                "ext-reflection": "*",
1242
                "ext-spl": "*",
1243
                "php": ">=5.3.3",
1244
                "phpspec/prophecy": "^1.3.1",
1245
                "phpunit/php-code-coverage": "~2.1",
1246
                "phpunit/php-file-iterator": "~1.4",
1247
                "phpunit/php-text-template": "~1.2",
1248
                "phpunit/php-timer": ">=1.0.6",
1249
                "phpunit/phpunit-mock-objects": "~2.3",
1250
                "sebastian/comparator": "~1.1",
1251
                "sebastian/diff": "~1.2",
1252
                "sebastian/environment": "~1.3",
1253
                "sebastian/exporter": "~1.2",
1254
                "sebastian/global-state": "~1.0",
1255
                "sebastian/version": "~1.0",
1256
                "symfony/yaml": "~2.1|~3.0"
1257
            },
1258
            "suggest": {
1259
                "phpunit/php-invoker": "~1.1"
1260
            },
1261
            "bin": [
1262
                "phpunit"
1263
            ],
1264
            "type": "library",
1265
            "extra": {
1266
                "branch-alias": {
1267
                    "dev-master": "4.8.x-dev"
1268
                }
1269
            },
1270
            "autoload": {
1271
                "classmap": [
1272
                    "src/"
1273
                ]
1274
            },
1275
            "notification-url": "https://packagist.org/downloads/",
1276
            "license": [
1277
                "BSD-3-Clause"
1278
            ],
1279
            "authors": [
1280
                {
1281
                    "name": "Sebastian Bergmann",
1282
                    "email": "[email protected]",
1283
                    "role": "lead"
1284
                }
1285
            ],
1286
            "description": "The PHP Unit Testing framework.",
1287
            "homepage": "https://phpunit.de/",
1288
            "keywords": [
1289
                "phpunit",
1290
                "testing",
1291
                "xunit"
1292
            ],
1293
            "time": "2015-12-12 07:45:58"
1294
        },
1295
        {
1296
            "name": "phpunit/phpunit-mock-objects",
1297
            "version": "2.3.8",
1298
            "source": {
1299
                "type": "git",
1300
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
1301
                "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
1302
            },
1303
            "dist": {
1304
                "type": "zip",
1305
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
1306
                "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
1307
                "shasum": ""
1308
            },
1309
            "require": {
1310
                "doctrine/instantiator": "^1.0.2",
1311
                "php": ">=5.3.3",
1312
                "phpunit/php-text-template": "~1.2",
1313
                "sebastian/exporter": "~1.2"
1314
            },
1315
            "require-dev": {
1316
                "phpunit/phpunit": "~4.4"
1317
            },
1318
            "suggest": {
1319
                "ext-soap": "*"
1320
            },
1321
            "type": "library",
1322
            "extra": {
1323
                "branch-alias": {
1324
                    "dev-master": "2.3.x-dev"
1325
                }
1326
            },
1327
            "autoload": {
1328
                "classmap": [
1329
                    "src/"
1330
                ]
1331
            },
1332
            "notification-url": "https://packagist.org/downloads/",
1333
            "license": [
1334
                "BSD-3-Clause"
1335
            ],
1336
            "authors": [
1337
                {
1338
                    "name": "Sebastian Bergmann",
1339
                    "email": "[email protected]",
1340
                    "role": "lead"
1341
                }
1342
            ],
1343
            "description": "Mock Object library for PHPUnit",
1344
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
1345
            "keywords": [
1346
                "mock",
1347
                "xunit"
1348
            ],
1349
            "time": "2015-10-02 06:51:40"
1350
        },
1351
        {
1352
            "name": "scrutinizer/ocular",
1353
            "version": "1.2.0",
1354
            "source": {
1355
                "type": "git",
1356
                "url": "https://github.com/scrutinizer-ci/ocular.git",
1357
                "reference": "f824bc332ea763dfb9710730600dfcf0b170c1b6"
1358
            },
1359
            "dist": {
1360
                "type": "zip",
1361
                "url": "https://api.github.com/repos/scrutinizer-ci/ocular/zipball/f824bc332ea763dfb9710730600dfcf0b170c1b6",
1362
                "reference": "f824bc332ea763dfb9710730600dfcf0b170c1b6",
1363
                "shasum": ""
1364
            },
1365
            "require": {
1366
                "guzzle/guzzle": "~3.0",
1367
                "jms/serializer": "~0.13",
1368
                "phpoption/phpoption": "~1.0",
1369
                "symfony/console": "~2.0|~3.0",
1370
                "symfony/process": "~2.3|~3.0"
1371
            },
1372
            "require-dev": {
1373
                "symfony/filesystem": "~2.0"
1374
            },
1375
            "bin": [
1376
                "bin/ocular"
1377
            ],
1378
            "type": "library",
1379
            "autoload": {
1380
                "psr-0": {
1381
                    "Scrutinizer\\Ocular\\": "src/"
1382
                }
1383
            },
1384
            "notification-url": "https://packagist.org/downloads/",
1385
            "time": "2015-11-21 11:44:40"
1386
        },
1387
        {
1388
            "name": "sebastian/comparator",
1389
            "version": "1.2.0",
1390
            "source": {
1391
                "type": "git",
1392
                "url": "https://github.com/sebastianbergmann/comparator.git",
1393
                "reference": "937efb279bd37a375bcadf584dec0726f84dbf22"
1394
            },
1395
            "dist": {
1396
                "type": "zip",
1397
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22",
1398
                "reference": "937efb279bd37a375bcadf584dec0726f84dbf22",
1399
                "shasum": ""
1400
            },
1401
            "require": {
1402
                "php": ">=5.3.3",
1403
                "sebastian/diff": "~1.2",
1404
                "sebastian/exporter": "~1.2"
1405
            },
1406
            "require-dev": {
1407
                "phpunit/phpunit": "~4.4"
1408
            },
1409
            "type": "library",
1410
            "extra": {
1411
                "branch-alias": {
1412
                    "dev-master": "1.2.x-dev"
1413
                }
1414
            },
1415
            "autoload": {
1416
                "classmap": [
1417
                    "src/"
1418
                ]
1419
            },
1420
            "notification-url": "https://packagist.org/downloads/",
1421
            "license": [
1422
                "BSD-3-Clause"
1423
            ],
1424
            "authors": [
1425
                {
1426
                    "name": "Jeff Welch",
1427
                    "email": "[email protected]"
1428
                },
1429
                {
1430
                    "name": "Volker Dusch",
1431
                    "email": "[email protected]"
1432
                },
1433
                {
1434
                    "name": "Bernhard Schussek",
1435
                    "email": "[email protected]"
1436
                },
1437
                {
1438
                    "name": "Sebastian Bergmann",
1439
                    "email": "[email protected]"
1440
                }
1441
            ],
1442
            "description": "Provides the functionality to compare PHP values for equality",
1443
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
1444
            "keywords": [
1445
                "comparator",
1446
                "compare",
1447
                "equality"
1448
            ],
1449
            "time": "2015-07-26 15:48:44"
1450
        },
1451
        {
1452
            "name": "sebastian/diff",
1453
            "version": "1.4.1",
1454
            "source": {
1455
                "type": "git",
1456
                "url": "https://github.com/sebastianbergmann/diff.git",
1457
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
1458
            },
1459
            "dist": {
1460
                "type": "zip",
1461
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
1462
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
1463
                "shasum": ""
1464
            },
1465
            "require": {
1466
                "php": ">=5.3.3"
1467
            },
1468
            "require-dev": {
1469
                "phpunit/phpunit": "~4.8"
1470
            },
1471
            "type": "library",
1472
            "extra": {
1473
                "branch-alias": {
1474
                    "dev-master": "1.4-dev"
1475
                }
1476
            },
1477
            "autoload": {
1478
                "classmap": [
1479
                    "src/"
1480
                ]
1481
            },
1482
            "notification-url": "https://packagist.org/downloads/",
1483
            "license": [
1484
                "BSD-3-Clause"
1485
            ],
1486
            "authors": [
1487
                {
1488
                    "name": "Kore Nordmann",
1489
                    "email": "[email protected]"
1490
                },
1491
                {
1492
                    "name": "Sebastian Bergmann",
1493
                    "email": "[email protected]"
1494
                }
1495
            ],
1496
            "description": "Diff implementation",
1497
            "homepage": "https://github.com/sebastianbergmann/diff",
1498
            "keywords": [
1499
                "diff"
1500
            ],
1501
            "time": "2015-12-08 07:14:41"
1502
        },
1503
        {
1504
            "name": "sebastian/environment",
1505
            "version": "1.3.3",
1506
            "source": {
1507
                "type": "git",
1508
                "url": "https://github.com/sebastianbergmann/environment.git",
1509
                "reference": "6e7133793a8e5a5714a551a8324337374be209df"
1510
            },
1511
            "dist": {
1512
                "type": "zip",
1513
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/6e7133793a8e5a5714a551a8324337374be209df",
1514
                "reference": "6e7133793a8e5a5714a551a8324337374be209df",
1515
                "shasum": ""
1516
            },
1517
            "require": {
1518
                "php": ">=5.3.3"
1519
            },
1520
            "require-dev": {
1521
                "phpunit/phpunit": "~4.4"
1522
            },
1523
            "type": "library",
1524
            "extra": {
1525
                "branch-alias": {
1526
                    "dev-master": "1.3.x-dev"
1527
                }
1528
            },
1529
            "autoload": {
1530
                "classmap": [
1531
                    "src/"
1532
                ]
1533
            },
1534
            "notification-url": "https://packagist.org/downloads/",
1535
            "license": [
1536
                "BSD-3-Clause"
1537
            ],
1538
            "authors": [
1539
                {
1540
                    "name": "Sebastian Bergmann",
1541
                    "email": "[email protected]"
1542
                }
1543
            ],
1544
            "description": "Provides functionality to handle HHVM/PHP environments",
1545
            "homepage": "http://www.github.com/sebastianbergmann/environment",
1546
            "keywords": [
1547
                "Xdebug",
1548
                "environment",
1549
                "hhvm"
1550
            ],
1551
            "time": "2015-12-02 08:37:27"
1552
        },
1553
        {
1554
            "name": "sebastian/exporter",
1555
            "version": "1.2.1",
1556
            "source": {
1557
                "type": "git",
1558
                "url": "https://github.com/sebastianbergmann/exporter.git",
1559
                "reference": "7ae5513327cb536431847bcc0c10edba2701064e"
1560
            },
1561
            "dist": {
1562
                "type": "zip",
1563
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/7ae5513327cb536431847bcc0c10edba2701064e",
1564
                "reference": "7ae5513327cb536431847bcc0c10edba2701064e",
1565
                "shasum": ""
1566
            },
1567
            "require": {
1568
                "php": ">=5.3.3",
1569
                "sebastian/recursion-context": "~1.0"
1570
            },
1571
            "require-dev": {
1572
                "phpunit/phpunit": "~4.4"
1573
            },
1574
            "type": "library",
1575
            "extra": {
1576
                "branch-alias": {
1577
                    "dev-master": "1.2.x-dev"
1578
                }
1579
            },
1580
            "autoload": {
1581
                "classmap": [
1582
                    "src/"
1583
                ]
1584
            },
1585
            "notification-url": "https://packagist.org/downloads/",
1586
            "license": [
1587
                "BSD-3-Clause"
1588
            ],
1589
            "authors": [
1590
                {
1591
                    "name": "Jeff Welch",
1592
                    "email": "[email protected]"
1593
                },
1594
                {
1595
                    "name": "Volker Dusch",
1596
                    "email": "[email protected]"
1597
                },
1598
                {
1599
                    "name": "Bernhard Schussek",
1600
                    "email": "[email protected]"
1601
                },
1602
                {
1603
                    "name": "Sebastian Bergmann",
1604
                    "email": "[email protected]"
1605
                },
1606
                {
1607
                    "name": "Adam Harvey",
1608
                    "email": "[email protected]"
1609
                }
1610
            ],
1611
            "description": "Provides the functionality to export PHP variables for visualization",
1612
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
1613
            "keywords": [
1614
                "export",
1615
                "exporter"
1616
            ],
1617
            "time": "2015-06-21 07:55:53"
1618
        },
1619
        {
1620
            "name": "sebastian/global-state",
1621
            "version": "1.1.1",
1622
            "source": {
1623
                "type": "git",
1624
                "url": "https://github.com/sebastianbergmann/global-state.git",
1625
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
1626
            },
1627
            "dist": {
1628
                "type": "zip",
1629
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
1630
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
1631
                "shasum": ""
1632
            },
1633
            "require": {
1634
                "php": ">=5.3.3"
1635
            },
1636
            "require-dev": {
1637
                "phpunit/phpunit": "~4.2"
1638
            },
1639
            "suggest": {
1640
                "ext-uopz": "*"
1641
            },
1642
            "type": "library",
1643
            "extra": {
1644
                "branch-alias": {
1645
                    "dev-master": "1.0-dev"
1646
                }
1647
            },
1648
            "autoload": {
1649
                "classmap": [
1650
                    "src/"
1651
                ]
1652
            },
1653
            "notification-url": "https://packagist.org/downloads/",
1654
            "license": [
1655
                "BSD-3-Clause"
1656
            ],
1657
            "authors": [
1658
                {
1659
                    "name": "Sebastian Bergmann",
1660
                    "email": "[email protected]"
1661
                }
1662
            ],
1663
            "description": "Snapshotting of global state",
1664
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
1665
            "keywords": [
1666
                "global state"
1667
            ],
1668
            "time": "2015-10-12 03:26:01"
1669
        },
1670
        {
1671
            "name": "sebastian/recursion-context",
1672
            "version": "1.0.2",
1673
            "source": {
1674
                "type": "git",
1675
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
1676
                "reference": "913401df809e99e4f47b27cdd781f4a258d58791"
1677
            },
1678
            "dist": {
1679
                "type": "zip",
1680
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/913401df809e99e4f47b27cdd781f4a258d58791",
1681
                "reference": "913401df809e99e4f47b27cdd781f4a258d58791",
1682
                "shasum": ""
1683
            },
1684
            "require": {
1685
                "php": ">=5.3.3"
1686
            },
1687
            "require-dev": {
1688
                "phpunit/phpunit": "~4.4"
1689
            },
1690
            "type": "library",
1691
            "extra": {
1692
                "branch-alias": {
1693
                    "dev-master": "1.0.x-dev"
1694
                }
1695
            },
1696
            "autoload": {
1697
                "classmap": [
1698
                    "src/"
1699
                ]
1700
            },
1701
            "notification-url": "https://packagist.org/downloads/",
1702
            "license": [
1703
                "BSD-3-Clause"
1704
            ],
1705
            "authors": [
1706
                {
1707
                    "name": "Jeff Welch",
1708
                    "email": "[email protected]"
1709
                },
1710
                {
1711
                    "name": "Sebastian Bergmann",
1712
                    "email": "[email protected]"
1713
                },
1714
                {
1715
                    "name": "Adam Harvey",
1716
                    "email": "[email protected]"
1717
                }
1718
            ],
1719
            "description": "Provides functionality to recursively process PHP variables",
1720
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
1721
            "time": "2015-11-11 19:50:13"
1722
        },
1723
        {
1724
            "name": "sebastian/version",
1725
            "version": "1.0.6",
1726
            "source": {
1727
                "type": "git",
1728
                "url": "https://github.com/sebastianbergmann/version.git",
1729
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
1730
            },
1731
            "dist": {
1732
                "type": "zip",
1733
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
1734
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
1735
                "shasum": ""
1736
            },
1737
            "type": "library",
1738
            "autoload": {
1739
                "classmap": [
1740
                    "src/"
1741
                ]
1742
            },
1743
            "notification-url": "https://packagist.org/downloads/",
1744
            "license": [
1745
                "BSD-3-Clause"
1746
            ],
1747
            "authors": [
1748
                {
1749
                    "name": "Sebastian Bergmann",
1750
                    "email": "[email protected]",
1751
                    "role": "lead"
1752
                }
1753
            ],
1754
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
1755
            "homepage": "https://github.com/sebastianbergmann/version",
1756
            "time": "2015-06-21 13:59:46"
1757
        },
1758
        {
1759
            "name": "symfony/console",
1760
            "version": "v3.0.0",
1761
            "source": {
1762
                "type": "git",
1763
                "url": "https://github.com/symfony/console.git",
1764
                "reference": "175871ca8d1ef16ff8d8cac395a1c73afa8d0e63"
1765
            },
1766
            "dist": {
1767
                "type": "zip",
1768
                "url": "https://api.github.com/repos/symfony/console/zipball/175871ca8d1ef16ff8d8cac395a1c73afa8d0e63",
1769
                "reference": "175871ca8d1ef16ff8d8cac395a1c73afa8d0e63",
1770
                "shasum": ""
1771
            },
1772
            "require": {
1773
                "php": ">=5.5.9",
1774
                "symfony/polyfill-mbstring": "~1.0"
1775
            },
1776
            "require-dev": {
1777
                "psr/log": "~1.0",
1778
                "symfony/event-dispatcher": "~2.8|~3.0",
1779
                "symfony/process": "~2.8|~3.0"
1780
            },
1781
            "suggest": {
1782
                "psr/log": "For using the console logger",
1783
                "symfony/event-dispatcher": "",
1784
                "symfony/process": ""
1785
            },
1786
            "type": "library",
1787
            "extra": {
1788
                "branch-alias": {
1789
                    "dev-master": "3.0-dev"
1790
                }
1791
            },
1792
            "autoload": {
1793
                "psr-4": {
1794
                    "Symfony\\Component\\Console\\": ""
1795
                },
1796
                "exclude-from-classmap": [
1797
                    "/Tests/"
1798
                ]
1799
            },
1800
            "notification-url": "https://packagist.org/downloads/",
1801
            "license": [
1802
                "MIT"
1803
            ],
1804
            "authors": [
1805
                {
1806
                    "name": "Fabien Potencier",
1807
                    "email": "[email protected]"
1808
                },
1809
                {
1810
                    "name": "Symfony Community",
1811
                    "homepage": "https://symfony.com/contributors"
1812
                }
1813
            ],
1814
            "description": "Symfony Console Component",
1815
            "homepage": "https://symfony.com",
1816
            "time": "2015-11-30 12:36:17"
1817
        },
1818
        {
1819
            "name": "symfony/event-dispatcher",
1820
            "version": "v2.8.0",
1821
            "source": {
1822
                "type": "git",
1823
                "url": "https://github.com/symfony/event-dispatcher.git",
1824
                "reference": "a5eb815363c0388e83247e7e9853e5dbc14999cc"
1825
            },
1826
            "dist": {
1827
                "type": "zip",
1828
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/a5eb815363c0388e83247e7e9853e5dbc14999cc",
1829
                "reference": "a5eb815363c0388e83247e7e9853e5dbc14999cc",
1830
                "shasum": ""
1831
            },
1832
            "require": {
1833
                "php": ">=5.3.9"
1834
            },
1835
            "require-dev": {
1836
                "psr/log": "~1.0",
1837
                "symfony/config": "~2.0,>=2.0.5|~3.0.0",
1838
                "symfony/dependency-injection": "~2.6|~3.0.0",
1839
                "symfony/expression-language": "~2.6|~3.0.0",
1840
                "symfony/stopwatch": "~2.3|~3.0.0"
1841
            },
1842
            "suggest": {
1843
                "symfony/dependency-injection": "",
1844
                "symfony/http-kernel": ""
1845
            },
1846
            "type": "library",
1847
            "extra": {
1848
                "branch-alias": {
1849
                    "dev-master": "2.8-dev"
1850
                }
1851
            },
1852
            "autoload": {
1853
                "psr-4": {
1854
                    "Symfony\\Component\\EventDispatcher\\": ""
1855
                },
1856
                "exclude-from-classmap": [
1857
                    "/Tests/"
1858
                ]
1859
            },
1860
            "notification-url": "https://packagist.org/downloads/",
1861
            "license": [
1862
                "MIT"
1863
            ],
1864
            "authors": [
1865
                {
1866
                    "name": "Fabien Potencier",
1867
                    "email": "[email protected]"
1868
                },
1869
                {
1870
                    "name": "Symfony Community",
1871
                    "homepage": "https://symfony.com/contributors"
1872
                }
1873
            ],
1874
            "description": "Symfony EventDispatcher Component",
1875
            "homepage": "https://symfony.com",
1876
            "time": "2015-10-30 20:15:42"
1877
        },
1878
        {
1879
            "name": "symfony/polyfill-mbstring",
1880
            "version": "v1.0.0",
1881
            "source": {
1882
                "type": "git",
1883
                "url": "https://github.com/symfony/polyfill-mbstring.git",
1884
                "reference": "0b6a8940385311a24e060ec1fe35680e17c74497"
1885
            },
1886
            "dist": {
1887
                "type": "zip",
1888
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/0b6a8940385311a24e060ec1fe35680e17c74497",
1889
                "reference": "0b6a8940385311a24e060ec1fe35680e17c74497",
1890
                "shasum": ""
1891
            },
1892
            "require": {
1893
                "php": ">=5.3.3"
1894
            },
1895
            "type": "library",
1896
            "extra": {
1897
                "branch-alias": {
1898
                    "dev-master": "1.0-dev"
1899
                }
1900
            },
1901
            "autoload": {
1902
                "psr-4": {
1903
                    "Symfony\\Polyfill\\Mbstring\\": ""
1904
                },
1905
                "files": [
1906
                    "bootstrap.php"
1907
                ]
1908
            },
1909
            "notification-url": "https://packagist.org/downloads/",
1910
            "license": [
1911
                "MIT"
1912
            ],
1913
            "authors": [
1914
                {
1915
                    "name": "Nicolas Grekas",
1916
                    "email": "[email protected]"
1917
                },
1918
                {
1919
                    "name": "Symfony Community",
1920
                    "homepage": "https://symfony.com/contributors"
1921
                }
1922
            ],
1923
            "description": "Symfony polyfill for the Mbstring extension",
1924
            "homepage": "https://symfony.com",
1925
            "keywords": [
1926
                "compatibility",
1927
                "mbstring",
1928
                "polyfill",
1929
                "portable",
1930
                "shim"
1931
            ],
1932
            "time": "2015-11-04 20:28:58"
1933
        },
1934
        {
1935
            "name": "symfony/process",
1936
            "version": "v3.0.0",
1937
            "source": {
1938
                "type": "git",
1939
                "url": "https://github.com/symfony/process.git",
1940
                "reference": "01383ed02a1020759bc8ee5d975fcec04ba16fbf"
1941
            },
1942
            "dist": {
1943
                "type": "zip",
1944
                "url": "https://api.github.com/repos/symfony/process/zipball/01383ed02a1020759bc8ee5d975fcec04ba16fbf",
1945
                "reference": "01383ed02a1020759bc8ee5d975fcec04ba16fbf",
1946
                "shasum": ""
1947
            },
1948
            "require": {
1949
                "php": ">=5.5.9"
1950
            },
1951
            "type": "library",
1952
            "extra": {
1953
                "branch-alias": {
1954
                    "dev-master": "3.0-dev"
1955
                }
1956
            },
1957
            "autoload": {
1958
                "psr-4": {
1959
                    "Symfony\\Component\\Process\\": ""
1960
                },
1961
                "exclude-from-classmap": [
1962
                    "/Tests/"
1963
                ]
1964
            },
1965
            "notification-url": "https://packagist.org/downloads/",
1966
            "license": [
1967
                "MIT"
1968
            ],
1969
            "authors": [
1970
                {
1971
                    "name": "Fabien Potencier",
1972
                    "email": "[email protected]"
1973
                },
1974
                {
1975
                    "name": "Symfony Community",
1976
                    "homepage": "https://symfony.com/contributors"
1977
                }
1978
            ],
1979
            "description": "Symfony Process Component",
1980
            "homepage": "https://symfony.com",
1981
            "time": "2015-11-30 12:36:17"
1982
        }
1983
    ],
1984
    "aliases": [],
1985
    "minimum-stability": "stable",
1986
    "stability-flags": [],
1987
    "prefer-stable": false,
1988
    "prefer-lowest": false,
1989
    "platform": {
1990
        "php": ">=5.3.0"
1991
    },
1992
    "platform-dev": []
1993
}
1994