composer.json 547 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "name": "jzh/webman-auth",
  3. "description": "webman auth",
  4. "keywords": ["webman", "auth"],
  5. "type": "library",
  6. "require": {
  7. "php": ">=7.2",
  8. "firebase/php-jwt": ">=5.4|^6.0",
  9. "webman/console": "^1.0 || ^2.0 || dev-master"
  10. },
  11. "license": "MIT",
  12. "autoload": {
  13. "psr-4": {
  14. "Shopwwi\\WebmanAuth\\": "src/"
  15. }
  16. },
  17. "extra": {
  18. "branch-alias": {
  19. "dev-master": "1.x-dev"
  20. }
  21. },
  22. "minimum-stability": "dev",
  23. "authors": [
  24. {
  25. "name": "Tycoon Song",
  26. "email": "8988354@qq.com"
  27. }
  28. ]
  29. }