Нет описания
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

12345678910111213141516171819202122232425
  1. {
  2. "name": "yzncms/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. "support": {
  12. "issues": "https://gitee.com/ken678/YZNCMS/issues"
  13. },
  14. "require": {
  15. "php": ">=7.0.0"
  16. },
  17. "autoload": {
  18. "psr-4": {
  19. "think\\captcha\\": "src/"
  20. },
  21. "files": [
  22. "src/helper.php"
  23. ]
  24. }
  25. }