composer.json 431 B

123456789101112131415161718192021
  1. {
  2. "name": "wolfcode/authenticator",
  3. "description": "authenticator",
  4. "type": "library",
  5. "require": {
  6. "php": ">=8.0",
  7. "wolfcode/bacon-qr-code": "2.0.11"
  8. },
  9. "license": "BSD-2-Clause",
  10. "autoload": {
  11. "psr-4": {
  12. "Wolfcode\\Authenticator\\": "src/"
  13. }
  14. },
  15. "authors": [
  16. {
  17. "name": "wolfcode"
  18. }
  19. ],
  20. "minimum-stability": "dev"
  21. }