We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9ed6bda + 51a2bd3 commit 187a64fCopy full SHA for 187a64f
.gitattributes
@@ -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
README.md
@@ -1,4 +1,4 @@
-# laravel-mail-assertions
+# Laravel Mail Assertions
Make assertions on emails in Laravel 6
This is a simple package to allow you to make assertions on emails sent with laravel.
composer.json
@@ -11,6 +11,7 @@
11
"type": "project",
12
"require": {
13
"php": "^7.2",
14
+ "illuminate/support": "~5.5|^6.0",
15
"illuminate/mail": "~5.5|^6.0",
16
"illuminate/view": "~5.5|^6.0"
17
},
0 commit comments