blob: b00a75dfd01df18efa285bbfcd087748a25c252a [file] [log] [blame]
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +01001{
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 "content-hash": "58d5d30b266f8b8015d7937e1a35ac5d",
8 "packages": [
9 {
10 "name": "bshaffer/oauth2-server-php",
11 "version": "v1.11.1",
12 "source": {
13 "type": "git",
14 "url": "https://github.com/bshaffer/oauth2-server-php.git",
15 "reference": "5a0c8000d4763b276919e2106f54eddda6bc50fa"
16 },
17 "dist": {
18 "type": "zip",
19 "url": "https://api.github.com/repos/bshaffer/oauth2-server-php/zipball/5a0c8000d4763b276919e2106f54eddda6bc50fa",
20 "reference": "5a0c8000d4763b276919e2106f54eddda6bc50fa",
21 "shasum": ""
22 },
23 "require": {
24 "php": ">=5.3.9"
25 },
26 "require-dev": {
27 "aws/aws-sdk-php": "~2.8",
28 "firebase/php-jwt": "~2.2",
29 "mongodb/mongodb": "^1.1",
30 "phpunit/phpunit": "^4.0",
31 "predis/predis": "dev-master",
32 "thobbs/phpcassa": "dev-master"
33 },
34 "suggest": {
35 "aws/aws-sdk-php": "~2.8 is required to use DynamoDB storage",
36 "firebase/php-jwt": "~2.2 is required to use JWT features",
37 "mongodb/mongodb": "^1.1 is required to use MongoDB storage",
38 "predis/predis": "Required to use Redis storage",
39 "thobbs/phpcassa": "Required to use Cassandra storage"
40 },
41 "type": "library",
42 "autoload": {
43 "psr-0": {
44 "OAuth2": "src/"
45 }
46 },
47 "notification-url": "https://packagist.org/downloads/",
48 "license": [
49 "MIT"
50 ],
51 "authors": [
52 {
53 "name": "Brent Shaffer",
54 "email": "bshafs@gmail.com",
55 "homepage": "http://brentertainment.com"
56 }
57 ],
58 "description": "OAuth2 Server for PHP",
59 "homepage": "http://github.com/bshaffer/oauth2-server-php",
60 "keywords": [
61 "auth",
62 "oauth",
63 "oauth2"
64 ],
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +010065 "support": {
66 "issues": "https://github.com/bshaffer/oauth2-server-php/issues",
67 "source": "https://github.com/bshaffer/oauth2-server-php/tree/master"
68 },
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +010069 "time": "2018-12-04T00:29:32+00:00"
70 },
71 {
72 "name": "ddeboer/imap",
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +010073 "version": "1.11.0",
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +010074 "source": {
75 "type": "git",
76 "url": "https://github.com/ddeboer/imap.git",
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +010077 "reference": "a089dfcb9d177f921eb5dadc8d4144a44dff22ee"
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +010078 },
79 "dist": {
80 "type": "zip",
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +010081 "url": "https://api.github.com/repos/ddeboer/imap/zipball/a089dfcb9d177f921eb5dadc8d4144a44dff22ee",
82 "reference": "a089dfcb9d177f921eb5dadc8d4144a44dff22ee",
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +010083 "shasum": ""
84 },
85 "require": {
86 "ext-iconv": "*",
87 "ext-imap": "*",
88 "ext-mbstring": "*",
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +010089 "php": "^7.3 || ^8.0"
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +010090 },
91 "require-dev": {
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +010092 "friendsofphp/php-cs-fixer": "^2.16.7",
93 "laminas/laminas-mail": "^2.12.3",
94 "phpstan/phpstan": "^0.12.57",
95 "phpstan/phpstan-phpunit": "^0.12.16",
96 "phpstan/phpstan-strict-rules": "^0.12.5",
97 "phpunit/phpunit": "^9.4.3"
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +010098 },
99 "type": "library",
100 "autoload": {
101 "psr-4": {
102 "Ddeboer\\Imap\\": "src/"
103 }
104 },
105 "notification-url": "https://packagist.org/downloads/",
106 "license": [
107 "MIT"
108 ],
109 "authors": [
110 {
111 "name": "David de Boer",
112 "email": "david@ddeboer.nl"
113 },
114 {
115 "name": "Filippo Tessarotto",
116 "email": "zoeslam@gmail.com"
117 },
118 {
119 "name": "Community contributors",
120 "homepage": "https://github.com/ddeboer/imap/graphs/contributors"
121 }
122 ],
123 "description": "Object-oriented IMAP for PHP",
124 "keywords": [
125 "email",
126 "imap",
127 "mail"
128 ],
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100129 "support": {
130 "issues": "https://github.com/ddeboer/imap/issues",
131 "source": "https://github.com/ddeboer/imap/tree/1.11.0"
132 },
133 "funding": [
134 {
135 "url": "https://github.com/Slamdunk",
136 "type": "github"
137 },
138 {
139 "url": "https://github.com/ddeboer",
140 "type": "github"
141 }
142 ],
143 "time": "2020-11-30T14:52:49+00:00"
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100144 },
145 {
146 "name": "matthiasmullie/minify",
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100147 "version": "1.3.65",
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100148 "source": {
149 "type": "git",
150 "url": "https://github.com/matthiasmullie/minify.git",
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100151 "reference": "227f19062451c55a797e0cc667ef983834e6580c"
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100152 },
153 "dist": {
154 "type": "zip",
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100155 "url": "https://api.github.com/repos/matthiasmullie/minify/zipball/227f19062451c55a797e0cc667ef983834e6580c",
156 "reference": "227f19062451c55a797e0cc667ef983834e6580c",
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100157 "shasum": ""
158 },
159 "require": {
160 "ext-pcre": "*",
161 "matthiasmullie/path-converter": "~1.1",
162 "php": ">=5.3.0"
163 },
164 "require-dev": {
165 "friendsofphp/php-cs-fixer": "~2.0",
166 "matthiasmullie/scrapbook": "~1.0",
167 "phpunit/phpunit": "~4.8"
168 },
169 "suggest": {
170 "psr/cache-implementation": "Cache implementation to use with Minify::cache"
171 },
172 "bin": [
173 "bin/minifycss",
174 "bin/minifyjs"
175 ],
176 "type": "library",
177 "autoload": {
178 "psr-4": {
179 "MatthiasMullie\\Minify\\": "src/"
180 }
181 },
182 "notification-url": "https://packagist.org/downloads/",
183 "license": [
184 "MIT"
185 ],
186 "authors": [
187 {
188 "name": "Matthias Mullie",
189 "email": "minify@mullie.eu",
190 "homepage": "http://www.mullie.eu",
191 "role": "Developer"
192 }
193 ],
194 "description": "CSS & JavaScript minifier, in PHP. Removes whitespace, strips comments, combines files (incl. @import statements and small assets in CSS files), and optimizes/shortens a few common programming patterns.",
195 "homepage": "http://www.minifier.org",
196 "keywords": [
197 "JS",
198 "css",
199 "javascript",
200 "minifier",
201 "minify"
202 ],
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100203 "support": {
204 "issues": "https://github.com/matthiasmullie/minify/issues",
205 "source": "https://github.com/matthiasmullie/minify/tree/1.3.65"
206 },
207 "funding": [
208 {
209 "url": "https://github.com/[user1",
210 "type": "github"
211 },
212 {
213 "url": "https://github.com/matthiasmullie] # Replace with up to 4 GitHub Sponsors-enabled usernames e.g.",
214 "type": "github"
215 },
216 {
217 "url": "https://github.com/user2",
218 "type": "github"
219 }
220 ],
221 "time": "2020-12-27T21:43:29+00:00"
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100222 },
223 {
224 "name": "matthiasmullie/path-converter",
225 "version": "1.1.3",
226 "source": {
227 "type": "git",
228 "url": "https://github.com/matthiasmullie/path-converter.git",
229 "reference": "e7d13b2c7e2f2268e1424aaed02085518afa02d9"
230 },
231 "dist": {
232 "type": "zip",
233 "url": "https://api.github.com/repos/matthiasmullie/path-converter/zipball/e7d13b2c7e2f2268e1424aaed02085518afa02d9",
234 "reference": "e7d13b2c7e2f2268e1424aaed02085518afa02d9",
235 "shasum": ""
236 },
237 "require": {
238 "ext-pcre": "*",
239 "php": ">=5.3.0"
240 },
241 "require-dev": {
242 "phpunit/phpunit": "~4.8"
243 },
244 "type": "library",
245 "autoload": {
246 "psr-4": {
247 "MatthiasMullie\\PathConverter\\": "src/"
248 }
249 },
250 "notification-url": "https://packagist.org/downloads/",
251 "license": [
252 "MIT"
253 ],
254 "authors": [
255 {
256 "name": "Matthias Mullie",
257 "email": "pathconverter@mullie.eu",
258 "homepage": "http://www.mullie.eu",
259 "role": "Developer"
260 }
261 ],
262 "description": "Relative path converter",
263 "homepage": "http://github.com/matthiasmullie/path-converter",
264 "keywords": [
265 "converter",
266 "path",
267 "paths",
268 "relative"
269 ],
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100270 "support": {
271 "issues": "https://github.com/matthiasmullie/path-converter/issues",
272 "source": "https://github.com/matthiasmullie/path-converter/tree/1.1.3"
273 },
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100274 "time": "2019-02-05T23:41:09+00:00"
275 },
276 {
277 "name": "mustangostang/spyc",
278 "version": "0.6.3",
279 "source": {
280 "type": "git",
281 "url": "git@github.com:mustangostang/spyc.git",
282 "reference": "4627c838b16550b666d15aeae1e5289dd5b77da0"
283 },
284 "dist": {
285 "type": "zip",
286 "url": "https://api.github.com/repos/mustangostang/spyc/zipball/4627c838b16550b666d15aeae1e5289dd5b77da0",
287 "reference": "4627c838b16550b666d15aeae1e5289dd5b77da0",
288 "shasum": ""
289 },
290 "require": {
291 "php": ">=5.3.1"
292 },
293 "require-dev": {
294 "phpunit/phpunit": "4.3.*@dev"
295 },
296 "type": "library",
297 "extra": {
298 "branch-alias": {
299 "dev-master": "0.5.x-dev"
300 }
301 },
302 "autoload": {
303 "files": [
304 "Spyc.php"
305 ]
306 },
307 "notification-url": "https://packagist.org/downloads/",
308 "license": [
309 "MIT"
310 ],
311 "authors": [
312 {
313 "name": "mustangostang",
314 "email": "vlad.andersen@gmail.com"
315 }
316 ],
317 "description": "A simple YAML loader/dumper class for PHP",
318 "homepage": "https://github.com/mustangostang/spyc/",
319 "keywords": [
320 "spyc",
321 "yaml",
322 "yml"
323 ],
324 "time": "2019-09-10T13:16:29+00:00"
325 },
326 {
327 "name": "paragonie/random_compat",
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100328 "version": "v9.99.100",
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100329 "source": {
330 "type": "git",
331 "url": "https://github.com/paragonie/random_compat.git",
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100332 "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a"
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100333 },
334 "dist": {
335 "type": "zip",
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100336 "url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a",
337 "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a",
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100338 "shasum": ""
339 },
340 "require": {
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100341 "php": ">= 7"
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100342 },
343 "require-dev": {
344 "phpunit/phpunit": "4.*|5.*",
345 "vimeo/psalm": "^1"
346 },
347 "suggest": {
348 "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
349 },
350 "type": "library",
351 "notification-url": "https://packagist.org/downloads/",
352 "license": [
353 "MIT"
354 ],
355 "authors": [
356 {
357 "name": "Paragon Initiative Enterprises",
358 "email": "security@paragonie.com",
359 "homepage": "https://paragonie.com"
360 }
361 ],
362 "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
363 "keywords": [
364 "csprng",
365 "polyfill",
366 "pseudorandom",
367 "random"
368 ],
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100369 "support": {
370 "email": "info@paragonie.com",
371 "issues": "https://github.com/paragonie/random_compat/issues",
372 "source": "https://github.com/paragonie/random_compat"
373 },
374 "time": "2020-10-15T08:29:30+00:00"
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100375 },
376 {
377 "name": "php-mime-mail-parser/php-mime-mail-parser",
378 "version": "5.0.5",
379 "source": {
380 "type": "git",
381 "url": "https://github.com/php-mime-mail-parser/php-mime-mail-parser.git",
382 "reference": "27983433aabeccee832573c3c56e6a4855e57745"
383 },
384 "dist": {
385 "type": "zip",
386 "url": "https://api.github.com/repos/php-mime-mail-parser/php-mime-mail-parser/zipball/27983433aabeccee832573c3c56e6a4855e57745",
387 "reference": "27983433aabeccee832573c3c56e6a4855e57745",
388 "shasum": ""
389 },
390 "require": {
391 "ext-mailparse": "*",
392 "php": "^7.1"
393 },
394 "replace": {
395 "exorus/php-mime-mail-parser": "*",
396 "messaged/php-mime-mail-parser": "*"
397 },
398 "require-dev": {
399 "php-coveralls/php-coveralls": "^2.1",
400 "phpunit/php-token-stream": "^3.0",
401 "phpunit/phpunit": "^7.0",
402 "squizlabs/php_codesniffer": "^3.4"
403 },
404 "type": "library",
405 "autoload": {
406 "psr-4": {
407 "PhpMimeMailParser\\": "src/"
408 }
409 },
410 "notification-url": "https://packagist.org/downloads/",
411 "license": [
412 "MIT"
413 ],
414 "authors": [
415 {
416 "name": "eXorus",
417 "email": "exorus.spam@gmail.com",
418 "homepage": "https://github.com/eXorus/",
419 "role": "Developer"
420 },
421 {
422 "name": "M.Valinskis",
423 "email": "M.Valins@gmail.com",
424 "homepage": "https://code.google.com/p/php-mime-mail-parser",
425 "role": "Developer"
426 },
427 {
428 "name": "eugene.emmett.wood",
429 "email": "gene_w@cementhorizon.com",
430 "homepage": "https://code.google.com/p/php-mime-mail-parser",
431 "role": "Developer"
432 },
433 {
434 "name": "alknetso",
435 "email": "alkne@gmail.com",
436 "homepage": "https://code.google.com/p/php-mime-mail-parser",
437 "role": "Developer"
438 },
439 {
440 "name": "bucabay",
441 "email": "gabe@fijiwebdesign.com",
442 "homepage": "http://www.fijiwebdesign.com",
443 "role": "Developer"
444 }
445 ],
446 "description": "A fully tested email parser for PHP 7.1+ (mailparse extension wrapper).",
447 "homepage": "https://github.com/php-mime-mail-parser/php-mime-mail-parser",
448 "keywords": [
449 "MimeMailParser",
450 "mail",
451 "mailparse",
452 "mime",
453 "parser",
454 "php"
455 ],
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100456 "support": {
457 "issues": "https://github.com/php-mime-mail-parser/php-mime-mail-parser/issues",
458 "source": "https://github.com/php-mime-mail-parser/php-mime-mail-parser/tree/master"
459 },
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100460 "time": "2019-09-23T11:57:58+00:00"
461 },
462 {
463 "name": "phpmailer/phpmailer",
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100464 "version": "v6.2.0",
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100465 "source": {
466 "type": "git",
467 "url": "https://github.com/PHPMailer/PHPMailer.git",
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100468 "reference": "e38888a75c070304ca5514197d4847a59a5c853f"
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100469 },
470 "dist": {
471 "type": "zip",
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100472 "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/e38888a75c070304ca5514197d4847a59a5c853f",
473 "reference": "e38888a75c070304ca5514197d4847a59a5c853f",
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100474 "shasum": ""
475 },
476 "require": {
477 "ext-ctype": "*",
478 "ext-filter": "*",
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100479 "ext-hash": "*",
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100480 "php": ">=5.5.0"
481 },
482 "require-dev": {
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100483 "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100484 "doctrine/annotations": "^1.2",
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100485 "phpcompatibility/php-compatibility": "^9.3.5",
486 "roave/security-advisories": "dev-latest",
487 "squizlabs/php_codesniffer": "^3.5.6",
488 "yoast/phpunit-polyfills": "^0.2.0"
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100489 },
490 "suggest": {
491 "ext-mbstring": "Needed to send email in multibyte encoding charset",
492 "hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication",
493 "league/oauth2-google": "Needed for Google XOAUTH2 authentication",
494 "psr/log": "For optional PSR-3 debug logging",
495 "stevenmaguire/oauth2-microsoft": "Needed for Microsoft XOAUTH2 authentication",
496 "symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)"
497 },
498 "type": "library",
499 "autoload": {
500 "psr-4": {
501 "PHPMailer\\PHPMailer\\": "src/"
502 }
503 },
504 "notification-url": "https://packagist.org/downloads/",
505 "license": [
506 "LGPL-2.1-only"
507 ],
508 "authors": [
509 {
510 "name": "Marcus Bointon",
511 "email": "phpmailer@synchromedia.co.uk"
512 },
513 {
514 "name": "Jim Jagielski",
515 "email": "jimjag@gmail.com"
516 },
517 {
518 "name": "Andy Prevost",
519 "email": "codeworxtech@users.sourceforge.net"
520 },
521 {
522 "name": "Brent R. Matzelle"
523 }
524 ],
525 "description": "PHPMailer is a full-featured email creation and transfer class for PHP",
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100526 "support": {
527 "issues": "https://github.com/PHPMailer/PHPMailer/issues",
528 "source": "https://github.com/PHPMailer/PHPMailer/tree/v6.2.0"
529 },
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100530 "funding": [
531 {
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100532 "url": "https://github.com/Synchro",
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100533 "type": "github"
534 }
535 ],
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100536 "time": "2020-11-25T15:24:57+00:00"
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100537 },
538 {
539 "name": "robthree/twofactorauth",
540 "version": "1.7.0",
541 "source": {
542 "type": "git",
543 "url": "https://github.com/RobThree/TwoFactorAuth.git",
544 "reference": "37983bf675c5baca09d19d6705170489d0df0002"
545 },
546 "dist": {
547 "type": "zip",
548 "url": "https://api.github.com/repos/RobThree/TwoFactorAuth/zipball/37983bf675c5baca09d19d6705170489d0df0002",
549 "reference": "37983bf675c5baca09d19d6705170489d0df0002",
550 "shasum": ""
551 },
552 "require": {
553 "php": ">=5.6.0"
554 },
555 "require-dev": {
556 "phpunit/phpunit": "@stable"
557 },
558 "type": "library",
559 "autoload": {
560 "psr-4": {
561 "RobThree\\Auth\\": "lib"
562 }
563 },
564 "notification-url": "https://packagist.org/downloads/",
565 "license": [
566 "MIT"
567 ],
568 "authors": [
569 {
570 "name": "Rob Janssen",
571 "homepage": "http://robiii.me",
572 "role": "Developer"
573 }
574 ],
575 "description": "Two Factor Authentication",
576 "homepage": "https://github.com/RobThree/TwoFactorAuth",
577 "keywords": [
578 "Authentication",
579 "MFA",
580 "Multi Factor Authentication",
581 "Two Factor Authentication",
582 "authenticator",
583 "authy",
584 "php",
585 "tfa"
586 ],
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100587 "support": {
588 "issues": "https://github.com/RobThree/TwoFactorAuth/issues",
589 "source": "https://github.com/RobThree/TwoFactorAuth"
590 },
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100591 "time": "2020-01-02T19:56:46+00:00"
592 },
593 {
594 "name": "soundasleep/html2text",
595 "version": "0.5.0",
596 "source": {
597 "type": "git",
598 "url": "https://github.com/soundasleep/html2text.git",
599 "reference": "cdb89f6ffa2c4cc78f8ed9ea6ee0594a9133ccad"
600 },
601 "dist": {
602 "type": "zip",
603 "url": "https://api.github.com/repos/soundasleep/html2text/zipball/cdb89f6ffa2c4cc78f8ed9ea6ee0594a9133ccad",
604 "reference": "cdb89f6ffa2c4cc78f8ed9ea6ee0594a9133ccad",
605 "shasum": ""
606 },
607 "require": {
608 "ext-dom": "*",
609 "ext-libxml": "*",
610 "php": ">=5.3.2"
611 },
612 "require-dev": {
613 "phpunit/phpunit": ">=4.0",
614 "soundasleep/component-tests": "dev-master"
615 },
616 "type": "library",
617 "autoload": {
618 "psr-4": {
619 "Html2Text\\": "src"
620 }
621 },
622 "notification-url": "https://packagist.org/downloads/",
623 "license": [
624 "EPL-1.0"
625 ],
626 "authors": [
627 {
628 "name": "Jevon Wright",
629 "homepage": "https://jevon.org",
630 "role": "Developer"
631 }
632 ],
633 "description": "A PHP script to convert HTML into a plain text format",
634 "homepage": "https://github.com/soundasleep/html2text",
635 "keywords": [
636 "email",
637 "html",
638 "php",
639 "text"
640 ],
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100641 "support": {
642 "email": "support@jevon.org",
643 "issues": "https://github.com/soundasleep/html2text/issues",
644 "source": "https://github.com/soundasleep/html2text/tree/master"
645 },
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100646 "time": "2017-04-19T22:01:50+00:00"
647 },
648 {
649 "name": "yubico/u2flib-server",
650 "version": "1.0.2",
651 "source": {
652 "type": "git",
653 "url": "https://github.com/Yubico/php-u2flib-server.git",
654 "reference": "55d813acf68212ad2cadecde07551600d6971939"
655 },
656 "dist": {
657 "type": "zip",
658 "url": "https://api.github.com/repos/Yubico/php-u2flib-server/zipball/55d813acf68212ad2cadecde07551600d6971939",
659 "reference": "55d813acf68212ad2cadecde07551600d6971939",
660 "shasum": ""
661 },
662 "require": {
663 "ext-openssl": "*",
664 "paragonie/random_compat": ">= 1",
665 "php": ">=5.6"
666 },
667 "require-dev": {
668 "phpunit/phpunit": "~5.7",
669 "vimeo/psalm": "^0|^1|^2"
670 },
671 "type": "library",
672 "autoload": {
673 "classmap": [
674 "src/"
675 ]
676 },
677 "notification-url": "https://packagist.org/downloads/",
678 "license": [
679 "BSD-2-Clause"
680 ],
681 "description": "Library for U2F implementation",
682 "homepage": "https://developers.yubico.com/php-u2flib-server",
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100683 "support": {
684 "issues": "https://github.com/Yubico/php-u2flib-server/issues",
685 "source": "https://github.com/Yubico/php-u2flib-server/tree/1.0.2"
686 },
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100687 "time": "2018-09-07T08:16:44+00:00"
688 }
689 ],
690 "packages-dev": [],
691 "aliases": [],
692 "minimum-stability": "stable",
693 "stability-flags": [],
694 "prefer-stable": false,
695 "prefer-lowest": false,
696 "platform": [],
697 "platform-dev": [],
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100698 "plugin-api-version": "2.0.0"
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100699}