Skip to content

Commit

Permalink
Add exception prob as a dep
Browse files Browse the repository at this point in the history
  • Loading branch information
Austin Kregel committed Sep 3, 2018
1 parent efdafde commit 4097875
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"repositories": [
{
"type": "path",
"url": "../laravel-nova"
"url": "../nova"
}
],
"homepage": "https://github.com/kregel/nova-failed-jobs-tool",
Expand All @@ -22,6 +22,7 @@
],
"require": {
"php": ">=7.1.0",
"kregel/exception-probe": "^0.0.1",
"laravel/nova": "*"
},
"require-dev": {
Expand Down

0 comments on commit 4097875

Please sign in to comment.