Skip to content

Commit

Permalink
- 测试版本
Browse files Browse the repository at this point in the history
  • Loading branch information
dtapps committed Mar 18, 2020
1 parent 96112e2 commit fe1491e
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"name": "liguangchun/bt",
"description": "Api for BT",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Chaim",
"email": "gc@dtapp.net",
"homepage": "https://www.liguangchun.cn"
}
],
"homepage": "https://www.liguangchun.cn",
"require": {
"php": ">=7.0"
},
"autoload": {
"psr-4": {
"LiGuAngChUn\\Bt\\": "src"
}
},
"repositories": {
"0": {
"type": "composer",
"url": "https://packagist.liguangchun.cn"
},
"packagist": {
"type": "composer",
"url": "https://mirrors.aliyun.com/composer/"
}
}
}

0 comments on commit fe1491e

Please sign in to comment.