composer.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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": ">=7.2.0",
  20. "topthink/framework": "v5.1.*",
  21. "topthink/think-captcha": "^2.0",
  22. "topthink/think-image": "^1.0",
  23. "topthink/think-helper": "^1.0",
  24. "overtrue/wechat": "^4.2",
  25. "flc/dysms": "^1.0",
  26. "ramsey/uuid": "^3.7",
  27. "yurunsoft/yurun-http": "^4.0.0",
  28. "hashids/hashids": "^2.0",
  29. "bacon/bacon-qr-code": "^1.0",
  30. "johnlui/aliyun-oss": "~2.0"
  31. },
  32. "autoload": {
  33. "psr-4": {
  34. "app\\": "application"
  35. }
  36. },
  37. "extra": {
  38. "think-path": "framework"
  39. },
  40. "config": {
  41. "preferred-install": "dist"
  42. },
  43. "require-dev": {
  44. },
  45. "repositories": {
  46. "packagist": {
  47. "type": "composer",
  48. "url": "https://mirrors.aliyun.com/composer/"
  49. }
  50. }
  51. }