File tree Expand file tree Collapse file tree 3 files changed +454
-784
lines changed Expand file tree Collapse file tree 3 files changed +454
-784
lines changed Original file line number Diff line number Diff line change 11# Laravel Mail Assertions
2- Make assertions on emails in Laravel 6, 7, and 8
2+ Make assertions on emails in Laravel 6 - 10
33
44This is a simple package to allow you to make assertions on emails sent with laravel.
55
Original file line number Diff line number Diff line change 1111 "type" : " project" ,
1212 "require" : {
1313 "php" : " ^7.2|^8.0.0" ,
14- "illuminate/support" : " ~5.5|^6.0|^7.0|^8.0|^9.0" ,
15- "illuminate/mail" : " ~5.5|^6.0|^7.0|^8.0|^9.0" ,
16- "illuminate/view" : " ~5.5|^6.0|^7.0|^8.0|^9.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 "
1717 },
1818 "require-dev" : {
1919 "mockery/mockery" : " ^1.0" ,
You can’t perform that action at this time.
0 commit comments