Ignore error on symfony/http-client

This commit is contained in:
Yassine Guedidi 2024-03-30 01:47:14 +01:00
parent 79541b0561
commit 9a1eb323c5

View file

@ -79,5 +79,6 @@ return $config
'guzzlehttp/streams',
'monolog/monolog',
'symfony/filesystem',
'symfony/http-client',
], [ErrorType::PROD_DEPENDENCY_ONLY_IN_DEV])
;