mirror of
https://github.com/grocy/grocy.git
synced 2026-03-27 23:29:25 +01: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_PHP_VERSION = '8.1.0';
|
||||||
const REQUIRED_SQLITE_VERSION = '3.22.0';
|
const REQUIRED_SQLITE_VERSION = '3.34.0';
|
||||||
|
|
||||||
class PrerequisiteChecker
|
class PrerequisiteChecker
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user