From 8581fcae90b2504d08ee39f617d63472cf02ac30 Mon Sep 17 00:00:00 2001 From: Jeremy Benoist Date: Tue, 16 May 2017 23:34:42 +0200 Subject: Lock guzzle-site-authenticator to avoid error --- var/SymfonyRequirements.php | 6 ------ 1 file changed, 6 deletions(-) (limited to 'var/SymfonyRequirements.php') diff --git a/var/SymfonyRequirements.php b/var/SymfonyRequirements.php index 7e7a99de..3b14a402 100644 --- a/var/SymfonyRequirements.php +++ b/var/SymfonyRequirements.php @@ -633,12 +633,6 @@ class SymfonyRequirements extends RequirementCollection 'Install and enable the mbstring extension.' ); - $this->addRecommendation( - function_exists('iconv'), - 'iconv() should be available', - 'Install and enable the iconv extension.' - ); - $this->addRecommendation( function_exists('utf8_decode'), 'utf8_decode() should be available', -- cgit v1.2.3