Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: overtrue/laravel-wechat
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7.x
Choose a base ref
...
head repository: tsunamilx/laravel-wechat
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Can’t automatically merge. Don’t worry, you can still create the pull request.
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Feb 21, 2017

  1. Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    miri64 Martine Lenders
    Copy the full SHA
    510cd83 View commit details

Commits on Mar 6, 2017

  1. Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    miri64 Martine Lenders
    Copy the full SHA
    a093895 View commit details
Showing with 8 additions and 2 deletions.
  1. +1 −0 .gitignore
  2. +7 −2 composer.json
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/vendor/
composer.lock
.idea/
9 changes: 7 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -3,16 +3,21 @@
"description": "微信 SDK for Laravel",
"keywords": ["wechat", "weixin","laravel", "sdk"],
"require": {
"overtrue/wechat": "~3.0"
"overtrue/wechat": "dev-master"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/tsunamilx/wechat"
}
],
"autoload": {
"psr-4": {
"Overtrue\\LaravelWechat\\": "src/"
}
},

"license": "MIT",
"minimum-stability" : "dev",
"authors": [
{
"name": "overtrue",