Updated behat/behat from 2.4 to 2.5

Incl. related dependencies
This commit is contained in:
Ingo Schommer 2013-09-14 18:40:40 +02:00
parent f18a54afbe
commit 2550d5e858
1 changed files with 3 additions and 3 deletions

View File

@ -19,9 +19,9 @@
"require": {
"php": ">=5.3.2",
"phpunit/phpunit": "3.7.x-dev",
"behat/behat": "2.4.*@stable",
"behat/mink": "1.4@stable",
"behat/mink-extension": "1.0@stable",
"behat/behat": "2.5.*@stable",
"behat/mink": "*@stable",
"behat/mink-extension": "*@stable",
"behat/mink-selenium2-driver": "*",
"behat/mink-goutte-driver": "*",
"silverstripe/testsession": "*",