From 06cc360e215c138e0ba783b492a6cc61aee03da9 Mon Sep 17 00:00:00 2001 From: Alexandre Sadowski Date: Mon, 20 May 2019 14:01:22 +0200 Subject: [PATCH] update PHP version min require --- phpwpinfo.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/phpwpinfo.php b/phpwpinfo.php index 408be4b..08197cd 100644 --- a/phpwpinfo.php +++ b/phpwpinfo.php @@ -1,7 +1,7 @@ php_version, '>=' ) ) { - $this->html_table_row( 'PHP Version', $this->php_version, '> 5.4', $php_version, 'success' ); + $this->html_table_row( 'PHP Version', $this->php_version, '> 7.3', $php_version, 'success' ); } else { - $this->html_table_row( 'PHP Version', $this->php_version, '> 5.4', $php_version, 'error' ); + $this->html_table_row( 'PHP Version', $this->php_version, '> 7.3', $php_version, 'error' ); } // Test MYSQL Client extensions/version.