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.

33 lines
813 B

{
"name": "mensbeam/catcher",
"description": "Catches exceptions, errors, and shutdowns",
"type": "library",
"license": "MIT",
"autoload": {
"psr-4": {
"MensBeam\\Foundation\\": "lib/"
}
},
"authors": [
{
"name": "Dustin Wilson",
"email": "dustin@dustinwilson.com"
}
],
"require": {
"php": ">=8.1",
"psr/log": "^3.0"
},
"suggest": {
"ext-dom": "For HTMLHandler",
"ext-pcntl": "For allowing catching of notices, warnings, etc."
},
"require-dev": {
"ext-dom": "*",
"mensbeam/html-dom": "^1.0",
"phpunit/phpunit": "^9.5",
"nikic/php-parser": "^4.15",
"eloquent/phony-phpunit": "^7.1",
"symfony/yaml": "^6.2"
}
}