From 1390ed7d3ef261aeb78d3f1ecac0398a30ad95e6 Mon Sep 17 00:00:00 2001 From: Jordan Hall Date: Mon, 29 Jun 2020 14:52:16 +0100 Subject: [PATCH] Add support for Laravel 6 and 7 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 5bf7cb5..3ce05b6 100644 --- a/composer.json +++ b/composer.json @@ -17,8 +17,8 @@ }, "require": { "divineomega/uxdm": "^3.0.0", - "illuminate/support": "^5.1", - "illuminate/database": "^5.1" + "illuminate/support": "^5.1||^6.0||^7.0", + "illuminate/database": "^5.1||^6.0||^7.0" }, "autoload": { "psr-4": {