Completed
Push — master ( 1b0b82...28bb6d )
by
unknown
05:01
created

composer.lock (2 issues)

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": "3acd7e73726ea5ae30fd07686a56d9e7",
8
    "content-hash": "b35d1b3049ef5f1583026f25562ffca1",
9
    "packages": [
10
        {
11
            "name": "felicityiiith/openid-connect-php",
12
            "version": "0.4.0",
13
            "source": {
14
                "type": "git",
15
                "url": "https://github.com/felicity-iiith/OpenID-Connect-PHP.git",
16
                "reference": "2481b9c8bb02d49d55acd02c9eb16ff0014b6b91"
17
            },
18
            "dist": {
19
                "type": "zip",
20
                "url": "https://api.github.com/repos/felicity-iiith/OpenID-Connect-PHP/zipball/2481b9c8bb02d49d55acd02c9eb16ff0014b6b91",
21
                "reference": "2481b9c8bb02d49d55acd02c9eb16ff0014b6b91",
22
                "shasum": ""
23
            },
24
            "require": {
25
                "ext-curl": "*",
26
                "ext-json": "*",
27
                "php": ">=5.4",
28
                "phpseclib/phpseclib": "2.0.1"
29
            },
30
            "type": "library",
31
            "autoload": {
32
                "classmap": [
33
                    "src/"
34
                ]
35
            },
36
            "notification-url": "https://packagist.org/downloads/",
37
            "description": "Bare-bones OpenID Connect client",
38
            "time": "2018-01-04 14:13:36"
39
        },
40
        {
41
            "name": "phpmailer/phpmailer",
0 ignored issues
show
There are 5 security advisories for your installed version of phpmailer/phpmailer:

- Remote Code Execution
- Remote Code Execution
- XSS vulnerability in code example
- Local File Disclosure
- Object injection
Loading history...
42
            "version": "v5.2.14",
43
            "source": {
44
                "type": "git",
45
                "url": "https://github.com/PHPMailer/PHPMailer.git",
46
                "reference": "e774bc9152de85547336e22b8926189e582ece95"
47
            },
48
            "dist": {
49
                "type": "zip",
50
                "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/e774bc9152de85547336e22b8926189e582ece95",
51
                "reference": "e774bc9152de85547336e22b8926189e582ece95",
52
                "shasum": ""
53
            },
54
            "require": {
55
                "php": ">=5.0.0"
56
            },
57
            "require-dev": {
58
                "phpdocumentor/phpdocumentor": "*",
59
                "phpunit/phpunit": "4.7.*"
60
            },
61
            "suggest": {
62
                "league/oauth2-client": "Needed for XOAUTH2 authentication",
63
                "league/oauth2-google": "Needed for Gmail XOAUTH2"
64
            },
65
            "type": "library",
66
            "autoload": {
67
                "classmap": [
68
                    "class.phpmailer.php",
69
                    "class.phpmaileroauth.php",
70
                    "class.phpmaileroauthgoogle.php",
71
                    "class.smtp.php",
72
                    "class.pop3.php",
73
                    "extras/EasyPeasyICS.php",
74
                    "extras/ntlm_sasl_client.php"
75
                ]
76
            },
77
            "notification-url": "https://packagist.org/downloads/",
78
            "license": [
79
                "LGPL-2.1"
80
            ],
81
            "authors": [
82
                {
83
                    "name": "Jim Jagielski",
84
                    "email": "[email protected]"
85
                },
86
                {
87
                    "name": "Marcus Bointon",
88
                    "email": "[email protected]"
89
                },
90
                {
91
                    "name": "Andy Prevost",
92
                    "email": "[email protected]"
93
                },
94
                {
95
                    "name": "Brent R. Matzelle"
96
                }
97
            ],
98
            "description": "PHPMailer is a full-featured email creation and transfer class for PHP",
99
            "time": "2015-11-01 10:15:28"
100
        },
101
        {
102
            "name": "phpseclib/phpseclib",
103
            "version": "2.0.1",
104
            "source": {
105
                "type": "git",
106
                "url": "https://github.com/phpseclib/phpseclib.git",
107
                "reference": "ba6fb78f727cd09f2a649113b95468019e490585"
108
            },
109
            "dist": {
110
                "type": "zip",
111
                "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/ba6fb78f727cd09f2a649113b95468019e490585",
112
                "reference": "ba6fb78f727cd09f2a649113b95468019e490585",
113
                "shasum": ""
114
            },
115
            "require": {
116
                "php": ">=5.3.3"
117
            },
118
            "require-dev": {
119
                "phing/phing": "~2.7",
120
                "phpunit/phpunit": "~4.0",
121
                "sami/sami": "~2.0",
122
                "squizlabs/php_codesniffer": "~2.0"
123
            },
124
            "suggest": {
125
                "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
126
                "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
127
                "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
128
                "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
129
            },
130
            "type": "library",
131
            "autoload": {
132
                "psr-4": {
133
                    "phpseclib\\": "phpseclib/"
134
                }
135
            },
136
            "notification-url": "https://packagist.org/downloads/",
137
            "license": [
138
                "MIT"
139
            ],
140
            "authors": [
141
                {
142
                    "name": "Jim Wigginton",
143
                    "email": "[email protected]",
144
                    "role": "Lead Developer"
145
                },
146
                {
147
                    "name": "Patrick Monnerat",
148
                    "email": "[email protected]",
149
                    "role": "Developer"
150
                },
151
                {
152
                    "name": "Andreas Fischer",
153
                    "email": "[email protected]",
154
                    "role": "Developer"
155
                },
156
                {
157
                    "name": "Hans-Jürgen Petrich",
158
                    "email": "[email protected]",
159
                    "role": "Developer"
160
                },
161
                {
162
                    "name": "Graham Campbell",
163
                    "email": "[email protected]",
164
                    "role": "Developer"
165
                }
166
            ],
167
            "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
168
            "homepage": "http://phpseclib.sourceforge.net",
169
            "keywords": [
170
                "BigInteger",
171
                "aes",
172
                "asn.1",
173
                "asn1",
174
                "blowfish",
175
                "crypto",
176
                "cryptography",
177
                "encryption",
178
                "rsa",
179
                "security",
180
                "sftp",
181
                "signature",
182
                "signing",
183
                "ssh",
184
                "twofish",
185
                "x.509",
186
                "x509"
187
            ],
188
            "time": "2016-01-18 17:07:21"
189
        },
190
        {
191
            "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...
192
            "version": "2.5.0",
193
            "source": {
194
                "type": "git",
195
                "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
196
                "reference": "e4fb41d5d0387d556e2c25534d630b3cce90ea67"
197
            },
198
            "dist": {
199
                "type": "zip",
200
                "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/e4fb41d5d0387d556e2c25534d630b3cce90ea67",
201
                "reference": "e4fb41d5d0387d556e2c25534d630b3cce90ea67",
202
                "shasum": ""
203
            },
204
            "require": {
205
                "ext-tokenizer": "*",
206
                "ext-xmlwriter": "*",
207
                "php": ">=5.1.2"
208
            },
209
            "require-dev": {
210
                "phpunit/phpunit": "~4.0"
211
            },
212
            "bin": [
213
                "scripts/phpcs",
214
                "scripts/phpcbf"
215
            ],
216
            "type": "library",
217
            "extra": {
218
                "branch-alias": {
219
                    "dev-master": "2.0.x-dev"
220
                }
221
            },
222
            "autoload": {
223
                "classmap": [
224
                    "CodeSniffer.php",
225
                    "CodeSniffer/CLI.php",
226
                    "CodeSniffer/Exception.php",
227
                    "CodeSniffer/File.php",
228
                    "CodeSniffer/Fixer.php",
229
                    "CodeSniffer/Report.php",
230
                    "CodeSniffer/Reporting.php",
231
                    "CodeSniffer/Sniff.php",
232
                    "CodeSniffer/Tokens.php",
233
                    "CodeSniffer/Reports/",
234
                    "CodeSniffer/Tokenizers/",
235
                    "CodeSniffer/DocGenerators/",
236
                    "CodeSniffer/Standards/AbstractPatternSniff.php",
237
                    "CodeSniffer/Standards/AbstractScopeSniff.php",
238
                    "CodeSniffer/Standards/AbstractVariableSniff.php",
239
                    "CodeSniffer/Standards/IncorrectPatternException.php",
240
                    "CodeSniffer/Standards/Generic/Sniffs/",
241
                    "CodeSniffer/Standards/MySource/Sniffs/",
242
                    "CodeSniffer/Standards/PEAR/Sniffs/",
243
                    "CodeSniffer/Standards/PSR1/Sniffs/",
244
                    "CodeSniffer/Standards/PSR2/Sniffs/",
245
                    "CodeSniffer/Standards/Squiz/Sniffs/",
246
                    "CodeSniffer/Standards/Zend/Sniffs/"
247
                ]
248
            },
249
            "notification-url": "https://packagist.org/downloads/",
250
            "license": [
251
                "BSD-3-Clause"
252
            ],
253
            "authors": [
254
                {
255
                    "name": "Greg Sherwood",
256
                    "role": "lead"
257
                }
258
            ],
259
            "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
260
            "homepage": "http://www.squizlabs.com/php-codesniffer",
261
            "keywords": [
262
                "phpcs",
263
                "standards"
264
            ],
265
            "time": "2015-12-11 00:12:46"
266
        }
267
    ],
