mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-23 05:27:59 +01:00
28 lines
681 B
JSON
28 lines
681 B
JSON
|
{
|
||
|
"name": "filp/whoops",
|
||
|
"license": "MIT",
|
||
|
"description": "php error handling for cool kids",
|
||
|
"version": "1.0.6",
|
||
|
"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": "dev-master",
|
||
|
"silex/silex": "1.0.*@dev"
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-0": {
|
||
|
"Whoops": "src/"
|
||
|
}
|
||
|
}
|
||
|
}
|