Skip to content

Commit

Permalink
add composer support
Browse files Browse the repository at this point in the history
  • Loading branch information
islenbo committed Jul 2, 2021
1 parent a7377bd commit b9be2ae
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.idea
/vendor/
19 changes: 19 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "islenbo/aliyun-log-php-sdk",
"description": "Aliyun log php sdk supporting composer.",
"type": "library",
"authors": [
{
"name": "lenbo",
"email": "[email protected]"
}
],
"require": {
"php": "^7.1"
},
"autoload": {
"files": [
"./Log_Autoload.php"
]
}
}

0 comments on commit b9be2ae

Please sign in to comment.