Skip to content

Commit 5968acf

Browse files
committed
Merge pull request #14 from auth0/2.x.x-dev
updated jwt dependency
2 parents 3d6b5d7 + 629e2f0 commit 5968acf

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ If you are working with an older version (Laravel 4.x) you need to point to comp
99

1010
##BC breaks on auth0-php 1.0.0
1111

12-
The latest version of auth0-php has BC breaks.
12+
The latest version of auth0-php has BC breaks.
1313

1414
Besides, laravel-auth0 has full BC, we recommend to check the changes in case you were using it directly. Read the [auth0-php README](https://github.com/auth0/Auth0-PHP).
1515

@@ -27,7 +27,6 @@ NOTE: Some plugin dependencies are not tagged, so you have to either change the
2727

2828
```js
2929
"adoy/oauth2": "dev-master",
30-
"firebase/php-jwt" : "dev-master",
3130
"illuminate/contracts": "5.*"
3231
```
3332

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
"illuminate/support": "5.*",
88
"auth0/auth0-php": "~1.0",
99
"adoy/oauth2": "dev-master",
10-
"illuminate/contracts": "5.*",
11-
"firebase/php-jwt" : "dev-master"
10+
"illuminate/contracts": "5.*"
1211
},
1312
"autoload": {
1413
"classmap": [

0 commit comments

Comments
 (0)