From 50f76d5e610cf219a758f436aaa9a5298b29c587 Mon Sep 17 00:00:00 2001 From: Roy Duineveld Date: Fri, 8 Sep 2023 10:18:12 +0200 Subject: [PATCH] Laravel 10 support --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 479d139..169e893 100644 --- a/composer.json +++ b/composer.json @@ -18,8 +18,8 @@ "prefer-stable": true, "require": { "php": "^8.0|^8.1", - "illuminate/support": "^9.0", - "illuminate/view": "^9.0", + "illuminate/support": "^9.0|^10.0", + "illuminate/view": "^9.0|^10.0", "rapidez/core": "~0.54|^1.0" }, "autoload": {