Skip to content
This repository was archived by the owner on Nov 4, 2021. It is now read-only.

Commit 2b3232d

Browse files
committed
ElasticSearch 6 version support
1 parent f542a0a commit 2b3232d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ The package has been tested in the following configuration:
5151

5252
* PHP version >= 7.0
5353
* Laravel Framework version >= 5.5
54-
* Elasticsearch version >= 5.5
54+
* Elasticsearch version >= 6
5555

5656
## Installation
5757

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
}
2222
],
2323
"require": {
24-
"elasticsearch/elasticsearch": "^5.1",
24+
"elasticsearch/elasticsearch": "^6.0",
2525
"laravel/scout": "^3.0"
2626
},
2727
"autoload": {

0 commit comments

Comments
 (0)