Bump phpMailer from 6.7.1 to 6.8.0

This commit is contained in:
johnnyq
2023-03-18 12:44:55 -04:00
parent 4a2d76b056
commit 427c51b728
8 changed files with 272 additions and 9 deletions

View File

@@ -47,7 +47,7 @@ This software is distributed under the [LGPL 2.1](http://www.gnu.org/licenses/lg
PHPMailer is available on [Packagist](https://packagist.org/packages/phpmailer/phpmailer) (using semantic versioning), and installation via [Composer](https://getcomposer.org) is the recommended way to install PHPMailer. Just add this line to your `composer.json` file:
```json
"phpmailer/phpmailer": "^6.7.1"
"phpmailer/phpmailer": "^6.8.0"
```
or run