2
0

composer.lock 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  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": "5652a086b6d277d72d7ae0341e517b1e",
  8. "packages": [
  9. {
  10. "name": "robthree/twofactorauth",
  11. "version": "1.6",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/RobThree/TwoFactorAuth.git",
  15. "reference": "5093ab230cd8f1296d792afb6a49545f37e7fd5a"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/RobThree/TwoFactorAuth/zipball/5093ab230cd8f1296d792afb6a49545f37e7fd5a",
  20. "reference": "5093ab230cd8f1296d792afb6a49545f37e7fd5a",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "php": ">=5.3.0"
  25. },
  26. "require-dev": {
  27. "phpunit/phpunit": "@stable"
  28. },
  29. "type": "library",
  30. "autoload": {
  31. "psr-4": {
  32. "RobThree\\Auth\\": "lib"
  33. }
  34. },
  35. "notification-url": "https://packagist.org/downloads/",
  36. "license": [
  37. "MIT"
  38. ],
  39. "authors": [
  40. {
  41. "name": "Rob Janssen",
  42. "homepage": "http://robiii.me",
  43. "role": "Developer"
  44. }
  45. ],
  46. "description": "Two Factor Authentication",
  47. "homepage": "https://github.com/RobThree/TwoFactorAuth",
  48. "keywords": [
  49. "Authentication",
  50. "MFA",
  51. "Multi Factor Authentication",
  52. "Two Factor Authentication",
  53. "authenticator",
  54. "authy",
  55. "php",
  56. "tfa"
  57. ],
  58. "time": "2017-02-17T15:24:54+00:00"
  59. },
  60. {
  61. "name": "yubico/u2flib-server",
  62. "version": "1.0.1",
  63. "source": {
  64. "type": "git",
  65. "url": "https://github.com/Yubico/php-u2flib-server.git",
  66. "reference": "dc318c80b59e62921c210f31b014def26ceebbab"
  67. },
  68. "dist": {
  69. "type": "zip",
  70. "url": "https://api.github.com/repos/Yubico/php-u2flib-server/zipball/dc318c80b59e62921c210f31b014def26ceebbab",
  71. "reference": "dc318c80b59e62921c210f31b014def26ceebbab",
  72. "shasum": ""
  73. },
  74. "require": {
  75. "ext-openssl": "*",
  76. "php": ">=5.6"
  77. },
  78. "require-dev": {
  79. "phpunit/phpunit": "~5.7"
  80. },
  81. "type": "library",
  82. "autoload": {
  83. "classmap": [
  84. "src/"
  85. ]
  86. },
  87. "notification-url": "https://packagist.org/downloads/",
  88. "license": [
  89. "BSD-2-Clause"
  90. ],
  91. "description": "Library for U2F implementation",
  92. "homepage": "https://developers.yubico.com/php-u2flib-server",
  93. "time": "2017-05-09T07:33:58+00:00"
  94. }
  95. ],
  96. "packages-dev": [],
  97. "aliases": [],
  98. "minimum-stability": "stable",
  99. "stability-flags": [],
  100. "prefer-stable": false,
  101. "prefer-lowest": false,
  102. "platform": [],
  103. "platform-dev": []
  104. }