Add guzzlehttp/streams as prod dependency

This commit is contained in:
Yassine Guedidi 2024-03-30 01:33:49 +01:00
parent ebf95e534b
commit fe88c0022c
3 changed files with 5 additions and 1 deletions

View file

@ -75,4 +75,7 @@ return $config
'wallabag/rulerz-bundle',
'willdurand/hateoas-bundle',
], [ErrorType::UNUSED_DEPENDENCY])
->ignoreErrorsOnPackages([
'guzzlehttp/streams',
], [ErrorType::PROD_DEPENDENCY_ONLY_IN_DEV])
;

View file

@ -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",

2
composer.lock generated
View file

@ -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",