From 6fed3f3ef0a2675bf230bc70b5f0391bb00d674c Mon Sep 17 00:00:00 2001 From: Jordan Hall Date: Thu, 16 Feb 2023 08:07:23 +0000 Subject: [PATCH] Support for Laravel 9 and 10 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 48fbae1..f8b4ab4 100644 --- a/composer.json +++ b/composer.json @@ -17,8 +17,8 @@ }, "require": { "divineomega/uxdm": "^3.0.0||^4.0.0", - "illuminate/support": "^5.1||^6.0||^7.0||^8.0", - "illuminate/database": "^5.1||^6.0||^7.0||^8.0" + "illuminate/support": "^5.1||^6.0||^7.0||^8.0||^9.0||^10.0", + "illuminate/database": "^5.1||^6.0||^7.0||^8.0||^9.0||^10.0" }, "autoload": { "psr-4": {