Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version mismatch in php-mime-mail-parser / php-mime-mail-parser #104

Open
BrianVB opened this issue Aug 28, 2022 · 0 comments
Open

Version mismatch in php-mime-mail-parser / php-mime-mail-parser #104

BrianVB opened this issue Aug 28, 2022 · 0 comments
Assignees
Labels
Hacktoberfest Regarding Hacktoberfest PHP Mailparse Reagarding PHP Mailparse

Comments

@BrianVB
Copy link

BrianVB commented Aug 28, 2022

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).

@komal-sh-27 komal-sh-27 added PHP Mailparse Reagarding PHP Mailparse Hacktoberfest Regarding Hacktoberfest labels Oct 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Hacktoberfest Regarding Hacktoberfest PHP Mailparse Reagarding PHP Mailparse
Projects
None yet
Development

No branches or pull requests

3 participants