Skip to content
This repository has been archived by the owner on Feb 5, 2023. It is now read-only.

Commit

Permalink
Enable Laravel5.5 package Auto-Discovery (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
kronthto authored and ErickTamayo committed Sep 27, 2017
1 parent 52a464a commit 12c8d2f
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 @@ -25,6 +25,13 @@
"suggest": {
"elasticsearch/elasticsearch": "Required to use the Elasticsearch engine (^5.0)."
},
"extra": {
"laravel": {
"providers": [
"ScoutEngines\\Elasticsearch\\ElasticsearchProvider"
]
}
},
"minimum-stability": "dev",
"prefer-stable": true
}

0 comments on commit 12c8d2f

Please sign in to comment.