installed.json 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200
  1. [
  2. {
  3. "name": "bacon/bacon-qr-code",
  4. "version": "1.0.3",
  5. "version_normalized": "1.0.3.0",
  6. "source": {
  7. "type": "git",
  8. "url": "https://github.com/Bacon/BaconQrCode.git",
  9. "reference": "5a91b62b9d37cee635bbf8d553f4546057250bee"
  10. },
  11. "dist": {
  12. "type": "zip",
  13. "url": "https://api.github.com/repos/Bacon/BaconQrCode/zipball/5a91b62b9d37cee635bbf8d553f4546057250bee",
  14. "reference": "5a91b62b9d37cee635bbf8d553f4546057250bee",
  15. "shasum": ""
  16. },
  17. "require": {
  18. "ext-iconv": "*",
  19. "php": "^5.4|^7.0"
  20. },
  21. "require-dev": {
  22. "phpunit/phpunit": "^4.8"
  23. },
  24. "suggest": {
  25. "ext-gd": "to generate QR code images"
  26. },
  27. "time": "2017-10-17T09:59:25+00:00",
  28. "type": "library",
  29. "installation-source": "dist",
  30. "autoload": {
  31. "psr-0": {
  32. "BaconQrCode": "src/"
  33. }
  34. },
  35. "notification-url": "https://packagist.org/downloads/",
  36. "license": [
  37. "BSD-2-Clause"
  38. ],
  39. "authors": [
  40. {
  41. "name": "Ben Scholzen 'DASPRiD'",
  42. "email": "mail@dasprids.de",
  43. "homepage": "http://www.dasprids.de",
  44. "role": "Developer"
  45. }
  46. ],
  47. "description": "BaconQrCode is a QR code generator for PHP.",
  48. "homepage": "https://github.com/Bacon/BaconQrCode"
  49. },
  50. {
  51. "name": "birke/rememberme",
  52. "version": "1.0.5",
  53. "version_normalized": "1.0.5.0",
  54. "source": {
  55. "type": "git",
  56. "url": "https://github.com/gbirke/rememberme.git",
  57. "reference": "810473852eb4823098e47e23376a19b77ba0c165"
  58. },
  59. "dist": {
  60. "type": "zip",
  61. "url": "https://api.github.com/repos/gbirke/rememberme/zipball/810473852eb4823098e47e23376a19b77ba0c165",
  62. "reference": "810473852eb4823098e47e23376a19b77ba0c165",
  63. "shasum": ""
  64. },
  65. "require": {
  66. "paragonie/random_compat": "^1.1.4"
  67. },
  68. "require-dev": {
  69. "phpunit/phpunit": "4.*"
  70. },
  71. "time": "2017-02-12T12:43:00+00:00",
  72. "type": "library",
  73. "installation-source": "dist",
  74. "autoload": {
  75. "psr-4": {
  76. "Birke\\": "src/"
  77. }
  78. },
  79. "notification-url": "https://packagist.org/downloads/",
  80. "license": [
  81. "MIT"
  82. ],
  83. "authors": [
  84. {
  85. "name": "Gabriel Birke",
  86. "email": "gb@birke-software.de"
  87. }
  88. ],
  89. "description": "Secure \"Remember Me\" functionality",
  90. "homepage": "https://github.com/gbirke/rememberme",
  91. "keywords": [
  92. "cookie",
  93. "remember",
  94. "security"
  95. ]
  96. },
  97. {
  98. "name": "paragonie/random_compat",
  99. "version": "v1.4.3",
  100. "version_normalized": "1.4.3.0",
  101. "source": {
  102. "type": "git",
  103. "url": "https://github.com/paragonie/random_compat.git",
  104. "reference": "9b3899e3c3ddde89016f576edb8c489708ad64cd"
  105. },
  106. "dist": {
  107. "type": "zip",
  108. "url": "https://api.github.com/repos/paragonie/random_compat/zipball/9b3899e3c3ddde89016f576edb8c489708ad64cd",
  109. "reference": "9b3899e3c3ddde89016f576edb8c489708ad64cd",
  110. "shasum": ""
  111. },
  112. "require": {
  113. "php": ">=5.2.0"
  114. },
  115. "require-dev": {
  116. "phpunit/phpunit": "4.*|5.*"
  117. },
  118. "suggest": {
  119. "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
  120. },
  121. "time": "2018-04-04T21:48:54+00:00",
  122. "type": "library",
  123. "installation-source": "dist",
  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. },
  147. {
  148. "name": "robthree/twofactorauth",
  149. "version": "1.6.1",
  150. "version_normalized": "1.6.1.0",
  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. "time": "2017-11-06T17:55:56+00:00",
  169. "type": "library",
  170. "installation-source": "dist",
  171. "autoload": {
  172. "psr-4": {
  173. "RobThree\\Auth\\": "lib"
  174. }
  175. },
  176. "notification-url": "https://packagist.org/downloads/",
  177. "license": [
  178. "MIT"
  179. ],
  180. "authors": [
  181. {
  182. "name": "Rob Janssen",
  183. "homepage": "http://robiii.me",
  184. "role": "Developer"
  185. }
  186. ],
  187. "description": "Two Factor Authentication",
  188. "homepage": "https://github.com/RobThree/TwoFactorAuth",
  189. "keywords": [
  190. "Authentication",
  191. "MFA",
  192. "Multi Factor Authentication",
  193. "Two Factor Authentication",
  194. "authenticator",
  195. "authy",
  196. "php",
  197. "tfa"
  198. ]
  199. }
  200. ]