Skip to content

Commit 2b9e773

Browse files
authored
Merge pull request #4 from bpedroza/laravel-7
Updates to support laravel 7.x
2 parents 8284838 + 399aeef commit 2b9e773

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Laravel Mail Assertions
2-
Make assertions on emails in Laravel 6
2+
Make assertions on emails in Laravel 6 and 7
33

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

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
"type": "project",
1212
"require": {
1313
"php": "^7.2",
14-
"illuminate/support": "~5.5|^6.0",
15-
"illuminate/mail": "~5.5|^6.0",
16-
"illuminate/view": "~5.5|^6.0"
14+
"illuminate/support": "~5.5|^6.0|^7.0",
15+
"illuminate/mail": "~5.5|^6.0|^7.0",
16+
"illuminate/view": "~5.5|^6.0|^7.0"
1717
},
1818
"require-dev": {
1919
"mockery/mockery": "^1.0",

0 commit comments

Comments
 (0)