Skip to content

Commit d7f288d

Browse files
committed
Laravel v6.0 support
1 parent d90cd25 commit d7f288d

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
All notable changes to the Laravel Mail Viewer be documented in this file
22

3+
## v5.0.0 (04-09-2019)
4+
- Now supports Laravel v6.0
5+
- Laravel v5.6.* & Laravel v5.7.* are no longer supported, min requirement is now v5.8.*
6+
- Support for Laravel v5.8.* will be dropped in v5.1.*
7+
38
## v4.0.4 (06-03-2019)
49
- The package now renders the correct mailable having similar class name as another mailable in different namespace.
510
- Big thanks to [Thomas Kane](https://github.com/thomasjohnkane) for pointing out [this issue](https://github.com/JoggApp/laravel-mail-viewer/issues/18).

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@
2020
},
2121
"require": {
2222
"php": "^7.2",
23-
"illuminate/routing": "5.6.*|5.7.*|5.8.*",
24-
"illuminate/support": "5.6.*|5.7.*|5.8.*",
25-
"illuminate/database": "5.6.*|5.7.*|5.8.*"
23+
"illuminate/routing": "5.8.*|6.*",
24+
"illuminate/support": "5.8.*|6.*",
25+
"illuminate/database": "5.8.*|6.*"
2626
},
2727
"require-dev": {
2828
"mockery/mockery": "^1.1",
29-
"orchestra/testbench": "~3.0",
30-
"phpunit/phpunit": "^7.3"
29+
"orchestra/testbench": "~4.0",
30+
"phpunit/phpunit": "^8.0"
3131
},
3232
"extra": {
3333
"laravel": {

0 commit comments

Comments
 (0)