diff --git a/composer.json b/composer.json index 7970fce..df5cffd 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,7 @@ "repositories": [ { "type": "path", - "url": "../laravel-nova" + "url": "../nova" } ], "homepage": "https://github.com/kregel/nova-failed-jobs-tool", @@ -22,6 +22,7 @@ ], "require": { "php": ">=7.1.0", + "kregel/exception-probe": "^0.0.1", "laravel/nova": "*" }, "require-dev": {