Skip to content

Commit

Permalink
第一版本
Browse files Browse the repository at this point in the history
  • Loading branch information
qiaolili committed May 4, 2018
1 parent d1e5837 commit 301c80a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
# yii2-easy-wechat
Easywechat sdk for yii2 php framework

It's for personal study and it's under development...
8 changes: 3 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"wechat sdk"
],
"type": "yii2-extension",
"license": "BSD-3-Clause",
"license": "MIT",
"authors": [
{
"name": "Er Qiao",
Expand All @@ -16,15 +16,13 @@
],
"minimum-stability": "dev",
"require": {
"php": ">=7.0",
"yiisoft/yii2": "~2.0.13",
"overtrue/wechat": "~4.0"
},
"require-dev": {
"phpunit/phpunit": "4.8.*"
},
"autoload": {
"psr-4": {
"myshero\\easyWechat\\": "src"
"Myshero\\Wechat\\": "src/"
}
}
}

0 comments on commit 301c80a

Please sign in to comment.