installed.json 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288
  1. {
  2. "packages": [
  3. {
  4. "name": "bacon/bacon-qr-code",
  5. "version": "2.0.8",
  6. "version_normalized": "2.0.8.0",
  7. "source": {
  8. "type": "git",
  9. "url": "https://github.com/Bacon/BaconQrCode.git",
  10. "reference": "8674e51bb65af933a5ffaf1c308a660387c35c22"
  11. },
  12. "dist": {
  13. "type": "zip",
  14. "url": "https://api.github.com/repos/Bacon/BaconQrCode/zipball/8674e51bb65af933a5ffaf1c308a660387c35c22",
  15. "reference": "8674e51bb65af933a5ffaf1c308a660387c35c22",
  16. "shasum": ""
  17. },
  18. "require": {
  19. "dasprid/enum": "^1.0.3",
  20. "ext-iconv": "*",
  21. "php": "^7.1 || ^8.0"
  22. },
  23. "require-dev": {
  24. "phly/keep-a-changelog": "^2.1",
  25. "phpunit/phpunit": "^7 | ^8 | ^9",
  26. "spatie/phpunit-snapshot-assertions": "^4.2.9",
  27. "squizlabs/php_codesniffer": "^3.4"
  28. },
  29. "suggest": {
  30. "ext-imagick": "to generate QR code images"
  31. },
  32. "time": "2022-12-07T17:46:57+00:00",
  33. "type": "library",
  34. "installation-source": "dist",
  35. "autoload": {
  36. "psr-4": {
  37. "BaconQrCode\\": "src/"
  38. }
  39. },
  40. "notification-url": "https://packagist.org/downloads/",
  41. "license": [
  42. "BSD-2-Clause"
  43. ],
  44. "authors": [
  45. {
  46. "name": "Ben Scholzen 'DASPRiD'",
  47. "email": "mail@dasprids.de",
  48. "homepage": "https://dasprids.de/",
  49. "role": "Developer"
  50. }
  51. ],
  52. "description": "BaconQrCode is a QR code generator for PHP.",
  53. "homepage": "https://github.com/Bacon/BaconQrCode",
  54. "support": {
  55. "issues": "https://github.com/Bacon/BaconQrCode/issues",
  56. "source": "https://github.com/Bacon/BaconQrCode/tree/2.0.8"
  57. },
  58. "install-path": "../bacon/bacon-qr-code"
  59. },
  60. {
  61. "name": "birke/rememberme",
  62. "version": "1.0.5",
  63. "version_normalized": "1.0.5.0",
  64. "source": {
  65. "type": "git",
  66. "url": "https://github.com/gbirke/rememberme.git",
  67. "reference": "810473852eb4823098e47e23376a19b77ba0c165"
  68. },
  69. "dist": {
  70. "type": "zip",
  71. "url": "https://api.github.com/repos/gbirke/rememberme/zipball/810473852eb4823098e47e23376a19b77ba0c165",
  72. "reference": "810473852eb4823098e47e23376a19b77ba0c165",
  73. "shasum": ""
  74. },
  75. "require": {
  76. "paragonie/random_compat": "^1.1.4"
  77. },
  78. "require-dev": {
  79. "phpunit/phpunit": "4.*"
  80. },
  81. "time": "2017-02-12T12:43:00+00:00",
  82. "type": "library",
  83. "installation-source": "dist",
  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. "install-path": "../birke/rememberme"
  107. },
  108. {
  109. "name": "dasprid/enum",
  110. "version": "1.0.4",
  111. "version_normalized": "1.0.4.0",
  112. "source": {
  113. "type": "git",
  114. "url": "https://github.com/DASPRiD/Enum.git",
  115. "reference": "8e6b6ea76eabbf19ea2bf5b67b98e1860474012f"
  116. },
  117. "dist": {
  118. "type": "zip",
  119. "url": "https://api.github.com/repos/DASPRiD/Enum/zipball/8e6b6ea76eabbf19ea2bf5b67b98e1860474012f",
  120. "reference": "8e6b6ea76eabbf19ea2bf5b67b98e1860474012f",
  121. "shasum": ""
  122. },
  123. "require": {
  124. "php": ">=7.1 <9.0"
  125. },
  126. "require-dev": {
  127. "phpunit/phpunit": "^7 | ^8 | ^9",
  128. "squizlabs/php_codesniffer": "*"
  129. },
  130. "time": "2023-03-01T18:44:03+00:00",
  131. "type": "library",
  132. "installation-source": "dist",
  133. "autoload": {
  134. "psr-4": {
  135. "DASPRiD\\Enum\\": "src/"
  136. }
  137. },
  138. "notification-url": "https://packagist.org/downloads/",
  139. "license": [
  140. "BSD-2-Clause"
  141. ],
  142. "authors": [
  143. {
  144. "name": "Ben Scholzen 'DASPRiD'",
  145. "email": "mail@dasprids.de",
  146. "homepage": "https://dasprids.de/",
  147. "role": "Developer"
  148. }
  149. ],
  150. "description": "PHP 7.1 enum implementation",
  151. "keywords": [
  152. "enum",
  153. "map"
  154. ],
  155. "support": {
  156. "issues": "https://github.com/DASPRiD/Enum/issues",
  157. "source": "https://github.com/DASPRiD/Enum/tree/1.0.4"
  158. },
  159. "install-path": "../dasprid/enum"
  160. },
  161. {
  162. "name": "paragonie/random_compat",
  163. "version": "v1.4.3",
  164. "version_normalized": "1.4.3.0",
  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. "time": "2018-04-04T21:48:54+00:00",
  186. "type": "library",
  187. "installation-source": "dist",
  188. "autoload": {
  189. "files": [
  190. "lib/random.php"
  191. ]
  192. },
  193. "notification-url": "https://packagist.org/downloads/",
  194. "license": [
  195. "MIT"
  196. ],
  197. "authors": [
  198. {
  199. "name": "Paragon Initiative Enterprises",
  200. "email": "security@paragonie.com",
  201. "homepage": "https://paragonie.com"
  202. }
  203. ],
  204. "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
  205. "keywords": [
  206. "csprng",
  207. "pseudorandom",
  208. "random"
  209. ],
  210. "install-path": "../paragonie/random_compat"
  211. },
  212. {
  213. "name": "robthree/twofactorauth",
  214. "version": "1.8.2",
  215. "version_normalized": "1.8.2.0",
  216. "source": {
  217. "type": "git",
  218. "url": "https://github.com/RobThree/TwoFactorAuth.git",
  219. "reference": "65681de5a324eae05140ac58b08648a60212afc0"
  220. },
  221. "dist": {
  222. "type": "zip",
  223. "url": "https://api.github.com/repos/RobThree/TwoFactorAuth/zipball/65681de5a324eae05140ac58b08648a60212afc0",
  224. "reference": "65681de5a324eae05140ac58b08648a60212afc0",
  225. "shasum": ""
  226. },
  227. "require": {
  228. "php": ">=5.6.0"
  229. },
  230. "require-dev": {
  231. "php-parallel-lint/php-parallel-lint": "^1.2",
  232. "phpunit/phpunit": "@stable"
  233. },
  234. "suggest": {
  235. "bacon/bacon-qr-code": "Needed for BaconQrCodeProvider provider",
  236. "endroid/qr-code": "Needed for EndroidQrCodeProvider"
  237. },
  238. "time": "2022-03-22T16:11:07+00:00",
  239. "type": "library",
  240. "installation-source": "dist",
  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. "install-path": "../robthree/twofactorauth"
  284. }
  285. ],
  286. "dev": true,
  287. "dev-package-names": []
  288. }