Skip to content

Instantly share code, notes, and snippets.

@kronda
Created October 13, 2012 02:56
Show Gist options
  • Save kronda/3883037 to your computer and use it in GitHub Desktop.
Save kronda/3883037 to your computer and use it in GitHub Desktop.
Config file for installing composer
{
"require": {
"behat/behat": "2.4.*@stable",
"behat/mink": "dev-develop",
"behat/mink-selenium2-driver": "*",
"behat/mink-goutte-driver": "*",
"behat/mink-extension": "*",
"drupal/drupal-extension": "*"
},
"minimum-stability": "dev",
"config": {
"bin-dir": "bin/"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment