From a8e5be767ba8d747d3a46c0b9805a25cfb9860d1 Mon Sep 17 00:00:00 2001 From: Tobias Kronthaler Date: Sun, 22 Apr 2018 04:42:44 +0200 Subject: [PATCH] Allow installation with Scout 4 (#99) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 88f4583..348187d 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "keywords": ["laravel", "scout", "elasticsearch", "elastic"], "require": { "php": ">=5.6.4", - "laravel/scout": "^3.0", + "laravel/scout": "^3.0|^4.0", "elasticsearch/elasticsearch": "^5.0" }, "require-dev": {