codeception-mailcatcher-module icon indicating copy to clipboard operation
codeception-mailcatcher-module copied to clipboard

Support Codeception v5

Open Jamesking56 opened this issue 3 years ago • 1 comments

Codeception v5 is now released so we should aim to support it

Jamesking56 avatar Aug 29 '22 18:08 Jamesking56

https://github.com/captbaritone/codeception-mailcatcher-module/pull/101 - Try use my fork, it works for me in my project

zyab1ik avatar Aug 31 '22 16:08 zyab1ik

@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

Jamesking56 avatar Sep 27 '22 13:09 Jamesking56

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"
        }
    ],

michaelarnauts avatar Feb 28 '23 15:02 michaelarnauts