Skip to content

Instantly share code, notes, and snippets.

@alexfinnarn
Created August 21, 2018 16:49
Show Gist options
  • Save alexfinnarn/b09ac46e84301f4d1527f6a9f36c53e2 to your computer and use it in GitHub Desktop.
Save alexfinnarn/b09ac46e84301f4d1527f6a9f36c53e2 to your computer and use it in GitHub Desktop.
behat composer file
{
"require": {
"behat/mink-extension": "~2.3",
"behat/mink-goutte-driver": "~1.2",
"behat/mink-selenium2-driver": "~1.3"
},
"minimum-stability": "dev",
"prefer-stable": true,
"config": {
"bin-dir": "bin/"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment