mirror of
https://github.com/silverstripe/silverstripe-behat-extension
synced 2024-10-22 17:05:32 +02:00
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:
parent
35a5f450f6
commit
6a8d87bd51
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user