imbo / behat-api-extension

API extension for Behat, used to ease testing of JSON-based APIs
MIT License
107 stars 42 forks source link

Add 7.0 Guzzle Compatibility #112

Closed mnofresno closed 2 years ago

mnofresno commented 2 years ago

In our company we use Behat Imbo API extension.

In order to be able to update GuzzleHttp we need this change to be done in v2.x of the IMBO/Behat API extension library.

Thanks!

mnofresno commented 2 years ago

Additional question:

who could or how I could create and push the tag 2.3.2 on this repo once this PR is approved?

christeredvartsen commented 2 years ago

Could you please see if the v2.x branch works for you now? I did some more changed since the branch was being tested at Travis CI, which I no longer want to use.

christeredvartsen commented 2 years ago

If everything seems to be working I can push a new version in the 2.x range.

mnofresno commented 2 years ago

Hi @christeredvartsen! I've merged v2.x into my branch and solved the merge conflicts. Please review if we could create a new tag in the 2.x range using the changes from this PR. Thank you! :)

christeredvartsen commented 2 years ago

I have created and pushed the v2.3.2 tag based on the current state of the v2.x branch. The commits in this PR does not add anything relevant to the release and will be closed.

Hopefully the v2.3.2 release will work for you.