1
0
Fork 0
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:
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])
;