composer.lock 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247
  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": "bbcc2f78d1043e3e053994cf79736169",
  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. "support": {
  54. "issues": "https://github.com/Bacon/BaconQrCode/issues",
  55. "source": "https://github.com/Bacon/BaconQrCode/tree/master"
  56. },
  57. "time": "2017-10-17T09:59:25+00:00"
  58. },
  59. {
  60. "name": "birke/rememberme",
  61. "version": "1.0.5",
  62. "source": {
  63. "type": "git",
  64. "url": "https://github.com/gbirke/rememberme.git",
  65. "reference": "810473852eb4823098e47e23376a19b77ba0c165"
  66. },
  67. "dist": {
  68. "type": "zip",
  69. "url": "https://api.github.com/repos/gbirke/rememberme/zipball/810473852eb4823098e47e23376a19b77ba0c165",
  70. "reference": "810473852eb4823098e47e23376a19b77ba0c165",
  71. "shasum": ""
  72. },
  73. "require": {
  74. "paragonie/random_compat": "^1.1.4"
  75. },
  76. "require-dev": {
  77. "phpunit/phpunit": "4.*"
  78. },
  79. "type": "library",
  80. "autoload": {
  81. "psr-4": {
  82. "Birke\\": "src/"
  83. }
  84. },
  85. "notification-url": "https://packagist.org/downloads/",
  86. "license": [
  87. "MIT"
  88. ],
  89. "authors": [
  90. {
  91. "name": "Gabriel Birke",
  92. "email": "gb@birke-software.de"
  93. }
  94. ],
  95. "description": "Secure \"Remember Me\" functionality",
  96. "homepage": "https://github.com/gbirke/rememberme",
  97. "keywords": [
  98. "cookie",
  99. "remember",
  100. "security"
  101. ],
  102. "support": {
  103. "issues": "https://github.com/gbirke/rememberme/issues",
  104. "source": "https://github.com/gbirke/rememberme/tree/master"
  105. },
  106. "time": "2017-02-12T12:43:00+00:00"
  107. },
  108. {
  109. "name": "paragonie/random_compat",
  110. "version": "v1.4.3",
  111. "source": {
  112. "type": "git",
  113. "url": "https://github.com/paragonie/random_compat.git",
  114. "reference": "9b3899e3c3ddde89016f576edb8c489708ad64cd"
  115. },
  116. "dist": {
  117. "type": "zip",
  118. "url": "https://api.github.com/repos/paragonie/random_compat/zipball/9b3899e3c3ddde89016f576edb8c489708ad64cd",
  119. "reference": "9b3899e3c3ddde89016f576edb8c489708ad64cd",
  120. "shasum": ""
  121. },
  122. "require": {
  123. "php": ">=5.2.0"
  124. },
  125. "require-dev": {
  126. "phpunit/phpunit": "4.*|5.*"
  127. },
  128. "suggest": {
  129. "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
  130. },
  131. "type": "library",
  132. "autoload": {
  133. "files": [
  134. "lib/random.php"
  135. ]
  136. },
  137. "notification-url": "https://packagist.org/downloads/",
  138. "license": [
  139. "MIT"
  140. ],
  141. "authors": [
  142. {
  143. "name": "Paragon Initiative Enterprises",
  144. "email": "security@paragonie.com",
  145. "homepage": "https://paragonie.com"
  146. }
  147. ],
  148. "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
  149. "keywords": [
  150. "csprng",
  151. "pseudorandom",
  152. "random"
  153. ],
  154. "support": {
  155. "email": "info@paragonie.com",
  156. "issues": "https://github.com/paragonie/random_compat/issues",
  157. "source": "https://github.com/paragonie/random_compat"
  158. },
  159. "time": "2018-04-04T21:48:54+00:00"
  160. },
  161. {
  162. "name": "robthree/twofactorauth",
  163. "version": "1.8.0",
  164. "source": {
  165. "type": "git",
  166. "url": "https://github.com/RobThree/TwoFactorAuth.git",
  167. "reference": "30a38627ae1e7c9399dae67e265063cd6ec5276c"
  168. },
  169. "dist": {
  170. "type": "zip",
  171. "url": "https://api.github.com/repos/RobThree/TwoFactorAuth/zipball/30a38627ae1e7c9399dae67e265063cd6ec5276c",
  172. "reference": "30a38627ae1e7c9399dae67e265063cd6ec5276c",
  173. "shasum": ""
  174. },
  175. "require": {
  176. "php": ">=5.6.0"
  177. },
  178. "require-dev": {
  179. "php-parallel-lint/php-parallel-lint": "^1.2",
  180. "phpunit/phpunit": "@stable"
  181. },
  182. "suggest": {
  183. "bacon/bacon-qr-code": "Needed for BaconQrCodeProvider provider",
  184. "endroid/qr-code": "Needed for EndroidQrCodeProvider"
  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. "support": {
  216. "issues": "https://github.com/RobThree/TwoFactorAuth/issues",
  217. "source": "https://github.com/RobThree/TwoFactorAuth"
  218. },
  219. "funding": [
  220. {
  221. "url": "https://paypal.me/robiii",
  222. "type": "custom"
  223. },
  224. {
  225. "url": "https://github.com/RobThree",
  226. "type": "github"
  227. }
  228. ],
  229. "time": "2021-03-09T18:24:05+00:00"
  230. }
  231. ],
  232. "packages-dev": [],
  233. "aliases": [],
  234. "minimum-stability": "stable",
  235. "stability-flags": [],
  236. "prefer-stable": false,
  237. "prefer-lowest": false,
  238. "platform": {
  239. "php": ">=7.1.3",
  240. "ext-json": "*"
  241. },
  242. "platform-dev": [],
  243. "platform-overrides": {
  244. "php": "7.1.3"
  245. },
  246. "plugin-api-version": "2.0.0"
  247. }