Getting-started-with-Behat-.../composer.json

14 lines
298 B
JSON
Raw Permalink Normal View History

{
"require": {
"behat/behat": "2.4.*@stable",
"behat/mink": "*",
"behat/mink-extension": "*",
"behat/mink-goutte-driver": "*",
"behat/mink-selenium2-driver": "*"
},
"minimum-stability": "stable",
"config": {
"bin-dir": "bin/"
}
}