Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
bpedroza committed Jan 6, 2020
2 parents 9ed6bda + 51a2bd3 commit 187a64f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
.gitattributes export-ignore
.gitignore export-ignore
phpunit.xml export-ignore
CONTRIBUTING.md export-ignore
LICENSE.md export-ignore
composer.lock export-ignore
/tests export-ignore
File renamed without changes.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"type": "project",
"require": {
"php": "^7.2",
"illuminate/support": "~5.5|^6.0",
"illuminate/mail": "~5.5|^6.0",
"illuminate/view": "~5.5|^6.0"
},
Expand Down

0 comments on commit 187a64f

Please sign in to comment.