composer.json 1004 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "name": "karsonzhang/fastadmin",
  3. "description": "the fastest admin framework",
  4. "type": "project",
  5. "keywords": [
  6. "fastadmin",
  7. "thinkphp"
  8. ],
  9. "homepage": "https://www.fastadmin.net/",
  10. "license": "Apache-2.0",
  11. "authors": [
  12. {
  13. "name": "Karson",
  14. "email": "karson@fastadmin.net"
  15. }
  16. ],
  17. "require": {
  18. "php": ">=7.1.0",
  19. "topthink/framework": "dev-master",
  20. "topthink/think-captcha": "^1.0",
  21. "karsonzhang/fastadmin-addons": "~1.2.4",
  22. "overtrue/pinyin": "~3.0",
  23. "phpoffice/phpspreadsheet": "^1.2",
  24. "overtrue/wechat": "4.2.11",
  25. "nelexa/zip": "^3.3",
  26. "ext-json": "*",
  27. "ext-curl": "*",
  28. "ext-pdo": "*",
  29. "txthinking/mailer": "^2.0"
  30. },
  31. "config": {
  32. "preferred-install": "dist"
  33. },
  34. "repositories": [
  35. {
  36. "type": "vcs",
  37. "url": "https://gitee.com/karson/framework"
  38. }
  39. ]
  40. }