Skip to content

Commit 3495b90

Browse files
committed
php-imap core version bumped to ^5.2
1 parent 8684554 commit 3495b90

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

composer.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,9 @@
2222
}
2323
],
2424
"require": {
25-
"php": ">=5.5.9",
26-
"ext-mbstring": "*",
27-
"ext-iconv": "*",
28-
"ext-fileinfo": "*",
29-
"webklex/php-imap": "^4.1.2",
30-
"laravel/framework": ">=5.0.0"
25+
"php": "^8.0.2",
26+
"webklex/php-imap": "^5.2.0",
27+
"laravel/framework": ">=6.0.0"
3128
},
3229
"autoload": {
3330
"psr-4": {

0 commit comments

Comments
 (0)