composer.lock 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210
  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": "bb17626cbf2be970add218a7cab0535f",
  8. "packages": [
  9. {
  10. "name": "bacon/bacon-qr-code",
  11. "version": "1.0.3",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/Bacon/BaconQrCode.git",
  15. "reference": "5a91b62b9d37cee635bbf8d553f4546057250bee"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/Bacon/BaconQrCode/zipball/5a91b62b9d37cee635bbf8d553f4546057250bee",
  20. "reference": "5a91b62b9d37cee635bbf8d553f4546057250bee",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "ext-iconv": "*",
  25. "php": "^5.4|^7.0"
  26. },
  27. "require-dev": {
  28. "phpunit/phpunit": "^4.8"
  29. },
  30. "suggest": {
  31. "ext-gd": "to generate QR code images"
  32. },
  33. "type": "library",
  34. "autoload": {
  35. "psr-0": {
  36. "BaconQrCode": "src/"
  37. }
  38. },
  39. "notification-url": "https://packagist.org/downloads/",
  40. "license": [
  41. "BSD-2-Clause"
  42. ],
  43. "authors": [
  44. {
  45. "name": "Ben Scholzen 'DASPRiD'",
  46. "email": "mail@dasprids.de",
  47. "homepage": "http://www.dasprids.de",
  48. "role": "Developer"
  49. }
  50. ],
  51. "description": "BaconQrCode is a QR code generator for PHP.",
  52. "homepage": "https://github.com/Bacon/BaconQrCode",
  53. "time": "2017-10-17T09:59:25+00:00"
  54. },
  55. {
  56. "name": "birke/rememberme",
  57. "version": "1.0.5",
  58. "source": {
  59. "type": "git",
  60. "url": "https://github.com/gbirke/rememberme.git",
  61. "reference": "810473852eb4823098e47e23376a19b77ba0c165"
  62. },
  63. "dist": {
  64. "type": "zip",
  65. "url": "https://api.github.com/repos/gbirke/rememberme/zipball/810473852eb4823098e47e23376a19b77ba0c165",
  66. "reference": "810473852eb4823098e47e23376a19b77ba0c165",
  67. "shasum": ""
  68. },
  69. "require": {
  70. "paragonie/random_compat": "^1.1.4"
  71. },
  72. "require-dev": {
  73. "phpunit/phpunit": "4.*"
  74. },
  75. "type": "library",
  76. "autoload": {
  77. "psr-4": {
  78. "Birke\\": "src/"
  79. }
  80. },
  81. "notification-url": "https://packagist.org/downloads/",
  82. "license": [
  83. "MIT"
  84. ],
  85. "authors": [
  86. {
  87. "name": "Gabriel Birke",
  88. "email": "gb@birke-software.de"
  89. }
  90. ],
  91. "description": "Secure \"Remember Me\" functionality",
  92. "homepage": "https://github.com/gbirke/rememberme",
  93. "keywords": [
  94. "cookie",
  95. "remember",
  96. "security"
  97. ],
  98. "time": "2017-02-12T12:43:00+00:00"
  99. },
  100. {
  101. "name": "paragonie/random_compat",
  102. "version": "v1.4.3",
  103. "source": {
  104. "type": "git",
  105. "url": "https://github.com/paragonie/random_compat.git",
  106. "reference": "9b3899e3c3ddde89016f576edb8c489708ad64cd"
  107. },
  108. "dist": {
  109. "type": "zip",
  110. "url": "https://api.github.com/repos/paragonie/random_compat/zipball/9b3899e3c3ddde89016f576edb8c489708ad64cd",
  111. "reference": "9b3899e3c3ddde89016f576edb8c489708ad64cd",
  112. "shasum": ""
  113. },
  114. "require": {
  115. "php": ">=5.2.0"
  116. },
  117. "require-dev": {
  118. "phpunit/phpunit": "4.*|5.*"
  119. },
  120. "suggest": {
  121. "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
  122. },
  123. "type": "library",
  124. "autoload": {
  125. "files": [
  126. "lib/random.php"
  127. ]
  128. },
  129. "notification-url": "https://packagist.org/downloads/",
  130. "license": [
  131. "MIT"
  132. ],
  133. "authors": [
  134. {
  135. "name": "Paragon Initiative Enterprises",
  136. "email": "security@paragonie.com",
  137. "homepage": "https://paragonie.com"
  138. }
  139. ],
  140. "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
  141. "keywords": [
  142. "csprng",
  143. "pseudorandom",
  144. "random"
  145. ],
  146. "time": "2018-04-04T21:48:54+00:00"
  147. },
  148. {
  149. "name": "robthree/twofactorauth",
  150. "version": "1.6.1",
  151. "source": {
  152. "type": "git",
  153. "url": "https://github.com/RobThree/TwoFactorAuth.git",
  154. "reference": "a77e7d822343bb88112baef808839cfae7bc5abb"
  155. },
  156. "dist": {
  157. "type": "zip",
  158. "url": "https://api.github.com/repos/RobThree/TwoFactorAuth/zipball/a77e7d822343bb88112baef808839cfae7bc5abb",
  159. "reference": "a77e7d822343bb88112baef808839cfae7bc5abb",
  160. "shasum": ""
  161. },
  162. "require": {
  163. "php": ">=5.3.0"
  164. },
  165. "require-dev": {
  166. "phpunit/phpunit": "@stable"
  167. },
  168. "type": "library",
  169. "autoload": {
  170. "psr-4": {
  171. "RobThree\\Auth\\": "lib"
  172. }
  173. },
  174. "notification-url": "https://packagist.org/downloads/",
  175. "license": [
  176. "MIT"
  177. ],
  178. "authors": [
  179. {
  180. "name": "Rob Janssen",
  181. "homepage": "http://robiii.me",
  182. "role": "Developer"
  183. }
  184. ],
  185. "description": "Two Factor Authentication",
  186. "homepage": "https://github.com/RobThree/TwoFactorAuth",
  187. "keywords": [
  188. "Authentication",
  189. "MFA",
  190. "Multi Factor Authentication",
  191. "Two Factor Authentication",
  192. "authenticator",
  193. "authy",
  194. "php",
  195. "tfa"
  196. ],
  197. "time": "2017-11-06T17:55:56+00:00"
  198. }
  199. ],
  200. "packages-dev": [],
  201. "aliases": [],
  202. "minimum-stability": "stable",
  203. "stability-flags": [],
  204. "prefer-stable": false,
  205. "prefer-lowest": false,
  206. "platform": {
  207. "php": ">=5.5.9"
  208. },
  209. "platform-dev": []
  210. }