32 lines
740 B
JSON
32 lines
740 B
JSON
{
|
|
"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"
|
|
},
|
|
"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"
|
|
}
|
|
}
|