aboutsummaryrefslogtreecommitdiff
path: root/lib/composer.json
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2024-12-01 20:13:27 +0100
committerGravatar GitHub <noreply@github.com> 2024-12-01 20:13:27 +0100
commitb84cbce9056989f9936240809cbe156c2e6b4759 (patch)
treeb080e4ac0a82974ac330ea2f94782712bac88b2a /lib/composer.json
parent0dd93ac26a0b953d2c008ad348a53f35195649ae (diff)
Update phpmailer/phpmailer requirement from 6.9.2 to 6.9.3 in /lib (#7046)
* Update phpmailer/phpmailer requirement from 6.9.2 to 6.9.3 in /lib Updates the requirements on [phpmailer/phpmailer](https://github.com/PHPMailer/PHPMailer) to permit the latest version. - [Release notes](https://github.com/PHPMailer/PHPMailer/releases) - [Changelog](https://github.com/PHPMailer/PHPMailer/blob/master/changelog.md) - [Commits](https://github.com/PHPMailer/PHPMailer/compare/v6.9.2...v6.9.3) --- updated-dependencies: - dependency-name: phpmailer/phpmailer dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * Update phpmailer --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'lib/composer.json')
-rw-r--r--lib/composer.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/composer.json b/lib/composer.json
index ef96db612..2d850a6ab 100644
--- a/lib/composer.json
+++ b/lib/composer.json
@@ -17,7 +17,7 @@
"require": {
"marienfressinaud/lib_opml": "0.5.1",
"phpgt/cssxpath": "dev-master#45f3ac151fc21d459e2515c3aff97cd4bf877bf8",
- "phpmailer/phpmailer": "6.9.2",
+ "phpmailer/phpmailer": "6.9.3",
"simplepie/simplepie": "dev-freshrss#88f13f2df1ba17a7432a624d38884b1bd8f60e43"
},
"config": {