diff options
Diffstat (limited to 'composer.json')
| -rw-r--r-- | composer.json | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/composer.json b/composer.json index e762d59..63d0ffd 100644 --- a/composer.json +++ b/composer.json @@ -42,9 +42,8 @@ "doctrine/annotations": "^1.2.6 || ^1.13.3", "php-parallel-lint/php-console-highlighter": "^1.0.0", "php-parallel-lint/php-parallel-lint": "^1.3.2", - "phpcompatibility/php-compatibility": "^9.3.5", - "roave/security-advisories": "dev-latest", - "squizlabs/php_codesniffer": "^3.7.2", + "phpcompatibility/php-compatibility": "^10.0.0@dev", + "squizlabs/php_codesniffer": "^3.13.5", "yoast/phpunit-polyfills": "^1.0.4" }, "suggest": { @@ -57,8 +56,11 @@ "league/oauth2-google": "Needed for Google XOAUTH2 authentication", "psr/log": "For optional PSR-3 debug logging", "symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)", - "thenetworg/oauth2-azure": "Needed for Microsoft XOAUTH2 authentication" + "thenetworg/oauth2-azure": "Needed for Microsoft XOAUTH2 authentication", + "directorytree/imapengine": "For uploading sent messages via IMAP, see gmail example" }, + "minimum-stability": "dev", + "prefer-stable": true, "autoload": { "psr-4": { "PHPMailer\\PHPMailer\\": "src/" |
