Updated behat dependency

2.4.* instead of 2.4, which apparently makes a difference for composer...
This commit is contained in:
Ingo Schommer 2013-06-04 01:10:00 +02:00
parent 8d3184b1fa
commit de60775b98
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
"require": {
"php": ">=5.3.2",
"behat/behat": "2.4@stable",
"behat/behat": "2.4.*@stable",
"behat/mink": "1.4@stable",
"behat/mink-extension": "1.0@stable",
"behat/mink-selenium2-driver": "*",