Skip to content

Commit 45b5ac9

Browse files
committed
drop php v7.1 support
1 parent 1e95f02 commit 45b5ac9

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

3+
## v4.0.2 (27-02-2019)
4+
- drop php v7.1 support
5+
6+
## v4.0.1 (27-02-2019)
7+
- phpunit update
8+
39
## v4.0.0 (27-02-2019)
410
- Now supports Laravel v5.8
511

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
}
2020
},
2121
"require": {
22-
"php": "^7.1",
22+
"php": "^7.2",
2323
"illuminate/routing": "5.6.*|5.7.*|5.8.*",
2424
"illuminate/support": "5.6.*|5.7.*|5.8.*",
2525
"illuminate/database": "5.6.*|5.7.*|5.8.*"

0 commit comments

Comments
 (0)