composer.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  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. "topthink/think-installer": "^1.0.14",
  22. "topthink/think-queue": "1.1.6",
  23. "topthink/think-helper": "^1.0.7",
  24. "karsonzhang/fastadmin-addons": "~1.2.4",
  25. "overtrue/pinyin": "^4.0",
  26. "phpoffice/phpspreadsheet": "1.12",
  27. "overtrue/wechat": "~4.0",
  28. "nelexa/zip": "^3.3",
  29. "ext-json": "*",
  30. "ext-curl": "*",
  31. "ext-pdo": "*",
  32. "ext-bcmath": "*",
  33. "txthinking/mailer": "^2.0",
  34. "alibabacloud/sdk": "^1.8",
  35. "topthink/think-worker": "1.0.*",
  36. "ionepub/idcard": "^1.1",
  37. "cache/redis-adapter": "^1.1",
  38. "cache/simple-cache-bridge": "^1.2",
  39. "elasticsearch/elasticsearch": "^8.3",
  40. "code-lives/applet-pays": "^5.1"
  41. },
  42. "config": {
  43. "preferred-install": "dist",
  44. "allow-plugins": {
  45. "topthink/think-installer": true,
  46. "easywechat-composer/easywechat-composer": true
  47. }
  48. },
  49. "repositories": [
  50. {
  51. "type": "git",
  52. "url": "https://gitee.com/karson/framework"
  53. }
  54. ]
  55. }