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