aboutsummaryrefslogtreecommitdiff
path: root/lib/composer.json
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2024-11-01 23:22:22 +0100
committerGravatar GitHub <noreply@github.com> 2024-11-01 23:22:22 +0100
commitb7bff9484fe313e8503ed4effae839573b3a8539 (patch)
tree440bc71508c685309652d30baae194e4908edd66 /lib/composer.json
parent5c2d2996f97664efe133ee809ef9349e6c859850 (diff)
Update phpmailer/phpmailer requirement from 6.9.1 to 6.9.2 in /lib (#6968)
* Update phpmailer/phpmailer requirement from 6.9.1 to 6.9.2 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.1...v6.9.2) --- updated-dependencies: - dependency-name: phpmailer/phpmailer dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * Update library code --------- 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 92ae71805..ef96db612 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.1",
+ "phpmailer/phpmailer": "6.9.2",
"simplepie/simplepie": "dev-freshrss#88f13f2df1ba17a7432a624d38884b1bd8f60e43"
},
"config": {