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)

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