diff --git a/README.md b/README.md index 4505ee2..1b9888e 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Laravel log viewer ## TL;DR -Log Viewer for Laravel 5, 6 & 7 (still compatible with 4.2 too) and Lumen. **Install with composer, create a route to `LogViewerController`**. No public assets, no vendor routes, works with and/or without log rotate. Inspired by Micheal Mand's [Laravel 4 log viewer](https://github.com/mikemand/logviewer) (works only with laravel 4.1) +Log Viewer for Laravel 5, 6, 7 & 8 (still compatible with 4.2 too) and Lumen. **Install with composer, create a route to `LogViewerController`**. No public assets, no vendor routes, works with and/or without log rotate. Inspired by Micheal Mand's [Laravel 4 log viewer](https://github.com/mikemand/logviewer) (works only with laravel 4.1) ## What ? Small log viewer for laravel. Looks like this: diff --git a/composer.json b/composer.json index efe5c65..4af547e 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ ], "require": { "php": ">=5.4.0", - "illuminate/support": "4.2.*|5.*|^6.0|^7.0" + "illuminate/support": "4.2.*|5.*|^6.0|^7.0|^8.0" }, "require-dev": { "phpunit/phpunit": "^7",