From f19db74986a00f264df327ee874c3249d5431a16 Mon Sep 17 00:00:00 2001 From: Lasse Rafn Date: Mon, 18 May 2020 11:25:19 +0100 Subject: [PATCH] Update composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index ceeb4bf..9f66bb5 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ ], "require": { "php": ">=5.4.0", - "illuminate/support": "5.*", + "illuminate/support": "5.*|6.*|7.*", "guzzlehttp/guzzle": "^6.2", "artisaninweb/laravel-soap": "^0.3" },