File tree Expand file tree Collapse file tree 3 files changed +41
-1
lines changed Expand file tree Collapse file tree 3 files changed +41
-1
lines changed Original file line number Diff line number Diff line change
1
+ vendor /
2
+ composer.lock
3
+ composer.phar
4
+ .idea /
Original file line number Diff line number Diff line change 2
2
3
3
## API VERSION
4
4
5
- 0.6.1
5
+ 0.6.2
6
6
7
7
## SDK RELEASE TIME
8
8
Original file line number Diff line number Diff line change
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
+ }
You can’t perform that action at this time.
0 commit comments