Update imapengine dependancies too

This commit is contained in:
johnnyq
2026-08-02 01:26:40 -04:00
parent cf4446f405
commit 3e532fc792
185 changed files with 9018 additions and 4442 deletions

View File

@@ -9,12 +9,12 @@
}
],
"require": {
"php": ">=8.0",
"php": ">=8.1",
"symfony/polyfill-mbstring": "^1.9",
"symfony/polyfill-iconv": "^1.9"
},
"require-dev": {
"phpunit/phpunit": "^9.6|^10.0",
"phpunit/phpunit": "^10.0|^11.0",
"friendsofphp/php-cs-fixer": "*",
"phpstan/phpstan": "*"
},