diff --git a/README.md b/README.md index db5dc89..20113a1 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Laravel Mail Assertions -Make assertions on emails in Laravel 6 +Make assertions on emails in Laravel 6 and 7 This is a simple package to allow you to make assertions on emails sent with laravel. diff --git a/composer.json b/composer.json index 25a41d4..4516925 100644 --- a/composer.json +++ b/composer.json @@ -11,9 +11,9 @@ "type": "project", "require": { "php": "^7.2", - "illuminate/support": "~5.5|^6.0", - "illuminate/mail": "~5.5|^6.0", - "illuminate/view": "~5.5|^6.0" + "illuminate/support": "~5.5|^6.0|^7.0", + "illuminate/mail": "~5.5|^6.0|^7.0", + "illuminate/view": "~5.5|^6.0|^7.0" }, "require-dev": { "mockery/mockery": "^1.0",