composer.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  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.0.0",
  19. "topthink/framework": "~5.0.24",
  20. "topthink/think-captcha": "^1.0",
  21. "qcloud_sts/qcloud-sts-sdk": "3.0.2",
  22. "phpmailer/phpmailer": "~6.1.6",
  23. "karsonzhang/fastadmin-addons": "~1.2.4",
  24. "overtrue/pinyin": "~3.0",
  25. "phpoffice/phpspreadsheet": "^1.2",
  26. "overtrue/wechat": "4.2.11",
  27. "nelexa/zip": "^3.3",
  28. "symfony/var-exporter": "^4.4.13",
  29. "ext-json": "*",
  30. "ext-curl": "*",
  31. "ext-pdo": "*",
  32. "topthink/think-queue": "2.*",
  33. "workerman/gatewayclient": "^3.0",
  34. "workerman/workerman": "^4.1",
  35. "workerman/gateway-worker": "^3.0"
  36. },
  37. "config": {
  38. "preferred-install": "dist"
  39. }
  40. }