Skip to content

Commit 187a64f

Browse files
committed
2 parents 9ed6bda + 51a2bd3 commit 187a64f

File tree

4 files changed

+9
-1
lines changed

4 files changed

+9
-1
lines changed

.gitattributes

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
.gitattributes export-ignore
2+
.gitignore export-ignore
3+
phpunit.xml export-ignore
4+
CONTRIBUTING.md export-ignore
5+
LICENSE.md export-ignore
6+
composer.lock export-ignore
7+
/tests export-ignore

LICENSE LICENSE.md

File renamed without changes.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# laravel-mail-assertions
1+
# Laravel Mail Assertions
22
Make assertions on emails in Laravel 6
33

44
This is a simple package to allow you to make assertions on emails sent with laravel.

composer.json

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"type": "project",
1212
"require": {
1313
"php": "^7.2",
14+
"illuminate/support": "~5.5|^6.0",
1415
"illuminate/mail": "~5.5|^6.0",
1516
"illuminate/view": "~5.5|^6.0"
1617
},

0 commit comments

Comments
 (0)