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

latest version is no longer compatible with ZF 2.2 #18

Closed
CHGLongStone opened this issue Sep 24, 2014 · 3 comments
Closed

latest version is no longer compatible with ZF 2.2 #18

CHGLongStone opened this issue Sep 24, 2014 · 3 comments

Comments

@CHGLongStone
Copy link

latest version does not retain backwards compatibility with ZF 2.2 because of composer.json definitions in this lib

PHP Fatal error: Class 'Zend\Mail\Transport\Factory' not found in ...../vendor/goalio/goalio-mailservice/src/GoalioMailService/Mail/Transport/Service/TransportFactory.php on line 14,

Zend\Mail\Transport\Factory is a new file as of ZF 2.3

setting the version of GoalioMailService in our projects composer.json explicitly to 1.0.1 rather than 1.* either before or after "goalio/goalio-forgotpassword" : "1.0.2", does not resolve the issue

@pdobrigkeit
Copy link
Member

We are aware of this problem. We are currently in the process of migrating to the newest ZF2 and releasing a big update to our product. After this is done an update to the MailService will be released.

@CHGLongStone
Copy link
Author

thanks for the update, we'll be looking for the next release

@pdobrigkeit
Copy link
Member

Finally released an update

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants