From 13c999c36b19430cf05331695a21184dd256ee1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manel=20Gavald=C3=A0?= Date: Fri, 3 Apr 2020 14:04:01 +0200 Subject: [PATCH] Update to Laravel 5.8 (#422) * Update tests to match laravel 5.8 tests * Readme update * Update Readme --- README.md | 8 ++++++-- tests/Feature/AcachaAdminLTELaravelTest.php | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) 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');