mirror of
https://github.com/grocy/grocy.git
synced 2025-04-29 01:32:38 +00:00
Fixed required SQLite version in PrerequisiteChecker
This commit is contained in:
parent
46c4cdb81a
commit
15f7ac3da0
@ -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
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user