Skip to content

Commit fe2e65d

Browse files
committed
Merge pull request #10 from auth0/1.x.x-dev
Updated JWT dependency
2 parents eb86e29 + 2d5cccc commit fe2e65d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ Modify your `composer.json` to add the following dependencies and run `composer
4040
~~~js
4141
{
4242
"require": {
43-
"firebase/php-jwt": "dev-master",
44-
"adoy/oauth2": "dev-master"
43+
"adoy/oauth2": "dev-master",
44+
"auth0/jwt-auth-bundle": "~1.1"
4545
}
4646
}
4747
~~~

0 commit comments

Comments
 (0)