Test Failed
Pull Request — master (#2)
by Ashoka
03:06
created

composer.lock (1 issue)

Severity
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": "e121dd3ddfa998506c8dd3ea888fca73",
8
    "content-hash": "bc04fe3a954b1c829ff18329b9c0155b",
9
    "packages": [
10
        {
11
            "name": "pdepend/pdepend",
12
            "version": "2.2.4",
13
            "source": {
14
                "type": "git",
15
                "url": "https://github.com/pdepend/pdepend.git",
16
                "reference": "b086687f3a01dc6bb92d633aef071d2c5dd0db06"
17
            },
18
            "dist": {
19
                "type": "zip",
20
                "url": "https://api.github.com/repos/pdepend/pdepend/zipball/b086687f3a01dc6bb92d633aef071d2c5dd0db06",
21
                "reference": "b086687f3a01dc6bb92d633aef071d2c5dd0db06",
22
                "shasum": ""
23
            },
24
            "require": {
25
                "php": ">=5.3.7",
26
                "symfony/config": "^2.3.0|^3",
27
                "symfony/dependency-injection": "^2.3.0|^3",
28
                "symfony/filesystem": "^2.3.0|^3"
29
            },
30
            "require-dev": {
31
                "phpunit/phpunit": "^4.4.0,<4.8",
32
                "squizlabs/php_codesniffer": "^2.0.0"
33
            },
34
            "bin": [
35
                "src/bin/pdepend"
36
            ],
37
            "type": "library",
38
            "autoload": {
39
                "psr-4": {
40
                    "PDepend\\": "src/main/php/PDepend"
41
                }
42
            },
43
            "notification-url": "https://packagist.org/downloads/",
44
            "license": [
45
                "BSD-3-Clause"
46
            ],
47
            "description": "Official version of pdepend to be handled with Composer",
48
            "time": "2016-03-10 15:15:04"
49
        },
50
        {
51
            "name": "phpmd/phpmd",
52
            "version": "2.4.3",
53
            "source": {
54
                "type": "git",
55
                "url": "https://github.com/phpmd/phpmd.git",
56
                "reference": "2b9c2417a18696dfb578b38c116cd0ddc19b256e"
57
            },
58
            "dist": {
59
                "type": "zip",
60
                "url": "https://api.github.com/repos/phpmd/phpmd/zipball/2b9c2417a18696dfb578b38c116cd0ddc19b256e",
61
                "reference": "2b9c2417a18696dfb578b38c116cd0ddc19b256e",
62
                "shasum": ""
63
            },
64
            "require": {
65
                "pdepend/pdepend": "^2.0.4",
66
                "php": ">=5.3.0"
67
            },
68
            "require-dev": {
69
                "phpunit/phpunit": "^4.0",
70
                "squizlabs/php_codesniffer": "^2.0"
71
            },
72
            "bin": [
73
                "src/bin/phpmd"
74
            ],
75
            "type": "project",
76
            "autoload": {
77
                "psr-0": {
78
                    "PHPMD\\": "src/main/php"
79
                }
80
            },
81
            "notification-url": "https://packagist.org/downloads/",
82
            "license": [
83
                "BSD-3-Clause"
84
            ],
85
            "authors": [
86
                {
87
                    "name": "Manuel Pichler",
88
                    "email": "[email protected]",
89
                    "homepage": "https://github.com/manuelpichler",
90
                    "role": "Project Founder"
91
                },
92
                {
93
                    "name": "Other contributors",
94
                    "homepage": "https://github.com/phpmd/phpmd/graphs/contributors",
95
                    "role": "Contributors"
96
                },
97
                {
98
                    "name": "Marc Würth",
99
                    "email": "[email protected]",
100
                    "homepage": "https://github.com/ravage84",
101
                    "role": "Project Maintainer"
102
                }
103
            ],
104
            "description": "PHPMD is a spin-off project of PHP Depend and aims to be a PHP equivalent of the well known Java tool PMD.",
105
            "homepage": "http://phpmd.org/",
106
            "keywords": [
107
                "mess detection",
108
                "mess detector",
109
                "pdepend",
110
                "phpmd",
111
                "pmd"
112
            ],
113
            "time": "2016-04-04 11:52:04"
114
        },
115
        {
116
            "name": "squizlabs/php_codesniffer",
0 ignored issues
show
There is a security advisory for your installed version of squizlabs/php_codesniffer:

Arbitrary shell execution
Loading history...
117
            "version": "2.7.0",
118
            "source": {
119
                "type": "git",
120
                "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
121
                "reference": "571e27b6348e5b3a637b2abc82ac0d01e6d7bbed"
122
            },
123
            "dist": {
124
                "type": "zip",
125
                "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/571e27b6348e5b3a637b2abc82ac0d01e6d7bbed",
126
                "reference": "571e27b6348e5b3a637b2abc82ac0d01e6d7bbed",
127
                "shasum": ""
128
            },
129
            "require": {
130
                "ext-simplexml": "*",
131
                "ext-tokenizer": "*",
132
                "ext-xmlwriter": "*",
133
                "php": ">=5.1.2"
134
            },
135
            "require-dev": {
136
                "phpunit/phpunit": "~4.0"
137
            },
138
            "bin": [
139
                "scripts/phpcs",
140
                "scripts/phpcbf"
141
            ],
142
            "type": "library",
143
            "extra": {
144
                "branch-alias": {
145
                    "dev-master": "2.x-dev"
146
                }
147
            },
148
            "autoload": {
149
                "classmap": [
150
                    "CodeSniffer.php",
151
                    "CodeSniffer/CLI.php",
152
                    "CodeSniffer/Exception.php",
153
                    "CodeSniffer/File.php",
154
                    "CodeSniffer/Fixer.php",
155
                    "CodeSniffer/Report.php",
156
                    "CodeSniffer/Reporting.php",
157
                    "CodeSniffer/Sniff.php",
158
                    "CodeSniffer/Tokens.php",
159
                    "CodeSniffer/Reports/",
160
                    "CodeSniffer/Tokenizers/",
161
                    "CodeSniffer/DocGenerators/",
162
                    "CodeSniffer/Standards/AbstractPatternSniff.php",
163
                    "CodeSniffer/Standards/AbstractScopeSniff.php",
164
                    "CodeSniffer/Standards/AbstractVariableSniff.php",
165
                    "CodeSniffer/Standards/IncorrectPatternException.php",
166
                    "CodeSniffer/Standards/Generic/Sniffs/",
167
                    "CodeSniffer/Standards/MySource/Sniffs/",
168
                    "CodeSniffer/Standards/PEAR/Sniffs/",
169
                    "CodeSniffer/Standards/PSR1/Sniffs/",
170
                    "CodeSniffer/Standards/PSR2/Sniffs/",
171
                    "CodeSniffer/Standards/Squiz/Sniffs/",
172
                    "CodeSniffer/Standards/Zend/Sniffs/"
173
                ]
174
            },
175
            "notification-url": "https://packagist.org/downloads/",
176
            "license": [
177
                "BSD-3-Clause"
178
            ],
179
            "authors": [
180
                {
181
                    "name": "Greg Sherwood",
182
                    "role": "lead"
183
                }
184
            ],
185
            "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
186
            "homepage": "http://www.squizlabs.com/php-codesniffer",
187
            "keywords": [
188
                "phpcs",
189
                "standards"
190
            ],
191
            "time": "2016-09-01 23:53:02"
192
        },
193
        {
194
            "name": "symfony/config",
195
            "version": "v3.1.4",
196
            "source": {
197
                "type": "git",
198
                "url": "https://github.com/symfony/config.git",
199
                "reference": "431d28df9c7bb6e77f8f6289d8670b044fabb9e8"
200
            },
201
            "dist": {
202
                "type": "zip",
203
                "url": "https://api.github.com/repos/symfony/config/zipball/431d28df9c7bb6e77f8f6289d8670b044fabb9e8",
204
                "reference": "431d28df9c7bb6e77f8f6289d8670b044fabb9e8",
205
                "shasum": ""
206
            },
207
            "require": {
208
                "php": ">=5.5.9",
209
                "symfony/filesystem": "~2.8|~3.0"
210
            },
211
            "suggest": {
212
                "symfony/yaml": "To use the yaml reference dumper"
213
            },
214
            "type": "library",
215
            "extra": {
216
                "branch-alias": {
217
                    "dev-master": "3.1-dev"
218
                }
219
            },
220
            "autoload": {
221
                "psr-4": {
222
                    "Symfony\\Component\\Config\\": ""
223
                },
224
                "exclude-from-classmap": [
225
                    "/Tests/"
226
                ]
227
            },
228
            "notification-url": "https://packagist.org/downloads/",
229
            "license": [
230
                "MIT"
231
            ],
232
            "authors": [
233
                {
234
                    "name": "Fabien Potencier",
235
                    "email": "[email protected]"
236
                },
237
                {
238
                    "name": "Symfony Community",
239
                    "homepage": "https://symfony.com/contributors"
240
                }
241
            ],
242
            "description": "Symfony Config Component",
243
            "homepage": "https://symfony.com",
244
            "time": "2016-08-27 18:50:07"
245
        },
246
        {
247
            "name": "symfony/dependency-injection",
248
            "version": "v3.1.4",
249
            "source": {
250
                "type": "git",
251
                "url": "https://github.com/symfony/dependency-injection.git",
252
                "reference": "6e4f3316afdc9783d7b48a136db89bd791b55698"
253
            },
254
            "dist": {
255
                "type": "zip",
256
                "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/6e4f3316afdc9783d7b48a136db89bd791b55698",
257
                "reference": "6e4f3316afdc9783d7b48a136db89bd791b55698",
258
                "shasum": ""
259
            },
260
            "require": {
261
                "php": ">=5.5.9"
262
            },
263
            "require-dev": {
264
                "symfony/config": "~2.8|~3.0",
265
                "symfony/expression-language": "~2.8|~3.0",
266
                "symfony/yaml": "~2.8.7|~3.0.7|~3.1.1|~3.2"
267
            },
268
            "suggest": {
269
                "symfony/config": "",
270
                "symfony/expression-language": "For using expressions in service container configuration",
271
                "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
272
                "symfony/yaml": ""
273
            },
274
            "type": "library",
275
            "extra": {
276
                "branch-alias": {
277
                    "dev-master": "3.1-dev"
278
                }
279
            },
280
            "autoload": {
281
                "psr-4": {
282
                    "Symfony\\Component\\DependencyInjection\\": ""
283
                },
284
                "exclude-from-classmap": [
285
                    "/Tests/"
286
                ]
287
            },
288
            "notification-url": "https://packagist.org/downloads/",
289
            "license": [
290
                "MIT"
291
            ],
292
            "authors": [
293
                {
294
                    "name": "Fabien Potencier",
295
                    "email": "[email protected]"
296
                },
297
                {
298
                    "name": "Symfony Community",
299
                    "homepage": "https://symfony.com/contributors"
300
                }
301
            ],
302
            "description": "Symfony DependencyInjection Component",
303
            "homepage": "https://symfony.com",
304
            "time": "2016-08-23 13:39:15"
305
        },
306
        {
307
            "name": "symfony/filesystem",
308
            "version": "v3.1.4",
309
            "source": {
310
                "type": "git",
311
                "url": "https://github.com/symfony/filesystem.git",
312
                "reference": "bb29adceb552d202b6416ede373529338136e84f"
313
            },
314
            "dist": {
315
                "type": "zip",
316
                "url": "https://api.github.com/repos/symfony/filesystem/zipball/bb29adceb552d202b6416ede373529338136e84f",
317
                "reference": "bb29adceb552d202b6416ede373529338136e84f",
318
                "shasum": ""
319
            },
320
            "require": {
321
                "php": ">=5.5.9"
322
            },
323
            "type": "library",
324
            "extra": {
325
                "branch-alias": {
326
                    "dev-master": "3.1-dev"
327
                }
328
            },
329
            "autoload": {
330
                "psr-4": {
331
                    "Symfony\\Component\\Filesystem\\": ""
332
                },
333
                "exclude-from-classmap": [
334
                    "/Tests/"
335
                ]
336
            },
337
            "notification-url": "https://packagist.org/downloads/",
338
            "license": [
339
                "MIT"
340
            ],
341
            "authors": [
342
                {
343
                    "name": "Fabien Potencier",
344
                    "email": "[email protected]"
345
                },
346
                {
347
                    "name": "Symfony Community",
348
                    "homepage": "https://symfony.com/contributors"
349
                }
350
            ],
351
            "description": "Symfony Filesystem Component",
352
            "homepage": "https://symfony.com",
353
            "time": "2016-07-20 05:44:26"
354
        }
355
    ],
356
    "packages-dev": [],
357
    "aliases": [],
358
    "minimum-stability": "stable",
359
    "stability-flags": {
360
        "phpmd/phpmd": 0
361
    },
362
    "prefer-stable": false,
363
    "prefer-lowest": false,
364
    "platform": {
365
        "php": "^5.4.0 || ^7.0"
366
    },
367
    "platform-dev": []
368
}
369