Browse Source

add whoops to dev dependencies

Tom Irons 6 years ago
parent
commit
c542d0ba3d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      composer.json

+ 1 - 0
composer.json

@@ -11,6 +11,7 @@
         "laravel/tinker": "~1.0"
     },
     "require-dev": {
+        "filp/whoops": "~2.0",
         "fzaninotto/faker": "~1.4",
         "mockery/mockery": "0.9.*",
         "phpunit/phpunit": "~6.0"