mirror of
https://github.com/wallabag/wallabag.git
synced 2025-06-27 16:36:00 +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',
|
||||
'willdurand/hateoas-bundle',
|
||||
], [ErrorType::UNUSED_DEPENDENCY])
|
||||
->ignoreErrorsOnPackages([
|
||||
'guzzlehttp/streams',
|
||||
], [ErrorType::PROD_DEPENDENCY_ONLY_IN_DEV])
|
||||
;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue