Skip to content

Commit

Permalink
Add Laravel 5.5 support
Browse files Browse the repository at this point in the history
  • Loading branch information
srmklive committed Sep 1, 2017
1 parent 9fc2af5 commit f4674c3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,16 @@
"nesbot/carbon": "~1.2",
"illuminate/support": "~5.1|~5.2|~5.3|~5.4|~5.5"
},
"extra": {
"laravel": {
"providers": [
"Srmklive\\Authy\\Providers\\AuthyServiceProvider"
],
"aliases": {
"Authy": "Srmklive\\Authy\\Facades\\Authy"
}
}
},
"autoload":{
"psr-4": {
"Srmklive\\Authy\\": "src/"
Expand Down

0 comments on commit f4674c3

Please sign in to comment.