FIX: Added selenium2 and goutte mink drivers to behat-extension requirements; otherwise behat won't run.

This commit is contained in:
Sam Minnee 2012-11-17 13:51:41 +13:00
parent feba280470
commit f6d56e811a
1 changed files with 4 additions and 2 deletions

View File

@ -20,7 +20,9 @@
"php": ">=5.3.2",
"behat/behat": "2.4@stable",
"behat/mink": "1.4@stable",
"behat/mink-extension": "1.0@stable"
"behat/mink-extension": "1.0@stable",
"behat/mink-selenium2-driver": "*",
"behat/mink-goutte-driver": "*"
},
"autoload": {
@ -28,4 +30,4 @@
"SilverStripe\\BehatExtension": "src/"
}
}
}
}