aboutsummaryrefslogtreecommitdiff
path: root/constants.php
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2021-06-07 17:53:47 +0200
committerGravatar GitHub <noreply@github.com> 2021-06-07 17:53:47 +0200
commit483b6eb33357540f96dfd36695254475ae15c5f8 (patch)
tree6ea70f3fdb0449760948a0540bf66841b83140a0 /constants.php
parente02d1cd311cedd2a09e5fdf0db94ae2eb20efccc (diff)
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
Diffstat (limited to 'constants.php')
-rw-r--r--constants.php2
1 files changed, 1 insertions, 1 deletions
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.
//<Not customisable>
-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/');