Hi!
This is a great Behat extension, but currently it does not support Symfony 5 - are there plans to add support for it?
The current composer.json contains:
"symfony/filesystem": "^2.7|^3.0|^4.0",
"symfony/finder": "^2.7|^3.0|^4.0"
"behat/mink-extension": "^2.0.0",
which are not Symfony 5 compatible - would you be interesed in a PR that bumps these dependencies/upgrades code if needed?
I know that the Behat MinkExtension does not support Symfony 5, but there is a fork for that: https://github.com/FriendsOfBehat/MinkExtension which can be used.