Issues (1)

Security Analysis    not enabled

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 https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
5
        "This file is @generated automatically"
6
    ],
7
    "hash": "49da8840fc4a82ac1ebfe1bcc3074e11",
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.63",
56
            "source": {
57
                "type": "git",
58
                "url": "https://github.com/RobinHerbots/jquery.inputmask.git",
59
                "reference": "c40c7287eadc31e341ebbf0c02352eb55b9cbc48"
60
            },
61
            "dist": {
62
                "type": "zip",
63
                "url": "https://api.github.com/repos/RobinHerbots/jquery.inputmask/zipball/c40c7287eadc31e341ebbf0c02352eb55b9cbc48",
64
                "reference": "c40c7287eadc31e341ebbf0c02352eb55b9cbc48",
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.1.0",
169
            "source": {
170
                "type": "git",
171
                "url": "https://github.com/cebe/markdown.git",
172
                "reference": "54a2c49de31cc44e864ebf0500a35ef21d0010b2"
173
            },
174
            "dist": {
175
                "type": "zip",
176
                "url": "https://api.github.com/repos/cebe/markdown/zipball/54a2c49de31cc44e864ebf0500a35ef21d0010b2",
177
                "reference": "54a2c49de31cc44e864ebf0500a35ef21d0010b2",
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": "4.1.*"
188
            },
189
            "bin": [
190
                "bin/markdown"
191
            ],
192
            "type": "library",
193
            "extra": {
194
                "branch-alias": {
195
                    "dev-master": "1.1.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:28:07"
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
                }
262
            ],
263
            "description": "Standards compliant HTML filter written in PHP",
264
            "homepage": "http://htmlpurifier.org/",
265
            "keywords": [
266
                "html"
267
            ],
268
            "time": "2013-11-30 08:25:19"
269
        },
270
        {
271
            "name": "imagine/imagine",
272
            "version": "v0.5.0",
273
            "source": {
274
                "type": "git",
275
                "url": "https://github.com/avalanche123/Imagine.git",
276
                "reference": "f64ec666baaa800edcbf237db41121a569230709"
277
            },
278
            "dist": {
279
                "type": "zip",
280
                "url": "https://api.github.com/repos/avalanche123/Imagine/zipball/f64ec666baaa800edcbf237db41121a569230709",
281
                "reference": "f64ec666baaa800edcbf237db41121a569230709",
282
                "shasum": ""
283
            },
284
            "require": {
285
                "php": ">=5.3.2"
286
            },
287
            "require-dev": {
288
                "sami/sami": "dev-master"
289
            },
290
            "suggest": {
291
                "ext-gd": "to use the GD implementation",
292
                "ext-gmagick": "to use the Gmagick implementation",
293
                "ext-imagick": "to use the Imagick implementation"
294
            },
295
            "type": "library",
296
            "autoload": {
297
                "psr-0": {
298
                    "Imagine": "lib/"
299
                }
300
            },
301
            "notification-url": "https://packagist.org/downloads/",
302
            "license": [
303
                "MIT"
304
            ],
305
            "authors": [
306
                {
307
                    "name": "Bulat Shakirzyanov",
308
                    "email": "[email protected]",
309
                    "homepage": "http://avalanche123.com"
310
                }
311
            ],
312
            "description": "Image processing for PHP 5.3",
313
            "homepage": "http://imagine.readthedocs.org/",
314
            "keywords": [
315
                "drawing",
316
                "graphics",
317
                "image manipulation",
318
                "image processing"
319
            ],
320
            "time": "2013-07-10 17:25:36"
321
        },
322
        {
323
            "name": "yiisoft/yii2",
0 ignored issues
show
There is a security advisory for your installed version of yiisoft/yii2:

class yii\web\ViewAction allowed to include arbitrary files that end with .php
Loading history...
324
            "version": "2.0.4",
325
            "source": {
326
                "type": "git",
327
                "url": "https://github.com/yiisoft/yii2-framework.git",
328
                "reference": "726867caee3f23aa7a6975c801e64b6021e14f86"
329
            },
330
            "dist": {
331
                "type": "zip",
332
                "url": "https://api.github.com/repos/yiisoft/yii2-framework/zipball/726867caee3f23aa7a6975c801e64b6021e14f86",
333
                "reference": "726867caee3f23aa7a6975c801e64b6021e14f86",
334
                "shasum": ""
335
            },
336
            "require": {
337
                "bower-asset/jquery": "2.1.*@stable | 1.11.*@stable",
338
                "bower-asset/jquery.inputmask": "3.1.*",
339
                "bower-asset/punycode": "1.3.*",
340
                "bower-asset/yii2-pjax": ">=2.0.1",
341
                "cebe/markdown": "~1.0.0 | ~1.1.0",
342
                "ext-mbstring": "*",
343
                "ezyang/htmlpurifier": "4.6.*",
344
                "lib-pcre": "*",
345
                "php": ">=5.4.0",
346
                "yiisoft/yii2-composer": "*"
347
            },
348
            "bin": [
349
                "yii"
350
            ],
351
            "type": "library",
352
            "extra": {
353
                "branch-alias": {
354
                    "dev-master": "2.0.x-dev"
355
                }
356
            },
357
            "autoload": {
358
                "psr-4": {
359
                    "yii\\": ""
360
                }
361
            },
362
            "notification-url": "https://packagist.org/downloads/",
363
            "license": [
364
                "BSD-3-Clause"
365
            ],
366
            "authors": [
367
                {
368
                    "name": "Qiang Xue",
369
                    "email": "[email protected]",
370
                    "homepage": "http://www.yiiframework.com/",
371
                    "role": "Founder and project lead"
372
                },
373
                {
374
                    "name": "Alexander Makarov",
375
                    "email": "[email protected]",
376
                    "homepage": "http://rmcreative.ru/",
377
                    "role": "Core framework development"
378
                },
379
                {
380
                    "name": "Maurizio Domba",
381
                    "homepage": "http://mdomba.info/",
382
                    "role": "Core framework development"
383
                },
384
                {
385
                    "name": "Carsten Brandt",
386
                    "email": "[email protected]",
387
                    "homepage": "http://cebe.cc/",
388
                    "role": "Core framework development"
389
                },
390
                {
391
                    "name": "Timur Ruziev",
392
                    "email": "[email protected]",
393
                    "homepage": "http://resurtm.com/",
394
                    "role": "Core framework development"
395
                },
396
                {
397
                    "name": "Paul Klimov",
398
                    "email": "[email protected]",
399
                    "role": "Core framework development"
400
                }
401
            ],
402
            "description": "Yii PHP Framework Version 2",
403
            "homepage": "http://www.yiiframework.com/",
404
            "keywords": [
405
                "framework",
406
                "yii2"
407
            ],
408
            "time": "2015-05-10 20:09:47"
409
        },
