composer.json 324 B

12345678910111213
  1. {
  2. "require": {
  3. "php": ">=7.1.0",
  4. "topthink/think-orm": "^2.0",
  5. "aliyuncs/oss-sdk-php": "^2.3",
  6. "qiniu/php-sdk": "^7.2",
  7. "yunchuang/appstore-connect-api": "~1.0",
  8. "phpmailer/phpmailer": "^6.1",
  9. "overtrue/pinyin": "^4.0",
  10. "pclzip/pclzip": "^2.8",
  11. "workerman/gateway-worker": "^3.0"
  12. }
  13. }