composer.json 568 B

12345678910111213141516171819202122
  1. {
  2. "require": { },
  3. "name": "tencent/tls-sig-api-v2",
  4. "description": "tls-sig-api-v2 适用于腾讯云通信生成用户账号签名。",
  5. "type": "library",
  6. "keywords": [ "tencent", "im" ],
  7. "homepage": "https://github.com/tencentyun/tls-sig-api-v2-php",
  8. "license": "MIT",
  9. "authors": [
  10. {
  11. "name": "weijunyi",
  12. "email": "weijunyi@tencent.com",
  13. "role": "Developer"
  14. }
  15. ],
  16. "require": {
  17. "php": ">=5.3.0"
  18. },
  19. "autoload": {
  20. "psr-4": { "Tencent\\": "src/" }
  21. }
  22. }