From 60c6f80bb00a5a95af0b567901d42f00da5fc8b9 Mon Sep 17 00:00:00 2001 From: "P. K. Tharindu" Date: Thu, 16 Nov 2023 09:48:30 +0530 Subject: [PATCH] Laravel 10 support --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 92d0041..aaa152f 100644 --- a/composer.json +++ b/composer.json @@ -9,8 +9,8 @@ ], "require": { "php": "^7.4|^8.0", - "illuminate/support": "^8.0|^9.0", - "illuminate/database": "^8.0|^9.0", + "illuminate/support": "^8.0|^9.0|^10.0", + "illuminate/database": "^8.0|^9.0|^10.0", "tectonic/localisation": "^3.0" }, "require-dev": {