Skip to content

Instantly share code, notes, and snippets.

@linclark
Last active December 29, 2015 06:29
Show Gist options
  • Save linclark/7629564 to your computer and use it in GitHub Desktop.
Save linclark/7629564 to your computer and use it in GitHub Desktop.
Basic composer.json for working with Behat, Mink, and Selenium
{
"require": {
"behat/behat": "2.4.*@stable",
"behat/mink": "1.5.*@stable",
"behat/mink-goutte-driver": "*",
"behat/mink-extension": "*",
"behat/mink-selenium2-driver": "*"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment