composer.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  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.2",
  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.3.2",
  25. "overtrue/pinyin": "^3.0",
  26. "phpoffice/phpspreadsheet": "1.12",
  27. "overtrue/wechat": "4.2.11",
  28. "nelexa/zip": "^3.3",
  29. "ext-json": "*",
  30. "ext-curl": "*",
  31. "ext-pdo": "*",
  32. "ext-bcmath": "*",
  33. "txthinking/mailer": "^2.0",
  34. "nesbot/carbon": "^2.59",
  35. "ext-redis": "*",
  36. "endroid/qr-code": "^4.3",
  37. "ext-dom": "*",
  38. "ext-libxml": "*",
  39. "ext-simplexml": "*",
  40. "wechatpay/wechatpay": "^1.4",
  41. "ext-libsodium": "*",
  42. "ext-sodium": "*",
  43. "ext-openssl": "*",
  44. "tencentcloud/tencentcloud-sdk-php": "^3.0",
  45. "ext-iconv": "*",
  46. "ext-gd": "*"
  47. },
  48. "config": {
  49. "preferred-install": "dist",
  50. "allow-plugins": {
  51. "topthink/think-installer": true,
  52. "easywechat-composer/easywechat-composer": true
  53. }
  54. },
  55. "repositories": [
  56. {
  57. "type": "git",
  58. "url": "https://gitee.com/fastadminnet/framework.git"
  59. }
  60. ]
  61. }