composer.json 653 B

12345678910111213141516171819202122232425262728
  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. "php": ">=5.4.0",
  19. "topthink/framework": "^5.0",
  20. "overtrue/wechat": "~3.1",
  21. "endroid/qrcode": "^1.9",
  22. "topthink/think-captcha": "^1.0"
  23. },
  24. "config": {
  25. "preferred-install": "dist"
  26. }
  27. }