We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf70cb6 commit c9b9a94Copy full SHA for c9b9a94
README.md
@@ -6,7 +6,7 @@ This plugin helps you integrate your Laravel WebApp with [Auth0](https://auth0.c
6
To install this plugin add the following dependency to your composer.json
7
8
```js
9
-"auth0/laravel-auth0" : "1.0.2"
+"auth0/laravel-auth0" : "1.0.3"
10
```
11
12
and run `composer update`
composer.json
@@ -17,7 +17,6 @@
17
},
18
"autoload": {
19
"classmap": [
20
- "src/migrations",
21
"src/controllers",
22
"src/facade"
23
],
0 commit comments