use composer to fetch testing tools

This commit is contained in:
Martin Schütte 2014-06-16 14:16:48 +00:00
parent c6e663e9fa
commit cac797e331

16
composer.json Normal file
View file

@ -0,0 +1,16 @@
{
"minimum-stability": "stable",
"config": {
"bin-dir": "bin",
"vendor-dir": "vendor"
},
"require-dev": {
"phpunit/phpunit": "4.1.*",
"behat/behat": "2.5.3",
"behat/behat": "2.5.3",
"behat/mink": "1.5",
"behat/mink-extension": "*",
"behat/mink-goutte-driver": "*",
"behat/mink-selenium2-driver": "*"
}
}