composer.lock 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637
  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": "dcb71091bb1065f99aca45ff50da1b7e",
  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.8.0",
  70. "source": {
  71. "type": "git",
  72. "url": "https://github.com/ddeboer/imap.git",
  73. "reference": "ff985d72916267cba2f944e7c9ee654c69893219"
  74. },
  75. "dist": {
  76. "type": "zip",
  77. "url": "https://api.github.com/repos/ddeboer/imap/zipball/ff985d72916267cba2f944e7c9ee654c69893219",
  78. "reference": "ff985d72916267cba2f944e7c9ee654c69893219",
  79. "shasum": ""
  80. },
  81. "require": {
  82. "ext-iconv": "*",
  83. "ext-imap": "*",
  84. "ext-mbstring": "*",
  85. "php": "^7.1"
  86. },
  87. "require-dev": {
  88. "friendsofphp/php-cs-fixer": "^2.14",
  89. "phpstan/phpstan": "^0.11",
  90. "phpstan/phpstan-phpunit": "^0.11",
  91. "phpstan/phpstan-strict-rules": "^0.11.0",
  92. "phpunit/phpunit": "^7.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": "Community contributors",
  112. "homepage": "https://github.com/ddeboer/imap/graphs/contributors"
  113. },
  114. {
  115. "name": "Filippo Tessarotto",
  116. "email": "zoeslam@gmail.com"
  117. }
  118. ],
  119. "description": "Object-oriented IMAP for PHP",
  120. "keywords": [
  121. "email",
  122. "imap",
  123. "mail"
  124. ],
  125. "time": "2019-04-15T09:18:52+00:00"
  126. },
  127. {
  128. "name": "matthiasmullie/minify",
  129. "version": "1.3.61",
  130. "source": {
  131. "type": "git",
  132. "url": "https://github.com/matthiasmullie/minify.git",
  133. "reference": "d5acb8ce5b6acb7d11bafe97cecc533f6e4fd751"
  134. },
  135. "dist": {
  136. "type": "zip",
  137. "url": "https://api.github.com/repos/matthiasmullie/minify/zipball/d5acb8ce5b6acb7d11bafe97cecc533f6e4fd751",
  138. "reference": "d5acb8ce5b6acb7d11bafe97cecc533f6e4fd751",
  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": "2018-11-26T23:10:39+00:00"
  186. },
  187. {
  188. "name": "matthiasmullie/path-converter",
  189. "version": "1.1.2",
  190. "source": {
  191. "type": "git",
  192. "url": "https://github.com/matthiasmullie/path-converter.git",
  193. "reference": "5e4b121c8b9f97c80835c1d878b0812ba1d607c9"
  194. },
  195. "dist": {
  196. "type": "zip",
  197. "url": "https://api.github.com/repos/matthiasmullie/path-converter/zipball/5e4b121c8b9f97c80835c1d878b0812ba1d607c9",
  198. "reference": "5e4b121c8b9f97c80835c1d878b0812ba1d607c9",
  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": "2018-10-25T15:19:41+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": "v5.2.27",
  416. "source": {
  417. "type": "git",
  418. "url": "https://github.com/PHPMailer/PHPMailer.git",
  419. "reference": "dde1db116511aa4956389d75546c5be4c2beb2a6"
  420. },
  421. "dist": {
  422. "type": "zip",
  423. "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/dde1db116511aa4956389d75546c5be4c2beb2a6",
  424. "reference": "dde1db116511aa4956389d75546c5be4c2beb2a6",
  425. "shasum": ""
  426. },
  427. "require": {
  428. "ext-ctype": "*",
  429. "php": ">=5.0.0"
  430. },
  431. "require-dev": {
  432. "doctrine/annotations": "1.2.*",
  433. "jms/serializer": "0.16.*",
  434. "phpdocumentor/phpdocumentor": "2.*",
  435. "phpunit/phpunit": "4.8.*",
  436. "symfony/debug": "2.8.*",
  437. "symfony/filesystem": "2.8.*",
  438. "symfony/translation": "2.8.*",
  439. "symfony/yaml": "2.8.*",
  440. "zendframework/zend-cache": "2.5.1",
  441. "zendframework/zend-config": "2.5.1",
  442. "zendframework/zend-eventmanager": "2.5.1",
  443. "zendframework/zend-filter": "2.5.1",
  444. "zendframework/zend-i18n": "2.5.1",
  445. "zendframework/zend-json": "2.5.1",
  446. "zendframework/zend-math": "2.5.1",
  447. "zendframework/zend-serializer": "2.5.*",
  448. "zendframework/zend-servicemanager": "2.5.*",
  449. "zendframework/zend-stdlib": "2.5.1"
  450. },
  451. "suggest": {
  452. "league/oauth2-google": "Needed for Google XOAUTH2 authentication"
  453. },
  454. "type": "library",
  455. "autoload": {
  456. "classmap": [
  457. "class.phpmailer.php",
  458. "class.phpmaileroauth.php",
  459. "class.phpmaileroauthgoogle.php",
  460. "class.smtp.php",
  461. "class.pop3.php",
  462. "extras/EasyPeasyICS.php",
  463. "extras/ntlm_sasl_client.php"
  464. ]
  465. },
  466. "notification-url": "https://packagist.org/downloads/",
  467. "license": [
  468. "LGPL-2.1"
  469. ],
  470. "authors": [
  471. {
  472. "name": "Jim Jagielski",
  473. "email": "jimjag@gmail.com"
  474. },
  475. {
  476. "name": "Marcus Bointon",
  477. "email": "phpmailer@synchromedia.co.uk"
  478. },
  479. {
  480. "name": "Andy Prevost",
  481. "email": "codeworxtech@users.sourceforge.net"
  482. },
  483. {
  484. "name": "Brent R. Matzelle"
  485. }
  486. ],
  487. "description": "PHPMailer is a full-featured email creation and transfer class for PHP",
  488. "time": "2018-11-15T22:32:31+00:00"
  489. },
  490. {
  491. "name": "robthree/twofactorauth",
  492. "version": "1.6.7",
  493. "source": {
  494. "type": "git",
  495. "url": "https://github.com/RobThree/TwoFactorAuth.git",
  496. "reference": "3407c33775391fa8c36f7d766f26c5e59a736374"
  497. },
  498. "dist": {
  499. "type": "zip",
  500. "url": "https://api.github.com/repos/RobThree/TwoFactorAuth/zipball/3407c33775391fa8c36f7d766f26c5e59a736374",
  501. "reference": "3407c33775391fa8c36f7d766f26c5e59a736374",
  502. "shasum": ""
  503. },
  504. "require": {
  505. "php": ">=5.3.0"
  506. },
  507. "require-dev": {
  508. "phpunit/phpunit": "@stable"
  509. },
  510. "type": "library",
  511. "autoload": {
  512. "psr-4": {
  513. "RobThree\\Auth\\": "lib"
  514. }
  515. },
  516. "notification-url": "https://packagist.org/downloads/",
  517. "license": [
  518. "MIT"
  519. ],
  520. "authors": [
  521. {
  522. "name": "Rob Janssen",
  523. "homepage": "http://robiii.me",
  524. "role": "Developer"
  525. }
  526. ],
  527. "description": "Two Factor Authentication",
  528. "homepage": "https://github.com/RobThree/TwoFactorAuth",
  529. "keywords": [
  530. "Authentication",
  531. "MFA",
  532. "Multi Factor Authentication",
  533. "Two Factor Authentication",
  534. "authenticator",
  535. "authy",
  536. "php",
  537. "tfa"
  538. ],
  539. "time": "2019-06-21T08:51:04+00:00"
  540. },
  541. {
  542. "name": "soundasleep/html2text",
  543. "version": "0.5.0",
  544. "source": {
  545. "type": "git",
  546. "url": "https://github.com/soundasleep/html2text.git",
  547. "reference": "cdb89f6ffa2c4cc78f8ed9ea6ee0594a9133ccad"
  548. },
  549. "dist": {
  550. "type": "zip",
  551. "url": "https://api.github.com/repos/soundasleep/html2text/zipball/cdb89f6ffa2c4cc78f8ed9ea6ee0594a9133ccad",
  552. "reference": "cdb89f6ffa2c4cc78f8ed9ea6ee0594a9133ccad",
  553. "shasum": ""
  554. },
  555. "require": {
  556. "ext-dom": "*",
  557. "ext-libxml": "*",
  558. "php": ">=5.3.2"
  559. },
  560. "require-dev": {
  561. "phpunit/phpunit": ">=4.0",
  562. "soundasleep/component-tests": "dev-master"
  563. },
  564. "type": "library",
  565. "autoload": {
  566. "psr-4": {
  567. "Html2Text\\": "src"
  568. }
  569. },
  570. "notification-url": "https://packagist.org/downloads/",
  571. "license": [
  572. "EPL-1.0"
  573. ],
  574. "authors": [
  575. {
  576. "name": "Jevon Wright",
  577. "homepage": "https://jevon.org",
  578. "role": "Developer"
  579. }
  580. ],
  581. "description": "A PHP script to convert HTML into a plain text format",
  582. "homepage": "https://github.com/soundasleep/html2text",
  583. "keywords": [
  584. "email",
  585. "html",
  586. "php",
  587. "text"
  588. ],
  589. "time": "2017-04-19T22:01:50+00:00"
  590. },
  591. {
  592. "name": "yubico/u2flib-server",
  593. "version": "1.0.2",
  594. "source": {
  595. "type": "git",
  596. "url": "https://github.com/Yubico/php-u2flib-server.git",
  597. "reference": "55d813acf68212ad2cadecde07551600d6971939"
  598. },
  599. "dist": {
  600. "type": "zip",
  601. "url": "https://api.github.com/repos/Yubico/php-u2flib-server/zipball/55d813acf68212ad2cadecde07551600d6971939",
  602. "reference": "55d813acf68212ad2cadecde07551600d6971939",
  603. "shasum": ""
  604. },
  605. "require": {
  606. "ext-openssl": "*",
  607. "paragonie/random_compat": ">= 1",
  608. "php": ">=5.6"
  609. },
  610. "require-dev": {
  611. "phpunit/phpunit": "~5.7",
  612. "vimeo/psalm": "^0|^1|^2"
  613. },
  614. "type": "library",
  615. "autoload": {
  616. "classmap": [
  617. "src/"
  618. ]
  619. },
  620. "notification-url": "https://packagist.org/downloads/",
  621. "license": [
  622. "BSD-2-Clause"
  623. ],
  624. "description": "Library for U2F implementation",
  625. "homepage": "https://developers.yubico.com/php-u2flib-server",
  626. "time": "2018-09-07T08:16:44+00:00"
  627. }
  628. ],
  629. "packages-dev": [],
  630. "aliases": [],
  631. "minimum-stability": "stable",
  632. "stability-flags": [],
  633. "prefer-stable": false,
  634. "prefer-lowest": false,
  635. "platform": [],
  636. "platform-dev": []
  637. }