composer.json 409 B

1234567891011121314151617181920
  1. {
  2. "name": "topthink/think-captcha",
  3. "description": "captcha package for thinkphp5",
  4. "authors": [
  5. {
  6. "name": "yunwuxin",
  7. "email": "448901948@qq.com"
  8. }
  9. ],
  10. "license": "Apache-2.0",
  11. "require": {},
  12. "autoload": {
  13. "psr-4": {
  14. "think\\captcha\\": "src/"
  15. },
  16. "files": [
  17. "src/helper.php"
  18. ]
  19. }
  20. }