410
        {
411
            "name": "yiisoft/yii2-composer",
412
            "version": "2.0.3",
413
            "source": {
414
                "type": "git",
415
                "url": "https://github.com/yiisoft/yii2-composer.git",
416
                "reference": "ca8d23707ae47d20b0454e4b135c156f6da6d7be"
417
            },
418
            "dist": {
419
                "type": "zip",
420
                "url": "https://api.github.com/repos/yiisoft/yii2-composer/zipball/ca8d23707ae47d20b0454e4b135c156f6da6d7be",
421
                "reference": "ca8d23707ae47d20b0454e4b135c156f6da6d7be",
422
                "shasum": ""
423
            },
424
            "require": {
425
                "composer-plugin-api": "1.0.0"
426
            },
427
            "type": "composer-plugin",
428
            "extra": {
429
                "class": "yii\\composer\\Plugin",
430
                "branch-alias": {
431
                    "dev-master": "2.0.x-dev"
432
                }
433
            },
434
            "autoload": {
435
                "psr-4": {
436
                    "yii\\composer\\": ""
437
                }
438
            },
439
            "notification-url": "https://packagist.org/downloads/",
440
            "license": [
441
                "BSD-3-Clause"
442
            ],
443
            "authors": [
444
                {
445
                    "name": "Qiang Xue",
446
                    "email": "[email protected]"
447
                }
448
            ],
449
            "description": "The composer plugin for Yii extension installer",
450
            "keywords": [
451
                "composer",
452
                "extension installer",
453
                "yii2"
454
            ],
455
            "time": "2015-03-01 06:22:44"
456
        },
457
        {
458
            "name": "yiisoft/yii2-imagine",
459
            "version": "2.0.3",
460
            "source": {
461
                "type": "git",
462
                "url": "https://github.com/yiisoft/yii2-imagine.git",
463
                "reference": "0961343138b65bba447de84b2b300899617e6acc"
464
            },
465
            "dist": {
466
                "type": "zip",
467
                "url": "https://api.github.com/repos/yiisoft/yii2-imagine/zipball/0961343138b65bba447de84b2b300899617e6acc",
468
                "reference": "0961343138b65bba447de84b2b300899617e6acc",
469
                "shasum": ""
470
            },
471
            "require": {
472
                "imagine/imagine": "0.5.*",
473
                "yiisoft/yii2": "*"
474
            },
475
            "type": "yii2-extension",
476
            "extra": {
477
                "branch-alias": {
478
                    "dev-master": "2.0.x-dev"
479
                }
480
            },
481
            "autoload": {
482
                "psr-4": {
483
                    "yii\\imagine\\": ""
484
                }
485
            },
486
            "notification-url": "https://packagist.org/downloads/",
487
            "license": [
488
                "BSD-3-Clause"
489
            ],
490
            "authors": [
491
                {
492
                    "name": "Antonio Ramirez",
493
                    "email": "[email protected]"
494
                }
495
            ],
496
            "description": "The Imagine integration for the Yii framework",
497
            "keywords": [
498
                "helper",
499
                "image",
500
                "imagine",
501
                "yii2"
502
            ],
503
            "time": "2015-03-01 06:22:44"
504
        }
505
    ],
