Skip to content

Commit

Permalink
Merge pull request #10 from auth0/1.x.x-dev
Browse files Browse the repository at this point in the history
Updated JWT dependency
  • Loading branch information
glena committed Jul 17, 2015
2 parents eb86e29 + 2d5cccc commit fe2e65d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ Modify your `composer.json` to add the following dependencies and run `composer
~~~js
{
"require": {
"firebase/php-jwt": "dev-master",
"adoy/oauth2": "dev-master"
"adoy/oauth2": "dev-master",
"auth0/jwt-auth-bundle": "~1.1"
}
}
~~~
Expand Down

0 comments on commit fe2e65d

Please sign in to comment.