Skip to content

Commit

Permalink
Merge pull request #7 from steverhoades/clientV2
Browse files Browse the repository at this point in the history
Fixes #6 - update oauth2 client version to 2.x
  • Loading branch information
steverhoades authored Oct 6, 2017
2 parents 474d744 + 8b427ed commit c05adc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
}
],
"require": {
"league/oauth2-client": "^1.4",
"league/oauth2-client": "^2.0",
"lcobucci/jwt": "^3.2"
},
"require-dev": {
Expand Down

0 comments on commit c05adc2

Please sign in to comment.