Skip to content

Commit

Permalink
Added laravel auto-discovery to composer.
Browse files Browse the repository at this point in the history
  • Loading branch information
olsgreen committed Feb 5, 2018
1 parent c6d8adb commit 01efa6f
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 @@ -28,6 +28,13 @@
"BoxedCode\\Laravel\\Scout\\Test\\": "tests"
}
},
"extra": {
"laravel": {
"providers": [
"BoxedCode\\Laravel\\Scout\\DatabaseEngineServiceProvider"
]
}
},
"minimum-stability": "dev",
"prefer-stable": true
}

0 comments on commit 01efa6f

Please sign in to comment.