Skip to content

Instantly share code, notes, and snippets.

@everzet
Created April 4, 2012 08:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save everzet/2299687 to your computer and use it in GitHub Desktop.
Save everzet/2299687 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"
}
}
}
@tentacode
Copy link

grats, it worked as expected

@everzet
Copy link
Author

everzet commented Apr 4, 2012

Added note to composer installation section on: http://mink.behat.org/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment