composer.json 761 B

12345678910111213141516171819202122232425262728
  1. {
  2. "name": "tencentcloud/tencentcloud-sdk-php",
  3. "description": "TencentCloudApi php sdk",
  4. "type": "library",
  5. "homepage": "https://github.com/TencentCloud/tencentcloud-sdk-php",
  6. "license": "Apache-2.0",
  7. "authors": [
  8. {
  9. "name": "coolli",
  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.1",
  18. "guzzlehttp/psr7": "^1.4"
  19. },
  20. "autoload": {
  21. "classmap": [
  22. "src/QcloudApi/QcloudApi.php"
  23. ],
  24. "psr-4": {
  25. "TencentCloud\\": "./src/TencentCloud"
  26. }
  27. }
  28. }