composer.lock 22 KB

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