composer.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  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.0",
  20. "topthink/framework": "~5.0.0",
  21. "topthink/think-queue": "1.1.4",
  22. "phpmailer/phpmailer": "^6.0",
  23. "topthink/think-captcha": "v1.*",
  24. "guzzlehttp/guzzle": "^6.3",
  25. "overtrue/pinyin": "~3.0",
  26. "workerman/gatewayclient": "~3.0.7",
  27. "monolog/monolog": "^1.23",
  28. "guzzlehttp/psr7":"1.4.2",
  29. "guzzlehttp/promises": "v1.3.1",
  30. "psr/log": "1.0.2",
  31. "monolog/monolog":"1.23.0",
  32. "phpmailer/phpmailer":"v6.0.3",
  33. "topthink/think-helper":"v1.0.6",
  34. "workerman/gatewayclient":"v3.0.10",
  35. "huaweicloud/huaweicloud-sdk-php": "3.0.56-rc",
  36. "hashids/hashids": "^4.1",
  37. "ext-openssl": "*",
  38. "yurunsoft/pay-sdk": "^3.1"
  39. },
  40. "autoload": {
  41. "psr-4": {
  42. "app\\": "application"
  43. }
  44. },
  45. "extra": {
  46. "think-path": "thinkphp"
  47. },
  48. "config": {
  49. "preferred-install": "dist",
  50. "allow-plugins": {
  51. "topthink/think-installer": true
  52. }
  53. }
  54. }