Skip to content

Commit

Permalink
drop php v7.1 support
Browse files Browse the repository at this point in the history
  • Loading branch information
introwit committed Feb 27, 2019
1 parent 1e95f02 commit 45b5ac9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
All notable changes to the Laravel Mail Viewer be documented in this file

## v4.0.2 (27-02-2019)
- drop php v7.1 support

## v4.0.1 (27-02-2019)
- phpunit update

## v4.0.0 (27-02-2019)
- Now supports Laravel v5.8

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}
},
"require": {
"php": "^7.1",
"php": "^7.2",
"illuminate/routing": "5.6.*|5.7.*|5.8.*",
"illuminate/support": "5.6.*|5.7.*|5.8.*",
"illuminate/database": "5.6.*|5.7.*|5.8.*"
Expand Down

0 comments on commit 45b5ac9

Please sign in to comment.