From 96fa62ec49361a5cfae16231bf70521cecb27f43 Mon Sep 17 00:00:00 2001 From: Dawid Janik Date: Thu, 2 Feb 2023 17:04:13 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f32476..316739b 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Laravel mail driver package for [Mailjet](https://www.mailjet.com/). It also ser ## Installation -For Laravel 9.x which also requires Symfony Mailer: +For Laravel 9.x and 10.x which also requires Symfony Mailer: ``` composer require thedoctor0/laravel-mailjet-driver symfony/http-client ```