1
0
Fork 0
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:
Jeremy Benoist 2022-04-01 16:09:59 +02:00
parent 287eba084a
commit fea2b46496
No known key found for this signature in database
GPG key ID: BCA73962457ACC3C
6 changed files with 12 additions and 4 deletions

View file

@ -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',