blob: e38fd6364f6f397250e853eb834fa1ae3fc95dcd [file] [log] [blame]
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +01001[
2 {
3 "name": "bshaffer/oauth2-server-php",
4 "version": "v1.11.1",
5 "version_normalized": "1.11.1.0",
6 "source": {
7 "type": "git",
8 "url": "https://github.com/bshaffer/oauth2-server-php.git",
9 "reference": "5a0c8000d4763b276919e2106f54eddda6bc50fa"
10 },
11 "dist": {
12 "type": "zip",
13 "url": "https://api.github.com/repos/bshaffer/oauth2-server-php/zipball/5a0c8000d4763b276919e2106f54eddda6bc50fa",
14 "reference": "5a0c8000d4763b276919e2106f54eddda6bc50fa",
15 "shasum": ""
16 },
17 "require": {
18 "php": ">=5.3.9"
19 },
20 "require-dev": {
21 "aws/aws-sdk-php": "~2.8",
22 "firebase/php-jwt": "~2.2",
23 "mongodb/mongodb": "^1.1",
24 "phpunit/phpunit": "^4.0",
25 "predis/predis": "dev-master",
26 "thobbs/phpcassa": "dev-master"
27 },
28 "suggest": {
29 "aws/aws-sdk-php": "~2.8 is required to use DynamoDB storage",
30 "firebase/php-jwt": "~2.2 is required to use JWT features",
31 "mongodb/mongodb": "^1.1 is required to use MongoDB storage",
32 "predis/predis": "Required to use Redis storage",
33 "thobbs/phpcassa": "Required to use Cassandra storage"
34 },
35 "time": "2018-12-04T00:29:32+00:00",
36 "type": "library",
37 "installation-source": "dist",
38 "autoload": {
39 "psr-0": {
40 "OAuth2": "src/"
41 }
42 },
43 "notification-url": "https://packagist.org/downloads/",
44 "license": [
45 "MIT"
46 ],
47 "authors": [
48 {
49 "name": "Brent Shaffer",
50 "email": "bshafs@gmail.com",
51 "homepage": "http://brentertainment.com"
52 }
53 ],
54 "description": "OAuth2 Server for PHP",
55 "homepage": "http://github.com/bshaffer/oauth2-server-php",
56 "keywords": [
57 "auth",
58 "oauth",
59 "oauth2"
60 ]
61 },
62 {
63 "name": "ddeboer/imap",
64 "version": "1.10.0",
65 "version_normalized": "1.10.0.0",
66 "source": {
67 "type": "git",
68 "url": "https://github.com/ddeboer/imap.git",
69 "reference": "fc09dbf6fb9ba7317a95c719e45893efc4fe6bde"
70 },
71 "dist": {
72 "type": "zip",
73 "url": "https://api.github.com/repos/ddeboer/imap/zipball/fc09dbf6fb9ba7317a95c719e45893efc4fe6bde",
74 "reference": "fc09dbf6fb9ba7317a95c719e45893efc4fe6bde",
75 "shasum": ""
76 },
77 "require": {
78 "ext-iconv": "*",
79 "ext-imap": "*",
80 "ext-mbstring": "*",
81 "php": "^7.2"
82 },
83 "require-dev": {
84 "friendsofphp/php-cs-fixer": "^2.16",
85 "phpstan/phpstan": "^0.12",
86 "phpstan/phpstan-phpunit": "^0.12",
87 "phpstan/phpstan-strict-rules": "^0.12",
88 "phpunit/phpunit": "^8.5",
89 "zendframework/zend-mail": "^2.10"
90 },
91 "time": "2020-01-24T08:15:24+00:00",
92 "type": "library",
93 "installation-source": "dist",
94 "autoload": {
95 "psr-4": {
96 "Ddeboer\\Imap\\": "src/"
97 }
98 },
99 "notification-url": "https://packagist.org/downloads/",
100 "license": [
101 "MIT"
102 ],
103 "authors": [
104 {
105 "name": "David de Boer",
106 "email": "david@ddeboer.nl"
107 },
108 {
109 "name": "Filippo Tessarotto",
110 "email": "zoeslam@gmail.com"
111 },
112 {
113 "name": "Community contributors",
114 "homepage": "https://github.com/ddeboer/imap/graphs/contributors"
115 }
116 ],
117 "description": "Object-oriented IMAP for PHP",
118 "keywords": [
119 "email",
120 "imap",
121 "mail"
122 ]
123 },
124 {
125 "name": "matthiasmullie/minify",
126 "version": "1.3.63",
127 "version_normalized": "1.3.63.0",
128 "source": {
129 "type": "git",
130 "url": "https://github.com/matthiasmullie/minify.git",
131 "reference": "9ba1b459828adc13430f4dd6c49dae4950dc4117"
132 },
133 "dist": {
134 "type": "zip",
135 "url": "https://api.github.com/repos/matthiasmullie/minify/zipball/9ba1b459828adc13430f4dd6c49dae4950dc4117",
136 "reference": "9ba1b459828adc13430f4dd6c49dae4950dc4117",
137 "shasum": ""
138 },
139 "require": {
140 "ext-pcre": "*",
141 "matthiasmullie/path-converter": "~1.1",
142 "php": ">=5.3.0"
143 },
144 "require-dev": {
145 "friendsofphp/php-cs-fixer": "~2.0",
146 "matthiasmullie/scrapbook": "~1.0",
147 "phpunit/phpunit": "~4.8"
148 },
149 "suggest": {
150 "psr/cache-implementation": "Cache implementation to use with Minify::cache"
151 },
152 "time": "2020-01-21T20:21:08+00:00",
153 "bin": [
154 "bin/minifycss",
155 "bin/minifyjs"
156 ],
157 "type": "library",
158 "installation-source": "dist",
159 "autoload": {
160 "psr-4": {
161 "MatthiasMullie\\Minify\\": "src/"
162 }
163 },
164 "notification-url": "https://packagist.org/downloads/",
165 "license": [
166 "MIT"
167 ],
168 "authors": [
169 {
170 "name": "Matthias Mullie",
171 "email": "minify@mullie.eu",
172 "homepage": "http://www.mullie.eu",
173 "role": "Developer"
174 }
175 ],
176 "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.",
177 "homepage": "http://www.minifier.org",
178 "keywords": [
179 "JS",
180 "css",
181 "javascript",
182 "minifier",
183 "minify"
184 ]
185 },
186 {
187 "name": "matthiasmullie/path-converter",
188 "version": "1.1.3",
189 "version_normalized": "1.1.3.0",
190 "source": {
191 "type": "git",
192 "url": "https://github.com/matthiasmullie/path-converter.git",
193 "reference": "e7d13b2c7e2f2268e1424aaed02085518afa02d9"
194 },
195 "dist": {
196 "type": "zip",
197 "url": "https://api.github.com/repos/matthiasmullie/path-converter/zipball/e7d13b2c7e2f2268e1424aaed02085518afa02d9",
198 "reference": "e7d13b2c7e2f2268e1424aaed02085518afa02d9",
199 "shasum": ""
200 },
201 "require": {
202 "ext-pcre": "*",
203 "php": ">=5.3.0"
204 },
205 "require-dev": {
206 "phpunit/phpunit": "~4.8"
207 },
208 "time": "2019-02-05T23:41:09+00:00",
209 "type": "library",
210 "installation-source": "dist",
211 "autoload": {
212 "psr-4": {
213 "MatthiasMullie\\PathConverter\\": "src/"
214 }
215 },
216 "notification-url": "https://packagist.org/downloads/",
217 "license": [
218 "MIT"
219 ],
220 "authors": [
221 {
222 "name": "Matthias Mullie",
223 "email": "pathconverter@mullie.eu",
224 "homepage": "http://www.mullie.eu",
225 "role": "Developer"
226 }
227 ],
228 "description": "Relative path converter",
229 "homepage": "http://github.com/matthiasmullie/path-converter",
230 "keywords": [
231 "converter",
232 "path",
233 "paths",
234 "relative"
235 ]
236 },
237 {
238 "name": "mustangostang/spyc",
239 "version": "0.6.3",
240 "version_normalized": "0.6.3.0",
241 "source": {
242 "type": "git",
243 "url": "git@github.com:mustangostang/spyc.git",
244 "reference": "4627c838b16550b666d15aeae1e5289dd5b77da0"
245 },
246 "dist": {
247 "type": "zip",
248 "url": "https://api.github.com/repos/mustangostang/spyc/zipball/4627c838b16550b666d15aeae1e5289dd5b77da0",
249 "reference": "4627c838b16550b666d15aeae1e5289dd5b77da0",
250 "shasum": ""
251 },
252 "require": {
253 "php": ">=5.3.1"
254 },
255 "require-dev": {
256 "phpunit/phpunit": "4.3.*@dev"
257 },
258 "time": "2019-09-10T13:16:29+00:00",
259 "type": "library",
260 "extra": {
261 "branch-alias": {
262 "dev-master": "0.5.x-dev"
263 }
264 },
265 "installation-source": "dist",
266 "autoload": {
267 "files": [
268 "Spyc.php"
269 ]
270 },
271 "notification-url": "https://packagist.org/downloads/",
272 "license": [
273 "MIT"
274 ],
275 "authors": [
276 {
277 "name": "mustangostang",
278 "email": "vlad.andersen@gmail.com"
279 }
280 ],
281 "description": "A simple YAML loader/dumper class for PHP",
282 "homepage": "https://github.com/mustangostang/spyc/",
283 "keywords": [
284 "spyc",
285 "yaml",
286 "yml"
287 ]
288 },
289 {
290 "name": "paragonie/random_compat",
291 "version": "v9.99.99",
292 "version_normalized": "9.99.99.0",
293 "source": {
294 "type": "git",
295 "url": "https://github.com/paragonie/random_compat.git",
296 "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95"
297 },
298 "dist": {
299 "type": "zip",
300 "url": "https://api.github.com/repos/paragonie/random_compat/zipball/84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
301 "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
302 "shasum": ""
303 },
304 "require": {
305 "php": "^7"
306 },
307 "require-dev": {
308 "phpunit/phpunit": "4.*|5.*",
309 "vimeo/psalm": "^1"
310 },
311 "suggest": {
312 "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
313 },
314 "time": "2018-07-02T15:55:56+00:00",
315 "type": "library",
316 "installation-source": "dist",
317 "notification-url": "https://packagist.org/downloads/",
318 "license": [
319 "MIT"
320 ],
321 "authors": [
322 {
323 "name": "Paragon Initiative Enterprises",
324 "email": "security@paragonie.com",
325 "homepage": "https://paragonie.com"
326 }
327 ],
328 "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
329 "keywords": [
330 "csprng",
331 "polyfill",
332 "pseudorandom",
333 "random"
334 ]
335 },
336 {
337 "name": "php-mime-mail-parser/php-mime-mail-parser",
338 "version": "5.0.5",
339 "version_normalized": "5.0.5.0",
340 "source": {
341 "type": "git",
342 "url": "https://github.com/php-mime-mail-parser/php-mime-mail-parser.git",
343 "reference": "27983433aabeccee832573c3c56e6a4855e57745"
344 },
345 "dist": {
346 "type": "zip",
347 "url": "https://api.github.com/repos/php-mime-mail-parser/php-mime-mail-parser/zipball/27983433aabeccee832573c3c56e6a4855e57745",
348 "reference": "27983433aabeccee832573c3c56e6a4855e57745",
349 "shasum": ""
350 },
351 "require": {
352 "ext-mailparse": "*",
353 "php": "^7.1"
354 },
355 "replace": {
356 "exorus/php-mime-mail-parser": "*",
357 "messaged/php-mime-mail-parser": "*"
358 },
359 "require-dev": {
360 "php-coveralls/php-coveralls": "^2.1",
361 "phpunit/php-token-stream": "^3.0",
362 "phpunit/phpunit": "^7.0",
363 "squizlabs/php_codesniffer": "^3.4"
364 },
365 "time": "2019-09-23T11:57:58+00:00",
366 "type": "library",
367 "installation-source": "dist",
368 "autoload": {
369 "psr-4": {
370 "PhpMimeMailParser\\": "src/"
371 }
372 },
373 "notification-url": "https://packagist.org/downloads/",
374 "license": [
375 "MIT"
376 ],
377 "authors": [
378 {
379 "name": "eXorus",
380 "email": "exorus.spam@gmail.com",
381 "homepage": "https://github.com/eXorus/",
382 "role": "Developer"
383 },
384 {
385 "name": "M.Valinskis",
386 "email": "M.Valins@gmail.com",
387 "homepage": "https://code.google.com/p/php-mime-mail-parser",
388 "role": "Developer"
389 },
390 {
391 "name": "eugene.emmett.wood",
392 "email": "gene_w@cementhorizon.com",
393 "homepage": "https://code.google.com/p/php-mime-mail-parser",
394 "role": "Developer"
395 },
396 {
397 "name": "alknetso",
398 "email": "alkne@gmail.com",
399 "homepage": "https://code.google.com/p/php-mime-mail-parser",
400 "role": "Developer"
401 },
402 {
403 "name": "bucabay",
404 "email": "gabe@fijiwebdesign.com",
405 "homepage": "http://www.fijiwebdesign.com",
406 "role": "Developer"
407 }
408 ],
409 "description": "A fully tested email parser for PHP 7.1+ (mailparse extension wrapper).",
410 "homepage": "https://github.com/php-mime-mail-parser/php-mime-mail-parser",
411 "keywords": [
412 "MimeMailParser",
413 "mail",
414 "mailparse",
415 "mime",
416 "parser",
417 "php"
418 ]
419 },
420 {
421 "name": "phpmailer/phpmailer",
422 "version": "v6.1.6",
423 "version_normalized": "6.1.6.0",
424 "source": {
425 "type": "git",
426 "url": "https://github.com/PHPMailer/PHPMailer.git",
427 "reference": "c2796cb1cb99d7717290b48c4e6f32cb6c60b7b3"
428 },
429 "dist": {
430 "type": "zip",
431 "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/c2796cb1cb99d7717290b48c4e6f32cb6c60b7b3",
432 "reference": "c2796cb1cb99d7717290b48c4e6f32cb6c60b7b3",
433 "shasum": ""
434 },
435 "require": {
436 "ext-ctype": "*",
437 "ext-filter": "*",
438 "php": ">=5.5.0"
439 },
440 "require-dev": {
441 "doctrine/annotations": "^1.2",
442 "friendsofphp/php-cs-fixer": "^2.2",
443 "phpunit/phpunit": "^4.8 || ^5.7"
444 },
445 "suggest": {
446 "ext-mbstring": "Needed to send email in multibyte encoding charset",
447 "hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication",
448 "league/oauth2-google": "Needed for Google XOAUTH2 authentication",
449 "psr/log": "For optional PSR-3 debug logging",
450 "stevenmaguire/oauth2-microsoft": "Needed for Microsoft XOAUTH2 authentication",
451 "symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)"
452 },
453 "time": "2020-05-27T12:24:03+00:00",
454 "type": "library",
455 "installation-source": "dist",
456 "autoload": {
457 "psr-4": {
458 "PHPMailer\\PHPMailer\\": "src/"
459 }
460 },
461 "notification-url": "https://packagist.org/downloads/",
462 "license": [
463 "LGPL-2.1-only"
464 ],
465 "authors": [
466 {
467 "name": "Marcus Bointon",
468 "email": "phpmailer@synchromedia.co.uk"
469 },
470 {
471 "name": "Jim Jagielski",
472 "email": "jimjag@gmail.com"
473 },
474 {
475 "name": "Andy Prevost",
476 "email": "codeworxtech@users.sourceforge.net"
477 },
478 {
479 "name": "Brent R. Matzelle"
480 }
481 ],
482 "description": "PHPMailer is a full-featured email creation and transfer class for PHP",
483 "funding": [
484 {
485 "url": "https://github.com/synchro",
486 "type": "github"
487 }
488 ]
489 },
490 {
491 "name": "robthree/twofactorauth",
492 "version": "1.7.0",
493 "version_normalized": "1.7.0.0",
494 "source": {
495 "type": "git",
496 "url": "https://github.com/RobThree/TwoFactorAuth.git",
497 "reference": "37983bf675c5baca09d19d6705170489d0df0002"
498 },
499 "dist": {
500 "type": "zip",
501 "url": "https://api.github.com/repos/RobThree/TwoFactorAuth/zipball/37983bf675c5baca09d19d6705170489d0df0002",
502 "reference": "37983bf675c5baca09d19d6705170489d0df0002",
503 "shasum": ""
504 },
505 "require": {
506 "php": ">=5.6.0"
507 },
508 "require-dev": {
509 "phpunit/phpunit": "@stable"
510 },
511 "time": "2020-01-02T19:56:46+00:00",
512 "type": "library",
513 "installation-source": "dist",
514 "autoload": {
515 "psr-4": {
516 "RobThree\\Auth\\": "lib"
517 }
518 },
519 "notification-url": "https://packagist.org/downloads/",
520 "license": [
521 "MIT"
522 ],
523 "authors": [
524 {
525 "name": "Rob Janssen",
526 "homepage": "http://robiii.me",
527 "role": "Developer"
528 }
529 ],
530 "description": "Two Factor Authentication",
531 "homepage": "https://github.com/RobThree/TwoFactorAuth",
532 "keywords": [
533 "Authentication",
534 "MFA",
535 "Multi Factor Authentication",
536 "Two Factor Authentication",
537 "authenticator",
538 "authy",
539 "php",
540 "tfa"
541 ]
542 },
543 {
544 "name": "soundasleep/html2text",
545 "version": "0.5.0",
546 "version_normalized": "0.5.0.0",
547 "source": {
548 "type": "git",
549 "url": "https://github.com/soundasleep/html2text.git",
550 "reference": "cdb89f6ffa2c4cc78f8ed9ea6ee0594a9133ccad"
551 },
552 "dist": {
553 "type": "zip",
554 "url": "https://api.github.com/repos/soundasleep/html2text/zipball/cdb89f6ffa2c4cc78f8ed9ea6ee0594a9133ccad",
555 "reference": "cdb89f6ffa2c4cc78f8ed9ea6ee0594a9133ccad",
556 "shasum": ""
557 },
558 "require": {
559 "ext-dom": "*",
560 "ext-libxml": "*",
561 "php": ">=5.3.2"
562 },
563 "require-dev": {
564 "phpunit/phpunit": ">=4.0",
565 "soundasleep/component-tests": "dev-master"
566 },
567 "time": "2017-04-19T22:01:50+00:00",
568 "type": "library",
569 "installation-source": "dist",
570 "autoload": {
571 "psr-4": {
572 "Html2Text\\": "src"
573 }
574 },
575 "notification-url": "https://packagist.org/downloads/",
576 "license": [
577 "EPL-1.0"
578 ],
579 "authors": [
580 {
581 "name": "Jevon Wright",
582 "homepage": "https://jevon.org",
583 "role": "Developer"
584 }
585 ],
586 "description": "A PHP script to convert HTML into a plain text format",
587 "homepage": "https://github.com/soundasleep/html2text",
588 "keywords": [
589 "email",
590 "html",
591 "php",
592 "text"
593 ]
594 },
595 {
596 "name": "yubico/u2flib-server",
597 "version": "1.0.2",
598 "version_normalized": "1.0.2.0",
599 "source": {
600 "type": "git",
601 "url": "https://github.com/Yubico/php-u2flib-server.git",
602 "reference": "55d813acf68212ad2cadecde07551600d6971939"
603 },
604 "dist": {
605 "type": "zip",
606 "url": "https://api.github.com/repos/Yubico/php-u2flib-server/zipball/55d813acf68212ad2cadecde07551600d6971939",
607 "reference": "55d813acf68212ad2cadecde07551600d6971939",
608 "shasum": ""
609 },
610 "require": {
611 "ext-openssl": "*",
612 "paragonie/random_compat": ">= 1",
613 "php": ">=5.6"
614 },
615 "require-dev": {
616 "phpunit/phpunit": "~5.7",
617 "vimeo/psalm": "^0|^1|^2"
618 },
619 "time": "2018-09-07T08:16:44+00:00",
620 "type": "library",
621 "installation-source": "dist",
622 "autoload": {
623 "classmap": [
624 "src/"
625 ]
626 },
627 "notification-url": "https://packagist.org/downloads/",
628 "license": [
629 "BSD-2-Clause"
630 ],
631 "description": "Library for U2F implementation",
632 "homepage": "https://developers.yubico.com/php-u2flib-server"
633 }
634]