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])
;

View file

@ -88,6 +88,7 @@
"lcobucci/jwt": "^4.3",
"mgargano/simplehtmldom": "^1.5",
"mnapoli/piwik-twig-extension": "^3.0",
"monolog/monolog": "^2.9",
"nelmio/api-doc-bundle": "^4.20.0",
"nelmio/cors-bundle": "^2.4",
"ocramius/proxy-manager": "^2.1.1",

2
composer.lock generated
View file

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "b4bed82c94eb29b60de00db6da3ddd89",
"content-hash": "fd1575854b97b1e24163f38d94437f04",
"packages": [
{
"name": "babdev/pagerfanta-bundle",