A simple yet configurable logger for PHP
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
620 B

{
"name": "mensbeam/logger",
"description": "A simple yet configurable logger",
"type": "library",
"require": {
"php": ">=8.1",
"psr/log": "^3.0",
"mensbeam/filesystem": "^1.0",
"nikic/php-parser": "^4.15"
},
"license": "MIT",
"autoload": {
"psr-4": {
"MensBeam\\": "lib/"
}
},
"authors": [
{
"name": "Dustin Wilson",
"email": "dustin@dustinwilson.com"
}
],
"require-dev": {
"ext-pcov": "*",
"docopt/docopt": "^1.0",
"phpunit/phpunit": "^10.0"
}
}