]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - var/SymfonyRequirements.php
Lock guzzle-site-authenticator to avoid error
[github/wallabag/wallabag.git] / var / SymfonyRequirements.php
index 7e7a99de92d58a6cca19a9884165d5bbb4073a37..3b14a4022d4324a35c42e6f9b8d91150053fedc2 100644 (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',