codeception-email-mailhog icon indicating copy to clipboard operation
codeception-email-mailhog copied to clipboard

Upgrading guzzle requirement.

Open jarrettj opened this issue 3 years ago • 5 comments

Hey,

Good day.

Any plans on upgrading the version of guzzle? Thanks.

Regards. Jarrett

jarrettj avatar Dec 05 '21 08:12 jarrettj

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

koehnlein avatar Dec 14 '21 21:12 koehnlein

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.

jarrettj avatar Dec 15 '21 07:12 jarrettj

The fork from @koehnlein works fine for me with guzzle 7.5.0

mmunz avatar Nov 01 '22 11:11 mmunz

It's been more than a year. @ericmartel, are you there?

isfar avatar Dec 31 '22 12:12 isfar

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

koehnlein avatar Jan 20 '23 08:01 koehnlein