You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: drop laminas-mail dev dep for PHP 8.4, clarify README testing
- Replace Laminas test MIME builder with TestMimeMessage helper
- Restructure README Testing/Changelog out from under Herd section
- Note zbateson/mail-mime-parser as inbound parser in Testing section
Made-with: Cursor
Inbound messages are parsed with [zbateson/mail-mime-parser](https://mail-mime-parser.org) (see the docs on [handling inbound email](https://docs.beyondco.de/laravel-mailbox/basic-usage/handling)). Run the package test suite with:
41
42
42
-
```bash
43
+
```bash
43
44
composer test
44
45
```
45
46
46
-
###Changelog
47
+
## Changelog
47
48
48
49
Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.
0 commit comments