Skip to content

Commit b0cc1a8

Browse files
authored
Add composer (#6)
* Update test file * Update test file * Update test file * Update test file * Update test file * Add composer.josn
1 parent c20063d commit b0cc1a8

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

composer.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"name": "qcloud/cos-sdk-v5",
3+
"description": "COS SDK for PHP",
4+
"type": "library",
5+
"authors": [
6+
{
7+
"name": "lewzylu"
8+
}
9+
],
10+
"support": {
11+
"forum": "",
12+
"issues": "https://github.com/tencentyun/cos-php-sdk-v5/issues"
13+
},
14+
"require": {
15+
"php": ">=5.3.3",
16+
"guzzle/guzzle": "~3.7"
17+
},
18+
"autoload": {
19+
"psr-0": {
20+
"Aws": "src/"
21+
}
22+
}
23+
}

0 commit comments

Comments
 (0)