Daniel Siepmann
c1d23137e0
* Minimal setup to get anyone started * Full documentation to get started inside readme * Very basic example to test whether everything works
13 lines
298 B
JSON
13 lines
298 B
JSON
{
|
|
"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/"
|
|
}
|
|
}
|