File tree Expand file tree Collapse file tree 3 files changed +786
-519
lines changed Expand file tree Collapse file tree 3 files changed +786
-519
lines changed Original file line number Diff line number Diff line change 1
1
# Laravel Mail Assertions
2
- Make assertions on emails in Laravel 6 - 10
2
+ Make assertions on emails in Laravel 6 - 11
3
3
4
4
This is a simple package to allow you to make assertions on emails sent with laravel.
5
5
Original file line number Diff line number Diff line change 11
11
"type" : " project" ,
12
12
"require" : {
13
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"
14
+ "illuminate/support" : " ~5.5|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0 " ,
15
+ "illuminate/mail" : " ~5.5|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0 " ,
16
+ "illuminate/view" : " ~5.5|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0 "
17
17
},
18
18
"require-dev" : {
19
19
"mockery/mockery" : " ^1.0" ,
You can’t perform that action at this time.
0 commit comments