1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-06-27 16:36:00 +00:00

Lock guzzle-site-authenticator to avoid error

This commit is contained in:
Jeremy Benoist 2017-05-16 23:34:42 +02:00
parent 092ed4a787
commit 8581fcae90
No known key found for this signature in database
GPG key ID: BCA73962457ACC3C
2 changed files with 1 additions and 7 deletions

View file

@ -633,12 +633,6 @@ class SymfonyRequirements extends RequirementCollection
'Install and enable the <strong>mbstring</strong> extension.'
);
$this->addRecommendation(
function_exists('iconv'),
'iconv() should be available',
'Install and enable the <strong>iconv</strong> extension.'
);
$this->addRecommendation(
function_exists('utf8_decode'),
'utf8_decode() should be available',