Skip to content

Instantly share code, notes, and snippets.

@jhedstrom
Created July 24, 2012 16:23
Show Gist options
  • Save jhedstrom/3170999 to your computer and use it in GitHub Desktop.
Save jhedstrom/3170999 to your computer and use it in GitHub Desktop.
Potential composer.json for DrupalExtension
{
"name": "behat/drupal-extension",
"type": "behat-extension",
"description": "Drupal extension for Behat",
"keywords": ["drupal", "web", "test"],
"homepage": "http://drupal.org/project/drupalextension",
"license": "GPL 2",
"require": {
"behat/mink": "1.4@stable",
"behat/mink-goutte-driver": "*",
"behat/mink-selenium2-driver": "*",
"behat/behat": "2.4@stable",
"behat/mink-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