composer.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. {
  2. "name": "topthink/think",
  3. "description": "the new thinkphp framework",
  4. "type": "project",
  5. "keywords": [
  6. "framework",
  7. "thinkphp",
  8. "ORM",
  9. "framework",
  10. "thinkphp",
  11. "ORM"
  12. ],
  13. "homepage": "https://www.thinkphp.cn/",
  14. "license": "Apache-2.0",
  15. "authors": [
  16. {
  17. "name": "liu21st",
  18. "email": "liu21st@gmail.com"
  19. },
  20. {
  21. "name": "yunwuxin",
  22. "email": "448901948@qq.com"
  23. },
  24. {
  25. "name": "liu21st",
  26. "email": "liu21st@gmail.com"
  27. },
  28. {
  29. "name": "yunwuxin",
  30. "email": "448901948@qq.com"
  31. }
  32. ],
  33. "require": {
  34. "php": ">=8.0.0",
  35. "topthink/framework": "v8.0.3",
  36. "topthink/think-orm": "v3.0.14",
  37. "topthink/think-filesystem": "v2.0.2",
  38. "topthink/think-multi-app": "v1.0.16",
  39. "topthink/think-template": "v3.0.0",
  40. "topthink/think-view": "v2.0.0",
  41. "topthink/think-captcha": "v3.0.9",
  42. "topthink/think-image": "v1.0.7",
  43. "firebase/php-jwt": "v5.5.1",
  44. "spatie/macroable": "v1.0.1",
  45. "dh2y/think-qrcode": "v2.0",
  46. "dragonmantank/cron-expression": "v3.3.1",
  47. "phpoffice/phpspreadsheet": "v1.28.0",
  48. "qiniu/php-sdk": "v7.4.0",
  49. "qcloud/cos-sdk-v5": "v2.6.2",
  50. "aliyuncs/oss-sdk-php": "v2.6.0",
  51. "alibabacloud/client": "v1.5.32",
  52. "rmccue/requests": "v2.0.5",
  53. "ext-json": "*",
  54. "ext-curl": "*",
  55. "ext-bcmath": "*",
  56. "ext-mbstring": "*",
  57. "php-di/php-di": "v7.0.1",
  58. "guzzlehttp/guzzle": "7.5",
  59. "yansongda/pay": "^3.7",
  60. "symfony/psr-http-message-bridge": "v2.2.0",
  61. "fastknife/ajcaptcha": "v1.2.1",
  62. "kosinix/grafika": "dev-master",
  63. "nesbot/carbon": "2.66.0",
  64. "ext-zip": "*",
  65. "mjaschen/phpgeo": "4.2.0",
  66. "tencentcloud/sms": "^3.0",
  67. "w7corp/easywechat": "6.7.0",
  68. "workerman/workerman": "v4.1.15",
  69. "workerman/redis-queue": "v1.2.0",
  70. "workerman/crontab": "v1.0.6",
  71. "hyperf/pimple": "~2.2.0",
  72. "kkokk/poster": "2.3.2"
  73. },
  74. "require-dev": {
  75. "symfony/var-dumper": "v6.0.19",
  76. "topthink/think-trace": "v1.6"
  77. },
  78. "autoload": {
  79. "psr-4": {
  80. "addon\\": "addon",
  81. "app\\": "app",
  82. "core\\": "core"
  83. },
  84. "psr-0": {}
  85. },
  86. "config": {
  87. "preferred-install": "dist",
  88. "allow-plugins": {
  89. "easywechat-composer/easywechat-composer": true
  90. }
  91. },
  92. "scripts": {
  93. "post-autoload-dump": [
  94. "@php think service:discover",
  95. "@php think vendor:publish"
  96. ]
  97. },
  98. "repositories": {
  99. "packagist": {
  100. "type": "composer",
  101. "url": "https://mirrors.aliyun.com/composer"
  102. }
  103. }
  104. }