codeception-email-mailhog
codeception-email-mailhog copied to clipboard
Upgrading guzzle requirement.
Hey,
Good day.
Any plans on upgrading the version of guzzle? Thanks.
Regards. Jarrett
I created a patch and merge request to allow an installation with guzzle 6 and guzzle 7: #27 Maybe we could collect some feedback here, if it works for everybody. If there is some positive feedback, maybe @ericmartel could merge it. 😊
Whoever wants to test it, you can add the repository to your composer.json
:
"repositories": [
{
"type": "git",
"url": "https://github.com/koehnlein/codeception-email-mailhog.git"
},
]
And then install the package with composer req ericmartel/codeception-email-mailhog:dev-feature/guzzle --dev
Good day @koehnlein
I forked it as well 👍🏾. The package installs but it does not actually work :). Opened a separate ticket for that. In the mailhog repo though https://github.com/mailhog/MailHog/issues/387. Don't think it has anything to do with this issue though.
The fork from @koehnlein works fine for me with guzzle 7.5.0
It's been more than a year. @ericmartel, are you there?
As this project seems not to be continued, I looked for an activly maintained fork and now would recommend to use oqq/codeception-email-mailhog instead of this original package.
oqq/codeception-email-mailhog:^2.0
is compatible with codeception 4
oqq/codeception-email-mailhog:^3.0
is compatible with codeception 5