From 4ac818a2755b597c0af5af878a10d7302fd679b6 Mon Sep 17 00:00:00 2001 From: indykoning <15870933+indykoning@users.noreply.github.com> Date: Fri, 22 Sep 2023 14:22:09 +0200 Subject: [PATCH] Laravel 10 support --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index d69ab9b..b4ed8d3 100644 --- a/composer.json +++ b/composer.json @@ -18,10 +18,10 @@ "prefer-stable": true, "require": { "php": "^8.0|^8.1", - "illuminate/database": "^9.0", - "illuminate/support": "^9.0", - "illuminate/view": "^9.0", - "rapidez/core": "~0.57" + "illuminate/database": "^9.0|^10.0", + "illuminate/support": "^9.0|^10.0", + "illuminate/view": "^9.0|^10.0", + "rapidez/core": "~0.57|^1.0" }, "autoload": { "psr-4": {