make it compatible with behat v3

This commit is contained in:
Klein Florian
2013-10-29 10:25:15 +01:00
parent 253d919b42
commit 2ebc88634b
7 changed files with 19 additions and 10 deletions

View File

@@ -14,7 +14,7 @@
"require": {
"php": ">=5.3.2",
"behat/behat": "~2.5.0",
"behat/behat": "~3@dev",
"behat/mink": ">=1.4.3,<1.6-dev",
"symfony/config": "~2.2"
},