From 8170e226ecb93b76a9fe5a3b7c46dab1e36e9afe Mon Sep 17 00:00:00 2001 From: Lorenzo Yario Date: Thu, 9 May 2024 23:30:07 -0700 Subject: [PATCH] we don't need vichan to require two versions of php. removed redundant 5.6. --- install.php | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/install.php b/install.php index eeab3b0b..e21e8a30 100644 --- a/install.php +++ b/install.php @@ -1,7 +1,7 @@ true, 'message' => 'vichan requires PHP 7.4 or better.', ), - array( - 'category' => 'PHP', - 'name' => 'PHP ≥ 5.6', - 'result' => PHP_VERSION_ID >= 50600, - 'required' => false, - 'message' => 'vichan works best on PHP 5.6 or better.', - ), array( 'category' => 'PHP', 'name' => 'mbstring extension installed',