From 230da358913907d6802a9d9242f226b8b1af9c88 Mon Sep 17 00:00:00 2001 From: Alican Ali <44370554+AliAlican@users.noreply.github.com> Date: Wed, 19 Feb 2020 15:46:47 +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 6a4791b..f0f0d8a 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ ], "require": { "php": ">=5.3.0", - "illuminate/support": "4.*", + "illuminate/support": "4.* || ^6.0", "sly/notification-pusher": "2.*" }, "autoload": {