mirror of
https://github.com/wallabag/wallabag.git
synced 2025-01-03 13:28:41 +00:00
Add monolog/monolog as prod dependency
This commit is contained in:
parent
fe88c0022c
commit
6306a336d4
3 changed files with 3 additions and 1 deletions
|
@ -77,5 +77,6 @@ return $config
|
||||||
], [ErrorType::UNUSED_DEPENDENCY])
|
], [ErrorType::UNUSED_DEPENDENCY])
|
||||||
->ignoreErrorsOnPackages([
|
->ignoreErrorsOnPackages([
|
||||||
'guzzlehttp/streams',
|
'guzzlehttp/streams',
|
||||||
|
'monolog/monolog',
|
||||||
], [ErrorType::PROD_DEPENDENCY_ONLY_IN_DEV])
|
], [ErrorType::PROD_DEPENDENCY_ONLY_IN_DEV])
|
||||||
;
|
;
|
||||||
|
|
|
@ -88,6 +88,7 @@
|
||||||
"lcobucci/jwt": "^4.3",
|
"lcobucci/jwt": "^4.3",
|
||||||
"mgargano/simplehtmldom": "^1.5",
|
"mgargano/simplehtmldom": "^1.5",
|
||||||
"mnapoli/piwik-twig-extension": "^3.0",
|
"mnapoli/piwik-twig-extension": "^3.0",
|
||||||
|
"monolog/monolog": "^2.9",
|
||||||
"nelmio/api-doc-bundle": "^4.20.0",
|
"nelmio/api-doc-bundle": "^4.20.0",
|
||||||
"nelmio/cors-bundle": "^2.4",
|
"nelmio/cors-bundle": "^2.4",
|
||||||
"ocramius/proxy-manager": "^2.1.1",
|
"ocramius/proxy-manager": "^2.1.1",
|
||||||
|
|
2
composer.lock
generated
2
composer.lock
generated
|
@ -4,7 +4,7 @@
|
||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "b4bed82c94eb29b60de00db6da3ddd89",
|
"content-hash": "fd1575854b97b1e24163f38d94437f04",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "babdev/pagerfanta-bundle",
|
"name": "babdev/pagerfanta-bundle",
|
||||||
|
|
Loading…
Reference in a new issue