Skip to content

Commit b3be0b0

Browse files
remove imap service 'cause not supported php 8.3
1 parent aa57f6f commit b3be0b0

27 files changed

+3476
-11928
lines changed

composer.json

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -24,19 +24,8 @@
2424
]
2525
},
2626
"require": {
27+
"spatie/laravel-package-tools": "^1.92",
2728
"effectra/email-address-formatter": "^1.0",
28-
"fakerphp/faker": "^1.24",
29-
"fruitcake/php-cors": "^1.3",
30-
"guzzlehttp/uri-template": "^1.0",
31-
"illuminate/cache": "^12.32",
32-
"illuminate/database": "^12.32",
33-
"illuminate/http": "^12.32",
34-
"illuminate/session": "^12.32",
35-
"illuminate/validation": "^12.32",
36-
"illuminate/translation": "^12.32",
37-
"illuminate/container": "^12.32",
38-
"illuminate/filesystem": "^12.32",
39-
"illuminate/support": "^12.32",
4029
"effectra/laravel-status": "^1.0"
4130
},
4231
"extra": {
@@ -63,4 +52,4 @@
6352
"autoload-dev": {
6453
"Effectra\\LaravelEmail\\Tests\\": "tests/"
6554
}
66-
}
55+
}

0 commit comments

Comments
 (0)