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.

Issues (4)

Security Analysis    no request data  

This project does not seem to handle request data directly as such no vulnerable execution paths were found.

  Cross-Site Scripting
Cross-Site Scripting enables an attacker to inject code into the response of a web-request that is viewed by other users. It can for example be used to bypass access controls, or even to take over other users' accounts.
  File Exposure
File Exposure allows an attacker to gain access to local files that he should not be able to access. These files can for example include database credentials, or other configuration files.
  File Manipulation
File Manipulation enables an attacker to write custom data to files. This potentially leads to injection of arbitrary code on the server.
  Object Injection
Object Injection enables an attacker to inject an object into PHP code, and can lead to arbitrary code execution, file exposure, or file manipulation attacks.
  Code Injection
Code Injection enables an attacker to execute arbitrary code on the server.
  Response Splitting
Response Splitting can be used to send arbitrary responses.
  File Inclusion
File Inclusion enables an attacker to inject custom files into PHP's file loading mechanism, either explicitly passed to include, or for example via PHP's auto-loading mechanism.
  Command Injection
Command Injection enables an attacker to inject a shell command that is execute with the privileges of the web-server. This can be used to expose sensitive data, or gain access of your server.
  SQL Injection
SQL Injection enables an attacker to execute arbitrary SQL code on your database server gaining access to user data, or manipulating user data.
  XPath Injection
XPath Injection enables an attacker to modify the parts of XML document that are read. If that XML document is for example used for authentication, this can lead to further vulnerabilities similar to SQL Injection.
  LDAP Injection
LDAP Injection enables an attacker to inject LDAP statements potentially granting permission to run unauthorized queries, or modify content inside the LDAP tree.
  Header Injection
  Other Vulnerability
This category comprises other attack vectors such as manipulating the PHP runtime, loading custom extensions, freezing the runtime, or similar.
  Regex Injection
Regex Injection enables an attacker to execute arbitrary code in your PHP process.
  XML Injection
XML Injection enables an attacker to read files on your local filesystem including configuration files, or can be abused to freeze your web-server process.
  Variable Injection
Variable Injection enables an attacker to overwrite program variables with custom data, and can lead to further vulnerabilities.
Unfortunately, the security analysis is currently not available for your project. If you are a non-commercial open-source project, please contact support to gain access.

composer.lock (1 issue)

Severity

Upgrade to new PHP Analysis Engine

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

