Raise minimum/tested runtime requirements (references #1209)

This commit is contained in:
Bernd Bestel
2020-12-22 21:54:49 +01:00
parent 5f09d4def1
commit f1efd08bc6
4 changed files with 6 additions and 3 deletions

View File

@@ -5,7 +5,7 @@ class ERequirementNotMet extends Exception
}
const REQUIRED_PHP_EXTENSIONS = ['fileinfo', 'pdo_sqlite', 'gd', 'ctype'];
const REQUIRED_SQLITE_VERSION = '3.8.3';
const REQUIRED_SQLITE_VERSION = '3.9.0';
class PrerequisiteChecker
{