composer.lock 9.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261
  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#composer-lock-the-lock-file",
  5. "This file is @generated automatically"
  6. ],
  7. "content-hash": "ee4c9e269c29282221ce88bc23f1bda9",
  8. "packages": [
  9. {
  10. "name": "php-mime-mail-parser/php-mime-mail-parser",
  11. "version": "2.9.3",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/php-mime-mail-parser/php-mime-mail-parser.git",
  15. "reference": "c6884c7bc77adbf55979db99841195b232fd30f1"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/php-mime-mail-parser/php-mime-mail-parser/zipball/c6884c7bc77adbf55979db99841195b232fd30f1",
  20. "reference": "c6884c7bc77adbf55979db99841195b232fd30f1",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "ext-mailparse": "*",
  25. "php": "^5.4.0 || ^7.0"
  26. },
  27. "replace": {
  28. "exorus/php-mime-mail-parser": "*",
  29. "messaged/php-mime-mail-parser": "*"
  30. },
  31. "require-dev": {
  32. "phpunit/php-token-stream": "^1.3.0",
  33. "phpunit/phpunit": "^4.0 || ^5.0",
  34. "satooshi/php-coveralls": "0.*",
  35. "squizlabs/php_codesniffer": "2.*"
  36. },
  37. "type": "library",
  38. "autoload": {
  39. "psr-4": {
  40. "PhpMimeMailParser\\": "src/"
  41. }
  42. },
  43. "notification-url": "https://packagist.org/downloads/",
  44. "license": [
  45. "MIT"
  46. ],
  47. "authors": [
  48. {
  49. "name": "bucabay",
  50. "email": "gabe@fijiwebdesign.com",
  51. "homepage": "http://www.fijiwebdesign.com",
  52. "role": "Developer"
  53. },
  54. {
  55. "name": "eXorus",
  56. "email": "exorus.spam@gmail.com",
  57. "homepage": "https://github.com/eXorus/",
  58. "role": "Developer"
  59. },
  60. {
  61. "name": "M.Valinskis",
  62. "email": "M.Valins@gmail.com",
  63. "homepage": "https://code.google.com/p/php-mime-mail-parser",
  64. "role": "Developer"
  65. },
  66. {
  67. "name": "eugene.emmett.wood",
  68. "email": "gene_w@cementhorizon.com",
  69. "homepage": "https://code.google.com/p/php-mime-mail-parser",
  70. "role": "Developer"
  71. },
  72. {
  73. "name": "alknetso",
  74. "email": "alkne@gmail.com",
  75. "homepage": "https://code.google.com/p/php-mime-mail-parser",
  76. "role": "Developer"
  77. }
  78. ],
  79. "description": "Fully Tested Mailparse Extension Wrapper for PHP 5.4+",
  80. "homepage": "https://github.com/php-mime-mail-parser/php-mime-mail-parser",
  81. "keywords": [
  82. "MimeMailParser",
  83. "mail",
  84. "mailparse",
  85. "mime"
  86. ],
  87. "time": "2017-11-02T05:49:00+00:00"
  88. },
  89. {
  90. "name": "phpmailer/phpmailer",
  91. "version": "v5.2.25",
  92. "source": {
  93. "type": "git",
  94. "url": "https://github.com/PHPMailer/PHPMailer.git",
  95. "reference": "2baf20b01690fba8cf720c1ebcf9b988eda50915"
  96. },
  97. "dist": {
  98. "type": "zip",
  99. "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/2baf20b01690fba8cf720c1ebcf9b988eda50915",
  100. "reference": "2baf20b01690fba8cf720c1ebcf9b988eda50915",
  101. "shasum": ""
  102. },
  103. "require": {
  104. "ext-ctype": "*",
  105. "php": ">=5.0.0"
  106. },
  107. "require-dev": {
  108. "doctrine/annotations": "1.2.*",
  109. "jms/serializer": "0.16.*",
  110. "phpdocumentor/phpdocumentor": "2.*",
  111. "phpunit/phpunit": "4.8.*",
  112. "symfony/debug": "2.8.*",
  113. "symfony/filesystem": "2.8.*",
  114. "symfony/translation": "2.8.*",
  115. "symfony/yaml": "2.8.*",
  116. "zendframework/zend-cache": "2.5.1",
  117. "zendframework/zend-config": "2.5.1",
  118. "zendframework/zend-eventmanager": "2.5.1",
  119. "zendframework/zend-filter": "2.5.1",
  120. "zendframework/zend-i18n": "2.5.1",
  121. "zendframework/zend-json": "2.5.1",
  122. "zendframework/zend-math": "2.5.1",
  123. "zendframework/zend-serializer": "2.5.*",
  124. "zendframework/zend-servicemanager": "2.5.*",
  125. "zendframework/zend-stdlib": "2.5.1"
  126. },
  127. "suggest": {
  128. "league/oauth2-google": "Needed for Google XOAUTH2 authentication"
  129. },
  130. "type": "library",
  131. "autoload": {
  132. "classmap": [
  133. "class.phpmailer.php",
  134. "class.phpmaileroauth.php",
  135. "class.phpmaileroauthgoogle.php",
  136. "class.smtp.php",
  137. "class.pop3.php",
  138. "extras/EasyPeasyICS.php",
  139. "extras/ntlm_sasl_client.php"
  140. ]
  141. },
  142. "notification-url": "https://packagist.org/downloads/",
  143. "license": [
  144. "LGPL-2.1"
  145. ],
  146. "authors": [
  147. {
  148. "name": "Jim Jagielski",
  149. "email": "jimjag@gmail.com"
  150. },
  151. {
  152. "name": "Marcus Bointon",
  153. "email": "phpmailer@synchromedia.co.uk"
  154. },
  155. {
  156. "name": "Andy Prevost",
  157. "email": "codeworxtech@users.sourceforge.net"
  158. },
  159. {
  160. "name": "Brent R. Matzelle"
  161. }
  162. ],
  163. "description": "PHPMailer is a full-featured email creation and transfer class for PHP",
  164. "time": "2017-08-28T11:12:07+00:00"
  165. },
  166. {
  167. "name": "robthree/twofactorauth",
  168. "version": "1.6",
  169. "source": {
  170. "type": "git",
  171. "url": "https://github.com/RobThree/TwoFactorAuth.git",
  172. "reference": "5093ab230cd8f1296d792afb6a49545f37e7fd5a"
  173. },
  174. "dist": {
  175. "type": "zip",
  176. "url": "https://api.github.com/repos/RobThree/TwoFactorAuth/zipball/5093ab230cd8f1296d792afb6a49545f37e7fd5a",
  177. "reference": "5093ab230cd8f1296d792afb6a49545f37e7fd5a",
  178. "shasum": ""
  179. },
  180. "require": {
  181. "php": ">=5.3.0"
  182. },
  183. "require-dev": {
  184. "phpunit/phpunit": "@stable"
  185. },
  186. "type": "library",
  187. "autoload": {
  188. "psr-4": {
  189. "RobThree\\Auth\\": "lib"
  190. }
  191. },
  192. "notification-url": "https://packagist.org/downloads/",
  193. "license": [
  194. "MIT"
  195. ],
  196. "authors": [
  197. {
  198. "name": "Rob Janssen",
  199. "homepage": "http://robiii.me",
  200. "role": "Developer"
  201. }
  202. ],
  203. "description": "Two Factor Authentication",
  204. "homepage": "https://github.com/RobThree/TwoFactorAuth",
  205. "keywords": [
  206. "Authentication",
  207. "MFA",
  208. "Multi Factor Authentication",
  209. "Two Factor Authentication",
  210. "authenticator",
  211. "authy",
  212. "php",
  213. "tfa"
  214. ],
  215. "time": "2017-02-17T15:24:54+00:00"
  216. },
  217. {
  218. "name": "yubico/u2flib-server",
  219. "version": "1.0.1",
  220. "source": {
  221. "type": "git",
  222. "url": "https://github.com/Yubico/php-u2flib-server.git",
  223. "reference": "dc318c80b59e62921c210f31b014def26ceebbab"
  224. },
  225. "dist": {
  226. "type": "zip",
  227. "url": "https://api.github.com/repos/Yubico/php-u2flib-server/zipball/dc318c80b59e62921c210f31b014def26ceebbab",
  228. "reference": "dc318c80b59e62921c210f31b014def26ceebbab",
  229. "shasum": ""
  230. },
  231. "require": {
  232. "ext-openssl": "*",
  233. "php": ">=5.6"
  234. },
  235. "require-dev": {
  236. "phpunit/phpunit": "~5.7"
  237. },
  238. "type": "library",
  239. "autoload": {
  240. "classmap": [
  241. "src/"
  242. ]
  243. },
  244. "notification-url": "https://packagist.org/downloads/",
  245. "license": [
  246. "BSD-2-Clause"
  247. ],
  248. "description": "Library for U2F implementation",
  249. "homepage": "https://developers.yubico.com/php-u2flib-server",
  250. "time": "2017-05-09T07:33:58+00:00"
  251. }
  252. ],
  253. "packages-dev": [],
  254. "aliases": [],
  255. "minimum-stability": "stable",
  256. "stability-flags": [],
  257. "prefer-stable": false,
  258. "prefer-lowest": false,
  259. "platform": [],
  260. "platform-dev": []
  261. }