diff --git a/helpers/PrerequisiteChecker.php b/helpers/PrerequisiteChecker.php index f7c68f5f..caac8c3f 100644 --- a/helpers/PrerequisiteChecker.php +++ b/helpers/PrerequisiteChecker.php @@ -10,7 +10,7 @@ const REQUIRED_PHP_EXTENSIONS = ['fileinfo', 'pdo_sqlite', 'gd', 'ctype', 'json' ]; const REQUIRED_PHP_VERSION = '8.1.0'; -const REQUIRED_SQLITE_VERSION = '3.22.0'; +const REQUIRED_SQLITE_VERSION = '3.34.0'; class PrerequisiteChecker {