summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2025-11-25 09:11:30 +0100
committerRemi Collet <remi@php.net>2025-11-25 09:11:30 +0100
commit1afd78f21bad3170aab34b0825c4ff9b31b0835b (patch)
tree5012103f2fc8a953853be86aa9be354f1a4e4dcb /composer.json
parentb87921a1da4ea20d7001c5ef79d933a3c8c9cf70 (diff)
update to 7.0.1HEADmaster
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json10
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/"