From 449955f282e6d30eb6e4083e49b1b899867e4258 Mon Sep 17 00:00:00 2001 From: Vu Duy Khanh Date: Mon, 23 Oct 2023 07:52:53 +0000 Subject: [PATCH] Update composer.json --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 5a6f02a..45d085a 100644 --- a/composer.json +++ b/composer.json @@ -22,8 +22,8 @@ } ], "require": { - "illuminate/database": "^8.83|^9.0.1", - "illuminate/support": "^8.83|^9.0.1" + "illuminate/database": "^8.83||^9.0.1||^10.0", + "illuminate/support": "^8.83||^9.0.1||^10.0" }, "require-dev": { "laravel/legacy-factories": "^1.3",