composer.lock 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699
  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#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. ],
  65. "support": {
  66. "issues": "https://github.com/bshaffer/oauth2-server-php/issues",
  67. "source": "https://github.com/bshaffer/oauth2-server-php/tree/master"
  68. },
  69. "time": "2018-12-04T00:29:32+00:00"
  70. },
  71. {
  72. "name": "ddeboer/imap",
  73. "version": "1.11.0",
  74. "source": {
  75. "type": "git",
  76. "url": "https://github.com/ddeboer/imap.git",
  77. "reference": "a089dfcb9d177f921eb5dadc8d4144a44dff22ee"
  78. },
  79. "dist": {
  80. "type": "zip",
  81. "url": "https://api.github.com/repos/ddeboer/imap/zipball/a089dfcb9d177f921eb5dadc8d4144a44dff22ee",
  82. "reference": "a089dfcb9d177f921eb5dadc8d4144a44dff22ee",
  83. "shasum": ""
  84. },
  85. "require": {
  86. "ext-iconv": "*",
  87. "ext-imap": "*",
  88. "ext-mbstring": "*",
  89. "php": "^7.3 || ^8.0"
  90. },
  91. "require-dev": {
  92. "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"
  98. },
  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. ],
  129. "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"
  144. },
  145. {
  146. "name": "matthiasmullie/minify",
  147. "version": "1.3.66",
  148. "source": {
  149. "type": "git",
  150. "url": "https://github.com/matthiasmullie/minify.git",
  151. "reference": "45fd3b0f1dfa2c965857c6d4a470bea52adc31a6"
  152. },
  153. "dist": {
  154. "type": "zip",
  155. "url": "https://api.github.com/repos/matthiasmullie/minify/zipball/45fd3b0f1dfa2c965857c6d4a470bea52adc31a6",
  156. "reference": "45fd3b0f1dfa2c965857c6d4a470bea52adc31a6",
  157. "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": "dev-master",
  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. ],
  203. "support": {
  204. "issues": "https://github.com/matthiasmullie/minify/issues",
  205. "source": "https://github.com/matthiasmullie/minify/tree/1.3.66"
  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": "2021-01-06T15:18:10+00:00"
  222. },
  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. ],
  270. "support": {
  271. "issues": "https://github.com/matthiasmullie/path-converter/issues",
  272. "source": "https://github.com/matthiasmullie/path-converter/tree/1.1.3"
  273. },
  274. "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",
  328. "version": "v9.99.100",
  329. "source": {
  330. "type": "git",
  331. "url": "https://github.com/paragonie/random_compat.git",
  332. "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a"
  333. },
  334. "dist": {
  335. "type": "zip",
  336. "url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a",
  337. "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a",
  338. "shasum": ""
  339. },
  340. "require": {
  341. "php": ">= 7"
  342. },
  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. ],
  369. "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"
  375. },
  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. ],
  456. "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. },
  460. "time": "2019-09-23T11:57:58+00:00"
  461. },
  462. {
  463. "name": "phpmailer/phpmailer",
  464. "version": "v6.3.0",
  465. "source": {
  466. "type": "git",
  467. "url": "https://github.com/PHPMailer/PHPMailer.git",
  468. "reference": "4a08cf4cdd2c38d12ee2b9fa69e5d235f37a6dcb"
  469. },
  470. "dist": {
  471. "type": "zip",
  472. "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/4a08cf4cdd2c38d12ee2b9fa69e5d235f37a6dcb",
  473. "reference": "4a08cf4cdd2c38d12ee2b9fa69e5d235f37a6dcb",
  474. "shasum": ""
  475. },
  476. "require": {
  477. "ext-ctype": "*",
  478. "ext-filter": "*",
  479. "ext-hash": "*",
  480. "php": ">=5.5.0"
  481. },
  482. "require-dev": {
  483. "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
  484. "doctrine/annotations": "^1.2",
  485. "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"
  489. },
  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",
  526. "support": {
  527. "issues": "https://github.com/PHPMailer/PHPMailer/issues",
  528. "source": "https://github.com/PHPMailer/PHPMailer/tree/v6.3.0"
  529. },
  530. "funding": [
  531. {
  532. "url": "https://github.com/Synchro",
  533. "type": "github"
  534. }
  535. ],
  536. "time": "2021-02-19T15:28:08+00:00"
  537. },
  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. ],
  587. "support": {
  588. "issues": "https://github.com/RobThree/TwoFactorAuth/issues",
  589. "source": "https://github.com/RobThree/TwoFactorAuth"
  590. },
  591. "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. ],
  641. "support": {
  642. "email": "support@jevon.org",
  643. "issues": "https://github.com/soundasleep/html2text/issues",
  644. "source": "https://github.com/soundasleep/html2text/tree/master"
  645. },
  646. "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",
  683. "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. },
  687. "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": [],
  698. "plugin-api-version": "2.0.0"
  699. }