Behat / MinkExtension

Mink extension (tight integration and configuration) for Behat
MIT License
636 stars 279 forks source link

Support Guzzle 7 in version check #387

Closed donquixote closed 9 months ago

donquixote commented 1 year ago

The ClientInterface::VERSION no longer exists in Guzzle 7.

This PR is a proof of concept, I do not claim that this is the ultimate way to deal with this.

donquixote commented 1 year ago

New instance of this PR at https://github.com/FriendsOfBehat/MinkExtension/pull/20