diff --git a/README.md b/README.md index 11a4544b..90a74703 100644 --- a/README.md +++ b/README.md @@ -88,13 +88,17 @@ Please be sure to check you environment. ## Optional requirements * [Laravel menu](https://github.com/spatie/laravel-menu): only used with command adminlte:menu that replaces default adminlte menu with a menu with spatie/laravel-menu support. +## Laravel 5.8 + +This package works smoothly with Laravel 5.8 with 6.2 version. + ## Laravel 5.7 -Compatible with Laravel 5.7. +This package works smoothly with Laravel 5.7 with 6.1 version. ## Laravel 5.6 -This package works smoothly with Laravel 5.6 with 6.0+ versions. +This package works smoothly with Laravel 5.6 with 6.1 version. ## Laravel 5.5 diff --git a/tests/Feature/AcachaAdminLTELaravelTest.php b/tests/Feature/AcachaAdminLTELaravelTest.php index 0c7b463c..4c978a82 100644 --- a/tests/Feature/AcachaAdminLTELaravelTest.php +++ b/tests/Feature/AcachaAdminLTELaravelTest.php @@ -20,7 +20,7 @@ class AcachaAdminLTELaravelTest extends TestCase /** * Set up tests. */ - public function setUp() + public function setUp(): void { parent::setUp(); App::setLocale('en');