268
    "packages-dev": [
269
        {
270
            "name": "jakub-onderka/php-parallel-lint",
271
            "version": "v0.9",
272
            "source": {
273
                "type": "git",
274
                "url": "https://github.com/JakubOnderka/PHP-Parallel-Lint.git",
275
                "reference": "1b693fb455201cacf595163c92bfb1adfa2158d8"
276
            },
277
            "dist": {
278
                "type": "zip",
279
                "url": "https://api.github.com/repos/JakubOnderka/PHP-Parallel-Lint/zipball/1b693fb455201cacf595163c92bfb1adfa2158d8",
280
                "reference": "1b693fb455201cacf595163c92bfb1adfa2158d8",
281
                "shasum": ""
282
            },
283
            "require": {
284
                "php": ">=5.3.3"
285
            },
286
            "require-dev": {
287
                "jakub-onderka/php-console-highlighter": "~0.3",
288
                "nette/tester": "~1.3"
289
            },
290
            "suggest": {
291
                "jakub-onderka/php-console-highlighter": "Highlight syntax in code snippet"
292
            },
293
            "bin": [
294
                "parallel-lint"
295
            ],
296
            "type": "library",
297
            "autoload": {
298
                "classmap": [
299
                    "./"
300
                ]
301
            },
302
            "notification-url": "https://packagist.org/downloads/",
303
            "license": [
304
                "BSD"
305
            ],
306
            "authors": [
307
                {
308
                    "name": "Jakub Onderka",
309
                    "email": "[email protected]"
310
                }
311
            ],
312
            "description": "This tool check syntax of PHP files about 20x faster than serial check.",
313
            "homepage": "https://github.com/JakubOnderka/PHP-Parallel-Lint",
314
            "time": "2015-06-16 10:17:07"
315
        }
316
    ],
317
    "aliases": [],
318
    "minimum-stability": "stable",
319
    "stability-flags": [],
320
    "prefer-stable": false,
321
    "prefer-lowest": false,
322
    "platform": [],
323
    "platform-dev": []
324
}
325