Skip to content
This repository was archived by the owner on Dec 2, 2021. It is now read-only.

Commit 8d712d1

Browse files
tobalsanscheb
authored andcommitted
Fix email authentication documentation
With version 4.x, the required bundle for email authentication is `symfony/swiftmailer-bundle` instead of `mailer`
1 parent 4da6c2e commit 8d712d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/doc/providers/email.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Email Authentication
66
Install the mailer component:
77

88
```bash
9-
composer require mailer
9+
composer require symfony/swiftmailer-bundle
1010
```
1111

1212
## How it works

0 commit comments

Comments
 (0)