mirror of
https://github.com/itflow-org/itflow
synced 2026-09-22 14:41:17 +00:00
Update imapengine dependancies too
This commit is contained in:
@@ -19,17 +19,17 @@
|
||||
"docs": "https://mail-mime-parser.org/#usage-guide"
|
||||
},
|
||||
"require": {
|
||||
"php": ">=8.0",
|
||||
"guzzlehttp/psr7": "^2.5",
|
||||
"zbateson/mb-wrapper": "^2.0",
|
||||
"zbateson/stream-decorators": "^2.1",
|
||||
"php": ">=8.1",
|
||||
"guzzlehttp/psr7": "^2.5 || ^3.0",
|
||||
"zbateson/mb-wrapper": "^2.0 || ^3.0",
|
||||
"zbateson/stream-decorators": "^2.1 || ^3.0",
|
||||
"php-di/php-di": "^6.0|^7.0",
|
||||
"psr/log": "^1|^2|^3"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^9.6",
|
||||
"friendsofphp/php-cs-fixer": "*",
|
||||
"phpstan/phpstan": "*",
|
||||
"phpunit/phpunit": "^10.5",
|
||||
"friendsofphp/php-cs-fixer": "^3.0",
|
||||
"phpstan/phpstan": "^2.0",
|
||||
"monolog/monolog": "^2|^3"
|
||||
},
|
||||
"suggest": {
|
||||
|
||||
Reference in New Issue
Block a user