Skip to content

Commit

Permalink
adding package auto-discovery to composer.json #229
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinkhill committed May 10, 2018
1 parent f76ec38 commit 049a368
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 @@ -59,6 +59,16 @@
"lavajs:pull" : "git subtree --prefix=javascript pull lavajs master",
"lavajs:push" : "git subtree --prefix=javascript push lavajs master"
},
"extra": {
"laravel": {
"providers": [
"Khill\\Lavacharts\\Laravel\\LavachartsServiceProvider"
],
"aliases": {
"Lava": "Khill\\Lavacharts\\Laravel\\LavachartsFacade"
}
}
},
"config": {
"platform": {
"php": "5.4"
Expand Down

0 comments on commit 049a368

Please sign in to comment.