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.

32 lines
700 B

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