Skip to content

Commit

Permalink
Merge pull request #88 from designmynight/support-for-es-version-6
Browse files Browse the repository at this point in the history
Support for Elasticsearch 6.*
  • Loading branch information
jmosul authored Sep 4, 2019
2 parents 66b8aff + d2b5c3b commit 31924f6
Show file tree
Hide file tree
Showing 22 changed files with 1,472 additions and 1,332 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"license" : "MIT",
"require": {
"php": "^7.1",
"elasticsearch/elasticsearch": "^5.2",
"ext-json": "*",
"elasticsearch/elasticsearch": "^6.7",
"laravel/framework": "^5.7"
},
"require-dev": {
Expand Down
Loading

0 comments on commit 31924f6

Please sign in to comment.