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.

32 lines
725 B

{
"name": "mensbeam/catcher",
"description": "Catches exceptions, errors, and shutdowns",
"type": "library",
"license": "MIT",
"autoload": {
"psr-4": {
"MensBeam\\": "lib/"
}
},
"autoload-dev": {
"psr-4": {
"MensBeam\\Catcher\\Test\\": "tests/lib/"
}
},
"authors": [
{
"name": "Dustin Wilson",
"email": "dustin@dustinwilson.com"
}
],
"require": {
"php": ">=8.1",
"psr/log": "^3.0",
"mensbeam/self-sealing-callable": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^10",
"phake/phake": "^4.4",
"mikey179/vfsstream": "^1.6"
}
}