Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@weaverryan
Created July 12, 2013 19:28
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 weaverryan/5987090 to your computer and use it in GitHub Desktop.
Save weaverryan/5987090 to your computer and use it in GitHub Desktop.
composer.json for Behat and Moodle
{
"require": {
"behat/mink": "1.4@stable",
"behat/mink-goutte-driver": "*",
"behat/mink-selenium2-driver": "*",
"behat/behat": "2.4@stable",
"behat/mink-extension": "*",
"guzzle/guzzle": "3.5",
"moodlehq/behat-extension": "1.*"
},
"minimum-stability": "dev",
"repositories": [
{
"type": "vcs",
"url": "https://github.com/moodlehq/moodle-behat-extension.git"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment