From bc9065d6c5b82174167fcb96848438a3b9673381 Mon Sep 17 00:00:00 2001 From: Michael Moritz Date: Thu, 31 Oct 2019 17:20:52 +0100 Subject: [PATCH] Fix dependency on missing package Testing this I got: [InvalidArgumentException] Could not find package ruflin/elastica in a version matching dev-6.x-bugfix 6.x-dev seems to work so far --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 7ee9b30..77e44c1 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ "require": { "php": ">=7.0", "illuminate/support": "~5.8.18", - "ruflin/elastica": "dev-6.x-bugfix" + "ruflin/elastica": "6.x-dev" }, "require-dev": { "drupal/search_api": "^1.4",