From ab5e411b072c062b0a144db504e6a1392cbc079b Mon Sep 17 00:00:00 2001 From: Juan Diaz Date: Tue, 31 Mar 2020 17:34:45 -0500 Subject: [PATCH] update version laravel suppor --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 6ba0471..621261f 100644 --- a/composer.json +++ b/composer.json @@ -18,8 +18,8 @@ ], "require": { "php": ">=7.0", - "illuminate/support": "~5", - "illuminate/broadcasting": "^5.4", + "illuminate/support": "~5 | ~6 | ~7", + "illuminate/broadcasting": "~5 | ~6 | ~7", "wisembly/elephant.io": "^3.3" }, "autoload": {