32 lines
725 B
JSON
32 lines
725 B
JSON
{
|
|
"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": "^11",
|
|
"phake/phake": "^4.4",
|
|
"mikey179/vfsstream": "^1.6"
|
|
}
|
|
}
|