diff options
| author | Robert Treat | 2019-09-28 20:56:26 +0000 |
|---|---|---|
| committer | Robert Treat | 2019-09-28 20:56:26 +0000 |
| commit | 450f15b850b09d189b518177b69c9f77c4cf0206 (patch) | |
| tree | 48cd49c3fe541106cb0a34702d54dba2b6a2a0cb | |
| parent | 21489cdcd8ee27aaf59cee1e2bba725aedc71829 (diff) | |
Bump minimum supported PHP version to 7.1
| -rw-r--r-- | libraries/lib.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/lib.inc.php b/libraries/lib.inc.php index 551828fd..66edf8e9 100644 --- a/libraries/lib.inc.php +++ b/libraries/lib.inc.php @@ -20,7 +20,7 @@ // PostgreSQL and PHP minimum version $postgresqlMinVer = '7.4'; - $phpMinVer = '5.0'; + $phpMinVer = '7.1'; // Check the version of PHP if (version_compare(phpversion(), $phpMinVer, '<')) |
