diff --git a/composer.json b/composer.json index a0447f8..d4b2df7 100644 --- a/composer.json +++ b/composer.json @@ -5,23 +5,13 @@ "license": "MIT", "minimum-stability": "dev", "prefer-stable": true, - "authors": [ - { - "name": "Nikolaj Boel Jensen", - "email": "nbj@creationsftw.com" - }, - { - "name": "Ole Kallehave", - "email": "ok@cego.dk" - } - ], "require": { "php": "^8.2", "cego/filebeat-logger": "^2.0.6", - "illuminate/support": "^10.0|^11.0", - "illuminate/contracts": "^10.0|^11.0", + "illuminate/support": "^11.0", + "illuminate/contracts": "^11.0", "ext-json": "*", - "illuminate/http": "^10.0|^11.0", + "illuminate/http": "^11.0", "matomo/device-detector": "^6.2" }, "require-dev": { diff --git a/src/FilebeatLogging/LoggerExceptionHandler.php b/src/FilebeatLogging/LoggerExceptionHandler.php index 0ec410d..6ebf895 100644 --- a/src/FilebeatLogging/LoggerExceptionHandler.php +++ b/src/FilebeatLogging/LoggerExceptionHandler.php @@ -3,7 +3,7 @@ namespace Cego\FilebeatLogging; use Throwable; -use App\Exceptions\Handler; +use Illuminate\Foundation\Exceptions\Handler; class LoggerExceptionHandler extends Handler {