From 827004b8895a1bc08ec370e2da2ce07842b6a350 Mon Sep 17 00:00:00 2001 From: appu <apparao@vtiger.com> Date: Thu, 25 Jan 2024 19:07:11 +0530 Subject: [PATCH] Updated php verison in composer to fix PHP Compatibiliy issues in other dependent libraries --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index c8b1e390c..cb2213fa3 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ }, "minimum-stability": "stable", "require": { - "php": ">=7.2.0", + "php": ">=8.1", "ext-mysqli": "*", "ext-imap": "*", "ext-curl": "*", -- GitLab