Skip to content

Instantly share code, notes, and snippets.

@EvanAgee
Created May 6, 2014 17:13
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 EvanAgee/ef56511e58ed14ccd281 to your computer and use it in GitHub Desktop.
Save EvanAgee/ef56511e58ed14ccd281 to your computer and use it in GitHub Desktop.
Composer settings for Behat
{
"require": {
"behat/behat": "2.4.*@stable",
"behat/mink": "1.5.*@stable",
"behat/mink-goutte-driver": "*",
"behat/mink-extension": "*",
"behat/mink-selenium2-driver": "*",
"drupal/drupal-extension": "*",
"vipsoft/jira-extension": "*"
},
"config": {
"bin-dir": "bin/"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment