-
Notifications
You must be signed in to change notification settings - Fork 42
Open
Labels
HacktoberfestRegarding HacktoberfestRegarding HacktoberfestPHP MailparseReagarding PHP MailparseReagarding PHP Mailparse
Description
Description
In https://github.com/uvdesk/mailbox-component/blob/master/Services/MailboxService.php on line 107 parser is instantiated new Parser(). In release 7.1.1 of php-mime-mail-parser / php-mime-mail-parser the constructor was changed to private which makes that method of instantiation throw an error.
How to reproduce
Try to use the mailbox functionality after updating composer packages and having them use release 7.1.1 of php-mime-mail-parser / php-mime-mail-parser
Possible Solution
Force composer.json to use version 7.1.0 and not 7.1.1 (https://github.com/uvdesk/mailbox-component/blob/master/composer.json).
Metadata
Metadata
Assignees
Labels
HacktoberfestRegarding HacktoberfestRegarding HacktoberfestPHP MailparseReagarding PHP MailparseReagarding PHP Mailparse