2
0

composer.lock 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  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#composer-lock-the-lock-file",
  5. "This file is @generated automatically"
  6. ],
  7. "content-hash": "413fc63dc6c7815f0a175217bccb490a",
  8. "packages": [
  9. {
  10. "name": "owasp/csrf-protector-php",
  11. "version": "dev-master",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/mebjas/CSRF-Protector-PHP.git",
  15. "reference": "aec0d6966992363a7192b2ae9fb0a9643e8fa26b"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/mebjas/CSRF-Protector-PHP/zipball/aec0d6966992363a7192b2ae9fb0a9643e8fa26b",
  20. "reference": "aec0d6966992363a7192b2ae9fb0a9643e8fa26b",
  21. "shasum": ""
  22. },
  23. "require-dev": {
  24. "satooshi/php-coveralls": "~1.0"
  25. },
  26. "type": "library",
  27. "autoload": {
  28. "classmap": [
  29. "libs/csrf/"
  30. ]
  31. },
  32. "notification-url": "https://packagist.org/downloads/",
  33. "license": [
  34. "APACHE"
  35. ],
  36. "description": "CSRF protector php, a standalone php library for csrf mitigation in web applications. Easy to integrate in any php web app.",
  37. "homepage": "https://github.com/mebjas/CSRF-Protector-PHP",
  38. "keywords": [
  39. "csrf",
  40. "owasp",
  41. "security"
  42. ],
  43. "time": "2017-04-12T05:47:07+00:00"
  44. },
  45. {
  46. "name": "robthree/twofactorauth",
  47. "version": "1.6",
  48. "source": {
  49. "type": "git",
  50. "url": "https://github.com/RobThree/TwoFactorAuth.git",
  51. "reference": "5093ab230cd8f1296d792afb6a49545f37e7fd5a"
  52. },
  53. "dist": {
  54. "type": "zip",
  55. "url": "https://api.github.com/repos/RobThree/TwoFactorAuth/zipball/5093ab230cd8f1296d792afb6a49545f37e7fd5a",
  56. "reference": "5093ab230cd8f1296d792afb6a49545f37e7fd5a",
  57. "shasum": ""
  58. },
  59. "require": {
  60. "php": ">=5.3.0"
  61. },
  62. "require-dev": {
  63. "phpunit/phpunit": "@stable"
  64. },
  65. "type": "library",
  66. "autoload": {
  67. "psr-4": {
  68. "RobThree\\Auth\\": "lib"
  69. }
  70. },
  71. "notification-url": "https://packagist.org/downloads/",
  72. "license": [
  73. "MIT"
  74. ],
  75. "authors": [
  76. {
  77. "name": "Rob Janssen",
  78. "homepage": "http://robiii.me",
  79. "role": "Developer"
  80. }
  81. ],
  82. "description": "Two Factor Authentication",
  83. "homepage": "https://github.com/RobThree/TwoFactorAuth",
  84. "keywords": [
  85. "Authentication",
  86. "MFA",
  87. "Multi Factor Authentication",
  88. "Two Factor Authentication",
  89. "authenticator",
  90. "authy",
  91. "php",
  92. "tfa"
  93. ],
  94. "time": "2017-02-17T15:24:54+00:00"
  95. },
  96. {
  97. "name": "yubico/u2flib-server",
  98. "version": "1.0.1",
  99. "source": {
  100. "type": "git",
  101. "url": "https://github.com/Yubico/php-u2flib-server.git",
  102. "reference": "dc318c80b59e62921c210f31b014def26ceebbab"
  103. },
  104. "dist": {
  105. "type": "zip",
  106. "url": "https://api.github.com/repos/Yubico/php-u2flib-server/zipball/dc318c80b59e62921c210f31b014def26ceebbab",
  107. "reference": "dc318c80b59e62921c210f31b014def26ceebbab",
  108. "shasum": ""
  109. },
  110. "require": {
  111. "ext-openssl": "*",
  112. "php": ">=5.6"
  113. },
  114. "require-dev": {
  115. "phpunit/phpunit": "~5.7"
  116. },
  117. "type": "library",
  118. "autoload": {
  119. "classmap": [
  120. "src/"
  121. ]
  122. },
  123. "notification-url": "https://packagist.org/downloads/",
  124. "license": [
  125. "BSD-2-Clause"
  126. ],
  127. "description": "Library for U2F implementation",
  128. "homepage": "https://developers.yubico.com/php-u2flib-server",
  129. "time": "2017-05-09T07:33:58+00:00"
  130. }
  131. ],
  132. "packages-dev": [],
  133. "aliases": [],
  134. "minimum-stability": "stable",
  135. "stability-flags": {
  136. "owasp/csrf-protector-php": 20
  137. },
  138. "prefer-stable": false,
  139. "prefer-lowest": false,
  140. "platform": [],
  141. "platform-dev": []
  142. }