mirror of
https://github.com/grocy/grocy.git
synced 2026-04-05 20:36:15 +02:00
Added ctype requirement to PrerequisiteChecker
This commit is contained in:
parent
e3504464e5
commit
a4a4cfc3ae
|
|
@ -4,7 +4,7 @@ class ERequirementNotMet extends Exception
|
|||
{
|
||||
}
|
||||
|
||||
const REQUIRED_PHP_EXTENSIONS = ['fileinfo', 'pdo_sqlite', 'gd'];
|
||||
const REQUIRED_PHP_EXTENSIONS = ['fileinfo', 'pdo_sqlite', 'gd', 'ctype']];
|
||||
const REQUIRED_SQLITE_VERSION = '3.8.3';
|
||||
|
||||
class PrerequisiteChecker
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user