Use PSR-3 LoggerInterface to allow custom logging implementations.
Note that all deprecated code will be removed in the near future!
Showing
... | ... | @@ -28,6 +28,7 @@ |
"ext-curl": "*", | ||
"ext-json": "*", | ||
"ext-mbstring": "*", | ||
"psr/log": "^1.1", | ||
"monolog/monolog": "^1.24", | ||
"guzzlehttp/guzzle": "^6.3" | ||
}, | ||
... | ... |
This diff is collapsed.
Please register or sign in to comment