diff --git a/composer.json b/composer.json old mode 100755 new mode 100644 index 3e04815..10b3c2f --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "php": "^8.0", "predis/predis": "^1.1", "ezyang/htmlpurifier": "^4.10", - "phpmailer/phpmailer": "6.4.1", + "phpmailer/phpmailer": "6.5.0", "webonyx/graphql-php": "^14.7", "scssphp/scssphp": "^1.6", "yosymfony/toml": "^1.0" diff --git a/composer.lock b/composer.lock old mode 100755 new mode 100644 index 6e9c081..7a2b7c8 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "e301efcd2c683dc66dd97cac1ba3c1bb", + "content-hash": "f5fe2e3ba9bb68d0a64955483b6b80ba", "packages": [ { "name": "ezyang/htmlpurifier", @@ -62,16 +62,16 @@ }, { "name": "phpmailer/phpmailer", - "version": "v6.4.1", + "version": "v6.5.0", "source": { "type": "git", "url": "https://github.com/PHPMailer/PHPMailer.git", - "reference": "9256f12d8fb0cd0500f93b19e18c356906cbed3d" + "reference": "a5b5c43e50b7fba655f793ad27303cd74c57363c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/9256f12d8fb0cd0500f93b19e18c356906cbed3d", - "reference": "9256f12d8fb0cd0500f93b19e18c356906cbed3d", + "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/a5b5c43e50b7fba655f793ad27303cd74c57363c", + "reference": "a5b5c43e50b7fba655f793ad27303cd74c57363c", "shasum": "" }, "require": { @@ -126,7 +126,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.4.1" + "source": "https://github.com/PHPMailer/PHPMailer/tree/v6.5.0" }, "funding": [ { @@ -134,7 +134,7 @@ "type": "github" } ], - "time": "2021-04-29T12:25:04+00:00" + "time": "2021-06-16T14:33:43+00:00" }, { "name": "predis/predis", @@ -455,12 +455,12 @@ "packages-dev": [], "aliases": [], "minimum-stability": "stable", - "stability-flags": [], + "stability-flags": {}, "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": "^7.0" + "php": "^8.0" }, - "platform-dev": [], - "plugin-api-version": "2.1.0" + "platform-dev": {}, + "plugin-api-version": "2.9.0" }