Skip to content

Commit f9c1eab

Browse files
authored
Merge pull request #31 from qiansheng91/add-composer
add composer and change version
2 parents c327682 + d622396 commit f9c1eab

File tree

3 files changed

+41
-1
lines changed

3 files changed

+41
-1
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
vendor/
2+
composer.lock
3+
composer.phar
4+
.idea/

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## API VERSION
44

5-
0.6.1
5+
0.6.2
66

77
## SDK RELEASE TIME
88

composer.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
{
2+
"readme": "README.md",
3+
"type": "library",
4+
"description": "The Php SDK of Alibaba log service",
5+
"keywords": [
6+
"sdk",
7+
"sls",
8+
"alibaba"
9+
],
10+
"require": {
11+
"php": ">=7.1.7"
12+
},
13+
"require-dev": {
14+
},
15+
"authors": [
16+
{
17+
"name": "Qi Zhou"
18+
},
19+
{
20+
"name": "TingTao Sun"
21+
},
22+
{
23+
"name": "Leiyun Ma"
24+
},
25+
{
26+
"name": "Xin Zhang"
27+
}
28+
],
29+
"autoload": {
30+
"files": [
31+
"Log_Autoload.php"
32+
]
33+
},
34+
"name": "aliyun/aliyun-log-php-sdk",
35+
"version": "0.6.2"
36+
}

0 commit comments

Comments
 (0)