Update phpmailer to latest version

This commit is contained in:
DariusIII
2017-07-27 09:58:32 +02:00
parent 08d997e061
commit 0f9a136a09
2 changed files with 8 additions and 5 deletions
+2
View File
@@ -1,3 +1,5 @@
2017-07-27 DariusIII
* Chg: Update phpmailer to latest version
2017-07-26 DariusIII
* Fix: Fix the logic for limits in release_naming_regexes-test and Regexes class. Should fix issue #156
* Chg: Declare return types and add @throw annotations where needed in Regexes and ReleaseCleaning classes
Generated
+6 -5
View File
@@ -3168,19 +3168,20 @@
},
{
"name": "phpmailer/phpmailer",
"version": "v5.2.23",
"version": "v5.2.24",
"source": {
"type": "git",
"url": "https://github.com/PHPMailer/PHPMailer.git",
"reference": "7115df4a6f76281109ebe352900c42403b728bb4"
"reference": "22d04c6a58145a244696f3f254c1875aa653b26a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/7115df4a6f76281109ebe352900c42403b728bb4",
"reference": "7115df4a6f76281109ebe352900c42403b728bb4",
"url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/22d04c6a58145a244696f3f254c1875aa653b26a",
"reference": "22d04c6a58145a244696f3f254c1875aa653b26a",
"shasum": ""
},
"require": {
"ext-ctype": "*",
"php": ">=5.0.0"
},
"require-dev": {
@@ -3240,7 +3241,7 @@
}
],
"description": "PHPMailer is a full-featured email creation and transfer class for PHP",
"time": "2017-03-15T19:32:56+00:00"
"time": "2017-07-26T21:00:20+00:00"
},
{
"name": "psr/cache",