composer.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. {
  2. "name": "karsonzhang/fastadmin",
  3. "description": "the fastest admin framework",
  4. "minimum-stability": "dev",
  5. "type": "project",
  6. "keywords": [
  7. "fastadmin",
  8. "thinkphp"
  9. ],
  10. "homepage": "https://www.fastadmin.net/",
  11. "license": "Apache-2.0",
  12. "authors": [
  13. {
  14. "name": "Karson",
  15. "email": "karson@fastadmin.net"
  16. }
  17. ],
  18. "require": {
  19. "php": ">=7.1.0",
  20. "topthink/framework": "dev-master",
  21. "topthink/think-captcha": "^1.0",
  22. "topthink/think-installer": "^1.0.14",
  23. "topthink/think-queue": "1.1.6",
  24. "topthink/think-helper": "^1.0.7",
  25. "karsonzhang/fastadmin-addons": "~1.2.4",
  26. "overtrue/pinyin": "^3.0",
  27. "phpoffice/phpspreadsheet": "1.12",
  28. "nelexa/zip": "^3.3",
  29. "ext-json": "*",
  30. "ext-curl": "*",
  31. "ext-pdo": "*",
  32. "ext-bcmath": "*",
  33. "txthinking/mailer": "^2.0",
  34. "phpmailer/phpmailer": "^6.5",
  35. "dh2y/think-qrcode": "1.*",
  36. "guzzlehttp/guzzle": "7.1",
  37. "riverslei/payment": "*",
  38. "overtrue/wechat": "~4.0",
  39. "chesterlyd/ethereum-client": "dev-main",
  40. "yansongda/pay": "v2.x-dev",
  41. "tencentcloud/tencentcloud-sdk-php": "dev-master"
  42. },
  43. "config": {
  44. "preferred-install": "dist"
  45. },
  46. "repositories": [
  47. {
  48. "type": "git",
  49. "url": "https://gitee.com/karson/framework"
  50. }
  51. ]
  52. }