composer.json 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839
  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": "karsonzhang@163.com"
  15. }
  16. ],
  17. "require": {
  18. "php": ">=5.6.0",
  19. "topthink/framework": "~5.0.24",
  20. "overtrue/wechat": "~3.1",
  21. "endroid/qr-code": "^1.9",
  22. "topthink/think-captcha": "^1.0",
  23. "mtdowling/cron-expression": "^1.2",
  24. "phpmailer/phpmailer": "~6.0.6",
  25. "karsonzhang/fastadmin-addons": "~1.1.9",
  26. "overtrue/pinyin": "~3.0",
  27. "phpoffice/phpspreadsheet": "^1.2",
  28. "topthink/think-queue": "1.1.6"
  29. },
  30. "config": {
  31. "preferred-install": "dist"
  32. },
  33. "repositories": {
  34. "packagist": {
  35. "type": "composer",
  36. "url": "https://packagist.phpcomposer.com"
  37. }
  38. }
  39. }