[phpmailer] Update Composer dependency ahead of release
authorHypolite Petovan <hypolite@mrpetovan.com>
Wed, 20 Mar 2024 02:39:55 +0000 (22:39 -0400)
committerHypolite Petovan <hypolite@mrpetovan.com>
Wed, 20 Mar 2024 03:10:09 +0000 (23:10 -0400)
commitc6b2ed96d780005dd978247ce3b1cdbc2c82fc41
tree47db28397969c96c65a9feef160d2e24bcbf7757
parenta020ac4309b9b2400b8abc5a262fbc6c6e2a344b
[phpmailer] Update Composer dependency ahead of release

- Updating phpmailer/phpmailer (v6.5.0 => v6.9.1)
37 files changed:
phpmailer/composer.json
phpmailer/composer.lock
phpmailer/vendor/composer/autoload_classmap.php
phpmailer/vendor/composer/autoload_static.php
phpmailer/vendor/composer/installed.json
phpmailer/vendor/phpmailer/phpmailer/.editorconfig [new file with mode: 0644]
phpmailer/vendor/phpmailer/phpmailer/README.md
phpmailer/vendor/phpmailer/phpmailer/VERSION
phpmailer/vendor/phpmailer/phpmailer/composer.json
phpmailer/vendor/phpmailer/phpmailer/get_oauth_token.php
phpmailer/vendor/phpmailer/phpmailer/language/phpmailer.lang-as.php [new file with mode: 0644]
phpmailer/vendor/phpmailer/phpmailer/language/phpmailer.lang-bn.php [new file with mode: 0644]
phpmailer/vendor/phpmailer/phpmailer/language/phpmailer.lang-ch.php [deleted file]
phpmailer/vendor/phpmailer/phpmailer/language/phpmailer.lang-da.php
phpmailer/vendor/phpmailer/phpmailer/language/phpmailer.lang-el.php
phpmailer/vendor/phpmailer/phpmailer/language/phpmailer.lang-es.php
phpmailer/vendor/phpmailer/phpmailer/language/phpmailer.lang-fi.php
phpmailer/vendor/phpmailer/phpmailer/language/phpmailer.lang-fr.php
phpmailer/vendor/phpmailer/phpmailer/language/phpmailer.lang-hi.php
phpmailer/vendor/phpmailer/phpmailer/language/phpmailer.lang-ja.php
phpmailer/vendor/phpmailer/phpmailer/language/phpmailer.lang-mn.php [new file with mode: 0644]
phpmailer/vendor/phpmailer/phpmailer/language/phpmailer.lang-nb.php
phpmailer/vendor/phpmailer/phpmailer/language/phpmailer.lang-nl.php
phpmailer/vendor/phpmailer/phpmailer/language/phpmailer.lang-pl.php
phpmailer/vendor/phpmailer/phpmailer/language/phpmailer.lang-pt_br.php
phpmailer/vendor/phpmailer/phpmailer/language/phpmailer.lang-ro.php
phpmailer/vendor/phpmailer/phpmailer/language/phpmailer.lang-si.php [new file with mode: 0644]
phpmailer/vendor/phpmailer/phpmailer/language/phpmailer.lang-sl.php
phpmailer/vendor/phpmailer/phpmailer/language/phpmailer.lang-zh_cn.php
phpmailer/vendor/phpmailer/phpmailer/phpunit.xml.dist [deleted file]
phpmailer/vendor/phpmailer/phpmailer/src/DSNConfigurator.php [new file with mode: 0644]
phpmailer/vendor/phpmailer/phpmailer/src/Exception.php
phpmailer/vendor/phpmailer/phpmailer/src/OAuth.php
phpmailer/vendor/phpmailer/phpmailer/src/OAuthTokenProvider.php [new file with mode: 0644]
phpmailer/vendor/phpmailer/phpmailer/src/PHPMailer.php
phpmailer/vendor/phpmailer/phpmailer/src/POP3.php
phpmailer/vendor/phpmailer/phpmailer/src/SMTP.php