34 lines
772 B
JSON
34 lines
772 B
JSON
{
|
|
"name": "filp/whoops",
|
|
"license": "MIT",
|
|
"description": "php error handling for cool kids",
|
|
"keywords": ["library", "error", "handling", "exception", "silex-provider", "whoops", "zf2"],
|
|
"homepage": "https://github.com/filp/whoops",
|
|
"authors": [
|
|
{
|
|
"name": "Filipe Dobreira",
|
|
"homepage": "https://github.com/filp",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.3.0"
|
|
},
|
|
"require-dev": {
|
|
"mockery/mockery": "0.9.*"
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Whoops": "src/"
|
|
},
|
|
"classmap": [
|
|
"src/deprecated"
|
|
]
|
|
},
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.2-dev"
|
|
}
|
|
}
|
|
}
|