3c40979f38c76bde19d2a366a004b71966a4cf37
This PR was merged into the 2.1.x-dev branch.
Discussion
----------
behatch/contexts relies on your fork (thanks for fixing PHP compability!), but in one project we still use Symfony 3.4 (LTS). This adds compatibility with that.
Would be great if a minor version could be released with this so I can remove my fork that now publish a version we use with a repository override in composer.json
```
"repositories": [
{
"type": "vcs",
"url": "https://github.com/johanwilfer/MinkExtension"
}
],
```
Commits
-------
4613f91427 Update composer.json
a0559e1455 Update composer.json
f4c2fcf345 Update composer.json
This is the fork of MinkExtension library that supports PHP ^7.2 and supports Symfony ^4.4 and ^5.0.
For the documentation, please refer to the original repository.
No updates other than Symfony compatibility will be provided, but this fork might be synchronised with the original repository in the future.
Languages
PHP
99.4%
Gherkin
0.6%