composer.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "name": "karsonzhang/fastadmin",
  3. "description": "the fastest admin framework",
  4. "type": "project",
  5. "keywords": [
  6. "fastadmin",
  7. "thinkphp"
  8. ],
  9. "homepage": "http://www.fastadmin.net/",
  10. "license": "Apache-2.0",
  11. "authors": [
  12. {
  13. "name": "karson",
  14. "email": "karsonzhang@163.com"
  15. }
  16. ],
  17. "require": {
  18. "ext-json": "*",
  19. "php": ">=5.4.0",
  20. "topthink/framework": "5.0.*",
  21. "overtrue/wechat": "~4.0",
  22. "topthink/think-captcha": "^1.0",
  23. "mtdowling/cron-expression": "^1.2",
  24. "phpmailer/phpmailer": "^5.2",
  25. "karsonzhang/fastadmin-addons": "dev-master",
  26. "overtrue/pinyin": "~3.0",
  27. "phpoffice/phpexcel": "^1.8",
  28. "guzzlehttp/guzzle": "^6.3",
  29. "yurunsoft/yurun-lock": "^0.3.0",
  30. "endroid/qr-code": "^3.1",
  31. "predis/predis": "^1.1",
  32. "php-amqplib/php-amqplib": "^2.7",
  33. "tecnickcom/tcpdf":"^6.2",
  34. "yansongda/pay": "^2.7.0",
  35. "jenssegers/agent": "^2.6",
  36. "ext-rdkafka": "*",
  37. "ext-redis": "*"
  38. },
  39. "repositories": {
  40. "packagist": {
  41. "type": "composer",
  42. "url": "https://packagist.phpcomposer.com"
  43. }
  44. },
  45. "config": {
  46. "preferred-install": "dist"
  47. }
  48. }