From 483b6eb33357540f96dfd36695254475ae15c5f8 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Mon, 7 Jun 2021 17:53:47 +0200 Subject: Drop PHP5 and IE11 (#3666) * Drop PHP5 and IE11 https://github.com/FreshRSS/FreshRSS/discussions/3321 Our Docker :oldest is now based on Alpine 3.5 (2016-12-22) * More uniform * More changelog --- constants.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'constants.php') diff --git a/constants.php b/constants.php index 5db249ecc..d4435570a 100644 --- a/constants.php +++ b/constants.php @@ -2,7 +2,7 @@ //NB: Do not edit; use ./constants.local.php instead. // -define('FRESHRSS_MIN_PHP_VERSION', '5.6.0'); +define('FRESHRSS_MIN_PHP_VERSION', '7.0.0'); define('FRESHRSS_VERSION', '1.19.0-dev'); define('FRESHRSS_WEBSITE', 'https://freshrss.org'); define('FRESHRSS_WIKI', 'https://freshrss.github.io/FreshRSS/'); -- cgit v1.2.3