Skip to content

Commit 21779af

Browse files
authored
Merge pull request #8 from bpedroza/laravel-10
Add Support for Laravel 10
2 parents 52c37de + 50d3b86 commit 21779af

File tree

3 files changed

+454
-784
lines changed

3 files changed

+454
-784
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, 7, and 8
2+
Make assertions on emails in Laravel 6 - 10
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|^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",

0 commit comments

Comments
 (0)