Skip to content

Commit c9b9a94

Browse files
committed
Fix problem with classmap in composer.json
1 parent cf70cb6 commit c9b9a94

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ 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.2"
9+
"auth0/laravel-auth0" : "1.0.3"
1010
```
1111

1212
and run `composer update`

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
},
1818
"autoload": {
1919
"classmap": [
20-
"src/migrations",
2120
"src/controllers",
2221
"src/facade"
2322
],

0 commit comments

Comments
 (0)