Skip to content

Instantly share code, notes, and snippets.

@enygma
Created May 15, 2012 19:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save enygma/2704264 to your computer and use it in GitHub Desktop.
Save enygma/2704264 to your computer and use it in GitHub Desktop.
{
"require": {
"behat/behat": ">=2.2.2",
"behat/mink" : ">=1.3.2",
"guzzle/guzzle": ">=2.0.1",
"fabpot/goutte": "*",
"behat/sahi-client": "*",
"alexandresalome/php-selenium": "*",
"facebook/php-webdriver": "*"
},
"repositories": [
{
"type": "composer",
"url": "behat.org"
}
],
"config": {
"bin-dir": "bin/",
"vendor-dir": "app/vendor/"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment