composer.json 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. {
  2. "name": "topthink/think",
  3. "description": "the new thinkphp framework",
  4. "type": "project",
  5. "keywords": [
  6. "framework",
  7. "thinkphp",
  8. "ORM"
  9. ],
  10. "homepage": "http://thinkphp.cn/",
  11. "license": "Apache-2.0",
  12. "authors": [
  13. {
  14. "name": "liu21st",
  15. "email": "liu21st@gmail.com"
  16. }
  17. ],
  18. "require": {
  19. "php": ">=5.4.0",
  20. "topthink/framework": "~5.0.0",
  21. "topthink/think-image": "^1.0",
  22. "topthink/think-captcha": "1.*",
  23. "overtrue/wechat": "^3.3",
  24. "tp5er/tp5-databackup": "dev-master",
  25. "xaboy/form-builder": "^1.2",
  26. "topthink/think-helper": "^1.0",
  27. "phpoffice/phpspreadsheet": "^1.6",
  28. "jenssegers/date": "^3.4",
  29. "mtdowling/cron-expression": "^1.2",
  30. "aliyuncs/oss-sdk-php": "^2.3",
  31. "guzzle/stream": "^3.9",
  32. "alibabacloud/dysmsapi": "^1.8",
  33. "workerman/gateway-worker": "^3.0",
  34. "phpoffice/phpexcel": "^1.8",
  35. "intervention/image": "^2.5",
  36. "topthink/think-queue": "1.1.*"
  37. },
  38. "extra": {
  39. "think-path": "thinkphp"
  40. },
  41. "config": {
  42. "preferred-install": "dist"
  43. }
  44. }