aboutsummaryrefslogtreecommitdiff
path: root/lib/composer.json
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2025-11-01 23:27:37 +0100
committerGravatar GitHub <noreply@github.com> 2025-11-01 23:27:37 +0100
commitbaf84575d4aa3fa7a73950cd2e91059b5f651906 (patch)
treed6e521ceba6bcb8438095caf0da9cadf30cb1580 /lib/composer.json
parenta6b54e9cf7c143acd4f647711cc8da43c4840bbd (diff)
Update phpmailer/phpmailer requirement from 6.11.1 to 7.0.0 in /lib (#8180)
* Update phpmailer/phpmailer requirement from 6.11.1 to 7.0.0 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.11.1...v7.0.0) --- updated-dependencies: - dependency-name: phpmailer/phpmailer dependency-version: 7.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * composer update --------- 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 a893c1cdc..671629d9c 100644
--- a/lib/composer.json
+++ b/lib/composer.json
@@ -13,7 +13,7 @@
"require": {
"marienfressinaud/lib_opml": "0.5.1",
"phpgt/cssxpath": "v1.4.0",
- "phpmailer/phpmailer": "6.11.1",
+ "phpmailer/phpmailer": "7.0.0",
"simplepie/simplepie": "dev-freshrss#24cfb0c6d81f81ef110c8257d3464b2649476c77"
},
"config": {