{ "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" } }