mirror of
https://github.com/filp/whoops.git
synced 2026-08-20 01:50:03 +00:00
36 lines
920 B
JSON
36 lines
920 B
JSON
{
|
|
"name": "filp/whoops",
|
|
"license": "MIT",
|
|
"description": "php error handling for cool kids",
|
|
"keywords": ["library", "error", "handling", "exception", "whoops", "zf2"],
|
|
"homepage": "https://github.com/filp/whoops",
|
|
"authors": [
|
|
{
|
|
"name": "Filipe Dobreira",
|
|
"homepage": "https://github.com/filp",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.5.9"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^4.8 || ^5.0",
|
|
"mockery/mockery": "0.9.*"
|
|
},
|
|
"suggest": {
|
|
"symfony/var-dumper": "Pretty print complex values better with var-dumper available",
|
|
"whoops/soap": "Formats errors as SOAP responses"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Whoops\\": "src/Whoops/"
|
|
}
|
|
},
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.0-dev"
|
|
}
|
|
}
|
|
}
|