Created
July 24, 2012 16:23
-
-
Save jhedstrom/3170999 to your computer and use it in GitHub Desktop.
Potential composer.json for DrupalExtension
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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