-
Notifications
You must be signed in to change notification settings - Fork 2
/
composer.json
34 lines (33 loc) · 1004 Bytes
/
composer.json
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
29
30
31
32
33
34
{
"name": "artist/aliyun-tablestore-sdk",
"description": "阿里云官方php SDK 2.1.1",
"keywords": ["aliyun", "ots", "tablestore", "sdk"],
"homepage": "https://github.com/fengchenghao/aliyun-tablestore-php-sdk",
"license": "MIT",
"authors": [
{
"name": "Aliyun OTS Team",
"homepage": "http://www.aliyun.com/product/ots"
},
{
"name": "Ryan Feng",
"homepage": "https://github.com/fengchenghao/aliyun-tablestore-php-sdk",
"email": "[email protected]"
}
],
"require": {
"php": ">=5.3",
"guzzlehttp/guzzle": "3.8.1|~6.0.1|~6.1|~6.2"
},
"autoload": {
"psr-4": {
"Aliyun\\OTS\\": "src/",
"Aliyun\\OTS\\Handlers\\": "src/Handlers",
"Aliyun\\OTS\\Retry\\": "src/Retry"
},
"files": [
"src/ProtoBuffer/pb_message.php",
"src/ProtoBuffer/pb_proto_ots.php"
]
}
}