Skip to content

Commit

Permalink
Auto discovery.
Browse files Browse the repository at this point in the history
  • Loading branch information
overtrue committed Jul 2, 2017
2 parents 2b713d9 + 5ebd011 commit 52131d1
Showing 1 changed file with 14 additions and 10 deletions.
24 changes: 14 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
"name": "overtrue/laravel-wechat",
"description": "微信 SDK for Laravel",
"keywords": ["wechat", "weixin","laravel", "sdk"],
"license": "MIT",
"authors": [
{
"name": "overtrue",
"email": "anzhengchao@gmail.com"
}
],
"require": {
"overtrue/wechat": "^3.3.3"
},
Expand All @@ -10,19 +17,16 @@
"Overtrue\\LaravelWechat\\": "src/"
}
},
"license": "MIT",
"minimum-stability" : "dev",
"extra": {
"laravel": {
"providers": [
"Overtrue\\LaravelWechat\\ServiceProvider"
]
}
},
"license": "MIT",
"minimum-stability" : "dev",
"authors": [
{
"name": "overtrue",
"email": "anzhengchao@gmail.com"
],
"aliases": {
"EasyWeChat": "Overtrue\\LaravelWechat\\Facade"
}
}
]
}
}

0 comments on commit 52131d1

Please sign in to comment.