{ "name": "yapro/monolog-ext", "type": "library", "description": "Very useful extensions for Monolog", "keywords": ["php", "error", "debug", "library", "monolog", "cascade", "monolog extension", "monolog plugin", "monolog utils", "logger", "log"], "license": "proprietary", "authors": [ { "name": "Lebedenko Nikolay", "email": "totx@ya.ru", "role": "Developer", "homepage": "http://yapro.ru" } ], "require": { "php": ">=8.0", "monolog/monolog": "^3" }, "autoload": { "psr-4": { "YaPro\\MonologExt\\": "src/" } }, "autoload-dev": { "psr-4": { "YaPro\\MonologExt\\Tests\\": "tests/" } }, "require-dev": { "phpunit/phpunit": "^9.5", "yapro/helpers": "^1.0" } }