forked from TencentCloud/tencentcloud-sdk-php
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
28 lines (28 loc) · 752 Bytes
/
composer.json
File metadata and controls
28 lines (28 loc) · 752 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "tencentcloud/tencentcloud-sdk-php",
"description": "TencentCloudApi php sdk",
"type": "library",
"homepage": "https://github.com/TencentCloud/tencentcloud-sdk-php",
"license": "Apache-2.0",
"authors": [
{
"name": "coolli",
"email": "tencentcloudapi@tencent.com",
"homepage": "https://cloud.tencent.com/document/sdk/PHP",
"role": "Developer"
}
],
"require": {
"php": ">=5.6.33",
"guzzlehttp/guzzle": "^6.3",
"guzzlehttp/psr7": "^1.4"
},
"autoload": {
"classmap": [
"src/QcloudApi/QcloudApi.php"
],
"psr-4": {
"TencentCloud\\": "./src/TencentCloud"
}
}
}