diff --git a/composer.json b/composer.json index 4b0f1bc..7917a09 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ "aws/aws-sdk-php": "*", "France-IOI/pem-task-compiler": "*@dev", "doctrine/cache": "1.3.*", - "phpmailer/phpmailer": "^5.2", + "phpmailer/phpmailer": "^6.5", "lib-curl": "*", "ua-parser/uap-php": "^3.4" } diff --git a/composer.lock b/composer.lock index 4fa3865..bc613a0 100644 --- a/composer.lock +++ b/composer.lock @@ -1,11 +1,10 @@ { "_readme": [ "This file locks the dependencies of your project to a known state", - "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", + "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "hash": "9c9b67d361a8edd0b2181974c114f939", - "content-hash": "fb250c13c35f128adbc61f2bdb18d589", + "content-hash": "28ac432a22d99e1f4daef0d0eff75741", "packages": [ { "name": "France-ioi/pem-task-compiler", @@ -13,12 +12,12 @@ "source": { "type": "git", "url": "https://github.com/France-ioi/pem-task-compiler.git", - "reference": "e0ddddac1d059b2ffcaf7d061a0f3db9d489d1bf" + "reference": "765d1a52525261b30cf164475316e5725996c1dd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/France-ioi/pem-task-compiler/zipball/e0ddddac1d059b2ffcaf7d061a0f3db9d489d1bf", - "reference": "e0ddddac1d059b2ffcaf7d061a0f3db9d489d1bf", + "url": "https://api.github.com/repos/France-ioi/pem-task-compiler/zipball/765d1a52525261b30cf164475316e5725996c1dd", + "reference": "765d1a52525261b30cf164475316e5725996c1dd", "shasum": "" }, "type": "library", @@ -31,7 +30,7 @@ "source": "https://github.com/France-ioi/pem-task-compiler/tree/master", "issues": "https://github.com/France-ioi/pem-task-compiler/issues" }, - "time": "2016-12-29 13:16:51" + "time": "2018-12-17T22:23:56+00:00" }, { "name": "aws/aws-sdk-php", @@ -111,7 +110,7 @@ "s3", "sdk" ], - "time": "2016-12-22 20:47:16" + "time": "2016-12-22T20:47:16+00:00" }, { "name": "doctrine/cache", @@ -180,7 +179,7 @@ "cache", "caching" ], - "time": "2015-08-31 13:09:29" + "time": "2015-08-31T13:09:29+00:00" }, { "name": "guzzlehttp/guzzle", @@ -242,7 +241,7 @@ "rest", "web service" ], - "time": "2016-10-08 15:01:37" + "time": "2016-10-08T15:01:37+00:00" }, { "name": "guzzlehttp/promises", @@ -293,7 +292,7 @@ "keywords": [ "promise" ], - "time": "2016-12-20 10:07:11" + "time": "2016-12-20T10:07:11+00:00" }, { "name": "guzzlehttp/psr7", @@ -351,7 +350,7 @@ "stream", "uri" ], - "time": "2016-06-24 23:00:38" + "time": "2016-06-24T23:00:38+00:00" }, { "name": "mtdowling/jmespath.php", @@ -406,57 +405,63 @@ "json", "jsonpath" ], - "time": "2016-12-03 22:08:25" + "time": "2016-12-03T22:08:25+00:00" }, { "name": "phpmailer/phpmailer", - "version": "v5.2.21", + "version": "v6.5.0", "source": { "type": "git", "url": "https://github.com/PHPMailer/PHPMailer.git", - "reference": "1d51856b76c06fc687fcd9180efa7a0bed0d761e" + "reference": "a5b5c43e50b7fba655f793ad27303cd74c57363c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/1d51856b76c06fc687fcd9180efa7a0bed0d761e", - "reference": "1d51856b76c06fc687fcd9180efa7a0bed0d761e", + "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/a5b5c43e50b7fba655f793ad27303cd74c57363c", + "reference": "a5b5c43e50b7fba655f793ad27303cd74c57363c", "shasum": "" }, "require": { - "php": ">=5.0.0" + "ext-ctype": "*", + "ext-filter": "*", + "ext-hash": "*", + "php": ">=5.5.0" }, "require-dev": { - "phpdocumentor/phpdocumentor": "*", - "phpunit/phpunit": "4.7.*" + "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0", + "doctrine/annotations": "^1.2", + "phpcompatibility/php-compatibility": "^9.3.5", + "roave/security-advisories": "dev-latest", + "squizlabs/php_codesniffer": "^3.5.6", + "yoast/phpunit-polyfills": "^0.2.0" }, "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", "autoload": { - "classmap": [ - "class.phpmailer.php", - "class.phpmaileroauth.php", - "class.phpmaileroauthgoogle.php", - "class.smtp.php", - "class.pop3.php", - "extras/EasyPeasyICS.php", - "extras/ntlm_sasl_client.php" - ] + "psr-4": { + "PHPMailer\\PHPMailer\\": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "LGPL-2.1" + "LGPL-2.1-only" ], "authors": [ - { - "name": "Jim Jagielski", - "email": "jimjag@gmail.com" - }, { "name": "Marcus Bointon", "email": "phpmailer@synchromedia.co.uk" }, + { + "name": "Jim Jagielski", + "email": "jimjag@gmail.com" + }, { "name": "Andy Prevost", "email": "codeworxtech@users.sourceforge.net" @@ -466,7 +471,13 @@ } ], "description": "PHPMailer is a full-featured email creation and transfer class for PHP", - "time": "2016-12-28 15:35:48" + "funding": [ + { + "url": "https://github.com/Synchro", + "type": "github" + } + ], + "time": "2021-06-16T14:33:43+00:00" }, { "name": "psr/http-message", @@ -516,7 +527,7 @@ "request", "response" ], - "time": "2016-08-06 14:39:51" + "time": "2016-08-06T14:39:51+00:00" }, { "name": "psr/log", @@ -563,7 +574,7 @@ "psr", "psr-3" ], - "time": "2016-10-10 12:19:37" + "time": "2016-10-10T12:19:37+00:00" }, { "name": "symfony/console", @@ -626,7 +637,7 @@ ], "description": "Symfony Console Component", "homepage": "https://symfony.com", - "time": "2016-12-11 14:34:22" + "time": "2016-12-11T14:34:22+00:00" }, { "name": "symfony/debug", @@ -683,7 +694,7 @@ ], "description": "Symfony Debug Component", "homepage": "https://symfony.com", - "time": "2016-11-16 22:18:16" + "time": "2016-11-16T22:18:16+00:00" }, { "name": "symfony/filesystem", @@ -732,7 +743,7 @@ ], "description": "Symfony Filesystem Component", "homepage": "https://symfony.com", - "time": "2016-11-24 00:46:43" + "time": "2016-11-24T00:46:43+00:00" }, { "name": "symfony/finder", @@ -781,7 +792,7 @@ ], "description": "Symfony Finder Component", "homepage": "https://symfony.com", - "time": "2016-12-13 09:39:43" + "time": "2016-12-13T09:39:43+00:00" }, { "name": "symfony/polyfill-mbstring", @@ -840,7 +851,7 @@ "portable", "shim" ], - "time": "2016-11-14 01:06:16" + "time": "2016-11-14T01:06:16+00:00" }, { "name": "symfony/yaml", @@ -895,7 +906,7 @@ ], "description": "Symfony Yaml Component", "homepage": "https://symfony.com", - "time": "2016-12-10 10:07:06" + "time": "2016-12-10T10:07:06+00:00" }, { "name": "ua-parser/uap-php", @@ -944,7 +955,7 @@ } ], "description": "A multi-language port of Browserscope's user agent parser.", - "time": "2016-07-09 13:53:59" + "time": "2016-07-09T13:53:59+00:00" } ], "packages-dev": [], @@ -958,5 +969,6 @@ "platform": { "lib-curl": "*" }, - "platform-dev": [] + "platform-dev": [], + "plugin-api-version": "1.1.0" }