Skip to content

Commit

Permalink
Fixes #183 - add Laravel auto discovery package support
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Fairchild committed Jul 29, 2018
1 parent 7df6bcd commit 9a2b336
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 @@ -33,5 +33,12 @@
"psr-0": {
"Infusionsoft": ["src", "tests"]
}
},
"extra": {
"laravel": {
"providers": [
"Infusionsoft\\FrameworkSupport\\Laravel\\InfusionsoftServiceProvider"
]
}
}
}

0 comments on commit 9a2b336

Please sign in to comment.