We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e95f02 commit 45b5ac9Copy full SHA for 45b5ac9
CHANGELOG.md
@@ -1,5 +1,11 @@
1
All notable changes to the Laravel Mail Viewer be documented in this file
2
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
9
## v4.0.0 (27-02-2019)
10
- Now supports Laravel v5.8
11
composer.json
@@ -19,7 +19,7 @@
19
}
20
},
21
"require": {
22
- "php": "^7.1",
+ "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.*"
0 commit comments