{ "name": "filp/whoops", "license": "MIT", "description": "php error handling for cool kids", "keywords": ["library", "error", "handling", "exception", "whoops", "throwable"], "homepage": "https://filp.github.io/whoops/", "authors": [ { "name": "Filipe Dobreira", "homepage": "https://github.com/filp", "role": "Developer" } ], "scripts": { "test": "phpunit --testdox tests" }, "require": { "php": "^5.5.9 || ^7.0 || ^8.0", "psr/log": "^1.0.1 || ^2.0 || ^3.0" }, "require-dev": { "phpunit/phpunit": "^4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.3", "mockery/mockery": "^0.9 || ^1.0", "symfony/var-dumper": "^2.6 || ^3.0 || ^4.0 || ^5.0" }, "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/" } }, "autoload-dev": { "psr-4": { "Whoops\\": "tests/Whoops/" } }, "extra": { "branch-alias": { "dev-master": "2.7-dev" } } }
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
.git | Folder | 0755 |
|
|
.github | Folder | 0755 |
|
|
docs | Folder | 0755 |
|
|
examples | Folder | 0755 |
|
|
src | Folder | 0755 |
|
|
tests | Folder | 0755 |
|
|
.editorconfig | File | 262 B | 0644 |
|
.gitattributes | File | 324 B | 0644 |
|
.gitignore | File | 44 B | 0644 |
|
.mailmap | File | 72 B | 0644 |
|
.scrutinizer.yml | File | 234 B | 0644 |
|
.travis.yml | File | 1.06 KB | 0644 |
|
CHANGELOG.md | File | 2.54 KB | 0644 |
|
CONTRIBUTING.md | File | 957 B | 0644 |
|
LICENSE.md | File | 1.04 KB | 0644 |
|
README.md | File | 5.94 KB | 0644 |
|
SECURITY.md | File | 316 B | 0644 |
|
composer.json | File | 1.28 KB | 0644 |
|
phpunit.xml.dist | File | 772 B | 0644 |
|