FIX: don’t require dev version of mink extension

This makes it difficult to avoid minimum-stability: dev in your project.
This commit is contained in:
Sam Minnee 2018-06-08 14:28:22 +12:00
parent 35a5f450f6
commit 6a8d87bd51
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
"phpunit/phpunit": "3.7.*",
"behat/behat": "2.5.*@stable",
"behat/mink": "1.6.*@stable",
"behat/mink-extension": "1.3.*-dev",
"behat/mink-extension": "1.3.*",
"behat/mink-selenium2-driver": "1.2.*@stable",
"symfony/dom-crawler": "~2.0",
"symfony/console": "~2.0",