composer.lock 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181
  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": "d51ef1712a74b0dfed729f2bdd85d1e3",
  8. "packages": [
  9. {
  10. "name": "phpmailer/phpmailer",
  11. "version": "v5.2.25",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/PHPMailer/PHPMailer.git",
  15. "reference": "2baf20b01690fba8cf720c1ebcf9b988eda50915"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/2baf20b01690fba8cf720c1ebcf9b988eda50915",
  20. "reference": "2baf20b01690fba8cf720c1ebcf9b988eda50915",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "ext-ctype": "*",
  25. "php": ">=5.0.0"
  26. },
  27. "require-dev": {
  28. "doctrine/annotations": "1.2.*",
  29. "jms/serializer": "0.16.*",
  30. "phpdocumentor/phpdocumentor": "2.*",
  31. "phpunit/phpunit": "4.8.*",
  32. "symfony/debug": "2.8.*",
  33. "symfony/filesystem": "2.8.*",
  34. "symfony/translation": "2.8.*",
  35. "symfony/yaml": "2.8.*",
  36. "zendframework/zend-cache": "2.5.1",
  37. "zendframework/zend-config": "2.5.1",
  38. "zendframework/zend-eventmanager": "2.5.1",
  39. "zendframework/zend-filter": "2.5.1",
  40. "zendframework/zend-i18n": "2.5.1",
  41. "zendframework/zend-json": "2.5.1",
  42. "zendframework/zend-math": "2.5.1",
  43. "zendframework/zend-serializer": "2.5.*",
  44. "zendframework/zend-servicemanager": "2.5.*",
  45. "zendframework/zend-stdlib": "2.5.1"
  46. },
  47. "suggest": {
  48. "league/oauth2-google": "Needed for Google XOAUTH2 authentication"
  49. },
  50. "type": "library",
  51. "autoload": {
  52. "classmap": [
  53. "class.phpmailer.php",
  54. "class.phpmaileroauth.php",
  55. "class.phpmaileroauthgoogle.php",
  56. "class.smtp.php",
  57. "class.pop3.php",
  58. "extras/EasyPeasyICS.php",
  59. "extras/ntlm_sasl_client.php"
  60. ]
  61. },
  62. "notification-url": "https://packagist.org/downloads/",
  63. "license": [
  64. "LGPL-2.1"
  65. ],
  66. "authors": [
  67. {
  68. "name": "Jim Jagielski",
  69. "email": "jimjag@gmail.com"
  70. },
  71. {
  72. "name": "Marcus Bointon",
  73. "email": "phpmailer@synchromedia.co.uk"
  74. },
  75. {
  76. "name": "Andy Prevost",
  77. "email": "codeworxtech@users.sourceforge.net"
  78. },
  79. {
  80. "name": "Brent R. Matzelle"
  81. }
  82. ],
  83. "description": "PHPMailer is a full-featured email creation and transfer class for PHP",
  84. "time": "2017-08-28T11:12:07+00:00"
  85. },
  86. {
  87. "name": "robthree/twofactorauth",
  88. "version": "1.6",
  89. "source": {
  90. "type": "git",
  91. "url": "https://github.com/RobThree/TwoFactorAuth.git",
  92. "reference": "5093ab230cd8f1296d792afb6a49545f37e7fd5a"
  93. },
  94. "dist": {
  95. "type": "zip",
  96. "url": "https://api.github.com/repos/RobThree/TwoFactorAuth/zipball/5093ab230cd8f1296d792afb6a49545f37e7fd5a",
  97. "reference": "5093ab230cd8f1296d792afb6a49545f37e7fd5a",
  98. "shasum": ""
  99. },
  100. "require": {
  101. "php": ">=5.3.0"
  102. },
  103. "require-dev": {
  104. "phpunit/phpunit": "@stable"
  105. },
  106. "type": "library",
  107. "autoload": {
  108. "psr-4": {
  109. "RobThree\\Auth\\": "lib"
  110. }
  111. },
  112. "notification-url": "https://packagist.org/downloads/",
  113. "license": [
  114. "MIT"
  115. ],
  116. "authors": [
  117. {
  118. "name": "Rob Janssen",
  119. "homepage": "http://robiii.me",
  120. "role": "Developer"
  121. }
  122. ],
  123. "description": "Two Factor Authentication",
  124. "homepage": "https://github.com/RobThree/TwoFactorAuth",
  125. "keywords": [
  126. "Authentication",
  127. "MFA",
  128. "Multi Factor Authentication",
  129. "Two Factor Authentication",
  130. "authenticator",
  131. "authy",
  132. "php",
  133. "tfa"
  134. ],
  135. "time": "2017-02-17T15:24:54+00:00"
  136. },
  137. {
  138. "name": "yubico/u2flib-server",
  139. "version": "1.0.1",
  140. "source": {
  141. "type": "git",
  142. "url": "https://github.com/Yubico/php-u2flib-server.git",
  143. "reference": "dc318c80b59e62921c210f31b014def26ceebbab"
  144. },
  145. "dist": {
  146. "type": "zip",
  147. "url": "https://api.github.com/repos/Yubico/php-u2flib-server/zipball/dc318c80b59e62921c210f31b014def26ceebbab",
  148. "reference": "dc318c80b59e62921c210f31b014def26ceebbab",
  149. "shasum": ""
  150. },
  151. "require": {
  152. "ext-openssl": "*",
  153. "php": ">=5.6"
  154. },
  155. "require-dev": {
  156. "phpunit/phpunit": "~5.7"
  157. },
  158. "type": "library",
  159. "autoload": {
  160. "classmap": [
  161. "src/"
  162. ]
  163. },
  164. "notification-url": "https://packagist.org/downloads/",
  165. "license": [
  166. "BSD-2-Clause"
  167. ],
  168. "description": "Library for U2F implementation",
  169. "homepage": "https://developers.yubico.com/php-u2flib-server",
  170. "time": "2017-05-09T07:33:58+00:00"
  171. }
  172. ],
  173. "packages-dev": [],
  174. "aliases": [],
  175. "minimum-stability": "stable",
  176. "stability-flags": [],
  177. "prefer-stable": false,
  178. "prefer-lowest": false,
  179. "platform": [],
  180. "platform-dev": []
  181. }