Skip to content

v1.0.2

Choose a tag to compare

@robertfausk robertfausk released this 21 Sep 13:11

Features:

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