use Monolog via composer instead of our own implementation, @TODO MySQL logging-handler
Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
@@ -42,7 +42,8 @@
|
||||
"ext-json" : "*",
|
||||
"ext-openssl": "*",
|
||||
"mso/idna-convert" : "1.*",
|
||||
"phpmailer/phpmailer": "~6.0"
|
||||
"phpmailer/phpmailer": "~6.0",
|
||||
"monolog/monolog": "^1.24"
|
||||
},
|
||||
"require-dev" : {
|
||||
"phpunit/phpunit" : "6.5.13",
|
||||
|
||||
Reference in New Issue
Block a user