composer.lock 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301
  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": "4b4e3b2b0fa4e83f6fd0a4b487242525",
  8. "packages": [
  9. {
  10. "name": "bacon/bacon-qr-code",
  11. "version": "2.0.8",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/Bacon/BaconQrCode.git",
  15. "reference": "8674e51bb65af933a5ffaf1c308a660387c35c22"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/Bacon/BaconQrCode/zipball/8674e51bb65af933a5ffaf1c308a660387c35c22",
  20. "reference": "8674e51bb65af933a5ffaf1c308a660387c35c22",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "dasprid/enum": "^1.0.3",
  25. "ext-iconv": "*",
  26. "php": "^7.1 || ^8.0"
  27. },
  28. "require-dev": {
  29. "phly/keep-a-changelog": "^2.1",
  30. "phpunit/phpunit": "^7 | ^8 | ^9",
  31. "spatie/phpunit-snapshot-assertions": "^4.2.9",
  32. "squizlabs/php_codesniffer": "^3.4"
  33. },
  34. "suggest": {
  35. "ext-imagick": "to generate QR code images"
  36. },
  37. "type": "library",
  38. "autoload": {
  39. "psr-4": {
  40. "BaconQrCode\\": "src/"
  41. }
  42. },
  43. "notification-url": "https://packagist.org/downloads/",
  44. "license": [
  45. "BSD-2-Clause"
  46. ],
  47. "authors": [
  48. {
  49. "name": "Ben Scholzen 'DASPRiD'",
  50. "email": "mail@dasprids.de",
  51. "homepage": "https://dasprids.de/",
  52. "role": "Developer"
  53. }
  54. ],
  55. "description": "BaconQrCode is a QR code generator for PHP.",
  56. "homepage": "https://github.com/Bacon/BaconQrCode",
  57. "support": {
  58. "issues": "https://github.com/Bacon/BaconQrCode/issues",
  59. "source": "https://github.com/Bacon/BaconQrCode/tree/2.0.8"
  60. },
  61. "time": "2022-12-07T17:46:57+00:00"
  62. },
  63. {
  64. "name": "birke/rememberme",
  65. "version": "1.0.5",
  66. "source": {
  67. "type": "git",
  68. "url": "https://github.com/gbirke/rememberme.git",
  69. "reference": "810473852eb4823098e47e23376a19b77ba0c165"
  70. },
  71. "dist": {
  72. "type": "zip",
  73. "url": "https://api.github.com/repos/gbirke/rememberme/zipball/810473852eb4823098e47e23376a19b77ba0c165",
  74. "reference": "810473852eb4823098e47e23376a19b77ba0c165",
  75. "shasum": ""
  76. },
  77. "require": {
  78. "paragonie/random_compat": "^1.1.4"
  79. },
  80. "require-dev": {
  81. "phpunit/phpunit": "4.*"
  82. },
  83. "type": "library",
  84. "autoload": {
  85. "psr-4": {
  86. "Birke\\": "src/"
  87. }
  88. },
  89. "notification-url": "https://packagist.org/downloads/",
  90. "license": [
  91. "MIT"
  92. ],
  93. "authors": [
  94. {
  95. "name": "Gabriel Birke",
  96. "email": "gb@birke-software.de"
  97. }
  98. ],
  99. "description": "Secure \"Remember Me\" functionality",
  100. "homepage": "https://github.com/gbirke/rememberme",
  101. "keywords": [
  102. "cookie",
  103. "remember",
  104. "security"
  105. ],
  106. "support": {
  107. "issues": "https://github.com/gbirke/rememberme/issues",
  108. "source": "https://github.com/gbirke/rememberme/tree/master"
  109. },
  110. "time": "2017-02-12T12:43:00+00:00"
  111. },
  112. {
  113. "name": "dasprid/enum",
  114. "version": "1.0.4",
  115. "source": {
  116. "type": "git",
  117. "url": "https://github.com/DASPRiD/Enum.git",
  118. "reference": "8e6b6ea76eabbf19ea2bf5b67b98e1860474012f"
  119. },
  120. "dist": {
  121. "type": "zip",
  122. "url": "https://api.github.com/repos/DASPRiD/Enum/zipball/8e6b6ea76eabbf19ea2bf5b67b98e1860474012f",
  123. "reference": "8e6b6ea76eabbf19ea2bf5b67b98e1860474012f",
  124. "shasum": ""
  125. },
  126. "require": {
  127. "php": ">=7.1 <9.0"
  128. },
  129. "require-dev": {
  130. "phpunit/phpunit": "^7 | ^8 | ^9",
  131. "squizlabs/php_codesniffer": "*"
  132. },
  133. "type": "library",
  134. "autoload": {
  135. "psr-4": {
  136. "DASPRiD\\Enum\\": "src/"
  137. }
  138. },
  139. "notification-url": "https://packagist.org/downloads/",
  140. "license": [
  141. "BSD-2-Clause"
  142. ],
  143. "authors": [
  144. {
  145. "name": "Ben Scholzen 'DASPRiD'",
  146. "email": "mail@dasprids.de",
  147. "homepage": "https://dasprids.de/",
  148. "role": "Developer"
  149. }
  150. ],
  151. "description": "PHP 7.1 enum implementation",
  152. "keywords": [
  153. "enum",
  154. "map"
  155. ],
  156. "support": {
  157. "issues": "https://github.com/DASPRiD/Enum/issues",
  158. "source": "https://github.com/DASPRiD/Enum/tree/1.0.4"
  159. },
  160. "time": "2023-03-01T18:44:03+00:00"
  161. },
  162. {
  163. "name": "paragonie/random_compat",
  164. "version": "v1.4.3",
  165. "source": {
  166. "type": "git",
  167. "url": "https://github.com/paragonie/random_compat.git",
  168. "reference": "9b3899e3c3ddde89016f576edb8c489708ad64cd"
  169. },
  170. "dist": {
  171. "type": "zip",
  172. "url": "https://api.github.com/repos/paragonie/random_compat/zipball/9b3899e3c3ddde89016f576edb8c489708ad64cd",
  173. "reference": "9b3899e3c3ddde89016f576edb8c489708ad64cd",
  174. "shasum": ""
  175. },
  176. "require": {
  177. "php": ">=5.2.0"
  178. },
  179. "require-dev": {
  180. "phpunit/phpunit": "4.*|5.*"
  181. },
  182. "suggest": {
  183. "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
  184. },
  185. "type": "library",
  186. "autoload": {
  187. "files": [
  188. "lib/random.php"
  189. ]
  190. },
  191. "notification-url": "https://packagist.org/downloads/",
  192. "license": [
  193. "MIT"
  194. ],
  195. "authors": [
  196. {
  197. "name": "Paragon Initiative Enterprises",
  198. "email": "security@paragonie.com",
  199. "homepage": "https://paragonie.com"
  200. }
  201. ],
  202. "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
  203. "keywords": [
  204. "csprng",
  205. "pseudorandom",
  206. "random"
  207. ],
  208. "support": {
  209. "email": "info@paragonie.com",
  210. "issues": "https://github.com/paragonie/random_compat/issues",
  211. "source": "https://github.com/paragonie/random_compat"
  212. },
  213. "time": "2018-04-04T21:48:54+00:00"
  214. },
  215. {
  216. "name": "robthree/twofactorauth",
  217. "version": "1.8.2",
  218. "source": {
  219. "type": "git",
  220. "url": "https://github.com/RobThree/TwoFactorAuth.git",
  221. "reference": "65681de5a324eae05140ac58b08648a60212afc0"
  222. },
  223. "dist": {
  224. "type": "zip",
  225. "url": "https://api.github.com/repos/RobThree/TwoFactorAuth/zipball/65681de5a324eae05140ac58b08648a60212afc0",
  226. "reference": "65681de5a324eae05140ac58b08648a60212afc0",
  227. "shasum": ""
  228. },
  229. "require": {
  230. "php": ">=5.6.0"
  231. },
  232. "require-dev": {
  233. "php-parallel-lint/php-parallel-lint": "^1.2",
  234. "phpunit/phpunit": "@stable"
  235. },
  236. "suggest": {
  237. "bacon/bacon-qr-code": "Needed for BaconQrCodeProvider provider",
  238. "endroid/qr-code": "Needed for EndroidQrCodeProvider"
  239. },
  240. "type": "library",
  241. "autoload": {
  242. "psr-4": {
  243. "RobThree\\Auth\\": "lib"
  244. }
  245. },
  246. "notification-url": "https://packagist.org/downloads/",
  247. "license": [
  248. "MIT"
  249. ],
  250. "authors": [
  251. {
  252. "name": "Rob Janssen",
  253. "homepage": "http://robiii.me",
  254. "role": "Developer"
  255. }
  256. ],
  257. "description": "Two Factor Authentication",
  258. "homepage": "https://github.com/RobThree/TwoFactorAuth",
  259. "keywords": [
  260. "Authentication",
  261. "MFA",
  262. "Multi Factor Authentication",
  263. "Two Factor Authentication",
  264. "authenticator",
  265. "authy",
  266. "php",
  267. "tfa"
  268. ],
  269. "support": {
  270. "issues": "https://github.com/RobThree/TwoFactorAuth/issues",
  271. "source": "https://github.com/RobThree/TwoFactorAuth"
  272. },
  273. "funding": [
  274. {
  275. "url": "https://paypal.me/robiii",
  276. "type": "custom"
  277. },
  278. {
  279. "url": "https://github.com/RobThree",
  280. "type": "github"
  281. }
  282. ],
  283. "time": "2022-03-22T16:11:07+00:00"
  284. }
  285. ],
  286. "packages-dev": [],
  287. "aliases": [],
  288. "minimum-stability": "stable",
  289. "stability-flags": [],
  290. "prefer-stable": false,
  291. "prefer-lowest": false,
  292. "platform": {
  293. "php": ">=7.3.6",
  294. "ext-json": "*"
  295. },
  296. "platform-dev": [],
  297. "platform-overrides": {
  298. "php": "7.3.6"
  299. },
  300. "plugin-api-version": "2.3.0"
  301. }