mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-10 19:11:01 +00:00
Add guzzlehttp/streams as prod dependency
This commit is contained in:
parent
ebf95e534b
commit
fe88c0022c
3 changed files with 5 additions and 1 deletions
|
@ -75,4 +75,7 @@ return $config
|
||||||
'wallabag/rulerz-bundle',
|
'wallabag/rulerz-bundle',
|
||||||
'willdurand/hateoas-bundle',
|
'willdurand/hateoas-bundle',
|
||||||
], [ErrorType::UNUSED_DEPENDENCY])
|
], [ErrorType::UNUSED_DEPENDENCY])
|
||||||
|
->ignoreErrorsOnPackages([
|
||||||
|
'guzzlehttp/streams',
|
||||||
|
], [ErrorType::PROD_DEPENDENCY_ONLY_IN_DEV])
|
||||||
;
|
;
|
||||||
|
|
|
@ -77,6 +77,7 @@
|
||||||
"friendsofsymfony/user-bundle": "^3.2.1",
|
"friendsofsymfony/user-bundle": "^3.2.1",
|
||||||
"guzzlehttp/guzzle": "^5.3.4",
|
"guzzlehttp/guzzle": "^5.3.4",
|
||||||
"guzzlehttp/psr7": "^2.6.2",
|
"guzzlehttp/psr7": "^2.6.2",
|
||||||
|
"guzzlehttp/streams": "^3.0",
|
||||||
"html2text/html2text": "^4.3.1",
|
"html2text/html2text": "^4.3.1",
|
||||||
"incenteev/composer-parameter-handler": "^2.2",
|
"incenteev/composer-parameter-handler": "^2.2",
|
||||||
"j0k3r/graby": "^2.4.5",
|
"j0k3r/graby": "^2.4.5",
|
||||||
|
|
2
composer.lock
generated
2
composer.lock
generated
|
@ -4,7 +4,7 @@
|
||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "5fd785da47842a65daf338ff4369bc67",
|
"content-hash": "b4bed82c94eb29b60de00db6da3ddd89",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "babdev/pagerfanta-bundle",
|
"name": "babdev/pagerfanta-bundle",
|
||||||
|
|
Loading…
Reference in a new issue