composer.lock 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  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.0",
  63. "source": {
  64. "type": "git",
  65. "url": "https://github.com/Yubico/php-u2flib-server.git",
  66. "reference": "407eb21da24150aad30bcd8cc0ee72963eac5e9d"
  67. },
  68. "dist": {
  69. "type": "zip",
  70. "url": "https://api.github.com/repos/Yubico/php-u2flib-server/zipball/407eb21da24150aad30bcd8cc0ee72963eac5e9d",
  71. "reference": "407eb21da24150aad30bcd8cc0ee72963eac5e9d",
  72. "shasum": ""
  73. },
  74. "require": {
  75. "ext-openssl": "*"
  76. },
  77. "type": "library",
  78. "autoload": {
  79. "classmap": [
  80. "src/"
  81. ]
  82. },
  83. "notification-url": "https://packagist.org/downloads/",
  84. "license": [
  85. "BSD-2-Clause"
  86. ],
  87. "description": "Library for U2F implementation",
  88. "homepage": "https://developers.yubico.com/php-u2flib-server",
  89. "time": "2016-02-19T09:47:51+00:00"
  90. }
  91. ],
  92. "packages-dev": [],
  93. "aliases": [],
  94. "minimum-stability": "stable",
  95. "stability-flags": [],
  96. "prefer-stable": false,
  97. "prefer-lowest": false,
  98. "platform": [],
  99. "platform-dev": []
  100. }