From ae12285af7aeb88946bf43676d6c36c52c12b5bb Mon Sep 17 00:00:00 2001 From: Matthias Lotze Date: Tue, 21 Feb 2023 09:33:41 +0100 Subject: [PATCH] use handcraftedinthealps/elasticsearch-dsl instead of ongr/elasticsearch-dsl --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f1432e9f..fdd260c4 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ "php": "^8.0.12|^8.1", "elasticsearch/elasticsearch": "^7.2", "laravel/scout": "^8.0|^9.0", - "ongr/elasticsearch-dsl": "^7.0", + "handcraftedinthealps/elasticsearch-dsl": "^7.0", "roave/better-reflection": "^4.3|^5.0" }, "require-dev": {