behat/mink-goutte-driver is abandoned
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, what changes in this repository should be made based on this information?
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
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 .
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.