506
    "packages-dev": [
507
        {
508
            "name": "doctrine/instantiator",
509
            "version": "1.0.4",
510
            "source": {
511
                "type": "git",
512
                "url": "https://github.com/doctrine/instantiator.git",
513
                "reference": "f976e5de371104877ebc89bd8fecb0019ed9c119"
514
            },
515
            "dist": {
516
                "type": "zip",
517
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/f976e5de371104877ebc89bd8fecb0019ed9c119",
518
                "reference": "f976e5de371104877ebc89bd8fecb0019ed9c119",
519
                "shasum": ""
520
            },
521
            "require": {
522
                "php": ">=5.3,<8.0-DEV"
523
            },
524
            "require-dev": {
525
                "athletic/athletic": "~0.1.8",
526
                "ext-pdo": "*",
527
                "ext-phar": "*",
528
                "phpunit/phpunit": "~4.0",
529
                "squizlabs/php_codesniffer": "2.0.*@ALPHA"
530
            },
531
            "type": "library",
532
            "extra": {
533
                "branch-alias": {
534
                    "dev-master": "1.0.x-dev"
535
                }
536
            },
537
            "autoload": {
538
                "psr-0": {
539
                    "Doctrine\\Instantiator\\": "src"
540
                }
541
            },
542
            "notification-url": "https://packagist.org/downloads/",
543
            "license": [
544
                "MIT"
545
            ],
546
            "authors": [
547
                {
548
                    "name": "Marco Pivetta",
549
                    "email": "[email protected]",
550
                    "homepage": "http://ocramius.github.com/"
551
                }
552
            ],
553
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
554
            "homepage": "https://github.com/doctrine/instantiator",
555
            "keywords": [
556
                "constructor",
557
                "instantiate"
558
            ],
559
            "time": "2014-10-13 12:58:55"
560
        },
561
        {
562
            "name": "phpdocumentor/reflection-docblock",
563
            "version": "2.0.4",
564
            "source": {
565
                "type": "git",
566
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
567
                "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8"
568
            },
569
            "dist": {
570
                "type": "zip",
571
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8",
572
                "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8",
573
                "shasum": ""
574
            },
575
            "require": {
576
                "php": ">=5.3.3"
577
            },
578
            "require-dev": {
579
                "phpunit/phpunit": "~4.0"
580
            },
581
            "suggest": {
582
                "dflydev/markdown": "~1.0",
583
                "erusev/parsedown": "~1.0"
584
            },
585
            "type": "library",
586
            "extra": {
587
                "branch-alias": {
588
                    "dev-master": "2.0.x-dev"
589
                }
590
            },
591
            "autoload": {
592
                "psr-0": {
593
                    "phpDocumentor": [
594
                        "src/"
595
                    ]
596
                }
597
            },
598
            "notification-url": "https://packagist.org/downloads/",
599
            "license": [
600
                "MIT"
601
            ],
602
            "authors": [
603
                {
604
                    "name": "Mike van Riel",
605
                    "email": "[email protected]"
606
                }
607
            ],
608
            "time": "2015-02-03 12:10:50"
609
        },
610
        {
611
            "name": "phpspec/prophecy",
612
            "version": "v1.4.1",
613
            "source": {
614
                "type": "git",
615
                "url": "https://github.com/phpspec/prophecy.git",
616
                "reference": "3132b1f44c7bf2ec4c7eb2d3cb78fdeca760d373"
617
            },
618
            "dist": {
619
                "type": "zip",
620
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/3132b1f44c7bf2ec4c7eb2d3cb78fdeca760d373",
621
                "reference": "3132b1f44c7bf2ec4c7eb2d3cb78fdeca760d373",
622
                "shasum": ""
623
            },
624
            "require": {
625
                "doctrine/instantiator": "^1.0.2",
626
                "phpdocumentor/reflection-docblock": "~2.0",
627
                "sebastian/comparator": "~1.1"
628
            },
629
            "require-dev": {
630
                "phpspec/phpspec": "~2.0"
631
            },
632
            "type": "library",
633
            "extra": {
634
                "branch-alias": {
635
                    "dev-master": "1.4.x-dev"
636
                }
637
            },
638
            "autoload": {
639
                "psr-0": {
640
                    "Prophecy\\": "src/"
641
                }
642
            },
643
            "notification-url": "https://packagist.org/downloads/",
644
            "license": [
645
                "MIT"
646
            ],
647
            "authors": [
648
                {
649
                    "name": "Konstantin Kudryashov",
650
                    "email": "[email protected]",
651
                    "homepage": "http://everzet.com"
652
                },
653
                {
654
                    "name": "Marcello Duarte",
655
                    "email": "[email protected]"
656
                }
657
            ],
658
            "description": "Highly opinionated mocking framework for PHP 5.3+",
659
            "homepage": "https://github.com/phpspec/prophecy",
660
            "keywords": [
661
                "Double",
662
                "Dummy",
663
                "fake",
664
                "mock",
665
                "spy",
666
                "stub"
667
            ],
668
            "time": "2015-04-27 22:15:08"
669
        },
670
        {
671
            "name": "phpunit/dbunit",
672
            "version": "1.3.2",
673
            "source": {
674
                "type": "git",
675
                "url": "https://github.com/sebastianbergmann/dbunit.git",
676
                "reference": "1507040c2541bdffd7fbd71fc792cecdea6a7c61"
677
            },
678
            "dist": {
679
                "type": "zip",
680
                "url": "https://api.github.com/repos/sebastianbergmann/dbunit/zipball/1507040c2541bdffd7fbd71fc792cecdea6a7c61",
681
                "reference": "1507040c2541bdffd7fbd71fc792cecdea6a7c61",
682
                "shasum": ""
683
            },
684
            "require": {
685
                "ext-pdo": "*",
686
                "ext-simplexml": "*",
687
                "php": ">=5.3.3",
688
                "phpunit/phpunit": "~3.7|~4.0",
689
                "symfony/yaml": "~2.1"
690
            },
691
            "bin": [
692
                "composer/bin/dbunit"
693
            ],
694
            "type": "library",
695
            "extra": {
696
                "branch-alias": {
697
                    "dev-master": "1.3.x-dev"
698
                }
699
            },
700
            "autoload": {
701
                "classmap": [
702
                    "PHPUnit/"
703
                ]
704
            },
705
            "notification-url": "https://packagist.org/downloads/",
706
            "include-path": [
707
                "",
708
                "../../symfony/yaml/"
709
            ],
710
            "license": [
711
                "BSD-3-Clause"
712
            ],
713
            "authors": [
714
                {
715
                    "name": "Sebastian Bergmann",
716
                    "email": "[email protected]",
717
                    "role": "lead"
718
                }
719
            ],
720
            "description": "DbUnit port for PHP/PHPUnit to support database interaction testing.",
721
            "homepage": "https://github.com/sebastianbergmann/dbunit/",
722
            "keywords": [
723
                "database",
724
                "testing",
725
                "xunit"
726
            ],
727
            "time": "2015-03-29 14:23:04"
728
        },
729
        {
730
            "name": "phpunit/php-code-coverage",
731
            "version": "2.0.17",
732
            "source": {
733
                "type": "git",
734
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
735
                "reference": "c4e8e7725e351184a76544634855b8a9c405a6e3"
736
            },
737
            "dist": {
738
                "type": "zip",
739
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/c4e8e7725e351184a76544634855b8a9c405a6e3",
740
                "reference": "c4e8e7725e351184a76544634855b8a9c405a6e3",
741
                "shasum": ""
742
            },
743
            "require": {
744
                "php": ">=5.3.3",
745
                "phpunit/php-file-iterator": "~1.3",
746
                "phpunit/php-text-template": "~1.2",
747
                "phpunit/php-token-stream": "~1.3",
748
                "sebastian/environment": "~1.0",
749
                "sebastian/version": "~1.0"
750
            },
751
            "require-dev": {
752
                "ext-xdebug": ">=2.1.4",
753
                "phpunit/phpunit": "~4"
754
            },
755
            "suggest": {
756
                "ext-dom": "*",
757
                "ext-xdebug": ">=2.2.1",
758
                "ext-xmlwriter": "*"
759
            },
760
            "type": "library",
761
            "extra": {
762
                "branch-alias": {
763
                    "dev-master": "2.0.x-dev"
764
                }
765
            },
766
            "autoload": {
767
                "classmap": [
768
                    "src/"
769
                ]
770
            },
771
            "notification-url": "https://packagist.org/downloads/",
772
            "license": [
773
                "BSD-3-Clause"
774
            ],
775
            "authors": [
776
                {
777
                    "name": "Sebastian Bergmann",
778
                    "email": "[email protected]",
779
                    "role": "lead"
780
                }
781
            ],
782
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
783
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
784
            "keywords": [
785
                "coverage",
786
                "testing",
787
                "xunit"
788
            ],
789
            "time": "2015-05-25 05:11:59"
790
        },
791
        {
792
            "name": "phpunit/php-file-iterator",
793
            "version": "1.4.0",
794
            "source": {
795
                "type": "git",
796
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
797
                "reference": "a923bb15680d0089e2316f7a4af8f437046e96bb"
798
            },
799
            "dist": {
800
                "type": "zip",
801
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/a923bb15680d0089e2316f7a4af8f437046e96bb",
802
                "reference": "a923bb15680d0089e2316f7a4af8f437046e96bb",
803
                "shasum": ""
804
            },
805
            "require": {
806
                "php": ">=5.3.3"
807
            },
808
            "type": "library",
809
            "extra": {
810
                "branch-alias": {
811
                    "dev-master": "1.4.x-dev"
812
                }
813
            },
814
            "autoload": {
815
                "classmap": [
816
                    "src/"
817
                ]
818
            },
819
            "notification-url": "https://packagist.org/downloads/",
820
            "license": [
821
                "BSD-3-Clause"
822
            ],
823
            "authors": [
824
                {
825
                    "name": "Sebastian Bergmann",
826
                    "email": "[email protected]",
827
                    "role": "lead"
828
                }
829
            ],
830
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
831
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
832
            "keywords": [
833
                "filesystem",
834
                "iterator"
835
            ],
836
            "time": "2015-04-02 05:19:05"
837
        },
838
        {
839
            "name": "phpunit/php-text-template",
840
            "version": "1.2.0",
841
            "source": {
842
                "type": "git",
843
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
844
                "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a"
845
            },
846
            "dist": {
847
                "type": "zip",
848
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/206dfefc0ffe9cebf65c413e3d0e809c82fbf00a",
849
                "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a",
850
                "shasum": ""
851
            },
852
            "require": {
853
                "php": ">=5.3.3"
854
            },
855
            "type": "library",
856
            "autoload": {
857
                "classmap": [
858
                    "Text/"
859
                ]
860
            },
861
            "notification-url": "https://packagist.org/downloads/",
862
            "include-path": [
863
                ""
864
            ],
865
            "license": [
866
                "BSD-3-Clause"
867
            ],
868
            "authors": [
869
                {
870
                    "name": "Sebastian Bergmann",
871
                    "email": "[email protected]",
872
                    "role": "lead"
873
                }
874
            ],
875
            "description": "Simple template engine.",
876
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
877
            "keywords": [
878
                "template"
879
            ],
880
            "time": "2014-01-30 17:20:04"
881
        },
882
        {
883
            "name": "phpunit/php-timer",
884
            "version": "1.0.5",
885
            "source": {
886
                "type": "git",
887
                "url": "https://github.com/sebastianbergmann/php-timer.git",
888
                "reference": "19689d4354b295ee3d8c54b4f42c3efb69cbc17c"
889
            },
890
            "dist": {
891
                "type": "zip",
892
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/19689d4354b295ee3d8c54b4f42c3efb69cbc17c",
893
                "reference": "19689d4354b295ee3d8c54b4f42c3efb69cbc17c",
894
                "shasum": ""
895
            },
896
            "require": {
897
                "php": ">=5.3.3"
898
            },
899
            "type": "library",
900
            "autoload": {
901
                "classmap": [
902
                    "PHP/"
903
                ]
904
            },
905
            "notification-url": "https://packagist.org/downloads/",
906
            "include-path": [
907
                ""
908
            ],
909
            "license": [
910
                "BSD-3-Clause"
911
            ],
912
            "authors": [
913
                {
914
                    "name": "Sebastian Bergmann",
915
                    "email": "[email protected]",
916
                    "role": "lead"
917
                }
918
            ],
919
            "description": "Utility class for timing",
920
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
921
            "keywords": [
922
                "timer"
923
            ],
924
            "time": "2013-08-02 07:42:54"
925
        },
926
        {
927
            "name": "phpunit/php-token-stream",
928
            "version": "1.4.1",
929
            "source": {
930
                "type": "git",
931
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
932
                "reference": "eab81d02569310739373308137284e0158424330"
933
            },
934
            "dist": {
935
                "type": "zip",
936
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/eab81d02569310739373308137284e0158424330",
937
                "reference": "eab81d02569310739373308137284e0158424330",
938
                "shasum": ""
939
            },
940
            "require": {
941
                "ext-tokenizer": "*",
942
                "php": ">=5.3.3"
943
            },
944
            "require-dev": {
945
                "phpunit/phpunit": "~4.2"
946
            },
947
            "type": "library",
948
            "extra": {
949
                "branch-alias": {
950
                    "dev-master": "1.4-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
                }
967
            ],
968
            "description": "Wrapper around PHP's tokenizer extension.",
969
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
970
            "keywords": [
971
                "tokenizer"
972
            ],
973
            "time": "2015-04-08 04:46:07"
974
        },
975
        {
976
            "name": "phpunit/phpunit",
977
            "version": "4.6.7",
978
            "source": {
979
                "type": "git",
980
                "url": "https://github.com/sebastianbergmann/phpunit.git",
981
                "reference": "57bf06dd4eebe2a5ced79a8de71509e7d5c18b25"
982
            },
983
            "dist": {
984
                "type": "zip",
985
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/57bf06dd4eebe2a5ced79a8de71509e7d5c18b25",
986
                "reference": "57bf06dd4eebe2a5ced79a8de71509e7d5c18b25",
987
                "shasum": ""
988
            },
989
            "require": {
990
                "ext-dom": "*",
991
                "ext-json": "*",
992
                "ext-pcre": "*",
993
                "ext-reflection": "*",
994
                "ext-spl": "*",
995
                "php": ">=5.3.3",
996
                "phpspec/prophecy": "~1.3,>=1.3.1",
997
                "phpunit/php-code-coverage": "~2.0,>=2.0.11",
998
                "phpunit/php-file-iterator": "~1.4",
999
                "phpunit/php-text-template": "~1.2",
1000
                "phpunit/php-timer": "~1.0",
1001
                "phpunit/phpunit-mock-objects": "~2.3",
1002
                "sebastian/comparator": "~1.1",
1003
                "sebastian/diff": "~1.2",
1004
                "sebastian/environment": "~1.2",
1005
                "sebastian/exporter": "~1.2",
1006
                "sebastian/global-state": "~1.0",
1007
                "sebastian/version": "~1.0",
1008
                "symfony/yaml": "~2.1|~3.0"
1009
            },
1010
            "suggest": {
1011
                "phpunit/php-invoker": "~1.1"
1012
            },
1013
            "bin": [
1014
                "phpunit"
1015
            ],
1016
            "type": "library",
1017
            "extra": {
1018
                "branch-alias": {
1019
                    "dev-master": "4.6.x-dev"
1020
                }
1021
            },
1022
            "autoload": {
1023
                "classmap": [
1024
                    "src/"
1025
                ]
1026
            },
1027
            "notification-url": "https://packagist.org/downloads/",
1028
            "license": [
1029
                "BSD-3-Clause"
1030
            ],
1031
            "authors": [
1032
                {
1033
                    "name": "Sebastian Bergmann",
1034
                    "email": "[email protected]",
1035
                    "role": "lead"
1036
                }
1037
            ],
1038
            "description": "The PHP Unit Testing framework.",
1039
            "homepage": "https://phpunit.de/",
1040
            "keywords": [
1041
                "phpunit",
1042
                "testing",
1043
                "xunit"
1044
            ],
1045
            "time": "2015-05-25 05:18:18"
1046
        },
1047
        {
1048
            "name": "phpunit/phpunit-mock-objects",
1049
            "version": "2.3.1",
1050
            "source": {
1051
                "type": "git",
1052
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
1053
                "reference": "74ffb87f527f24616f72460e54b595f508dccb5c"
1054
            },
1055
            "dist": {
1056
                "type": "zip",
1057
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/74ffb87f527f24616f72460e54b595f508dccb5c",
1058
                "reference": "74ffb87f527f24616f72460e54b595f508dccb5c",
1059
                "shasum": ""
1060
            },
1061
            "require": {
1062
                "doctrine/instantiator": "~1.0,>=1.0.2",
1063
                "php": ">=5.3.3",
1064
                "phpunit/php-text-template": "~1.2"
1065
            },
1066
            "require-dev": {
1067
                "phpunit/phpunit": "~4.4"
1068
            },
1069
            "suggest": {
1070
                "ext-soap": "*"
1071
            },
1072
            "type": "library",
1073
            "extra": {
1074
                "branch-alias": {
1075
                    "dev-master": "2.3.x-dev"
1076
                }
1077
            },
1078
            "autoload": {
1079
                "classmap": [
1080
                    "src/"
1081
                ]
1082
            },
1083
            "notification-url": "https://packagist.org/downloads/",
1084
            "license": [
1085
                "BSD-3-Clause"
1086
            ],
1087
            "authors": [
1088
                {
1089
                    "name": "Sebastian Bergmann",
1090
                    "email": "[email protected]",
1091
                    "role": "lead"
1092
                }
1093
            ],
1094
            "description": "Mock Object library for PHPUnit",
1095
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
1096
            "keywords": [
1097
                "mock",
1098
                "xunit"
1099
            ],
1100
            "time": "2015-04-02 05:36:41"
1101
        },
1102
        {
1103
            "name": "sebastian/comparator",
1104
            "version": "1.1.1",
1105
            "source": {
1106
                "type": "git",
1107
                "url": "https://github.com/sebastianbergmann/comparator.git",
1108
                "reference": "1dd8869519a225f7f2b9eb663e225298fade819e"
1109
            },
1110
            "dist": {
1111
                "type": "zip",
1112
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/1dd8869519a225f7f2b9eb663e225298fade819e",
1113
                "reference": "1dd8869519a225f7f2b9eb663e225298fade819e",
1114
                "shasum": ""
1115
            },
1116
            "require": {
1117
                "php": ">=5.3.3",
1118
                "sebastian/diff": "~1.2",
1119
                "sebastian/exporter": "~1.2"
1120
            },
1121
            "require-dev": {
1122
                "phpunit/phpunit": "~4.4"
1123
            },
1124
            "type": "library",
1125
            "extra": {
1126
                "branch-alias": {
1127
                    "dev-master": "1.1.x-dev"
1128
                }
1129
            },
1130
            "autoload": {
1131
                "classmap": [
1132
                    "src/"
1133
                ]
1134
            },
1135
            "notification-url": "https://packagist.org/downloads/",
1136
            "license": [
1137
                "BSD-3-Clause"
1138
            ],
1139
            "authors": [
1140
                {
1141
                    "name": "Jeff Welch",
1142
                    "email": "[email protected]"
1143
                },
1144
                {
1145
                    "name": "Volker Dusch",
1146
                    "email": "[email protected]"
1147
                },
1148
                {
1149
                    "name": "Bernhard Schussek",
1150
                    "email": "[email protected]"
1151
                },
1152
                {
1153
                    "name": "Sebastian Bergmann",
1154
                    "email": "[email protected]"
1155
                }
1156
            ],
1157
            "description": "Provides the functionality to compare PHP values for equality",
1158
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
1159
            "keywords": [
1160
                "comparator",
1161
                "compare",
1162
                "equality"
1163
            ],
1164
            "time": "2015-01-29 16:28:08"
1165
        },
1166
        {
1167
            "name": "sebastian/diff",
1168
            "version": "1.3.0",
1169
            "source": {
1170
                "type": "git",
1171
                "url": "https://github.com/sebastianbergmann/diff.git",
1172
                "reference": "863df9687835c62aa423a22412d26fa2ebde3fd3"
1173
            },
1174
            "dist": {
1175
                "type": "zip",
1176
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/863df9687835c62aa423a22412d26fa2ebde3fd3",
1177
                "reference": "863df9687835c62aa423a22412d26fa2ebde3fd3",
1178
                "shasum": ""
1179
            },
1180
            "require": {
1181
                "php": ">=5.3.3"
1182
            },
1183
            "require-dev": {
1184
                "phpunit/phpunit": "~4.2"
1185
            },
1186
            "type": "library",
1187
            "extra": {
1188
                "branch-alias": {
1189
                    "dev-master": "1.3-dev"
1190
                }
1191
            },
1192
            "autoload": {
1193
                "classmap": [
1194
                    "src/"
1195
                ]
1196
            },
1197
            "notification-url": "https://packagist.org/downloads/",
1198
            "license": [
1199
                "BSD-3-Clause"
1200
            ],
1201
            "authors": [
1202
                {
1203
                    "name": "Kore Nordmann",
1204
                    "email": "[email protected]"
1205
                },
1206
                {
1207
                    "name": "Sebastian Bergmann",
1208
                    "email": "[email protected]"
1209
                }
1210
            ],
1211
            "description": "Diff implementation",
1212
            "homepage": "http://www.github.com/sebastianbergmann/diff",
1213
            "keywords": [
1214
                "diff"
1215
            ],
1216
            "time": "2015-02-22 15:13:53"
1217
        },
1218
        {
1219
            "name": "sebastian/environment",
1220
            "version": "1.2.2",
1221
            "source": {
1222
                "type": "git",
1223
                "url": "https://github.com/sebastianbergmann/environment.git",
1224
                "reference": "5a8c7d31914337b69923db26c4221b81ff5a196e"
1225
            },
1226
            "dist": {
1227
                "type": "zip",
1228
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/5a8c7d31914337b69923db26c4221b81ff5a196e",
1229
                "reference": "5a8c7d31914337b69923db26c4221b81ff5a196e",
1230
                "shasum": ""
1231
            },
1232
            "require": {
1233
                "php": ">=5.3.3"
1234
            },
1235
            "require-dev": {
1236
                "phpunit/phpunit": "~4.4"
1237
            },
1238
            "type": "library",
1239
            "extra": {
1240
                "branch-alias": {
1241
                    "dev-master": "1.3.x-dev"
1242
                }
1243
            },
1244
            "autoload": {
1245
                "classmap": [
1246
                    "src/"
1247
                ]
1248
            },
1249
            "notification-url": "https://packagist.org/downloads/",
1250
            "license": [
1251
                "BSD-3-Clause"
1252
            ],
1253
            "authors": [
1254
                {
1255
                    "name": "Sebastian Bergmann",
1256
                    "email": "[email protected]"
1257
                }
1258
            ],
1259
            "description": "Provides functionality to handle HHVM/PHP environments",
1260
            "homepage": "http://www.github.com/sebastianbergmann/environment",
1261
            "keywords": [
1262
                "Xdebug",
1263
                "environment",
1264
                "hhvm"
1265
            ],
1266
            "time": "2015-01-01 10:01:08"
1267
        },
1268
        {
1269
            "name": "sebastian/exporter",
1270
            "version": "1.2.0",
1271
            "source": {
1272
                "type": "git",
1273
                "url": "https://github.com/sebastianbergmann/exporter.git",
1274
                "reference": "84839970d05254c73cde183a721c7af13aede943"
1275
            },
1276
            "dist": {
1277
                "type": "zip",
1278
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/84839970d05254c73cde183a721c7af13aede943",
1279
                "reference": "84839970d05254c73cde183a721c7af13aede943",
1280
                "shasum": ""
1281
            },
1282
            "require": {
1283
                "php": ">=5.3.3",
1284
                "sebastian/recursion-context": "~1.0"
1285
            },
1286
            "require-dev": {
1287
                "phpunit/phpunit": "~4.4"
1288
            },
1289
            "type": "library",
1290
            "extra": {
1291
                "branch-alias": {
1292
                    "dev-master": "1.2.x-dev"
1293
                }
1294
            },
1295
            "autoload": {
1296
                "classmap": [
1297
                    "src/"
1298
                ]
1299
            },
1300
            "notification-url": "https://packagist.org/downloads/",
1301
            "license": [
1302
                "BSD-3-Clause"
1303
            ],
1304
            "authors": [
1305
                {
1306
                    "name": "Jeff Welch",
1307
                    "email": "[email protected]"
1308
                },
1309
                {
1310
                    "name": "Volker Dusch",
1311
                    "email": "[email protected]"
1312
                },
1313
                {
1314
                    "name": "Bernhard Schussek",
1315
                    "email": "[email protected]"
1316
                },
1317
                {
1318
                    "name": "Sebastian Bergmann",
1319
                    "email": "[email protected]"
1320
                },
1321
                {
1322
                    "name": "Adam Harvey",
1323
                    "email": "[email protected]"
1324
                }
1325
            ],
1326
            "description": "Provides the functionality to export PHP variables for visualization",
1327
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
1328
            "keywords": [
1329
                "export",
1330
                "exporter"
1331
            ],
1332
            "time": "2015-01-27 07:23:06"
1333
        },
1334
        {
1335
            "name": "sebastian/global-state",
1336
            "version": "1.0.0",
1337
            "source": {
1338
                "type": "git",
1339
                "url": "https://github.com/sebastianbergmann/global-state.git",
1340
                "reference": "c7428acdb62ece0a45e6306f1ae85e1c05b09c01"
1341
            },
1342
            "dist": {
1343
                "type": "zip",
1344
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/c7428acdb62ece0a45e6306f1ae85e1c05b09c01",
1345
                "reference": "c7428acdb62ece0a45e6306f1ae85e1c05b09c01",
1346
                "shasum": ""
1347
            },
1348
            "require": {
1349
                "php": ">=5.3.3"
1350
            },
1351
            "require-dev": {
1352
                "phpunit/phpunit": "~4.2"
1353
            },
1354
            "suggest": {
1355
                "ext-uopz": "*"
1356
            },
1357
            "type": "library",
1358
            "extra": {
1359
                "branch-alias": {
1360
                    "dev-master": "1.0-dev"
1361
                }
1362
            },
1363
            "autoload": {
1364
                "classmap": [
1365
                    "src/"
1366
                ]
1367
            },
1368
            "notification-url": "https://packagist.org/downloads/",
1369
            "license": [
1370
                "BSD-3-Clause"
1371
            ],
1372
            "authors": [
1373
                {
1374
                    "name": "Sebastian Bergmann",
1375
                    "email": "[email protected]"
1376
                }
1377
            ],
1378
            "description": "Snapshotting of global state",
1379
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
1380
            "keywords": [
1381
                "global state"
1382
            ],
1383
            "time": "2014-10-06 09:23:50"
1384
        },
1385
        {
1386
            "name": "sebastian/recursion-context",
1387
            "version": "1.0.0",
1388
            "source": {
1389
                "type": "git",
1390
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
1391
                "reference": "3989662bbb30a29d20d9faa04a846af79b276252"
1392
            },
1393
            "dist": {
1394
                "type": "zip",
1395
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/3989662bbb30a29d20d9faa04a846af79b276252",
1396
                "reference": "3989662bbb30a29d20d9faa04a846af79b276252",
1397
                "shasum": ""
1398
            },
1399
            "require": {
1400
                "php": ">=5.3.3"
1401
            },
1402
            "require-dev": {
1403
                "phpunit/phpunit": "~4.4"
1404
            },
1405
            "type": "library",
1406
            "extra": {
1407
                "branch-alias": {
1408
                    "dev-master": "1.0.x-dev"
1409
                }
1410
            },
1411
            "autoload": {
1412
                "classmap": [
1413
                    "src/"
1414
                ]
1415
            },
1416
            "notification-url": "https://packagist.org/downloads/",
1417
            "license": [
1418
                "BSD-3-Clause"
1419
            ],
1420
            "authors": [
1421
                {
1422
                    "name": "Jeff Welch",
1423
                    "email": "[email protected]"
1424
                },
1425
                {
1426
                    "name": "Sebastian Bergmann",
1427
                    "email": "[email protected]"
1428
                },
1429
                {
1430
                    "name": "Adam Harvey",
1431
                    "email": "[email protected]"
1432
                }
1433
            ],
1434
            "description": "Provides functionality to recursively process PHP variables",
1435
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
1436
            "time": "2015-01-24 09:48:32"
1437
        },
1438
        {
1439
            "name": "sebastian/version",
1440
            "version": "1.0.5",
1441
            "source": {
1442
                "type": "git",
1443
                "url": "https://github.com/sebastianbergmann/version.git",
1444
                "reference": "ab931d46cd0d3204a91e1b9a40c4bc13032b58e4"
1445
            },
1446
            "dist": {
1447
                "type": "zip",
1448
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/ab931d46cd0d3204a91e1b9a40c4bc13032b58e4",
1449
                "reference": "ab931d46cd0d3204a91e1b9a40c4bc13032b58e4",
1450
                "shasum": ""
1451
            },
1452
            "type": "library",
1453
            "autoload": {
1454
                "classmap": [
1455
                    "src/"
1456
                ]
1457
            },
1458
            "notification-url": "https://packagist.org/downloads/",
1459
            "license": [
1460
                "BSD-3-Clause"
1461
            ],
1462
            "authors": [
1463
                {
1464
                    "name": "Sebastian Bergmann",
1465
                    "email": "[email protected]",
1466
                    "role": "lead"
1467
                }
1468
            ],
1469
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
1470
            "homepage": "https://github.com/sebastianbergmann/version",
1471
            "time": "2015-02-24 06:35:25"
1472
        },
1473
        {
1474
            "name": "symfony/yaml",
1475
            "version": "v2.6.7",
1476
            "target-dir": "Symfony/Component/Yaml",
1477
            "source": {
1478
                "type": "git",
1479
                "url": "https://github.com/symfony/Yaml.git",
1480
                "reference": "f157ab074e453ecd4c0fa775f721f6e67a99d9e2"
1481
            },
1482
            "dist": {
1483
                "type": "zip",
1484
                "url": "https://api.github.com/repos/symfony/Yaml/zipball/f157ab074e453ecd4c0fa775f721f6e67a99d9e2",
1485
                "reference": "f157ab074e453ecd4c0fa775f721f6e67a99d9e2",
1486
                "shasum": ""
1487
            },
1488
            "require": {
1489
                "php": ">=5.3.3"
1490
            },
1491
            "require-dev": {
1492
                "symfony/phpunit-bridge": "~2.7"
1493
            },
1494
            "type": "library",
1495
            "extra": {
1496
                "branch-alias": {
1497
                    "dev-master": "2.6-dev"
1498
                }
1499
            },
1500
            "autoload": {
1501
                "psr-0": {
1502
                    "Symfony\\Component\\Yaml\\": ""
1503
                }
1504
            },
1505
            "notification-url": "https://packagist.org/downloads/",
1506
            "license": [
1507
                "MIT"
1508
            ],
1509
            "authors": [
1510
                {
1511
                    "name": "Fabien Potencier",
1512
                    "email": "[email protected]"
1513
                },
1514
                {
1515
                    "name": "Symfony Community",
1516
                    "homepage": "https://symfony.com/contributors"
1517
                }
1518
            ],
1519
            "description": "Symfony Yaml Component",
1520
            "homepage": "https://symfony.com",
1521
            "time": "2015-05-02 15:18:45"
1522
        }
1523
    ],
1524
    "aliases": [],
1525
    "minimum-stability": "stable",
1526
    "stability-flags": [],
1527
    "prefer-stable": false,
1528
    "prefer-lowest": false,
1529
    "platform": {
1530
        "php": ">=5.4.0"
1531
    },
1532
    "platform-dev": []
1533
}
1534