1 |
ebrodin |
17833 |
{ |
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#installing-dependencies", |
5 |
|
|
"This file is @generated automatically" |
6 |
|
|
], |
7 |
softime |
18769 |
"content-hash": "c044a40c5248b0197ebd84b498aabc20", |
8 |
|
|
"packages": [ |
9 |
|
|
{ |
10 |
|
|
"name": "jumbojett/openid-connect-php", |
11 |
|
|
"version": "v1.0.0", |
12 |
|
|
"source": { |
13 |
|
|
"type": "git", |
14 |
|
|
"url": "https://github.com/jumbojett/OpenID-Connect-PHP.git", |
15 |
|
|
"reference": "4af1d11497ec765dccddf928c14c04535ca96017" |
16 |
|
|
}, |
17 |
|
|
"dist": { |
18 |
|
|
"type": "zip", |
19 |
|
|
"url": "https://api.github.com/repos/jumbojett/OpenID-Connect-PHP/zipball/4af1d11497ec765dccddf928c14c04535ca96017", |
20 |
|
|
"reference": "4af1d11497ec765dccddf928c14c04535ca96017", |
21 |
|
|
"shasum": "" |
22 |
|
|
}, |
23 |
|
|
"require": { |
24 |
|
|
"ext-curl": "*", |
25 |
|
|
"ext-json": "*", |
26 |
|
|
"php": ">=7.0", |
27 |
|
|
"phpseclib/phpseclib": "~3.0" |
28 |
|
|
}, |
29 |
|
|
"require-dev": { |
30 |
|
|
"roave/security-advisories": "dev-latest", |
31 |
|
|
"yoast/phpunit-polyfills": "^1.0" |
32 |
|
|
}, |
33 |
|
|
"type": "library", |
34 |
|
|
"autoload": { |
35 |
|
|
"classmap": [ |
36 |
|
|
"src/" |
37 |
|
|
] |
38 |
|
|
}, |
39 |
|
|
"notification-url": "https://packagist.org/downloads/", |
40 |
|
|
"license": [ |
41 |
|
|
"Apache-2.0" |
42 |
|
|
], |
43 |
|
|
"description": "Bare-bones OpenID Connect client", |
44 |
|
|
"support": { |
45 |
|
|
"issues": "https://github.com/jumbojett/OpenID-Connect-PHP/issues", |
46 |
|
|
"source": "https://github.com/jumbojett/OpenID-Connect-PHP/tree/v1.0.0" |
47 |
|
|
}, |
48 |
|
|
"time": "2023-12-13T09:52:12+00:00" |
49 |
|
|
}, |
50 |
|
|
{ |
51 |
|
|
"name": "paragonie/constant_time_encoding", |
52 |
|
|
"version": "v2.7.0", |
53 |
|
|
"source": { |
54 |
|
|
"type": "git", |
55 |
|
|
"url": "https://github.com/paragonie/constant_time_encoding.git", |
56 |
|
|
"reference": "52a0d99e69f56b9ec27ace92ba56897fe6993105" |
57 |
|
|
}, |
58 |
|
|
"dist": { |
59 |
|
|
"type": "zip", |
60 |
|
|
"url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/52a0d99e69f56b9ec27ace92ba56897fe6993105", |
61 |
|
|
"reference": "52a0d99e69f56b9ec27ace92ba56897fe6993105", |
62 |
|
|
"shasum": "" |
63 |
|
|
}, |
64 |
|
|
"require": { |
65 |
|
|
"php": "^7|^8" |
66 |
|
|
}, |
67 |
|
|
"require-dev": { |
68 |
|
|
"phpunit/phpunit": "^6|^7|^8|^9", |
69 |
|
|
"vimeo/psalm": "^1|^2|^3|^4" |
70 |
|
|
}, |
71 |
|
|
"type": "library", |
72 |
|
|
"autoload": { |
73 |
|
|
"psr-4": { |
74 |
|
|
"ParagonIE\\ConstantTime\\": "src/" |
75 |
|
|
} |
76 |
|
|
}, |
77 |
|
|
"notification-url": "https://packagist.org/downloads/", |
78 |
|
|
"license": [ |
79 |
|
|
"MIT" |
80 |
|
|
], |
81 |
|
|
"authors": [ |
82 |
|
|
{ |
83 |
|
|
"name": "Paragon Initiative Enterprises", |
84 |
|
|
"email": "[email protected]", |
85 |
|
|
"homepage": "https://paragonie.com", |
86 |
|
|
"role": "Maintainer" |
87 |
|
|
}, |
88 |
|
|
{ |
89 |
|
|
"name": "Steve 'Sc00bz' Thomas", |
90 |
|
|
"email": "[email protected]", |
91 |
|
|
"homepage": "https://www.tobtu.com", |
92 |
|
|
"role": "Original Developer" |
93 |
|
|
} |
94 |
|
|
], |
95 |
|
|
"description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)", |
96 |
|
|
"keywords": [ |
97 |
|
|
"base16", |
98 |
|
|
"base32", |
99 |
|
|
"base32_decode", |
100 |
|
|
"base32_encode", |
101 |
|
|
"base64", |
102 |
|
|
"base64_decode", |
103 |
|
|
"base64_encode", |
104 |
|
|
"bin2hex", |
105 |
|
|
"encoding", |
106 |
|
|
"hex", |
107 |
|
|
"hex2bin", |
108 |
|
|
"rfc4648" |
109 |
|
|
], |
110 |
|
|
"support": { |
111 |
|
|
"email": "[email protected]", |
112 |
|
|
"issues": "https://github.com/paragonie/constant_time_encoding/issues", |
113 |
|
|
"source": "https://github.com/paragonie/constant_time_encoding" |
114 |
|
|
}, |
115 |
|
|
"time": "2024-05-08T12:18:48+00:00" |
116 |
|
|
}, |
117 |
|
|
{ |
118 |
|
|
"name": "paragonie/random_compat", |
119 |
|
|
"version": "v9.99.100", |
120 |
|
|
"source": { |
121 |
|
|
"type": "git", |
122 |
|
|
"url": "https://github.com/paragonie/random_compat.git", |
123 |
|
|
"reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a" |
124 |
|
|
}, |
125 |
|
|
"dist": { |
126 |
|
|
"type": "zip", |
127 |
|
|
"url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a", |
128 |
|
|
"reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a", |
129 |
|
|
"shasum": "" |
130 |
|
|
}, |
131 |
|
|
"require": { |
132 |
|
|
"php": ">= 7" |
133 |
|
|
}, |
134 |
|
|
"require-dev": { |
135 |
|
|
"phpunit/phpunit": "4.*|5.*", |
136 |
|
|
"vimeo/psalm": "^1" |
137 |
|
|
}, |
138 |
|
|
"suggest": { |
139 |
|
|
"ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." |
140 |
|
|
}, |
141 |
|
|
"type": "library", |
142 |
|
|
"notification-url": "https://packagist.org/downloads/", |
143 |
|
|
"license": [ |
144 |
|
|
"MIT" |
145 |
|
|
], |
146 |
|
|
"authors": [ |
147 |
|
|
{ |
148 |
|
|
"name": "Paragon Initiative Enterprises", |
149 |
|
|
"email": "[email protected]", |
150 |
|
|
"homepage": "https://paragonie.com" |
151 |
|
|
} |
152 |
|
|
], |
153 |
|
|
"description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", |
154 |
|
|
"keywords": [ |
155 |
|
|
"csprng", |
156 |
|
|
"polyfill", |
157 |
|
|
"pseudorandom", |
158 |
|
|
"random" |
159 |
|
|
], |
160 |
|
|
"support": { |
161 |
|
|
"email": "[email protected]", |
162 |
|
|
"issues": "https://github.com/paragonie/random_compat/issues", |
163 |
|
|
"source": "https://github.com/paragonie/random_compat" |
164 |
|
|
}, |
165 |
|
|
"time": "2020-10-15T08:29:30+00:00" |
166 |
|
|
}, |
167 |
|
|
{ |
168 |
|
|
"name": "phpseclib/phpseclib", |
169 |
|
|
"version": "3.0.41", |
170 |
|
|
"source": { |
171 |
|
|
"type": "git", |
172 |
|
|
"url": "https://github.com/phpseclib/phpseclib.git", |
173 |
|
|
"reference": "621c73f7dcb310b61de34d1da4c4204e8ace6ceb" |
174 |
|
|
}, |
175 |
|
|
"dist": { |
176 |
|
|
"type": "zip", |
177 |
|
|
"url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/621c73f7dcb310b61de34d1da4c4204e8ace6ceb", |
178 |
|
|
"reference": "621c73f7dcb310b61de34d1da4c4204e8ace6ceb", |
179 |
|
|
"shasum": "" |
180 |
|
|
}, |
181 |
|
|
"require": { |
182 |
|
|
"paragonie/constant_time_encoding": "^1|^2|^3", |
183 |
|
|
"paragonie/random_compat": "^1.4|^2.0|^9.99.99", |
184 |
|
|
"php": ">=5.6.1" |
185 |
|
|
}, |
186 |
|
|
"require-dev": { |
187 |
|
|
"phpunit/phpunit": "*" |
188 |
|
|
}, |
189 |
|
|
"suggest": { |
190 |
|
|
"ext-dom": "Install the DOM extension to load XML formatted public keys.", |
191 |
|
|
"ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.", |
192 |
|
|
"ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.", |
193 |
|
|
"ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.", |
194 |
|
|
"ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations." |
195 |
|
|
}, |
196 |
|
|
"type": "library", |
197 |
|
|
"autoload": { |
198 |
|
|
"files": [ |
199 |
|
|
"phpseclib/bootstrap.php" |
200 |
|
|
], |
201 |
|
|
"psr-4": { |
202 |
|
|
"phpseclib3\\": "phpseclib/" |
203 |
|
|
} |
204 |
|
|
}, |
205 |
|
|
"notification-url": "https://packagist.org/downloads/", |
206 |
|
|
"license": [ |
207 |
|
|
"MIT" |
208 |
|
|
], |
209 |
|
|
"authors": [ |
210 |
|
|
{ |
211 |
|
|
"name": "Jim Wigginton", |
212 |
|
|
"email": "[email protected]", |
213 |
|
|
"role": "Lead Developer" |
214 |
|
|
}, |
215 |
|
|
{ |
216 |
|
|
"name": "Patrick Monnerat", |
217 |
|
|
"email": "[email protected]", |
218 |
|
|
"role": "Developer" |
219 |
|
|
}, |
220 |
|
|
{ |
221 |
|
|
"name": "Andreas Fischer", |
222 |
|
|
"email": "[email protected]", |
223 |
|
|
"role": "Developer" |
224 |
|
|
}, |
225 |
|
|
{ |
226 |
|
|
"name": "Hans-Jürgen Petrich", |
227 |
|
|
"email": "[email protected]", |
228 |
|
|
"role": "Developer" |
229 |
|
|
}, |
230 |
|
|
{ |
231 |
|
|
"name": "Graham Campbell", |
232 |
|
|
"email": "[email protected]", |
233 |
|
|
"role": "Developer" |
234 |
|
|
} |
235 |
|
|
], |
236 |
|
|
"description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.", |
237 |
|
|
"homepage": "http://phpseclib.sourceforge.net", |
238 |
|
|
"keywords": [ |
239 |
|
|
"BigInteger", |
240 |
|
|
"aes", |
241 |
|
|
"asn.1", |
242 |
|
|
"asn1", |
243 |
|
|
"blowfish", |
244 |
|
|
"crypto", |
245 |
|
|
"cryptography", |
246 |
|
|
"encryption", |
247 |
|
|
"rsa", |
248 |
|
|
"security", |
249 |
|
|
"sftp", |
250 |
|
|
"signature", |
251 |
|
|
"signing", |
252 |
|
|
"ssh", |
253 |
|
|
"twofish", |
254 |
|
|
"x.509", |
255 |
|
|
"x509" |
256 |
|
|
], |
257 |
|
|
"support": { |
258 |
|
|
"issues": "https://github.com/phpseclib/phpseclib/issues", |
259 |
|
|
"source": "https://github.com/phpseclib/phpseclib/tree/3.0.41" |
260 |
|
|
}, |
261 |
|
|
"funding": [ |
262 |
|
|
{ |
263 |
|
|
"url": "https://github.com/terrafrost", |
264 |
|
|
"type": "github" |
265 |
|
|
}, |
266 |
|
|
{ |
267 |
|
|
"url": "https://www.patreon.com/phpseclib", |
268 |
|
|
"type": "patreon" |
269 |
|
|
}, |
270 |
|
|
{ |
271 |
|
|
"url": "https://tidelift.com/funding/github/packagist/phpseclib/phpseclib", |
272 |
|
|
"type": "tidelift" |
273 |
|
|
} |
274 |
|
|
], |
275 |
|
|
"time": "2024-08-12T00:13:54+00:00" |
276 |
|
|
} |
277 |
|
|
], |
278 |
ebrodin |
17833 |
"packages-dev": [], |
279 |
|
|
"aliases": [], |
280 |
|
|
"minimum-stability": "stable", |
281 |
|
|
"stability-flags": [], |
282 |
|
|
"prefer-stable": false, |
283 |
|
|
"prefer-lowest": false, |
284 |
|
|
"platform": [], |
285 |
|
|
"platform-dev": [], |
286 |
|
|
"plugin-api-version": "2.6.0" |
287 |
|
|
} |