installed.json 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227
  1. {
  2. "packages": [
  3. {
  4. "name": "bacon/bacon-qr-code",
  5. "version": "1.0.3",
  6. "version_normalized": "1.0.3.0",
  7. "source": {
  8. "type": "git",
  9. "url": "https://github.com/Bacon/BaconQrCode.git",
  10. "reference": "5a91b62b9d37cee635bbf8d553f4546057250bee"
  11. },
  12. "dist": {
  13. "type": "zip",
  14. "url": "https://api.github.com/repos/Bacon/BaconQrCode/zipball/5a91b62b9d37cee635bbf8d553f4546057250bee",
  15. "reference": "5a91b62b9d37cee635bbf8d553f4546057250bee",
  16. "shasum": ""
  17. },
  18. "require": {
  19. "ext-iconv": "*",
  20. "php": "^5.4|^7.0"
  21. },
  22. "require-dev": {
  23. "phpunit/phpunit": "^4.8"
  24. },
  25. "suggest": {
  26. "ext-gd": "to generate QR code images"
  27. },
  28. "time": "2017-10-17T09:59:25+00:00",
  29. "type": "library",
  30. "installation-source": "dist",
  31. "autoload": {
  32. "psr-0": {
  33. "BaconQrCode": "src/"
  34. }
  35. },
  36. "notification-url": "https://packagist.org/downloads/",
  37. "license": [
  38. "BSD-2-Clause"
  39. ],
  40. "authors": [
  41. {
  42. "name": "Ben Scholzen 'DASPRiD'",
  43. "email": "mail@dasprids.de",
  44. "homepage": "http://www.dasprids.de",
  45. "role": "Developer"
  46. }
  47. ],
  48. "description": "BaconQrCode is a QR code generator for PHP.",
  49. "homepage": "https://github.com/Bacon/BaconQrCode",
  50. "install-path": "../bacon/bacon-qr-code"
  51. },
  52. {
  53. "name": "birke/rememberme",
  54. "version": "1.0.5",
  55. "version_normalized": "1.0.5.0",
  56. "source": {
  57. "type": "git",
  58. "url": "https://github.com/gbirke/rememberme.git",
  59. "reference": "810473852eb4823098e47e23376a19b77ba0c165"
  60. },
  61. "dist": {
  62. "type": "zip",
  63. "url": "https://api.github.com/repos/gbirke/rememberme/zipball/810473852eb4823098e47e23376a19b77ba0c165",
  64. "reference": "810473852eb4823098e47e23376a19b77ba0c165",
  65. "shasum": ""
  66. },
  67. "require": {
  68. "paragonie/random_compat": "^1.1.4"
  69. },
  70. "require-dev": {
  71. "phpunit/phpunit": "4.*"
  72. },
  73. "time": "2017-02-12T12:43:00+00:00",
  74. "type": "library",
  75. "installation-source": "dist",
  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. "install-path": "../birke/rememberme"
  99. },
  100. {
  101. "name": "paragonie/random_compat",
  102. "version": "v1.4.3",
  103. "version_normalized": "1.4.3.0",
  104. "source": {
  105. "type": "git",
  106. "url": "https://github.com/paragonie/random_compat.git",
  107. "reference": "9b3899e3c3ddde89016f576edb8c489708ad64cd"
  108. },
  109. "dist": {
  110. "type": "zip",
  111. "url": "https://api.github.com/repos/paragonie/random_compat/zipball/9b3899e3c3ddde89016f576edb8c489708ad64cd",
  112. "reference": "9b3899e3c3ddde89016f576edb8c489708ad64cd",
  113. "shasum": ""
  114. },
  115. "require": {
  116. "php": ">=5.2.0"
  117. },
  118. "require-dev": {
  119. "phpunit/phpunit": "4.*|5.*"
  120. },
  121. "suggest": {
  122. "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
  123. },
  124. "time": "2018-04-04T21:48:54+00:00",
  125. "type": "library",
  126. "installation-source": "dist",
  127. "autoload": {
  128. "files": [
  129. "lib/random.php"
  130. ]
  131. },
  132. "notification-url": "https://packagist.org/downloads/",
  133. "license": [
  134. "MIT"
  135. ],
  136. "authors": [
  137. {
  138. "name": "Paragon Initiative Enterprises",
  139. "email": "security@paragonie.com",
  140. "homepage": "https://paragonie.com"
  141. }
  142. ],
  143. "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
  144. "keywords": [
  145. "csprng",
  146. "pseudorandom",
  147. "random"
  148. ],
  149. "install-path": "../paragonie/random_compat"
  150. },
  151. {
  152. "name": "robthree/twofactorauth",
  153. "version": "1.8.0",
  154. "version_normalized": "1.8.0.0",
  155. "source": {
  156. "type": "git",
  157. "url": "https://github.com/RobThree/TwoFactorAuth.git",
  158. "reference": "30a38627ae1e7c9399dae67e265063cd6ec5276c"
  159. },
  160. "dist": {
  161. "type": "zip",
  162. "url": "https://api.github.com/repos/RobThree/TwoFactorAuth/zipball/30a38627ae1e7c9399dae67e265063cd6ec5276c",
  163. "reference": "30a38627ae1e7c9399dae67e265063cd6ec5276c",
  164. "shasum": ""
  165. },
  166. "require": {
  167. "php": ">=5.6.0"
  168. },
  169. "require-dev": {
  170. "php-parallel-lint/php-parallel-lint": "^1.2",
  171. "phpunit/phpunit": "@stable"
  172. },
  173. "suggest": {
  174. "bacon/bacon-qr-code": "Needed for BaconQrCodeProvider provider",
  175. "endroid/qr-code": "Needed for EndroidQrCodeProvider"
  176. },
  177. "time": "2021-03-09T18:24:05+00:00",
  178. "type": "library",
  179. "installation-source": "dist",
  180. "autoload": {
  181. "psr-4": {
  182. "RobThree\\Auth\\": "lib"
  183. }
  184. },
  185. "notification-url": "https://packagist.org/downloads/",
  186. "license": [
  187. "MIT"
  188. ],
  189. "authors": [
  190. {
  191. "name": "Rob Janssen",
  192. "homepage": "http://robiii.me",
  193. "role": "Developer"
  194. }
  195. ],
  196. "description": "Two Factor Authentication",
  197. "homepage": "https://github.com/RobThree/TwoFactorAuth",
  198. "keywords": [
  199. "Authentication",
  200. "MFA",
  201. "Multi Factor Authentication",
  202. "Two Factor Authentication",
  203. "authenticator",
  204. "authy",
  205. "php",
  206. "tfa"
  207. ],
  208. "support": {
  209. "issues": "https://github.com/RobThree/TwoFactorAuth/issues",
  210. "source": "https://github.com/RobThree/TwoFactorAuth"
  211. },
  212. "funding": [
  213. {
  214. "url": "https://paypal.me/robiii",
  215. "type": "custom"
  216. },
  217. {
  218. "url": "https://github.com/RobThree",
  219. "type": "github"
  220. }
  221. ],
  222. "install-path": "../robthree/twofactorauth"
  223. }
  224. ],
  225. "dev": false,
  226. "dev-package-names": []
  227. }