This commit is contained in:
Your Name
2026-03-27 18:06:12 +08:00
parent 9160c36735
commit 099bc1dd22
645 changed files with 276473 additions and 957 deletions
+23
View File
@@ -0,0 +1,23 @@
{
"name": "tencentcloud/trtc",
"description": "TencentCloudApi php sdk trtc",
"type": "library",
"homepage": "https://github.com/tencentcloud-sdk-php/trtc",
"license": "Apache-2.0",
"authors": [
{
"name": "tencentcloudapi",
"email": "tencentcloudapi@tencent.com",
"homepage": "https://github.com/tencentcloud-sdk-php/trtc",
"role": "Developer"
}
],
"require": {
"tencentcloud/common": "3.0.990"
},
"autoload": {
"psr-4": {
"TencentCloud\\": "./src/TencentCloud"
}
}
}