Add monolog/monolog as prod dependency

This commit is contained in:
Yassine Guedidi
2024-03-30 01:35:04 +01:00
parent fe88c0022c
commit 6306a336d4
3 changed files with 3 additions and 1 deletions

View File

@ -77,5 +77,6 @@ return $config
], [ErrorType::UNUSED_DEPENDENCY])
->ignoreErrorsOnPackages([
'guzzlehttp/streams',
'monolog/monolog',
], [ErrorType::PROD_DEPENDENCY_ONLY_IN_DEV])
;