goalio/GoalioMailService

latest version is no longer compatible with ZF 2.2

Closed this issue · 3 comments

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

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.

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

Finally released an update