You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

35 regels
896 B

  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": "karsonzhang@163.com"
  15. }
  16. ],
  17. "require": {
  18. "php": ">=5.6.0",
  19. "topthink/framework": "~5.0.24",
  20. "overtrue/wechat": "~3.1",
  21. "endroid/qr-code": "^1.9",
  22. "topthink/think-captcha": "^1.0",
  23. "mtdowling/cron-expression": "^1.2",
  24. "phpmailer/phpmailer": "~6.0.6",
  25. "karsonzhang/fastadmin-addons": "~1.1.9",
  26. "overtrue/pinyin": "~3.0",
  27. "phpoffice/phpspreadsheet": "^1.2",
  28. "ext-json": "*",
  29. "ext-curl": "*"
  30. },
  31. "config": {
  32. "preferred-install": "dist"
  33. }
  34. }