Skip to content

Commit 488002a

Browse files
committed
Update README.md
1 parent 25a96da commit 488002a

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,18 @@ This plugin helps you integrate your Laravel WebApp with [Auth0](https://auth0.c
66
To install this plugin add the following dependency to your composer.json
77

88
```js
9-
"auth0/laravel-auth0" : "1.0.3"
9+
"auth0/login" : "1.0.4"
1010
```
1111

1212
and run `composer update`
1313

14+
NOTE: The plugin dependencies are not tagged, so you have to either change the `minimum-stability` to `dev` or you have to add the dependencies manually.
15+
16+
```js
17+
"adoy/oauth2": "dev-master",
18+
"firebase/php-jwt" : "dev-master"
19+
```
20+
1421
### 2. Enable it in Laravel
1522
Add the following in the list of the services providers, located in `app/config/app.php`
1623

0 commit comments

Comments
 (0)