Fixed the Mink requirement to allow Mink 1.5

This commit is contained in:
Christophe Coevoet
2013-04-15 00:44:12 +03:00
parent 9c084857d5
commit 5fe26c8d13

View File

@@ -15,11 +15,11 @@
"require": {
"php": ">=5.3.2",
"behat/behat": "~2.4.5",
"behat/mink": "~1.4.3"
"behat/mink": ">=1.4.3,<1.6-dev"
},
"require-dev": {
"behat/mink-goutte-driver": "~1.0.7"
"behat/mink-goutte-driver": "~1.0"
},
"autoload": {