From 3134b5556ec6682d5463b92842ad60711fbf955f Mon Sep 17 00:00:00 2001 From: Igor Rjabinin Date: Sat, 2 May 2020 08:16:56 +0200 Subject: [PATCH 1/2] l6 compatiiblity --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index d153f0e..0a07211 100644 --- a/composer.json +++ b/composer.json @@ -12,9 +12,9 @@ ], "require": { "php": ">=5.4.0", - "illuminate/support": "5.*", - "illuminate/database": "5.*", - "elasticsearch/elasticsearch": "~1.0" + "illuminate/support": "6.*", + "illuminate/database": "6.*", + "elasticsearch/elasticsearch": "7.2" }, "autoload": { "psr-0": { From cc2a043d4756e830da3a1b2e9ea4d17ce685d160 Mon Sep 17 00:00:00 2001 From: Igor Rjabinin Date: Sat, 2 May 2020 19:28:53 +0200 Subject: [PATCH 2/2] fix getElasticClient() --- src/Fadion/Bouncy/BouncyTrait.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Fadion/Bouncy/BouncyTrait.php b/src/Fadion/Bouncy/BouncyTrait.php index 5aab6b2..88cd73b 100644 --- a/src/Fadion/Bouncy/BouncyTrait.php +++ b/src/Fadion/Bouncy/BouncyTrait.php @@ -1,6 +1,7 @@ setHosts(config('elasticsearch.hosts'))->build(); + } }