mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-25 18:41:05 +00:00
Ignore error on symfony/http-client
This commit is contained in:
parent
79541b0561
commit
9a1eb323c5
1 changed files with 1 additions and 0 deletions
|
@ -79,5 +79,6 @@ return $config
|
||||||
'guzzlehttp/streams',
|
'guzzlehttp/streams',
|
||||||
'monolog/monolog',
|
'monolog/monolog',
|
||||||
'symfony/filesystem',
|
'symfony/filesystem',
|
||||||
|
'symfony/http-client',
|
||||||
], [ErrorType::PROD_DEPENDENCY_ONLY_IN_DEV])
|
], [ErrorType::PROD_DEPENDENCY_ONLY_IN_DEV])
|
||||||
;
|
;
|
||||||
|
|
Loading…
Reference in a new issue