We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8284838 + 399aeef commit 2b9e773Copy full SHA for 2b9e773
README.md
@@ -1,5 +1,5 @@
1
# Laravel Mail Assertions
2
-Make assertions on emails in Laravel 6
+Make assertions on emails in Laravel 6 and 7
3
4
This is a simple package to allow you to make assertions on emails sent with laravel.
5
composer.json
@@ -11,9 +11,9 @@
11
"type": "project",
12
"require": {
13
"php": "^7.2",
14
- "illuminate/support": "~5.5|^6.0",
15
- "illuminate/mail": "~5.5|^6.0",
16
- "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"
17
},
18
"require-dev": {
19
"mockery/mockery": "^1.0",
0 commit comments