v1.0.2
Features:
- Add support for symfony 5 using
behat/mink-extension
But as a drawback you need to add following in yourcomposer.json:
"repositories": [
{
"type": "vcs",
"url": "https://github.com/chadyred/MinkExtension"
}
],