diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-06-22 15:37:46 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-22 15:37:46 +0000 |
commit | bf7b28254557a1c1134cf510106722d98e26402c (patch) | |
tree | 06d77647b6aef2de886136ee4928b8b54515ba0a | |
parent | 1ea82e754a8567f397915933ecaa24d1f32ab19a (diff) | |
download | thedroneely.com-dependabot/composer/phpmailer/phpmailer-6.5.0.tar.gz thedroneely.com-dependabot/composer/phpmailer/phpmailer-6.5.0.tar.bz2 thedroneely.com-dependabot/composer/phpmailer/phpmailer-6.5.0.zip |
build(deps): bump phpmailer/phpmailer from 6.1.6 to 6.5.0dependabot/composer/phpmailer/phpmailer-6.5.0
Bumps [phpmailer/phpmailer](https://github.com/PHPMailer/PHPMailer) from 6.1.6 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/v6.1.6...v6.5.0)
---
updated-dependencies:
- dependency-name: phpmailer/phpmailer
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | composer.json | 2 | ||||
-rw-r--r-- | composer.lock | 35 |
2 files changed, 26 insertions, 11 deletions
diff --git a/composer.json b/composer.json index cf2b26f..5485731 100644 --- a/composer.json +++ b/composer.json @@ -7,6 +7,6 @@ "exclude-from-classmap": [ "/cockpit/" ] }, "require": { - "phpmailer/phpmailer": "6.1.6" + "phpmailer/phpmailer": "6.5.0" } } diff --git a/composer.lock b/composer.lock index 3d61434..fe242e6 100644 --- a/composer.lock +++ b/composer.lock @@ -4,34 +4,38 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "d34ae6ca5e4a5cd2ac91fb9625cbea86", + "content-hash": "bbdbf85d34148f5ac4be056246f58a4c", "packages": [ { "name": "phpmailer/phpmailer", - "version": "v6.1.6", + "version": "v6.5.0", "source": { "type": "git", "url": "https://github.com/PHPMailer/PHPMailer.git", - "reference": "c2796cb1cb99d7717290b48c4e6f32cb6c60b7b3" + "reference": "a5b5c43e50b7fba655f793ad27303cd74c57363c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/c2796cb1cb99d7717290b48c4e6f32cb6c60b7b3", - "reference": "c2796cb1cb99d7717290b48c4e6f32cb6c60b7b3", + "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/a5b5c43e50b7fba655f793ad27303cd74c57363c", + "reference": "a5b5c43e50b7fba655f793ad27303cd74c57363c", "shasum": "" }, "require": { "ext-ctype": "*", "ext-filter": "*", + "ext-hash": "*", "php": ">=5.5.0" }, "require-dev": { + "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0", "doctrine/annotations": "^1.2", - "friendsofphp/php-cs-fixer": "^2.2", - "phpunit/phpunit": "^4.8 || ^5.7" + "phpcompatibility/php-compatibility": "^9.3.5", + "roave/security-advisories": "dev-latest", + "squizlabs/php_codesniffer": "^3.5.6", + "yoast/phpunit-polyfills": "^0.2.0" }, "suggest": { - "ext-mbstring": "Needed to send email in multibyte encoding charset", + "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", @@ -66,7 +70,17 @@ } ], "description": "PHPMailer is a full-featured email creation and transfer class for PHP", - "time": "2020-05-27T12:24:03+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" } ], "packages-dev": [], @@ -76,5 +90,6 @@ "prefer-stable": false, "prefer-lowest": false, "platform": [], - "platform-dev": [] + "platform-dev": [], + "plugin-api-version": "2.1.0" } |