composer.json 609 B

1234567891011121314151617181920212223
  1. {
  2. "name": "tencentcloud/sms",
  3. "description": "TencentCloudApi php sdk sms",
  4. "type": "library",
  5. "homepage": "https://github.com/tencentcloud-sdk-php/sms",
  6. "license": "Apache-2.0",
  7. "authors": [
  8. {
  9. "name": "tencentcloudapi",
  10. "email": "tencentcloudapi@tencent.com",
  11. "homepage": "https://github.com/tencentcloud-sdk-php/sms",
  12. "role": "Developer"
  13. }
  14. ],
  15. "require": {
  16. "tencentcloud/common": "3.0.1105"
  17. },
  18. "autoload": {
  19. "psr-4": {
  20. "TencentCloud\\": "./src/TencentCloud"
  21. }
  22. }
  23. }