Skip to content

Instantly share code, notes, and snippets.

@tentacode
Forked from everzet/composer.json
Created April 4, 2012 08:34
Show Gist options
  • Save tentacode/2299721 to your computer and use it in GitHub Desktop.
Save tentacode/2299721 to your computer and use it in GitHub Desktop.
Install Mink with ALL available drivers
{
"require": {
"behat/mink": "*",
"fabpot/goutte": "*",
"alexandresalome/php-selenium": "*",
"facebook/php-webdriver": "*",
"behat/sahi-client": "*"
},
"repositories": {
"behat/mink-deps": {
"type": "composer",
"url": "behat.org"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment