Upgrade composer dependencies
All checks were successful
Deploy Spot / deploy (push) Successful in 33s

This commit is contained in:
2026-05-23 00:22:08 +02:00
parent e0fc62df84
commit c9ce785f12
5 changed files with 21 additions and 318 deletions

25
composer.lock generated
View File

@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "3ff17875c13e3d001ef6ba3353e933e5",
"content-hash": "8eb764990f0cb9427030c2bf01390d62",
"packages": [
{
"name": "franzz/objects",
@@ -12,7 +12,7 @@
"source": {
"type": "git",
"url": "https://git.lutran.fr/franzz/objects",
"reference": "eb9f2f4cacbb3526d371b345f5bed29eb84c597f"
"reference": "e28c650f2254801caa6f9756ad30ce1244c4c0c2"
},
"type": "library",
"autoload": {
@@ -21,20 +21,20 @@
}
},
"description": "Objects",
"time": "2026-05-12T09:11:09+00:00"
"time": "2026-05-22T22:11:13+00:00"
},
{
"name": "phpmailer/phpmailer",
"version": "v6.12.0",
"version": "v7.1.1",
"source": {
"type": "git",
"url": "https://github.com/PHPMailer/PHPMailer.git",
"reference": "d1ac35d784bf9f5e61b424901d5a014967f15b12"
"reference": "1bc1716a507a65e039d4ac9d9adebbbd0d346e15"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/d1ac35d784bf9f5e61b424901d5a014967f15b12",
"reference": "d1ac35d784bf9f5e61b424901d5a014967f15b12",
"url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/1bc1716a507a65e039d4ac9d9adebbbd0d346e15",
"reference": "1bc1716a507a65e039d4ac9d9adebbbd0d346e15",
"shasum": ""
},
"require": {
@@ -48,13 +48,14 @@
"doctrine/annotations": "^1.2.6 || ^1.13.3",
"php-parallel-lint/php-console-highlighter": "^1.0.0",
"php-parallel-lint/php-parallel-lint": "^1.3.2",
"phpcompatibility/php-compatibility": "^9.3.5",
"roave/security-advisories": "dev-latest",
"squizlabs/php_codesniffer": "^3.7.2",
"phpcompatibility/php-compatibility": "^10.0.0@dev",
"squizlabs/php_codesniffer": "^3.13.5",
"yoast/phpunit-polyfills": "^1.0.4"
},
"suggest": {
"decomplexity/SendOauth2": "Adapter for using XOAUTH2 authentication",
"directorytree/imapengine": "For uploading sent messages via IMAP, see gmail example",
"ext-imap": "Needed to support advanced email address parsing according to RFC822",
"ext-mbstring": "Needed to send email in multibyte encoding charset or decode encoded addresses",
"ext-openssl": "Needed for secure SMTP sending and DKIM signing",
"greew/oauth2-azure-provider": "Needed for Microsoft Azure XOAUTH2 authentication",
@@ -94,7 +95,7 @@
"description": "PHPMailer is a full-featured email creation and transfer class for PHP",
"support": {
"issues": "https://github.com/PHPMailer/PHPMailer/issues",
"source": "https://github.com/PHPMailer/PHPMailer/tree/v6.12.0"
"source": "https://github.com/PHPMailer/PHPMailer/tree/v7.1.1"
},
"funding": [
{
@@ -102,7 +103,7 @@
"type": "github"
}
],
"time": "2025-10-15T16:49:08+00:00"
"time": "2026-05-18T08:06:14+00:00"
}
],
"packages-dev": [],