Skip to content

Commit

Permalink
Support Auto-Discovery (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
Omranic authored and rap2hpoutre committed Jun 29, 2017
1 parent 29a5a36 commit 499263b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,12 @@
"Rap2hpoutre\\LaravelLogViewer\\": "src/"
}
},
"extra": {
"laravel": {
"providers": [
"Rap2hpoutre\\LaravelLogViewer\\LaravelLogViewerServiceProvider"
]
}
},
"minimum-stability": "stable"
}

0 comments on commit 499263b

Please sign in to comment.