|
|
@@ -46,16 +46,16 @@
|
|
|
},
|
|
|
{
|
|
|
"name": "phpmailer/phpmailer",
|
|
|
- "version": "v6.7",
|
|
|
+ "version": "v6.7.1",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/PHPMailer/PHPMailer.git",
|
|
|
- "reference": "80fc8686fcd070267b98dae0ec228d5d67d94310"
|
|
|
+ "reference": "49cd7ea3d2563f028d7811f06864a53b1f15ff55"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/80fc8686fcd070267b98dae0ec228d5d67d94310",
|
|
|
- "reference": "80fc8686fcd070267b98dae0ec228d5d67d94310",
|
|
|
+ "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/49cd7ea3d2563f028d7811f06864a53b1f15ff55",
|
|
|
+ "reference": "49cd7ea3d2563f028d7811f06864a53b1f15ff55",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
|
@@ -65,17 +65,18 @@
|
|
|
"php": ">=5.5.0"
|
|
|
},
|
|
|
"require-dev": {
|
|
|
- "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
|
|
|
- "doctrine/annotations": "^1.2",
|
|
|
+ "dealerdirect/phpcodesniffer-composer-installer": "^0.7.2",
|
|
|
+ "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.1",
|
|
|
- "yoast/phpunit-polyfills": "^1.0.0"
|
|
|
+ "yoast/phpunit-polyfills": "^1.0.4"
|
|
|
},
|
|
|
"suggest": {
|
|
|
"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",
|
|
|
"hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication",
|
|
|
"league/oauth2-google": "Needed for Google XOAUTH2 authentication",
|
|
|
@@ -113,7 +114,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.7"
|
|
|
+ "source": "https://github.com/PHPMailer/PHPMailer/tree/v6.7.1"
|
|
|
},
|
|
|
"funding": [
|
|
|
{
|
|
|
@@ -121,7 +122,7 @@
|
|
|
"type": "github"
|
|
|
}
|
|
|
],
|
|
|
- "time": "2022-12-05T10:56:35+00:00"
|
|
|
+ "time": "2022-12-08T13:30:06+00:00"
|
|
|
}
|
|
|
],
|
|
|
"packages-dev": [],
|