diff --git a/composer-dependency-analyser.php b/composer-dependency-analyser.php index 8a778481a..9cbddfd0f 100644 --- a/composer-dependency-analyser.php +++ b/composer-dependency-analyser.php @@ -75,4 +75,7 @@ return $config 'wallabag/rulerz-bundle', 'willdurand/hateoas-bundle', ], [ErrorType::UNUSED_DEPENDENCY]) + ->ignoreErrorsOnPackages([ + 'guzzlehttp/streams', + ], [ErrorType::PROD_DEPENDENCY_ONLY_IN_DEV]) ; diff --git a/composer.json b/composer.json index 7ac98501d..e65e08d66 100644 --- a/composer.json +++ b/composer.json @@ -77,6 +77,7 @@ "friendsofsymfony/user-bundle": "^3.2.1", "guzzlehttp/guzzle": "^5.3.4", "guzzlehttp/psr7": "^2.6.2", + "guzzlehttp/streams": "^3.0", "html2text/html2text": "^4.3.1", "incenteev/composer-parameter-handler": "^2.2", "j0k3r/graby": "^2.4.5", diff --git a/composer.lock b/composer.lock index 07eb37405..5e1860786 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "5fd785da47842a65daf338ff4369bc67", + "content-hash": "b4bed82c94eb29b60de00db6da3ddd89", "packages": [ { "name": "babdev/pagerfanta-bundle",