forked from wallabag/wallabag
Composer 2.3 isn't compatible with wallabag
This commit is contained in:
@ -455,6 +455,12 @@ class SymfonyRequirements extends RequirementCollection
|
||||
);
|
||||
}
|
||||
|
||||
$this->addRequirement(
|
||||
function_exists('iconv'),
|
||||
'iconv() must be available',
|
||||
'Install and enable the <strong>iconv</strong> extension.'
|
||||
);
|
||||
|
||||
$this->addRequirement(
|
||||
function_exists('json_encode'),
|
||||
'json_encode() must be available',
|
||||
|
||||
Reference in New Issue
Block a user