We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 21779af + aca59a3 commit 4fa7666Copy full SHA for 4fa7666
README.md
@@ -1,5 +1,5 @@
1
# Laravel Mail Assertions
2
-Make assertions on emails in Laravel 6 - 10
+Make assertions on emails in Laravel 6 - 11
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|^8.0.0",
14
- "illuminate/support": "~5.5|^6.0|^7.0|^8.0|^9.0|^10.0",
15
- "illuminate/mail": "~5.5|^6.0|^7.0|^8.0|^9.0|^10.0",
16
- "illuminate/view": "~5.5|^6.0|^7.0|^8.0|^9.0|^10.0"
+ "illuminate/support": "~5.5|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
+ "illuminate/mail": "~5.5|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
+ "illuminate/view": "~5.5|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0"
17
},
18
"require-dev": {
19
"mockery/mockery": "^1.0",
0 commit comments