MinkExtension icon indicating copy to clipboard operation
MinkExtension copied to clipboard

behat/mink-goutte-driver is abandoned

Open pbonnefoi opened this issue 6 months ago • 4 comments

behat/mink-goutte-driver depency is abandoned and prevent some project to be updated. As written here => https://packagist.org/packages/behat/mink-goutte-driver it's recommanded to use the behat/mink-browserkit-driver package instead.

pbonnefoi avatar Jun 04 '25 15:06 pbonnefoi

@pbonnefoi, what changes in this repository should be made based on this information?

aik099 avatar Jun 05 '25 08:06 aik099

In the composer.json, I would change line 30 : "behat/mink-goutte-driver": "^1.1 || ^2.0", to "behat/mink-browserkit-driver": "^2.2",

I don't know though if it will work right away though

pbonnefoi avatar Jun 05 '25 09:06 pbonnefoi

In the .behat.yml you'll also need to change goutte: ~ to the browserkit_http: ~.

The only documentation I was able to find for this is: https://github.com/FriendsOfBehat/MinkExtension/blob/master/doc/index.rst .

aik099 avatar Jun 06 '25 06:06 aik099

I did it thank you. I had a conflict with a package in my require-dev section in my composer.json. Anyway, the issue is still relevent I guess since the package is abandoned.

pbonnefoi avatar Jun 06 '25 14:06 pbonnefoi