summaryrefslogtreecommitdiff
path: root/composer.lock
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-11-16 09:21:23 +0300
committerAndrew Dolgov <[email protected]>2021-11-16 09:21:23 +0300
commit0719ebc8fac31eb70e68ca1dcf8a86c73604d85e (patch)
treea2f3c8fa0dd659f84d29fa758987e96b2f1ab823 /composer.lock
parentc80741a001f3d7c22dda599dad4277b3eb46e6f4 (diff)
bump phpmailer to 6.5.1; fix some hook prototypes
Diffstat (limited to 'composer.lock')
-rw-r--r--composer.lock22
1 files changed, 10 insertions, 12 deletions
diff --git a/composer.lock b/composer.lock
index 336a391..ccc1b70 100644
--- a/composer.lock
+++ b/composer.lock
@@ -8,16 +8,16 @@
"packages": [
{
"name": "phpmailer/phpmailer",
- "version": "v6.4.1",
+ "version": "v6.5.1",
"source": {
"type": "git",
"url": "https://github.com/PHPMailer/PHPMailer.git",
- "reference": "9256f12d8fb0cd0500f93b19e18c356906cbed3d"
+ "reference": "dd803df5ad7492e1b40637f7ebd258fee5ca7355"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/9256f12d8fb0cd0500f93b19e18c356906cbed3d",
- "reference": "9256f12d8fb0cd0500f93b19e18c356906cbed3d",
+ "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/dd803df5ad7492e1b40637f7ebd258fee5ca7355",
+ "reference": "dd803df5ad7492e1b40637f7ebd258fee5ca7355",
"shasum": ""
},
"require": {
@@ -29,10 +29,12 @@
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
"doctrine/annotations": "^1.2",
+ "php-parallel-lint/php-console-highlighter": "^0.5.0",
+ "php-parallel-lint/php-parallel-lint": "^1.3",
"phpcompatibility/php-compatibility": "^9.3.5",
"roave/security-advisories": "dev-latest",
- "squizlabs/php_codesniffer": "^3.5.6",
- "yoast/phpunit-polyfills": "^0.2.0"
+ "squizlabs/php_codesniffer": "^3.6.0",
+ "yoast/phpunit-polyfills": "^1.0.0"
},
"suggest": {
"ext-mbstring": "Needed to send email in multibyte encoding charset or decode encoded addresses",
@@ -70,17 +72,13 @@
}
],
"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.4.1"
- },
"funding": [
{
"url": "https://github.com/Synchro",
"type": "github"
}
],
- "time": "2021-04-29T12:25:04+00:00"
+ "time": "2021-08-18T09:14:16+00:00"
}
],
"packages-dev": [],
@@ -91,5 +89,5 @@
"prefer-lowest": false,
"platform": [],
"platform-dev": [],
- "plugin-api-version": "2.0.0"
+ "plugin-api-version": "1.1.0"
}