From: Jeremy Benoist Date: Tue, 16 May 2017 21:34:42 +0000 (+0200) Subject: Lock guzzle-site-authenticator to avoid error X-Git-Tag: 2.2.3~3^2 X-Git-Url: https://git.immae.eu/?p=github%2Fwallabag%2Fwallabag.git;a=commitdiff_plain;h=8581fcae90b2504d08ee39f617d63472cf02ac30 Lock guzzle-site-authenticator to avoid error --- diff --git a/composer.json b/composer.json index 7f16e691..9336e801 100644 --- a/composer.json +++ b/composer.json @@ -84,7 +84,7 @@ "javibravo/simpleue": "^1.0", "symfony/dom-crawler": "^3.1", "friendsofsymfony/jsrouting-bundle": "^1.6", - "bdunogier/guzzle-site-authenticator": "dev-master" + "bdunogier/guzzle-site-authenticator": "1.0.0-beta1" }, "require-dev": { "doctrine/doctrine-fixtures-bundle": "~2.2", 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',