Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Vidal authored Oct 16, 2017
1 parent 29e64e6 commit 1c1ee61
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,16 @@
"illuminate/support": "5.*",
"firebase/php-jwt": "~3.0|~4.0"
},
"extra": {
"laravel": {
"providers": [
"Paulvl\\JWTGuard\\Auth\\AuthServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"Paulvl\\JWTGuard\\": "src/"
}
}
}
}

0 comments on commit 1c1ee61

Please sign in to comment.