composer.json 636 B

123456789101112131415161718192021222324
  1. {
  2. "name": "tencentcloud/common",
  3. "description": "TencentCloudApi php sdk",
  4. "type": "library",
  5. "homepage": "https://github.com/tencentcloud-sdk-php/common",
  6. "license": "Apache-2.0",
  7. "authors": [
  8. {
  9. "name": "tencentcloudapi",
  10. "email": "tencentcloudapi@tencent.com",
  11. "homepage": "https://cloud.tencent.com/document/sdk/PHP",
  12. "role": "Developer"
  13. }
  14. ],
  15. "require": {
  16. "php": ">=5.6.0",
  17. "guzzlehttp/guzzle": "^6.3||^7.0"
  18. },
  19. "autoload": {
  20. "psr-4": {
  21. "TencentCloud\\": "./src/TencentCloud"
  22. }
  23. }
  24. }