From f6abf72ee11ad8d0928afd3f5d50587b6bcdde66 Mon Sep 17 00:00:00 2001 From: Navid Sedehi Date: Sat, 13 May 2023 21:48:33 +0330 Subject: [PATCH] Update composer.json --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index e166576..d88957e 100644 --- a/composer.json +++ b/composer.json @@ -18,8 +18,8 @@ ], "require": { "php": ">=7.1.3", - "illuminate/database": "^5.6.0|^5.7.0|^5.8.0|^6.0.0|^7.0.0|^8.0.0|^9.0.0", - "illuminate/support": "^5.6.0|^5.7.0|^5.8.0|^6.0.0|^7.0.0|^8.0.0|^9.0.0", + "illuminate/database": ">=5.6.0", + "illuminate/support": ">=5.6.0", "nesbot/carbon": "^1.21 || ^2.0", "morilog/jalali": "3.*" },