]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Lock guzzle-site-authenticator to avoid error 3124/head
authorJeremy Benoist <jeremy.benoist@gmail.com>
Tue, 16 May 2017 21:34:42 +0000 (23:34 +0200)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Tue, 16 May 2017 21:34:42 +0000 (23:34 +0200)
composer.json
var/SymfonyRequirements.php

index 7f16e6910d5c09cbc37baa488921b6b30bde6236..9336e801b4147482f32fcd32a17975c3830afd8b 100644 (file)
@@ -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",
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',