Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
lloricode authored Jan 10, 2018
1 parent 787f0b9 commit 686564b
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,19 @@
}
],
"minimum-stability": "dev",
"require": {},
"require": {

},
"extra": {
"laravel": {
"providers": [
"Lloricode\\LaravelHtmlTable\\LaravelHtmlTableProvider"
],
"aliases": {
"Table": "Lloricode\\LaravelHtmlTable\\LaravelHtmlTableFacade"
}
}
},
"autoload": {
"psr-4": {
"Lloricode\\LaravelHtmlTable\\": "src/"
Expand Down

0 comments on commit 686564b

Please sign in to comment.