mirror of
https://github.com/wallabag/wallabag.git
synced 2025-06-27 16:36:00 +00:00
Composer 2.3 isn't compatible with wallabag
This commit is contained in:
parent
287eba084a
commit
fea2b46496
6 changed files with 12 additions and 4 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue