From 05a21635819900cde4880c25dc27a3f8e345d893 Mon Sep 17 00:00:00 2001 From: Witold Wasiczko Date: Fri, 11 Jan 2019 11:40:03 +0100 Subject: [PATCH] Allow to install minor and release versions of elastic lib higher than 6.0.0 (#16) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 0ad3478..c2d54df 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ ], "require": { "php": "^7.0", - "elasticsearch/elasticsearch": "6.0.1" + "elasticsearch/elasticsearch": "^6.0.1" }, "require-dev": { "phpunit/phpunit": "^6.4",