Skip to content

Commit

Permalink
Updates to support laravel 7.x
Browse files Browse the repository at this point in the history
  • Loading branch information
bpedroza committed Aug 17, 2020
1 parent 8284838 commit 399aeef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Laravel Mail Assertions
Make assertions on emails in Laravel 6
Make assertions on emails in Laravel 6 and 7

This is a simple package to allow you to make assertions on emails sent with laravel.

Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"type": "project",
"require": {
"php": "^7.2",
"illuminate/support": "~5.5|^6.0",
"illuminate/mail": "~5.5|^6.0",
"illuminate/view": "~5.5|^6.0"
"illuminate/support": "~5.5|^6.0|^7.0",
"illuminate/mail": "~5.5|^6.0|^7.0",
"illuminate/view": "~5.5|^6.0|^7.0"
},
"require-dev": {
"mockery/mockery": "^1.0",
Expand Down

0 comments on commit 399aeef

Please sign in to comment.