Adding whoops package
Showing
| ... | ... | @@ -27,7 +27,9 @@ |
| "laracasts/presenter": "0.2.*", | ||
| "guzzlehttp/guzzle": "~5.0", | ||
| "mcamara/laravel-localization": "dev-Laravel5Support", | ||
| "dimsav/laravel-translatable": "dev-laravel-5" | ||
| "dimsav/laravel-translatable": "dev-laravel-5", | ||
| "intervention/image": "~2.0", | ||
| "filp/whoops": "~1.0" | ||
| }, | ||
| "require-dev": { | ||
| "phpunit/phpunit": "~4.0" | ||
| ... | ... |
Please register or sign in to comment