You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

24 lines
501 B

  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. "topthink/think-installer": ">=1.0.10",
  13. "topthink/framework": "~5.0.0"
  14. },
  15. "autoload": {
  16. "psr-4": {
  17. "think\\captcha\\": "src/"
  18. },
  19. "files": [
  20. "src/helper.php"
  21. ]
  22. }
  23. }