aboutsummaryrefslogtreecommitdiff
path: root/.typos.toml
diff options
context:
space:
mode:
authorGravatar Artur Weigandt <Art4@users.noreply.github.com> 2022-05-14 23:38:16 +0200
committerGravatar GitHub <noreply@github.com> 2022-05-14 23:38:16 +0200
commit5110d1db3e030d4f7960e18bf3e9db8cb5a2fa3a (patch)
treec90c38ce5661e769b848938125c74aa8ab606695 /.typos.toml
parent7f0c378482e81972e448bfbce1ae44ffd5935501 (diff)
Update to PHPMailer 6.6.0 with composer (#4329)
* Install PHPMailer 6.5.1 with composer * Fix folder name for phpmailer * Update PHPMailer to v6.6.0, add LICENSE and README.md * remove composer and autoload.php after install/update * Fix path to PHPMailer for PHPStan * Remove lib/composer.lock, lock PHPMailer at version 6.6.0 * Improve PSR-4 autoloading for PHPMailer * Markdownlint ignore * Delete some obvious comments * ignores * Support composer update --no-autoloader * Automatic cleaning With rules based on https://github.com/PHPMailer/PHPMailer/blob/master/README.md#minimal-installation * Readme gitignore hint Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to '.typos.toml')
-rw-r--r--.typos.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.typos.toml b/.typos.toml
index afc91c284..b05117ccf 100644
--- a/.typos.toml
+++ b/.typos.toml
@@ -30,7 +30,7 @@ extend-exclude = [
"data/",
"docs/fr/",
"lib/CssXPath/",
- "lib/PHPMailer",
+ "lib/phpmailer/",
"lib/SimplePie/",
"node_modules/",
"p/scripts/vendor/",