1
{
2
    "_readme": [
3
        "This file locks the dependencies of your project to a known state",
4
        "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
5
        "This file is @generated automatically"
6
    ],
7
    "hash": "da347f772a0fd5f4fde4719bcdeee3bd",
8
    "packages": [
9
        {
10
            "name": "bower-asset/jquery",
11
            "version": "2.1.4",
12
            "source": {
13
                "type": "git",
14
                "url": "https://github.com/jquery/jquery.git",
15
                "reference": "7751e69b615c6eca6f783a81e292a55725af6b85"
16
            },
17
            "dist": {
18
                "type": "zip",
19
                "url": "https://api.github.com/repos/jquery/jquery/zipball/7751e69b615c6eca6f783a81e292a55725af6b85",
20
                "reference": "7751e69b615c6eca6f783a81e292a55725af6b85",
21
                "shasum": ""
22
            },
23
            "require-dev": {
24
                "bower-asset/qunit": "1.14.0",
25
                "bower-asset/requirejs": "2.1.10",
26
                "bower-asset/sinon": "1.8.1",
27
                "bower-asset/sizzle": "2.1.1-patch2"
28
            },
29
            "type": "bower-asset-library",
30
            "extra": {
31
                "bower-asset-main": "dist/jquery.js",
32
                "bower-asset-ignore": [
33
                    "**/.*",
34
                    "build",
35
                    "dist/cdn",
36
                    "speed",
37
                    "test",
38
                    "*.md",
39
                    "AUTHORS.txt",
40
                    "Gruntfile.js",
41
                    "package.json"
42
                ]
43
            },
44
            "license": [
45
                "MIT"
46
            ],
47
            "keywords": [
48
                "javascript",
49
                "jquery",
50
                "library"
51
            ]
52
        },
53
        {
54
            "name": "bower-asset/jquery.inputmask",
55
            "version": "3.1.62",
56
            "source": {
57
                "type": "git",
58
                "url": "https://github.com/RobinHerbots/jquery.inputmask.git",
59
                "reference": "da1a274cefa18a52a0519ac7ffe8e8d31e950eae"
60
            },
61
            "dist": {
62
                "type": "zip",
63
                "url": "https://api.github.com/repos/RobinHerbots/jquery.inputmask/zipball/da1a274cefa18a52a0519ac7ffe8e8d31e950eae",
64
                "reference": "da1a274cefa18a52a0519ac7ffe8e8d31e950eae",
65
                "shasum": ""
66
            },
67
            "require": {
68
                "bower-asset/jquery": ">=1.7"
69
            },
70
            "type": "bower-asset-library",
71
            "extra": {
72
                "bower-asset-main": [
73
                    "./dist/inputmask/jquery.inputmask.js",
74
                    "./dist/inputmask/jquery.inputmask.extensions.js",
75
                    "./dist/inputmask/jquery.inputmask.date.extensions.js",
76
                    "./dist/inputmask/jquery.inputmask.numeric.extensions.js",
77
                    "./dist/inputmask/jquery.inputmask.phone.extensions.js",
78
                    "./dist/inputmask/jquery.inputmask.regex.extensions.js"
79
                ],
80
                "bower-asset-ignore": [
81
                    "**/.*",
82
                    "qunit/",
83
                    "nuget/",
84
                    "tools/",
85
                    "js/",
86
                    "*.md",
87
                    "build.properties",
88
                    "build.xml",
89
                    "jquery.inputmask.jquery.json"
90
                ]
91
            },
92
            "license": [
93
                "http://opensource.org/licenses/mit-license.php"
94
            ],
95
            "description": "jquery.inputmask is a jquery plugin which create an input mask.",
96
            "keywords": [
97
                "form",
98
                "input",
99
                "inputmask",
100
                "jquery",
101
                "mask",
102
                "plugins"
103
            ]
104
        },
105
        {
106
            "name": "bower-asset/punycode",
107
            "version": "v1.3.2",
108
            "source": {
109
                "type": "git",
110
                "url": "https://github.com/bestiejs/punycode.js.git",
111
                "reference": "38c8d3131a82567bfef18da09f7f4db68c84f8a3"
112
            },
113
            "dist": {
114
                "type": "zip",
115
                "url": "https://api.github.com/repos/bestiejs/punycode.js/zipball/38c8d3131a82567bfef18da09f7f4db68c84f8a3",
116
                "reference": "38c8d3131a82567bfef18da09f7f4db68c84f8a3",
117
                "shasum": ""
118
            },
119
            "type": "bower-asset-library",
120
            "extra": {
121
                "bower-asset-main": "punycode.js",
122
                "bower-asset-ignore": [
123
                    "coverage",
124
                    "tests",
125
                    ".*",
126
                    "component.json",
127
                    "Gruntfile.js",
128
                    "node_modules",
129
                    "package.json"
130
                ]
131
            }
132
        },
133
        {
134
            "name": "bower-asset/yii2-pjax",
135
            "version": "v2.0.4",
136
            "source": {
137
                "type": "git",
138
                "url": "https://github.com/yiisoft/jquery-pjax.git",
139
                "reference": "3f20897307cca046fca5323b318475ae9dac0ca0"
140
            },
141
            "dist": {
142
                "type": "zip",
143
                "url": "https://api.github.com/repos/yiisoft/jquery-pjax/zipball/3f20897307cca046fca5323b318475ae9dac0ca0",
144
                "reference": "3f20897307cca046fca5323b318475ae9dac0ca0",
145
                "shasum": ""
146
            },
147
            "require": {
148
                "bower-asset/jquery": ">=1.8"
149
            },
150
            "type": "bower-asset-library",
151
            "extra": {
152
                "bower-asset-main": "./jquery.pjax.js",
153
                "bower-asset-ignore": [
154
                    ".travis.yml",
155
                    "Gemfile",
156
                    "Gemfile.lock",
157
                    "vendor/",
158
                    "script/",
159
                    "test/"
160
                ]
161
            },
162
            "license": [
163
                "MIT"
164
            ]
165
        },
166
        {
167
            "name": "cebe/markdown",
168
            "version": "1.0.2",
169
            "source": {
170
                "type": "git",
171
                "url": "https://github.com/cebe/markdown.git",
172
                "reference": "f681fee8303310415b746f3758eeda0a7ad08bda"
173
            },
174
            "dist": {
175
                "type": "zip",
176
                "url": "https://api.github.com/repos/cebe/markdown/zipball/f681fee8303310415b746f3758eeda0a7ad08bda",
177
                "reference": "f681fee8303310415b746f3758eeda0a7ad08bda",
178
                "shasum": ""
179
            },
180
            "require": {
181
                "lib-pcre": "*",
182
                "php": ">=5.4.0"
183
            },
184
            "require-dev": {
185
                "cebe/indent": "*",
186
                "facebook/xhprof": "*@dev",
187
                "phpunit/phpunit": "3.7.*"
188
            },
189
            "bin": [
190
                "bin/markdown"
191
            ],
192
            "type": "library",
193
            "extra": {
194
                "branch-alias": {
195
                    "dev-master": "1.0.x-dev"
196
                }
197
            },
198
            "autoload": {
199
                "psr-4": {
200
                    "cebe\\markdown\\": ""
201
                }
202
            },
203
            "notification-url": "https://packagist.org/downloads/",
204
            "license": [
205
                "MIT"
206
            ],
207
            "authors": [
208
                {
209
                    "name": "Carsten Brandt",
210
                    "email": "[email protected]",
211
                    "homepage": "http://cebe.cc/",
212
                    "role": "Creator"
213
                }
214
            ],
215
            "description": "A super fast, highly extensible markdown parser for PHP",
216
            "homepage": "https://github.com/cebe/markdown#readme",
217
            "keywords": [
218
                "extensible",
219
                "fast",
220
                "gfm",
221
                "markdown",
222
                "markdown-extra"
223
            ],
224
            "time": "2015-03-06 05:21:16"
225
        },
226
        {
227
            "name": "ezyang/htmlpurifier",
228
            "version": "v4.6.0",
229
            "source": {
230
                "type": "git",
231
                "url": "https://github.com/ezyang/htmlpurifier.git",
232
                "reference": "6f389f0f25b90d0b495308efcfa073981177f0fd"
233
            },
234
            "dist": {
235
                "type": "zip",
236
                "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/6f389f0f25b90d0b495308efcfa073981177f0fd",
237
                "reference": "6f389f0f25b90d0b495308efcfa073981177f0fd",
238
                "shasum": ""
239
            },
240
            "require": {
241
                "php": ">=5.2"
242
            },
243
            "type": "library",
244
            "autoload": {
245
                "psr-0": {
246
                    "HTMLPurifier": "library/"
247
                },
248
                "files": [
249
                    "library/HTMLPurifier.composer.php"
250
                ]
251
            },
252
            "notification-url": "https://packagist.org/downloads/",
253
            "license": [
254
                "LGPL"
255
            ],
256
            "authors": [
257
                {
258
                    "name": "Edward Z. Yang",
259
                    "email": "[email protected]",
260
                    "homepage": "http://ezyang.com",
261
                    "role": "Developer"
262
                }
263
            ],
264
            "description": "Standards compliant HTML filter written in PHP",
265
            "homepage": "http://htmlpurifier.org/",
266
            "keywords": [
267
                "html"
268
            ],
269
            "time": "2013-11-30 08:25:19"
270
        },
271
        {
272
            "name": "yiisoft/yii2",
0 ignored issues
show
273
            "version": "2.0.3",
274
            "source": {
275
                "type": "git",
276
                "url": "https://github.com/yiisoft/yii2-framework.git",
277
                "reference": "85b773a384f3894d558905cb13522bb338c99dba"
278
            },
279
            "dist": {
280
                "type": "zip",
281
                "url": "https://api.github.com/repos/yiisoft/yii2-framework/zipball/85b773a384f3894d558905cb13522bb338c99dba",
282
                "reference": "85b773a384f3894d558905cb13522bb338c99dba",
283
                "shasum": ""
284
            },
285
            "require": {
286
                "bower-asset/jquery": "2.1.*@stable | 1.11.*@stable",
287
                "bower-asset/jquery.inputmask": "3.1.*",
288
                "bower-asset/punycode": "1.3.*",
289
                "bower-asset/yii2-pjax": ">=2.0.1",
290
                "cebe/markdown": "~1.0.0",
291
                "ext-mbstring": "*",
292
                "ezyang/htmlpurifier": "4.6.*",
293
                "lib-pcre": "*",
294
                "php": ">=5.4.0",
295
                "yiisoft/yii2-composer": "*"
296
            },
297
            "bin": [
298
                "yii"
299
            ],
300
            "type": "library",
301
            "extra": {
302
                "branch-alias": {
303
                    "dev-master": "2.0.x-dev"
304
                }
305
            },
306
            "autoload": {
307
                "psr-4": {
308
                    "yii\\": ""
309
                }
310
            },
311
            "notification-url": "https://packagist.org/downloads/",
312
            "license": [
313
                "BSD-3-Clause"
314
            ],
315
            "authors": [
316
                {
317
                    "name": "Qiang Xue",
318
                    "email": "[email protected]",
319
                    "homepage": "http://www.yiiframework.com/",
320
                    "role": "Founder and project lead"
321
                },
322
                {
323
                    "name": "Alexander Makarov",
324
                    "email": "[email protected]",
325
                    "homepage": "http://rmcreative.ru/",
326
                    "role": "Core framework development"
327
                },
328
                {
329
                    "name": "Maurizio Domba",
330
                    "homepage": "http://mdomba.info/",
331
                    "role": "Core framework development"
332
                },
333
                {
334
                    "name": "Carsten Brandt",
335
                    "email": "[email protected]",
336
                    "homepage": "http://cebe.cc/",
337
                    "role": "Core framework development"
338
                },
339
                {
340
                    "name": "Timur Ruziev",
341
                    "email": "[email protected]",
342
                    "homepage": "http://resurtm.com/",
343
                    "role": "Core framework development"
344
                },
345
                {
346
                    "name": "Paul Klimov",
347
                    "email": "[email protected]",
348
                    "role": "Core framework development"
349
                }
350
            ],
351
            "description": "Yii PHP Framework Version 2",
352
            "homepage": "http://www.yiiframework.com/",
353
            "keywords": [
354
                "framework",
355
                "yii2"
356
            ],
357
            "time": "2015-03-01 06:22:44"
358
        },
359
        {
360
            "name": "yiisoft/yii2-composer",
361
            "version": "2.0.3",
362
            "source": {
363
                "type": "git",
364
                "url": "https://github.com/yiisoft/yii2-composer.git",
365
                "reference": "ca8d23707ae47d20b0454e4b135c156f6da6d7be"
366
            },
367
            "dist": {
368
                "type": "zip",
369
                "url": "https://api.github.com/repos/yiisoft/yii2-composer/zipball/ca8d23707ae47d20b0454e4b135c156f6da6d7be",
370
                "reference": "ca8d23707ae47d20b0454e4b135c156f6da6d7be",
371
                "shasum": ""
372
            },
373
            "require": {
374
                "composer-plugin-api": "1.0.0"
375
            },
376
            "type": "composer-plugin",
377
            "extra": {
378
                "class": "yii\\composer\\Plugin",
379
                "branch-alias": {
380
                    "dev-master": "2.0.x-dev"
381
                }
382
            },
383
            "autoload": {
384
                "psr-4": {
385
                    "yii\\composer\\": ""
386
                }
387
            },
388
            "notification-url": "https://packagist.org/downloads/",
389
            "license": [
390
                "BSD-3-Clause"
391
            ],
392
            "authors": [
393
                {
394
                    "name": "Qiang Xue",
395
                    "email": "[email protected]"
396
                }
397
            ],
398
            "description": "The composer plugin for Yii extension installer",
399
            "keywords": [
400
                "composer",
401
                "extension installer",
402
                "yii2"
403
            ],
404
            "time": "2015-03-01 06:22:44"
405
        }
406
    ],
407
    "packages-dev": [
408
        {
409
            "name": "doctrine/instantiator",
410
            "version": "1.0.4",
411
            "source": {
412
                "type": "git",
413
                "url": "https://github.com/doctrine/instantiator.git",
414
                "reference": "f976e5de371104877ebc89bd8fecb0019ed9c119"
415
            },
416
            "dist": {
417
                "type": "zip",
418
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/f976e5de371104877ebc89bd8fecb0019ed9c119",
419
                "reference": "f976e5de371104877ebc89bd8fecb0019ed9c119",
420
                "shasum": ""
421
            },
422
            "require": {
423
                "php": ">=5.3,<8.0-DEV"
424
            },
425
            "require-dev": {
426
                "athletic/athletic": "~0.1.8",
427
                "ext-pdo": "*",
428
                "ext-phar": "*",
429
                "phpunit/phpunit": "~4.0",
430
                "squizlabs/php_codesniffer": "2.0.*@ALPHA"
431
            },
432
            "type": "library",
433
            "extra": {
434
                "branch-alias": {
435
                    "dev-master": "1.0.x-dev"
436
                }
437
            },
438
            "autoload": {
439
                "psr-0": {
440
                    "Doctrine\\Instantiator\\": "src"
441
                }
442
            },
443
            "notification-url": "https://packagist.org/downloads/",
444
            "license": [
445
                "MIT"
446
            ],
447
            "authors": [
448
                {
449
                    "name": "Marco Pivetta",
450
                    "email": "[email protected]",
451
                    "homepage": "http://ocramius.github.com/"
452
                }
453
            ],
454
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
455
            "homepage": "https://github.com/doctrine/instantiator",
456
            "keywords": [
457
                "constructor",
458
                "instantiate"
459
            ],
460
            "time": "2014-10-13 12:58:55"
461
        },
462
        {
463
            "name": "phpdocumentor/reflection-docblock",
464
            "version": "2.0.4",
465
            "source": {
466
                "type": "git",
467
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
468
                "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8"
469
            },
470
            "dist": {
471
                "type": "zip",
472
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8",
473
                "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8",
474
                "shasum": ""
475
            },
476
            "require": {
477
                "php": ">=5.3.3"
478
            },
479
            "require-dev": {
480
                "phpunit/phpunit": "~4.0"
481
            },
482
            "suggest": {
483
                "dflydev/markdown": "~1.0",
484
                "erusev/parsedown": "~1.0"
485
            },
486
            "type": "library",
487
            "extra": {
488
                "branch-alias": {
489
                    "dev-master": "2.0.x-dev"
490
                }
491
            },
492
            "autoload": {
493
                "psr-0": {
494
                    "phpDocumentor": [
495
                        "src/"
496
                    ]
497
                }
498
            },
499
            "notification-url": "https://packagist.org/downloads/",
500
            "license": [
501
                "MIT"
502
            ],
503
            "authors": [
504
                {
505
                    "name": "Mike van Riel",
506
                    "email": "[email protected]"
507
                }
508
            ],
509
            "time": "2015-02-03 12:10:50"
510
        },
511
        {
512
            "name": "phpspec/prophecy",
513
            "version": "v1.4.1",
514
            "source": {
515
                "type": "git",
516
                "url": "https://github.com/phpspec/prophecy.git",
517
                "reference": "3132b1f44c7bf2ec4c7eb2d3cb78fdeca760d373"
518
            },
519
            "dist": {
520
                "type": "zip",
521
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/3132b1f44c7bf2ec4c7eb2d3cb78fdeca760d373",
522
                "reference": "3132b1f44c7bf2ec4c7eb2d3cb78fdeca760d373",
523
                "shasum": ""
524
            },
525
            "require": {
526
                "doctrine/instantiator": "^1.0.2",
527
                "phpdocumentor/reflection-docblock": "~2.0",
528
                "sebastian/comparator": "~1.1"
529
            },
530
            "require-dev": {
531
                "phpspec/phpspec": "~2.0"
532
            },
533
            "type": "library",
534
            "extra": {
535
                "branch-alias": {
536
                    "dev-master": "1.4.x-dev"
537
                }
538
            },
539
            "autoload": {
540
                "psr-0": {
541
                    "Prophecy\\": "src/"
542
                }
543
            },
544
            "notification-url": "https://packagist.org/downloads/",
545
            "license": [
546
                "MIT"
547
            ],
548
            "authors": [
549
                {
550
                    "name": "Konstantin Kudryashov",
551
                    "email": "[email protected]",
552
                    "homepage": "http://everzet.com"
553
                },
554
                {
555
                    "name": "Marcello Duarte",
556
                    "email": "[email protected]"
557
                }
558
            ],
559
            "description": "Highly opinionated mocking framework for PHP 5.3+",
560
            "homepage": "https://github.com/phpspec/prophecy",
561
            "keywords": [
562
                "Double",
563
                "Dummy",
564
                "fake",
565
                "mock",
566
                "spy",
567
                "stub"
568
            ],
569
            "time": "2015-04-27 22:15:08"
570
        },
571
        {
572
            "name": "phpunit/dbunit",
573
            "version": "1.3.2",
574
            "source": {
575
                "type": "git",
576
                "url": "https://github.com/sebastianbergmann/dbunit.git",
577
                "reference": "1507040c2541bdffd7fbd71fc792cecdea6a7c61"
578
            },
579
            "dist": {
580
                "type": "zip",
581
                "url": "https://api.github.com/repos/sebastianbergmann/dbunit/zipball/1507040c2541bdffd7fbd71fc792cecdea6a7c61",
582
                "reference": "1507040c2541bdffd7fbd71fc792cecdea6a7c61",
583
                "shasum": ""
584
            },
585
            "require": {
586
                "ext-pdo": "*",
587
                "ext-simplexml": "*",
588
                "php": ">=5.3.3",
589
                "phpunit/phpunit": "~3.7|~4.0",
590
                "symfony/yaml": "~2.1"
591
            },
592
            "bin": [
593
                "composer/bin/dbunit"
594
            ],
595
            "type": "library",
596
            "extra": {
597
                "branch-alias": {
598
                    "dev-master": "1.3.x-dev"
599
                }
600
            },
601
            "autoload": {
602
                "classmap": [
603
                    "PHPUnit/"
604
                ]
605
            },
606
            "notification-url": "https://packagist.org/downloads/",
607
            "include-path": [
608
                "",
609
                "../../symfony/yaml/"
610
            ],
611
            "license": [
612
                "BSD-3-Clause"
613
            ],
614
            "authors": [
615
                {
616
                    "name": "Sebastian Bergmann",
617
                    "email": "[email protected]",
618
                    "role": "lead"
619
                }
620
            ],
621
            "description": "DbUnit port for PHP/PHPUnit to support database interaction testing.",
622
            "homepage": "https://github.com/sebastianbergmann/dbunit/",
623
            "keywords": [
624
                "database",
625
                "testing",
626
                "xunit"
627
            ],
628
            "time": "2015-03-29 14:23:04"
629
        },
630
        {
631
            "name": "phpunit/php-code-coverage",
632
            "version": "2.0.16",
633
            "source": {
634
                "type": "git",
635
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
636
                "reference": "934fd03eb6840508231a7f73eb8940cf32c3b66c"
637
            },
638
            "dist": {
639
                "type": "zip",
640
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/934fd03eb6840508231a7f73eb8940cf32c3b66c",
641
                "reference": "934fd03eb6840508231a7f73eb8940cf32c3b66c",
642
                "shasum": ""
643
            },
644
            "require": {
645
                "php": ">=5.3.3",
646
                "phpunit/php-file-iterator": "~1.3",
647
                "phpunit/php-text-template": "~1.2",
648
                "phpunit/php-token-stream": "~1.3",
649
                "sebastian/environment": "~1.0",
650
                "sebastian/version": "~1.0"
651
            },
652
            "require-dev": {
653
                "ext-xdebug": ">=2.1.4",
654
                "phpunit/phpunit": "~4"
655
            },
656
            "suggest": {
657
                "ext-dom": "*",
658
                "ext-xdebug": ">=2.2.1",
659
                "ext-xmlwriter": "*"
660
            },
661
            "type": "library",
662
            "extra": {
663
                "branch-alias": {
664
                    "dev-master": "2.0.x-dev"
665
                }
666
            },
667
            "autoload": {
668
                "classmap": [
669
                    "src/"
670
                ]
671
            },
672
            "notification-url": "https://packagist.org/downloads/",
673
            "license": [
674
                "BSD-3-Clause"
675
            ],
676
            "authors": [
677
                {
678
                    "name": "Sebastian Bergmann",
679
                    "email": "[email protected]",
680
                    "role": "lead"
681
                }
682
            ],
683
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
684
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
685
            "keywords": [
686
                "coverage",
687
                "testing",
688
                "xunit"
689
            ],
690
            "time": "2015-04-11 04:35:00"
691
        },
692
        {
693
            "name": "phpunit/php-file-iterator",
694
            "version": "1.4.0",
695
            "source": {
696
                "type": "git",
697
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
698
                "reference": "a923bb15680d0089e2316f7a4af8f437046e96bb"
699
            },
700
            "dist": {
701
                "type": "zip",
702
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/a923bb15680d0089e2316f7a4af8f437046e96bb",
703
                "reference": "a923bb15680d0089e2316f7a4af8f437046e96bb",
704
                "shasum": ""
705
            },
706
            "require": {
707
                "php": ">=5.3.3"
708
            },
709
            "type": "library",
710
            "extra": {
711
                "branch-alias": {
712
                    "dev-master": "1.4.x-dev"
713
                }
714
            },
715
            "autoload": {
716
                "classmap": [
717
                    "src/"
718
                ]
719
            },
720
            "notification-url": "https://packagist.org/downloads/",
721
            "license": [
722
                "BSD-3-Clause"
723
            ],
724
            "authors": [
725
                {
726
                    "name": "Sebastian Bergmann",
727
                    "email": "[email protected]",
728
                    "role": "lead"
729
                }
730
            ],
731
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
732
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
733
            "keywords": [
734
                "filesystem",
735
                "iterator"
736
            ],
737
            "time": "2015-04-02 05:19:05"
738
        },
739
        {
740
            "name": "phpunit/php-text-template",
741
            "version": "1.2.0",
742
            "source": {
743
                "type": "git",
744
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
745
                "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a"
746
            },
747
            "dist": {
748
                "type": "zip",
749
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/206dfefc0ffe9cebf65c413e3d0e809c82fbf00a",
750
                "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a",
751
                "shasum": ""
752
            },
753
            "require": {
754
                "php": ">=5.3.3"
755
            },
756
            "type": "library",
757
            "autoload": {
758
                "classmap": [
759
                    "Text/"
760
                ]
761
            },
762
            "notification-url": "https://packagist.org/downloads/",
763
            "include-path": [
764
                ""
765
            ],
766
            "license": [
767
                "BSD-3-Clause"
768
            ],
769
            "authors": [
770
                {
771
                    "name": "Sebastian Bergmann",
772
                    "email": "[email protected]",
773
                    "role": "lead"
774
                }
775
            ],
776
            "description": "Simple template engine.",
777
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
778
            "keywords": [
779
                "template"
780
            ],
781
            "time": "2014-01-30 17:20:04"
782
        },
783
        {
784
            "name": "phpunit/php-timer",
785
            "version": "1.0.5",
786
            "source": {
787
                "type": "git",
788
                "url": "https://github.com/sebastianbergmann/php-timer.git",
789
                "reference": "19689d4354b295ee3d8c54b4f42c3efb69cbc17c"
790
            },
791
            "dist": {
792
                "type": "zip",
793
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/19689d4354b295ee3d8c54b4f42c3efb69cbc17c",
794
                "reference": "19689d4354b295ee3d8c54b4f42c3efb69cbc17c",
795
                "shasum": ""
796
            },
797
            "require": {
798
                "php": ">=5.3.3"
799
            },
800
            "type": "library",
801
            "autoload": {
802
                "classmap": [
803
                    "PHP/"
804
                ]
805
            },
806
            "notification-url": "https://packagist.org/downloads/",
807
            "include-path": [
808
                ""
809
            ],
810
            "license": [
811
                "BSD-3-Clause"
812
            ],
813
            "authors": [
814
                {
815
                    "name": "Sebastian Bergmann",
816
                    "email": "[email protected]",
817
                    "role": "lead"
818
                }
819
            ],
820
            "description": "Utility class for timing",
821
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
822
            "keywords": [
823
                "timer"
824
            ],
825
            "time": "2013-08-02 07:42:54"
826
        },
827
        {
828
            "name": "phpunit/php-token-stream",
829
            "version": "1.4.1",
830
            "source": {
831
                "type": "git",
832
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
833
                "reference": "eab81d02569310739373308137284e0158424330"
834
            },
835
            "dist": {
836
                "type": "zip",
837
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/eab81d02569310739373308137284e0158424330",
838
                "reference": "eab81d02569310739373308137284e0158424330",
839
                "shasum": ""
840
            },
841
            "require": {
842
                "ext-tokenizer": "*",
843
                "php": ">=5.3.3"
844
            },
845
            "require-dev": {
846
                "phpunit/phpunit": "~4.2"
847
            },
848
            "type": "library",
849
            "extra": {
850
                "branch-alias": {
851
                    "dev-master": "1.4-dev"
852
                }
853
            },
854
            "autoload": {
855
                "classmap": [
856
                    "src/"
857
                ]
858
            },
859
            "notification-url": "https://packagist.org/downloads/",
860
            "license": [
861
                "BSD-3-Clause"
862
            ],
863
            "authors": [
864
                {
865
                    "name": "Sebastian Bergmann",
866
                    "email": "[email protected]"
867
                }
868
            ],
869
            "description": "Wrapper around PHP's tokenizer extension.",
870
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
871
            "keywords": [
872
                "tokenizer"
873
            ],
874
            "time": "2015-04-08 04:46:07"
875
        },
876
        {
877
            "name": "phpunit/phpunit",
878
            "version": "4.6.5",
879
            "source": {
880
                "type": "git",
881
                "url": "https://github.com/sebastianbergmann/phpunit.git",
882
                "reference": "1c54dd1d9a782d7c8715bb3604cde7b6e23c2614"
883
            },
884
            "dist": {
885
                "type": "zip",
886
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/1c54dd1d9a782d7c8715bb3604cde7b6e23c2614",
887
                "reference": "1c54dd1d9a782d7c8715bb3604cde7b6e23c2614",
888
                "shasum": ""
889
            },
890
            "require": {
891
                "ext-dom": "*",
892
                "ext-json": "*",
893
                "ext-pcre": "*",
894
                "ext-reflection": "*",
895
                "ext-spl": "*",
896
                "php": ">=5.3.3",
897
                "phpspec/prophecy": "~1.3,>=1.3.1",
898
                "phpunit/php-code-coverage": "~2.0,>=2.0.11",
899
                "phpunit/php-file-iterator": "~1.4",
900
                "phpunit/php-text-template": "~1.2",
901
                "phpunit/php-timer": "~1.0",
902
                "phpunit/phpunit-mock-objects": "~2.3",
903
                "sebastian/comparator": "~1.1",
904
                "sebastian/diff": "~1.2",
905
                "sebastian/environment": "~1.2",
906
                "sebastian/exporter": "~1.2",
907
                "sebastian/global-state": "~1.0",
908
                "sebastian/version": "~1.0",
909
                "symfony/yaml": "~2.1|~3.0"
910
            },
911
            "suggest": {
912
                "phpunit/php-invoker": "~1.1"
913
            },
914
            "bin": [
915
                "phpunit"
916
            ],
917
            "type": "library",
918
            "extra": {
919
                "branch-alias": {
920
                    "dev-master": "4.6.x-dev"
921
                }
922
            },
923
            "autoload": {
924
                "classmap": [
925
                    "src/"
926
                ]
927
            },
928
            "notification-url": "https://packagist.org/downloads/",
929
            "license": [
930
                "BSD-3-Clause"
931
            ],
932
            "authors": [
933
                {
934
                    "name": "Sebastian Bergmann",
935
                    "email": "[email protected]",
936
                    "role": "lead"
937
                }
938
            ],
939
            "description": "The PHP Unit Testing framework.",
940
            "homepage": "https://phpunit.de/",
941
            "keywords": [
942
                "phpunit",
943
                "testing",
944
                "xunit"
945
            ],
946
            "time": "2015-04-29 05:04:43"
947
        },
948
        {
949
            "name": "phpunit/phpunit-mock-objects",
950
            "version": "2.3.1",
951
            "source": {
952
                "type": "git",
953
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
954
                "reference": "74ffb87f527f24616f72460e54b595f508dccb5c"
955
            },
956
            "dist": {
957
                "type": "zip",
958
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/74ffb87f527f24616f72460e54b595f508dccb5c",
959
                "reference": "74ffb87f527f24616f72460e54b595f508dccb5c",
960
                "shasum": ""
961
            },
962
            "require": {
963
                "doctrine/instantiator": "~1.0,>=1.0.2",
964
                "php": ">=5.3.3",
965
                "phpunit/php-text-template": "~1.2"
966
            },
967
            "require-dev": {
968
                "phpunit/phpunit": "~4.4"
969
            },
970
            "suggest": {
971
                "ext-soap": "*"
972
            },
973
            "type": "library",
974
            "extra": {
975
                "branch-alias": {
976
                    "dev-master": "2.3.x-dev"
977
                }
978
            },
979
            "autoload": {
980
                "classmap": [
981
                    "src/"
982
                ]
983
            },
984
            "notification-url": "https://packagist.org/downloads/",
985
            "license": [
986
                "BSD-3-Clause"
987
            ],
988
            "authors": [
989
                {
990
                    "name": "Sebastian Bergmann",
991
                    "email": "[email protected]",
992
                    "role": "lead"
993
                }
994
            ],
995
            "description": "Mock Object library for PHPUnit",
996
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
997
            "keywords": [
998
                "mock",
999
                "xunit"
1000
            ],
1001
            "time": "2015-04-02 05:36:41"
1002
        },
1003
        {
1004
            "name": "sebastian/comparator",
1005
            "version": "1.1.1",
1006
            "source": {
1007
                "type": "git",
1008
                "url": "https://github.com/sebastianbergmann/comparator.git",
1009
                "reference": "1dd8869519a225f7f2b9eb663e225298fade819e"
1010
            },
1011
            "dist": {
1012
                "type": "zip",
1013
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/1dd8869519a225f7f2b9eb663e225298fade819e",
1014
                "reference": "1dd8869519a225f7f2b9eb663e225298fade819e",
1015
                "shasum": ""
1016
            },
1017
            "require": {
1018
                "php": ">=5.3.3",
1019
                "sebastian/diff": "~1.2",
1020
                "sebastian/exporter": "~1.2"
1021
            },
1022
            "require-dev": {
1023
                "phpunit/phpunit": "~4.4"
1024
            },
1025
            "type": "library",
1026
            "extra": {
1027
                "branch-alias": {
1028
                    "dev-master": "1.1.x-dev"
1029
                }
1030
            },
1031
            "autoload": {
1032
                "classmap": [
1033
                    "src/"
1034
                ]
1035
            },
1036
            "notification-url": "https://packagist.org/downloads/",
1037
            "license": [
1038
                "BSD-3-Clause"
1039
            ],
1040
            "authors": [
1041
                {
1042
                    "name": "Jeff Welch",
1043
                    "email": "[email protected]"
1044
                },
1045
                {
1046
                    "name": "Volker Dusch",
1047
                    "email": "[email protected]"
1048
                },
1049
                {
1050
                    "name": "Bernhard Schussek",
1051
                    "email": "[email protected]"
1052
                },
1053
                {
1054
                    "name": "Sebastian Bergmann",
1055
                    "email": "[email protected]"
1056
                }
1057
            ],
1058
            "description": "Provides the functionality to compare PHP values for equality",
1059
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
1060
            "keywords": [
1061
                "comparator",
1062
                "compare",
1063
                "equality"
1064
            ],
1065
            "time": "2015-01-29 16:28:08"
1066
        },
1067
        {
1068
            "name": "sebastian/diff",
1069
            "version": "1.3.0",
1070
            "source": {
1071
                "type": "git",
1072
                "url": "https://github.com/sebastianbergmann/diff.git",
1073
                "reference": "863df9687835c62aa423a22412d26fa2ebde3fd3"
1074
            },
1075
            "dist": {
1076
                "type": "zip",
1077
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/863df9687835c62aa423a22412d26fa2ebde3fd3",
1078
                "reference": "863df9687835c62aa423a22412d26fa2ebde3fd3",
1079
                "shasum": ""
1080
            },
1081
            "require": {
1082
                "php": ">=5.3.3"
1083
            },
1084
            "require-dev": {
1085
                "phpunit/phpunit": "~4.2"
1086
            },
1087
            "type": "library",
1088
            "extra": {
1089
                "branch-alias": {
1090
                    "dev-master": "1.3-dev"
1091
                }
1092
            },
1093
            "autoload": {
1094
                "classmap": [
1095
                    "src/"
1096
                ]
1097
            },
1098
            "notification-url": "https://packagist.org/downloads/",
1099
            "license": [
1100
                "BSD-3-Clause"
1101
            ],
1102
            "authors": [
1103
                {
1104
                    "name": "Kore Nordmann",
1105
                    "email": "[email protected]"
1106
                },
1107
                {
1108
                    "name": "Sebastian Bergmann",
1109
                    "email": "[email protected]"
1110
                }
1111
            ],
1112
            "description": "Diff implementation",
1113
            "homepage": "http://www.github.com/sebastianbergmann/diff",
1114
            "keywords": [
1115
                "diff"
1116
            ],
1117
            "time": "2015-02-22 15:13:53"
1118
        },
1119
        {
1120
            "name": "sebastian/environment",
1121
            "version": "1.2.2",
1122
            "source": {
1123
                "type": "git",
1124
                "url": "https://github.com/sebastianbergmann/environment.git",
1125
                "reference": "5a8c7d31914337b69923db26c4221b81ff5a196e"
1126
            },
1127
            "dist": {
1128
                "type": "zip",
1129
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/5a8c7d31914337b69923db26c4221b81ff5a196e",
1130
                "reference": "5a8c7d31914337b69923db26c4221b81ff5a196e",
1131
                "shasum": ""
1132
            },
1133
            "require": {
1134
                "php": ">=5.3.3"
1135
            },
1136
            "require-dev": {
1137
                "phpunit/phpunit": "~4.4"
1138
            },
1139
            "type": "library",
1140
            "extra": {
1141
                "branch-alias": {
1142
                    "dev-master": "1.3.x-dev"
1143
                }
1144
            },
1145
            "autoload": {
1146
                "classmap": [
1147
                    "src/"
1148
                ]
1149
            },
1150
            "notification-url": "https://packagist.org/downloads/",
1151
            "license": [
1152
                "BSD-3-Clause"
1153
            ],
1154
            "authors": [
1155
                {
1156
                    "name": "Sebastian Bergmann",
1157
                    "email": "[email protected]"
1158
                }
1159
            ],
1160
            "description": "Provides functionality to handle HHVM/PHP environments",
1161
            "homepage": "http://www.github.com/sebastianbergmann/environment",
1162
            "keywords": [
1163
                "Xdebug",
1164
                "environment",
1165
                "hhvm"
1166
            ],
1167
            "time": "2015-01-01 10:01:08"
1168
        },
1169
        {
1170
            "name": "sebastian/exporter",
1171
            "version": "1.2.0",
1172
            "source": {
1173
                "type": "git",
1174
                "url": "https://github.com/sebastianbergmann/exporter.git",
1175
                "reference": "84839970d05254c73cde183a721c7af13aede943"
1176
            },
1177
            "dist": {
1178
                "type": "zip",
1179
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/84839970d05254c73cde183a721c7af13aede943",
1180
                "reference": "84839970d05254c73cde183a721c7af13aede943",
1181
                "shasum": ""
1182
            },
1183
            "require": {
1184
                "php": ">=5.3.3",
1185
                "sebastian/recursion-context": "~1.0"
1186
            },
1187
            "require-dev": {
1188
                "phpunit/phpunit": "~4.4"
1189
            },
1190
            "type": "library",
1191
            "extra": {
1192
                "branch-alias": {
1193
                    "dev-master": "1.2.x-dev"
1194
                }
1195
            },
1196
            "autoload": {
1197
                "classmap": [
1198
                    "src/"
1199
                ]
1200
            },
1201
            "notification-url": "https://packagist.org/downloads/",
1202
            "license": [
1203
                "BSD-3-Clause"
1204
            ],
1205
            "authors": [
1206
                {
1207
                    "name": "Jeff Welch",
1208
                    "email": "[email protected]"
1209
                },
1210
                {
1211
                    "name": "Volker Dusch",
1212
                    "email": "[email protected]"
1213
                },
1214
                {
1215
                    "name": "Bernhard Schussek",
1216
                    "email": "[email protected]"
1217
                },
1218
                {
1219
                    "name": "Sebastian Bergmann",
1220
                    "email": "[email protected]"
1221
                },
1222
                {
1223
                    "name": "Adam Harvey",
1224
                    "email": "[email protected]"
1225
                }
1226
            ],
1227
            "description": "Provides the functionality to export PHP variables for visualization",
1228
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
1229
            "keywords": [
1230
                "export",
1231
                "exporter"
1232
            ],
1233
            "time": "2015-01-27 07:23:06"
1234
        },
1235
        {
1236
            "name": "sebastian/global-state",
1237
            "version": "1.0.0",
1238
            "source": {
1239
                "type": "git",
1240
                "url": "https://github.com/sebastianbergmann/global-state.git",
1241
                "reference": "c7428acdb62ece0a45e6306f1ae85e1c05b09c01"
1242
            },
1243
            "dist": {
1244
                "type": "zip",
1245
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/c7428acdb62ece0a45e6306f1ae85e1c05b09c01",
1246
                "reference": "c7428acdb62ece0a45e6306f1ae85e1c05b09c01",
1247
                "shasum": ""
1248
            },
1249
            "require": {
1250
                "php": ">=5.3.3"
1251
            },
1252
            "require-dev": {
1253
                "phpunit/phpunit": "~4.2"
1254
            },
1255
            "suggest": {
1256
                "ext-uopz": "*"
1257
            },
1258
            "type": "library",
1259
            "extra": {
1260
                "branch-alias": {
1261
                    "dev-master": "1.0-dev"
1262
                }
1263
            },
1264
            "autoload": {
1265
                "classmap": [
1266
                    "src/"
1267
                ]
1268
            },
1269
            "notification-url": "https://packagist.org/downloads/",
1270
            "license": [
1271
                "BSD-3-Clause"
1272
            ],
1273
            "authors": [
1274
                {
1275
                    "name": "Sebastian Bergmann",
1276
                    "email": "[email protected]"
1277
                }
1278
            ],
1279
            "description": "Snapshotting of global state",
1280
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
1281
            "keywords": [
1282
                "global state"
1283
            ],
1284
            "time": "2014-10-06 09:23:50"
1285
        },
1286
        {
1287
            "name": "sebastian/recursion-context",
1288
            "version": "1.0.0",
1289
            "source": {
1290
                "type": "git",
1291
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
1292
                "reference": "3989662bbb30a29d20d9faa04a846af79b276252"
1293
            },
1294
            "dist": {
1295
                "type": "zip",
1296
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/3989662bbb30a29d20d9faa04a846af79b276252",
1297
                "reference": "3989662bbb30a29d20d9faa04a846af79b276252",
1298
                "shasum": ""
1299
            },
1300
            "require": {
1301
                "php": ">=5.3.3"
1302
            },
1303
            "require-dev": {
1304
                "phpunit/phpunit": "~4.4"
1305
            },
1306
            "type": "library",
1307
            "extra": {
1308
                "branch-alias": {
1309
                    "dev-master": "1.0.x-dev"
1310
                }
1311
            },
1312
            "autoload": {
1313
                "classmap": [
1314
                    "src/"
1315
                ]
1316
            },
1317
            "notification-url": "https://packagist.org/downloads/",
1318
            "license": [
1319
                "BSD-3-Clause"
1320
            ],
1321
            "authors": [
1322
                {
1323
                    "name": "Jeff Welch",
1324
                    "email": "[email protected]"
1325
                },
1326
                {
1327
                    "name": "Sebastian Bergmann",
1328
                    "email": "[email protected]"
1329
                },
1330
                {
1331
                    "name": "Adam Harvey",
1332
                    "email": "[email protected]"
1333
                }
1334
            ],
1335
            "description": "Provides functionality to recursively process PHP variables",
1336
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
1337
            "time": "2015-01-24 09:48:32"
1338
        },
1339
        {
1340
            "name": "sebastian/version",
1341
            "version": "1.0.5",
1342
            "source": {
1343
                "type": "git",
1344
                "url": "https://github.com/sebastianbergmann/version.git",
1345
                "reference": "ab931d46cd0d3204a91e1b9a40c4bc13032b58e4"
1346
            },
1347
            "dist": {
1348
                "type": "zip",
1349
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/ab931d46cd0d3204a91e1b9a40c4bc13032b58e4",
1350
                "reference": "ab931d46cd0d3204a91e1b9a40c4bc13032b58e4",
1351
                "shasum": ""
1352
            },
1353
            "type": "library",
1354
            "autoload": {
1355
                "classmap": [
1356
                    "src/"
1357
                ]
1358
            },
1359
            "notification-url": "https://packagist.org/downloads/",
1360
            "license": [
1361
                "BSD-3-Clause"
1362
            ],
1363
            "authors": [
1364
                {
1365
                    "name": "Sebastian Bergmann",
1366
                    "email": "[email protected]",
1367
                    "role": "lead"
1368
                }
1369
            ],
1370
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
1371
            "homepage": "https://github.com/sebastianbergmann/version",
1372
            "time": "2015-02-24 06:35:25"
1373
        },
1374
        {
1375
            "name": "symfony/yaml",
1376
            "version": "v2.6.6",
1377
            "target-dir": "Symfony/Component/Yaml",
1378
            "source": {
1379
                "type": "git",
1380
                "url": "https://github.com/symfony/Yaml.git",
1381
                "reference": "174f009ed36379a801109955fc5a71a49fe62dd4"
1382
            },
1383
            "dist": {
1384
                "type": "zip",
1385
                "url": "https://api.github.com/repos/symfony/Yaml/zipball/174f009ed36379a801109955fc5a71a49fe62dd4",
1386
                "reference": "174f009ed36379a801109955fc5a71a49fe62dd4",
1387
                "shasum": ""
1388
            },
1389
            "require": {
1390
                "php": ">=5.3.3"
1391
            },
1392
            "require-dev": {
1393
                "symfony/phpunit-bridge": "~2.7"
1394
            },
1395
            "type": "library",
1396
            "extra": {
1397
                "branch-alias": {
1398
                    "dev-master": "2.6-dev"
1399
                }
1400
            },
1401
            "autoload": {
1402
                "psr-0": {
1403
                    "Symfony\\Component\\Yaml\\": ""
1404
                }
1405
            },
1406
            "notification-url": "https://packagist.org/downloads/",
1407
            "license": [
1408
                "MIT"
1409
            ],
1410
            "authors": [
1411
                {
1412
                    "name": "Symfony Community",
1413
                    "homepage": "http://symfony.com/contributors"
1414
                },
1415
                {
1416
                    "name": "Fabien Potencier",
1417
                    "email": "[email protected]"
1418
                }
1419
            ],
1420
            "description": "Symfony Yaml Component",
1421
            "homepage": "http://symfony.com",
1422
            "time": "2015-03-30 15:54:10"
1423
        }
1424
    ],
1425
    "aliases": [],
1426
    "minimum-stability": "stable",
1427
    "stability-flags": [],
1428
    "prefer-stable": false,
1429
    "prefer-lowest": false,
1430
    "platform": [],
1431
    "platform-dev": []
1432
}
1433