codeception-mailcatcher-module
codeception-mailcatcher-module copied to clipboard
Support Codeception v5
Codeception v5 is now released so we should aim to support it
https://github.com/captbaritone/codeception-mailcatcher-module/pull/101 - Try use my fork, it works for me in my project
@zyab1ik Please see the issue we have in trying to make this project support both v4 and v5: https://github.com/captbaritone/codeception-mailcatcher-module/issues/105
As a workaround, I have added this to my composer.json so it picks up the fork of @piotrknapik.
{
...
"require": {
...
"captbaritone/mailcatcher-codeception-module": "dev-master as 2.4.1"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/piotrknapik/codeception-mailcatcher-module.git"
}
],