mirror of
https://github.com/godotengine/godot-asset-library.git
synced 2026-02-25 06:33:01 +03:00
Bump phpmailer/phpmailer from 5.2.27 to 6.5.0
Bumps [phpmailer/phpmailer](https://github.com/PHPMailer/PHPMailer) from 5.2.27 to 6.5.0. - [Release notes](https://github.com/PHPMailer/PHPMailer/releases) - [Changelog](https://github.com/PHPMailer/PHPMailer/blob/master/changelog.md) - [Commits](https://github.com/PHPMailer/PHPMailer/compare/v5.2.27...v6.5.0) --- updated-dependencies: - dependency-name: phpmailer/phpmailer dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
"slim/csrf": "^0.7.0",
|
"slim/csrf": "^0.7.0",
|
||||||
"monolog/monolog": "^1.17",
|
"monolog/monolog": "^1.17",
|
||||||
"slim/php-view": "^2.0",
|
"slim/php-view": "^2.0",
|
||||||
"phpmailer/phpmailer": "^5.2"
|
"phpmailer/phpmailer": "^6.5"
|
||||||
},
|
},
|
||||||
|
|
||||||
"autoload": {
|
"autoload": {
|
||||||
|
|||||||
82
composer.lock
generated
82
composer.lock
generated
@@ -4,7 +4,7 @@
|
|||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "7ac77b62852c9070ba6775e36d905434",
|
"content-hash": "e8b6ddfda917d080314d10018c77ef50",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "container-interop/container-interop",
|
"name": "container-interop/container-interop",
|
||||||
@@ -257,70 +257,59 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "phpmailer/phpmailer",
|
"name": "phpmailer/phpmailer",
|
||||||
"version": "v5.2.27",
|
"version": "v6.5.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/PHPMailer/PHPMailer.git",
|
"url": "https://github.com/PHPMailer/PHPMailer.git",
|
||||||
"reference": "dde1db116511aa4956389d75546c5be4c2beb2a6"
|
"reference": "a5b5c43e50b7fba655f793ad27303cd74c57363c"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/dde1db116511aa4956389d75546c5be4c2beb2a6",
|
"url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/a5b5c43e50b7fba655f793ad27303cd74c57363c",
|
||||||
"reference": "dde1db116511aa4956389d75546c5be4c2beb2a6",
|
"reference": "a5b5c43e50b7fba655f793ad27303cd74c57363c",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"ext-ctype": "*",
|
"ext-ctype": "*",
|
||||||
"php": ">=5.0.0"
|
"ext-filter": "*",
|
||||||
|
"ext-hash": "*",
|
||||||
|
"php": ">=5.5.0"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"doctrine/annotations": "1.2.*",
|
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
|
||||||
"jms/serializer": "0.16.*",
|
"doctrine/annotations": "^1.2",
|
||||||
"phpdocumentor/phpdocumentor": "2.*",
|
"phpcompatibility/php-compatibility": "^9.3.5",
|
||||||
"phpunit/phpunit": "4.8.*",
|
"roave/security-advisories": "dev-latest",
|
||||||
"symfony/debug": "2.8.*",
|
"squizlabs/php_codesniffer": "^3.5.6",
|
||||||
"symfony/filesystem": "2.8.*",
|
"yoast/phpunit-polyfills": "^0.2.0"
|
||||||
"symfony/translation": "2.8.*",
|
|
||||||
"symfony/yaml": "2.8.*",
|
|
||||||
"zendframework/zend-cache": "2.5.1",
|
|
||||||
"zendframework/zend-config": "2.5.1",
|
|
||||||
"zendframework/zend-eventmanager": "2.5.1",
|
|
||||||
"zendframework/zend-filter": "2.5.1",
|
|
||||||
"zendframework/zend-i18n": "2.5.1",
|
|
||||||
"zendframework/zend-json": "2.5.1",
|
|
||||||
"zendframework/zend-math": "2.5.1",
|
|
||||||
"zendframework/zend-serializer": "2.5.*",
|
|
||||||
"zendframework/zend-servicemanager": "2.5.*",
|
|
||||||
"zendframework/zend-stdlib": "2.5.1"
|
|
||||||
},
|
},
|
||||||
"suggest": {
|
"suggest": {
|
||||||
"league/oauth2-google": "Needed for Google XOAUTH2 authentication"
|
"ext-mbstring": "Needed to send email in multibyte encoding charset or decode encoded addresses",
|
||||||
|
"hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication",
|
||||||
|
"league/oauth2-google": "Needed for Google XOAUTH2 authentication",
|
||||||
|
"psr/log": "For optional PSR-3 debug logging",
|
||||||
|
"stevenmaguire/oauth2-microsoft": "Needed for Microsoft XOAUTH2 authentication",
|
||||||
|
"symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)"
|
||||||
},
|
},
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"classmap": [
|
"psr-4": {
|
||||||
"class.phpmailer.php",
|
"PHPMailer\\PHPMailer\\": "src/"
|
||||||
"class.phpmaileroauth.php",
|
}
|
||||||
"class.phpmaileroauthgoogle.php",
|
|
||||||
"class.smtp.php",
|
|
||||||
"class.pop3.php",
|
|
||||||
"extras/EasyPeasyICS.php",
|
|
||||||
"extras/ntlm_sasl_client.php"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"notification-url": "https://packagist.org/downloads/",
|
"notification-url": "https://packagist.org/downloads/",
|
||||||
"license": [
|
"license": [
|
||||||
"LGPL-2.1"
|
"LGPL-2.1-only"
|
||||||
],
|
],
|
||||||
"authors": [
|
"authors": [
|
||||||
{
|
|
||||||
"name": "Jim Jagielski",
|
|
||||||
"email": "jimjag@gmail.com"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "Marcus Bointon",
|
"name": "Marcus Bointon",
|
||||||
"email": "phpmailer@synchromedia.co.uk"
|
"email": "phpmailer@synchromedia.co.uk"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "Jim Jagielski",
|
||||||
|
"email": "jimjag@gmail.com"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "Andy Prevost",
|
"name": "Andy Prevost",
|
||||||
"email": "codeworxtech@users.sourceforge.net"
|
"email": "codeworxtech@users.sourceforge.net"
|
||||||
@@ -330,7 +319,17 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"description": "PHPMailer is a full-featured email creation and transfer class for PHP",
|
"description": "PHPMailer is a full-featured email creation and transfer class for PHP",
|
||||||
"time": "2018-11-15T22:32:31+00:00"
|
"support": {
|
||||||
|
"issues": "https://github.com/PHPMailer/PHPMailer/issues",
|
||||||
|
"source": "https://github.com/PHPMailer/PHPMailer/tree/v6.5.0"
|
||||||
|
},
|
||||||
|
"funding": [
|
||||||
|
{
|
||||||
|
"url": "https://github.com/Synchro",
|
||||||
|
"type": "github"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"time": "2021-06-16T14:33:43+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "pimple/pimple",
|
"name": "pimple/pimple",
|
||||||
@@ -643,5 +642,6 @@
|
|||||||
"prefer-stable": false,
|
"prefer-stable": false,
|
||||||
"prefer-lowest": false,
|
"prefer-lowest": false,
|
||||||
"platform": [],
|
"platform": [],
|
||||||
"platform-dev": []
|
"platform-dev": [],
|
||||||
|
"plugin-api-version": "2.1.0"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user