[Web] Update phpmailer, always use correct path for vars.inc.php

This commit is contained in:
andryyy
2017-09-17 14:39:10 +02:00
parent e20f50fafc
commit e07f84d0f0
20 changed files with 232 additions and 139 deletions

View File

@@ -8,19 +8,20 @@
"packages": [
{
"name": "phpmailer/phpmailer",
"version": "v5.2.23",
"version": "v5.2.25",
"source": {
"type": "git",
"url": "https://github.com/PHPMailer/PHPMailer.git",
"reference": "7115df4a6f76281109ebe352900c42403b728bb4"
"reference": "2baf20b01690fba8cf720c1ebcf9b988eda50915"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/7115df4a6f76281109ebe352900c42403b728bb4",
"reference": "7115df4a6f76281109ebe352900c42403b728bb4",
"url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/2baf20b01690fba8cf720c1ebcf9b988eda50915",
"reference": "2baf20b01690fba8cf720c1ebcf9b988eda50915",
"shasum": ""
},
"require": {
"ext-ctype": "*",
"php": ">=5.0.0"
},
"require-dev": {
@@ -80,7 +81,7 @@
}
],
"description": "PHPMailer is a full-featured email creation and transfer class for PHP",
"time": "2017-03-15T19:32:56+00:00"
"time": "2017-08-28T11:12:07+00:00"
},
{
"name": "robthree/twofactorauth",