From b432dc2a4a203130cc8861181d540f64f77a90a5 Mon Sep 17 00:00:00 2001 From: LL-Etiane Date: Fri, 14 Apr 2023 05:52:55 +0100 Subject: [PATCH] feat: updates the required php version to be any php version above 7.2 and also updates the illuminate support to take ver 10 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 001075c..8ae0d1c 100755 --- a/composer.json +++ b/composer.json @@ -11,8 +11,8 @@ ], "minimum-stability": "stable", "require": { - "php": "^7.2|^8.0|^8.3", - "illuminate/support": "^5.0|^6.0|^7.0|^8.0|^9.0" + "php": ">=7.2", + "illuminate/support": "^5.0|^6.0|^7.0|^8.0|^9.0|^10.0" }, "require-dev": { "phpunit/phpunit" : "^8.3",