A Throwable catcher and error handling library 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.

25 lines
557 B

{
"name": "mensbeam/catcher",
"description": "Catches exceptions, errors, and shutdowns",
"type": "library",
"license": "MIT",
"autoload": {
"psr-4": {
"Mensbeam\\Framework\\": "lib/",
"Mensbeam\\Framework\\Test\\": "test/"
}
},
"authors": [
{
"name": "Dustin Wilson",
"email": "dustin@dustinwilson.com"
}
],
"require": {
"php": ">=8.1",
"psr/log": "^3.0"
},
"suggest": {
"ext-dom": "For HTMLHandler"
}
}