From a516a5e94552d682dfa3bb08e1223026dc2b751b Mon Sep 17 00:00:00 2001 From: plegall Date: Mon, 2 Aug 2021 19:14:36 +0200 Subject: [PATCH] fixes #867 increase required PHP version to 7.0 --- include/constants.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/constants.php b/include/constants.php index b43878856..4e30efdd9 100644 --- a/include/constants.php +++ b/include/constants.php @@ -20,7 +20,7 @@ defined('PWG_COMBINED_DIR') or define('PWG_COMBINED_DIR', $conf['data_location'] defined('PWG_DERIVATIVE_DIR') or define('PWG_DERIVATIVE_DIR', $conf['data_location'].'i/'); // Required versions -define('REQUIRED_PHP_VERSION', '5.3.0'); +define('REQUIRED_PHP_VERSION', '7.0.0'); // Access codes define('ACCESS_FREE', 0);