Skip to content

Commit

Permalink
修改composer.json信息
Browse files Browse the repository at this point in the history
  • Loading branch information
zhyfor committed May 6, 2019
1 parent a7bf6dc commit e716e2d
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
{
"name": "overtrue/wechat",
"description": "微信SDK",
"name": "fenghoer/wechat",
"description": "微信SDK,MixPHP2.0兼容版本",
"keywords": [
"wechat",
"weixin",
"weixin-sdk",
"sdk"
"sdk",
"MixPHP"
],
"license": "MIT",
"authors": [
{
"name": "overtrue",
"email": "anzhengchao@gmail.com"
"name": "fenghoer",
"email": "fenghoer@163.com"
}
],
"require": {
Expand All @@ -26,7 +27,8 @@
"pimple/pimple": "^3.0",
"symfony/cache": "^3.3 || ^4.0",
"symfony/http-foundation": "^2.7 || ^3.0 || ^4.0",
"symfony/psr-http-message-bridge": "^0.3 || ^1.0"
"symfony/psr-http-message-bridge": "^0.3 || ^1.0",
"mix/framework": "~2.0.0"
},
"require-dev": {
"mikey179/vfsStream": "^1.6",
Expand Down

0 comments on commit e716e2d

Please sign in to comment.