Skip to content

Instantly share code, notes, and snippets.

@ricbra
Last active August 29, 2015 14:08
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 ricbra/0e38f66ecac91f9573c0 to your computer and use it in GitHub Desktop.
Save ricbra/0e38f66ecac91f9573c0 to your computer and use it in GitHub Desktop.
phpspec composer
{
"require": {
},
"require-dev": {
"sensio/generator-bundle": "~2.3",
"phpspec/phpspec": "~2.0",
"behat/behat": "~3.0",
"behat/symfony2-extension": "~2.0@dev",
"behat/mink-extension": "~2.0@dev",
"behat/mink-browserkit-driver": "~1.2@dev",
"behat/mink-selenium2-driver": "@dev",
"behat/mink": "~1.6@dev"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment