Adding whoops package
Showing
| ... | @@ -27,7 +27,9 @@ | ... | @@ -27,7 +27,9 @@ |
| "laracasts/presenter": "0.2.*", | "laracasts/presenter": "0.2.*", | ||
| "guzzlehttp/guzzle": "~5.0", | "guzzlehttp/guzzle": "~5.0", | ||
| "mcamara/laravel-localization": "dev-Laravel5Support", | "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": { | "require-dev": { | ||
| "phpunit/phpunit": "~4.0" | "phpunit/phpunit": "~4.0" | ||
| ... | ... |
Please register or sign in to comment