Skip to content

Commit

Permalink
Update ES to version 6
Browse files Browse the repository at this point in the history
  • Loading branch information
intelligide committed Dec 3, 2017
1 parent 97deb01 commit 1e647e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"require": {
"php": ">=5.6.4",
"laravel/scout": "^3.0",
"elasticsearch/elasticsearch": "^5.0"
"elasticsearch/elasticsearch": "^6.0"
},
"require-dev": {
"fzaninotto/faker": "~1.4",
Expand All @@ -23,7 +23,7 @@
}
},
"suggest": {
"elasticsearch/elasticsearch": "Required to use the Elasticsearch engine (^5.0)."
"elasticsearch/elasticsearch": "Required to use the Elasticsearch engine (^6.0)."
},
"extra": {
"laravel": {
Expand Down

0 comments on commit 1e647e0

Please sign in to comment.