Skip to content

Commit

Permalink
Added laravel 5.5 support for auto discover
Browse files Browse the repository at this point in the history
  • Loading branch information
ajmerainfo committed Aug 7, 2017
1 parent 56649b0 commit 1938caf
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 @@ -19,5 +19,15 @@
"Klaravel\\Ntrust\\": "src/Ntrust"
}
},
"extra": {
"laravel": {
"providers": [
"Klaravel\\Ntrust\\NtrustServiceProvider"
],
"aliases": {
"Ntrust": "Klaravel\\Ntrust\\NtrustFacade"
}
}
},
"minimum-stability": "dev"
}

0 comments on commit 1938caf

Please sign in to comment.