composer.lock 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370
  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": "baad410246ce54c06f9bbc7761e02a76",
  8. "packages": [
  9. {
  10. "name": "ddeboer/imap",
  11. "version": "1.5.5",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/ddeboer/imap.git",
  15. "reference": "acf56f54375babb27a245338a13f4e8246975268"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/ddeboer/imap/zipball/acf56f54375babb27a245338a13f4e8246975268",
  20. "reference": "acf56f54375babb27a245338a13f4e8246975268",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "ext-iconv": "*",
  25. "ext-imap": "*",
  26. "ext-mbstring": "*",
  27. "php": "^7.0"
  28. },
  29. "require-dev": {
  30. "friendsofphp/php-cs-fixer": "^2.10",
  31. "phpstan/phpstan": "^0.9.1",
  32. "phpstan/phpstan-phpunit": "^0.9.3",
  33. "phpunit/phpunit": "^6.5 || ^7.0",
  34. "zendframework/zend-mail": "^2.8"
  35. },
  36. "type": "library",
  37. "autoload": {
  38. "psr-4": {
  39. "Ddeboer\\Imap\\": "src/"
  40. }
  41. },
  42. "notification-url": "https://packagist.org/downloads/",
  43. "license": [
  44. "MIT"
  45. ],
  46. "authors": [
  47. {
  48. "name": "David de Boer",
  49. "email": "david@ddeboer.nl"
  50. },
  51. {
  52. "name": "Community contributors",
  53. "homepage": "https://github.com/ddeboer/imap/graphs/contributors"
  54. },
  55. {
  56. "name": "Filippo Tessarotto",
  57. "email": "zoeslam@gmail.com"
  58. }
  59. ],
  60. "description": "Object-oriented IMAP for PHP",
  61. "keywords": [
  62. "email",
  63. "imap",
  64. "mail"
  65. ],
  66. "time": "2018-08-21T07:30:59+00:00"
  67. },
  68. {
  69. "name": "php-mime-mail-parser/php-mime-mail-parser",
  70. "version": "2.11.1",
  71. "source": {
  72. "type": "git",
  73. "url": "https://github.com/php-mime-mail-parser/php-mime-mail-parser.git",
  74. "reference": "4769e942ed0dbbdd7882fc390b119d625463c8af"
  75. },
  76. "dist": {
  77. "type": "zip",
  78. "url": "https://api.github.com/repos/php-mime-mail-parser/php-mime-mail-parser/zipball/4769e942ed0dbbdd7882fc390b119d625463c8af",
  79. "reference": "4769e942ed0dbbdd7882fc390b119d625463c8af",
  80. "shasum": ""
  81. },
  82. "require": {
  83. "ext-mailparse": "*",
  84. "php": "^5.4.0 || ^7.0"
  85. },
  86. "replace": {
  87. "exorus/php-mime-mail-parser": "*",
  88. "messaged/php-mime-mail-parser": "*"
  89. },
  90. "require-dev": {
  91. "phpunit/php-token-stream": "^1.3.0",
  92. "phpunit/phpunit": "^4.0 || ^5.0",
  93. "satooshi/php-coveralls": "0.*",
  94. "squizlabs/php_codesniffer": "2.*"
  95. },
  96. "type": "library",
  97. "autoload": {
  98. "psr-4": {
  99. "PhpMimeMailParser\\": "src/"
  100. }
  101. },
  102. "notification-url": "https://packagist.org/downloads/",
  103. "license": [
  104. "MIT"
  105. ],
  106. "authors": [
  107. {
  108. "name": "bucabay",
  109. "email": "gabe@fijiwebdesign.com",
  110. "homepage": "http://www.fijiwebdesign.com",
  111. "role": "Developer"
  112. },
  113. {
  114. "name": "eXorus",
  115. "email": "exorus.spam@gmail.com",
  116. "homepage": "https://github.com/eXorus/",
  117. "role": "Developer"
  118. },
  119. {
  120. "name": "M.Valinskis",
  121. "email": "M.Valins@gmail.com",
  122. "homepage": "https://code.google.com/p/php-mime-mail-parser",
  123. "role": "Developer"
  124. },
  125. {
  126. "name": "eugene.emmett.wood",
  127. "email": "gene_w@cementhorizon.com",
  128. "homepage": "https://code.google.com/p/php-mime-mail-parser",
  129. "role": "Developer"
  130. },
  131. {
  132. "name": "alknetso",
  133. "email": "alkne@gmail.com",
  134. "homepage": "https://code.google.com/p/php-mime-mail-parser",
  135. "role": "Developer"
  136. }
  137. ],
  138. "description": "Fully Tested Mailparse Extension Wrapper for PHP 5.4+",
  139. "homepage": "https://github.com/php-mime-mail-parser/php-mime-mail-parser",
  140. "keywords": [
  141. "MimeMailParser",
  142. "mail",
  143. "mailparse",
  144. "mime"
  145. ],
  146. "time": "2018-04-30T05:55:59+00:00"
  147. },
  148. {
  149. "name": "phpmailer/phpmailer",
  150. "version": "v5.2.26",
  151. "source": {
  152. "type": "git",
  153. "url": "https://github.com/PHPMailer/PHPMailer.git",
  154. "reference": "70362997bda4376378be7d92d81e2200550923f7"
  155. },
  156. "dist": {
  157. "type": "zip",
  158. "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/70362997bda4376378be7d92d81e2200550923f7",
  159. "reference": "70362997bda4376378be7d92d81e2200550923f7",
  160. "shasum": ""
  161. },
  162. "require": {
  163. "ext-ctype": "*",
  164. "php": ">=5.0.0"
  165. },
  166. "require-dev": {
  167. "doctrine/annotations": "1.2.*",
  168. "jms/serializer": "0.16.*",
  169. "phpdocumentor/phpdocumentor": "2.*",
  170. "phpunit/phpunit": "4.8.*",
  171. "symfony/debug": "2.8.*",
  172. "symfony/filesystem": "2.8.*",
  173. "symfony/translation": "2.8.*",
  174. "symfony/yaml": "2.8.*",
  175. "zendframework/zend-cache": "2.5.1",
  176. "zendframework/zend-config": "2.5.1",
  177. "zendframework/zend-eventmanager": "2.5.1",
  178. "zendframework/zend-filter": "2.5.1",
  179. "zendframework/zend-i18n": "2.5.1",
  180. "zendframework/zend-json": "2.5.1",
  181. "zendframework/zend-math": "2.5.1",
  182. "zendframework/zend-serializer": "2.5.*",
  183. "zendframework/zend-servicemanager": "2.5.*",
  184. "zendframework/zend-stdlib": "2.5.1"
  185. },
  186. "suggest": {
  187. "league/oauth2-google": "Needed for Google XOAUTH2 authentication"
  188. },
  189. "type": "library",
  190. "autoload": {
  191. "classmap": [
  192. "class.phpmailer.php",
  193. "class.phpmaileroauth.php",
  194. "class.phpmaileroauthgoogle.php",
  195. "class.smtp.php",
  196. "class.pop3.php",
  197. "extras/EasyPeasyICS.php",
  198. "extras/ntlm_sasl_client.php"
  199. ]
  200. },
  201. "notification-url": "https://packagist.org/downloads/",
  202. "license": [
  203. "LGPL-2.1"
  204. ],
  205. "authors": [
  206. {
  207. "name": "Jim Jagielski",
  208. "email": "jimjag@gmail.com"
  209. },
  210. {
  211. "name": "Marcus Bointon",
  212. "email": "phpmailer@synchromedia.co.uk"
  213. },
  214. {
  215. "name": "Andy Prevost",
  216. "email": "codeworxtech@users.sourceforge.net"
  217. },
  218. {
  219. "name": "Brent R. Matzelle"
  220. }
  221. ],
  222. "description": "PHPMailer is a full-featured email creation and transfer class for PHP",
  223. "time": "2017-11-04T09:26:05+00:00"
  224. },
  225. {
  226. "name": "robthree/twofactorauth",
  227. "version": "1.6.5",
  228. "source": {
  229. "type": "git",
  230. "url": "https://github.com/RobThree/TwoFactorAuth.git",
  231. "reference": "f5f58a4c62d0336a0e6175856894a51f3565dad2"
  232. },
  233. "dist": {
  234. "type": "zip",
  235. "url": "https://api.github.com/repos/RobThree/TwoFactorAuth/zipball/f5f58a4c62d0336a0e6175856894a51f3565dad2",
  236. "reference": "f5f58a4c62d0336a0e6175856894a51f3565dad2",
  237. "shasum": ""
  238. },
  239. "require": {
  240. "php": ">=5.3.0"
  241. },
  242. "require-dev": {
  243. "phpunit/phpunit": "@stable"
  244. },
  245. "type": "library",
  246. "autoload": {
  247. "psr-4": {
  248. "RobThree\\Auth\\": "lib"
  249. }
  250. },
  251. "notification-url": "https://packagist.org/downloads/",
  252. "license": [
  253. "MIT"
  254. ],
  255. "authors": [
  256. {
  257. "name": "Rob Janssen",
  258. "homepage": "http://robiii.me",
  259. "role": "Developer"
  260. }
  261. ],
  262. "description": "Two Factor Authentication",
  263. "homepage": "https://github.com/RobThree/TwoFactorAuth",
  264. "keywords": [
  265. "Authentication",
  266. "MFA",
  267. "Multi Factor Authentication",
  268. "Two Factor Authentication",
  269. "authenticator",
  270. "authy",
  271. "php",
  272. "tfa"
  273. ],
  274. "time": "2018-06-09T10:09:59+00:00"
  275. },
  276. {
  277. "name": "soundasleep/html2text",
  278. "version": "0.5.0",
  279. "source": {
  280. "type": "git",
  281. "url": "https://github.com/soundasleep/html2text.git",
  282. "reference": "cdb89f6ffa2c4cc78f8ed9ea6ee0594a9133ccad"
  283. },
  284. "dist": {
  285. "type": "zip",
  286. "url": "https://api.github.com/repos/soundasleep/html2text/zipball/cdb89f6ffa2c4cc78f8ed9ea6ee0594a9133ccad",
  287. "reference": "cdb89f6ffa2c4cc78f8ed9ea6ee0594a9133ccad",
  288. "shasum": ""
  289. },
  290. "require": {
  291. "ext-dom": "*",
  292. "ext-libxml": "*",
  293. "php": ">=5.3.2"
  294. },
  295. "require-dev": {
  296. "phpunit/phpunit": ">=4.0",
  297. "soundasleep/component-tests": "dev-master"
  298. },
  299. "type": "library",
  300. "autoload": {
  301. "psr-4": {
  302. "Html2Text\\": "src"
  303. }
  304. },
  305. "notification-url": "https://packagist.org/downloads/",
  306. "license": [
  307. "EPL-1.0"
  308. ],
  309. "authors": [
  310. {
  311. "name": "Jevon Wright",
  312. "homepage": "https://jevon.org",
  313. "role": "Developer"
  314. }
  315. ],
  316. "description": "A PHP script to convert HTML into a plain text format",
  317. "homepage": "https://github.com/soundasleep/html2text",
  318. "keywords": [
  319. "email",
  320. "html",
  321. "php",
  322. "text"
  323. ],
  324. "time": "2017-04-19T22:01:50+00:00"
  325. },
  326. {
  327. "name": "yubico/u2flib-server",
  328. "version": "1.0.1",
  329. "source": {
  330. "type": "git",
  331. "url": "https://github.com/Yubico/php-u2flib-server.git",
  332. "reference": "dc318c80b59e62921c210f31b014def26ceebbab"
  333. },
  334. "dist": {
  335. "type": "zip",
  336. "url": "https://api.github.com/repos/Yubico/php-u2flib-server/zipball/dc318c80b59e62921c210f31b014def26ceebbab",
  337. "reference": "dc318c80b59e62921c210f31b014def26ceebbab",
  338. "shasum": ""
  339. },
  340. "require": {
  341. "ext-openssl": "*",
  342. "php": ">=5.6"
  343. },
  344. "require-dev": {
  345. "phpunit/phpunit": "~5.7"
  346. },
  347. "type": "library",
  348. "autoload": {
  349. "classmap": [
  350. "src/"
  351. ]
  352. },
  353. "notification-url": "https://packagist.org/downloads/",
  354. "license": [
  355. "BSD-2-Clause"
  356. ],
  357. "description": "Library for U2F implementation",
  358. "homepage": "https://developers.yubico.com/php-u2flib-server",
  359. "time": "2017-05-09T07:33:58+00:00"
  360. }
  361. ],
  362. "packages-dev": [],
  363. "aliases": [],
  364. "minimum-stability": "stable",
  365. "stability-flags": [],
  366. "prefer-stable": false,
  367. "prefer-lowest": false,
  368. "platform": [],
  369. "platform-dev": []
  370. }