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