From 08f23fb7d1c9532a13699fdbf7f3de9fd1382319 Mon Sep 17 00:00:00 2001 From: Amir Sadeghi Date: Thu, 16 Feb 2023 13:04:18 +0330 Subject: [PATCH] version 10 support --- composer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 1d536f22..ab9023df 100644 --- a/composer.json +++ b/composer.json @@ -17,11 +17,11 @@ "require": { "php": "^7.3|^8.0", "doctrine/dbal": ">=2.5", - "illuminate/support": ">=5.1", - "illuminate/database": ">=5.1", - "illuminate/contracts": ">=5.1", - "illuminate/filesystem": ">=5.1", - "illuminate/console": ">=5.1" + "illuminate/support": ">=5.1|^9.0|^10.0", + "illuminate/database": ">=5.1|^9.0|^10.0"", + "illuminate/contracts": ">=5.1|^9.0|^10.0"", + "illuminate/filesystem": ">=5.1|^9.0|^10.0"", + "illuminate/console": ">=5.1|^9.0|^10.0"" }, "require-dev": { "fzaninotto/faker": "~1.4",